@syncfusion/ej2-vue-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/dist/ej2-vue-navigations.umd.min.js +10 -1
- package/dist/es6/ej2-vue-navigations.es2015.js +11 -11
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +11 -11
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/dist/global/ej2-vue-navigations.min.js +2 -2
- package/package.json +8 -8
- package/src/accordion/accordion.component.js +2 -2
- package/src/breadcrumb/breadcrumb.component.js +2 -2
- package/src/context-menu/contextmenu.component.js +1 -1
- package/src/menu/menu.component.js +1 -1
- package/src/sidebar/sidebar.component.js +2 -2
- package/src/tab/tab.component.js +1 -1
- package/src/toolbar/toolbar.component.js +1 -1
- package/src/treeview/treeview.component.js +1 -1
- 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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-navigations@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-navigations@19.4.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Slz7V1AEYTwj5vG8lTjqqtF1Zi1wqSCB1eXF965mqcC2JwtpwUbARff0PVggQcqdgBxiLSHkI6DVCvO73IsDTQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-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-vue-navigations/-/ej2-vue-navigations-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-19.4.41.tgz",
|
|
23
|
+
"_shasum": "99d625c8f3b7110aaf50f8dc66e0d025bc034650",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-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-vue-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.42",
|
|
35
|
+
"@syncfusion/ej2-navigations": "19.4.47",
|
|
36
|
+
"@syncfusion/ej2-vue-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 Vue",
|
|
@@ -163,6 +163,6 @@
|
|
|
163
163
|
"type": "git",
|
|
164
164
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
165
165
|
},
|
|
166
|
-
"version": "19.
|
|
166
|
+
"version": "19.4.47",
|
|
167
167
|
"sideEffects": false
|
|
168
168
|
}
|
|
@@ -23,7 +23,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
23
23
|
import { Accordion } from '@syncfusion/ej2-navigations';
|
|
24
24
|
import { AccordionItemsDirective, AccordionItemDirective, AccordionItemsPlugin, AccordionItemPlugin } from './items.directive';
|
|
25
25
|
import { Options } from 'vue-class-component';
|
|
26
|
-
export var properties = ['
|
|
26
|
+
export var properties = ['isLazyUpdate', 'animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width', 'clicked', 'created', 'destroyed', 'expanded', 'expanding'];
|
|
27
27
|
export var modelProps = ['expandedIndices'];
|
|
28
28
|
export var testProp = getProps({ props: properties });
|
|
29
29
|
export var props = testProp[0];
|
|
@@ -122,7 +122,7 @@ var AccordionComponent = /** @class */ (function (_super) {
|
|
|
122
122
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
123
123
|
}
|
|
124
124
|
else {
|
|
125
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
125
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
126
126
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
127
127
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
128
128
|
}
|
|
@@ -23,7 +23,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
23
23
|
import { Breadcrumb } from '@syncfusion/ej2-navigations';
|
|
24
24
|
import { BreadcrumbItemsDirective, BreadcrumbItemDirective, BreadcrumbItemsPlugin, BreadcrumbItemPlugin } from './items.directive';
|
|
25
25
|
import { Options } from 'vue-class-component';
|
|
26
|
-
export var properties = ['
|
|
26
|
+
export var properties = ['isLazyUpdate', 'activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'beforeItemRender', 'created', 'itemClick'];
|
|
27
27
|
export var modelProps = ['activeItem'];
|
|
28
28
|
export var testProp = getProps({ props: properties });
|
|
29
29
|
export var props = testProp[0];
|
|
@@ -122,7 +122,7 @@ var BreadcrumbComponent = /** @class */ (function (_super) {
|
|
|
122
122
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
123
123
|
}
|
|
124
124
|
else {
|
|
125
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
125
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
126
126
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
127
127
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
128
128
|
}
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { ContextMenu } from '@syncfusion/ej2-navigations';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['
|
|
24
|
+
export var properties = ['isLazyUpdate', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
22
22
|
import { Menu } from '@syncfusion/ej2-navigations';
|
|
23
23
|
import { MenuItemsDirective, MenuItemDirective, MenuItemsPlugin, MenuItemPlugin } from './items.directive';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['
|
|
25
|
+
export var properties = ['isLazyUpdate', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
26
26
|
export var modelProps = [];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { Sidebar } from '@syncfusion/ej2-navigations';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['
|
|
25
|
+
export var properties = ['isLazyUpdate', 'animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex', 'change', 'close', 'created', 'destroyed', 'open'];
|
|
26
26
|
export var modelProps = ['isOpen'];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -121,7 +121,7 @@ var SidebarComponent = /** @class */ (function (_super) {
|
|
|
121
121
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
122
122
|
}
|
|
123
123
|
else {
|
|
124
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
124
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
125
125
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
126
126
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
127
127
|
}
|
package/src/tab/tab.component.js
CHANGED
|
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
22
22
|
import { Tab } from '@syncfusion/ej2-navigations';
|
|
23
23
|
import { TabItemsDirective, TabItemDirective, TabItemsPlugin, TabItemPlugin } from './items.directive';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['
|
|
25
|
+
export var properties = ['isLazyUpdate', 'allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width', 'added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
26
26
|
export var modelProps = [];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
22
22
|
import { Toolbar } from '@syncfusion/ej2-navigations';
|
|
23
23
|
import { ItemsDirective, ItemDirective, ItemsPlugin, ItemPlugin } from './items.directive';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['
|
|
25
|
+
export var properties = ['isLazyUpdate', 'allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width', 'beforeCreate', 'clicked', 'created', 'destroyed'];
|
|
26
26
|
export var modelProps = [];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { TreeView } from '@syncfusion/ej2-navigations';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['
|
|
24
|
+
export var properties = ['isLazyUpdate', 'allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder', 'actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -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
|
|