@syncfusion/ej2-vue-popups 20.2.49 → 20.3.48
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 +3 -0
- package/dist/ej2-vue-popups.umd.min.js +1 -1
- package/dist/es6/ej2-vue-popups.es2015.js +16 -19
- package/dist/es6/ej2-vue-popups.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-popups.es5.js +16 -19
- package/dist/es6/ej2-vue-popups.es5.js.map +1 -1
- package/dist/global/ej2-vue-popups.min.js +2 -2
- package/package.json +8 -8
- package/src/dialog/buttons.directive.d.ts +0 -1
- package/src/dialog/buttons.directive.js +5 -6
- package/src/dialog/dialog.component.d.ts +0 -1
- package/src/dialog/dialog.component.js +3 -4
- package/src/tooltip/tooltip.component.d.ts +0 -1
- package/src/tooltip/tooltip.component.js +3 -4
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +16 -0
- package/styles/bootstrap5.css +17 -0
- package/styles/dialog/bootstrap-dark.css +10 -0
- package/styles/dialog/bootstrap.css +10 -0
- package/styles/dialog/bootstrap4.css +10 -0
- package/styles/dialog/bootstrap5-dark.css +10 -0
- package/styles/dialog/bootstrap5.css +11 -0
- package/styles/dialog/fabric-dark.css +10 -0
- package/styles/dialog/fabric.css +10 -0
- package/styles/dialog/fluent-dark.css +14 -4
- package/styles/dialog/fluent.css +15 -4
- package/styles/dialog/highcontrast-light.css +10 -0
- package/styles/dialog/highcontrast.css +10 -0
- package/styles/dialog/material-dark.css +10 -0
- package/styles/dialog/material.css +10 -0
- package/styles/dialog/tailwind-dark.css +12 -2
- package/styles/dialog/tailwind.css +13 -2
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +20 -4
- package/styles/fluent.css +21 -4
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -0
- package/styles/material.css +15 -0
- package/styles/popup/bootstrap5-dark.css +1 -0
- package/styles/popup/bootstrap5.css +1 -0
- package/styles/popup/fluent-dark.css +1 -0
- package/styles/popup/fluent.css +1 -0
- package/styles/popup/tailwind-dark.css +1 -0
- package/styles/popup/tailwind.css +1 -0
- package/styles/spinner/bootstrap-dark.css +5 -0
- package/styles/spinner/bootstrap.css +5 -0
- package/styles/spinner/bootstrap4.css +5 -0
- package/styles/spinner/bootstrap5-dark.css +5 -0
- package/styles/spinner/bootstrap5.css +5 -0
- package/styles/spinner/fabric-dark.css +5 -0
- package/styles/spinner/fabric.css +5 -0
- package/styles/spinner/fluent-dark.css +5 -0
- package/styles/spinner/fluent.css +5 -0
- package/styles/spinner/highcontrast-light.css +5 -0
- package/styles/spinner/highcontrast.css +5 -0
- package/styles/spinner/material-dark.css +5 -0
- package/styles/spinner/material.css +5 -0
- package/styles/spinner/tailwind-dark.css +5 -0
- package/styles/spinner/tailwind.css +5 -0
- package/styles/tailwind-dark.css +18 -2
- package/styles/tailwind.css +19 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-popups@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-popups@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-popups@20.3.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Ej0bXTmiNNyibvC+1DrRMul2b8L4GoSfzM4flcVIfAdbSIX5EiDgU4iOcl42hlo4L1z6T/6ptX3++tqedXANOg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-popups",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-popups/-/ej2-vue-popups-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-popups/-/ej2-vue-popups-20.3.47.tgz",
|
|
23
|
+
"_shasum": "baa617f8d694cb65438efaf465c2e0af5963181e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-popups@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-popups": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.48",
|
|
35
|
+
"@syncfusion/ej2-popups": "20.3.48",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"scripts": {
|
|
90
90
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
91
91
|
},
|
|
92
|
-
"version": "20.
|
|
92
|
+
"version": "20.3.48",
|
|
93
93
|
"sideEffects": false
|
|
94
94
|
}
|
|
@@ -17,12 +17,11 @@ 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 { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
22
|
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
23
|
import Vue from 'vue';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var isExecute = gh ? false : true;
|
|
26
25
|
var vueImport;
|
|
27
26
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
28
27
|
vueImport = Vue3.Vue;
|
|
@@ -36,18 +35,18 @@ var ButtonsDirective = /** @class */ (function (_super) {
|
|
|
36
35
|
return _super.call(this, arguments) || this;
|
|
37
36
|
}
|
|
38
37
|
ButtonsDirective.prototype.render = function (createElement) {
|
|
39
|
-
if (
|
|
40
|
-
var h = gh
|
|
38
|
+
if (!isExecute) {
|
|
39
|
+
var h = !isExecute ? gh : createElement;
|
|
41
40
|
var slots = null;
|
|
42
41
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots =
|
|
42
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
44
43
|
}
|
|
45
44
|
return h('div', { class: 'e-directive' }, slots);
|
|
46
45
|
}
|
|
47
46
|
return;
|
|
48
47
|
};
|
|
49
48
|
ButtonsDirective.prototype.updated = function () {
|
|
50
|
-
if (
|
|
49
|
+
if (!isExecute && this.custom) {
|
|
51
50
|
this.custom();
|
|
52
51
|
}
|
|
53
52
|
};
|
|
@@ -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 { isUndefined } from '@syncfusion/ej2-base';
|
|
21
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
21
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { Dialog } from '@syncfusion/ej2-popups';
|
|
24
24
|
import { ButtonsDirective, DialogButtonDirective, ButtonsPlugin, DialogButtonPlugin } from './buttons.directive';
|
|
@@ -34,7 +34,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
34
34
|
var props_1 = modelProps_1[_i];
|
|
35
35
|
emitProbs.push('update:' + props_1);
|
|
36
36
|
}
|
|
37
|
-
export var isExecute = gh ? false : true;
|
|
38
37
|
/**
|
|
39
38
|
* Represents the VueJS Dialog component
|
|
40
39
|
* ```html
|
|
@@ -150,10 +149,10 @@ var DialogComponent = /** @class */ (function (_super) {
|
|
|
150
149
|
}
|
|
151
150
|
};
|
|
152
151
|
DialogComponent.prototype.render = function (createElement) {
|
|
153
|
-
var h = gh
|
|
152
|
+
var h = !isExecute ? gh : createElement;
|
|
154
153
|
var slots = null;
|
|
155
154
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
156
|
-
slots =
|
|
155
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
157
156
|
}
|
|
158
157
|
return h('div', slots);
|
|
159
158
|
};
|
|
@@ -5,7 +5,6 @@ export declare const testProp: any;
|
|
|
5
5
|
export declare const props: any;
|
|
6
6
|
export declare const watch: any;
|
|
7
7
|
export declare const emitProbs: any;
|
|
8
|
-
export declare const isExecute: any;
|
|
9
8
|
/**
|
|
10
9
|
* Represents the VueJS Tooltip component that displays a piece of information about the target element on mouse hover.
|
|
11
10
|
* ```html
|
|
@@ -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 { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { Tooltip } from '@syncfusion/ej2-popups';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
32
32
|
var props_1 = modelProps_1[_i];
|
|
33
33
|
emitProbs.push('update:' + props_1);
|
|
34
34
|
}
|
|
35
|
-
export var isExecute = gh ? false : true;
|
|
36
35
|
/**
|
|
37
36
|
* Represents the VueJS Tooltip component that displays a piece of information about the target element on mouse hover.
|
|
38
37
|
* ```html
|
|
@@ -107,10 +106,10 @@ var TooltipComponent = /** @class */ (function (_super) {
|
|
|
107
106
|
}
|
|
108
107
|
};
|
|
109
108
|
TooltipComponent.prototype.render = function (createElement) {
|
|
110
|
-
var h = gh
|
|
109
|
+
var h = !isExecute ? gh : createElement;
|
|
111
110
|
var slots = null;
|
|
112
111
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
113
|
-
slots =
|
|
112
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
114
113
|
}
|
|
115
114
|
return h('div', slots);
|
|
116
115
|
};
|
|
@@ -19,12 +19,15 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/*! dialog layout */
|
|
22
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
22
23
|
.e-dialog {
|
|
23
24
|
border: 1px solid #505050;
|
|
24
25
|
border-radius: 6px;
|
|
25
26
|
-ms-flex-direction: column;
|
|
26
27
|
flex-direction: column;
|
|
27
28
|
width: 100%;
|
|
29
|
+
/* stylelint-disable declaration-no-important */
|
|
30
|
+
/* stylelint-enable declaration-no-important */
|
|
28
31
|
}
|
|
29
32
|
.e-dialog.e-popup {
|
|
30
33
|
width: 100%;
|
|
@@ -92,6 +95,9 @@
|
|
|
92
95
|
.e-dialog .e-footer-content.e-hide {
|
|
93
96
|
display: none;
|
|
94
97
|
}
|
|
98
|
+
.e-dialog .e-alert-dialog .e-footer-content {
|
|
99
|
+
border-top: none;
|
|
100
|
+
}
|
|
95
101
|
.e-dialog .e-footer-content {
|
|
96
102
|
text-align: right;
|
|
97
103
|
}
|
|
@@ -257,10 +263,12 @@
|
|
|
257
263
|
transform: rotate(90deg);
|
|
258
264
|
}
|
|
259
265
|
|
|
266
|
+
/* stylelint-disable declaration-no-important */
|
|
260
267
|
.e-dlg-target.e-scroll-disabled {
|
|
261
268
|
overflow: hidden !important;
|
|
262
269
|
}
|
|
263
270
|
|
|
271
|
+
/* stylelint-enable declaration-no-important */
|
|
264
272
|
.e-dlg-overlay {
|
|
265
273
|
height: 100%;
|
|
266
274
|
left: 0;
|
|
@@ -278,12 +286,14 @@
|
|
|
278
286
|
overflow: auto;
|
|
279
287
|
}
|
|
280
288
|
|
|
289
|
+
/* stylelint-disable declaration-no-important */
|
|
281
290
|
.e-dlg-fullscreen {
|
|
282
291
|
height: 100% !important;
|
|
283
292
|
left: 0 !important;
|
|
284
293
|
width: 100% !important;
|
|
285
294
|
}
|
|
286
295
|
|
|
296
|
+
/* stylelint-enable declaration-no-important */
|
|
287
297
|
.e-popup.e-popup-open.e-dialog {
|
|
288
298
|
display: -ms-inline-flexbox;
|
|
289
299
|
display: inline-flex;
|
|
@@ -721,6 +731,7 @@
|
|
|
721
731
|
font-size: 13px;
|
|
722
732
|
}
|
|
723
733
|
|
|
734
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
724
735
|
@keyframes material-spinner-rotate {
|
|
725
736
|
0% {
|
|
726
737
|
transform: rotate(0);
|
|
@@ -737,6 +748,7 @@
|
|
|
737
748
|
transform: rotate(360deg);
|
|
738
749
|
}
|
|
739
750
|
}
|
|
751
|
+
/* stylelint-disable-line no-empty-source */
|
|
740
752
|
.e-spinner-pane {
|
|
741
753
|
-ms-flex-align: center;
|
|
742
754
|
align-items: center;
|
|
@@ -760,6 +772,9 @@
|
|
|
760
772
|
content: "Bootstrap";
|
|
761
773
|
display: none;
|
|
762
774
|
}
|
|
775
|
+
.e-spinner-pane.e-spin-left {
|
|
776
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
777
|
+
}
|
|
763
778
|
.e-spinner-pane.e-spin-left .e-spinner-inner {
|
|
764
779
|
-webkit-transform: translateX(0%) translateY(-50%);
|
|
765
780
|
left: 0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -19,12 +19,15 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/*! dialog layout */
|
|
22
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
22
23
|
.e-dialog {
|
|
23
24
|
border: 1px solid #999;
|
|
24
25
|
border-radius: 6px;
|
|
25
26
|
-ms-flex-direction: column;
|
|
26
27
|
flex-direction: column;
|
|
27
28
|
width: 100%;
|
|
29
|
+
/* stylelint-disable declaration-no-important */
|
|
30
|
+
/* stylelint-enable declaration-no-important */
|
|
28
31
|
}
|
|
29
32
|
.e-dialog.e-popup {
|
|
30
33
|
width: 100%;
|
|
@@ -92,6 +95,9 @@
|
|
|
92
95
|
.e-dialog .e-footer-content.e-hide {
|
|
93
96
|
display: none;
|
|
94
97
|
}
|
|
98
|
+
.e-dialog .e-alert-dialog .e-footer-content {
|
|
99
|
+
border-top: none;
|
|
100
|
+
}
|
|
95
101
|
.e-dialog .e-footer-content {
|
|
96
102
|
text-align: right;
|
|
97
103
|
}
|
|
@@ -257,10 +263,12 @@
|
|
|
257
263
|
transform: rotate(90deg);
|
|
258
264
|
}
|
|
259
265
|
|
|
266
|
+
/* stylelint-disable declaration-no-important */
|
|
260
267
|
.e-dlg-target.e-scroll-disabled {
|
|
261
268
|
overflow: hidden !important;
|
|
262
269
|
}
|
|
263
270
|
|
|
271
|
+
/* stylelint-enable declaration-no-important */
|
|
264
272
|
.e-dlg-overlay {
|
|
265
273
|
height: 100%;
|
|
266
274
|
left: 0;
|
|
@@ -278,12 +286,14 @@
|
|
|
278
286
|
overflow: auto;
|
|
279
287
|
}
|
|
280
288
|
|
|
289
|
+
/* stylelint-disable declaration-no-important */
|
|
281
290
|
.e-dlg-fullscreen {
|
|
282
291
|
height: 100% !important;
|
|
283
292
|
left: 0 !important;
|
|
284
293
|
width: 100% !important;
|
|
285
294
|
}
|
|
286
295
|
|
|
296
|
+
/* stylelint-enable declaration-no-important */
|
|
287
297
|
.e-popup.e-popup-open.e-dialog {
|
|
288
298
|
display: -ms-inline-flexbox;
|
|
289
299
|
display: inline-flex;
|
|
@@ -721,6 +731,7 @@
|
|
|
721
731
|
font-size: 13px;
|
|
722
732
|
}
|
|
723
733
|
|
|
734
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
724
735
|
@keyframes material-spinner-rotate {
|
|
725
736
|
0% {
|
|
726
737
|
transform: rotate(0);
|
|
@@ -737,6 +748,7 @@
|
|
|
737
748
|
transform: rotate(360deg);
|
|
738
749
|
}
|
|
739
750
|
}
|
|
751
|
+
/* stylelint-disable-line no-empty-source */
|
|
740
752
|
.e-spinner-pane {
|
|
741
753
|
-ms-flex-align: center;
|
|
742
754
|
align-items: center;
|
|
@@ -760,6 +772,9 @@
|
|
|
760
772
|
content: "Bootstrap";
|
|
761
773
|
display: none;
|
|
762
774
|
}
|
|
775
|
+
.e-spinner-pane.e-spin-left {
|
|
776
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
777
|
+
}
|
|
763
778
|
.e-spinner-pane.e-spin-left .e-spinner-inner {
|
|
764
779
|
-webkit-transform: translateX(0%) translateY(-50%);
|
|
765
780
|
left: 0;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -19,12 +19,15 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/*! dialog layout */
|
|
22
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
22
23
|
.e-dialog {
|
|
23
24
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
24
25
|
border-radius: 3px;
|
|
25
26
|
-ms-flex-direction: column;
|
|
26
27
|
flex-direction: column;
|
|
27
28
|
width: 100%;
|
|
29
|
+
/* stylelint-disable declaration-no-important */
|
|
30
|
+
/* stylelint-enable declaration-no-important */
|
|
28
31
|
}
|
|
29
32
|
.e-dialog.e-popup {
|
|
30
33
|
width: 100%;
|
|
@@ -92,6 +95,9 @@
|
|
|
92
95
|
.e-dialog .e-footer-content.e-hide {
|
|
93
96
|
display: none;
|
|
94
97
|
}
|
|
98
|
+
.e-dialog .e-alert-dialog .e-footer-content {
|
|
99
|
+
border-top: none;
|
|
100
|
+
}
|
|
95
101
|
.e-dialog .e-footer-content {
|
|
96
102
|
text-align: right;
|
|
97
103
|
}
|
|
@@ -257,10 +263,12 @@
|
|
|
257
263
|
transform: rotate(90deg);
|
|
258
264
|
}
|
|
259
265
|
|
|
266
|
+
/* stylelint-disable declaration-no-important */
|
|
260
267
|
.e-dlg-target.e-scroll-disabled {
|
|
261
268
|
overflow: hidden !important;
|
|
262
269
|
}
|
|
263
270
|
|
|
271
|
+
/* stylelint-enable declaration-no-important */
|
|
264
272
|
.e-dlg-overlay {
|
|
265
273
|
height: 100%;
|
|
266
274
|
left: 0;
|
|
@@ -278,12 +286,14 @@
|
|
|
278
286
|
overflow: auto;
|
|
279
287
|
}
|
|
280
288
|
|
|
289
|
+
/* stylelint-disable declaration-no-important */
|
|
281
290
|
.e-dlg-fullscreen {
|
|
282
291
|
height: 100% !important;
|
|
283
292
|
left: 0 !important;
|
|
284
293
|
width: 100% !important;
|
|
285
294
|
}
|
|
286
295
|
|
|
296
|
+
/* stylelint-enable declaration-no-important */
|
|
287
297
|
.e-popup.e-popup-open.e-dialog {
|
|
288
298
|
display: -ms-inline-flexbox;
|
|
289
299
|
display: inline-flex;
|
|
@@ -729,6 +739,7 @@
|
|
|
729
739
|
font-size: 14px;
|
|
730
740
|
}
|
|
731
741
|
|
|
742
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
732
743
|
@keyframes material-spinner-rotate {
|
|
733
744
|
0% {
|
|
734
745
|
transform: rotate(0);
|
|
@@ -745,6 +756,7 @@
|
|
|
745
756
|
transform: rotate(360deg);
|
|
746
757
|
}
|
|
747
758
|
}
|
|
759
|
+
/* stylelint-disable-line no-empty-source */
|
|
748
760
|
.e-spinner-pane {
|
|
749
761
|
-ms-flex-align: center;
|
|
750
762
|
align-items: center;
|
|
@@ -768,6 +780,9 @@
|
|
|
768
780
|
content: "Bootstrap4";
|
|
769
781
|
display: none;
|
|
770
782
|
}
|
|
783
|
+
.e-spinner-pane.e-spin-left {
|
|
784
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
785
|
+
}
|
|
771
786
|
.e-spinner-pane.e-spin-left .e-spinner-inner {
|
|
772
787
|
-webkit-transform: translateX(0%) translateY(-50%);
|
|
773
788
|
left: 0;
|
|
@@ -19,12 +19,15 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/*! dialog layout */
|
|
22
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
22
23
|
.e-dialog {
|
|
23
24
|
border: 1px solid #444c54;
|
|
24
25
|
border-radius: 6px;
|
|
25
26
|
-ms-flex-direction: column;
|
|
26
27
|
flex-direction: column;
|
|
27
28
|
width: 100%;
|
|
29
|
+
/* stylelint-disable declaration-no-important */
|
|
30
|
+
/* stylelint-enable declaration-no-important */
|
|
28
31
|
}
|
|
29
32
|
.e-dialog.e-popup {
|
|
30
33
|
width: 100%;
|
|
@@ -92,6 +95,9 @@
|
|
|
92
95
|
.e-dialog .e-footer-content.e-hide {
|
|
93
96
|
display: none;
|
|
94
97
|
}
|
|
98
|
+
.e-dialog .e-alert-dialog .e-footer-content {
|
|
99
|
+
border-top: none;
|
|
100
|
+
}
|
|
95
101
|
.e-dialog .e-footer-content {
|
|
96
102
|
text-align: right;
|
|
97
103
|
}
|
|
@@ -257,10 +263,12 @@
|
|
|
257
263
|
transform: rotate(90deg);
|
|
258
264
|
}
|
|
259
265
|
|
|
266
|
+
/* stylelint-disable declaration-no-important */
|
|
260
267
|
.e-dlg-target.e-scroll-disabled {
|
|
261
268
|
overflow: hidden !important;
|
|
262
269
|
}
|
|
263
270
|
|
|
271
|
+
/* stylelint-enable declaration-no-important */
|
|
264
272
|
.e-dlg-overlay {
|
|
265
273
|
height: 100%;
|
|
266
274
|
left: 0;
|
|
@@ -278,12 +286,14 @@
|
|
|
278
286
|
overflow: auto;
|
|
279
287
|
}
|
|
280
288
|
|
|
289
|
+
/* stylelint-disable declaration-no-important */
|
|
281
290
|
.e-dlg-fullscreen {
|
|
282
291
|
height: 100% !important;
|
|
283
292
|
left: 0 !important;
|
|
284
293
|
width: 100% !important;
|
|
285
294
|
}
|
|
286
295
|
|
|
296
|
+
/* stylelint-enable declaration-no-important */
|
|
287
297
|
.e-popup.e-popup-open.e-dialog {
|
|
288
298
|
display: -ms-inline-flexbox;
|
|
289
299
|
display: inline-flex;
|
|
@@ -548,6 +558,7 @@
|
|
|
548
558
|
overflow: visible;
|
|
549
559
|
}
|
|
550
560
|
|
|
561
|
+
/* stylelint-disable-line no-empty-source */
|
|
551
562
|
/*! popup layout */
|
|
552
563
|
.e-popup {
|
|
553
564
|
height: auto;
|
|
@@ -767,6 +778,7 @@
|
|
|
767
778
|
font-size: 14px;
|
|
768
779
|
}
|
|
769
780
|
|
|
781
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
770
782
|
@keyframes material-spinner-rotate {
|
|
771
783
|
0% {
|
|
772
784
|
transform: rotate(0);
|
|
@@ -783,6 +795,7 @@
|
|
|
783
795
|
transform: rotate(360deg);
|
|
784
796
|
}
|
|
785
797
|
}
|
|
798
|
+
/* stylelint-disable-line no-empty-source */
|
|
786
799
|
.e-spinner-pane {
|
|
787
800
|
-ms-flex-align: center;
|
|
788
801
|
align-items: center;
|
|
@@ -806,6 +819,9 @@
|
|
|
806
819
|
content: "Bootstrap5";
|
|
807
820
|
display: none;
|
|
808
821
|
}
|
|
822
|
+
.e-spinner-pane.e-spin-left {
|
|
823
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
824
|
+
}
|
|
809
825
|
.e-spinner-pane.e-spin-left .e-spinner-inner {
|
|
810
826
|
-webkit-transform: translateX(0%) translateY(-50%);
|
|
811
827
|
left: 0;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
2
|
.e-dialog .e-icon-dlg-close::before {
|
|
2
3
|
content: "\e7e7";
|
|
3
4
|
position: relative;
|
|
@@ -19,12 +20,15 @@
|
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
/*! dialog layout */
|
|
23
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
22
24
|
.e-dialog {
|
|
23
25
|
border: 1px solid #dee2e6;
|
|
24
26
|
border-radius: 6px;
|
|
25
27
|
-ms-flex-direction: column;
|
|
26
28
|
flex-direction: column;
|
|
27
29
|
width: 100%;
|
|
30
|
+
/* stylelint-disable declaration-no-important */
|
|
31
|
+
/* stylelint-enable declaration-no-important */
|
|
28
32
|
}
|
|
29
33
|
.e-dialog.e-popup {
|
|
30
34
|
width: 100%;
|
|
@@ -92,6 +96,9 @@
|
|
|
92
96
|
.e-dialog .e-footer-content.e-hide {
|
|
93
97
|
display: none;
|
|
94
98
|
}
|
|
99
|
+
.e-dialog .e-alert-dialog .e-footer-content {
|
|
100
|
+
border-top: none;
|
|
101
|
+
}
|
|
95
102
|
.e-dialog .e-footer-content {
|
|
96
103
|
text-align: right;
|
|
97
104
|
}
|
|
@@ -257,10 +264,12 @@
|
|
|
257
264
|
transform: rotate(90deg);
|
|
258
265
|
}
|
|
259
266
|
|
|
267
|
+
/* stylelint-disable declaration-no-important */
|
|
260
268
|
.e-dlg-target.e-scroll-disabled {
|
|
261
269
|
overflow: hidden !important;
|
|
262
270
|
}
|
|
263
271
|
|
|
272
|
+
/* stylelint-enable declaration-no-important */
|
|
264
273
|
.e-dlg-overlay {
|
|
265
274
|
height: 100%;
|
|
266
275
|
left: 0;
|
|
@@ -278,12 +287,14 @@
|
|
|
278
287
|
overflow: auto;
|
|
279
288
|
}
|
|
280
289
|
|
|
290
|
+
/* stylelint-disable declaration-no-important */
|
|
281
291
|
.e-dlg-fullscreen {
|
|
282
292
|
height: 100% !important;
|
|
283
293
|
left: 0 !important;
|
|
284
294
|
width: 100% !important;
|
|
285
295
|
}
|
|
286
296
|
|
|
297
|
+
/* stylelint-enable declaration-no-important */
|
|
287
298
|
.e-popup.e-popup-open.e-dialog {
|
|
288
299
|
display: -ms-inline-flexbox;
|
|
289
300
|
display: inline-flex;
|
|
@@ -548,6 +559,7 @@
|
|
|
548
559
|
overflow: visible;
|
|
549
560
|
}
|
|
550
561
|
|
|
562
|
+
/* stylelint-disable-line no-empty-source */
|
|
551
563
|
/*! popup layout */
|
|
552
564
|
.e-popup {
|
|
553
565
|
height: auto;
|
|
@@ -767,6 +779,7 @@
|
|
|
767
779
|
font-size: 14px;
|
|
768
780
|
}
|
|
769
781
|
|
|
782
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
770
783
|
@keyframes material-spinner-rotate {
|
|
771
784
|
0% {
|
|
772
785
|
transform: rotate(0);
|
|
@@ -783,6 +796,7 @@
|
|
|
783
796
|
transform: rotate(360deg);
|
|
784
797
|
}
|
|
785
798
|
}
|
|
799
|
+
/* stylelint-disable-line no-empty-source */
|
|
786
800
|
.e-spinner-pane {
|
|
787
801
|
-ms-flex-align: center;
|
|
788
802
|
align-items: center;
|
|
@@ -806,6 +820,9 @@
|
|
|
806
820
|
content: "Bootstrap5";
|
|
807
821
|
display: none;
|
|
808
822
|
}
|
|
823
|
+
.e-spinner-pane.e-spin-left {
|
|
824
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
825
|
+
}
|
|
809
826
|
.e-spinner-pane.e-spin-left .e-spinner-inner {
|
|
810
827
|
-webkit-transform: translateX(0%) translateY(-50%);
|
|
811
828
|
left: 0;
|
|
@@ -19,12 +19,15 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/*! dialog layout */
|
|
22
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
22
23
|
.e-dialog {
|
|
23
24
|
border: 1px solid #505050;
|
|
24
25
|
border-radius: 6px;
|
|
25
26
|
-ms-flex-direction: column;
|
|
26
27
|
flex-direction: column;
|
|
27
28
|
width: 100%;
|
|
29
|
+
/* stylelint-disable declaration-no-important */
|
|
30
|
+
/* stylelint-enable declaration-no-important */
|
|
28
31
|
}
|
|
29
32
|
.e-dialog.e-popup {
|
|
30
33
|
width: 100%;
|
|
@@ -92,6 +95,9 @@
|
|
|
92
95
|
.e-dialog .e-footer-content.e-hide {
|
|
93
96
|
display: none;
|
|
94
97
|
}
|
|
98
|
+
.e-dialog .e-alert-dialog .e-footer-content {
|
|
99
|
+
border-top: none;
|
|
100
|
+
}
|
|
95
101
|
.e-dialog .e-footer-content {
|
|
96
102
|
text-align: right;
|
|
97
103
|
}
|
|
@@ -257,10 +263,12 @@
|
|
|
257
263
|
transform: rotate(90deg);
|
|
258
264
|
}
|
|
259
265
|
|
|
266
|
+
/* stylelint-disable declaration-no-important */
|
|
260
267
|
.e-dlg-target.e-scroll-disabled {
|
|
261
268
|
overflow: hidden !important;
|
|
262
269
|
}
|
|
263
270
|
|
|
271
|
+
/* stylelint-enable declaration-no-important */
|
|
264
272
|
.e-dlg-overlay {
|
|
265
273
|
height: 100%;
|
|
266
274
|
left: 0;
|
|
@@ -278,12 +286,14 @@
|
|
|
278
286
|
overflow: auto;
|
|
279
287
|
}
|
|
280
288
|
|
|
289
|
+
/* stylelint-disable declaration-no-important */
|
|
281
290
|
.e-dlg-fullscreen {
|
|
282
291
|
height: 100% !important;
|
|
283
292
|
left: 0 !important;
|
|
284
293
|
width: 100% !important;
|
|
285
294
|
}
|
|
286
295
|
|
|
296
|
+
/* stylelint-enable declaration-no-important */
|
|
287
297
|
.e-popup.e-popup-open.e-dialog {
|
|
288
298
|
display: -ms-inline-flexbox;
|
|
289
299
|
display: inline-flex;
|
|
@@ -19,12 +19,15 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/*! dialog layout */
|
|
22
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
22
23
|
.e-dialog {
|
|
23
24
|
border: 1px solid #999;
|
|
24
25
|
border-radius: 6px;
|
|
25
26
|
-ms-flex-direction: column;
|
|
26
27
|
flex-direction: column;
|
|
27
28
|
width: 100%;
|
|
29
|
+
/* stylelint-disable declaration-no-important */
|
|
30
|
+
/* stylelint-enable declaration-no-important */
|
|
28
31
|
}
|
|
29
32
|
.e-dialog.e-popup {
|
|
30
33
|
width: 100%;
|
|
@@ -92,6 +95,9 @@
|
|
|
92
95
|
.e-dialog .e-footer-content.e-hide {
|
|
93
96
|
display: none;
|
|
94
97
|
}
|
|
98
|
+
.e-dialog .e-alert-dialog .e-footer-content {
|
|
99
|
+
border-top: none;
|
|
100
|
+
}
|
|
95
101
|
.e-dialog .e-footer-content {
|
|
96
102
|
text-align: right;
|
|
97
103
|
}
|
|
@@ -257,10 +263,12 @@
|
|
|
257
263
|
transform: rotate(90deg);
|
|
258
264
|
}
|
|
259
265
|
|
|
266
|
+
/* stylelint-disable declaration-no-important */
|
|
260
267
|
.e-dlg-target.e-scroll-disabled {
|
|
261
268
|
overflow: hidden !important;
|
|
262
269
|
}
|
|
263
270
|
|
|
271
|
+
/* stylelint-enable declaration-no-important */
|
|
264
272
|
.e-dlg-overlay {
|
|
265
273
|
height: 100%;
|
|
266
274
|
left: 0;
|
|
@@ -278,12 +286,14 @@
|
|
|
278
286
|
overflow: auto;
|
|
279
287
|
}
|
|
280
288
|
|
|
289
|
+
/* stylelint-disable declaration-no-important */
|
|
281
290
|
.e-dlg-fullscreen {
|
|
282
291
|
height: 100% !important;
|
|
283
292
|
left: 0 !important;
|
|
284
293
|
width: 100% !important;
|
|
285
294
|
}
|
|
286
295
|
|
|
296
|
+
/* stylelint-enable declaration-no-important */
|
|
287
297
|
.e-popup.e-popup-open.e-dialog {
|
|
288
298
|
display: -ms-inline-flexbox;
|
|
289
299
|
display: inline-flex;
|