@syncfusion/ej2-ribbon 33.2.10 → 34.1.30
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/dist/ej2-ribbon.umd.min.js +2 -2
- package/dist/ej2-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-ribbon.es2015.js +107 -8
- package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-ribbon.es5.js +115 -16
- package/dist/es6/ej2-ribbon.es5.js.map +1 -1
- package/dist/global/ej2-ribbon.min.js +2 -2
- package/dist/global/ej2-ribbon.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/ribbon/base/ribbon-model.d.ts +1 -1
- package/src/ribbon/base/ribbon.js +1 -2
- package/src/ribbon/base/utils.js +8 -0
- package/src/ribbon/items/ribbon-colorpicker.js +20 -1
- package/src/ribbon/items/ribbon-combobox.js +30 -1
- package/src/ribbon/items/ribbon-gallery.js +17 -5
- package/src/ribbon/items/ribbon-groupbutton.js +18 -6
- package/src/ribbon/items/ribbon-splitbutton.js +8 -2
- package/src/ribbon/modules/ribbon-filemenu.js +14 -0
- package/styles/bds-lite.css +15 -312
- package/styles/bds-lite.scss +1 -15
- package/styles/bds.css +20 -316
- package/styles/bds.scss +2 -16
- package/styles/bootstrap-dark-lite.css +6 -74
- package/styles/bootstrap-dark-lite.scss +1 -15
- package/styles/bootstrap-dark.css +6 -74
- package/styles/bootstrap-dark.scss +2 -16
- package/styles/bootstrap-lite.css +6 -76
- package/styles/bootstrap-lite.scss +1 -15
- package/styles/bootstrap.css +6 -76
- package/styles/bootstrap.scss +2 -16
- package/styles/bootstrap4-lite.css +7 -127
- package/styles/bootstrap4-lite.scss +1 -15
- package/styles/bootstrap4.css +7 -127
- package/styles/bootstrap4.scss +2 -16
- package/styles/bootstrap5-dark-lite.css +6 -149
- package/styles/bootstrap5-dark-lite.scss +1 -15
- package/styles/bootstrap5-dark.css +11 -149
- package/styles/bootstrap5-dark.scss +2 -16
- package/styles/bootstrap5-lite.css +7 -150
- package/styles/bootstrap5-lite.scss +1 -16
- package/styles/bootstrap5.3-lite.css +7 -318
- package/styles/bootstrap5.3-lite.scss +1 -16
- package/styles/bootstrap5.3.css +13 -403
- package/styles/bootstrap5.3.scss +2 -17
- package/styles/bootstrap5.css +12 -150
- package/styles/bootstrap5.scss +2 -17
- package/styles/fabric-dark-lite.css +6 -50
- package/styles/fabric-dark-lite.scss +1 -16
- package/styles/fabric-dark.css +6 -50
- package/styles/fabric-dark.scss +2 -17
- package/styles/fabric-lite.css +6 -51
- package/styles/fabric-lite.scss +1 -16
- package/styles/fabric.css +6 -51
- package/styles/fabric.scss +2 -17
- package/styles/fluent-dark-lite.css +6 -141
- package/styles/fluent-dark-lite.scss +1 -16
- package/styles/fluent-dark.css +6 -141
- package/styles/fluent-dark.scss +2 -17
- package/styles/fluent-lite.css +6 -141
- package/styles/fluent-lite.scss +1 -16
- package/styles/fluent.css +6 -141
- package/styles/fluent.scss +2 -17
- package/styles/fluent2-lite.css +7 -390
- package/styles/fluent2-lite.scss +1 -16
- package/styles/fluent2.css +7 -476
- package/styles/fluent2.scss +2 -17
- package/styles/highcontrast-light-lite.css +6 -71
- package/styles/highcontrast-light-lite.scss +1 -16
- package/styles/highcontrast-light.css +6 -71
- package/styles/highcontrast-light.scss +2 -17
- package/styles/highcontrast-lite.css +6 -72
- package/styles/highcontrast-lite.scss +1 -16
- package/styles/highcontrast.css +6 -72
- package/styles/highcontrast.scss +2 -17
- package/styles/material-dark-lite.css +7 -211
- package/styles/material-dark-lite.scss +1 -16
- package/styles/material-dark.css +7 -211
- package/styles/material-dark.scss +2 -17
- package/styles/material-lite.css +6 -215
- package/styles/material-lite.scss +1 -15
- package/styles/material.css +6 -215
- package/styles/material.scss +2 -16
- package/styles/material3-dark-lite.css +7 -358
- package/styles/material3-dark-lite.scss +1 -16
- package/styles/material3-dark.css +7 -440
- package/styles/material3-dark.scss +2 -17
- package/styles/material3-lite.css +7 -362
- package/styles/material3-lite.scss +1 -16
- package/styles/material3.css +7 -446
- package/styles/material3.scss +2 -17
- package/styles/ribbon/_all.scss +2 -2
- package/styles/ribbon/_bds-definition.scss +2 -2
- package/styles/ribbon/_bigger.scss +8 -1
- package/styles/ribbon/_bootstrap-dark-definition.scss +1 -2
- package/styles/ribbon/_bootstrap-definition.scss +2 -2
- package/styles/ribbon/_bootstrap4-definition.scss +1 -2
- package/styles/ribbon/_bootstrap5-dark-definition.scss +2 -2
- package/styles/ribbon/_bootstrap5-definition.scss +2 -2
- package/styles/ribbon/_bootstrap5.3-definition.scss +3 -3
- package/styles/ribbon/_fabric-dark-definition.scss +2 -2
- package/styles/ribbon/_fabric-definition.scss +2 -2
- package/styles/ribbon/_fluent-dark-definition.scss +2 -2
- package/styles/ribbon/_fluent-definition.scss +2 -2
- package/styles/ribbon/_fluent2-definition.scss +2 -2
- package/styles/ribbon/_highcontrast-definition.scss +2 -2
- package/styles/ribbon/_highcontrast-light-definition.scss +2 -2
- package/styles/ribbon/_layout.scss +1 -1
- package/styles/ribbon/_material-dark-definition.scss +2 -2
- package/styles/ribbon/_material-definition.scss +2 -2
- package/styles/ribbon/_material3-dark-definition.scss +2 -2
- package/styles/ribbon/_material3-definition.scss +2 -2
- package/styles/ribbon/_tailwind-dark-definition.scss +2 -2
- package/styles/ribbon/_tailwind-definition.scss +2 -2
- package/styles/ribbon/_tailwind3-definition.scss +2 -2
- package/styles/ribbon/_theme.scss +1 -1
- package/styles/ribbon/_variables.scss +2 -0
- package/styles/ribbon/bds.css +20 -316
- package/styles/ribbon/bds.scss +2 -17
- package/styles/ribbon/bootstrap-dark.css +6 -74
- package/styles/ribbon/bootstrap-dark.scss +2 -17
- package/styles/ribbon/bootstrap.css +6 -76
- package/styles/ribbon/bootstrap.scss +2 -17
- package/styles/ribbon/bootstrap4.css +7 -127
- package/styles/ribbon/bootstrap4.scss +2 -17
- package/styles/ribbon/bootstrap5-dark.css +11 -149
- package/styles/ribbon/bootstrap5-dark.scss +2 -17
- package/styles/ribbon/bootstrap5.3.css +13 -403
- package/styles/ribbon/bootstrap5.3.scss +2 -17
- package/styles/ribbon/bootstrap5.css +12 -150
- package/styles/ribbon/bootstrap5.scss +2 -17
- package/styles/ribbon/fabric-dark.css +6 -50
- package/styles/ribbon/fabric-dark.scss +2 -17
- package/styles/ribbon/fabric.css +6 -51
- package/styles/ribbon/fabric.scss +2 -17
- package/styles/ribbon/fluent-dark.css +6 -141
- package/styles/ribbon/fluent-dark.scss +2 -17
- package/styles/ribbon/fluent.css +6 -141
- package/styles/ribbon/fluent.scss +2 -17
- package/styles/ribbon/fluent2.css +7 -476
- package/styles/ribbon/fluent2.scss +2 -17
- package/styles/ribbon/highcontrast-light.css +6 -71
- package/styles/ribbon/highcontrast-light.scss +2 -17
- package/styles/ribbon/highcontrast.css +6 -72
- package/styles/ribbon/highcontrast.scss +2 -17
- package/styles/ribbon/icons/_bds.scss +1 -1
- package/styles/ribbon/icons/_bootstrap-dark.scss +1 -1
- package/styles/ribbon/icons/_bootstrap.scss +1 -1
- package/styles/ribbon/icons/_bootstrap4.scss +1 -1
- package/styles/ribbon/icons/_bootstrap5.3.scss +1 -1
- package/styles/ribbon/icons/_bootstrap5.scss +1 -1
- package/styles/ribbon/icons/_fabric-dark.scss +1 -1
- package/styles/ribbon/icons/_fabric.scss +1 -1
- package/styles/ribbon/icons/_fluent.scss +1 -1
- package/styles/ribbon/icons/_fluent2.scss +1 -1
- package/styles/ribbon/icons/_fusionnew.scss +1 -1
- package/styles/ribbon/icons/_highcontrast.scss +1 -1
- package/styles/ribbon/icons/_material-dark.scss +1 -1
- package/styles/ribbon/icons/_material.scss +1 -1
- package/styles/ribbon/icons/_material3.scss +1 -1
- package/styles/ribbon/icons/_tailwind-dark.scss +1 -1
- package/styles/ribbon/icons/_tailwind.scss +1 -1
- package/styles/ribbon/icons/_tailwind3.scss +1 -1
- package/styles/ribbon/material-dark.css +7 -211
- package/styles/ribbon/material-dark.scss +2 -17
- package/styles/ribbon/material.css +6 -215
- package/styles/ribbon/material.scss +2 -17
- package/styles/ribbon/material3-dark.css +7 -440
- package/styles/ribbon/material3-dark.scss +2 -17
- package/styles/ribbon/material3.css +7 -446
- package/styles/ribbon/material3.scss +2 -17
- package/styles/ribbon/tailwind-dark.css +19 -176
- package/styles/ribbon/tailwind-dark.scss +2 -17
- package/styles/ribbon/tailwind.css +20 -177
- package/styles/ribbon/tailwind.scss +2 -17
- package/styles/ribbon/tailwind3.css +15 -376
- package/styles/ribbon/tailwind3.scss +2 -17
- package/styles/tailwind-dark-lite.css +14 -176
- package/styles/tailwind-dark-lite.scss +1 -16
- package/styles/tailwind-dark.css +19 -176
- package/styles/tailwind-dark.scss +2 -17
- package/styles/tailwind-lite.css +15 -177
- package/styles/tailwind-lite.scss +1 -16
- package/styles/tailwind.css +20 -177
- package/styles/tailwind.scss +2 -17
- package/styles/tailwind3-lite.css +15 -302
- package/styles/tailwind3-lite.scss +1 -16
- package/styles/tailwind3.css +15 -376
- package/styles/tailwind3.scss +2 -17
- package/styles/ribbon/_all.bds.scss +0 -2
- package/styles/ribbon/_all.bootstrap-dark.scss +0 -2
- package/styles/ribbon/_all.bootstrap.scss +0 -2
- package/styles/ribbon/_all.bootstrap4.scss +0 -2
- package/styles/ribbon/_all.bootstrap5-dark.scss +0 -2
- package/styles/ribbon/_all.bootstrap5.3.scss +0 -2
- package/styles/ribbon/_all.bootstrap5.scss +0 -2
- package/styles/ribbon/_all.fabric-dark.scss +0 -2
- package/styles/ribbon/_all.fabric.scss +0 -2
- package/styles/ribbon/_all.fluent-dark.scss +0 -2
- package/styles/ribbon/_all.fluent.scss +0 -2
- package/styles/ribbon/_all.fluent2.scss +0 -2
- package/styles/ribbon/_all.highcontrast-light.scss +0 -2
- package/styles/ribbon/_all.highcontrast.scss +0 -2
- package/styles/ribbon/_all.material-dark.scss +0 -2
- package/styles/ribbon/_all.material.scss +0 -2
- package/styles/ribbon/_all.material3-dark.scss +0 -2
- package/styles/ribbon/_all.material3.scss +0 -2
- package/styles/ribbon/_all.tailwind-dark.scss +0 -2
- package/styles/ribbon/_all.tailwind.scss +0 -2
- package/styles/ribbon/_all.tailwind3.scss +0 -2
- package/styles/ribbon/_bigger.bds.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap-dark.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap4.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap5.3.scss +0 -3
- package/styles/ribbon/_bigger.bootstrap5.scss +0 -3
- package/styles/ribbon/_bigger.fabric-dark.scss +0 -3
- package/styles/ribbon/_bigger.fabric.scss +0 -3
- package/styles/ribbon/_bigger.fluent-dark.scss +0 -3
- package/styles/ribbon/_bigger.fluent.scss +0 -3
- package/styles/ribbon/_bigger.fluent2.scss +0 -3
- package/styles/ribbon/_bigger.highcontrast-light.scss +0 -3
- package/styles/ribbon/_bigger.highcontrast.scss +0 -3
- package/styles/ribbon/_bigger.material-dark.scss +0 -3
- package/styles/ribbon/_bigger.material.scss +0 -3
- package/styles/ribbon/_bigger.material3-dark.scss +0 -3
- package/styles/ribbon/_bigger.material3.scss +0 -3
- package/styles/ribbon/_bigger.tailwind-dark.scss +0 -3
- package/styles/ribbon/_bigger.tailwind.scss +0 -3
- package/styles/ribbon/_bigger.tailwind3.scss +0 -3
- package/styles/ribbon/_layout.bds.scss +0 -3
- package/styles/ribbon/_layout.bootstrap-dark.scss +0 -3
- package/styles/ribbon/_layout.bootstrap.scss +0 -3
- package/styles/ribbon/_layout.bootstrap4.scss +0 -3
- package/styles/ribbon/_layout.bootstrap5-dark.scss +0 -3
- package/styles/ribbon/_layout.bootstrap5.3.scss +0 -3
- package/styles/ribbon/_layout.bootstrap5.scss +0 -3
- package/styles/ribbon/_layout.fabric-dark.scss +0 -3
- package/styles/ribbon/_layout.fabric.scss +0 -3
- package/styles/ribbon/_layout.fluent-dark.scss +0 -3
- package/styles/ribbon/_layout.fluent.scss +0 -3
- package/styles/ribbon/_layout.fluent2.scss +0 -3
- package/styles/ribbon/_layout.highcontrast-light.scss +0 -3
- package/styles/ribbon/_layout.highcontrast.scss +0 -3
- package/styles/ribbon/_layout.material-dark.scss +0 -3
- package/styles/ribbon/_layout.material.scss +0 -3
- package/styles/ribbon/_layout.material3-dark.scss +0 -3
- package/styles/ribbon/_layout.material3.scss +0 -3
- package/styles/ribbon/_layout.tailwind-dark.scss +0 -3
- package/styles/ribbon/_layout.tailwind.scss +0 -3
- package/styles/ribbon/_layout.tailwind3.scss +0 -3
- package/styles/ribbon/_theme-variables.bds.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap4.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/ribbon/_theme-variables.bootstrap5.scss +0 -1
- package/styles/ribbon/_theme-variables.fabric-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.fabric.scss +0 -1
- package/styles/ribbon/_theme-variables.fluent-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.fluent.scss +0 -1
- package/styles/ribbon/_theme-variables.fluent2.scss +0 -1
- package/styles/ribbon/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/ribbon/_theme-variables.highcontrast.scss +0 -1
- package/styles/ribbon/_theme-variables.material-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.material.scss +0 -1
- package/styles/ribbon/_theme-variables.material3-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.material3.scss +0 -1
- package/styles/ribbon/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/ribbon/_theme-variables.tailwind.scss +0 -1
- package/styles/ribbon/_theme-variables.tailwind3.scss +0 -1
- package/styles/ribbon/_theme.bds.scss +0 -4
- package/styles/ribbon/_theme.bootstrap-dark.scss +0 -4
- package/styles/ribbon/_theme.bootstrap.scss +0 -4
- package/styles/ribbon/_theme.bootstrap4.scss +0 -4
- package/styles/ribbon/_theme.bootstrap5-dark.scss +0 -4
- package/styles/ribbon/_theme.bootstrap5.3.scss +0 -4
- package/styles/ribbon/_theme.bootstrap5.scss +0 -4
- package/styles/ribbon/_theme.fabric-dark.scss +0 -4
- package/styles/ribbon/_theme.fabric.scss +0 -4
- package/styles/ribbon/_theme.fluent-dark.scss +0 -4
- package/styles/ribbon/_theme.fluent.scss +0 -4
- package/styles/ribbon/_theme.fluent2.scss +0 -4
- package/styles/ribbon/_theme.highcontrast-light.scss +0 -4
- package/styles/ribbon/_theme.highcontrast.scss +0 -4
- package/styles/ribbon/_theme.material-dark.scss +0 -4
- package/styles/ribbon/_theme.material.scss +0 -4
- package/styles/ribbon/_theme.material3-dark.scss +0 -4
- package/styles/ribbon/_theme.material3.scss +0 -4
- package/styles/ribbon/_theme.tailwind-dark.scss +0 -4
- package/styles/ribbon/_theme.tailwind.scss +0 -4
- package/styles/ribbon/_theme.tailwind3.scss +0 -4
package/styles/bds-lite.css
CHANGED
|
@@ -2,307 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
/* stylelint-disable */
|
|
6
|
-
.e-btn.e-primary:focus {
|
|
7
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
8
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.e-btn.e-success:focus {
|
|
12
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
13
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.e-btn.e-info:focus {
|
|
17
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
18
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-btn.e-warning:focus {
|
|
22
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
23
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-btn.e-danger:focus {
|
|
27
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
28
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-btn.e-outline.e-info {
|
|
32
|
-
background: transparent !important;
|
|
33
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
34
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-btn.e-outline.e-info:hover {
|
|
38
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
39
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
40
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.e-btn.e-outline.e-info:active {
|
|
44
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
45
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
46
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-btn.e-flat.e-info {
|
|
50
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-bigger .e-btn,
|
|
54
|
-
.e-bigger .e-btn,
|
|
55
|
-
.e-bigger .e-css.e-btn,
|
|
56
|
-
.e-bigger.e-css.e-btn {
|
|
57
|
-
font-size: 14px;
|
|
58
|
-
line-height: 1.572em;
|
|
59
|
-
padding: 8px 15px;
|
|
60
|
-
border-radius: 8px !important;
|
|
61
|
-
font-weight: 600;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.e-dropdown-popup {
|
|
65
|
-
position: absolute;
|
|
66
|
-
border-radius: 8px;
|
|
67
|
-
margin-top: 4px;
|
|
68
|
-
}
|
|
69
|
-
.e-dropdown-popup ul {
|
|
70
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
71
|
-
border-radius: 8px;
|
|
72
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
73
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
74
|
-
-webkit-box-sizing: border-box;
|
|
75
|
-
box-sizing: border-box;
|
|
76
|
-
font-size: 14px;
|
|
77
|
-
font-weight: 500;
|
|
78
|
-
list-style-image: none;
|
|
79
|
-
list-style-position: outside;
|
|
80
|
-
list-style-type: none;
|
|
81
|
-
margin: 0;
|
|
82
|
-
min-width: 120px;
|
|
83
|
-
overflow: hidden;
|
|
84
|
-
padding: 4px 0;
|
|
85
|
-
-webkit-user-select: none;
|
|
86
|
-
-moz-user-select: none;
|
|
87
|
-
-ms-user-select: none;
|
|
88
|
-
user-select: none;
|
|
89
|
-
white-space: nowrap;
|
|
90
|
-
}
|
|
91
|
-
.e-dropdown-popup ul .e-item {
|
|
92
|
-
cursor: pointer;
|
|
93
|
-
display: -webkit-box;
|
|
94
|
-
display: -ms-flexbox;
|
|
95
|
-
display: flex;
|
|
96
|
-
height: 32px;
|
|
97
|
-
line-height: 32px;
|
|
98
|
-
padding: 0 12px;
|
|
99
|
-
margin: 0 6px;
|
|
100
|
-
border-radius: 6px;
|
|
101
|
-
}
|
|
102
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
103
|
-
padding: 0;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-dropdownbase .e-list-item.e-active,
|
|
107
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
108
|
-
font-weight: 500;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.e-dropdownbase .e-list-group-item,
|
|
112
|
-
.e-fixed-head {
|
|
113
|
-
font-size: 12px;
|
|
114
|
-
text-transform: uppercase;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
118
|
-
.e-small .e-fixed-head,
|
|
119
|
-
.e-small.e-dropdownbase .e-list-group-item,
|
|
120
|
-
.e-small.e-fixed-head {
|
|
121
|
-
font-size: 10px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
125
|
-
-webkit-padding-end: 8px;
|
|
126
|
-
padding-inline-end: 8px;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
130
|
-
-webkit-padding-end: 4px;
|
|
131
|
-
padding-inline-end: 4px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/* stylelint-disable */
|
|
135
|
-
.e-dropdownbase .e-list-item {
|
|
136
|
-
border-radius: 6px !important;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
140
|
-
-webkit-transform: rotate(0deg);
|
|
141
|
-
transform: rotate(0deg);
|
|
142
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
143
|
-
transition: -webkit-transform 300ms ease;
|
|
144
|
-
transition: transform 300ms ease;
|
|
145
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
149
|
-
-webkit-transform: rotate(180deg);
|
|
150
|
-
transform: rotate(180deg);
|
|
151
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
152
|
-
transition: -webkit-transform 300ms ease;
|
|
153
|
-
transition: transform 300ms ease;
|
|
154
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
158
|
-
color: var(--color-sf-text-primary);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
162
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
163
|
-
.e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
164
|
-
.e-input-group:not(.e-disabled) .e-back-icon:hover,
|
|
165
|
-
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
166
|
-
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
167
|
-
background: transparent;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
171
|
-
-webkit-animation: none;
|
|
172
|
-
animation: none;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.e-ddl.e-popup {
|
|
176
|
-
border: 0;
|
|
177
|
-
border-radius: 8px;
|
|
178
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
179
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
180
|
-
margin-top: 4px;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.e-small .e-ddl.e-popup,
|
|
184
|
-
.e-small.e-ddl.e-popup {
|
|
185
|
-
border-radius: 4px;
|
|
186
|
-
margin-top: 2px;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
190
|
-
min-height: 26px;
|
|
191
|
-
padding: 4px 6px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.e-input-group.e-ddl,
|
|
195
|
-
.e-input-group.e-ddl .e-input,
|
|
196
|
-
.e-input-group.e-ddl .e-ddl-icon {
|
|
197
|
-
background: var(--color-sf-bg-primary);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
201
|
-
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
|
|
202
|
-
border-bottom-width: 0;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
206
|
-
padding: 4px 8px;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
/*! component's theme wise override definitions and variables */
|
|
210
|
-
@-webkit-keyframes hscroll-popup-shadow {
|
|
211
|
-
0% {
|
|
212
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
213
|
-
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
214
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
215
|
-
}
|
|
216
|
-
100% {
|
|
217
|
-
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
218
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
@keyframes hscroll-popup-shadow {
|
|
222
|
-
0% {
|
|
223
|
-
border-color: rgba(255, 255, 255, 0.5);
|
|
224
|
-
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
225
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
226
|
-
}
|
|
227
|
-
100% {
|
|
228
|
-
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
229
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
/*! component's theme wise override definitions and variables */
|
|
233
|
-
/* stylelint-disable */
|
|
234
|
-
.e-contextmenu-wrapper ul.e-contextmenu,
|
|
235
|
-
.e-contextmenu-container ul.e-contextmenu {
|
|
236
|
-
padding: 4px 6px !important;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.e-contextmenu-wrapper ul .e-menu-item {
|
|
240
|
-
border-radius: 6px !important;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
@-webkit-keyframes tbar-alt-popup-shadow {
|
|
244
|
-
0% {
|
|
245
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
246
|
-
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
247
|
-
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
248
|
-
}
|
|
249
|
-
100% {
|
|
250
|
-
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
251
|
-
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
@keyframes tbar-alt-popup-shadow {
|
|
256
|
-
0% {
|
|
257
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
258
|
-
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
259
|
-
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
260
|
-
}
|
|
261
|
-
100% {
|
|
262
|
-
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
263
|
-
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
@-webkit-keyframes hscroll-alt-popup-shadow {
|
|
267
|
-
0% {
|
|
268
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
269
|
-
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
270
|
-
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
271
|
-
}
|
|
272
|
-
100% {
|
|
273
|
-
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
274
|
-
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
@keyframes hscroll-alt-popup-shadow {
|
|
278
|
-
0% {
|
|
279
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
280
|
-
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
281
|
-
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
|
|
282
|
-
}
|
|
283
|
-
100% {
|
|
284
|
-
-webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
285
|
-
box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
/* stylelint-disable */
|
|
289
|
-
.e-toolbar-item.e-active {
|
|
290
|
-
background: none !important;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
/* stylelint-disable */
|
|
294
|
-
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled {
|
|
295
|
-
background-color: var(--color-sf-bg-disabled) !important;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
5
|
.e-ribbon .e-drop-icon::before {
|
|
299
6
|
content: "\e729";
|
|
300
7
|
}
|
|
301
8
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
9
|
.e-ribbon.e-rbn {
|
|
307
10
|
display: block;
|
|
308
11
|
border-radius: unset;
|
|
@@ -704,8 +407,6 @@
|
|
|
704
407
|
width: 100%;
|
|
705
408
|
height: 38px;
|
|
706
409
|
line-height: 38px;
|
|
707
|
-
border-style: solid;
|
|
708
|
-
border-width: 2px;
|
|
709
410
|
}
|
|
710
411
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn .e-btn-icon {
|
|
711
412
|
font-size: 16px;
|
|
@@ -726,6 +427,10 @@
|
|
|
726
427
|
border-style: solid;
|
|
727
428
|
border-width: 2px;
|
|
728
429
|
}
|
|
430
|
+
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn {
|
|
431
|
+
border-style: solid;
|
|
432
|
+
border-width: 2px;
|
|
433
|
+
}
|
|
729
434
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn:focus, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn:hover, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-btn:focus:hover {
|
|
730
435
|
border-style: solid;
|
|
731
436
|
border-width: 2px;
|
|
@@ -744,8 +449,6 @@
|
|
|
744
449
|
height: 38px;
|
|
745
450
|
line-height: 38px;
|
|
746
451
|
padding: 0;
|
|
747
|
-
border-style: solid;
|
|
748
|
-
border-width: 2px;
|
|
749
452
|
}
|
|
750
453
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator):focus, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator):focus {
|
|
751
454
|
border-style: solid;
|
|
@@ -759,6 +462,10 @@
|
|
|
759
462
|
border-style: solid;
|
|
760
463
|
border-width: 2px;
|
|
761
464
|
}
|
|
465
|
+
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator), .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator) {
|
|
466
|
+
border-style: solid;
|
|
467
|
+
border-width: 2px;
|
|
468
|
+
}
|
|
762
469
|
.e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator):focus, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-selected, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator):hover, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-vertical .e-menu-item:not(.e-separator).e-selected:focus, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator):focus, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-selected, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator):hover, .e-ribbon-backstage-popup .e-ribbon-backstage-wrapper .e-ribbon-backstage-menu.e-menu-wrapper ul.e-ul .e-menu-item:not(.e-separator).e-selected:focus {
|
|
763
470
|
border-style: solid;
|
|
764
471
|
border-width: 2px;
|
|
@@ -1712,10 +1419,6 @@
|
|
|
1712
1419
|
border-radius: 2px;
|
|
1713
1420
|
}
|
|
1714
1421
|
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
1422
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay {
|
|
1720
1423
|
background: var(--color-sf-bg-secondary);
|
|
1721
1424
|
}
|
|
@@ -2419,32 +2122,32 @@
|
|
|
2419
2122
|
color: var(--color-sf-text-primary);
|
|
2420
2123
|
background: var(--color-sf-bg-primary);
|
|
2421
2124
|
}
|
|
2125
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus .e-btn-icon {
|
|
2126
|
+
color: var(--color-sf-text-secondary-hover);
|
|
2127
|
+
}
|
|
2422
2128
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:focus {
|
|
2423
2129
|
background: var(--color-sf-bg-secondary-hover);
|
|
2424
2130
|
}
|
|
2425
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2131
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus .e-btn-icon {
|
|
2426
2132
|
color: var(--color-sf-text-secondary-hover);
|
|
2427
2133
|
}
|
|
2428
2134
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:hover, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:focus {
|
|
2429
2135
|
background: var(--color-sf-bg-secondary-hover);
|
|
2430
2136
|
color: var(--color-sf-text-secondary-hover);
|
|
2431
2137
|
}
|
|
2432
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button
|
|
2433
|
-
color: var(--color-sf-
|
|
2138
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active .e-btn-icon {
|
|
2139
|
+
color: var(--color-sf-utility-secondary-text-color-pressed);
|
|
2434
2140
|
}
|
|
2435
2141
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn.e-active {
|
|
2436
2142
|
background: var(--color-sf-utility-content-bg-color-selected);
|
|
2437
2143
|
}
|
|
2438
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-
|
|
2144
|
+
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2439
2145
|
color: var(--color-sf-utility-secondary-text-color-pressed);
|
|
2440
2146
|
}
|
|
2441
2147
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active {
|
|
2442
2148
|
background: var(--color-sf-utility-content-bg-color-selected);
|
|
2443
2149
|
color: var(--color-sf-text-primary);
|
|
2444
2150
|
}
|
|
2445
|
-
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-active .e-btn-icon {
|
|
2446
|
-
color: var(--color-sf-utility-secondary-text-color-pressed);
|
|
2447
|
-
}
|
|
2448
2151
|
.e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button.e-icon-btn:active .e-btn-icon, .e-dropdown-popup.e-ribbon-dropdown-group-button .e-btn.e-ribbon-group-button:active .e-btn-icon {
|
|
2449
2152
|
color: var(--color-sf-utility-secondary-text-color-pressed);
|
|
2450
2153
|
}
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
@use 'ej2-popups/styles/tooltip/bds-definition' as *;
|
|
2
|
-
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
3
|
-
@use 'ej2-buttons/styles/check-box/bds-definition' as *;
|
|
4
|
-
@use 'ej2-splitbuttons/styles/drop-down-button/bds-definition' as *;
|
|
5
|
-
@use 'ej2-dropdowns/styles/drop-down-base/bds-definition' as *;
|
|
6
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bds-definition' as *;
|
|
7
|
-
@use 'ej2-dropdowns/styles/combo-box/bds-definition' as *;
|
|
8
|
-
@use 'ej2-navigations/styles/h-scroll/bds-definition' as *;
|
|
9
|
-
@use 'ej2-navigations/styles/v-scroll/bds-definition' as *;
|
|
10
|
-
@use 'ej2-navigations/styles/context-menu/bds-definition' as *;
|
|
11
|
-
@use 'ej2-navigations/styles/toolbar/bds-definition' as *;
|
|
12
|
-
@use 'ej2-navigations/styles/menu/bds-definition' as *;
|
|
13
|
-
@use 'ej2-navigations/styles/tab/bds-definition' as *;
|
|
14
|
-
@use 'ej2-inputs/styles/color-picker/bds-definition' as *;
|
|
15
1
|
@use 'ribbon/bds-definition' as *;
|
|
16
2
|
@use 'ribbon/icons/bds' as *;
|
|
17
|
-
@use 'ribbon/all
|
|
3
|
+
@use 'ribbon/all' as *;
|