@syncfusion/ej2-navigations 24.2.4 → 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 -34
- 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 +154 -138
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +154 -138
- 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 +14 -16
- 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 +38 -8
- package/styles/bootstrap.css +34 -4
- package/styles/bootstrap4.css +38 -8
- package/styles/bootstrap5-dark.css +34 -4
- package/styles/bootstrap5.css +34 -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 +34 -4
- package/styles/fabric.css +34 -4
- package/styles/fluent-dark.css +45 -15
- package/styles/fluent.css +45 -15
- package/styles/h-scroll/_bds-definition.scss +83 -0
- package/styles/h-scroll/icons/_bds.scss +49 -0
- package/styles/highcontrast-light.css +34 -4
- package/styles/highcontrast.css +34 -4
- package/styles/material-dark.css +34 -4
- package/styles/material.css +35 -5
- package/styles/material3-dark.css +34 -4
- package/styles/material3.css +34 -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 +36 -6
- package/styles/tailwind.css +34 -4
- package/styles/toolbar/_bds-definition.scss +215 -0
- package/styles/toolbar/_bootstrap-dark-definition.scss +3 -3
- package/styles/toolbar/_bootstrap4-definition.scss +3 -3
- package/styles/toolbar/_fluent-definition.scss +3 -3
- package/styles/toolbar/_layout.scss +39 -5
- package/styles/toolbar/bootstrap-dark.css +29 -8
- package/styles/toolbar/bootstrap.css +25 -4
- package/styles/toolbar/bootstrap4.css +29 -8
- package/styles/toolbar/bootstrap5-dark.css +25 -4
- package/styles/toolbar/bootstrap5.css +25 -4
- package/styles/toolbar/fabric-dark.css +25 -4
- package/styles/toolbar/fabric.css +25 -4
- package/styles/toolbar/fluent-dark.css +36 -15
- package/styles/toolbar/fluent.css +36 -15
- package/styles/toolbar/highcontrast-light.css +25 -4
- package/styles/toolbar/highcontrast.css +25 -4
- package/styles/toolbar/icons/_bds.scss +16 -0
- package/styles/toolbar/material-dark.css +25 -4
- package/styles/toolbar/material.css +25 -4
- package/styles/toolbar/material3-dark.css +25 -4
- package/styles/toolbar/material3.css +25 -4
- package/styles/toolbar/tailwind-dark.css +25 -4
- package/styles/toolbar/tailwind.css +25 -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/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
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) {
|
|
@@ -702,7 +699,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
702
699
|
element = this.element.querySelector('[data-uid="' + data[this.fields.id] + '"]');
|
|
703
700
|
}
|
|
704
701
|
if (element) {
|
|
705
|
-
var ariaChecked = element.
|
|
702
|
+
var ariaChecked = element.getAttribute('aria-checked');
|
|
706
703
|
if (ariaChecked !== 'true') {
|
|
707
704
|
this.changeState(element, 'indeterminate', null, true, true);
|
|
708
705
|
}
|
|
@@ -757,24 +754,22 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
757
754
|
TreeView.prototype.beforeNodeCreate = function (e) {
|
|
758
755
|
if (this.showCheckBox) {
|
|
759
756
|
var checkboxEle = createCheckBox(this.createElement, true, { cssClass: this.touchClass });
|
|
760
|
-
checkboxEle.setAttribute('role', 'checkbox');
|
|
761
|
-
checkboxEle.setAttribute('aria-label', e.text);
|
|
762
757
|
var icon = select('div.' + ICON, e.item);
|
|
763
758
|
var id = e.item.getAttribute('data-uid');
|
|
764
759
|
e.item.childNodes[0].insertBefore(checkboxEle, e.item.childNodes[0].childNodes[isNOU(icon) ? 0 : 1]);
|
|
765
760
|
var checkValue = getValue(e.fields.isChecked, e.curData);
|
|
766
761
|
if (this.checkedNodes.indexOf(id) > -1) {
|
|
767
762
|
select('.' + CHECKBOXFRAME, checkboxEle).classList.add(CHECK);
|
|
768
|
-
|
|
763
|
+
e.item.setAttribute('aria-checked', 'true');
|
|
769
764
|
this.addCheck(e.item);
|
|
770
765
|
}
|
|
771
766
|
else if (!isNOU(checkValue) && checkValue.toString() === 'true') {
|
|
772
767
|
select('.' + CHECKBOXFRAME, checkboxEle).classList.add(CHECK);
|
|
773
|
-
|
|
768
|
+
e.item.setAttribute('aria-checked', 'true');
|
|
774
769
|
this.addCheck(e.item);
|
|
775
770
|
}
|
|
776
771
|
else {
|
|
777
|
-
|
|
772
|
+
e.item.setAttribute('aria-checked', 'false');
|
|
778
773
|
}
|
|
779
774
|
var frame = select('.' + CHECKBOXFRAME, checkboxEle);
|
|
780
775
|
EventHandler.add(frame, 'mousedown', this.frameMouseHandler, this);
|
|
@@ -1308,7 +1303,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1308
1303
|
}
|
|
1309
1304
|
ariaState = state === 'check' ? 'true' : state === 'uncheck' ? 'false' : ariaState;
|
|
1310
1305
|
if (!isNOU(ariaState)) {
|
|
1311
|
-
|
|
1306
|
+
currLi.setAttribute('aria-checked', ariaState);
|
|
1312
1307
|
}
|
|
1313
1308
|
if (isAdd) {
|
|
1314
1309
|
var data = [].concat([], this.checkActionNodes);
|
|
@@ -1322,7 +1317,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1322
1317
|
}
|
|
1323
1318
|
if (!isPrevent) {
|
|
1324
1319
|
if (!isNOU(ariaState)) {
|
|
1325
|
-
|
|
1320
|
+
currLi.setAttribute('aria-checked', ariaState);
|
|
1326
1321
|
eventArgs.data[0].checked = ariaState;
|
|
1327
1322
|
this.trigger('nodeChecked', eventArgs);
|
|
1328
1323
|
this.checkActionNodes = [];
|
|
@@ -2029,7 +2024,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2029
2024
|
}
|
|
2030
2025
|
};
|
|
2031
2026
|
TreeView.prototype.nodeSelectAction = function (li, e, eventArgs, multiSelect) {
|
|
2032
|
-
if (!this.allowMultiSelection || (!multiSelect && (!e || (e && !e.ctrlKey)))) {
|
|
2027
|
+
if (!this.allowMultiSelection || (!multiSelect && (!e || (e && !(e.ctrlKey || e.metaKey))))) {
|
|
2033
2028
|
this.removeSelectAll();
|
|
2034
2029
|
}
|
|
2035
2030
|
if (this.allowMultiSelection && e && e.shiftKey) {
|
|
@@ -2140,7 +2135,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2140
2135
|
this.expandOnType = (this.expandOn === 'Auto') ? (Browser.isDevice ? 'Click' : 'DblClick') : this.expandOn;
|
|
2141
2136
|
};
|
|
2142
2137
|
TreeView.prototype.expandHandler = function (e) {
|
|
2143
|
-
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;
|
|
2144
2139
|
if (!target || target.classList.contains(INPUT) || target.classList.contains(ROOT) ||
|
|
2145
2140
|
target.classList.contains(PARENTITEM) || target.classList.contains(LISTITEM) ||
|
|
2146
2141
|
target.classList.contains(ICON) || this.showCheckBox && closest(target, '.' + CHECKBOXWRAP)) {
|
|
@@ -2357,7 +2352,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2357
2352
|
this.checkActionNodes = [];
|
|
2358
2353
|
var ariaState = !isCheck ? 'true' : 'false';
|
|
2359
2354
|
if (!isNOU(ariaState)) {
|
|
2360
|
-
|
|
2355
|
+
currLi.setAttribute('aria-checked', ariaState);
|
|
2361
2356
|
}
|
|
2362
2357
|
var eventArgs = this.getCheckEvent(currLi, isCheck ? 'uncheck' : 'check', e);
|
|
2363
2358
|
this.trigger('nodeChecking', eventArgs, function (observedArgs) {
|
|
@@ -2709,6 +2704,9 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2709
2704
|
}
|
|
2710
2705
|
};
|
|
2711
2706
|
TreeView.prototype.onMouseOver = function (e) {
|
|
2707
|
+
if (Browser.isDevice) {
|
|
2708
|
+
return;
|
|
2709
|
+
}
|
|
2712
2710
|
var target = e.target;
|
|
2713
2711
|
var classList = target.classList;
|
|
2714
2712
|
var currentLi = closest(target, '.' + LISTITEM);
|
|
@@ -2753,7 +2751,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2753
2751
|
var checked = null;
|
|
2754
2752
|
var checkboxElement = select('.' + CHECKBOXWRAP, currLi);
|
|
2755
2753
|
if (this.showCheckBox && checkboxElement) {
|
|
2756
|
-
checked =
|
|
2754
|
+
checked = currLi.getAttribute('aria-checked');
|
|
2757
2755
|
}
|
|
2758
2756
|
return {
|
|
2759
2757
|
id: id, text: text, parentID: pid, selected: selected, selectable: selectable, expanded: expanded,
|
|
@@ -5163,7 +5161,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
5163
5161
|
Property(null)
|
|
5164
5162
|
], TreeView.prototype, "dragArea", void 0);
|
|
5165
5163
|
__decorate([
|
|
5166
|
-
Property(
|
|
5164
|
+
Property(true)
|
|
5167
5165
|
], TreeView.prototype, "enableHtmlSanitizer", void 0);
|
|
5168
5166
|
__decorate([
|
|
5169
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
|
+
}
|
|
@@ -1286,7 +1286,7 @@
|
|
|
1286
1286
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1287
1287
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1288
1288
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1289
|
-
padding: 0
|
|
1289
|
+
padding: 0 7px;
|
|
1290
1290
|
}
|
|
1291
1291
|
.e-bigger .e-toolbar .e-toolbar-item,
|
|
1292
1292
|
.e-toolbar.e-bigger .e-toolbar-item {
|
|
@@ -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
|
}
|
|
@@ -1518,6 +1518,19 @@
|
|
|
1518
1518
|
white-space: nowrap;
|
|
1519
1519
|
overflow: hidden;
|
|
1520
1520
|
}
|
|
1521
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
1522
|
+
display: -ms-flexbox;
|
|
1523
|
+
display: flex;
|
|
1524
|
+
-ms-flex-wrap: nowrap;
|
|
1525
|
+
flex-wrap: nowrap;
|
|
1526
|
+
width: 100%;
|
|
1527
|
+
}
|
|
1528
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
1529
|
+
position: absolute;
|
|
1530
|
+
}
|
|
1531
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
1532
|
+
width: calc(100% - 38px);
|
|
1533
|
+
}
|
|
1521
1534
|
.e-toolbar .e-blazor-toolbar-items {
|
|
1522
1535
|
position: absolute;
|
|
1523
1536
|
top: -9999px;
|
|
@@ -1622,6 +1635,12 @@
|
|
|
1622
1635
|
min-height: 0;
|
|
1623
1636
|
vertical-align: middle;
|
|
1624
1637
|
width: auto;
|
|
1638
|
+
-ms-flex: 0 0 auto;
|
|
1639
|
+
flex: 0 0 auto;
|
|
1640
|
+
}
|
|
1641
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
1642
|
+
-ms-flex-positive: 1;
|
|
1643
|
+
flex-grow: 1;
|
|
1625
1644
|
}
|
|
1626
1645
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1627
1646
|
display: -ms-flexbox;
|
|
@@ -1637,7 +1656,7 @@
|
|
|
1637
1656
|
padding: 1px 2.5px;
|
|
1638
1657
|
border-radius: 4px;
|
|
1639
1658
|
line-height: 27px;
|
|
1640
|
-
border:
|
|
1659
|
+
border: 1px solid transparent;
|
|
1641
1660
|
cursor: pointer;
|
|
1642
1661
|
font-size: 16px;
|
|
1643
1662
|
font-weight: 400;
|
|
@@ -1660,7 +1679,7 @@
|
|
|
1660
1679
|
line-height: 25px;
|
|
1661
1680
|
}
|
|
1662
1681
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1663
|
-
padding: 0
|
|
1682
|
+
padding: 0 2.5px;
|
|
1664
1683
|
}
|
|
1665
1684
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1666
1685
|
outline: 0;
|
|
@@ -1672,7 +1691,7 @@
|
|
|
1672
1691
|
font-size: 14px;
|
|
1673
1692
|
padding: 0 12px 0 6px;
|
|
1674
1693
|
}
|
|
1675
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1694
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1676
1695
|
height: inherit;
|
|
1677
1696
|
min-width: 30px;
|
|
1678
1697
|
padding: 4px 2.5px;
|
|
@@ -1965,6 +1984,9 @@
|
|
|
1965
1984
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1966
1985
|
display: table;
|
|
1967
1986
|
}
|
|
1987
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1988
|
+
margin-right: 15px;
|
|
1989
|
+
}
|
|
1968
1990
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1969
1991
|
padding: 0 12px 0 0;
|
|
1970
1992
|
}
|
|
@@ -2003,7 +2025,6 @@
|
|
|
2003
2025
|
}
|
|
2004
2026
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2005
2027
|
margin-left: 0;
|
|
2006
|
-
margin-right: 15px;
|
|
2007
2028
|
}
|
|
2008
2029
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2009
2030
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -2055,7 +2076,7 @@
|
|
|
2055
2076
|
background: #131313;
|
|
2056
2077
|
box-shadow: none;
|
|
2057
2078
|
color: #f0f0f0;
|
|
2058
|
-
border:
|
|
2079
|
+
border: 1px solid transparent;
|
|
2059
2080
|
}
|
|
2060
2081
|
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2061
2082
|
color: #f0f0f0;
|
|
@@ -2987,6 +3008,12 @@
|
|
|
2987
3008
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
2988
3009
|
transform: rotate(180deg);
|
|
2989
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
|
+
}
|
|
2990
3017
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
2991
3018
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
2992
3019
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10300,6 +10327,9 @@ ejs-sidebar {
|
|
|
10300
10327
|
-ms-flex-direction: column;
|
|
10301
10328
|
flex-direction: column;
|
|
10302
10329
|
}
|
|
10330
|
+
.e-stepper.e-horizontal {
|
|
10331
|
+
display: block;
|
|
10332
|
+
}
|
|
10303
10333
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10304
10334
|
-ms-flex-direction: row;
|
|
10305
10335
|
flex-direction: row;
|