@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
|
@@ -23864,7 +23864,7 @@ ejs-sidebar {
|
|
|
23864
23864
|
display: block;
|
|
23865
23865
|
overflow: hidden;
|
|
23866
23866
|
position: relative;
|
|
23867
|
-
text-indent:
|
|
23867
|
+
text-indent: 27px;
|
|
23868
23868
|
white-space: nowrap;
|
|
23869
23869
|
width: 100%;
|
|
23870
23870
|
padding: 8px 12px;
|
|
@@ -23875,6 +23875,7 @@ ejs-sidebar {
|
|
|
23875
23875
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
23876
23876
|
position: relative;
|
|
23877
23877
|
text-indent: 0;
|
|
23878
|
+
bottom: 0;
|
|
23878
23879
|
}
|
|
23879
23880
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper .e-frame {
|
|
23880
23881
|
margin-top: -3px;
|
|
@@ -23882,7 +23883,7 @@ ejs-sidebar {
|
|
|
23882
23883
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
23883
23884
|
font-family: inherit;
|
|
23884
23885
|
font-size: 14px;
|
|
23885
|
-
margin: 0
|
|
23886
|
+
margin: 0 8px;
|
|
23886
23887
|
line-height: 22px;
|
|
23887
23888
|
}
|
|
23888
23889
|
.e-ddt.e-popup .e-filter-wrap {
|
|
@@ -23987,6 +23988,12 @@ ejs-sidebar {
|
|
|
23987
23988
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
23988
23989
|
padding: 0 14px 0 0;
|
|
23989
23990
|
}
|
|
23991
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
23992
|
+
text-indent: 15px;
|
|
23993
|
+
}
|
|
23994
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
23995
|
+
margin: 0 8px;
|
|
23996
|
+
}
|
|
23990
23997
|
|
|
23991
23998
|
.e-ddt-icon-hide {
|
|
23992
23999
|
display: none;
|
|
@@ -35571,6 +35578,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
35571
35578
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
35572
35579
|
background-color: #4b5563;
|
|
35573
35580
|
}
|
|
35581
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
35582
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
35583
|
+
background-color: #232e3e;
|
|
35584
|
+
}
|
|
35574
35585
|
|
|
35575
35586
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
35576
35587
|
background-color: #4b5563;
|
|
@@ -62590,6 +62601,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62590
62601
|
border-radius: 0 0 2px 2px;
|
|
62591
62602
|
}
|
|
62592
62603
|
|
|
62604
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
62605
|
+
border: 0;
|
|
62606
|
+
height: 0;
|
|
62607
|
+
padding: 0;
|
|
62608
|
+
visibility: hidden;
|
|
62609
|
+
width: 0;
|
|
62610
|
+
}
|
|
62611
|
+
|
|
62593
62612
|
.e-multicolumn-grid.e-grid {
|
|
62594
62613
|
border-width: 1px;
|
|
62595
62614
|
border-radius: 2px;
|
|
@@ -63041,9 +63060,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63041
63060
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
63042
63061
|
width: 4px;
|
|
63043
63062
|
}
|
|
63044
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
63045
|
-
scrollbar-width: none;
|
|
63046
|
-
}
|
|
63047
63063
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
63048
63064
|
right: unset;
|
|
63049
63065
|
left: 20px;
|
|
@@ -63056,6 +63072,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63056
63072
|
padding-left: 35px;
|
|
63057
63073
|
padding-right: unset;
|
|
63058
63074
|
}
|
|
63075
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
63076
|
+
max-height: 280px;
|
|
63077
|
+
}
|
|
63059
63078
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
63060
63079
|
position: absolute;
|
|
63061
63080
|
right: 20px;
|
|
@@ -32273,7 +32273,7 @@ ejs-sidebar {
|
|
|
32273
32273
|
display: block;
|
|
32274
32274
|
overflow: hidden;
|
|
32275
32275
|
position: relative;
|
|
32276
|
-
text-indent:
|
|
32276
|
+
text-indent: 27px;
|
|
32277
32277
|
white-space: nowrap;
|
|
32278
32278
|
width: 100%;
|
|
32279
32279
|
padding: 8px 12px;
|
|
@@ -32284,6 +32284,7 @@ ejs-sidebar {
|
|
|
32284
32284
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
32285
32285
|
position: relative;
|
|
32286
32286
|
text-indent: 0;
|
|
32287
|
+
bottom: 0;
|
|
32287
32288
|
}
|
|
32288
32289
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper .e-frame {
|
|
32289
32290
|
margin-top: -3px;
|
|
@@ -32291,7 +32292,7 @@ ejs-sidebar {
|
|
|
32291
32292
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
32292
32293
|
font-family: inherit;
|
|
32293
32294
|
font-size: 14px;
|
|
32294
|
-
margin: 0
|
|
32295
|
+
margin: 0 8px;
|
|
32295
32296
|
line-height: 22px;
|
|
32296
32297
|
}
|
|
32297
32298
|
.e-ddt.e-popup .e-filter-wrap {
|
|
@@ -32396,6 +32397,12 @@ ejs-sidebar {
|
|
|
32396
32397
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
32397
32398
|
padding: 0 14px 0 0;
|
|
32398
32399
|
}
|
|
32400
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
32401
|
+
text-indent: 15px;
|
|
32402
|
+
}
|
|
32403
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
32404
|
+
margin: 0 8px;
|
|
32405
|
+
}
|
|
32399
32406
|
|
|
32400
32407
|
.e-ddt-icon-hide {
|
|
32401
32408
|
display: none;
|
|
@@ -32535,14 +32542,14 @@ ejs-sidebar {
|
|
|
32535
32542
|
}
|
|
32536
32543
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
32537
32544
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
32538
|
-
text-indent:
|
|
32545
|
+
text-indent: 33px;
|
|
32539
32546
|
padding: 12px 16px;
|
|
32540
32547
|
}
|
|
32541
32548
|
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
32542
32549
|
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
32543
32550
|
font-size: 16px;
|
|
32544
32551
|
line-height: 24px;
|
|
32545
|
-
margin: 0
|
|
32552
|
+
margin: 0 12px;
|
|
32546
32553
|
}
|
|
32547
32554
|
.e-bigger .e-ddt.e-popup .e-popup-content.e-no-data,
|
|
32548
32555
|
.e-ddt.e-bigger.e-popup .e-popup-content.e-no-data {
|
|
@@ -32583,6 +32590,14 @@ ejs-sidebar {
|
|
|
32583
32590
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
32584
32591
|
right: auto;
|
|
32585
32592
|
}
|
|
32593
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
32594
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
32595
|
+
text-indent: 17px;
|
|
32596
|
+
}
|
|
32597
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
32598
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
32599
|
+
margin: 0 12px;
|
|
32600
|
+
}
|
|
32586
32601
|
|
|
32587
32602
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
32588
32603
|
line-height: 30px;
|
|
@@ -46055,6 +46070,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
46055
46070
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
46056
46071
|
background-color: #4b5563;
|
|
46057
46072
|
}
|
|
46073
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
46074
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
46075
|
+
background-color: #232e3e;
|
|
46076
|
+
}
|
|
46058
46077
|
|
|
46059
46078
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
46060
46079
|
background-color: #4b5563;
|
|
@@ -47714,6 +47733,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
47714
47733
|
text-align: center;
|
|
47715
47734
|
padding-top: 40px;
|
|
47716
47735
|
}
|
|
47736
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
47737
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
47738
|
+
padding-top: 16px;
|
|
47739
|
+
}
|
|
47717
47740
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
47718
47741
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
47719
47742
|
float: right;
|
|
@@ -80565,6 +80588,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
80565
80588
|
border-radius: 0 0 2px 2px;
|
|
80566
80589
|
}
|
|
80567
80590
|
|
|
80591
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
80592
|
+
border: 0;
|
|
80593
|
+
height: 0;
|
|
80594
|
+
padding: 0;
|
|
80595
|
+
visibility: hidden;
|
|
80596
|
+
width: 0;
|
|
80597
|
+
}
|
|
80598
|
+
|
|
80568
80599
|
.e-multicolumn-grid.e-grid {
|
|
80569
80600
|
border-width: 1px;
|
|
80570
80601
|
border-radius: 2px;
|
|
@@ -81067,9 +81098,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81067
81098
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
81068
81099
|
width: 4px;
|
|
81069
81100
|
}
|
|
81070
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
81071
|
-
scrollbar-width: none;
|
|
81072
|
-
}
|
|
81073
81101
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
81074
81102
|
right: unset;
|
|
81075
81103
|
left: 20px;
|
|
@@ -81082,6 +81110,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81082
81110
|
padding-left: 35px;
|
|
81083
81111
|
padding-right: unset;
|
|
81084
81112
|
}
|
|
81113
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
81114
|
+
max-height: 280px;
|
|
81115
|
+
}
|
|
81085
81116
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
81086
81117
|
position: absolute;
|
|
81087
81118
|
right: 20px;
|
|
@@ -23864,7 +23864,7 @@ ejs-sidebar {
|
|
|
23864
23864
|
display: block;
|
|
23865
23865
|
overflow: hidden;
|
|
23866
23866
|
position: relative;
|
|
23867
|
-
text-indent:
|
|
23867
|
+
text-indent: 27px;
|
|
23868
23868
|
white-space: nowrap;
|
|
23869
23869
|
width: 100%;
|
|
23870
23870
|
padding: 8px 12px;
|
|
@@ -23875,6 +23875,7 @@ ejs-sidebar {
|
|
|
23875
23875
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
23876
23876
|
position: relative;
|
|
23877
23877
|
text-indent: 0;
|
|
23878
|
+
bottom: 0;
|
|
23878
23879
|
}
|
|
23879
23880
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper .e-frame {
|
|
23880
23881
|
margin-top: -3px;
|
|
@@ -23882,7 +23883,7 @@ ejs-sidebar {
|
|
|
23882
23883
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
23883
23884
|
font-family: inherit;
|
|
23884
23885
|
font-size: 14px;
|
|
23885
|
-
margin: 0
|
|
23886
|
+
margin: 0 8px;
|
|
23886
23887
|
line-height: 22px;
|
|
23887
23888
|
}
|
|
23888
23889
|
.e-ddt.e-popup .e-filter-wrap {
|
|
@@ -23987,6 +23988,12 @@ ejs-sidebar {
|
|
|
23987
23988
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
23988
23989
|
padding: 0 14px 0 0;
|
|
23989
23990
|
}
|
|
23991
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
23992
|
+
text-indent: 15px;
|
|
23993
|
+
}
|
|
23994
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
23995
|
+
margin: 0 8px;
|
|
23996
|
+
}
|
|
23990
23997
|
|
|
23991
23998
|
.e-ddt-icon-hide {
|
|
23992
23999
|
display: none;
|
|
@@ -35571,6 +35578,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
35571
35578
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
35572
35579
|
background-color: #f3f4f6;
|
|
35573
35580
|
}
|
|
35581
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
35582
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
35583
|
+
background-color: #f9fafb;
|
|
35584
|
+
}
|
|
35574
35585
|
|
|
35575
35586
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
35576
35587
|
background-color: #f3f4f6;
|
|
@@ -62590,6 +62601,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62590
62601
|
border-radius: 0 0 2px 2px;
|
|
62591
62602
|
}
|
|
62592
62603
|
|
|
62604
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
62605
|
+
border: 0;
|
|
62606
|
+
height: 0;
|
|
62607
|
+
padding: 0;
|
|
62608
|
+
visibility: hidden;
|
|
62609
|
+
width: 0;
|
|
62610
|
+
}
|
|
62611
|
+
|
|
62593
62612
|
.e-multicolumn-grid.e-grid {
|
|
62594
62613
|
border-width: 1px;
|
|
62595
62614
|
border-radius: 2px;
|
|
@@ -63041,9 +63060,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63041
63060
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
63042
63061
|
width: 4px;
|
|
63043
63062
|
}
|
|
63044
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
63045
|
-
scrollbar-width: none;
|
|
63046
|
-
}
|
|
63047
63063
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
63048
63064
|
right: unset;
|
|
63049
63065
|
left: 20px;
|
|
@@ -63056,6 +63072,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63056
63072
|
padding-left: 35px;
|
|
63057
63073
|
padding-right: unset;
|
|
63058
63074
|
}
|
|
63075
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
63076
|
+
max-height: 280px;
|
|
63077
|
+
}
|
|
63059
63078
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
63060
63079
|
position: absolute;
|
|
63061
63080
|
right: 20px;
|
|
@@ -32273,7 +32273,7 @@ ejs-sidebar {
|
|
|
32273
32273
|
display: block;
|
|
32274
32274
|
overflow: hidden;
|
|
32275
32275
|
position: relative;
|
|
32276
|
-
text-indent:
|
|
32276
|
+
text-indent: 27px;
|
|
32277
32277
|
white-space: nowrap;
|
|
32278
32278
|
width: 100%;
|
|
32279
32279
|
padding: 8px 12px;
|
|
@@ -32284,6 +32284,7 @@ ejs-sidebar {
|
|
|
32284
32284
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
32285
32285
|
position: relative;
|
|
32286
32286
|
text-indent: 0;
|
|
32287
|
+
bottom: 0;
|
|
32287
32288
|
}
|
|
32288
32289
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper .e-frame {
|
|
32289
32290
|
margin-top: -3px;
|
|
@@ -32291,7 +32292,7 @@ ejs-sidebar {
|
|
|
32291
32292
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
32292
32293
|
font-family: inherit;
|
|
32293
32294
|
font-size: 14px;
|
|
32294
|
-
margin: 0
|
|
32295
|
+
margin: 0 8px;
|
|
32295
32296
|
line-height: 22px;
|
|
32296
32297
|
}
|
|
32297
32298
|
.e-ddt.e-popup .e-filter-wrap {
|
|
@@ -32396,6 +32397,12 @@ ejs-sidebar {
|
|
|
32396
32397
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
32397
32398
|
padding: 0 14px 0 0;
|
|
32398
32399
|
}
|
|
32400
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
32401
|
+
text-indent: 15px;
|
|
32402
|
+
}
|
|
32403
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
32404
|
+
margin: 0 8px;
|
|
32405
|
+
}
|
|
32399
32406
|
|
|
32400
32407
|
.e-ddt-icon-hide {
|
|
32401
32408
|
display: none;
|
|
@@ -32535,14 +32542,14 @@ ejs-sidebar {
|
|
|
32535
32542
|
}
|
|
32536
32543
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
32537
32544
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
32538
|
-
text-indent:
|
|
32545
|
+
text-indent: 33px;
|
|
32539
32546
|
padding: 12px 16px;
|
|
32540
32547
|
}
|
|
32541
32548
|
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
32542
32549
|
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
32543
32550
|
font-size: 16px;
|
|
32544
32551
|
line-height: 24px;
|
|
32545
|
-
margin: 0
|
|
32552
|
+
margin: 0 12px;
|
|
32546
32553
|
}
|
|
32547
32554
|
.e-bigger .e-ddt.e-popup .e-popup-content.e-no-data,
|
|
32548
32555
|
.e-ddt.e-bigger.e-popup .e-popup-content.e-no-data {
|
|
@@ -32583,6 +32590,14 @@ ejs-sidebar {
|
|
|
32583
32590
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
32584
32591
|
right: auto;
|
|
32585
32592
|
}
|
|
32593
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
32594
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
32595
|
+
text-indent: 17px;
|
|
32596
|
+
}
|
|
32597
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
32598
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
32599
|
+
margin: 0 12px;
|
|
32600
|
+
}
|
|
32586
32601
|
|
|
32587
32602
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
32588
32603
|
line-height: 30px;
|
|
@@ -46055,6 +46070,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
46055
46070
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
46056
46071
|
background-color: #f3f4f6;
|
|
46057
46072
|
}
|
|
46073
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
46074
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
46075
|
+
background-color: #f9fafb;
|
|
46076
|
+
}
|
|
46058
46077
|
|
|
46059
46078
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
46060
46079
|
background-color: #f3f4f6;
|
|
@@ -47714,6 +47733,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
47714
47733
|
text-align: center;
|
|
47715
47734
|
padding-top: 40px;
|
|
47716
47735
|
}
|
|
47736
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
47737
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
47738
|
+
padding-top: 16px;
|
|
47739
|
+
}
|
|
47717
47740
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
47718
47741
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
47719
47742
|
float: right;
|
|
@@ -80565,6 +80588,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
80565
80588
|
border-radius: 0 0 2px 2px;
|
|
80566
80589
|
}
|
|
80567
80590
|
|
|
80591
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
80592
|
+
border: 0;
|
|
80593
|
+
height: 0;
|
|
80594
|
+
padding: 0;
|
|
80595
|
+
visibility: hidden;
|
|
80596
|
+
width: 0;
|
|
80597
|
+
}
|
|
80598
|
+
|
|
80568
80599
|
.e-multicolumn-grid.e-grid {
|
|
80569
80600
|
border-width: 1px;
|
|
80570
80601
|
border-radius: 2px;
|
|
@@ -81067,9 +81098,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81067
81098
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
81068
81099
|
width: 4px;
|
|
81069
81100
|
}
|
|
81070
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
81071
|
-
scrollbar-width: none;
|
|
81072
|
-
}
|
|
81073
81101
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
81074
81102
|
right: unset;
|
|
81075
81103
|
left: 20px;
|
|
@@ -81082,6 +81110,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
81082
81110
|
padding-left: 35px;
|
|
81083
81111
|
padding-right: unset;
|
|
81084
81112
|
}
|
|
81113
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
81114
|
+
max-height: 280px;
|
|
81115
|
+
}
|
|
81085
81116
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
81086
81117
|
position: absolute;
|
|
81087
81118
|
right: 20px;
|
|
@@ -26814,6 +26814,12 @@ ejs-sidebar {
|
|
|
26814
26814
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
26815
26815
|
padding: 0 14px 0 0;
|
|
26816
26816
|
}
|
|
26817
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
26818
|
+
text-indent: 36px;
|
|
26819
|
+
}
|
|
26820
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
26821
|
+
margin: 0 8px;
|
|
26822
|
+
}
|
|
26817
26823
|
|
|
26818
26824
|
.e-ddt-icon-hide {
|
|
26819
26825
|
display: none;
|
|
@@ -38471,6 +38477,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
38471
38477
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
38472
38478
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
38473
38479
|
}
|
|
38480
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
38481
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
38482
|
+
background-color: var(--color-sf-content-bg-color-alt1);
|
|
38483
|
+
}
|
|
38474
38484
|
|
|
38475
38485
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
38476
38486
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -65440,6 +65450,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65440
65450
|
border-radius: 0 0 6px 6px;
|
|
65441
65451
|
}
|
|
65442
65452
|
|
|
65453
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
65454
|
+
border: 0;
|
|
65455
|
+
height: 0;
|
|
65456
|
+
padding: 0;
|
|
65457
|
+
visibility: hidden;
|
|
65458
|
+
width: 0;
|
|
65459
|
+
}
|
|
65460
|
+
|
|
65443
65461
|
.e-multicolumn-grid.e-grid {
|
|
65444
65462
|
border-width: 1px;
|
|
65445
65463
|
border-radius: 6px;
|
|
@@ -65891,9 +65909,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65891
65909
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
65892
65910
|
width: 4px;
|
|
65893
65911
|
}
|
|
65894
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
65895
|
-
scrollbar-width: none;
|
|
65896
|
-
}
|
|
65897
65912
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
65898
65913
|
right: unset;
|
|
65899
65914
|
left: 20px;
|
|
@@ -65906,6 +65921,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65906
65921
|
padding-left: 35px;
|
|
65907
65922
|
padding-right: unset;
|
|
65908
65923
|
}
|
|
65924
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
65925
|
+
max-height: 280px;
|
|
65926
|
+
}
|
|
65909
65927
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
65910
65928
|
position: absolute;
|
|
65911
65929
|
right: 20px;
|
|
@@ -37064,6 +37064,12 @@ ejs-sidebar {
|
|
|
37064
37064
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
37065
37065
|
padding: 0 14px 0 0;
|
|
37066
37066
|
}
|
|
37067
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
37068
|
+
text-indent: 36px;
|
|
37069
|
+
}
|
|
37070
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
37071
|
+
margin: 0 8px;
|
|
37072
|
+
}
|
|
37067
37073
|
|
|
37068
37074
|
.e-ddt-icon-hide {
|
|
37069
37075
|
display: none;
|
|
@@ -37184,7 +37190,14 @@ ejs-sidebar {
|
|
|
37184
37190
|
}
|
|
37185
37191
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
37186
37192
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
37187
|
-
text-indent:
|
|
37193
|
+
text-indent: 36px;
|
|
37194
|
+
padding: 3px 12px;
|
|
37195
|
+
}
|
|
37196
|
+
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
37197
|
+
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
37198
|
+
font-size: 16px;
|
|
37199
|
+
line-height: 24px;
|
|
37200
|
+
margin: 0 8px;
|
|
37188
37201
|
}
|
|
37189
37202
|
.e-bigger .e-ddt.e-popup .e-filter-wrap,
|
|
37190
37203
|
.e-ddt.e-bigger.e-popup .e-filter-wrap {
|
|
@@ -37208,6 +37221,14 @@ ejs-sidebar {
|
|
|
37208
37221
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
37209
37222
|
right: auto;
|
|
37210
37223
|
}
|
|
37224
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
37225
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
37226
|
+
text-indent: 32px;
|
|
37227
|
+
}
|
|
37228
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
37229
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
37230
|
+
margin: 0 8px;
|
|
37231
|
+
}
|
|
37211
37232
|
|
|
37212
37233
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
37213
37234
|
line-height: 30px;
|
|
@@ -50487,6 +50508,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
50487
50508
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
50488
50509
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
50489
50510
|
}
|
|
50511
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
50512
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
50513
|
+
background-color: var(--color-sf-content-bg-color-alt1);
|
|
50514
|
+
}
|
|
50490
50515
|
|
|
50491
50516
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
50492
50517
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -52198,6 +52223,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
52198
52223
|
text-align: center;
|
|
52199
52224
|
padding-top: 40px;
|
|
52200
52225
|
}
|
|
52226
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
52227
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
52228
|
+
padding-top: 16px;
|
|
52229
|
+
}
|
|
52201
52230
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
52202
52231
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
52203
52232
|
float: right;
|
|
@@ -85001,6 +85030,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
85001
85030
|
border-radius: 0 0 6px 6px;
|
|
85002
85031
|
}
|
|
85003
85032
|
|
|
85033
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
85034
|
+
border: 0;
|
|
85035
|
+
height: 0;
|
|
85036
|
+
padding: 0;
|
|
85037
|
+
visibility: hidden;
|
|
85038
|
+
width: 0;
|
|
85039
|
+
}
|
|
85040
|
+
|
|
85004
85041
|
.e-multicolumn-grid.e-grid {
|
|
85005
85042
|
border-width: 1px;
|
|
85006
85043
|
border-radius: 6px;
|
|
@@ -85503,9 +85540,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
85503
85540
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
85504
85541
|
width: 4px;
|
|
85505
85542
|
}
|
|
85506
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
85507
|
-
scrollbar-width: none;
|
|
85508
|
-
}
|
|
85509
85543
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
85510
85544
|
right: unset;
|
|
85511
85545
|
left: 20px;
|
|
@@ -85518,6 +85552,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
85518
85552
|
padding-left: 35px;
|
|
85519
85553
|
padding-right: unset;
|
|
85520
85554
|
}
|
|
85555
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
85556
|
+
max-height: 280px;
|
|
85557
|
+
}
|
|
85521
85558
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
85522
85559
|
position: absolute;
|
|
85523
85560
|
right: 20px;
|
|
@@ -27218,6 +27218,12 @@ ejs-sidebar {
|
|
|
27218
27218
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
27219
27219
|
padding: 0 14px 0 0;
|
|
27220
27220
|
}
|
|
27221
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
27222
|
+
text-indent: 36px;
|
|
27223
|
+
}
|
|
27224
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
27225
|
+
margin: 0 8px;
|
|
27226
|
+
}
|
|
27221
27227
|
|
|
27222
27228
|
.e-ddt-icon-hide {
|
|
27223
27229
|
display: none;
|
|
@@ -38874,6 +38880,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
38874
38880
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
38875
38881
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
38876
38882
|
}
|
|
38883
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
38884
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
38885
|
+
background-color: var(--color-sf-content-bg-color-alt1);
|
|
38886
|
+
}
|
|
38877
38887
|
|
|
38878
38888
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
38879
38889
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -65843,6 +65853,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
65843
65853
|
border-radius: 0 0 6px 6px;
|
|
65844
65854
|
}
|
|
65845
65855
|
|
|
65856
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
65857
|
+
border: 0;
|
|
65858
|
+
height: 0;
|
|
65859
|
+
padding: 0;
|
|
65860
|
+
visibility: hidden;
|
|
65861
|
+
width: 0;
|
|
65862
|
+
}
|
|
65863
|
+
|
|
65846
65864
|
.e-multicolumn-grid.e-grid {
|
|
65847
65865
|
border-width: 1px;
|
|
65848
65866
|
border-radius: 6px;
|
|
@@ -66294,9 +66312,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
66294
66312
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
66295
66313
|
width: 4px;
|
|
66296
66314
|
}
|
|
66297
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
66298
|
-
scrollbar-width: none;
|
|
66299
|
-
}
|
|
66300
66315
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
66301
66316
|
right: unset;
|
|
66302
66317
|
left: 20px;
|
|
@@ -66309,6 +66324,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
66309
66324
|
padding-left: 35px;
|
|
66310
66325
|
padding-right: unset;
|
|
66311
66326
|
}
|
|
66327
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
66328
|
+
max-height: 280px;
|
|
66329
|
+
}
|
|
66312
66330
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
66313
66331
|
position: absolute;
|
|
66314
66332
|
right: 20px;
|