@syncfusion/ej2-vue-popups 20.3.58 → 20.3.59
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 +9 -0
- package/dist/ej2-vue-popups.umd.min.js +1 -1
- package/dist/global/ej2-vue-popups.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5.css +3 -3
- package/styles/dialog/bootstrap-dark.css +3 -3
- package/styles/dialog/bootstrap.css +3 -3
- package/styles/dialog/bootstrap4.css +3 -3
- package/styles/dialog/bootstrap5-dark.css +3 -3
- package/styles/dialog/bootstrap5.css +3 -3
- package/styles/dialog/fabric-dark.css +3 -3
- package/styles/dialog/fabric.css +3 -3
- package/styles/dialog/highcontrast.css +3 -3
- package/styles/dialog/material-dark.css +3 -3
- package/styles/dialog/material.css +3 -3
- package/styles/dialog/tailwind-dark.css +1 -1
- package/styles/dialog/tailwind.css +1 -1
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Dialog
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I415699` - Now, the `DialogUtility` position property works properly when X coordinates are passed as strings and Y coordinates are passed as numbers.
|
|
10
|
+
- `#I420058` - Now, the Dialog Close icon Button top and left position values are equal.
|
|
11
|
+
|
|
12
|
+
## 20.3.58 (2022-11-22)
|
|
13
|
+
|
|
5
14
|
### Tooltip
|
|
6
15
|
|
|
7
16
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-popups.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.59
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-popups.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.59
|
|
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-vue-popups@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-popups@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-popups@20.3.58",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-TzdmIxTYN8Q1drrdg9/6rl6j3n0C+pHIK8GCztyiHYzSb6/4ktgIDgWIIM0uRag2K4ZwfFbCd5/9NEnxyHoqYw==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-popups/-/ej2-vue-popups-20.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-popups/-/ej2-vue-popups-20.3.58.tgz",
|
|
23
|
+
"_shasum": "fd6c35712e4192684106e2128550ca2fa44664fa",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-popups@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~20.3.56",
|
|
35
|
-
"@syncfusion/ej2-popups": "20.3.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.3.
|
|
35
|
+
"@syncfusion/ej2-popups": "20.3.59",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.59"
|
|
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.3.
|
|
92
|
+
"version": "20.3.59",
|
|
93
93
|
"sideEffects": false
|
|
94
94
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 7px;
|
|
178
178
|
height: 25px;
|
|
179
|
-
left:
|
|
179
|
+
left: -7px;
|
|
180
180
|
width: 25px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: -5px;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 5px;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 20px;
|
|
252
|
-
left:
|
|
252
|
+
left: -5px;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 20px;
|
|
255
255
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 7px;
|
|
178
178
|
height: 25px;
|
|
179
|
-
left:
|
|
179
|
+
left: -7px;
|
|
180
180
|
width: 25px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: -5px;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 5px;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 20px;
|
|
252
|
-
left:
|
|
252
|
+
left: -5px;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 20px;
|
|
255
255
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 5px;
|
|
178
178
|
height: 25px;
|
|
179
|
-
left:
|
|
179
|
+
left: -5px;
|
|
180
180
|
width: 26px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: -6px;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 6px;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 20px;
|
|
252
|
-
left:
|
|
252
|
+
left: -6px;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 22px;
|
|
255
255
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 7px;
|
|
178
178
|
height: 20px;
|
|
179
|
-
left:
|
|
179
|
+
left: -7px;
|
|
180
180
|
width: 20px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: -5px;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 5px;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 20px;
|
|
252
|
-
left:
|
|
252
|
+
left: -5px;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 20px;
|
|
255
255
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
178
178
|
bottom: 7px;
|
|
179
179
|
height: 20px;
|
|
180
|
-
left:
|
|
180
|
+
left: -7px;
|
|
181
181
|
width: 20px;
|
|
182
182
|
}
|
|
183
183
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
241
241
|
float: left;
|
|
242
242
|
left: 0;
|
|
243
|
-
right:
|
|
243
|
+
right: -5px;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
bottom: 5px;
|
|
251
251
|
float: right;
|
|
252
252
|
height: 20px;
|
|
253
|
-
left:
|
|
253
|
+
left: -5px;
|
|
254
254
|
position: relative;
|
|
255
255
|
width: 20px;
|
|
256
256
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 7px;
|
|
178
178
|
height: 25px;
|
|
179
|
-
left:
|
|
179
|
+
left: -7px;
|
|
180
180
|
width: 25px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: -5px;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 5px;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 20px;
|
|
252
|
-
left:
|
|
252
|
+
left: -5px;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 20px;
|
|
255
255
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 7px;
|
|
178
178
|
height: 25px;
|
|
179
|
-
left:
|
|
179
|
+
left: -7px;
|
|
180
180
|
width: 25px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: -5px;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 5px;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 20px;
|
|
252
|
-
left:
|
|
252
|
+
left: -5px;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 20px;
|
|
255
255
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 5px;
|
|
178
178
|
height: 25px;
|
|
179
|
-
left:
|
|
179
|
+
left: -5px;
|
|
180
180
|
width: 26px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: -6px;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 6px;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 20px;
|
|
252
|
-
left:
|
|
252
|
+
left: -6px;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 22px;
|
|
255
255
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 7px;
|
|
178
178
|
height: 20px;
|
|
179
|
-
left:
|
|
179
|
+
left: -7px;
|
|
180
180
|
width: 20px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: -5px;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 5px;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 20px;
|
|
252
|
-
left:
|
|
252
|
+
left: -5px;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 20px;
|
|
255
255
|
}
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
178
178
|
bottom: 7px;
|
|
179
179
|
height: 20px;
|
|
180
|
-
left:
|
|
180
|
+
left: -7px;
|
|
181
181
|
width: 20px;
|
|
182
182
|
}
|
|
183
183
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
241
241
|
float: left;
|
|
242
242
|
left: 0;
|
|
243
|
-
right:
|
|
243
|
+
right: -5px;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
bottom: 5px;
|
|
251
251
|
float: right;
|
|
252
252
|
height: 20px;
|
|
253
|
-
left:
|
|
253
|
+
left: -5px;
|
|
254
254
|
position: relative;
|
|
255
255
|
width: 20px;
|
|
256
256
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 4px;
|
|
178
178
|
height: 40px;
|
|
179
|
-
left:
|
|
179
|
+
left: 4px;
|
|
180
180
|
width: 40px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 0;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 32px;
|
|
252
|
-
left:
|
|
252
|
+
left: 0;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 32px;
|
|
255
255
|
}
|
package/styles/dialog/fabric.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 4px;
|
|
178
178
|
height: 40px;
|
|
179
|
-
left:
|
|
179
|
+
left: 4px;
|
|
180
180
|
width: 40px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 0;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 32px;
|
|
252
|
-
left:
|
|
252
|
+
left: 0;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 32px;
|
|
255
255
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 4px;
|
|
178
178
|
height: 40px;
|
|
179
|
-
left:
|
|
179
|
+
left: 4px;
|
|
180
180
|
width: 40px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 0;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 32px;
|
|
252
|
-
left:
|
|
252
|
+
left: 0;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 32px;
|
|
255
255
|
}
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
178
178
|
bottom: 3px;
|
|
179
179
|
height: 36px;
|
|
180
|
-
left:
|
|
180
|
+
left: 3px;
|
|
181
181
|
width: 36px;
|
|
182
182
|
}
|
|
183
183
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
241
241
|
float: left;
|
|
242
242
|
left: 0;
|
|
243
|
-
right:
|
|
243
|
+
right: 0;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
bottom: 0;
|
|
251
251
|
float: right;
|
|
252
252
|
height: 30px;
|
|
253
|
-
left:
|
|
253
|
+
left: 0;
|
|
254
254
|
position: relative;
|
|
255
255
|
width: 30px;
|
|
256
256
|
}
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
178
178
|
bottom: 3px;
|
|
179
179
|
height: 36px;
|
|
180
|
-
left:
|
|
180
|
+
left: 3px;
|
|
181
181
|
width: 36px;
|
|
182
182
|
}
|
|
183
183
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
241
241
|
float: left;
|
|
242
242
|
left: 0;
|
|
243
|
-
right:
|
|
243
|
+
right: 0;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
bottom: 0;
|
|
251
251
|
float: right;
|
|
252
252
|
height: 30px;
|
|
253
|
-
left:
|
|
253
|
+
left: 0;
|
|
254
254
|
position: relative;
|
|
255
255
|
width: 30px;
|
|
256
256
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 4px;
|
|
178
178
|
height: 40px;
|
|
179
|
-
left:
|
|
179
|
+
left: 4px;
|
|
180
180
|
width: 40px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 0;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 32px;
|
|
252
|
-
left:
|
|
252
|
+
left: 0;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 32px;
|
|
255
255
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 4px;
|
|
178
178
|
height: 40px;
|
|
179
|
-
left:
|
|
179
|
+
left: 4px;
|
|
180
180
|
width: 40px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 0;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 32px;
|
|
252
|
-
left:
|
|
252
|
+
left: 0;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 32px;
|
|
255
255
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
177
177
|
bottom: 4px;
|
|
178
178
|
height: 40px;
|
|
179
|
-
left:
|
|
179
|
+
left: 4px;
|
|
180
180
|
width: 40px;
|
|
181
181
|
}
|
|
182
182
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
240
240
|
float: left;
|
|
241
241
|
left: 0;
|
|
242
|
-
right:
|
|
242
|
+
right: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
bottom: 0;
|
|
250
250
|
float: right;
|
|
251
251
|
height: 32px;
|
|
252
|
-
left:
|
|
252
|
+
left: 0;
|
|
253
253
|
position: relative;
|
|
254
254
|
width: 32px;
|
|
255
255
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
178
178
|
bottom: 3px;
|
|
179
179
|
height: 36px;
|
|
180
|
-
left:
|
|
180
|
+
left: 3px;
|
|
181
181
|
width: 36px;
|
|
182
182
|
}
|
|
183
183
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
241
241
|
float: left;
|
|
242
242
|
left: 0;
|
|
243
|
-
right:
|
|
243
|
+
right: 0;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
bottom: 0;
|
|
251
251
|
float: right;
|
|
252
252
|
height: 30px;
|
|
253
|
-
left:
|
|
253
|
+
left: 0;
|
|
254
254
|
position: relative;
|
|
255
255
|
width: 30px;
|
|
256
256
|
}
|
package/styles/material.css
CHANGED
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
178
178
|
bottom: 3px;
|
|
179
179
|
height: 36px;
|
|
180
|
-
left:
|
|
180
|
+
left: 3px;
|
|
181
181
|
width: 36px;
|
|
182
182
|
}
|
|
183
183
|
.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
241
241
|
float: left;
|
|
242
242
|
left: 0;
|
|
243
|
-
right:
|
|
243
|
+
right: 0;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
bottom: 0;
|
|
251
251
|
float: right;
|
|
252
252
|
height: 30px;
|
|
253
|
-
left:
|
|
253
|
+
left: 0;
|
|
254
254
|
position: relative;
|
|
255
255
|
width: 30px;
|
|
256
256
|
}
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED