@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
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: rgba($grey-black, .12) !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: rgba($grey-black, .12) !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: rgba($grey-black, .12) !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: rgba($grey-black, .12) !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -358,9 +358,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
358
358
|
textarea::-webkit-scrollbar {
|
|
359
359
|
width: 4px;
|
|
360
360
|
}
|
|
361
|
-
.hide-scrollbar textarea {
|
|
362
|
-
scrollbar-width: none;
|
|
363
|
-
}
|
|
364
361
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
365
362
|
right: unset;
|
|
366
363
|
left: 20px;
|
|
@@ -392,6 +389,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
392
389
|
}
|
|
393
390
|
}
|
|
394
391
|
&:not(.e-footer-template) {
|
|
392
|
+
.e-textarea {
|
|
393
|
+
max-height: 280px;
|
|
394
|
+
}
|
|
395
395
|
.e-assist-send {
|
|
396
396
|
position: absolute;
|
|
397
397
|
right: 20px;
|
|
@@ -46872,8 +46872,11 @@ $ddt-last-chip-right-margin: 45px !default;
|
|
|
46872
46872
|
$ddt-last-chip-bigger-right-margin: 52px !default;
|
|
46873
46873
|
$ddt-select-all-height: 36px !default;
|
|
46874
46874
|
$ddt-select-all-checkbox-margin: 10px !default;
|
|
46875
|
+
$ddt-rtl-select-all-checkbox-margin: 0 10px !default;
|
|
46875
46876
|
$ddt-select-all-text-indent: 38px !default;
|
|
46877
|
+
$ddt-rtl-select-all-text-indent: 38px !default;
|
|
46876
46878
|
$ddt-select-all-bigger-text-indent: 43px !default;
|
|
46879
|
+
$ddt-rtl-select-all-bigger-text-indent: 43px !default;
|
|
46877
46880
|
$ddt-select-all-text-font-size: 14px !default;
|
|
46878
46881
|
$ddt-popup-reorder-border: rgba($grey-light-font, .12) !default;
|
|
46879
46882
|
$ddt-treeview-padding: 0 8px !default;
|
|
@@ -46910,6 +46913,12 @@ $ddt-outline-chip-padding: 4px 12px !default;
|
|
|
46910
46913
|
$ddt-outline-bigger-padding: 15px 16px !default;
|
|
46911
46914
|
$ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
46912
46915
|
$ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
46916
|
+
$ddt-select-all-font-size: 14px !default;
|
|
46917
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
46918
|
+
$ddt-big-select-all-padding: 0px !default;
|
|
46919
|
+
$ddt-big-select-all-text-margin: 0 !default;
|
|
46920
|
+
$ddt-rtl-big-select-all-text-margin: 0 !default;
|
|
46921
|
+
$ddt-select-all-checkbox-bottom: 0 !default;
|
|
46913
46922
|
@mixin ddt-rotate($position) {
|
|
46914
46923
|
transform: rotate($position);
|
|
46915
46924
|
transition: transform 300ms ease;
|
|
@@ -47469,10 +47478,7 @@ $ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
|
47469
47478
|
.e-checkbox-wrapper {
|
|
47470
47479
|
position: relative;
|
|
47471
47480
|
text-indent: 0;
|
|
47472
|
-
|
|
47473
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
47474
|
-
bottom: 2px;
|
|
47475
|
-
}
|
|
47481
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
47476
47482
|
|
|
47477
47483
|
.e-frame {
|
|
47478
47484
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -47483,7 +47489,7 @@ $ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
|
47483
47489
|
|
|
47484
47490
|
.e-all-text {
|
|
47485
47491
|
font-family: inherit;
|
|
47486
|
-
font-size:
|
|
47492
|
+
font-size: $ddt-select-all-font-size;
|
|
47487
47493
|
margin: $ddt-select-all-checkbox-margin;
|
|
47488
47494
|
@if $ddt-skin-name == 'tailwind' {
|
|
47489
47495
|
line-height: $ddt-select-all-height;
|
|
@@ -47836,6 +47842,13 @@ $ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
|
47836
47842
|
.e-treeview .e-list-item .e-ul {
|
|
47837
47843
|
padding: 0 14px 0 0;
|
|
47838
47844
|
}
|
|
47845
|
+
|
|
47846
|
+
.e-selectall-parent {
|
|
47847
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
47848
|
+
.e-all-text {
|
|
47849
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
47850
|
+
}
|
|
47851
|
+
}
|
|
47839
47852
|
}
|
|
47840
47853
|
}
|
|
47841
47854
|
}
|
|
@@ -56048,8 +56061,8 @@ $de-toggle-btn-outline: $grey-50 0 solid !default;
|
|
|
56048
56061
|
$de-toggle-btn-border: none !default;
|
|
56049
56062
|
$de-panel-border: $grey-700 !default;
|
|
56050
56063
|
$de-panel-btn-bg-clr: '' !default;
|
|
56051
|
-
$de-page-no-width-spellout: calc(100% -
|
|
56052
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
56064
|
+
$de-page-no-width-spellout: calc(100% - 146px) !default;
|
|
56065
|
+
$de-page-no-width-spellout-big: calc(100% - 164px) !default;
|
|
56053
56066
|
$de-font-color: $grey-dark-font !default;
|
|
56054
56067
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
56055
56068
|
$de-hover-bg: rgba(255, 255, 255, .1) !default;
|
|
@@ -66523,6 +66536,13 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
66523
66536
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
66524
66537
|
background-color: $grid-hover-bg-color;
|
|
66525
66538
|
}
|
|
66539
|
+
|
|
66540
|
+
&.sf-grid{
|
|
66541
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
66542
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
66543
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
66544
|
+
}
|
|
66545
|
+
}
|
|
66526
66546
|
}
|
|
66527
66547
|
|
|
66528
66548
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -108160,6 +108180,13 @@ $nodata-border-color: $grey-800 !default;
|
|
|
108160
108180
|
align-items: center;
|
|
108161
108181
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
108162
108182
|
}
|
|
108183
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
108184
|
+
border: 0;
|
|
108185
|
+
height: 0;
|
|
108186
|
+
padding: 0;
|
|
108187
|
+
visibility: hidden;
|
|
108188
|
+
width: 0;
|
|
108189
|
+
}
|
|
108163
108190
|
.e-multicolumn-grid.e-grid {
|
|
108164
108191
|
border-width: $grid-border-width;
|
|
108165
108192
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -108678,9 +108705,6 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
|
|
|
108678
108705
|
textarea::-webkit-scrollbar {
|
|
108679
108706
|
width: 4px;
|
|
108680
108707
|
}
|
|
108681
|
-
.hide-scrollbar textarea {
|
|
108682
|
-
scrollbar-width: none;
|
|
108683
|
-
}
|
|
108684
108708
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
108685
108709
|
right: unset;
|
|
108686
108710
|
left: 20px;
|
|
@@ -108712,6 +108736,9 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
|
|
|
108712
108736
|
}
|
|
108713
108737
|
}
|
|
108714
108738
|
&:not(.e-footer-template) {
|
|
108739
|
+
.e-textarea {
|
|
108740
|
+
max-height: 280px;
|
|
108741
|
+
}
|
|
108715
108742
|
.e-assist-send {
|
|
108716
108743
|
position: absolute;
|
|
108717
108744
|
right: 20px;
|
|
@@ -63555,8 +63555,11 @@ $ddt-last-chip-right-margin: 45px !default;
|
|
|
63555
63555
|
$ddt-last-chip-bigger-right-margin: 52px !default;
|
|
63556
63556
|
$ddt-select-all-height: 36px !default;
|
|
63557
63557
|
$ddt-select-all-checkbox-margin: 10px !default;
|
|
63558
|
+
$ddt-rtl-select-all-checkbox-margin: 0 10px !default;
|
|
63558
63559
|
$ddt-select-all-text-indent: 38px !default;
|
|
63560
|
+
$ddt-rtl-select-all-text-indent: 38px !default;
|
|
63559
63561
|
$ddt-select-all-bigger-text-indent: 43px !default;
|
|
63562
|
+
$ddt-rtl-select-all-bigger-text-indent: 43px !default;
|
|
63560
63563
|
$ddt-select-all-text-font-size: 14px !default;
|
|
63561
63564
|
$ddt-popup-reorder-border: rgba($grey-light-font, .12) !default;
|
|
63562
63565
|
$ddt-treeview-padding: 0 8px !default;
|
|
@@ -63593,6 +63596,12 @@ $ddt-outline-chip-padding: 4px 12px !default;
|
|
|
63593
63596
|
$ddt-outline-bigger-padding: 15px 16px !default;
|
|
63594
63597
|
$ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
63595
63598
|
$ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
63599
|
+
$ddt-select-all-font-size: 14px !default;
|
|
63600
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
63601
|
+
$ddt-big-select-all-padding: 0px !default;
|
|
63602
|
+
$ddt-big-select-all-text-margin: 0 !default;
|
|
63603
|
+
$ddt-rtl-big-select-all-text-margin: 0 !default;
|
|
63604
|
+
$ddt-select-all-checkbox-bottom: 0 !default;
|
|
63596
63605
|
@mixin ddt-rotate($position) {
|
|
63597
63606
|
transform: rotate($position);
|
|
63598
63607
|
transition: transform 300ms ease;
|
|
@@ -64152,10 +64161,7 @@ $ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
|
64152
64161
|
.e-checkbox-wrapper {
|
|
64153
64162
|
position: relative;
|
|
64154
64163
|
text-indent: 0;
|
|
64155
|
-
|
|
64156
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
64157
|
-
bottom: 2px;
|
|
64158
|
-
}
|
|
64164
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
64159
64165
|
|
|
64160
64166
|
.e-frame {
|
|
64161
64167
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -64166,7 +64172,7 @@ $ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
|
64166
64172
|
|
|
64167
64173
|
.e-all-text {
|
|
64168
64174
|
font-family: inherit;
|
|
64169
|
-
font-size:
|
|
64175
|
+
font-size: $ddt-select-all-font-size;
|
|
64170
64176
|
margin: $ddt-select-all-checkbox-margin;
|
|
64171
64177
|
@if $ddt-skin-name == 'tailwind' {
|
|
64172
64178
|
line-height: $ddt-select-all-height;
|
|
@@ -64519,6 +64525,13 @@ $ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
|
64519
64525
|
.e-treeview .e-list-item .e-ul {
|
|
64520
64526
|
padding: 0 14px 0 0;
|
|
64521
64527
|
}
|
|
64528
|
+
|
|
64529
|
+
.e-selectall-parent {
|
|
64530
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
64531
|
+
.e-all-text {
|
|
64532
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
64533
|
+
}
|
|
64534
|
+
}
|
|
64522
64535
|
}
|
|
64523
64536
|
}
|
|
64524
64537
|
}
|
|
@@ -65063,19 +65076,12 @@ $ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
|
65063
65076
|
|
|
65064
65077
|
.e-selectall-parent {
|
|
65065
65078
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
65066
|
-
|
|
65067
|
-
padding: $ddt-big-select-all-padding;
|
|
65079
|
+
padding: $ddt-big-select-all-padding;
|
|
65068
65080
|
|
|
65069
|
-
|
|
65070
|
-
|
|
65071
|
-
|
|
65072
|
-
|
|
65073
|
-
margin: 0 12px;
|
|
65074
|
-
}
|
|
65075
|
-
@else {
|
|
65076
|
-
margin: 0 16px;
|
|
65077
|
-
}
|
|
65078
|
-
}
|
|
65081
|
+
.e-all-text {
|
|
65082
|
+
font-size: $ddt-big-select-all-font-size;
|
|
65083
|
+
line-height: 24px;
|
|
65084
|
+
margin: $ddt-big-select-all-text-margin;
|
|
65079
65085
|
}
|
|
65080
65086
|
}
|
|
65081
65087
|
|
|
@@ -65231,6 +65237,13 @@ $ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
|
65231
65237
|
right: auto;
|
|
65232
65238
|
}
|
|
65233
65239
|
}
|
|
65240
|
+
|
|
65241
|
+
.e-selectall-parent {
|
|
65242
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
65243
|
+
.e-all-text {
|
|
65244
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
65245
|
+
}
|
|
65246
|
+
}
|
|
65234
65247
|
}
|
|
65235
65248
|
}
|
|
65236
65249
|
}
|
|
@@ -76442,8 +76455,8 @@ $de-toggle-btn-outline: $grey-50 0 solid !default;
|
|
|
76442
76455
|
$de-toggle-btn-border: none !default;
|
|
76443
76456
|
$de-panel-border: $grey-700 !default;
|
|
76444
76457
|
$de-panel-btn-bg-clr: '' !default;
|
|
76445
|
-
$de-page-no-width-spellout: calc(100% -
|
|
76446
|
-
$de-page-no-width-spellout-big: calc(100% -
|
|
76458
|
+
$de-page-no-width-spellout: calc(100% - 146px) !default;
|
|
76459
|
+
$de-page-no-width-spellout-big: calc(100% - 164px) !default;
|
|
76447
76460
|
$de-font-color: $grey-dark-font !default;
|
|
76448
76461
|
$de-hover-clr: 1px solid #ff8c00 !default;
|
|
76449
76462
|
$de-hover-bg: rgba(255, 255, 255, .1) !default;
|
|
@@ -88727,6 +88740,13 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
88727
88740
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88728
88741
|
background-color: $grid-hover-bg-color;
|
|
88729
88742
|
}
|
|
88743
|
+
|
|
88744
|
+
&.sf-grid{
|
|
88745
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88746
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88747
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88748
|
+
}
|
|
88749
|
+
}
|
|
88730
88750
|
}
|
|
88731
88751
|
|
|
88732
88752
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -91278,6 +91298,18 @@ $grid-checkmark-color: $accent-font !default;
|
|
|
91278
91298
|
padding-top: 40px;
|
|
91279
91299
|
}
|
|
91280
91300
|
|
|
91301
|
+
& .e-mainfilterdiv {
|
|
91302
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
91303
|
+
padding-top: 30px;
|
|
91304
|
+
}
|
|
91305
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
91306
|
+
padding-top: 0;
|
|
91307
|
+
}
|
|
91308
|
+
@else {
|
|
91309
|
+
padding-top: 16px;
|
|
91310
|
+
}
|
|
91311
|
+
}
|
|
91312
|
+
|
|
91281
91313
|
& .e-filtersetdiv {
|
|
91282
91314
|
float: right;
|
|
91283
91315
|
margin-right: 1%;
|
|
@@ -140432,6 +140464,13 @@ $nodata-border-color: $grey-800 !default;
|
|
|
140432
140464
|
align-items: center;
|
|
140433
140465
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
140434
140466
|
}
|
|
140467
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
140468
|
+
border: 0;
|
|
140469
|
+
height: 0;
|
|
140470
|
+
padding: 0;
|
|
140471
|
+
visibility: hidden;
|
|
140472
|
+
width: 0;
|
|
140473
|
+
}
|
|
140435
140474
|
.e-multicolumn-grid.e-grid {
|
|
140436
140475
|
border-width: $grid-border-width;
|
|
140437
140476
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -140987,9 +141026,6 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
|
|
|
140987
141026
|
textarea::-webkit-scrollbar {
|
|
140988
141027
|
width: 4px;
|
|
140989
141028
|
}
|
|
140990
|
-
.hide-scrollbar textarea {
|
|
140991
|
-
scrollbar-width: none;
|
|
140992
|
-
}
|
|
140993
141029
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140994
141030
|
right: unset;
|
|
140995
141031
|
left: 20px;
|
|
@@ -141021,6 +141057,9 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
|
|
|
141021
141057
|
}
|
|
141022
141058
|
}
|
|
141023
141059
|
&:not(.e-footer-template) {
|
|
141060
|
+
.e-textarea {
|
|
141061
|
+
max-height: 280px;
|
|
141062
|
+
}
|
|
141024
141063
|
.e-assist-send {
|
|
141025
141064
|
position: absolute;
|
|
141026
141065
|
right: 20px;
|