@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
|
@@ -28212,7 +28212,7 @@ ejs-sidebar {
|
|
|
28212
28212
|
line-height: 22px;
|
|
28213
28213
|
overflow: hidden;
|
|
28214
28214
|
position: relative;
|
|
28215
|
-
text-indent:
|
|
28215
|
+
text-indent: 26px;
|
|
28216
28216
|
white-space: nowrap;
|
|
28217
28217
|
width: 100%;
|
|
28218
28218
|
padding: 8px 12px;
|
|
@@ -28223,11 +28223,12 @@ ejs-sidebar {
|
|
|
28223
28223
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
28224
28224
|
position: relative;
|
|
28225
28225
|
text-indent: 0;
|
|
28226
|
+
bottom: 2px;
|
|
28226
28227
|
}
|
|
28227
28228
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
28228
28229
|
font-family: inherit;
|
|
28229
28230
|
font-size: 14px;
|
|
28230
|
-
margin: 0
|
|
28231
|
+
margin: 0 4px;
|
|
28231
28232
|
}
|
|
28232
28233
|
.e-ddt.e-popup .e-filter-wrap {
|
|
28233
28234
|
border-top-width: 0;
|
|
@@ -28318,6 +28319,12 @@ ejs-sidebar {
|
|
|
28318
28319
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
28319
28320
|
padding: 0 14px 0 0;
|
|
28320
28321
|
}
|
|
28322
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
28323
|
+
text-indent: 17px;
|
|
28324
|
+
}
|
|
28325
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
28326
|
+
margin: 0 12px;
|
|
28327
|
+
}
|
|
28321
28328
|
|
|
28322
28329
|
.e-ddt-icon-hide {
|
|
28323
28330
|
display: none;
|
|
@@ -40054,6 +40061,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
40054
40061
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
40055
40062
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
40056
40063
|
}
|
|
40064
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
40065
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
40066
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
40067
|
+
}
|
|
40057
40068
|
|
|
40058
40069
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
40059
40070
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -59437,7 +59448,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59437
59448
|
width: 100%;
|
|
59438
59449
|
}
|
|
59439
59450
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
59440
|
-
min-width:
|
|
59451
|
+
min-width: 100px;
|
|
59441
59452
|
position: relative;
|
|
59442
59453
|
right: 20px;
|
|
59443
59454
|
}
|
|
@@ -59550,7 +59561,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59550
59561
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
59551
59562
|
font-size: 12px;
|
|
59552
59563
|
font-weight: 600;
|
|
59553
|
-
margin-bottom:
|
|
59564
|
+
margin-bottom: 3px;
|
|
59554
59565
|
padding-right: 16px;
|
|
59555
59566
|
}
|
|
59556
59567
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -59667,7 +59678,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
59667
59678
|
}
|
|
59668
59679
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
59669
59680
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
59670
|
-
margin-bottom:
|
|
59681
|
+
margin-bottom: 3px;
|
|
59671
59682
|
}
|
|
59672
59683
|
.e-recurrenceeditor .e-editor > div {
|
|
59673
59684
|
margin-top: 20px;
|
|
@@ -67561,6 +67572,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67561
67572
|
border-radius: 0 0 4px 4px;
|
|
67562
67573
|
}
|
|
67563
67574
|
|
|
67575
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
67576
|
+
border: 0;
|
|
67577
|
+
height: 0;
|
|
67578
|
+
padding: 0;
|
|
67579
|
+
visibility: hidden;
|
|
67580
|
+
width: 0;
|
|
67581
|
+
}
|
|
67582
|
+
|
|
67564
67583
|
.e-multicolumn-grid.e-grid {
|
|
67565
67584
|
border-width: 1px;
|
|
67566
67585
|
border-radius: 4px;
|
|
@@ -68012,9 +68031,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68012
68031
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
68013
68032
|
width: 4px;
|
|
68014
68033
|
}
|
|
68015
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
68016
|
-
scrollbar-width: none;
|
|
68017
|
-
}
|
|
68018
68034
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
68019
68035
|
right: unset;
|
|
68020
68036
|
left: 20px;
|
|
@@ -68027,6 +68043,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
68027
68043
|
padding-left: 35px;
|
|
68028
68044
|
padding-right: unset;
|
|
68029
68045
|
}
|
|
68046
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
68047
|
+
max-height: 280px;
|
|
68048
|
+
}
|
|
68030
68049
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
68031
68050
|
position: absolute;
|
|
68032
68051
|
right: 20px;
|
|
@@ -38762,7 +38762,7 @@ ejs-sidebar {
|
|
|
38762
38762
|
line-height: 22px;
|
|
38763
38763
|
overflow: hidden;
|
|
38764
38764
|
position: relative;
|
|
38765
|
-
text-indent:
|
|
38765
|
+
text-indent: 26px;
|
|
38766
38766
|
white-space: nowrap;
|
|
38767
38767
|
width: 100%;
|
|
38768
38768
|
padding: 8px 12px;
|
|
@@ -38773,11 +38773,12 @@ ejs-sidebar {
|
|
|
38773
38773
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
38774
38774
|
position: relative;
|
|
38775
38775
|
text-indent: 0;
|
|
38776
|
+
bottom: 2px;
|
|
38776
38777
|
}
|
|
38777
38778
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
38778
38779
|
font-family: inherit;
|
|
38779
38780
|
font-size: 14px;
|
|
38780
|
-
margin: 0
|
|
38781
|
+
margin: 0 4px;
|
|
38781
38782
|
}
|
|
38782
38783
|
.e-ddt.e-popup .e-filter-wrap {
|
|
38783
38784
|
border-top-width: 0;
|
|
@@ -38868,6 +38869,12 @@ ejs-sidebar {
|
|
|
38868
38869
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
38869
38870
|
padding: 0 14px 0 0;
|
|
38870
38871
|
}
|
|
38872
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
38873
|
+
text-indent: 17px;
|
|
38874
|
+
}
|
|
38875
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
38876
|
+
margin: 0 12px;
|
|
38877
|
+
}
|
|
38871
38878
|
|
|
38872
38879
|
.e-ddt-icon-hide {
|
|
38873
38880
|
display: none;
|
|
@@ -38972,7 +38979,14 @@ ejs-sidebar {
|
|
|
38972
38979
|
}
|
|
38973
38980
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
38974
38981
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
38975
|
-
text-indent:
|
|
38982
|
+
text-indent: 42px;
|
|
38983
|
+
padding: 0 8px;
|
|
38984
|
+
}
|
|
38985
|
+
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
38986
|
+
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
38987
|
+
font-size: 16px;
|
|
38988
|
+
line-height: 24px;
|
|
38989
|
+
margin: 0 8px;
|
|
38976
38990
|
}
|
|
38977
38991
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
38978
38992
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
@@ -38999,6 +39013,14 @@ ejs-sidebar {
|
|
|
38999
39013
|
left: 38px;
|
|
39000
39014
|
right: auto;
|
|
39001
39015
|
}
|
|
39016
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
39017
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
39018
|
+
text-indent: 41px;
|
|
39019
|
+
}
|
|
39020
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
39021
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
39022
|
+
margin: 0 8px;
|
|
39023
|
+
}
|
|
39002
39024
|
|
|
39003
39025
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
39004
39026
|
line-height: 30px;
|
|
@@ -52345,6 +52367,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
52345
52367
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
52346
52368
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
52347
52369
|
}
|
|
52370
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
52371
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
52372
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
52373
|
+
}
|
|
52348
52374
|
|
|
52349
52375
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
52350
52376
|
background-color: var(--color-sf-table-bg-color-hover);
|
|
@@ -54029,6 +54055,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54029
54055
|
text-align: center;
|
|
54030
54056
|
padding-top: 40px;
|
|
54031
54057
|
}
|
|
54058
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
54059
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
54060
|
+
padding-top: 16px;
|
|
54061
|
+
}
|
|
54032
54062
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
54033
54063
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
54034
54064
|
float: right;
|
|
@@ -77563,7 +77593,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77563
77593
|
width: 100%;
|
|
77564
77594
|
}
|
|
77565
77595
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
77566
|
-
min-width:
|
|
77596
|
+
min-width: 100px;
|
|
77567
77597
|
position: relative;
|
|
77568
77598
|
right: 20px;
|
|
77569
77599
|
}
|
|
@@ -77676,7 +77706,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77676
77706
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
77677
77707
|
font-size: 12px;
|
|
77678
77708
|
font-weight: 600;
|
|
77679
|
-
margin-bottom:
|
|
77709
|
+
margin-bottom: 3px;
|
|
77680
77710
|
padding-right: 16px;
|
|
77681
77711
|
}
|
|
77682
77712
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
@@ -77793,7 +77823,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
77793
77823
|
}
|
|
77794
77824
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
77795
77825
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
77796
|
-
margin-bottom:
|
|
77826
|
+
margin-bottom: 3px;
|
|
77797
77827
|
}
|
|
77798
77828
|
.e-recurrenceeditor .e-editor > div {
|
|
77799
77829
|
margin-top: 20px;
|
|
@@ -87540,6 +87570,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
87540
87570
|
border-radius: 0 0 4px 4px;
|
|
87541
87571
|
}
|
|
87542
87572
|
|
|
87573
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
87574
|
+
border: 0;
|
|
87575
|
+
height: 0;
|
|
87576
|
+
padding: 0;
|
|
87577
|
+
visibility: hidden;
|
|
87578
|
+
width: 0;
|
|
87579
|
+
}
|
|
87580
|
+
|
|
87543
87581
|
.e-multicolumn-grid.e-grid {
|
|
87544
87582
|
border-width: 1px;
|
|
87545
87583
|
border-radius: 4px;
|
|
@@ -88042,9 +88080,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
88042
88080
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
88043
88081
|
width: 4px;
|
|
88044
88082
|
}
|
|
88045
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
88046
|
-
scrollbar-width: none;
|
|
88047
|
-
}
|
|
88048
88083
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
88049
88084
|
right: unset;
|
|
88050
88085
|
left: 20px;
|
|
@@ -88057,6 +88092,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
88057
88092
|
padding-left: 35px;
|
|
88058
88093
|
padding-right: unset;
|
|
88059
88094
|
}
|
|
88095
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
88096
|
+
max-height: 280px;
|
|
88097
|
+
}
|
|
88060
88098
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
88061
88099
|
position: absolute;
|
|
88062
88100
|
right: 20px;
|
|
@@ -24555,11 +24555,12 @@ ejs-sidebar {
|
|
|
24555
24555
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
24556
24556
|
position: relative;
|
|
24557
24557
|
text-indent: 0;
|
|
24558
|
+
bottom: 2px;
|
|
24558
24559
|
}
|
|
24559
24560
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
24560
24561
|
font-family: inherit;
|
|
24561
24562
|
font-size: 14px;
|
|
24562
|
-
margin:
|
|
24563
|
+
margin: 8px;
|
|
24563
24564
|
}
|
|
24564
24565
|
.e-ddt.e-popup .e-filter-wrap {
|
|
24565
24566
|
border-top-width: 0;
|
|
@@ -24668,6 +24669,12 @@ ejs-sidebar {
|
|
|
24668
24669
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
24669
24670
|
padding: 0 14px 0 0;
|
|
24670
24671
|
}
|
|
24672
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
24673
|
+
text-indent: 38px;
|
|
24674
|
+
}
|
|
24675
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
24676
|
+
margin: 0 7px;
|
|
24677
|
+
}
|
|
24671
24678
|
|
|
24672
24679
|
.e-ddt-icon-hide {
|
|
24673
24680
|
display: none;
|
|
@@ -36241,6 +36248,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
36241
36248
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
36242
36249
|
background-color: #685708;
|
|
36243
36250
|
}
|
|
36251
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
36252
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
36253
|
+
background-color: #1a1a1a;
|
|
36254
|
+
}
|
|
36244
36255
|
|
|
36245
36256
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
36246
36257
|
background-color: #685708;
|
|
@@ -63095,6 +63106,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63095
63106
|
border-radius: 0 0 0 0;
|
|
63096
63107
|
}
|
|
63097
63108
|
|
|
63109
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
63110
|
+
border: 0;
|
|
63111
|
+
height: 0;
|
|
63112
|
+
padding: 0;
|
|
63113
|
+
visibility: hidden;
|
|
63114
|
+
width: 0;
|
|
63115
|
+
}
|
|
63116
|
+
|
|
63098
63117
|
.e-multicolumn-grid.e-grid {
|
|
63099
63118
|
border-width: 1px;
|
|
63100
63119
|
border-radius: 0;
|
|
@@ -63546,9 +63565,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63546
63565
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
63547
63566
|
width: 4px;
|
|
63548
63567
|
}
|
|
63549
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
63550
|
-
scrollbar-width: none;
|
|
63551
|
-
}
|
|
63552
63568
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
63553
63569
|
right: unset;
|
|
63554
63570
|
left: 20px;
|
|
@@ -63561,6 +63577,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
63561
63577
|
padding-left: 35px;
|
|
63562
63578
|
padding-right: unset;
|
|
63563
63579
|
}
|
|
63580
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
63581
|
+
max-height: 280px;
|
|
63582
|
+
}
|
|
63564
63583
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
63565
63584
|
position: absolute;
|
|
63566
63585
|
right: 20px;
|
|
@@ -32395,11 +32395,12 @@ ejs-sidebar {
|
|
|
32395
32395
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
32396
32396
|
position: relative;
|
|
32397
32397
|
text-indent: 0;
|
|
32398
|
+
bottom: 2px;
|
|
32398
32399
|
}
|
|
32399
32400
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
32400
32401
|
font-family: inherit;
|
|
32401
32402
|
font-size: 14px;
|
|
32402
|
-
margin:
|
|
32403
|
+
margin: 8px;
|
|
32403
32404
|
}
|
|
32404
32405
|
.e-ddt.e-popup .e-filter-wrap {
|
|
32405
32406
|
border-top-width: 0;
|
|
@@ -32508,6 +32509,12 @@ ejs-sidebar {
|
|
|
32508
32509
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
32509
32510
|
padding: 0 14px 0 0;
|
|
32510
32511
|
}
|
|
32512
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
32513
|
+
text-indent: 38px;
|
|
32514
|
+
}
|
|
32515
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
32516
|
+
margin: 0 7px;
|
|
32517
|
+
}
|
|
32511
32518
|
|
|
32512
32519
|
.e-ddt-icon-hide {
|
|
32513
32520
|
display: none;
|
|
@@ -32606,6 +32613,13 @@ ejs-sidebar {
|
|
|
32606
32613
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
32607
32614
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
32608
32615
|
text-indent: 43px;
|
|
32616
|
+
padding: 0px;
|
|
32617
|
+
}
|
|
32618
|
+
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
32619
|
+
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
32620
|
+
font-size: 16px;
|
|
32621
|
+
line-height: 24px;
|
|
32622
|
+
margin: 0 8px;
|
|
32609
32623
|
}
|
|
32610
32624
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
32611
32625
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
@@ -32632,6 +32646,14 @@ ejs-sidebar {
|
|
|
32632
32646
|
left: 38px;
|
|
32633
32647
|
right: auto;
|
|
32634
32648
|
}
|
|
32649
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
32650
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
32651
|
+
text-indent: 43px;
|
|
32652
|
+
}
|
|
32653
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
32654
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
32655
|
+
margin: 0 7px;
|
|
32656
|
+
}
|
|
32635
32657
|
|
|
32636
32658
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
32637
32659
|
color: #fff;
|
|
@@ -40454,7 +40476,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
40454
40476
|
font-size: 13px;
|
|
40455
40477
|
height: 100%;
|
|
40456
40478
|
padding-top: 7px;
|
|
40457
|
-
width: calc(100% -
|
|
40479
|
+
width: calc(100% - 181px);
|
|
40458
40480
|
}
|
|
40459
40481
|
|
|
40460
40482
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -45693,6 +45715,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
45693
45715
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
45694
45716
|
background-color: #685708;
|
|
45695
45717
|
}
|
|
45718
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
45719
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
45720
|
+
background-color: #1a1a1a;
|
|
45721
|
+
}
|
|
45696
45722
|
|
|
45697
45723
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
45698
45724
|
background-color: #685708;
|
|
@@ -47297,6 +47323,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
47297
47323
|
text-align: center;
|
|
47298
47324
|
padding-top: 40px;
|
|
47299
47325
|
}
|
|
47326
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
47327
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
47328
|
+
padding-top: 30px;
|
|
47329
|
+
}
|
|
47300
47330
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
47301
47331
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
47302
47332
|
float: right;
|
|
@@ -79828,6 +79858,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
79828
79858
|
border-radius: 0 0 0 0;
|
|
79829
79859
|
}
|
|
79830
79860
|
|
|
79861
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
79862
|
+
border: 0;
|
|
79863
|
+
height: 0;
|
|
79864
|
+
padding: 0;
|
|
79865
|
+
visibility: hidden;
|
|
79866
|
+
width: 0;
|
|
79867
|
+
}
|
|
79868
|
+
|
|
79831
79869
|
.e-multicolumn-grid.e-grid {
|
|
79832
79870
|
border-width: 1px;
|
|
79833
79871
|
border-radius: 0;
|
|
@@ -80330,9 +80368,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
80330
80368
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
80331
80369
|
width: 4px;
|
|
80332
80370
|
}
|
|
80333
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
80334
|
-
scrollbar-width: none;
|
|
80335
|
-
}
|
|
80336
80371
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
80337
80372
|
right: unset;
|
|
80338
80373
|
left: 20px;
|
|
@@ -80345,6 +80380,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
80345
80380
|
padding-left: 35px;
|
|
80346
80381
|
padding-right: unset;
|
|
80347
80382
|
}
|
|
80383
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
80384
|
+
max-height: 280px;
|
|
80385
|
+
}
|
|
80348
80386
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
80349
80387
|
position: absolute;
|
|
80350
80388
|
right: 20px;
|
|
@@ -28578,6 +28578,7 @@ ejs-sidebar {
|
|
|
28578
28578
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
28579
28579
|
position: relative;
|
|
28580
28580
|
text-indent: 0;
|
|
28581
|
+
bottom: 0;
|
|
28581
28582
|
}
|
|
28582
28583
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
28583
28584
|
font-family: inherit;
|
|
@@ -28732,6 +28733,12 @@ ejs-sidebar {
|
|
|
28732
28733
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
28733
28734
|
padding: 0 14px 0 0;
|
|
28734
28735
|
}
|
|
28736
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
28737
|
+
text-indent: 38px;
|
|
28738
|
+
}
|
|
28739
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
28740
|
+
margin: 0 10px;
|
|
28741
|
+
}
|
|
28735
28742
|
|
|
28736
28743
|
.e-ddt-icon-hide {
|
|
28737
28744
|
display: none;
|
|
@@ -35542,7 +35549,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
35542
35549
|
font-size: 13px;
|
|
35543
35550
|
height: 100%;
|
|
35544
35551
|
padding-top: 8px;
|
|
35545
|
-
width: calc(100% -
|
|
35552
|
+
width: calc(100% - 146px);
|
|
35546
35553
|
}
|
|
35547
35554
|
.e-de-ctnr-pg-no-spellout span {
|
|
35548
35555
|
border: 1px solid transparent;
|
|
@@ -40693,6 +40700,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
40693
40700
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
40694
40701
|
background-color: rgb(89, 86, 86);
|
|
40695
40702
|
}
|
|
40703
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
40704
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
40705
|
+
background-color: #424242;
|
|
40706
|
+
}
|
|
40696
40707
|
|
|
40697
40708
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
40698
40709
|
background-color: rgb(89, 86, 86);
|
|
@@ -67391,6 +67402,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67391
67402
|
border-radius: 0 0 0 0;
|
|
67392
67403
|
}
|
|
67393
67404
|
|
|
67405
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
67406
|
+
border: 0;
|
|
67407
|
+
height: 0;
|
|
67408
|
+
padding: 0;
|
|
67409
|
+
visibility: hidden;
|
|
67410
|
+
width: 0;
|
|
67411
|
+
}
|
|
67412
|
+
|
|
67394
67413
|
.e-multicolumn-grid.e-grid {
|
|
67395
67414
|
border-width: 0;
|
|
67396
67415
|
border-radius: 0;
|
|
@@ -67842,9 +67861,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67842
67861
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
67843
67862
|
width: 4px;
|
|
67844
67863
|
}
|
|
67845
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
67846
|
-
scrollbar-width: none;
|
|
67847
|
-
}
|
|
67848
67864
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
67849
67865
|
right: unset;
|
|
67850
67866
|
left: 20px;
|
|
@@ -67867,6 +67883,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
67867
67883
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
67868
67884
|
padding: 4px 8px 4px 12px;
|
|
67869
67885
|
}
|
|
67886
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
67887
|
+
max-height: 280px;
|
|
67888
|
+
}
|
|
67870
67889
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
67871
67890
|
position: absolute;
|
|
67872
67891
|
right: 20px;
|
|
@@ -39950,6 +39950,7 @@ ejs-sidebar {
|
|
|
39950
39950
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
39951
39951
|
position: relative;
|
|
39952
39952
|
text-indent: 0;
|
|
39953
|
+
bottom: 0;
|
|
39953
39954
|
}
|
|
39954
39955
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
39955
39956
|
font-family: inherit;
|
|
@@ -40104,6 +40105,12 @@ ejs-sidebar {
|
|
|
40104
40105
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
40105
40106
|
padding: 0 14px 0 0;
|
|
40106
40107
|
}
|
|
40108
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent {
|
|
40109
|
+
text-indent: 38px;
|
|
40110
|
+
}
|
|
40111
|
+
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
40112
|
+
margin: 0 10px;
|
|
40113
|
+
}
|
|
40107
40114
|
|
|
40108
40115
|
.e-ddt-icon-hide {
|
|
40109
40116
|
display: none;
|
|
@@ -40327,6 +40334,13 @@ ejs-sidebar {
|
|
|
40327
40334
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
40328
40335
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
40329
40336
|
text-indent: 43px;
|
|
40337
|
+
padding: 0px;
|
|
40338
|
+
}
|
|
40339
|
+
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
40340
|
+
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
40341
|
+
font-size: 16px;
|
|
40342
|
+
line-height: 24px;
|
|
40343
|
+
margin: 0;
|
|
40330
40344
|
}
|
|
40331
40345
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
40332
40346
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
@@ -40393,6 +40407,14 @@ ejs-sidebar {
|
|
|
40393
40407
|
left: 20px;
|
|
40394
40408
|
right: auto;
|
|
40395
40409
|
}
|
|
40410
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent,
|
|
40411
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent {
|
|
40412
|
+
text-indent: 43px;
|
|
40413
|
+
}
|
|
40414
|
+
.e-bigger .e-ddt.e-rtl .e-selectall-parent .e-all-text,
|
|
40415
|
+
.e-ddt.e-bigger.e-rtl .e-selectall-parent .e-all-text {
|
|
40416
|
+
margin: 0;
|
|
40417
|
+
}
|
|
40396
40418
|
|
|
40397
40419
|
.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
|
|
40398
40420
|
padding: 1px 0;
|
|
@@ -48470,7 +48492,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
48470
48492
|
font-size: 13px;
|
|
48471
48493
|
height: 100%;
|
|
48472
48494
|
padding-top: 8px;
|
|
48473
|
-
width: calc(100% -
|
|
48495
|
+
width: calc(100% - 146px);
|
|
48474
48496
|
}
|
|
48475
48497
|
.e-de-ctnr-pg-no-spellout span {
|
|
48476
48498
|
border: 1px solid transparent;
|
|
@@ -49236,7 +49258,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
49236
49258
|
font-size: 13px;
|
|
49237
49259
|
height: 100%;
|
|
49238
49260
|
padding-top: 8px;
|
|
49239
|
-
width: calc(100% -
|
|
49261
|
+
width: calc(100% - 164px);
|
|
49240
49262
|
}
|
|
49241
49263
|
|
|
49242
49264
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -54464,6 +54486,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54464
54486
|
.e-grid.sf-grid .e-ccheck.e-colfocus {
|
|
54465
54487
|
background-color: rgb(89, 86, 86);
|
|
54466
54488
|
}
|
|
54489
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
54490
|
+
.e-grid.sf-grid .e-gridcontent .e-leftfreeze.e-recordpluscollapse {
|
|
54491
|
+
background-color: #424242;
|
|
54492
|
+
}
|
|
54467
54493
|
|
|
54468
54494
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
54469
54495
|
background-color: rgb(89, 86, 86);
|
|
@@ -56069,6 +56095,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
56069
56095
|
text-align: center;
|
|
56070
56096
|
padding-top: 40px;
|
|
56071
56097
|
}
|
|
56098
|
+
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv,
|
|
56099
|
+
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv {
|
|
56100
|
+
padding-top: 30px;
|
|
56101
|
+
}
|
|
56072
56102
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv,
|
|
56073
56103
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv {
|
|
56074
56104
|
float: right;
|
|
@@ -88473,6 +88503,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
88473
88503
|
border-radius: 0 0 0 0;
|
|
88474
88504
|
}
|
|
88475
88505
|
|
|
88506
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
88507
|
+
border: 0;
|
|
88508
|
+
height: 0;
|
|
88509
|
+
padding: 0;
|
|
88510
|
+
visibility: hidden;
|
|
88511
|
+
width: 0;
|
|
88512
|
+
}
|
|
88513
|
+
|
|
88476
88514
|
.e-multicolumn-grid.e-grid {
|
|
88477
88515
|
border-width: 0;
|
|
88478
88516
|
border-radius: 0;
|
|
@@ -88975,9 +89013,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
88975
89013
|
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
|
|
88976
89014
|
width: 4px;
|
|
88977
89015
|
}
|
|
88978
|
-
.e-aiassistview .e-footer .hide-scrollbar textarea {
|
|
88979
|
-
scrollbar-width: none;
|
|
88980
|
-
}
|
|
88981
89016
|
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
88982
89017
|
right: unset;
|
|
88983
89018
|
left: 20px;
|
|
@@ -89000,6 +89035,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
89000
89035
|
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
|
|
89001
89036
|
padding: 4px 8px 4px 12px;
|
|
89002
89037
|
}
|
|
89038
|
+
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
|
|
89039
|
+
max-height: 280px;
|
|
89040
|
+
}
|
|
89003
89041
|
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
|
|
89004
89042
|
position: absolute;
|
|
89005
89043
|
right: 20px;
|