@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/fluent.scss
CHANGED
|
@@ -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;
|
|
@@ -48203,9 +48203,12 @@ $ddt-last-chip-right-margin: 45px !default;
|
|
|
48203
48203
|
$ddt-last-chip-bigger-right-margin: 52px !default;
|
|
48204
48204
|
$ddt-select-all-padding: 8px 12px !default;
|
|
48205
48205
|
$ddt-select-all-height: 22px !default;
|
|
48206
|
-
$ddt-select-all-checkbox-margin: 0
|
|
48207
|
-
$ddt-select-all-
|
|
48208
|
-
$ddt-select-all-
|
|
48206
|
+
$ddt-select-all-checkbox-margin: 0 4px !default;
|
|
48207
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
48208
|
+
$ddt-select-all-text-indent: 26px !default;
|
|
48209
|
+
$ddt-rtl-select-all-text-indent: 17px !default;
|
|
48210
|
+
$ddt-select-all-bigger-text-indent: 42px !default;
|
|
48211
|
+
$ddt-rtl-select-all-bigger-text-indent: 41px !default;
|
|
48209
48212
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
48210
48213
|
$ddt-popup-radius: 4px !default;
|
|
48211
48214
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -48234,6 +48237,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
|
48234
48237
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
48235
48238
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
48236
48239
|
$ddt-remains-count-padding-top: 3px !default;
|
|
48240
|
+
$ddt-select-all-font-size: 14px !default;
|
|
48241
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
48242
|
+
$ddt-big-select-all-text-margin: 0 8px !default;
|
|
48243
|
+
$ddt-rtl-big-select-all-text-margin: 0 8px !default;
|
|
48244
|
+
$ddt-big-select-all-padding: 0 8px !default;
|
|
48245
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
48237
48246
|
|
|
48238
48247
|
// color variables
|
|
48239
48248
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -48808,10 +48817,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
48808
48817
|
.e-checkbox-wrapper {
|
|
48809
48818
|
position: relative;
|
|
48810
48819
|
text-indent: 0;
|
|
48811
|
-
|
|
48812
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
48813
|
-
bottom: 2px;
|
|
48814
|
-
}
|
|
48820
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
48815
48821
|
|
|
48816
48822
|
.e-frame {
|
|
48817
48823
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -48822,7 +48828,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
48822
48828
|
|
|
48823
48829
|
.e-all-text {
|
|
48824
48830
|
font-family: inherit;
|
|
48825
|
-
font-size:
|
|
48831
|
+
font-size: $ddt-select-all-font-size;
|
|
48826
48832
|
margin: $ddt-select-all-checkbox-margin;
|
|
48827
48833
|
@if $ddt-skin-name == 'tailwind' {
|
|
48828
48834
|
line-height: $ddt-select-all-height;
|
|
@@ -49175,6 +49181,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
49175
49181
|
.e-treeview .e-list-item .e-ul {
|
|
49176
49182
|
padding: 0 14px 0 0;
|
|
49177
49183
|
}
|
|
49184
|
+
|
|
49185
|
+
.e-selectall-parent {
|
|
49186
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
49187
|
+
.e-all-text {
|
|
49188
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
49189
|
+
}
|
|
49190
|
+
}
|
|
49178
49191
|
}
|
|
49179
49192
|
}
|
|
49180
49193
|
}
|
|
@@ -67954,6 +67967,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
67954
67967
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
67955
67968
|
background-color: $grid-hover-bg-color;
|
|
67956
67969
|
}
|
|
67970
|
+
|
|
67971
|
+
&.sf-grid{
|
|
67972
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
67973
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
67974
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
67975
|
+
}
|
|
67976
|
+
}
|
|
67957
67977
|
}
|
|
67958
67978
|
|
|
67959
67979
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -98276,7 +98296,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
98276
98296
|
|
|
98277
98297
|
|
|
98278
98298
|
$recurrence-label-bottom: 7px !default;
|
|
98279
|
-
$recurrence-month-label-bottom:
|
|
98299
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
98280
98300
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
98281
98301
|
$recurrence-week-label-bottom: 10px !default;
|
|
98282
98302
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -98287,7 +98307,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
98287
98307
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
98288
98308
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
98289
98309
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
98290
|
-
$recurrence-week-position-min-width:
|
|
98310
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
98291
98311
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
98292
98312
|
|
|
98293
98313
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -109619,6 +109639,13 @@ $nodata-border-color: $flyout-border !default;
|
|
|
109619
109639
|
align-items: center;
|
|
109620
109640
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
109621
109641
|
}
|
|
109642
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
109643
|
+
border: 0;
|
|
109644
|
+
height: 0;
|
|
109645
|
+
padding: 0;
|
|
109646
|
+
visibility: hidden;
|
|
109647
|
+
width: 0;
|
|
109648
|
+
}
|
|
109622
109649
|
.e-multicolumn-grid.e-grid {
|
|
109623
109650
|
border-width: $grid-border-width;
|
|
109624
109651
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -110137,9 +110164,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110137
110164
|
textarea::-webkit-scrollbar {
|
|
110138
110165
|
width: 4px;
|
|
110139
110166
|
}
|
|
110140
|
-
.hide-scrollbar textarea {
|
|
110141
|
-
scrollbar-width: none;
|
|
110142
|
-
}
|
|
110143
110167
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
110144
110168
|
right: unset;
|
|
110145
110169
|
left: 20px;
|
|
@@ -110171,6 +110195,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110171
110195
|
}
|
|
110172
110196
|
}
|
|
110173
110197
|
&:not(.e-footer-template) {
|
|
110198
|
+
.e-textarea {
|
|
110199
|
+
max-height: 280px;
|
|
110200
|
+
}
|
|
110174
110201
|
.e-assist-send {
|
|
110175
110202
|
position: absolute;
|
|
110176
110203
|
right: 20px;
|
|
@@ -64886,9 +64886,12 @@ $ddt-last-chip-right-margin: 45px !default;
|
|
|
64886
64886
|
$ddt-last-chip-bigger-right-margin: 52px !default;
|
|
64887
64887
|
$ddt-select-all-padding: 8px 12px !default;
|
|
64888
64888
|
$ddt-select-all-height: 22px !default;
|
|
64889
|
-
$ddt-select-all-checkbox-margin: 0
|
|
64890
|
-
$ddt-select-all-
|
|
64891
|
-
$ddt-select-all-
|
|
64889
|
+
$ddt-select-all-checkbox-margin: 0 4px !default;
|
|
64890
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
64891
|
+
$ddt-select-all-text-indent: 26px !default;
|
|
64892
|
+
$ddt-rtl-select-all-text-indent: 17px !default;
|
|
64893
|
+
$ddt-select-all-bigger-text-indent: 42px !default;
|
|
64894
|
+
$ddt-rtl-select-all-bigger-text-indent: 41px !default;
|
|
64892
64895
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
64893
64896
|
$ddt-popup-radius: 4px !default;
|
|
64894
64897
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -64917,6 +64920,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
|
64917
64920
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
64918
64921
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
64919
64922
|
$ddt-remains-count-padding-top: 3px !default;
|
|
64923
|
+
$ddt-select-all-font-size: 14px !default;
|
|
64924
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
64925
|
+
$ddt-big-select-all-text-margin: 0 8px !default;
|
|
64926
|
+
$ddt-rtl-big-select-all-text-margin: 0 8px !default;
|
|
64927
|
+
$ddt-big-select-all-padding: 0 8px !default;
|
|
64928
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
64920
64929
|
|
|
64921
64930
|
// color variables
|
|
64922
64931
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -65491,10 +65500,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
65491
65500
|
.e-checkbox-wrapper {
|
|
65492
65501
|
position: relative;
|
|
65493
65502
|
text-indent: 0;
|
|
65494
|
-
|
|
65495
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
65496
|
-
bottom: 2px;
|
|
65497
|
-
}
|
|
65503
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
65498
65504
|
|
|
65499
65505
|
.e-frame {
|
|
65500
65506
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -65505,7 +65511,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
65505
65511
|
|
|
65506
65512
|
.e-all-text {
|
|
65507
65513
|
font-family: inherit;
|
|
65508
|
-
font-size:
|
|
65514
|
+
font-size: $ddt-select-all-font-size;
|
|
65509
65515
|
margin: $ddt-select-all-checkbox-margin;
|
|
65510
65516
|
@if $ddt-skin-name == 'tailwind' {
|
|
65511
65517
|
line-height: $ddt-select-all-height;
|
|
@@ -65858,6 +65864,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
65858
65864
|
.e-treeview .e-list-item .e-ul {
|
|
65859
65865
|
padding: 0 14px 0 0;
|
|
65860
65866
|
}
|
|
65867
|
+
|
|
65868
|
+
.e-selectall-parent {
|
|
65869
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
65870
|
+
.e-all-text {
|
|
65871
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
65872
|
+
}
|
|
65873
|
+
}
|
|
65861
65874
|
}
|
|
65862
65875
|
}
|
|
65863
65876
|
}
|
|
@@ -66405,19 +66418,12 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
66405
66418
|
|
|
66406
66419
|
.e-selectall-parent {
|
|
66407
66420
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
66408
|
-
|
|
66409
|
-
padding: $ddt-big-select-all-padding;
|
|
66421
|
+
padding: $ddt-big-select-all-padding;
|
|
66410
66422
|
|
|
66411
|
-
|
|
66412
|
-
|
|
66413
|
-
|
|
66414
|
-
|
|
66415
|
-
margin: 0 12px;
|
|
66416
|
-
}
|
|
66417
|
-
@else {
|
|
66418
|
-
margin: 0 16px;
|
|
66419
|
-
}
|
|
66420
|
-
}
|
|
66423
|
+
.e-all-text {
|
|
66424
|
+
font-size: $ddt-big-select-all-font-size;
|
|
66425
|
+
line-height: 24px;
|
|
66426
|
+
margin: $ddt-big-select-all-text-margin;
|
|
66421
66427
|
}
|
|
66422
66428
|
}
|
|
66423
66429
|
|
|
@@ -66573,6 +66579,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
66573
66579
|
right: auto;
|
|
66574
66580
|
}
|
|
66575
66581
|
}
|
|
66582
|
+
|
|
66583
|
+
.e-selectall-parent {
|
|
66584
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
66585
|
+
.e-all-text {
|
|
66586
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
66587
|
+
}
|
|
66588
|
+
}
|
|
66576
66589
|
}
|
|
66577
66590
|
}
|
|
66578
66591
|
}
|
|
@@ -90158,6 +90171,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90158
90171
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
90159
90172
|
background-color: $grid-hover-bg-color;
|
|
90160
90173
|
}
|
|
90174
|
+
|
|
90175
|
+
&.sf-grid{
|
|
90176
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
90177
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
90178
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
90179
|
+
}
|
|
90180
|
+
}
|
|
90161
90181
|
}
|
|
90162
90182
|
|
|
90163
90183
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -92705,6 +92725,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
92705
92725
|
padding-top: 40px;
|
|
92706
92726
|
}
|
|
92707
92727
|
|
|
92728
|
+
& .e-mainfilterdiv {
|
|
92729
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
92730
|
+
padding-top: 30px;
|
|
92731
|
+
}
|
|
92732
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
92733
|
+
padding-top: 0;
|
|
92734
|
+
}
|
|
92735
|
+
@else {
|
|
92736
|
+
padding-top: 16px;
|
|
92737
|
+
}
|
|
92738
|
+
}
|
|
92739
|
+
|
|
92708
92740
|
& .e-filtersetdiv {
|
|
92709
92741
|
float: right;
|
|
92710
92742
|
margin-right: 1%;
|
|
@@ -128521,7 +128553,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
128521
128553
|
|
|
128522
128554
|
|
|
128523
128555
|
$recurrence-label-bottom: 7px !default;
|
|
128524
|
-
$recurrence-month-label-bottom:
|
|
128556
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
128525
128557
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
128526
128558
|
$recurrence-week-label-bottom: 10px !default;
|
|
128527
128559
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -128532,7 +128564,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
128532
128564
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
128533
128565
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
128534
128566
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
128535
|
-
$recurrence-week-position-min-width:
|
|
128567
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
128536
128568
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
128537
128569
|
|
|
128538
128570
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -141891,6 +141923,13 @@ $nodata-border-color: $flyout-border !default;
|
|
|
141891
141923
|
align-items: center;
|
|
141892
141924
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
141893
141925
|
}
|
|
141926
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
141927
|
+
border: 0;
|
|
141928
|
+
height: 0;
|
|
141929
|
+
padding: 0;
|
|
141930
|
+
visibility: hidden;
|
|
141931
|
+
width: 0;
|
|
141932
|
+
}
|
|
141894
141933
|
.e-multicolumn-grid.e-grid {
|
|
141895
141934
|
border-width: $grid-border-width;
|
|
141896
141935
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -142446,9 +142485,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142446
142485
|
textarea::-webkit-scrollbar {
|
|
142447
142486
|
width: 4px;
|
|
142448
142487
|
}
|
|
142449
|
-
.hide-scrollbar textarea {
|
|
142450
|
-
scrollbar-width: none;
|
|
142451
|
-
}
|
|
142452
142488
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
142453
142489
|
right: unset;
|
|
142454
142490
|
left: 20px;
|
|
@@ -142480,6 +142516,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142480
142516
|
}
|
|
142481
142517
|
}
|
|
142482
142518
|
&:not(.e-footer-template) {
|
|
142519
|
+
.e-textarea {
|
|
142520
|
+
max-height: 280px;
|
|
142521
|
+
}
|
|
142483
142522
|
.e-assist-send {
|
|
142484
142523
|
position: absolute;
|
|
142485
142524
|
right: 20px;
|
|
@@ -48203,9 +48203,12 @@ $ddt-last-chip-right-margin: 45px !default;
|
|
|
48203
48203
|
$ddt-last-chip-bigger-right-margin: 52px !default;
|
|
48204
48204
|
$ddt-select-all-padding: 8px 12px !default;
|
|
48205
48205
|
$ddt-select-all-height: 22px !default;
|
|
48206
|
-
$ddt-select-all-checkbox-margin: 0
|
|
48207
|
-
$ddt-select-all-
|
|
48208
|
-
$ddt-select-all-
|
|
48206
|
+
$ddt-select-all-checkbox-margin: 0 4px !default;
|
|
48207
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
48208
|
+
$ddt-select-all-text-indent: 26px !default;
|
|
48209
|
+
$ddt-rtl-select-all-text-indent: 17px !default;
|
|
48210
|
+
$ddt-select-all-bigger-text-indent: 42px !default;
|
|
48211
|
+
$ddt-rtl-select-all-bigger-text-indent: 41px !default;
|
|
48209
48212
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
48210
48213
|
$ddt-popup-radius: 4px !default;
|
|
48211
48214
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -48234,6 +48237,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
|
48234
48237
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
48235
48238
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
48236
48239
|
$ddt-remains-count-padding-top: 3px !default;
|
|
48240
|
+
$ddt-select-all-font-size: 14px !default;
|
|
48241
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
48242
|
+
$ddt-big-select-all-text-margin: 0 8px !default;
|
|
48243
|
+
$ddt-rtl-big-select-all-text-margin: 0 8px !default;
|
|
48244
|
+
$ddt-big-select-all-padding: 0 8px !default;
|
|
48245
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
48237
48246
|
|
|
48238
48247
|
// color variables
|
|
48239
48248
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -48808,10 +48817,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
48808
48817
|
.e-checkbox-wrapper {
|
|
48809
48818
|
position: relative;
|
|
48810
48819
|
text-indent: 0;
|
|
48811
|
-
|
|
48812
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
48813
|
-
bottom: 2px;
|
|
48814
|
-
}
|
|
48820
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
48815
48821
|
|
|
48816
48822
|
.e-frame {
|
|
48817
48823
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -48822,7 +48828,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
48822
48828
|
|
|
48823
48829
|
.e-all-text {
|
|
48824
48830
|
font-family: inherit;
|
|
48825
|
-
font-size:
|
|
48831
|
+
font-size: $ddt-select-all-font-size;
|
|
48826
48832
|
margin: $ddt-select-all-checkbox-margin;
|
|
48827
48833
|
@if $ddt-skin-name == 'tailwind' {
|
|
48828
48834
|
line-height: $ddt-select-all-height;
|
|
@@ -49175,6 +49181,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
49175
49181
|
.e-treeview .e-list-item .e-ul {
|
|
49176
49182
|
padding: 0 14px 0 0;
|
|
49177
49183
|
}
|
|
49184
|
+
|
|
49185
|
+
.e-selectall-parent {
|
|
49186
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
49187
|
+
.e-all-text {
|
|
49188
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
49189
|
+
}
|
|
49190
|
+
}
|
|
49178
49191
|
}
|
|
49179
49192
|
}
|
|
49180
49193
|
}
|
|
@@ -67954,6 +67967,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
67954
67967
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
67955
67968
|
background-color: $grid-hover-bg-color;
|
|
67956
67969
|
}
|
|
67970
|
+
|
|
67971
|
+
&.sf-grid{
|
|
67972
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
67973
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
67974
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
67975
|
+
}
|
|
67976
|
+
}
|
|
67957
67977
|
}
|
|
67958
67978
|
|
|
67959
67979
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -98276,7 +98296,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
98276
98296
|
|
|
98277
98297
|
|
|
98278
98298
|
$recurrence-label-bottom: 7px !default;
|
|
98279
|
-
$recurrence-month-label-bottom:
|
|
98299
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
98280
98300
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
98281
98301
|
$recurrence-week-label-bottom: 10px !default;
|
|
98282
98302
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -98287,7 +98307,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
98287
98307
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
98288
98308
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
98289
98309
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
98290
|
-
$recurrence-week-position-min-width:
|
|
98310
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
98291
98311
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
98292
98312
|
|
|
98293
98313
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -109619,6 +109639,13 @@ $nodata-border-color: $flyout-border !default;
|
|
|
109619
109639
|
align-items: center;
|
|
109620
109640
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
109621
109641
|
}
|
|
109642
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
109643
|
+
border: 0;
|
|
109644
|
+
height: 0;
|
|
109645
|
+
padding: 0;
|
|
109646
|
+
visibility: hidden;
|
|
109647
|
+
width: 0;
|
|
109648
|
+
}
|
|
109622
109649
|
.e-multicolumn-grid.e-grid {
|
|
109623
109650
|
border-width: $grid-border-width;
|
|
109624
109651
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -110137,9 +110164,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110137
110164
|
textarea::-webkit-scrollbar {
|
|
110138
110165
|
width: 4px;
|
|
110139
110166
|
}
|
|
110140
|
-
.hide-scrollbar textarea {
|
|
110141
|
-
scrollbar-width: none;
|
|
110142
|
-
}
|
|
110143
110167
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
110144
110168
|
right: unset;
|
|
110145
110169
|
left: 20px;
|
|
@@ -110171,6 +110195,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110171
110195
|
}
|
|
110172
110196
|
}
|
|
110173
110197
|
&:not(.e-footer-template) {
|
|
110198
|
+
.e-textarea {
|
|
110199
|
+
max-height: 280px;
|
|
110200
|
+
}
|
|
110174
110201
|
.e-assist-send {
|
|
110175
110202
|
position: absolute;
|
|
110176
110203
|
right: 20px;
|