@syncfusion/ej2-angular-navigations 20.4.53-ngcc → 21.1.35-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +1 -1
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +1 -1
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +14 -0
- package/README.md +213 -143
- package/dist/ej2-angular-navigations.umd.js +2 -1
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/toolbar/items.directive.d.ts +15 -15
- package/styles/accordion/bootstrap-dark.css +0 -1
- package/styles/accordion/bootstrap.css +0 -1
- package/styles/accordion/bootstrap4.css +0 -1
- package/styles/accordion/bootstrap5-dark.css +3 -4
- package/styles/accordion/bootstrap5.css +3 -4
- package/styles/accordion/fabric-dark.css +0 -1
- package/styles/accordion/fabric.css +0 -1
- package/styles/accordion/fluent-dark.css +3 -4
- package/styles/accordion/fluent.css +3 -4
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +0 -1
- package/styles/accordion/material.css +0 -1
- package/styles/accordion/tailwind-dark.css +3 -4
- package/styles/accordion/tailwind.css +3 -4
- package/styles/appbar/bootstrap-dark.css +3 -0
- package/styles/appbar/bootstrap.css +3 -0
- package/styles/appbar/bootstrap4.css +3 -0
- package/styles/appbar/bootstrap5-dark.css +3 -0
- package/styles/appbar/bootstrap5.css +3 -0
- package/styles/appbar/fabric-dark.css +3 -0
- package/styles/appbar/fabric.css +3 -0
- package/styles/appbar/fluent-dark.css +3 -0
- package/styles/appbar/fluent.css +3 -0
- package/styles/appbar/highcontrast-light.css +3 -0
- package/styles/appbar/highcontrast.css +3 -0
- package/styles/appbar/material-dark.css +3 -0
- package/styles/appbar/material.css +3 -0
- package/styles/appbar/tailwind-dark.css +3 -0
- package/styles/appbar/tailwind.css +3 -0
- package/styles/bootstrap-dark.css +669 -938
- package/styles/bootstrap.css +658 -927
- package/styles/bootstrap4.css +724 -993
- package/styles/bootstrap5-dark.css +685 -954
- package/styles/bootstrap5.css +686 -955
- package/styles/carousel/bootstrap-dark.css +4 -0
- package/styles/carousel/bootstrap.css +4 -0
- package/styles/carousel/bootstrap4.css +4 -0
- package/styles/carousel/bootstrap5-dark.css +4 -0
- package/styles/carousel/bootstrap5.css +4 -0
- package/styles/carousel/fabric-dark.css +4 -0
- package/styles/carousel/fabric.css +4 -0
- package/styles/carousel/fluent-dark.css +4 -0
- package/styles/carousel/fluent.css +4 -0
- package/styles/carousel/highcontrast-light.css +4 -0
- package/styles/carousel/highcontrast.css +4 -0
- package/styles/carousel/material-dark.css +4 -0
- package/styles/carousel/material.css +4 -0
- package/styles/carousel/tailwind-dark.css +4 -0
- package/styles/carousel/tailwind.css +4 -0
- package/styles/fabric-dark.css +669 -938
- package/styles/fabric.css +669 -938
- package/styles/fluent-dark.css +677 -946
- package/styles/fluent.css +677 -946
- 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/fluent-dark.css +1 -1
- package/styles/h-scroll/fluent.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 +668 -937
- package/styles/highcontrast.css +675 -944
- package/styles/material-dark.css +669 -938
- package/styles/material.css +661 -930
- package/styles/menu/bootstrap-dark.css +7 -7
- package/styles/menu/bootstrap.css +7 -7
- package/styles/menu/bootstrap4.css +10 -10
- package/styles/menu/bootstrap5-dark.css +7 -7
- package/styles/menu/bootstrap5.css +7 -7
- package/styles/menu/fabric-dark.css +7 -7
- package/styles/menu/fabric.css +7 -7
- package/styles/menu/fluent-dark.css +7 -7
- package/styles/menu/fluent.css +7 -7
- package/styles/menu/highcontrast-light.css +7 -7
- package/styles/menu/highcontrast.css +7 -7
- package/styles/menu/material-dark.css +7 -7
- package/styles/menu/material.css +7 -7
- package/styles/menu/tailwind-dark.css +7 -7
- package/styles/menu/tailwind.css +7 -7
- package/styles/tab/bootstrap-dark.css +5 -2
- package/styles/tab/bootstrap.css +5 -2
- package/styles/tab/bootstrap4.css +12 -9
- package/styles/tab/bootstrap5-dark.css +11 -8
- package/styles/tab/bootstrap5.css +11 -8
- package/styles/tab/fabric-dark.css +7 -4
- package/styles/tab/fabric.css +7 -4
- package/styles/tab/fluent-dark.css +8 -5
- package/styles/tab/fluent.css +8 -5
- package/styles/tab/highcontrast-light.css +10 -7
- package/styles/tab/highcontrast.css +10 -7
- package/styles/tab/material-dark.css +4 -1
- package/styles/tab/material.css +4 -1
- package/styles/tab/tailwind-dark.css +8 -5
- package/styles/tab/tailwind.css +8 -5
- package/styles/tailwind-dark.css +668 -937
- package/styles/tailwind.css +668 -937
- package/styles/toolbar/bootstrap-dark.css +647 -925
- package/styles/toolbar/bootstrap.css +638 -916
- package/styles/toolbar/bootstrap4.css +657 -935
- package/styles/toolbar/bootstrap5-dark.css +658 -936
- package/styles/toolbar/bootstrap5.css +658 -936
- package/styles/toolbar/fabric-dark.css +645 -923
- package/styles/toolbar/fabric.css +651 -929
- package/styles/toolbar/fluent-dark.css +650 -928
- package/styles/toolbar/fluent.css +650 -928
- package/styles/toolbar/highcontrast-light.css +642 -920
- package/styles/toolbar/highcontrast.css +647 -925
- package/styles/toolbar/material-dark.css +649 -927
- package/styles/toolbar/material.css +646 -924
- package/styles/toolbar/tailwind-dark.css +647 -925
- package/styles/toolbar/tailwind.css +645 -923
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-navigations@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-navigations@19.91.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Owuy6WHqGSwVEDVjkMX3vp03qGAzyIRXr67jot9SJWvWRrl1LqcGovetVwDSJ2gy6lpotySwt8MWf0Ymo9f5JQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-19.91.2.tgz",
|
|
23
|
+
"_shasum": "cd40d49c6e7b3f8593c67b90c9a9bee0e39a12a0",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-navigations@*",
|
|
25
|
-
"_where": "/jenkins/workspace/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-navigations": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~21.1.35",
|
|
35
|
+
"@syncfusion/ej2-base": "~21.1.35",
|
|
36
|
+
"@syncfusion/ej2-navigations": "21.1.35"
|
|
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 Angular",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"schematics": "./schematics/collection.json",
|
|
87
87
|
"sideEffects": false,
|
|
88
88
|
"typings": "ej2-angular-navigations.d.ts",
|
|
89
|
-
"version": "
|
|
89
|
+
"version": "21.1.35-ngcc"
|
|
90
90
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-navigations";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^19.91.2";
|
|
3
3
|
export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~19.91.2";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-navigations';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^21.1.35';
|
|
5
5
|
exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~21.1.35';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-navigations';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^21.1.35';
|
|
3
3
|
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~21.1.35';
|
|
@@ -19,19 +19,19 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
|
|
|
19
19
|
/**
|
|
20
20
|
* Specifies the types of command to be rendered in the Toolbar.
|
|
21
21
|
* Supported types are:
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
22
|
+
* * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
|
|
23
|
+
* * `Separator`: Adds a horizontal line that separates the Toolbar commands.
|
|
24
|
+
* * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
|
|
25
25
|
* AutoComplete, etc.
|
|
26
26
|
* @default 'Button'
|
|
27
27
|
*/
|
|
28
28
|
type: any;
|
|
29
29
|
/**
|
|
30
30
|
* Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
31
|
+
* The possible values for this property as follows
|
|
32
|
+
* * `Left`: To align commands to the left side of the Toolbar.
|
|
33
|
+
* * `Center`: To align commands at the center of the Toolbar.
|
|
34
|
+
* * `Right`: To align commands to the right side of the Toolbar.
|
|
35
35
|
*
|
|
36
36
|
* @default "Left"
|
|
37
37
|
*/
|
|
@@ -59,10 +59,10 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
|
|
|
59
59
|
id: any;
|
|
60
60
|
/**
|
|
61
61
|
* Specifies the Toolbar command display area when an element's content is too large to fit available space.
|
|
62
|
-
* This is applicable only to `popup` mode.
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
62
|
+
* This is applicable only to `popup` mode. The possible values for this property as follows
|
|
63
|
+
* * `Show`: Always shows the item as the primary priority on the *Toolbar*.
|
|
64
|
+
* * `Hide`: Always shows the item as the secondary priority on the *popup*.
|
|
65
|
+
* * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
|
|
66
66
|
* @default 'None'
|
|
67
67
|
*/
|
|
68
68
|
overflow: any;
|
|
@@ -80,10 +80,10 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
|
|
|
80
80
|
showAlwaysInPopup: any;
|
|
81
81
|
/**
|
|
82
82
|
* Specifies where the button text will be displayed on *popup mode* of the Toolbar.
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
83
|
+
* The possible values for this property as follows
|
|
84
|
+
* * `Toolbar`: Text will be displayed on *Toolbar* only.
|
|
85
|
+
* * `Overflow`: Text will be displayed only when content overflows to *popup*.
|
|
86
|
+
* * `Both`: Text will be displayed on *popup* and *Toolbar*.
|
|
87
87
|
* @default 'Both'
|
|
88
88
|
*/
|
|
89
89
|
showTextOn: any;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
min-height: 48px;
|
|
59
59
|
min-width: 24px;
|
|
60
60
|
right: 16px;
|
|
61
|
-
font-size:
|
|
61
|
+
font-size: 20px;
|
|
62
62
|
}
|
|
63
63
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
64
64
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
}
|
|
68
68
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
69
69
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
70
|
-
font-size:
|
|
70
|
+
font-size: 20px;
|
|
71
71
|
}
|
|
72
72
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
73
73
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
@@ -163,7 +163,6 @@
|
|
|
163
163
|
text-decoration: none;
|
|
164
164
|
text-overflow: ellipsis;
|
|
165
165
|
white-space: nowrap;
|
|
166
|
-
margin-bottom: 4px;
|
|
167
166
|
}
|
|
168
167
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
169
168
|
display: inline-block;
|
|
@@ -224,7 +223,7 @@
|
|
|
224
223
|
padding: 20px 20px 20px 38px;
|
|
225
224
|
}
|
|
226
225
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
227
|
-
font-weight:
|
|
226
|
+
font-weight: 400;
|
|
228
227
|
}
|
|
229
228
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
230
229
|
font-weight: normal;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
min-height: 48px;
|
|
59
59
|
min-width: 24px;
|
|
60
60
|
right: 16px;
|
|
61
|
-
font-size:
|
|
61
|
+
font-size: 20px;
|
|
62
62
|
}
|
|
63
63
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
64
64
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
}
|
|
68
68
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
69
69
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
70
|
-
font-size:
|
|
70
|
+
font-size: 20px;
|
|
71
71
|
}
|
|
72
72
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
73
73
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
@@ -163,7 +163,6 @@
|
|
|
163
163
|
text-decoration: none;
|
|
164
164
|
text-overflow: ellipsis;
|
|
165
165
|
white-space: nowrap;
|
|
166
|
-
margin-bottom: 4px;
|
|
167
166
|
}
|
|
168
167
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
169
168
|
display: inline-block;
|
|
@@ -224,7 +223,7 @@
|
|
|
224
223
|
padding: 20px 20px 20px 38px;
|
|
225
224
|
}
|
|
226
225
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
227
|
-
font-weight:
|
|
226
|
+
font-weight: 400;
|
|
228
227
|
}
|
|
229
228
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
230
229
|
font-weight: normal;
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
min-height: 48px;
|
|
58
58
|
min-width: 24px;
|
|
59
59
|
right: 16px;
|
|
60
|
-
font-size:
|
|
60
|
+
font-size: 20px;
|
|
61
61
|
}
|
|
62
62
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
63
63
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
}
|
|
67
67
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
68
68
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
69
|
-
font-size:
|
|
69
|
+
font-size: 20px;
|
|
70
70
|
}
|
|
71
71
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
72
72
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
@@ -162,7 +162,6 @@
|
|
|
162
162
|
text-decoration: none;
|
|
163
163
|
text-overflow: ellipsis;
|
|
164
164
|
white-space: nowrap;
|
|
165
|
-
margin-bottom: 0;
|
|
166
165
|
}
|
|
167
166
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
168
167
|
display: inline-block;
|
|
@@ -223,7 +222,7 @@
|
|
|
223
222
|
padding: 20px 20px 20px 38px;
|
|
224
223
|
}
|
|
225
224
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
226
|
-
font-weight:
|
|
225
|
+
font-weight: 400;
|
|
227
226
|
}
|
|
228
227
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
229
228
|
font-weight: normal;
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
min-height: 48px;
|
|
58
58
|
min-width: 24px;
|
|
59
59
|
right: 16px;
|
|
60
|
-
font-size:
|
|
60
|
+
font-size: 20px;
|
|
61
61
|
}
|
|
62
62
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
63
63
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
}
|
|
67
67
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
68
68
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
69
|
-
font-size:
|
|
69
|
+
font-size: 20px;
|
|
70
70
|
}
|
|
71
71
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
72
72
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
@@ -162,7 +162,6 @@
|
|
|
162
162
|
text-decoration: none;
|
|
163
163
|
text-overflow: ellipsis;
|
|
164
164
|
white-space: nowrap;
|
|
165
|
-
margin-bottom: 0;
|
|
166
165
|
}
|
|
167
166
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
168
167
|
display: inline-block;
|
|
@@ -223,7 +222,7 @@
|
|
|
223
222
|
padding: 20px 20px 20px 38px;
|
|
224
223
|
}
|
|
225
224
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
226
|
-
font-weight:
|
|
225
|
+
font-weight: 400;
|
|
227
226
|
}
|
|
228
227
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
229
228
|
font-weight: normal;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
min-height: 48px;
|
|
59
59
|
min-width: 24px;
|
|
60
60
|
right: 16px;
|
|
61
|
-
font-size:
|
|
61
|
+
font-size: 20px;
|
|
62
62
|
}
|
|
63
63
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
64
64
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
}
|
|
68
68
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
69
69
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
70
|
-
font-size:
|
|
70
|
+
font-size: 20px;
|
|
71
71
|
}
|
|
72
72
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
73
73
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
@@ -163,7 +163,6 @@
|
|
|
163
163
|
text-decoration: none;
|
|
164
164
|
text-overflow: ellipsis;
|
|
165
165
|
white-space: nowrap;
|
|
166
|
-
margin-bottom: 0;
|
|
167
166
|
}
|
|
168
167
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
169
168
|
display: inline-block;
|
|
@@ -224,7 +223,7 @@
|
|
|
224
223
|
padding: 20px 20px 20px 38px;
|
|
225
224
|
}
|
|
226
225
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
227
|
-
font-weight:
|
|
226
|
+
font-weight: 400;
|
|
228
227
|
}
|
|
229
228
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
230
229
|
font-weight: normal;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
min-height: 48px;
|
|
59
59
|
min-width: 24px;
|
|
60
60
|
right: 16px;
|
|
61
|
-
font-size:
|
|
61
|
+
font-size: 20px;
|
|
62
62
|
}
|
|
63
63
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
64
64
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
}
|
|
68
68
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
69
69
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
70
|
-
font-size:
|
|
70
|
+
font-size: 20px;
|
|
71
71
|
}
|
|
72
72
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
73
73
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
@@ -163,7 +163,6 @@
|
|
|
163
163
|
text-decoration: none;
|
|
164
164
|
text-overflow: ellipsis;
|
|
165
165
|
white-space: nowrap;
|
|
166
|
-
margin-bottom: 0;
|
|
167
166
|
}
|
|
168
167
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
169
168
|
display: inline-block;
|
|
@@ -224,7 +223,7 @@
|
|
|
224
223
|
padding: 20px 20px 20px 38px;
|
|
225
224
|
}
|
|
226
225
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
227
|
-
font-weight:
|
|
226
|
+
font-weight: 400;
|
|
228
227
|
}
|
|
229
228
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
230
229
|
font-weight: normal;
|
package/styles/appbar/fabric.css
CHANGED
package/styles/appbar/fluent.css
CHANGED