@syncfusion/ej2-react-navigations 19.3.57 → 19.4.47
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/CHANGELOG.md +58 -0
- package/diConfig.json +6 -0
- package/dist/ej2-react-navigations.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/accordion/bootstrap4.css +1 -2
- package/styles/accordion/bootstrap5-dark.css +11 -2
- package/styles/accordion/bootstrap5.css +11 -2
- package/styles/accordion/highcontrast-light.css +0 -4
- package/styles/accordion/highcontrast.css +1 -5
- package/styles/bootstrap-dark.css +319 -85
- package/styles/bootstrap.css +318 -84
- package/styles/bootstrap4.css +319 -77
- package/styles/bootstrap5-dark.css +341 -76
- package/styles/bootstrap5.css +343 -78
- package/styles/breadcrumb/bootstrap-dark.css +194 -17
- package/styles/breadcrumb/bootstrap.css +194 -17
- package/styles/breadcrumb/bootstrap4.css +194 -17
- package/styles/breadcrumb/bootstrap5-dark.css +198 -24
- package/styles/breadcrumb/bootstrap5.css +198 -24
- package/styles/breadcrumb/fabric-dark.css +197 -20
- package/styles/breadcrumb/fabric.css +197 -20
- package/styles/breadcrumb/highcontrast-light.css +200 -22
- package/styles/breadcrumb/highcontrast.css +200 -22
- package/styles/breadcrumb/material-dark.css +186 -13
- package/styles/breadcrumb/material.css +186 -13
- package/styles/breadcrumb/tailwind-dark.css +195 -22
- package/styles/breadcrumb/tailwind.css +195 -22
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +1 -1
- package/styles/context-menu/bootstrap5-dark.css +5 -5
- package/styles/context-menu/bootstrap5.css +6 -6
- package/styles/context-menu/material-dark.css +1 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +307 -42
- package/styles/fabric.css +310 -45
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +319 -48
- package/styles/highcontrast.css +324 -53
- package/styles/material-dark.css +297 -33
- package/styles/material.css +298 -34
- package/styles/menu/bootstrap-dark.css +3 -2
- package/styles/menu/bootstrap.css +3 -2
- package/styles/menu/bootstrap4.css +3 -2
- package/styles/menu/bootstrap5-dark.css +6 -5
- package/styles/menu/bootstrap5.css +7 -6
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +3 -2
- package/styles/menu/material.css +3 -2
- package/styles/menu/tailwind-dark.css +3 -2
- package/styles/menu/tailwind.css +3 -2
- package/styles/sidebar/bootstrap5-dark.css +0 -1
- package/styles/sidebar/bootstrap5.css +0 -1
- package/styles/sidebar/tailwind-dark.css +0 -1
- package/styles/sidebar/tailwind.css +0 -1
- package/styles/tab/bootstrap-dark.css +43 -18
- package/styles/tab/bootstrap.css +42 -17
- package/styles/tab/bootstrap4.css +47 -28
- package/styles/tab/bootstrap5-dark.css +53 -30
- package/styles/tab/bootstrap5.css +53 -30
- package/styles/tab/fabric-dark.css +43 -20
- package/styles/tab/fabric.css +46 -23
- package/styles/tab/highcontrast-light.css +52 -19
- package/styles/tab/highcontrast.css +56 -23
- package/styles/tab/material-dark.css +42 -15
- package/styles/tab/material.css +42 -15
- package/styles/tab/tailwind-dark.css +42 -17
- package/styles/tab/tailwind.css +42 -17
- package/styles/tailwind-dark.css +315 -51
- package/styles/tailwind.css +315 -51
- package/styles/toolbar/bootstrap-dark.css +17 -46
- package/styles/toolbar/bootstrap.css +17 -46
- package/styles/toolbar/bootstrap4.css +12 -26
- package/styles/toolbar/bootstrap5-dark.css +6 -7
- package/styles/toolbar/bootstrap5.css +6 -7
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/highcontrast-light.css +4 -1
- package/styles/toolbar/highcontrast.css +4 -1
- package/styles/toolbar/material-dark.css +4 -1
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +8 -6
- package/styles/toolbar/tailwind.css +8 -6
- package/styles/treeview/bootstrap-dark.css +60 -0
- package/styles/treeview/bootstrap.css +60 -0
- package/styles/treeview/bootstrap4.css +60 -0
- package/styles/treeview/bootstrap5-dark.css +61 -1
- package/styles/treeview/bootstrap5.css +61 -1
- package/styles/treeview/fabric-dark.css +60 -0
- package/styles/treeview/fabric.css +60 -0
- package/styles/treeview/highcontrast-light.css +60 -0
- package/styles/treeview/highcontrast.css +60 -0
- package/styles/treeview/material-dark.css +60 -0
- package/styles/treeview/material.css +60 -0
- package/styles/treeview/tailwind-dark.css +65 -1
- package/styles/treeview/tailwind.css +65 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,64 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.41 (2022-01-04)
|
|
6
|
+
|
|
7
|
+
### Menu
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Sub menu position alignment issue in menu has been resolved.
|
|
12
|
+
|
|
13
|
+
### Tab
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
|
|
18
|
+
|
|
19
|
+
## 19.4.40 (2021-12-28)
|
|
20
|
+
|
|
21
|
+
### Context Menu
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I346314` - Issue with stopPropagation not works for context menu has been resolved.
|
|
26
|
+
|
|
27
|
+
## 19.4.38 (2021-12-17)
|
|
28
|
+
|
|
29
|
+
### Tab
|
|
30
|
+
|
|
31
|
+
#### New Features
|
|
32
|
+
|
|
33
|
+
- `#I302394` - Provided support to maintain the active item in either tab header area or inside the popup.
|
|
34
|
+
- `#F166169` - Provided support to identify the tab select event raised by user interaction or programmatic way.
|
|
35
|
+
|
|
36
|
+
### TreeView
|
|
37
|
+
|
|
38
|
+
#### New Features
|
|
39
|
+
|
|
40
|
+
- `#FB27518` - Provided support to wrap the TreeView node text when its text content exceeds the TreeView node width.
|
|
41
|
+
|
|
42
|
+
### Breadcrumb
|
|
43
|
+
|
|
44
|
+
#### New Features
|
|
45
|
+
|
|
46
|
+
- Provided new types of overflow mode and as follows:
|
|
47
|
+
|
|
48
|
+
1. **Menu**: Shows the number of breadcrumb items that can be accommodated within the container space, and creates a sub menu with the remaining items.
|
|
49
|
+
2. **Wrap**: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
|
|
50
|
+
3. **Scroll**: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
|
|
51
|
+
4. **None**: Shows all the items on a single line.
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
5. Provided `cancel` support in `beforeItemRender` event.
|
|
55
|
+
|
|
56
|
+
#### Breaking Changes
|
|
57
|
+
|
|
58
|
+
- Provided `disabled` property in Breadcrumb and Breadcrumb's Item instead of using CSS class `e-disabled`.
|
|
59
|
+
- Removed `width` property from Breadcrumb component, you can set `width` in the style attribute of CSS to breadcrumb's element or its parent element.
|
|
60
|
+
|
|
61
|
+
## 19.3.57 (2021-12-07)
|
|
62
|
+
|
|
5
63
|
### Sidebar
|
|
6
64
|
|
|
7
65
|
#### Bug Fixes
|
package/diConfig.json
CHANGED
|
@@ -386,6 +386,12 @@
|
|
|
386
386
|
"defaultTag": "<nav id='breadcrumb'></nav>",
|
|
387
387
|
"preferredTag": "nav",
|
|
388
388
|
"twoWays": ["activeItem"],
|
|
389
|
+
"blazorType": "native",
|
|
390
|
+
"blazorDependency": [
|
|
391
|
+
"ej2-base",
|
|
392
|
+
"ej2-popups/popup",
|
|
393
|
+
"../blazor/sf-breadcrumb"
|
|
394
|
+
],
|
|
389
395
|
"comment": [
|
|
390
396
|
"/**",
|
|
391
397
|
" * Represents the EJ2 Angular Breadcrumb Component.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-navigations.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-navigations@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-navigations@19.4.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-u8hXrt/4FzdPgp68DKkNoujhNt4Xkwgs3H1pvyaE1Ph6hbQ36VSXtz2hHoW9Lyh69I+CfBjmZaoP2tv1zNvNRQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-19.4.41.tgz",
|
|
23
|
+
"_shasum": "d2379bee3177622dbd69ff18043c8f93a4c0e2a0",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-navigations": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.42",
|
|
35
|
+
"@syncfusion/ej2-navigations": "19.4.47",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.47"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
|
|
@@ -164,6 +164,6 @@
|
|
|
164
164
|
"type": "git",
|
|
165
165
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
166
166
|
},
|
|
167
|
-
"version": "19.
|
|
167
|
+
"version": "19.4.47",
|
|
168
168
|
"sideEffects": false
|
|
169
169
|
}
|
|
@@ -287,7 +287,6 @@
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header-content {
|
|
290
|
-
font-size: 16px;
|
|
291
290
|
font-size: 14px;
|
|
292
291
|
}
|
|
293
292
|
|
|
@@ -327,7 +326,7 @@
|
|
|
327
326
|
/*! accordion theme */
|
|
328
327
|
.e-accordion {
|
|
329
328
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
330
|
-
background: #
|
|
329
|
+
background: #fff;
|
|
331
330
|
border: 1px solid rgba(0, 0, 0, 0.13);
|
|
332
331
|
border-radius: 4px;
|
|
333
332
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*!
|
|
1
|
+
/*! Accordion's bootstrap5 theme wise override definitions and variables */
|
|
2
2
|
/*! accordion icons */
|
|
3
3
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
4
4
|
content: '\e729';
|
|
@@ -179,10 +179,11 @@
|
|
|
179
179
|
line-height: 22px;
|
|
180
180
|
min-height: 38px;
|
|
181
181
|
overflow: hidden;
|
|
182
|
-
padding: 7px 12px;
|
|
182
|
+
padding: 7px 12px 3px;
|
|
183
183
|
text-decoration: none;
|
|
184
184
|
text-overflow: ellipsis;
|
|
185
185
|
white-space: nowrap;
|
|
186
|
+
margin-bottom: 4px;
|
|
186
187
|
}
|
|
187
188
|
|
|
188
189
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
@@ -331,10 +332,18 @@
|
|
|
331
332
|
border-radius: 4px 4px 0 0;
|
|
332
333
|
}
|
|
333
334
|
|
|
335
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
336
|
+
border-bottom: 0;
|
|
337
|
+
}
|
|
338
|
+
|
|
334
339
|
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
335
340
|
border-radius: 0 0 4px 4px;
|
|
336
341
|
}
|
|
337
342
|
|
|
343
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
344
|
+
border-radius: 0;
|
|
345
|
+
}
|
|
346
|
+
|
|
338
347
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
339
348
|
background: #212529;
|
|
340
349
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*!
|
|
1
|
+
/*! Accordion's bootstrap5 theme wise override definitions and variables */
|
|
2
2
|
/*! accordion icons */
|
|
3
3
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
4
4
|
content: '\e729';
|
|
@@ -179,10 +179,11 @@
|
|
|
179
179
|
line-height: 22px;
|
|
180
180
|
min-height: 38px;
|
|
181
181
|
overflow: hidden;
|
|
182
|
-
padding: 7px 12px;
|
|
182
|
+
padding: 7px 12px 3px;
|
|
183
183
|
text-decoration: none;
|
|
184
184
|
text-overflow: ellipsis;
|
|
185
185
|
white-space: nowrap;
|
|
186
|
+
margin-bottom: 4px;
|
|
186
187
|
}
|
|
187
188
|
|
|
188
189
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
@@ -331,10 +332,18 @@
|
|
|
331
332
|
border-radius: 4px 4px 0 0;
|
|
332
333
|
}
|
|
333
334
|
|
|
335
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
336
|
+
border-bottom: 0;
|
|
337
|
+
}
|
|
338
|
+
|
|
334
339
|
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
335
340
|
border-radius: 0 0 4px 4px;
|
|
336
341
|
}
|
|
337
342
|
|
|
343
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
344
|
+
border-radius: 0;
|
|
345
|
+
}
|
|
346
|
+
|
|
338
347
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
339
348
|
background: #fff;
|
|
340
349
|
}
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
12
12
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
13
13
|
font-size: 16px;
|
|
14
|
-
font-size: 14px;
|
|
15
14
|
}
|
|
16
15
|
|
|
17
16
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
@@ -236,7 +235,6 @@
|
|
|
236
235
|
|
|
237
236
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
238
237
|
font-weight: normal;
|
|
239
|
-
font-weight: 600;
|
|
240
238
|
}
|
|
241
239
|
|
|
242
240
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
@@ -309,12 +307,10 @@
|
|
|
309
307
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
310
308
|
background: #ccc;
|
|
311
309
|
border: 1px solid #757575;
|
|
312
|
-
background: #fff;
|
|
313
310
|
}
|
|
314
311
|
|
|
315
312
|
.e-accordion .e-active {
|
|
316
313
|
background: #ccc;
|
|
317
|
-
background: #fff;
|
|
318
314
|
}
|
|
319
315
|
|
|
320
316
|
.e-accordion .e-acrdn-item.e-item-focus .e-acrdn-header:focus {
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
/*! accordion layout */
|
|
12
12
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
13
13
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
14
|
-
font-size: 16px;
|
|
15
14
|
font-size: 14px;
|
|
16
15
|
}
|
|
17
16
|
|
|
@@ -236,7 +235,6 @@
|
|
|
236
235
|
}
|
|
237
236
|
|
|
238
237
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
239
|
-
font-weight: normal;
|
|
240
238
|
font-weight: 600;
|
|
241
239
|
}
|
|
242
240
|
|
|
@@ -308,13 +306,11 @@
|
|
|
308
306
|
/*! accordion theme */
|
|
309
307
|
.e-accordion {
|
|
310
308
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
311
|
-
background: #333;
|
|
312
|
-
border: 1px solid #969696;
|
|
313
309
|
background: #000;
|
|
310
|
+
border: 1px solid #969696;
|
|
314
311
|
}
|
|
315
312
|
|
|
316
313
|
.e-accordion .e-active {
|
|
317
|
-
background: #333;
|
|
318
314
|
background: #000;
|
|
319
315
|
}
|
|
320
316
|
|