Skip to content

Commit bd70b32

Browse files
author
pipeline
committed
v29.1.33 is released
1 parent a917d38 commit bd70b32

File tree

442 files changed

+11547
-4292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

442 files changed

+11547
-4292
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-vue-samples",
3-
"version": "28.1.33",
3+
"version": "29.1.33",
44
"description": "Examples of Vue UI Components",
55
"keywords": [],
66
"dependencies": {
@@ -46,7 +46,8 @@
4646
"form-data": "^4.0.0",
4747
"openai": "^4.57.3",
4848
"vue": "3.5.10",
49-
"vue-router": "4.2.4"
49+
"vue-router": "4.2.4",
50+
"@codemirror/lang-html": "^6.0.0"
5051
},
5152
"devDependencies": {
5253
"@microsoft/signalr": "7.0.11",
@@ -69,7 +70,7 @@
6970
"shelljs": "0.8.5",
7071
"ts-loader": "5.2.0",
7172
"typescript": "5.1.6",
72-
"webpack": "5.94.0",
73+
"webpack": "5.88.2",
7374
"webpack-cli": "5.1.4"
7475
},
7576
"scripts": {

public/styles/common.css

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ span.e-input-group.e-control-wrapper.e-ddl {
99
}
1010

1111
.container-fluid {
12-
padding: 0;
12+
padding: 0 !important;
1313
margin-right: 15px;
1414
margin-left: 15px;
1515
}
@@ -61,7 +61,8 @@ span.e-input-group.e-control-wrapper.e-ddl {
6161
align-items: center;
6262
justify-content: space-between;
6363
margin-top: 1px;
64-
margin-left: 5px;
64+
margin-left: 6px;
65+
margin-right: 20px;
6566
background: transparent;
6667
height: 32px;
6768
padding: 8px;
@@ -71,7 +72,6 @@ span.e-input-group.e-control-wrapper.e-ddl {
7172
#themeMode-switch-btn #sb-icon-text {
7273
font-size: 14px;
7374
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
74-
margin-top: 2px;
7575
}
7676

7777
#themeMode-switch-btn .sb-icons {
@@ -281,15 +281,21 @@ span.e-input-group.e-control-wrapper.e-ddl {
281281
height: 27px;
282282
text-align: center;
283283
border-radius: 2px;
284-
margin: 0px 27px 0px 28px;
284+
}
285+
286+
.sb-settings-wrapper {
287+
padding: 0 20px 0px 10px;
288+
}
289+
290+
.sb-search-wrapper {
291+
padding: 0px 10px 0px 24px;
285292
}
286293

287294
.sb-setting-btn {
288295
width: 32px;
289296
height: 27px;
290297
text-align: center;
291298
border-radius: 2px;
292-
margin: 0px 31px 0px 0px;
293299
}
294300
#themeMode-switch-btn:hover,
295301
.sb-search-btn:hover,
@@ -300,7 +306,7 @@ span.e-input-group.e-control-wrapper.e-ddl {
300306
}
301307

302308
#sb-toggle-left {
303-
padding-left: 18px;
309+
padding-left: 15px;
304310
font-size: 24px;
305311
cursor: pointer;
306312
}
@@ -331,15 +337,13 @@ span.e-input-group.e-control-wrapper.e-ddl {
331337
.sb-header-right .sb-icons {
332338
font-size: 20px;
333339
}
334-
.sb-search-splitter {
335-
margin-left: 16px;
336-
}
340+
337341
.sb-header-splitter {
338342
float: left;
339343
border-left: 1px solid rgb(196, 196, 196);
340344
height: 32px;
341345
margin-top: 8px;
342-
346+
padding-right: 22px;
343347
}
344348

345349
#search-input-wrapper .sb-reset-icon {
@@ -425,6 +429,7 @@ span.e-input-group.e-control-wrapper.e-ddl {
425429
height: 32px;
426430
width: 150px;
427431
margin-top: 5px;
432+
margin-right: 10px;
428433
cursor: default;
429434
padding-left: 10px;
430435
padding-right: 10px;
@@ -447,7 +452,11 @@ span.e-input-group.e-control-wrapper.e-ddl {
447452
line-height: 18px;
448453
height: 32px;
449454
border-color: transparent;
450-
margin-left: 24px;
455+
}
456+
457+
.sb-search-splitter {
458+
margin-right: 3px;
459+
padding-right: 0px;
451460
}
452461

453462
.sb-header-settings {
@@ -783,7 +792,7 @@ span.e-input-group.e-control-wrapper.e-ddl {
783792
.sb-home {
784793
display: table;
785794
width: 100%;
786-
padding: 12px 16px;
795+
padding: 12px 14px;
787796
height: 66px;
788797
position: relative;
789798
}
@@ -951,7 +960,7 @@ span.e-input-group.e-control-wrapper.e-ddl {
951960
}
952961

953962
.sb-left-pane #sb-left-back {
954-
padding: 12px 20px;
963+
padding: 12px 18px;
955964
width: 100%;
956965
display: table;
957966
cursor: pointer;
@@ -1038,7 +1047,7 @@ span.e-input-group.e-control-wrapper.e-ddl {
10381047
}
10391048

10401049
.sb-content-section {
1041-
background: #FFFFFF;
1050+
border-radius: 12px;
10421051
border: 1px solid #D7D7D7;
10431052
opacity: 100;
10441053
height: 100%;
@@ -1111,7 +1120,7 @@ a.code:visited {
11111120

11121121
.sb-bread-crumb {
11131122
padding-top: 6px;
1114-
padding-bottom: 27px;
1123+
padding-bottom: 24px;
11151124
}
11161125

11171126
.sb-action-description {
@@ -2058,7 +2067,7 @@ aside#left-sidebar {
20582067
float: right;
20592068
font-size: 15px;
20602069
font-weight: 600;
2061-
padding: 11px 29px;
2070+
padding: 11px 22px;
20622071
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.20);
20632072
cursor: pointer;
20642073
}
@@ -2157,7 +2166,7 @@ aside#left-sidebar {
21572166
margin: 17px auto 0px;
21582167
float: none;
21592168
width: 242px;
2160-
padding: 11px 61px;
2169+
padding: 11px 56px;
21612170
}
21622171

21632172
.content-area {
@@ -2190,7 +2199,7 @@ aside#left-sidebar {
21902199
margin: 17px auto 0px;
21912200
float: none;
21922201
width: 242px;
2193-
padding: 11px 61px;
2202+
padding: 11px 56px;
21942203
}
21952204

21962205
.content-area {
@@ -2286,7 +2295,7 @@ aside#left-sidebar {
22862295
margin: 11px auto 0px;
22872296
float: none;
22882297
width: 242px;
2289-
padding: 11px 61px;
2298+
padding: 11px 56px;
22902299
}
22912300

22922301
.content-area {

public/styles/themes/bootstrap5.3-dark.css

Lines changed: 73 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.bootstrap5_3-dark .sb-theme-select {
2-
color: #212529;
2+
color: transparent;
33
}
44

55
.bootstrap5_3-dark .e-samplestatus.new.tree,
@@ -19,8 +19,8 @@
1919
}
2020

2121
.bootstrap5_3-dark .sb-left-pane .e-treeview .e-list-item.e-active>.e-fullrow {
22-
background-color: #363636;
23-
border-color: #363636;
22+
background-color: #316cf4;
23+
border-color: #212529;
2424
}
2525

2626
.bootstrap5_3-dark .sb-left-pane .e-treeview .e-list-item.e-active>.e-text-content .e-list-text {
@@ -45,13 +45,15 @@
4545

4646
body.bootstrap5_3-dark,
4747
.bootstrap5_3-dark #sb-header-text,
48-
.bootstrap5_3-dark .control-name,
4948
.bootstrap5_3-dark .sample-navigation,
50-
.bootstrap5_3-dark .sb-icon-Popout,
5149
.bootstrap5_3-dark .sb-switch-popup a {
5250
color: #fff;
5351
}
5452

53+
.bootstrap5_3-dark .sb-icon-Popout {
54+
color: #a0a1a3;
55+
}
56+
5557
.bootstrap5_3-dark .sb-header,
5658
.bootstrap5_3-dark .sb-search-result .e-list-item,
5759
.bootstrap5_3-dark .sb-search-result .e-list-group-item {
@@ -86,34 +88,59 @@ body.bootstrap5_3-dark,
8688
.bootstrap5_3-dark .hljs-addition,
8789
.bootstrap5_3-dark .e-icons.back-icon,
8890
.bootstrap5_3-dark .sb-plnr-section,
89-
.bootstrap5_3-dark .sb-bread-crumb,
90-
.bootstrap5_3-dark .sb-component-name,
91-
.bootstrap5_3-dark .sb-icon-Home,
9291
.bootstrap5_3-dark .description-header,
9392
.bootstrap5_3-dark .sample-navigation>button:hover,
9493
.bootstrap5_3-dark .sb-switch-popup li:first-child,
95-
.bootstrap5_3-dark .sb-left-pane .e-listview .e-list-group-item,
9694
.bootstrap5_3-dark .sb-icon-Hamburger:active,
9795
.bootstrap5_3-dark .sb-content-tab>.e-tab.e-nested>.e-tab-header>.e-items.e-toolbar-items>.e-toolbar-item>.e-tab-wrap>.e-text-wrap>.e-tab-text,
98-
.bootstrap5_3-dark .sb-theme-popup li.active .sb-theme-select {
96+
.bootstrap5_3-dark .sb-theme-popup li.active .sb-theme-select,
97+
.bootstrap5_3-dark .sb-theme-popup li:hover.active .sb-theme-select {
9998
color: #0d6efd;
10099
}
101100

101+
.bootstrap5_3-dark .sb-component-name,
102+
.bootstrap5_3-dark .sb-action-description {
103+
color: #E2E3E3;
104+
}
105+
106+
.bootstrap5_3-dark .sb-bread-crumb,
107+
.bootstrap5_3-dark .sb-left-pane .e-listview .e-list-item.e-level-1,
108+
.bootstrap5_3-dark .sb-bread-crumb .sb-bread-crumb-text>div,
109+
.bootstrap5_3-dark .description-section {
110+
color: #dfe2e6;
111+
}
112+
113+
.bootstrap5_3-dark .sb-icon-Home {
114+
color: #a0a1a3;
115+
}
116+
117+
.bootstrap5_3-dark .sb-left-pane .e-listview .e-list-group-item {
118+
color: #fff;
119+
}
120+
121+
.bootstrap5_3-dark .sb-switch-popup .bootstrap5_3-dark .sb-content-tab-header {
122+
background: #212529;
123+
border-color: #c1c1c1;
124+
}
125+
102126
.bootstrap5_3-dark .sb-content-section,
103-
.bootstrap5_3-dark .sb-switch-popup .bootstrap5_3-dark .sb-content-tab-header,
104127
.bootstrap5_3-dark .sb-content-section .sb-content-tab-header {
105128
background: #212529;
106-
border-color: #c1c1c1;
129+
border-color: #495057;
130+
border-radius: 8px;
107131
}
108132

109133
.bootstrap5_3-dark .sample-navigation>button:hover,
110134
.bootstrap5_3-dark .sb-plnr-section,
111135
.bootstrap5_3-dark .sb-icon-Popout:hover,
112-
.bootstrap5_3-dark .sb-icon-Hamburger,
113136
.bootstrap5_3-dark .sb-setting-translate,
114137
.bootstrap5_3-dark .sb-footer-links a,
115138
.bootstrap5_3-dark .description-section a {
116-
color: #0d6efd;
139+
color: #6ea8fe;
140+
}
141+
142+
.bootstrap5_3-dark .sb-icon-Hamburger {
143+
color: #508cf5;
117144
}
118145

119146
.bootstrap5_3-dark code,
@@ -123,7 +150,6 @@ body.bootstrap5_3-dark,
123150
.bootstrap5_3-dark .sb-src-code,
124151
.bootstrap5_3-dark .CodeMirror,
125152
.bootstrap5_3-dark .sb-api-section,
126-
.bootstrap5_3-dark .sb-theme-popup,
127153
.bootstrap5_3-dark .copy-tooltip,
128154
.bootstrap5_3-dark .e-icons.copycode,
129155
.bootstrap5_3-dark #search-input-wrapper input,
@@ -132,6 +158,11 @@ body.bootstrap5_3-dark,
132158
background: #212529;
133159
}
134160

161+
.bootstrap5_3-dark .sb-theme-popup {
162+
background-color: #343a40;
163+
border: 1px solid #495057;
164+
}
165+
135166
.bootstrap5_3-dark .sb-search-btn:hover,
136167
.bootstrap5_3-dark .sb-search-btn.active,
137168
.bootstrap5_3-dark .sb-setting-btn:hover,
@@ -163,17 +194,20 @@ body.bootstrap5_3-dark,
163194
}
164195

165196
.bootstrap5_3-dark .sb-left-pane .e-listview .e-list-item.e-active,
166-
.bootstrap5_3-dark .cont,
167-
.bootstrap5_3-dark .sb-left-pane .e-treeview .e-list-item.e-hover>.e-fullrow {
197+
.bootstrap5_3-dark .cont {
168198
background-color: #0d6efd;
169199
}
170200

201+
.bootstrap5_3-dark .sb-left-pane .e-treeview .e-list-item.e-hover>.e-fullrow {
202+
background-color: #32373c;
203+
}
204+
171205
.bootstrap5_3-dark .sb-left-pane .e-listview .e-list-item:hover {
172206
color: aliceblue;
173207
}
174208

175209
.bootstrap5_3-dark .control-name {
176-
color: #ffffff;
210+
color: #6ea8fe;
177211
}
178212

179213
.bootstrap5_3-dark .sb-left-pane,
@@ -199,7 +233,7 @@ body.bootstrap5_3-dark,
199233
.bootstrap5_3-dark .sb-content-tab>.e-tab.e-nested>.e-tab-header>.e-items.e-toolbar-items>.e-toolbar-item.e-active>.e-tab-wrap>.e-text-wrap>.e-tab-text,
200234
.bootstrap5_3-dark .sb-content-tab>.e-tab.e-nested>.e-tab-header>.e-items.e-toolbar-items>.e-toolbar-item>.e-tab-wrap>.e-text-wrap>.e-tab-text:hover,
201235
.bootstrap5_3-dark .sb-search-result .e-list-group-item {
202-
color: #0d6efd !important;
236+
color: #6ea8fe !important;
203237
}
204238

205239
.bootstrap5_3-dark .sb-search-input .e-ddl .e-clear-icon {
@@ -234,6 +268,24 @@ body.bootstrap5_3-dark,
234268
color: transparent;
235269
}
236270

237-
.bootstrap5_3-dark .sb-theme-popup li:hover.active .sb-theme-select {
238-
color: white;
271+
@media (max-width: 550px) {
272+
.bootstrap5_3-dark.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
273+
height: 48px;
274+
padding-top: 2px;
275+
}
276+
.bootstrap5_3-dark .sb-mobile-setting {
277+
padding-top: 2px;
278+
}
279+
.bootstrap5_3-dark.e-bigger .sb-content-toolbar {
280+
top: 0px;
281+
}
282+
}
283+
284+
.bootstrap5_3-dark .sb-plnr-section {
285+
height: 30px;
286+
line-height: 25px;
239287
}
288+
289+
.bootstrap5_3-dark .sb-desktop-setting > :nth-child(4) {
290+
padding-right: 15px;
291+
}

public/styles/themes/bootstrap5.3.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@
2121
.bootstrap5_3 .e-tab .e-tab-header:not(.e-vertical)::before {
2222
border-width: 0;
2323
}
24+
25+
.bootstrap5_3 .sb-plnr-section {
26+
height: 30px;
27+
line-height: 25px;
28+
}
29+
30+
.bootstrap5_3 .sb-desktop-setting > :nth-child(4) {
31+
padding-right: 15px;
32+
}

0 commit comments

Comments
 (0)