@syncfusion/ej2-splitbuttons 22.2.8 → 23.1.41
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 +2 -10
- package/dist/ej2-splitbuttons.min.js +3 -3
- package/dist/ej2-splitbuttons.umd.min.js +3 -3
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +19 -7
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +19 -7
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +3 -3
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- 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 +15 -5
- 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 +2 -1
- 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/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 +0 -1
- package/styles/drop-down-button/material3-dark.scss +1 -1
- package/styles/drop-down-button/material3.css +0 -1
- 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 +0 -1
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +0 -1
- 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,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.41
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
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@23.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-eNpbWTgWfST6tCZlET/CMlvY/FLJk0bwzXOMqO/Qq4x7CRvDoOHNjeDIIiXw9q1Ooyjl/EFURBLqL2KfFzIVZw==",
|
|
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-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-23.1.36.tgz",
|
|
37
|
+
"_shasum": "143d9d206ff348b784ea0854a03e3ab570779800",
|
|
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.41",
|
|
49
|
+
"@syncfusion/ej2-popups": "~23.1.38"
|
|
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.41",
|
|
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
|
}
|
|
@@ -174,7 +177,6 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
174
177
|
_a['aria-haspopup'] = this.items.length || this.target ? 'true' : 'false',
|
|
175
178
|
_a['aria-expanded'] = 'false',
|
|
176
179
|
_a['type'] = 'button',
|
|
177
|
-
_a['aria-label'] = this.element.textContent ? this.element.textContent : 'dropdownbutton',
|
|
178
180
|
_a));
|
|
179
181
|
if (this.cssClass) {
|
|
180
182
|
addClass([div], this.cssClass.replace(/\s+/g, ' ').trim().split(' '));
|
|
@@ -182,6 +184,9 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
182
184
|
this.isPopupCreated = true;
|
|
183
185
|
};
|
|
184
186
|
DropDownButton.prototype.getTargetElement = function () {
|
|
187
|
+
if (this.createPopupOnClick && !this.isColorPicker() && !isNullOrUndefined(this.popupContent)) {
|
|
188
|
+
return this.popupContent;
|
|
189
|
+
}
|
|
185
190
|
return typeof (this.target) === 'string' ? select(this.target) : this.target;
|
|
186
191
|
};
|
|
187
192
|
DropDownButton.prototype.createItems = function (appendItems) {
|
|
@@ -271,11 +276,16 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
271
276
|
}
|
|
272
277
|
this.appendArrowSpan();
|
|
273
278
|
this.setActiveElem([this.element]);
|
|
274
|
-
|
|
279
|
+
this.element.setAttribute('aria-label', this.element.textContent ? this.element.textContent : 'dropdownbutton');
|
|
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 () {
|
|
@@ -218,7 +218,7 @@ var SplitButton = /** @class */ (function (_super) {
|
|
|
218
218
|
SplitButton.prototype.setAria = function () {
|
|
219
219
|
attributes(this.element, {
|
|
220
220
|
'aria-expanded': 'false', 'aria-haspopup': 'true',
|
|
221
|
-
'aria-label': this.element.textContent + ' splitbutton', 'aria-owns': this.element.id + '_dropdownbtn-popup'
|
|
221
|
+
'aria-label': this.element.textContent ? this.element.textContent + ' splitbutton' : 'splitbutton', 'aria-owns': this.element.id + '_dropdownbtn-popup'
|
|
222
222
|
});
|
|
223
223
|
};
|
|
224
224
|
/**
|
|
@@ -263,6 +263,7 @@ var SplitButton = /** @class */ (function (_super) {
|
|
|
263
263
|
this.unWireEvents();
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
|
+
this.wrapper = null;
|
|
266
267
|
this.primaryBtnObj.destroy();
|
|
267
268
|
this.secondaryBtnObj.destroy();
|
|
268
269
|
_super.prototype.destroy.call(this);
|
|
@@ -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,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
package/styles/material3.css
CHANGED
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';
|
|
@@ -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/spinner/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/spinner/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/spinner/fabric-dark-definition.scss';
|
|
4
4
|
@import 'fabric-dark-definition.scss';
|