@syncfusion/ej2-splitbuttons 22.2.5 → 23.1.36
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 +0 -10
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +16 -5
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +16 -5
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/drop-down-button/drop-down-button-model.d.ts +1 -1
- package/src/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +14 -4
- package/src/progress-button/progress-button-model.d.ts +1 -1
- package/src/progress-button/progress-button.js +2 -2
- package/src/split-button/split-button.js +1 -0
- package/styles/button-group/bootstrap-dark.scss +1 -1
- package/styles/button-group/bootstrap.scss +1 -1
- package/styles/button-group/bootstrap4.scss +1 -1
- package/styles/button-group/bootstrap5-dark.scss +1 -1
- package/styles/button-group/bootstrap5.scss +1 -1
- package/styles/button-group/fabric-dark.scss +1 -1
- package/styles/button-group/fabric.scss +1 -1
- package/styles/button-group/fluent-dark.scss +1 -1
- package/styles/button-group/fluent.scss +1 -1
- package/styles/button-group/highcontrast-light.scss +1 -1
- package/styles/button-group/highcontrast.scss +1 -1
- package/styles/button-group/material-dark.css +0 -1
- package/styles/button-group/material-dark.scss +1 -1
- package/styles/button-group/material.css +0 -1
- package/styles/button-group/material.scss +1 -1
- package/styles/button-group/material3-dark.css +0 -1
- package/styles/button-group/material3-dark.scss +1 -1
- package/styles/button-group/material3.css +0 -1
- package/styles/button-group/material3.scss +1 -1
- package/styles/button-group/tailwind-dark.css +0 -1
- package/styles/button-group/tailwind-dark.scss +1 -1
- package/styles/button-group/tailwind.css +0 -1
- package/styles/button-group/tailwind.scss +1 -1
- package/styles/drop-down-button/_layout.scss +1 -1
- package/styles/drop-down-button/bootstrap-dark.scss +1 -1
- package/styles/drop-down-button/bootstrap.scss +1 -1
- package/styles/drop-down-button/bootstrap4.scss +1 -1
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -1
- package/styles/drop-down-button/bootstrap5.scss +1 -1
- package/styles/drop-down-button/fabric-dark.scss +1 -1
- package/styles/drop-down-button/fabric.scss +1 -1
- package/styles/drop-down-button/fluent-dark.scss +1 -1
- package/styles/drop-down-button/fluent.scss +1 -1
- package/styles/drop-down-button/highcontrast-light.scss +1 -1
- package/styles/drop-down-button/highcontrast.scss +1 -1
- package/styles/drop-down-button/material-dark.css +0 -1
- package/styles/drop-down-button/material-dark.scss +1 -1
- package/styles/drop-down-button/material.css +0 -1
- package/styles/drop-down-button/material.scss +1 -1
- package/styles/drop-down-button/material3-dark.css +1 -2
- package/styles/drop-down-button/material3-dark.scss +1 -1
- package/styles/drop-down-button/material3.css +1 -2
- package/styles/drop-down-button/material3.scss +1 -1
- package/styles/drop-down-button/tailwind-dark.css +0 -1
- package/styles/drop-down-button/tailwind-dark.scss +1 -1
- package/styles/drop-down-button/tailwind.css +0 -1
- package/styles/drop-down-button/tailwind.scss +1 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +1 -2
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +1 -2
- package/styles/material3.scss +1 -1
- package/styles/progress-button/bootstrap-dark.scss +1 -1
- package/styles/progress-button/bootstrap.scss +1 -1
- package/styles/progress-button/bootstrap4.scss +1 -1
- package/styles/progress-button/bootstrap5-dark.scss +1 -1
- package/styles/progress-button/bootstrap5.scss +1 -1
- package/styles/progress-button/fabric-dark.scss +1 -1
- package/styles/progress-button/fabric.scss +1 -1
- package/styles/progress-button/fluent-dark.scss +1 -1
- package/styles/progress-button/fluent.scss +1 -1
- package/styles/progress-button/highcontrast-light.scss +1 -1
- package/styles/progress-button/highcontrast.scss +1 -1
- package/styles/progress-button/material-dark.css +0 -1
- package/styles/progress-button/material-dark.scss +1 -1
- package/styles/progress-button/material.css +0 -1
- package/styles/progress-button/material.scss +1 -1
- package/styles/progress-button/material3-dark.css +0 -1
- package/styles/progress-button/material3-dark.scss +1 -1
- package/styles/progress-button/material3.css +0 -1
- package/styles/progress-button/material3.scss +1 -1
- package/styles/progress-button/tailwind-dark.css +0 -1
- package/styles/progress-button/tailwind-dark.scss +1 -1
- package/styles/progress-button/tailwind.css +0 -1
- package/styles/progress-button/tailwind.scss +1 -1
- package/styles/split-button/bootstrap-dark.scss +1 -1
- package/styles/split-button/bootstrap.scss +1 -1
- package/styles/split-button/bootstrap4.scss +1 -1
- package/styles/split-button/bootstrap5-dark.scss +1 -1
- package/styles/split-button/bootstrap5.scss +1 -1
- package/styles/split-button/fabric-dark.scss +1 -1
- package/styles/split-button/fabric.scss +1 -1
- package/styles/split-button/fluent-dark.scss +1 -1
- package/styles/split-button/fluent.scss +1 -1
- package/styles/split-button/highcontrast-light.scss +1 -1
- package/styles/split-button/highcontrast.scss +1 -1
- package/styles/split-button/material-dark.css +0 -1
- package/styles/split-button/material-dark.scss +1 -1
- package/styles/split-button/material.css +0 -1
- package/styles/split-button/material.scss +1 -1
- package/styles/split-button/material3-dark.css +0 -1
- package/styles/split-button/material3-dark.scss +1 -1
- package/styles/split-button/material3.css +0 -1
- package/styles/split-button/material3.scss +1 -1
- package/styles/split-button/tailwind-dark.css +0 -1
- package/styles/split-button/tailwind-dark.scss +1 -1
- package/styles/split-button/tailwind.css +0 -1
- package/styles/split-button/tailwind.scss +1 -1
- package/styles/tailwind-dark.css +0 -4
- package/styles/tailwind.css +0 -4
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 23.1.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-splitbuttons@
|
|
3
|
+
"_id": "@syncfusion/ej2-splitbuttons@19.16.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ocOceYodpXXGOAdz/KwkNSF7GLW0c8wA+jb+KJBrxWSBD6z91aFG+OykoFr6J5B8IQRoIEktf0sPhpwijl6jaQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-splitbuttons",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"/@syncfusion/ej2-richtexteditor",
|
|
34
34
|
"/@syncfusion/ej2-vue-splitbuttons"
|
|
35
35
|
],
|
|
36
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-19.16.4.tgz",
|
|
37
|
+
"_shasum": "3cc5d85675d1a9c02709ce072ae0ad6387c61923",
|
|
38
38
|
"_spec": "@syncfusion/ej2-splitbuttons@*",
|
|
39
|
-
"_where": "/jenkins/workspace/elease-
|
|
39
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
40
40
|
"author": {
|
|
41
41
|
"name": "Syncfusion Inc."
|
|
42
42
|
},
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"bundleDependencies": false,
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@syncfusion/ej2-base": "~
|
|
49
|
-
"@syncfusion/ej2-popups": "~
|
|
48
|
+
"@syncfusion/ej2-base": "~23.1.36",
|
|
49
|
+
"@syncfusion/ej2-popups": "~23.1.36"
|
|
50
50
|
},
|
|
51
51
|
"deprecated": false,
|
|
52
52
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
90
90
|
},
|
|
91
91
|
"typings": "index.d.ts",
|
|
92
|
-
"version": "
|
|
92
|
+
"version": "23.1.36",
|
|
93
93
|
"sideEffects": false
|
|
94
94
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Collection, Event, NotifyPropertyChanges, detach, Property, EventHandler, EmitType, isRippleEnabled } from '@syncfusion/ej2-base';import { addClass, INotifyPropertyChanged, getUniqueID, rippleEffect, getComponent } from '@syncfusion/ej2-base';import { attributes, Component, closest, select, KeyboardEventArgs, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { classList, removeClass } from '@syncfusion/ej2-base';import { Button } from '@syncfusion/ej2-buttons';import { Popup } from '@syncfusion/ej2-popups';import { SplitButton } from '../split-button/split-button';import { MenuEventArgs, BeforeOpenCloseMenuEventArgs, OpenCloseMenuEventArgs, upDownKeyHandler } from './../common/common';import { getModel, SplitButtonIconPosition, Item, setBlankIconStyle } from './../common/common';import { ItemModel } from './../common/common-model';
|
|
1
|
+
import { Collection, Event, NotifyPropertyChanges, detach, Property, EventHandler, EmitType, isRippleEnabled, isNullOrUndefined } from '@syncfusion/ej2-base';import { addClass, INotifyPropertyChanged, getUniqueID, rippleEffect, getComponent } from '@syncfusion/ej2-base';import { attributes, Component, closest, select, KeyboardEventArgs, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { classList, removeClass } from '@syncfusion/ej2-base';import { Button } from '@syncfusion/ej2-buttons';import { Popup } from '@syncfusion/ej2-popups';import { SplitButton } from '../split-button/split-button';import { MenuEventArgs, BeforeOpenCloseMenuEventArgs, OpenCloseMenuEventArgs, upDownKeyHandler } from './../common/common';import { getModel, SplitButtonIconPosition, Item, setBlankIconStyle } from './../common/common';import { ItemModel } from './../common/common-model';
|
|
2
2
|
import {ComponentModel} from '@syncfusion/ej2-base';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -29,6 +29,7 @@ export declare class DropDownButton extends Component<HTMLButtonElement> impleme
|
|
|
29
29
|
private rippleFn;
|
|
30
30
|
private delegateMousedownHandler;
|
|
31
31
|
private isPopupCreated;
|
|
32
|
+
private popupContent;
|
|
32
33
|
/**
|
|
33
34
|
* Defines the content of the DropDownButton element that can either be a text or HTML elements.
|
|
34
35
|
*
|
|
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { Collection, Event, NotifyPropertyChanges, detach, Property, EventHandler, isRippleEnabled } from '@syncfusion/ej2-base';
|
|
20
|
+
import { Collection, Event, NotifyPropertyChanges, detach, Property, EventHandler, isRippleEnabled, isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
21
21
|
import { addClass, getUniqueID, rippleEffect, getComponent } from '@syncfusion/ej2-base';
|
|
22
22
|
import { attributes, Component, closest, select, SanitizeHtmlHelper } from '@syncfusion/ej2-base';
|
|
23
23
|
import { classList, removeClass } from '@syncfusion/ej2-base';
|
|
@@ -166,6 +166,9 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
166
166
|
content: this.target ? this.getTargetElement() : '',
|
|
167
167
|
enableRtl: this.enableRtl
|
|
168
168
|
});
|
|
169
|
+
if (!isNullOrUndefined(this.popupContent)) {
|
|
170
|
+
this.popupContent.style.display = '';
|
|
171
|
+
}
|
|
169
172
|
if (this.dropDown.element.style.position === 'fixed') {
|
|
170
173
|
this.dropDown.refreshPosition(this.element);
|
|
171
174
|
}
|
|
@@ -182,6 +185,9 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
182
185
|
this.isPopupCreated = true;
|
|
183
186
|
};
|
|
184
187
|
DropDownButton.prototype.getTargetElement = function () {
|
|
188
|
+
if (this.createPopupOnClick && !this.isColorPicker() && !isNullOrUndefined(this.popupContent)) {
|
|
189
|
+
return this.popupContent;
|
|
190
|
+
}
|
|
185
191
|
return typeof (this.target) === 'string' ? select(this.target) : this.target;
|
|
186
192
|
};
|
|
187
193
|
DropDownButton.prototype.createItems = function (appendItems) {
|
|
@@ -271,11 +277,15 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
271
277
|
}
|
|
272
278
|
this.appendArrowSpan();
|
|
273
279
|
this.setActiveElem([this.element]);
|
|
274
|
-
if ((this.target && !this.isColorPicker()) || !this.createPopupOnClick) {
|
|
280
|
+
if ((this.target && !this.isColorPicker() && !this.createPopupOnClick) || !this.createPopupOnClick) {
|
|
275
281
|
this.createPopup();
|
|
276
282
|
}
|
|
277
283
|
else {
|
|
278
284
|
this.isPopupCreated = false;
|
|
285
|
+
if (this.target && !this.isColorPicker() && this.createPopupOnClick) {
|
|
286
|
+
this.popupContent = this.getTargetElement();
|
|
287
|
+
this.popupContent.style.display = 'none';
|
|
288
|
+
}
|
|
279
289
|
}
|
|
280
290
|
};
|
|
281
291
|
DropDownButton.prototype.isColorPicker = function () {
|
|
@@ -516,7 +526,7 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
516
526
|
DropDownButton.prototype.clickHandler = function (e) {
|
|
517
527
|
var trgt = e.target;
|
|
518
528
|
if (closest(trgt, '[id="' + this.element.id + '"]')) {
|
|
519
|
-
if (!this.createPopupOnClick || (this.target && this.target !== '' && !this.isColorPicker())) {
|
|
529
|
+
if (!this.createPopupOnClick || (this.target && this.target !== '' && !this.isColorPicker() && !this.createPopupOnClick)) {
|
|
520
530
|
if (this.getPopUpElement().classList.contains('e-popup-close')) {
|
|
521
531
|
this.openPopUp(e);
|
|
522
532
|
}
|
|
@@ -644,7 +654,7 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
644
654
|
if (!_this.target && ul_2) {
|
|
645
655
|
detach(ul_2);
|
|
646
656
|
}
|
|
647
|
-
if (!_this.target || _this.isColorPicker()) {
|
|
657
|
+
if (!_this.target || _this.isColorPicker() || (_this.target && !_this.isColorPicker())) {
|
|
648
658
|
if (_this.createPopupOnClick) {
|
|
649
659
|
_this.destroyPopup();
|
|
650
660
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Button, IconPosition } from '@syncfusion/ej2-buttons';import { EventHandler, Property, INotifyPropertyChanged, NotifyPropertyChanges, Animation, Effect, attributes } from '@syncfusion/ej2-base';import { EmitType, Event, BaseEventArgs, remove, removeClass } from '@syncfusion/ej2-base';import { Complex, ChildProperty, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
|
|
1
|
+
import { Button, IconPosition } from '@syncfusion/ej2-buttons';import { EventHandler, Property, INotifyPropertyChanged, NotifyPropertyChanges, Animation, Effect, attributes, animationMode } from '@syncfusion/ej2-base';import { EmitType, Event, BaseEventArgs, remove, removeClass } from '@syncfusion/ej2-base';import { Complex, ChildProperty, SanitizeHtmlHelper } from '@syncfusion/ej2-base';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
|
|
2
2
|
import {SpinPosition,AnimationEffect,ProgressEventArgs} from "./progress-button";
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
20
|
import { Button } from '@syncfusion/ej2-buttons';
|
|
21
|
-
import { EventHandler, Property, NotifyPropertyChanges, Animation, attributes } from '@syncfusion/ej2-base';
|
|
21
|
+
import { EventHandler, Property, NotifyPropertyChanges, Animation, attributes, animationMode } from '@syncfusion/ej2-base';
|
|
22
22
|
import { Event, remove, removeClass } from '@syncfusion/ej2-base';
|
|
23
23
|
import { Complex, ChildProperty, SanitizeHtmlHelper } from '@syncfusion/ej2-base';
|
|
24
24
|
import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
|
|
@@ -332,7 +332,7 @@ var ProgressButton = /** @class */ (function (_super) {
|
|
|
332
332
|
var ele = this.element.getElementsByClassName(CONTENTCLS)[0];
|
|
333
333
|
if (this.animationSettings.effect !== 'None') {
|
|
334
334
|
(new Animation({})).animate(ele, {
|
|
335
|
-
duration: this.animationSettings.duration,
|
|
335
|
+
duration: (this.animationSettings.duration === 0 && animationMode === 'Enable') ? 400 : this.animationSettings.duration,
|
|
336
336
|
name: 'Progress' + this.animationSettings.effect,
|
|
337
337
|
timingFunction: this.animationSettings.easing,
|
|
338
338
|
begin: function () {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap-dark.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
4
|
@import 'bootstrap-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
4
|
@import 'bootstrap-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap4
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap4.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
4
|
@import 'bootstrap4-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5-dark.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
4
|
@import 'bootstrap5-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
4
|
@import 'bootstrap5-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/fabric-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/fabric-dark.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
4
|
@import 'fabric-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/fluent-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/fluent-dark.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
4
|
@import 'fluent-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/highcontrast-light
|
|
1
|
+
@import 'ej2-base/styles/definition/highcontrast-light.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
|
|
4
4
|
@import 'highcontrast-light-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/highcontrast
|
|
1
|
+
@import 'ej2-base/styles/definition/highcontrast.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/highcontrast-definition.scss';
|
|
4
4
|
@import 'highcontrast-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/material-dark.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
4
4
|
@import 'material-dark-definition.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -76,7 +75,7 @@
|
|
|
76
75
|
}
|
|
77
76
|
.e-dropdown-btn:focus-visible,
|
|
78
77
|
.e-dropdown-btn.e-btn:focus-visible {
|
|
79
|
-
box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff
|
|
78
|
+
box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
80
79
|
}
|
|
81
80
|
.e-dropdown-btn:active,
|
|
82
81
|
.e-dropdown-btn.e-btn:active {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -132,7 +131,7 @@
|
|
|
132
131
|
}
|
|
133
132
|
.e-dropdown-btn:focus-visible,
|
|
134
133
|
.e-dropdown-btn.e-btn:focus-visible {
|
|
135
|
-
box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000
|
|
134
|
+
box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
|
|
136
135
|
}
|
|
137
136
|
.e-dropdown-btn:active,
|
|
138
137
|
.e-dropdown-btn.e-btn:active {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/tailwind-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/tailwind-dark.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
4
|
@import 'tailwind-dark-definition.scss';
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -76,7 +75,7 @@
|
|
|
76
75
|
}
|
|
77
76
|
.e-dropdown-btn:focus-visible,
|
|
78
77
|
.e-dropdown-btn.e-btn:focus-visible {
|
|
79
|
-
box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff
|
|
78
|
+
box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
80
79
|
}
|
|
81
80
|
.e-dropdown-btn:active,
|
|
82
81
|
.e-dropdown-btn.e-btn:active {
|
package/styles/material3.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -132,7 +131,7 @@
|
|
|
132
131
|
}
|
|
133
132
|
.e-dropdown-btn:focus-visible,
|
|
134
133
|
.e-dropdown-btn.e-btn:focus-visible {
|
|
135
|
-
box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000
|
|
134
|
+
box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
|
|
136
135
|
}
|
|
137
136
|
.e-dropdown-btn:active,
|
|
138
137
|
.e-dropdown-btn.e-btn:active {
|
package/styles/material3.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap-dark.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
4
4
|
@import 'bootstrap-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
4
4
|
@import 'bootstrap-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap4
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap4.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
4
4
|
@import 'bootstrap4-definition.scss';
|