@syncfusion/ej2-navigations 24.2.8 → 25.1.35
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 +4 -43
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +145 -127
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +145 -127
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion-model.d.ts +3 -2
- package/src/accordion/accordion.d.ts +3 -2
- package/src/accordion/accordion.js +7 -7
- package/src/breadcrumb/breadcrumb.js +2 -1
- package/src/common/menu-base-model.d.ts +3 -2
- package/src/common/menu-base.d.ts +3 -2
- package/src/common/menu-base.js +101 -101
- package/src/menu/menu-model.d.ts +3 -2
- package/src/menu/menu.d.ts +3 -2
- package/src/menu/menu.js +1 -1
- package/src/stepper/stepper.js +1 -2
- package/src/tab/tab-model.d.ts +7 -21
- package/src/tab/tab.d.ts +7 -21
- package/src/tab/tab.js +5 -5
- package/src/toolbar/toolbar.js +25 -7
- package/src/treeview/treeview-model.d.ts +4 -7
- package/src/treeview/treeview.d.ts +3 -3
- package/src/treeview/treeview.js +5 -5
- package/styles/accordion/_bds-definition.scss +180 -0
- package/styles/accordion/_material-definition.scss +1 -1
- package/styles/accordion/icons/_bds.scss +17 -0
- package/styles/accordion/material.css +1 -1
- package/styles/appbar/_bds-definition.scss +27 -0
- package/styles/bootstrap-dark.css +12 -4
- package/styles/bootstrap.css +12 -4
- package/styles/bootstrap4.css +12 -4
- package/styles/bootstrap5-dark.css +12 -4
- package/styles/bootstrap5.css +12 -4
- package/styles/breadcrumb/_bds-definition.scss +60 -0
- package/styles/breadcrumb/icons/_bds.scss +25 -0
- package/styles/carousel/_bds-definition.scss +27 -0
- package/styles/carousel/_layout.scss +5 -0
- package/styles/carousel/bootstrap-dark.css +6 -0
- package/styles/carousel/bootstrap.css +6 -0
- package/styles/carousel/bootstrap4.css +6 -0
- package/styles/carousel/bootstrap5-dark.css +6 -0
- package/styles/carousel/bootstrap5.css +6 -0
- package/styles/carousel/fabric-dark.css +6 -0
- package/styles/carousel/fabric.css +6 -0
- package/styles/carousel/fluent-dark.css +6 -0
- package/styles/carousel/fluent.css +6 -0
- package/styles/carousel/highcontrast-light.css +6 -0
- package/styles/carousel/highcontrast.css +6 -0
- package/styles/carousel/icons/_bds.scss +30 -0
- package/styles/carousel/material-dark.css +6 -0
- package/styles/carousel/material.css +6 -0
- package/styles/carousel/material3-dark.css +6 -0
- package/styles/carousel/material3.css +6 -0
- package/styles/carousel/tailwind-dark.css +6 -0
- package/styles/carousel/tailwind.css +6 -0
- package/styles/context-menu/_bds-definition.scss +65 -0
- package/styles/context-menu/icons/_bds.scss +33 -0
- package/styles/fabric-dark.css +12 -4
- package/styles/fabric.css +12 -4
- package/styles/fluent-dark.css +12 -4
- package/styles/fluent.css +12 -4
- package/styles/h-scroll/_bds-definition.scss +83 -0
- package/styles/h-scroll/icons/_bds.scss +49 -0
- package/styles/highcontrast-light.css +12 -4
- package/styles/highcontrast.css +12 -4
- package/styles/material-dark.css +12 -4
- package/styles/material.css +13 -5
- package/styles/material3-dark.css +12 -4
- package/styles/material3.css +12 -4
- package/styles/menu/_bds-definition.scss +66 -0
- package/styles/menu/icons/_bds.scss +134 -0
- package/styles/pager/_bds-definition.scss +152 -0
- package/styles/pager/icons/_bds.scss +50 -0
- package/styles/sidebar/_bds-definition.scss +45 -0
- package/styles/stepper/_bds-definition.scss +79 -0
- package/styles/stepper/_layout.scss +1 -0
- package/styles/stepper/bootstrap-dark.css +3 -0
- package/styles/stepper/bootstrap.css +3 -0
- package/styles/stepper/bootstrap4.css +3 -0
- package/styles/stepper/bootstrap5-dark.css +3 -0
- package/styles/stepper/bootstrap5.css +3 -0
- package/styles/stepper/fabric-dark.css +3 -0
- package/styles/stepper/fabric.css +3 -0
- package/styles/stepper/fluent-dark.css +3 -0
- package/styles/stepper/fluent.css +3 -0
- package/styles/stepper/highcontrast-light.css +3 -0
- package/styles/stepper/highcontrast.css +3 -0
- package/styles/stepper/icons/_bds.scss +5 -0
- package/styles/stepper/material-dark.css +3 -0
- package/styles/stepper/material.css +3 -0
- package/styles/stepper/material3-dark.css +3 -0
- package/styles/stepper/material3.css +3 -0
- package/styles/stepper/tailwind-dark.css +3 -0
- package/styles/stepper/tailwind.css +3 -0
- package/styles/tab/_bds-definition.scss +701 -0
- package/styles/tab/icons/_bds.scss +92 -0
- package/styles/tailwind-dark.css +14 -6
- package/styles/tailwind.css +12 -4
- package/styles/toolbar/_bds-definition.scss +215 -0
- package/styles/toolbar/_layout.scss +6 -7
- package/styles/toolbar/bootstrap-dark.css +3 -4
- package/styles/toolbar/bootstrap.css +3 -4
- package/styles/toolbar/bootstrap4.css +3 -4
- package/styles/toolbar/bootstrap5-dark.css +3 -4
- package/styles/toolbar/bootstrap5.css +3 -4
- package/styles/toolbar/fabric-dark.css +3 -4
- package/styles/toolbar/fabric.css +3 -4
- package/styles/toolbar/fluent-dark.css +3 -4
- package/styles/toolbar/fluent.css +3 -4
- package/styles/toolbar/highcontrast-light.css +3 -4
- package/styles/toolbar/highcontrast.css +3 -4
- package/styles/toolbar/icons/_bds.scss +16 -0
- package/styles/toolbar/material-dark.css +3 -4
- package/styles/toolbar/material.css +3 -4
- package/styles/toolbar/material3-dark.css +3 -4
- package/styles/toolbar/material3.css +3 -4
- package/styles/toolbar/tailwind-dark.css +3 -4
- package/styles/toolbar/tailwind.css +3 -4
- package/styles/treeview/_bds-definition.scss +132 -0
- package/styles/treeview/_tailwind-definition.scss +1 -1
- package/styles/treeview/_theme.scss +1 -1
- package/styles/treeview/icons/_bds.scss +43 -0
- package/styles/treeview/tailwind-dark.css +2 -2
- package/styles/v-scroll/_bds-definition.scss +49 -0
- package/styles/v-scroll/icons/_bds.scss +27 -0
package/src/toolbar/toolbar.js
CHANGED
|
@@ -1075,7 +1075,9 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
1075
1075
|
popup.appendTo(ele);
|
|
1076
1076
|
EventHandler.add(document, 'scroll', this.docEvent.bind(this));
|
|
1077
1077
|
EventHandler.add(document, 'click ', this.docEvent.bind(this));
|
|
1078
|
-
|
|
1078
|
+
if (this.overflowMode !== 'Extended') {
|
|
1079
|
+
popup.element.style.maxHeight = popup.element.offsetHeight + 'px';
|
|
1080
|
+
}
|
|
1079
1081
|
if (this.isVertical) {
|
|
1080
1082
|
popup.element.style.visibility = 'hidden';
|
|
1081
1083
|
}
|
|
@@ -1090,7 +1092,7 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
1090
1092
|
}
|
|
1091
1093
|
this.popObj = popup;
|
|
1092
1094
|
}
|
|
1093
|
-
else {
|
|
1095
|
+
else if (this.overflowMode !== 'Extended') {
|
|
1094
1096
|
var popupEle = this.popObj.element;
|
|
1095
1097
|
setStyle(popupEle, { maxHeight: '', display: 'block' });
|
|
1096
1098
|
setStyle(popupEle, { maxHeight: popupEle.offsetHeight + 'px', display: '' });
|
|
@@ -1117,11 +1119,13 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
1117
1119
|
var toolEle = this.popObj.element.parentElement;
|
|
1118
1120
|
var popupNav = toolEle.querySelector('.' + CLS_TBARNAV);
|
|
1119
1121
|
popupNav.setAttribute('aria-expanded', 'true');
|
|
1120
|
-
setStyle(popObj.element, { height: 'auto', maxHeight: '' });
|
|
1121
|
-
popObj.element.style.maxHeight = popObj.element.offsetHeight + 'px';
|
|
1122
1122
|
if (this.overflowMode === 'Extended') {
|
|
1123
1123
|
popObj.element.style.minHeight = '';
|
|
1124
1124
|
}
|
|
1125
|
+
else {
|
|
1126
|
+
setStyle(popObj.element, { height: 'auto', maxHeight: '' });
|
|
1127
|
+
popObj.element.style.maxHeight = popObj.element.offsetHeight + 'px';
|
|
1128
|
+
}
|
|
1125
1129
|
var popupElePos = popupEle.offsetTop + popupEle.offsetHeight + calculatePosition(toolEle).top;
|
|
1126
1130
|
var popIcon = popupNav.firstElementChild;
|
|
1127
1131
|
popupNav.classList.add(CLS_TBARNAVACT);
|
|
@@ -1138,9 +1142,11 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
1138
1142
|
break;
|
|
1139
1143
|
}
|
|
1140
1144
|
}
|
|
1141
|
-
|
|
1145
|
+
if (this.overflowMode !== 'Extended') {
|
|
1146
|
+
setStyle(popObj.element, { maxHeight: overflowHeight + 'px' });
|
|
1147
|
+
}
|
|
1142
1148
|
}
|
|
1143
|
-
else if (this.isVertical) {
|
|
1149
|
+
else if (this.isVertical && this.overflowMode !== 'Extended') {
|
|
1144
1150
|
var tbEleData = this.element.getBoundingClientRect();
|
|
1145
1151
|
setStyle(popObj.element, { maxHeight: (tbEleData.top + this.element.offsetHeight) + 'px', bottom: 0, visibility: '' });
|
|
1146
1152
|
}
|
|
@@ -2024,13 +2030,25 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
2024
2030
|
this.activeEle.focus();
|
|
2025
2031
|
};
|
|
2026
2032
|
Toolbar.prototype.activeEleRemove = function (curEle) {
|
|
2033
|
+
var previousEle = this.element.querySelector('.' + CLS_ITEM + ':not(.' + CLS_DISABLE + ' ):not(.' + CLS_SEPARATOR + ' ):not(.' + CLS_HIDDEN + ' )');
|
|
2027
2034
|
if (!isNOU(this.activeEle)) {
|
|
2028
2035
|
this.activeEle.setAttribute('tabindex', this.getDataTabindex(this.activeEle));
|
|
2036
|
+
if (previousEle) {
|
|
2037
|
+
previousEle.removeAttribute('tabindex');
|
|
2038
|
+
}
|
|
2039
|
+
previousEle = this.activeEle;
|
|
2029
2040
|
}
|
|
2030
2041
|
this.activeEle = curEle;
|
|
2031
2042
|
if (this.getDataTabindex(this.activeEle) === '-1') {
|
|
2032
2043
|
if (isNOU(this.trgtEle) && !curEle.parentElement.classList.contains(CLS_TEMPLATE)) {
|
|
2033
|
-
this.
|
|
2044
|
+
if (!isNOU(this.element.querySelector('.e-hor-nav')) && this.element.querySelector('.e-hor-nav').classList.contains('e-nav-active')) {
|
|
2045
|
+
this.updateTabIndex('0');
|
|
2046
|
+
this.getDataTabindex(previousEle) === '-1' ? previousEle.setAttribute('tabindex', '0') :
|
|
2047
|
+
previousEle.setAttribute('tabindex', this.getDataTabindex(previousEle));
|
|
2048
|
+
}
|
|
2049
|
+
else {
|
|
2050
|
+
this.updateTabIndex('-1');
|
|
2051
|
+
}
|
|
2034
2052
|
curEle.removeAttribute('tabindex');
|
|
2035
2053
|
}
|
|
2036
2054
|
else {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { Component, EmitType, isUndefined, Browser, compile, isNullOrUndefined, SanitizeHtmlHelper, animationMode } from '@syncfusion/ej2-base';import { Property, INotifyPropertyChanged, NotifyPropertyChanges, ChildProperty, Complex } from '@syncfusion/ej2-base';import { Event, EventHandler, KeyboardEvents, KeyboardEventArgs } from '@syncfusion/ej2-base';import { rippleEffect, Effect, Animation, AnimationOptions, RippleOptions, remove } from '@syncfusion/ej2-base';import { Draggable, DragEventArgs, Droppable, DropEventArgs } from '@syncfusion/ej2-base';import { getElement } from '@syncfusion/ej2-base';import { addClass, removeClass, closest, matches, detach, select, selectAll, isVisible, append } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';import { isNullOrUndefined as isNOU, Touch, TapEventArgs, getValue, setValue, extend, merge, attributes } from '@syncfusion/ej2-base';import { ListBase, ListBaseOptions, AriaAttributesMapping, FieldsMapping } from '@syncfusion/ej2-lists';import { createCheckBox, rippleMouseHandler } from '@syncfusion/ej2-buttons';import { Input, InputObject } from '@syncfusion/ej2-inputs';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
|
|
2
2
|
import {ExpandOnSettings,SortOrder,FailureEventArgs,DataBoundEventArgs,DataSourceChangedEventArgs,DrawNodeEventArgs,NodeKeyPressEventArgs,NodeCheckEventArgs,NodeClickEventArgs,NodeExpandEventArgs,DragAndDropEventArgs,NodeEditEventArgs,NodeSelectEventArgs} from "./treeview";
|
|
3
3
|
import {ComponentModel} from '@syncfusion/ej2-base';
|
|
4
4
|
|
|
@@ -19,7 +19,6 @@ export interface FieldsSettingsModel {
|
|
|
19
19
|
* @aspDatasourceNullIgnore
|
|
20
20
|
* @isGenericType true
|
|
21
21
|
*/
|
|
22
|
-
/* eslint-disable */
|
|
23
22
|
dataSource?: DataManager | { [key: string]: Object }[];
|
|
24
23
|
|
|
25
24
|
/**
|
|
@@ -286,8 +285,8 @@ export interface TreeViewModel extends ComponentModel{
|
|
|
286
285
|
dragArea?: HTMLElement | string;
|
|
287
286
|
|
|
288
287
|
/**
|
|
289
|
-
* Specifies whether to
|
|
290
|
-
*
|
|
288
|
+
* Specifies whether to display or remove the untrusted HTML values in the TreeView component.
|
|
289
|
+
* If 'enableHtmlSanitizer' set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
|
|
291
290
|
* ```html
|
|
292
291
|
* <div id="tree"></div>
|
|
293
292
|
* ```
|
|
@@ -298,7 +297,7 @@ export interface TreeViewModel extends ComponentModel{
|
|
|
298
297
|
* });
|
|
299
298
|
* treeObj.appendTo('#tree');
|
|
300
299
|
* ```
|
|
301
|
-
* @default
|
|
300
|
+
* @default true
|
|
302
301
|
*/
|
|
303
302
|
enableHtmlSanitizer?: boolean;
|
|
304
303
|
|
|
@@ -470,7 +469,6 @@ export interface TreeViewModel extends ComponentModel{
|
|
|
470
469
|
*
|
|
471
470
|
* @event
|
|
472
471
|
*/
|
|
473
|
-
/* eslint-disable */
|
|
474
472
|
created?: EmitType<Object>;
|
|
475
473
|
|
|
476
474
|
/**
|
|
@@ -500,7 +498,6 @@ export interface TreeViewModel extends ComponentModel{
|
|
|
500
498
|
*
|
|
501
499
|
* @event
|
|
502
500
|
*/
|
|
503
|
-
/* eslint-disable */
|
|
504
501
|
destroyed?: EmitType<Object>;
|
|
505
502
|
|
|
506
503
|
/**
|
|
@@ -665,8 +665,8 @@ export declare class TreeView extends Component<HTMLElement> implements INotifyP
|
|
|
665
665
|
*/
|
|
666
666
|
dragArea: HTMLElement | string;
|
|
667
667
|
/**
|
|
668
|
-
* Specifies whether to
|
|
669
|
-
*
|
|
668
|
+
* Specifies whether to display or remove the untrusted HTML values in the TreeView component.
|
|
669
|
+
* If 'enableHtmlSanitizer' set to true, the component will sanitize any suspected untrusted strings and scripts before rendering them.
|
|
670
670
|
* ```html
|
|
671
671
|
* <div id="tree"></div>
|
|
672
672
|
* ```
|
|
@@ -677,7 +677,7 @@ export declare class TreeView extends Component<HTMLElement> implements INotifyP
|
|
|
677
677
|
* });
|
|
678
678
|
* treeObj.appendTo('#tree');
|
|
679
679
|
* ```
|
|
680
|
-
* @default
|
|
680
|
+
* @default true
|
|
681
681
|
*/
|
|
682
682
|
enableHtmlSanitizer: boolean;
|
|
683
683
|
/**
|
package/src/treeview/treeview.js
CHANGED
|
@@ -206,7 +206,6 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
206
206
|
_this.preventExpand = false;
|
|
207
207
|
_this.checkedElement = [];
|
|
208
208
|
_this.disableNode = [];
|
|
209
|
-
// eslint-disable-next-line
|
|
210
209
|
_this.validArr = [];
|
|
211
210
|
_this.validNodes = [];
|
|
212
211
|
_this.expandChildren = [];
|
|
@@ -384,7 +383,6 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
384
383
|
this.element.setAttribute('aria-multiselectable', 'false');
|
|
385
384
|
}
|
|
386
385
|
};
|
|
387
|
-
// eslint-disable-next-line
|
|
388
386
|
TreeView.prototype.templateComplier = function (template) {
|
|
389
387
|
if (template) {
|
|
390
388
|
this.hasTemplate = true;
|
|
@@ -410,7 +408,6 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
410
408
|
var _this = this;
|
|
411
409
|
this.treeList.push('false');
|
|
412
410
|
if (this.fields.dataSource instanceof DataManager) {
|
|
413
|
-
/* eslint-disable */
|
|
414
411
|
this.isOffline = this.fields.dataSource.dataSource.offline;
|
|
415
412
|
if (this.fields.dataSource.ready) {
|
|
416
413
|
this.fields.dataSource.ready.then(function (e) {
|
|
@@ -2138,7 +2135,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2138
2135
|
this.expandOnType = (this.expandOn === 'Auto') ? (Browser.isDevice ? 'Click' : 'DblClick') : this.expandOn;
|
|
2139
2136
|
};
|
|
2140
2137
|
TreeView.prototype.expandHandler = function (e) {
|
|
2141
|
-
var target = e.originalEvent.target;
|
|
2138
|
+
var target = Browser.isDevice && !Browser.isIos ? document.elementFromPoint(e.originalEvent.changedTouches[0].clientX, e.originalEvent.changedTouches[0].clientY) : e.originalEvent.target;
|
|
2142
2139
|
if (!target || target.classList.contains(INPUT) || target.classList.contains(ROOT) ||
|
|
2143
2140
|
target.classList.contains(PARENTITEM) || target.classList.contains(LISTITEM) ||
|
|
2144
2141
|
target.classList.contains(ICON) || this.showCheckBox && closest(target, '.' + CHECKBOXWRAP)) {
|
|
@@ -2707,6 +2704,9 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2707
2704
|
}
|
|
2708
2705
|
};
|
|
2709
2706
|
TreeView.prototype.onMouseOver = function (e) {
|
|
2707
|
+
if (Browser.isDevice) {
|
|
2708
|
+
return;
|
|
2709
|
+
}
|
|
2710
2710
|
var target = e.target;
|
|
2711
2711
|
var classList = target.classList;
|
|
2712
2712
|
var currentLi = closest(target, '.' + LISTITEM);
|
|
@@ -5161,7 +5161,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
5161
5161
|
Property(null)
|
|
5162
5162
|
], TreeView.prototype, "dragArea", void 0);
|
|
5163
5163
|
__decorate([
|
|
5164
|
-
Property(
|
|
5164
|
+
Property(true)
|
|
5165
5165
|
], TreeView.prototype, "enableHtmlSanitizer", void 0);
|
|
5166
5166
|
__decorate([
|
|
5167
5167
|
Property(false)
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
//default
|
|
2
|
+
/*! component's theme wise override tailwind-definitions and variables */
|
|
3
|
+
$acrdn-skin: $skin-name !default;
|
|
4
|
+
$acrdn-slct-header-font-weight: $font-weight-semibold;
|
|
5
|
+
|
|
6
|
+
$acrdn-nrml-header-minheight: 40px !default;
|
|
7
|
+
$acrdn-bgr-header-minheight: 48px !default;
|
|
8
|
+
$acrdn-nrml-header-lineheight: 22px !default;
|
|
9
|
+
$acrdn-bgr-header-lineheight: 24px !default;
|
|
10
|
+
$acrdn-nrml-header-paddingpix: 16px !default;
|
|
11
|
+
$acrdn-bgr-header-paddingpix: 16px !default;
|
|
12
|
+
$acrdn-icon-font-size: $text-lg !default;
|
|
13
|
+
$acrdn-content-line-height: 1.5 !default;
|
|
14
|
+
$acrdn-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
15
|
+
|
|
16
|
+
$acrdn-item-hdr-con-lineheight: 22px !default;
|
|
17
|
+
$acrdn-item-selected-first-child-border-top: 1px none $border-light !default;
|
|
18
|
+
$acrdn-item-selected-last-child-border-bottom: 1px solid $border-light !default;
|
|
19
|
+
$acrdn-item-border-radius: 4px 4px 0 0 !default;
|
|
20
|
+
$acrdn-item-margin-top: 0 !default;
|
|
21
|
+
$acrdn-item-nested-panel-item-select-margin: 0 !default;
|
|
22
|
+
$acrdn-item-overflow: hidden !default;
|
|
23
|
+
$acrdn-item-hover-focus-hdr-con-text-decoration: none !default;
|
|
24
|
+
$acrdn-item-hdr-border-radius: 0 !default;
|
|
25
|
+
$acrdn-item-tgl-icon-display: table !default;
|
|
26
|
+
$acrdn-item-arrow-icon-font-size: $text-lg !default;
|
|
27
|
+
$acrdn-opacity: .5 !default;
|
|
28
|
+
|
|
29
|
+
// Header, Nested header and RTL mode Padding
|
|
30
|
+
$acrdn-nest-nrml-header-padding: 8px 0 8px 26px !default;
|
|
31
|
+
$acrdn-nest-bgr-header-padding: 12px 0 12px 28px !default;
|
|
32
|
+
$acrdn-nest-second-nrml-header-padding: 8px 0 8px 38px !default;
|
|
33
|
+
$acrdn-nest-second-bgr-header-padding: 12px 0 12px 40px !default;
|
|
34
|
+
$acrdn-nrml-header-padding: 8px 12px !default;
|
|
35
|
+
$acrdn-bgr-header-padding: 12px 16px !default;
|
|
36
|
+
$acrdn-rtl-nrml-header-padding: 7px 12px !default;
|
|
37
|
+
$acrdn-rtl-bgr-header-padding: 11px 17px !default;
|
|
38
|
+
$acrdn-rtl-nest-nrml-header-padding: 8px 26px 8px 0 !default;
|
|
39
|
+
$acrdn-rtl-nest-bgr-header-padding: 12px 28px 12px 0 !default;
|
|
40
|
+
$acrdn-rtl-nest-second-nrml-header-padding: 8px 38px 8px 0 !default;
|
|
41
|
+
$acrdn-rtl-nest-second-bgr-header-padding: 12px 40px 12px 0 !default;
|
|
42
|
+
$acrdn-nested-item-header-focus-box-shadow: none !default;
|
|
43
|
+
|
|
44
|
+
// Content, Nested content and RTL mode Padding
|
|
45
|
+
$acrdn-nrml-content-padding: 12px !default;
|
|
46
|
+
$acrdn-bgr-content-padding: 16px !default;
|
|
47
|
+
$acrdn-nest-nrml-content-padding: 16px 16px 16px 26px !default;
|
|
48
|
+
$acrdn-nest-bgr-content-padding: 20px 20px 20px 28px !default;
|
|
49
|
+
$acrdn-nest-second-nrml-content-padding: 20px 20px 20px 38px !default;
|
|
50
|
+
$acrdn-nest-second-bgr-content-padding: 24px 24px 24px 40px !default;
|
|
51
|
+
$acrdn-rtl-nest-nrml-content-padding: 16px 26px 16px 16px !default;
|
|
52
|
+
$acrdn-rtl-nest-bgr-content-padding: 20px 28px 20px 20px !default;
|
|
53
|
+
$acrdn-rtl-nest-second-nrml-content-padding: 20px 38px 20px 20px !default;
|
|
54
|
+
$acrdn-rtl-nest-second-bgr-content-padding: 24px 40px 24px 24px !default;
|
|
55
|
+
|
|
56
|
+
$acrdn-nrml-header-icon-padding: 8px !default;
|
|
57
|
+
$acrdn-bgr-header-icon-padding: 12px !default;
|
|
58
|
+
$acrdn-nrml-icn-minwidth: 22px !default;
|
|
59
|
+
$acrdn-bgr-icn-minwidth: 24px !default;
|
|
60
|
+
$acrdn-active-bg: $content-bg-color !default;
|
|
61
|
+
$acrdn-bg-color: $content-bg-color-alt1 !default;
|
|
62
|
+
$acrdn-default-bg-color: $acrdn-bg-color !default;
|
|
63
|
+
$acrdn-active-bg-color: $acrdn-active-bg !default;
|
|
64
|
+
$acrdn-selected-header-font-color: $icon-color !default;
|
|
65
|
+
$acrdn-selected-header-color: $content-bg-color !default;
|
|
66
|
+
$acrdn-icon-color: $icon-color !default;
|
|
67
|
+
$acrdn-selected-icon-color: $icon-color !default;
|
|
68
|
+
$acrdn-content-color: $content-text-color !default;
|
|
69
|
+
$acrdn-header-font: $content-text-color !default;
|
|
70
|
+
$acrdn-nested-header-font: $content-text-color !default;
|
|
71
|
+
$acrdn-header-font-weight: $font-weight-semibold !default;
|
|
72
|
+
$acrdn-header-font-size: $text-sm !default;
|
|
73
|
+
$acrdn-nest-header-font-size: $text-sm !default;
|
|
74
|
+
$acrdn-nest-header-content-font-size: $acrdn-nest-header-font-size !default;
|
|
75
|
+
$acrdn-nest-header-content-font-weight: $font-weight-medium !default;
|
|
76
|
+
$acrdn-content-font-size: $text-sm !default;
|
|
77
|
+
$acrdn-header-font-bgr-size: $text-base !default;
|
|
78
|
+
$acrdn-content-font-bgr-size: $text-base !default;
|
|
79
|
+
$acrdn-selected-border-size: 1px !default;
|
|
80
|
+
$acrdn-item-padding-size: 0 !default;
|
|
81
|
+
$acrdn-selected-border-type: none !default;
|
|
82
|
+
$acrdn-selected-border-color: $border-light !default;
|
|
83
|
+
$acrdn-default-border: $acrdn-selected-border-color !default;
|
|
84
|
+
$acrdn-header-focus-bg: $content-bg-color-focus !default;
|
|
85
|
+
$acrdn-header-hover-bg: $content-bg-color-hover !default;
|
|
86
|
+
$acrdn-header-active-bg: $content-bg-color-pressed !default;
|
|
87
|
+
|
|
88
|
+
$acrdn-border-type: solid !default;
|
|
89
|
+
$acrdn-border-size: 0 !default;
|
|
90
|
+
$acrdn-border-radius: 0 !default;
|
|
91
|
+
$acrdn-bgr-arrow-icon-font-size: $text-xl;
|
|
92
|
+
$acrdn-bgr-item-header-content-font-size: $text-base !default;
|
|
93
|
+
$acrdn-icon-font-size: $text-lg !default;
|
|
94
|
+
$acrdn-item-icon-disable-color: $icon-color-disabled;
|
|
95
|
+
$acrdn-text-disable-color: $content-text-color-disabled;
|
|
96
|
+
|
|
97
|
+
$acrdn-item-border-color: $acrdn-default-border !default;
|
|
98
|
+
$acrdn-item-border-nav-type: solid !default;
|
|
99
|
+
$acrdn-item-border-size: 0 0 1px 0 !default;
|
|
100
|
+
$acrdn-item-select-last-child-border-bottom: 0 !default;
|
|
101
|
+
$acrdn-item-select-last-child-border-radius: 0 0 4px 4px !default;
|
|
102
|
+
$acrdn-item-first-child-hdr-focus-border-radius: 0 !default;
|
|
103
|
+
$acrdn-item-last-child-border-bottom: 1px solid $acrdn-default-border !default;
|
|
104
|
+
$acrdn-item-last-child-not-exp-hdr-focus-border-radius: 0 !default;
|
|
105
|
+
$acrdn-item-focus-border-color: $acrdn-default-border !default;
|
|
106
|
+
$acrdn-item-focus-border-size: 0 0 1px 0 !default;
|
|
107
|
+
$acrdn-item-focus-selected-exp-border-top: 1px none $acrdn-default-border !default;
|
|
108
|
+
$acrdn-item-focus-selected-exp-hdr-focus-border-color: $acrdn-default-border !default;
|
|
109
|
+
$acrdn-item-focus-selected-exp-hdr-focus-border-type: solid !default;
|
|
110
|
+
$acrdn-item-focus-selected-exp-hdr-focus-border-size: 0 !default;
|
|
111
|
+
$acrdn-item-focus-exp-hdr-hover-focus-bg-color: $content-bg-color-hover !default;
|
|
112
|
+
$acrdn-item-focus-exp-hdr-hover-focus-color: $acrdn-selected-header-font-color !default;
|
|
113
|
+
$acrdn-item-focus-selected-hdr-icons-font: $acrdn-selected-icon-color !default;
|
|
114
|
+
$acrdn-item-focus-exp-hdricon-hover-font: $acrdn-selected-header-font-color !default;
|
|
115
|
+
$acrdn-item-focus-selected-exp-border-color: $acrdn-default-border !default;
|
|
116
|
+
$acrdn-item-exp-select-border-color: $acrdn-default-border !default;
|
|
117
|
+
$acrdn-item-exp-select-border-size: 0 0 1px 0 !default;
|
|
118
|
+
$acrdn-item-header-border: 0 !default;
|
|
119
|
+
$acrdn-item-select-exp-hdr-con-disable-font: $content-text-color-disabled !default;
|
|
120
|
+
$acrdn-item-header-content-disable-color: $content-text-color !default;
|
|
121
|
+
$acrdn-item-hdr-con-text-disabled-font: $content-text-color-disabled !default;
|
|
122
|
+
$acrdn-item-selected-exp-hdr-focus-border-color: $acrdn-default-border !default;
|
|
123
|
+
$acrdn-item-selected-exp-hdr-focus-border-type: solid !default;
|
|
124
|
+
$acrdn-item-selected-exp-hdr-focus-border-size: 0 !default;
|
|
125
|
+
$acrdn-item-selected-exp-hdr-focus-bg: $content-bg-color-focus !default;
|
|
126
|
+
$acrdn-item-selected-exp-hdr-hover-bg: $content-bg-color-hover !default;
|
|
127
|
+
$acrdn-item-selected-exp-hdr-active-bg: $content-bg-color !default;
|
|
128
|
+
$acrdn-item-nes-pan-con-last-child-border-bottom: 1px none $acrdn-selected-border-color !default;
|
|
129
|
+
$acrdn-item-select-bg: $content-bg-color !default;
|
|
130
|
+
$acrdn-item-select-border-color: $acrdn-selected-border-color !default;
|
|
131
|
+
$acrdn-item-select-border-size: 0 0 1px 0 !default;
|
|
132
|
+
$acrdn-item-panel-content-select-bg: none !default;
|
|
133
|
+
$acrdn-item-panel-content-select-border-top: 0 !default;
|
|
134
|
+
$acrdn-item-panel-content-select-border-bottom: 0 !default;
|
|
135
|
+
$acrdn-item-header-hover-border: 0 !default;
|
|
136
|
+
$acrdn-item-header-hover-bg: $content-bg-color-focus !default;
|
|
137
|
+
$acrdn-item-header-hover-border-color: initial !default;
|
|
138
|
+
$acrdn-item-header-active-border: 0 !default;
|
|
139
|
+
$acrdn-item-header-active-border-color: initial !default;
|
|
140
|
+
$acrdn-item-header-focus-border: 0 !default;
|
|
141
|
+
$acrdn-item-header-focus-box-shadow: none !default;
|
|
142
|
+
$acrdn-item-header-focus-bg: $content-bg-color-focus !default;
|
|
143
|
+
$acrdn-item-header-focus-active-color: $content-text-color !default;
|
|
144
|
+
$acrdn-item-select-exp-hdr-hover-color: $content-text-color !default;
|
|
145
|
+
$acrdn-item-selected-exp-hdr-border-color: initial !default;
|
|
146
|
+
$acrdn-item-selected-exp-hdr-border-size: 0 !default;
|
|
147
|
+
$acrdn-item-selected-exp-hdr-bg: $content-bg-color !default;
|
|
148
|
+
$acrdn-item-selected-exp-hdr-hover-color: $icon-color !default;
|
|
149
|
+
$acrdn-item-selected-exp-hdr-hover-focus-color: $icon-color !default;
|
|
150
|
+
$acrdn-item-selected-exp-hdr-icon-color: $icon-color !default;
|
|
151
|
+
$acrdn-item-selected-exp-hdr-hover-border-color: initial !default;
|
|
152
|
+
$acrdn-item-selected-tgl-icon-color: $icon-color !default;
|
|
153
|
+
$acrdn-item-selected-hdr-font: $content-text-color !default;
|
|
154
|
+
$acrdn-item-select-hdr-focus-border-color: $acrdn-selected-border-color !default;
|
|
155
|
+
$acrdn-item-selected-border-color: $acrdn-selected-border-color !default;
|
|
156
|
+
$acrdn-item-selected-border-size: 0 0 1px 0 !default;
|
|
157
|
+
$acrdn-item-selected-select-last-border-bottom: 1px none $acrdn-selected-border-color !default;
|
|
158
|
+
$acrdn-item-selected-selected-border-color: $acrdn-selected-border-color !default;
|
|
159
|
+
$acrdn-item-selected-selected-border-size: 0 0 1px 0 !default;
|
|
160
|
+
$acrdn-item-selected-header-background: none !default;
|
|
161
|
+
$acrdn-item-selected-hdr-border-color: initial !default;
|
|
162
|
+
$acrdn-item-selected-hdr-border-size: 0 !default;
|
|
163
|
+
$acrdn-item-selected-header-border-radius: 0 !default;
|
|
164
|
+
$acrdn-item-selected-hdr-con-font: $content-text-color !default;
|
|
165
|
+
$acrdn-item-selected-select-border-color: $acrdn-selected-border-color !default;
|
|
166
|
+
$acrdn-item-selected-select-border-size: 0 0 1px 0 !default;
|
|
167
|
+
$acrdn-item-selected-hdr-icon-font: $icon-color !default;
|
|
168
|
+
$acrdn-item-selected-exp-hdr-con-hover-color: $icon-color !default;
|
|
169
|
+
$acrdn-item-selected-exp-hdr-icon-hover-color: $icon-color !default;
|
|
170
|
+
$acrdn-item-selected-select-active-bg: $content-bg-color !default;
|
|
171
|
+
$acrdn-item-nes-pan-exp-hdr-color: $content-text-color !default;
|
|
172
|
+
$acrdn-item-selected-hdr-hover-border-color: initial !default;
|
|
173
|
+
$acrdn-item-selected-hdr-tgl-icon-hover-font: $icon-color !default;
|
|
174
|
+
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: $icon-color !default;
|
|
175
|
+
$acrdn-item-nes-selected-exp-hover-hdr-con-font: $icon-color !default;
|
|
176
|
+
$acrdn-item-exp-not-selected-hdr-focus-bg: $content-bg-color-focus !default;
|
|
177
|
+
$acrdn-item-exp-not-selected-hdr-focus-border: 0 !default;
|
|
178
|
+
$acrdn-item-exp-not-selected-hdr-focus-border-color: initial !default;
|
|
179
|
+
|
|
180
|
+
//enddefault
|
|
@@ -69,7 +69,7 @@ $acrdn-icon-color: rgba($grey-light-font, .54) !default;
|
|
|
69
69
|
$acrdn-selected-icon-color: rgba($grey-light-font, .54) !default;
|
|
70
70
|
$acrdn-content-color: rgba($grey-light-font, .87) !default;
|
|
71
71
|
$acrdn-header-font: rgba($grey-light-font, .87) !default;
|
|
72
|
-
$acrdn-nested-header-font:
|
|
72
|
+
$acrdn-nested-header-font: rgba($grey-light-font, .87) !default;
|
|
73
73
|
$acrdn-header-font-weight: normal !default;
|
|
74
74
|
$acrdn-header-font-size: 15px !default;
|
|
75
75
|
$acrdn-nest-header-font-size: 14px !default;
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
color: rgba(0, 0, 0, 0.87);
|
|
530
530
|
}
|
|
531
531
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content {
|
|
532
|
-
color: rgba(0, 0, 0, 0.
|
|
532
|
+
color: rgba(0, 0, 0, 0.87);
|
|
533
533
|
}
|
|
534
534
|
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
535
535
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*! AppBar component bds theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
$appbar-bg-color-primary: $primary !default;
|
|
4
|
+
$appbar-color-primary: $primary-text-color !default;
|
|
5
|
+
$appbar-border-color-primary: $primary !default;
|
|
6
|
+
$appbar-font-size: $text-sm !default;
|
|
7
|
+
$appbar-bigger-font-size: $text-base !default;
|
|
8
|
+
$appbar-border: $appbar-border-color-alt1 !default;
|
|
9
|
+
|
|
10
|
+
/* stylelint-disable */
|
|
11
|
+
.e-appbar {
|
|
12
|
+
&.e-light {
|
|
13
|
+
border-bottom: 1px solid $appbar-border !important;
|
|
14
|
+
}
|
|
15
|
+
&.e-horizontal-bottom {
|
|
16
|
+
border-top: 1px solid $appbar-border !important;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.e-bigger .e-appbar,
|
|
21
|
+
.e-appbar.e-bigger {
|
|
22
|
+
padding: 16px !important;
|
|
23
|
+
height: 72px !important;
|
|
24
|
+
&.e-prominent {
|
|
25
|
+
height: 132px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -1333,8 +1333,8 @@
|
|
|
1333
1333
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1334
1334
|
padding: 0 12px 0 0;
|
|
1335
1335
|
}
|
|
1336
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1337
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1336
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1337
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1338
1338
|
min-width: 0;
|
|
1339
1339
|
padding: 2.5px 5px;
|
|
1340
1340
|
}
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
font-size: 14px;
|
|
1692
1692
|
padding: 0 12px 0 6px;
|
|
1693
1693
|
}
|
|
1694
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1694
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1695
1695
|
height: inherit;
|
|
1696
1696
|
min-width: 30px;
|
|
1697
1697
|
padding: 4px 2.5px;
|
|
@@ -2025,7 +2025,6 @@
|
|
|
2025
2025
|
}
|
|
2026
2026
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2027
2027
|
margin-left: 0;
|
|
2028
|
-
margin-right: 15px;
|
|
2029
2028
|
}
|
|
2030
2029
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2031
2030
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3009,6 +3008,12 @@
|
|
|
3009
3008
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3010
3009
|
transform: rotate(180deg);
|
|
3011
3010
|
}
|
|
3011
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3012
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3013
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3014
|
+
line-height: 1;
|
|
3015
|
+
padding-left: 3px;
|
|
3016
|
+
}
|
|
3012
3017
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3013
3018
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3014
3019
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10322,6 +10327,9 @@ ejs-sidebar {
|
|
|
10322
10327
|
-ms-flex-direction: column;
|
|
10323
10328
|
flex-direction: column;
|
|
10324
10329
|
}
|
|
10330
|
+
.e-stepper.e-horizontal {
|
|
10331
|
+
display: block;
|
|
10332
|
+
}
|
|
10325
10333
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10326
10334
|
-ms-flex-direction: row;
|
|
10327
10335
|
flex-direction: row;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1336,8 +1336,8 @@
|
|
|
1336
1336
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1337
1337
|
padding: 0 12px 0 0;
|
|
1338
1338
|
}
|
|
1339
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1340
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1339
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1340
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1341
1341
|
min-width: 0;
|
|
1342
1342
|
padding: 2.5px 5px;
|
|
1343
1343
|
}
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
font-size: 14px;
|
|
1695
1695
|
padding: 0 12px 0 6px;
|
|
1696
1696
|
}
|
|
1697
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1697
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1698
1698
|
height: inherit;
|
|
1699
1699
|
min-width: 30px;
|
|
1700
1700
|
padding: 4px 2.5px;
|
|
@@ -2028,7 +2028,6 @@
|
|
|
2028
2028
|
}
|
|
2029
2029
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2030
2030
|
margin-left: 0;
|
|
2031
|
-
margin-right: 3px;
|
|
2032
2031
|
}
|
|
2033
2032
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2034
2033
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3013,6 +3012,12 @@
|
|
|
3013
3012
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3014
3013
|
transform: rotate(180deg);
|
|
3015
3014
|
}
|
|
3015
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3016
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3017
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3018
|
+
line-height: 1;
|
|
3019
|
+
padding-left: 3px;
|
|
3020
|
+
}
|
|
3016
3021
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3017
3022
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3018
3023
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10338,6 +10343,9 @@ ejs-sidebar {
|
|
|
10338
10343
|
-ms-flex-direction: column;
|
|
10339
10344
|
flex-direction: column;
|
|
10340
10345
|
}
|
|
10346
|
+
.e-stepper.e-horizontal {
|
|
10347
|
+
display: block;
|
|
10348
|
+
}
|
|
10341
10349
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10342
10350
|
-ms-flex-direction: row;
|
|
10343
10351
|
flex-direction: row;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1336,8 +1336,8 @@
|
|
|
1336
1336
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1337
1337
|
padding: 0 12px 0 0;
|
|
1338
1338
|
}
|
|
1339
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1340
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1339
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1340
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1341
1341
|
min-width: 0;
|
|
1342
1342
|
padding: 8px 2.5px;
|
|
1343
1343
|
}
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
font-size: 14px;
|
|
1695
1695
|
padding: 0 6px 0 4px;
|
|
1696
1696
|
}
|
|
1697
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1697
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1698
1698
|
height: inherit;
|
|
1699
1699
|
min-width: 30px;
|
|
1700
1700
|
padding: 3px 4px;
|
|
@@ -2028,7 +2028,6 @@
|
|
|
2028
2028
|
}
|
|
2029
2029
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2030
2030
|
margin-left: 0;
|
|
2031
|
-
margin-right: 12px;
|
|
2032
2031
|
}
|
|
2033
2032
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2034
2033
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3012,6 +3011,12 @@
|
|
|
3012
3011
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3013
3012
|
transform: rotate(180deg);
|
|
3014
3013
|
}
|
|
3014
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3015
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3016
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3017
|
+
line-height: 1;
|
|
3018
|
+
padding-left: 3px;
|
|
3019
|
+
}
|
|
3015
3020
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3016
3021
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3017
3022
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10463,6 +10468,9 @@ ejs-sidebar {
|
|
|
10463
10468
|
-ms-flex-direction: column;
|
|
10464
10469
|
flex-direction: column;
|
|
10465
10470
|
}
|
|
10471
|
+
.e-stepper.e-horizontal {
|
|
10472
|
+
display: block;
|
|
10473
|
+
}
|
|
10466
10474
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10467
10475
|
-ms-flex-direction: row;
|
|
10468
10476
|
flex-direction: row;
|
|
@@ -1402,8 +1402,8 @@
|
|
|
1402
1402
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1403
1403
|
padding: 4px 6px;
|
|
1404
1404
|
}
|
|
1405
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1406
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1405
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1406
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1407
1407
|
min-width: 49px;
|
|
1408
1408
|
padding: 4px;
|
|
1409
1409
|
}
|
|
@@ -1760,7 +1760,7 @@
|
|
|
1760
1760
|
font-size: 14px;
|
|
1761
1761
|
padding: 4px;
|
|
1762
1762
|
}
|
|
1763
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1763
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1764
1764
|
height: inherit;
|
|
1765
1765
|
min-width: 28px;
|
|
1766
1766
|
padding: 4px;
|
|
@@ -2094,7 +2094,6 @@
|
|
|
2094
2094
|
}
|
|
2095
2095
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2096
2096
|
margin-left: 0;
|
|
2097
|
-
margin-right: 8px;
|
|
2098
2097
|
}
|
|
2099
2098
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2100
2099
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3082,6 +3081,12 @@
|
|
|
3082
3081
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3083
3082
|
transform: rotate(180deg);
|
|
3084
3083
|
}
|
|
3084
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3085
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3086
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3087
|
+
line-height: 1;
|
|
3088
|
+
padding-left: 3px;
|
|
3089
|
+
}
|
|
3085
3090
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3086
3091
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3087
3092
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10503,6 +10508,9 @@ ejs-sidebar {
|
|
|
10503
10508
|
-ms-flex-direction: column;
|
|
10504
10509
|
flex-direction: column;
|
|
10505
10510
|
}
|
|
10511
|
+
.e-stepper.e-horizontal {
|
|
10512
|
+
display: block;
|
|
10513
|
+
}
|
|
10506
10514
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10507
10515
|
-ms-flex-direction: row;
|
|
10508
10516
|
flex-direction: row;
|