@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
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -62804,8 +62804,11 @@ $ddt-last-chip-right-margin: 60px !default;
|
|
|
62804
62804
|
$ddt-last-chip-bigger-right-margin: 76px !default;
|
|
62805
62805
|
$ddt-select-all-height: 36px !default;
|
|
62806
62806
|
$ddt-select-all-checkbox-margin: 10px !default;
|
|
62807
|
+
$ddt-rtl-select-all-checkbox-margin: 0 10px !default;
|
|
62807
62808
|
$ddt-select-all-text-indent: 38px !default;
|
|
62809
|
+
$ddt-rtl-select-all-text-indent: 38px !default;
|
|
62808
62810
|
$ddt-select-all-bigger-text-indent: 43px !default;
|
|
62811
|
+
$ddt-rtl-select-all-bigger-text-indent: 43px !default;
|
|
62809
62812
|
$ddt-select-all-text-font-size: 14px !default;
|
|
62810
62813
|
$ddt-popup-background-color: $neutral-white !default;
|
|
62811
62814
|
$ddt-popup-reorder-border: $neutral-light !default;
|
|
@@ -62829,6 +62832,12 @@ $ddt-chip-ddi-ci-width: calc(100% - 61px) !default;
|
|
|
62829
62832
|
$ddt-big-chip-ddi-width: calc(100% - 39px) !default;
|
|
62830
62833
|
$ddt-big-chip-ci-width: calc(100% - 39px) !default;
|
|
62831
62834
|
$ddt-big-chip-ddi-ci-width: calc(100% - 77px) !default;
|
|
62835
|
+
$ddt-select-all-font-size: 14px !default;
|
|
62836
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
62837
|
+
$ddt-big-select-all-padding: 0px !default;
|
|
62838
|
+
$ddt-big-select-all-text-margin: 0 10px !default;
|
|
62839
|
+
$ddt-rtl-big-select-all-text-margin: 0 10px !default;
|
|
62840
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
62832
62841
|
|
|
62833
62842
|
$ddt-chip-text-line-height: 26px !default;
|
|
62834
62843
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
@@ -63400,10 +63409,7 @@ $ddt-item-hover-bg: $neutral-lighter !default;
|
|
|
63400
63409
|
.e-checkbox-wrapper {
|
|
63401
63410
|
position: relative;
|
|
63402
63411
|
text-indent: 0;
|
|
63403
|
-
|
|
63404
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
63405
|
-
bottom: 2px;
|
|
63406
|
-
}
|
|
63412
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
63407
63413
|
|
|
63408
63414
|
.e-frame {
|
|
63409
63415
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -63414,7 +63420,7 @@ $ddt-item-hover-bg: $neutral-lighter !default;
|
|
|
63414
63420
|
|
|
63415
63421
|
.e-all-text {
|
|
63416
63422
|
font-family: inherit;
|
|
63417
|
-
font-size:
|
|
63423
|
+
font-size: $ddt-select-all-font-size;
|
|
63418
63424
|
margin: $ddt-select-all-checkbox-margin;
|
|
63419
63425
|
@if $ddt-skin-name == 'tailwind' {
|
|
63420
63426
|
line-height: $ddt-select-all-height;
|
|
@@ -63767,6 +63773,13 @@ $ddt-item-hover-bg: $neutral-lighter !default;
|
|
|
63767
63773
|
.e-treeview .e-list-item .e-ul {
|
|
63768
63774
|
padding: 0 14px 0 0;
|
|
63769
63775
|
}
|
|
63776
|
+
|
|
63777
|
+
.e-selectall-parent {
|
|
63778
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
63779
|
+
.e-all-text {
|
|
63780
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
63781
|
+
}
|
|
63782
|
+
}
|
|
63770
63783
|
}
|
|
63771
63784
|
}
|
|
63772
63785
|
}
|
|
@@ -64311,19 +64324,12 @@ $ddt-item-hover-bg: $neutral-lighter !default;
|
|
|
64311
64324
|
|
|
64312
64325
|
.e-selectall-parent {
|
|
64313
64326
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
64314
|
-
|
|
64315
|
-
padding: $ddt-big-select-all-padding;
|
|
64327
|
+
padding: $ddt-big-select-all-padding;
|
|
64316
64328
|
|
|
64317
|
-
|
|
64318
|
-
|
|
64319
|
-
|
|
64320
|
-
|
|
64321
|
-
margin: 0 12px;
|
|
64322
|
-
}
|
|
64323
|
-
@else {
|
|
64324
|
-
margin: 0 16px;
|
|
64325
|
-
}
|
|
64326
|
-
}
|
|
64329
|
+
.e-all-text {
|
|
64330
|
+
font-size: $ddt-big-select-all-font-size;
|
|
64331
|
+
line-height: 24px;
|
|
64332
|
+
margin: $ddt-big-select-all-text-margin;
|
|
64327
64333
|
}
|
|
64328
64334
|
}
|
|
64329
64335
|
|
|
@@ -64479,6 +64485,13 @@ $ddt-item-hover-bg: $neutral-lighter !default;
|
|
|
64479
64485
|
right: auto;
|
|
64480
64486
|
}
|
|
64481
64487
|
}
|
|
64488
|
+
|
|
64489
|
+
.e-selectall-parent {
|
|
64490
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
64491
|
+
.e-all-text {
|
|
64492
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
64493
|
+
}
|
|
64494
|
+
}
|
|
64482
64495
|
}
|
|
64483
64496
|
}
|
|
64484
64497
|
}
|
|
@@ -75291,7 +75304,7 @@ $de-toggle-btn-outline: $neutral-light 0 solid !default;
|
|
|
75291
75304
|
$de-toggle-btn-border: none !default;
|
|
75292
75305
|
$de-panel-border: $neutral-quintenaryalt !default;
|
|
75293
75306
|
$de-page-no-width-spellout: calc(100% - 160px) !default;
|
|
75294
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
75307
|
+
$de-page-no-width-spellout-big: calc(100% - 181px) !default;
|
|
75295
75308
|
$de-font-color: $neutral-light-font !default;
|
|
75296
75309
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
75297
75310
|
$de-hover-bg: #d3d3d3 !default;
|
|
@@ -75304,7 +75317,7 @@ $de-border-size-button-width: 100px !default;
|
|
|
75304
75317
|
$de-ctnr-separator-clr: $neutral-quintenaryalt;
|
|
75305
75318
|
$de-list-hover-bg: $neutral-lighter !default;
|
|
75306
75319
|
$de-pane-margin-right: 12px;
|
|
75307
|
-
$de-pane-margin-right-big:
|
|
75320
|
+
$de-pane-margin-right-big: 15px;
|
|
75308
75321
|
$de-left-panel-width: 149px;
|
|
75309
75322
|
$de-left-panel-width-big: $de-left-panel-width;
|
|
75310
75323
|
$de-right-panel-width: 75px;
|
|
@@ -87574,6 +87587,13 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
87574
87587
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
87575
87588
|
background-color: $grid-hover-bg-color;
|
|
87576
87589
|
}
|
|
87590
|
+
|
|
87591
|
+
&.sf-grid{
|
|
87592
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
87593
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
87594
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
87595
|
+
}
|
|
87596
|
+
}
|
|
87577
87597
|
}
|
|
87578
87598
|
|
|
87579
87599
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90123,6 +90143,18 @@ $grid-checkmark-color: $theme-primary-font !default;
|
|
|
90123
90143
|
padding-top: 40px;
|
|
90124
90144
|
}
|
|
90125
90145
|
|
|
90146
|
+
& .e-mainfilterdiv {
|
|
90147
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90148
|
+
padding-top: 30px;
|
|
90149
|
+
}
|
|
90150
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90151
|
+
padding-top: 0;
|
|
90152
|
+
}
|
|
90153
|
+
@else {
|
|
90154
|
+
padding-top: 16px;
|
|
90155
|
+
}
|
|
90156
|
+
}
|
|
90157
|
+
|
|
90126
90158
|
& .e-filtersetdiv {
|
|
90127
90159
|
float: right;
|
|
90128
90160
|
margin-right: 1%;
|
|
@@ -139235,6 +139267,13 @@ $nodata-border-color: $neutral-white !default;
|
|
|
139235
139267
|
align-items: center;
|
|
139236
139268
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
139237
139269
|
}
|
|
139270
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
139271
|
+
border: 0;
|
|
139272
|
+
height: 0;
|
|
139273
|
+
padding: 0;
|
|
139274
|
+
visibility: hidden;
|
|
139275
|
+
width: 0;
|
|
139276
|
+
}
|
|
139238
139277
|
.e-multicolumn-grid.e-grid {
|
|
139239
139278
|
border-width: $grid-border-width;
|
|
139240
139279
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -139790,9 +139829,6 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
|
|
|
139790
139829
|
textarea::-webkit-scrollbar {
|
|
139791
139830
|
width: 4px;
|
|
139792
139831
|
}
|
|
139793
|
-
.hide-scrollbar textarea {
|
|
139794
|
-
scrollbar-width: none;
|
|
139795
|
-
}
|
|
139796
139832
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
139797
139833
|
right: unset;
|
|
139798
139834
|
left: 20px;
|
|
@@ -139824,6 +139860,9 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
|
|
|
139824
139860
|
}
|
|
139825
139861
|
}
|
|
139826
139862
|
&:not(.e-footer-template) {
|
|
139863
|
+
.e-textarea {
|
|
139864
|
+
max-height: 280px;
|
|
139865
|
+
}
|
|
139827
139866
|
.e-assist-send {
|
|
139828
139867
|
position: absolute;
|
|
139829
139868
|
right: 20px;
|
|
@@ -46608,8 +46608,11 @@ $ddt-select-all-padding: 8px 12px !default;
|
|
|
46608
46608
|
$ddt-big-select-all-padding: 10px 16px !default;
|
|
46609
46609
|
$ddt-select-all-height: 36px !default;
|
|
46610
46610
|
$ddt-select-all-checkbox-margin: 0 12px !default;
|
|
46611
|
-
$ddt-select-all-
|
|
46612
|
-
$ddt-select-all-
|
|
46611
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
46612
|
+
$ddt-select-all-text-indent: 33px !default;
|
|
46613
|
+
$ddt-rtl-select-all-text-indent: 33px !default;
|
|
46614
|
+
$ddt-select-all-bigger-text-indent: 40px !default;
|
|
46615
|
+
$ddt-rtl-select-all-bigger-text-indent: 40px !default;
|
|
46613
46616
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
46614
46617
|
$ddt-popup-radius: 2px !default;
|
|
46615
46618
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -46637,6 +46640,11 @@ $ddt-close-icon-bigger-min-height: 38px !default;
|
|
|
46637
46640
|
$ddt-close-icon-bigger-width: 38px !default;
|
|
46638
46641
|
$ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
46639
46642
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
46643
|
+
$ddt-select-all-font-size: 14px !default;
|
|
46644
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
46645
|
+
$ddt-big-select-all-text-margin: 0 16px !default;
|
|
46646
|
+
$ddt-rtl-big-select-all-text-margin: 0 16px !default;
|
|
46647
|
+
$ddt-select-all-checkbox-bottom: 1px !default;
|
|
46640
46648
|
|
|
46641
46649
|
// color variables
|
|
46642
46650
|
$ddt-chip-bg-color: $content-bg-color-alt2!default;
|
|
@@ -47210,10 +47218,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47210
47218
|
.e-checkbox-wrapper {
|
|
47211
47219
|
position: relative;
|
|
47212
47220
|
text-indent: 0;
|
|
47213
|
-
|
|
47214
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
47215
|
-
bottom: 2px;
|
|
47216
|
-
}
|
|
47221
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
47217
47222
|
|
|
47218
47223
|
.e-frame {
|
|
47219
47224
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -47224,7 +47229,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47224
47229
|
|
|
47225
47230
|
.e-all-text {
|
|
47226
47231
|
font-family: inherit;
|
|
47227
|
-
font-size:
|
|
47232
|
+
font-size: $ddt-select-all-font-size;
|
|
47228
47233
|
margin: $ddt-select-all-checkbox-margin;
|
|
47229
47234
|
@if $ddt-skin-name == 'tailwind' {
|
|
47230
47235
|
line-height: $ddt-select-all-height;
|
|
@@ -47577,6 +47582,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47577
47582
|
.e-treeview .e-list-item .e-ul {
|
|
47578
47583
|
padding: 0 14px 0 0;
|
|
47579
47584
|
}
|
|
47585
|
+
|
|
47586
|
+
.e-selectall-parent {
|
|
47587
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
47588
|
+
.e-all-text {
|
|
47589
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
47590
|
+
}
|
|
47591
|
+
}
|
|
47580
47592
|
}
|
|
47581
47593
|
}
|
|
47582
47594
|
}
|
|
@@ -66028,6 +66040,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
66028
66040
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
66029
66041
|
background-color: $grid-hover-bg-color;
|
|
66030
66042
|
}
|
|
66043
|
+
|
|
66044
|
+
&.sf-grid{
|
|
66045
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
66046
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
66047
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
66048
|
+
}
|
|
66049
|
+
}
|
|
66031
66050
|
}
|
|
66032
66051
|
|
|
66033
66052
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -107648,6 +107667,13 @@ $nodata-border-color: $border-light !default;
|
|
|
107648
107667
|
align-items: center;
|
|
107649
107668
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
107650
107669
|
}
|
|
107670
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
107671
|
+
border: 0;
|
|
107672
|
+
height: 0;
|
|
107673
|
+
padding: 0;
|
|
107674
|
+
visibility: hidden;
|
|
107675
|
+
width: 0;
|
|
107676
|
+
}
|
|
107651
107677
|
.e-multicolumn-grid.e-grid {
|
|
107652
107678
|
border-width: $grid-border-width;
|
|
107653
107679
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -108166,9 +108192,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108166
108192
|
textarea::-webkit-scrollbar {
|
|
108167
108193
|
width: 4px;
|
|
108168
108194
|
}
|
|
108169
|
-
.hide-scrollbar textarea {
|
|
108170
|
-
scrollbar-width: none;
|
|
108171
|
-
}
|
|
108172
108195
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
108173
108196
|
right: unset;
|
|
108174
108197
|
left: 20px;
|
|
@@ -108200,6 +108223,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108200
108223
|
}
|
|
108201
108224
|
}
|
|
108202
108225
|
&:not(.e-footer-template) {
|
|
108226
|
+
.e-textarea {
|
|
108227
|
+
max-height: 280px;
|
|
108228
|
+
}
|
|
108203
108229
|
.e-assist-send {
|
|
108204
108230
|
position: absolute;
|
|
108205
108231
|
right: 20px;
|
|
@@ -63291,8 +63291,11 @@ $ddt-select-all-padding: 8px 12px !default;
|
|
|
63291
63291
|
$ddt-big-select-all-padding: 10px 16px !default;
|
|
63292
63292
|
$ddt-select-all-height: 36px !default;
|
|
63293
63293
|
$ddt-select-all-checkbox-margin: 0 12px !default;
|
|
63294
|
-
$ddt-select-all-
|
|
63295
|
-
$ddt-select-all-
|
|
63294
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
63295
|
+
$ddt-select-all-text-indent: 33px !default;
|
|
63296
|
+
$ddt-rtl-select-all-text-indent: 33px !default;
|
|
63297
|
+
$ddt-select-all-bigger-text-indent: 40px !default;
|
|
63298
|
+
$ddt-rtl-select-all-bigger-text-indent: 40px !default;
|
|
63296
63299
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
63297
63300
|
$ddt-popup-radius: 2px !default;
|
|
63298
63301
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -63320,6 +63323,11 @@ $ddt-close-icon-bigger-min-height: 38px !default;
|
|
|
63320
63323
|
$ddt-close-icon-bigger-width: 38px !default;
|
|
63321
63324
|
$ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
63322
63325
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
63326
|
+
$ddt-select-all-font-size: 14px !default;
|
|
63327
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
63328
|
+
$ddt-big-select-all-text-margin: 0 16px !default;
|
|
63329
|
+
$ddt-rtl-big-select-all-text-margin: 0 16px !default;
|
|
63330
|
+
$ddt-select-all-checkbox-bottom: 1px !default;
|
|
63323
63331
|
|
|
63324
63332
|
// color variables
|
|
63325
63333
|
$ddt-chip-bg-color: $content-bg-color-alt2!default;
|
|
@@ -63893,10 +63901,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
63893
63901
|
.e-checkbox-wrapper {
|
|
63894
63902
|
position: relative;
|
|
63895
63903
|
text-indent: 0;
|
|
63896
|
-
|
|
63897
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
63898
|
-
bottom: 2px;
|
|
63899
|
-
}
|
|
63904
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
63900
63905
|
|
|
63901
63906
|
.e-frame {
|
|
63902
63907
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -63907,7 +63912,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
63907
63912
|
|
|
63908
63913
|
.e-all-text {
|
|
63909
63914
|
font-family: inherit;
|
|
63910
|
-
font-size:
|
|
63915
|
+
font-size: $ddt-select-all-font-size;
|
|
63911
63916
|
margin: $ddt-select-all-checkbox-margin;
|
|
63912
63917
|
@if $ddt-skin-name == 'tailwind' {
|
|
63913
63918
|
line-height: $ddt-select-all-height;
|
|
@@ -64260,6 +64265,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64260
64265
|
.e-treeview .e-list-item .e-ul {
|
|
64261
64266
|
padding: 0 14px 0 0;
|
|
64262
64267
|
}
|
|
64268
|
+
|
|
64269
|
+
.e-selectall-parent {
|
|
64270
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
64271
|
+
.e-all-text {
|
|
64272
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
64273
|
+
}
|
|
64274
|
+
}
|
|
64263
64275
|
}
|
|
64264
64276
|
}
|
|
64265
64277
|
}
|
|
@@ -64804,19 +64816,12 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64804
64816
|
|
|
64805
64817
|
.e-selectall-parent {
|
|
64806
64818
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
64807
|
-
|
|
64808
|
-
padding: $ddt-big-select-all-padding;
|
|
64819
|
+
padding: $ddt-big-select-all-padding;
|
|
64809
64820
|
|
|
64810
|
-
|
|
64811
|
-
|
|
64812
|
-
|
|
64813
|
-
|
|
64814
|
-
margin: 0 12px;
|
|
64815
|
-
}
|
|
64816
|
-
@else {
|
|
64817
|
-
margin: 0 16px;
|
|
64818
|
-
}
|
|
64819
|
-
}
|
|
64821
|
+
.e-all-text {
|
|
64822
|
+
font-size: $ddt-big-select-all-font-size;
|
|
64823
|
+
line-height: 24px;
|
|
64824
|
+
margin: $ddt-big-select-all-text-margin;
|
|
64820
64825
|
}
|
|
64821
64826
|
}
|
|
64822
64827
|
|
|
@@ -64972,6 +64977,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64972
64977
|
right: auto;
|
|
64973
64978
|
}
|
|
64974
64979
|
}
|
|
64980
|
+
|
|
64981
|
+
.e-selectall-parent {
|
|
64982
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
64983
|
+
.e-all-text {
|
|
64984
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
64985
|
+
}
|
|
64986
|
+
}
|
|
64975
64987
|
}
|
|
64976
64988
|
}
|
|
64977
64989
|
}
|
|
@@ -88232,6 +88244,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88232
88244
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88233
88245
|
background-color: $grid-hover-bg-color;
|
|
88234
88246
|
}
|
|
88247
|
+
|
|
88248
|
+
&.sf-grid{
|
|
88249
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88250
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88251
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88252
|
+
}
|
|
88253
|
+
}
|
|
88235
88254
|
}
|
|
88236
88255
|
|
|
88237
88256
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90779,6 +90798,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90779
90798
|
padding-top: 40px;
|
|
90780
90799
|
}
|
|
90781
90800
|
|
|
90801
|
+
& .e-mainfilterdiv {
|
|
90802
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90803
|
+
padding-top: 30px;
|
|
90804
|
+
}
|
|
90805
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90806
|
+
padding-top: 0;
|
|
90807
|
+
}
|
|
90808
|
+
@else {
|
|
90809
|
+
padding-top: 16px;
|
|
90810
|
+
}
|
|
90811
|
+
}
|
|
90812
|
+
|
|
90782
90813
|
& .e-filtersetdiv {
|
|
90783
90814
|
float: right;
|
|
90784
90815
|
margin-right: 1%;
|
|
@@ -139920,6 +139951,13 @@ $nodata-border-color: $border-light !default;
|
|
|
139920
139951
|
align-items: center;
|
|
139921
139952
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
139922
139953
|
}
|
|
139954
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
139955
|
+
border: 0;
|
|
139956
|
+
height: 0;
|
|
139957
|
+
padding: 0;
|
|
139958
|
+
visibility: hidden;
|
|
139959
|
+
width: 0;
|
|
139960
|
+
}
|
|
139923
139961
|
.e-multicolumn-grid.e-grid {
|
|
139924
139962
|
border-width: $grid-border-width;
|
|
139925
139963
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -140475,9 +140513,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140475
140513
|
textarea::-webkit-scrollbar {
|
|
140476
140514
|
width: 4px;
|
|
140477
140515
|
}
|
|
140478
|
-
.hide-scrollbar textarea {
|
|
140479
|
-
scrollbar-width: none;
|
|
140480
|
-
}
|
|
140481
140516
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140482
140517
|
right: unset;
|
|
140483
140518
|
left: 20px;
|
|
@@ -140509,6 +140544,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140509
140544
|
}
|
|
140510
140545
|
}
|
|
140511
140546
|
&:not(.e-footer-template) {
|
|
140547
|
+
.e-textarea {
|
|
140548
|
+
max-height: 280px;
|
|
140549
|
+
}
|
|
140512
140550
|
.e-assist-send {
|
|
140513
140551
|
position: absolute;
|
|
140514
140552
|
right: 20px;
|
|
@@ -46608,8 +46608,11 @@ $ddt-select-all-padding: 8px 12px !default;
|
|
|
46608
46608
|
$ddt-big-select-all-padding: 10px 16px !default;
|
|
46609
46609
|
$ddt-select-all-height: 36px !default;
|
|
46610
46610
|
$ddt-select-all-checkbox-margin: 0 12px !default;
|
|
46611
|
-
$ddt-select-all-
|
|
46612
|
-
$ddt-select-all-
|
|
46611
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
46612
|
+
$ddt-select-all-text-indent: 33px !default;
|
|
46613
|
+
$ddt-rtl-select-all-text-indent: 33px !default;
|
|
46614
|
+
$ddt-select-all-bigger-text-indent: 40px !default;
|
|
46615
|
+
$ddt-rtl-select-all-bigger-text-indent: 40px !default;
|
|
46613
46616
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
46614
46617
|
$ddt-popup-radius: 2px !default;
|
|
46615
46618
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -46637,6 +46640,11 @@ $ddt-close-icon-bigger-min-height: 38px !default;
|
|
|
46637
46640
|
$ddt-close-icon-bigger-width: 38px !default;
|
|
46638
46641
|
$ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
46639
46642
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
46643
|
+
$ddt-select-all-font-size: 14px !default;
|
|
46644
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
46645
|
+
$ddt-big-select-all-text-margin: 0 16px !default;
|
|
46646
|
+
$ddt-rtl-big-select-all-text-margin: 0 16px !default;
|
|
46647
|
+
$ddt-select-all-checkbox-bottom: 1px !default;
|
|
46640
46648
|
|
|
46641
46649
|
// color variables
|
|
46642
46650
|
$ddt-chip-bg-color: $content-bg-color-alt2!default;
|
|
@@ -47210,10 +47218,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47210
47218
|
.e-checkbox-wrapper {
|
|
47211
47219
|
position: relative;
|
|
47212
47220
|
text-indent: 0;
|
|
47213
|
-
|
|
47214
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
47215
|
-
bottom: 2px;
|
|
47216
|
-
}
|
|
47221
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
47217
47222
|
|
|
47218
47223
|
.e-frame {
|
|
47219
47224
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -47224,7 +47229,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47224
47229
|
|
|
47225
47230
|
.e-all-text {
|
|
47226
47231
|
font-family: inherit;
|
|
47227
|
-
font-size:
|
|
47232
|
+
font-size: $ddt-select-all-font-size;
|
|
47228
47233
|
margin: $ddt-select-all-checkbox-margin;
|
|
47229
47234
|
@if $ddt-skin-name == 'tailwind' {
|
|
47230
47235
|
line-height: $ddt-select-all-height;
|
|
@@ -47577,6 +47582,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47577
47582
|
.e-treeview .e-list-item .e-ul {
|
|
47578
47583
|
padding: 0 14px 0 0;
|
|
47579
47584
|
}
|
|
47585
|
+
|
|
47586
|
+
.e-selectall-parent {
|
|
47587
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
47588
|
+
.e-all-text {
|
|
47589
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
47590
|
+
}
|
|
47591
|
+
}
|
|
47580
47592
|
}
|
|
47581
47593
|
}
|
|
47582
47594
|
}
|
|
@@ -66028,6 +66040,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
66028
66040
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
66029
66041
|
background-color: $grid-hover-bg-color;
|
|
66030
66042
|
}
|
|
66043
|
+
|
|
66044
|
+
&.sf-grid{
|
|
66045
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
66046
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
66047
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
66048
|
+
}
|
|
66049
|
+
}
|
|
66031
66050
|
}
|
|
66032
66051
|
|
|
66033
66052
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -107648,6 +107667,13 @@ $nodata-border-color: $border-light !default;
|
|
|
107648
107667
|
align-items: center;
|
|
107649
107668
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
107650
107669
|
}
|
|
107670
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
107671
|
+
border: 0;
|
|
107672
|
+
height: 0;
|
|
107673
|
+
padding: 0;
|
|
107674
|
+
visibility: hidden;
|
|
107675
|
+
width: 0;
|
|
107676
|
+
}
|
|
107651
107677
|
.e-multicolumn-grid.e-grid {
|
|
107652
107678
|
border-width: $grid-border-width;
|
|
107653
107679
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -108166,9 +108192,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108166
108192
|
textarea::-webkit-scrollbar {
|
|
108167
108193
|
width: 4px;
|
|
108168
108194
|
}
|
|
108169
|
-
.hide-scrollbar textarea {
|
|
108170
|
-
scrollbar-width: none;
|
|
108171
|
-
}
|
|
108172
108195
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
108173
108196
|
right: unset;
|
|
108174
108197
|
left: 20px;
|
|
@@ -108200,6 +108223,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108200
108223
|
}
|
|
108201
108224
|
}
|
|
108202
108225
|
&:not(.e-footer-template) {
|
|
108226
|
+
.e-textarea {
|
|
108227
|
+
max-height: 280px;
|
|
108228
|
+
}
|
|
108203
108229
|
.e-assist-send {
|
|
108204
108230
|
position: absolute;
|
|
108205
108231
|
right: 20px;
|