@syncfusion/ej2 20.2.46 → 20.2.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/bootstrap-dark.css +4 -4
- package/bootstrap.css +4 -4
- package/bootstrap4.css +4 -4
- package/bootstrap5-dark.css +35 -4
- package/bootstrap5.css +35 -4
- package/dialog/bootstrap-dark.css +4 -4
- package/dialog/bootstrap.css +4 -4
- package/dialog/bootstrap4.css +4 -4
- package/dialog/bootstrap5.css +4 -4
- package/dialog/compatibility/bootstrap-dark.css +4 -4
- package/dialog/compatibility/bootstrap.css +4 -4
- package/dialog/compatibility/bootstrap4.css +4 -4
- package/dialog/compatibility/bootstrap5.css +4 -4
- package/dialog/compatibility/fabric-dark.css +4 -4
- package/dialog/compatibility/fabric.css +4 -4
- package/dialog/compatibility/fluent-dark.css +4 -4
- package/dialog/compatibility/fluent.css +4 -4
- package/dialog/compatibility/highcontrast-light.css +4 -4
- package/dialog/compatibility/highcontrast.css +4 -4
- package/dialog/compatibility/material-dark.css +4 -4
- package/dialog/compatibility/material.css +4 -4
- package/dialog/compatibility/tailwind-dark.css +4 -4
- package/dialog/compatibility/tailwind.css +4 -4
- package/dialog/fabric-dark.css +4 -4
- package/dialog/fabric.css +4 -4
- package/dialog/fluent-dark.css +4 -4
- package/dialog/fluent.css +4 -4
- package/dialog/highcontrast-light.css +4 -4
- package/dialog/highcontrast.css +4 -4
- package/dialog/material-dark.css +4 -4
- package/dialog/material.css +4 -4
- package/dialog/tailwind-dark.css +4 -4
- package/dialog/tailwind.css +4 -4
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +4 -4
- package/fabric.css +4 -4
- package/fluent-dark.css +5 -4
- package/fluent.css +5 -4
- package/highcontrast.css +4 -4
- package/material-dark.css +4 -4
- package/material.css +4 -4
- package/package.json +15 -15
- package/resource.json +8 -2
- package/ribbon/bootstrap5-dark.css +18 -0
- package/ribbon/bootstrap5.css +18 -0
- package/ribbon/compatibility/bootstrap5-dark.css +18 -0
- package/ribbon/compatibility/bootstrap5.css +18 -0
- package/rich-text-editor/compatibility/fluent-dark.css +1 -0
- package/rich-text-editor/compatibility/fluent.css +1 -0
- package/rich-text-editor/fluent-dark.css +1 -0
- package/rich-text-editor/fluent.css +1 -0
- package/spreadsheet/bootstrap5-dark.css +13 -0
- package/spreadsheet/bootstrap5.css +13 -0
- package/spreadsheet/compatibility/bootstrap5-dark.css +13 -0
- package/spreadsheet/compatibility/bootstrap5.css +13 -0
- package/styles/compatibility/bootstrap.css +4 -4
- package/styles/compatibility/bootstrap4.css +4 -4
- package/styles/compatibility/fabric.css +4 -4
- package/styles/compatibility/highcontrast.css +4 -4
- package/styles/compatibility/material.css +4 -4
- package/tailwind-dark.css +4 -4
- package/tailwind.css +4 -4
package/fabric-dark.css
CHANGED
|
@@ -21543,28 +21543,28 @@ body.e-colorpicker-overflow {
|
|
|
21543
21543
|
@media (min-width: 768px) {
|
|
21544
21544
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21545
21545
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21546
|
-
margin: 30px
|
|
21546
|
+
margin: 30px;
|
|
21547
21547
|
width: 600px;
|
|
21548
21548
|
}
|
|
21549
21549
|
}
|
|
21550
21550
|
@media (max-width: 768px) {
|
|
21551
21551
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21552
21552
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21553
|
-
margin: 30px
|
|
21553
|
+
margin: 30px;
|
|
21554
21554
|
width: auto;
|
|
21555
21555
|
}
|
|
21556
21556
|
}
|
|
21557
21557
|
@media (max-width: 768px) {
|
|
21558
21558
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21559
21559
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21560
|
-
margin: 30px
|
|
21560
|
+
margin: 30px;
|
|
21561
21561
|
width: auto;
|
|
21562
21562
|
}
|
|
21563
21563
|
}
|
|
21564
21564
|
@media (min-width: 768px) {
|
|
21565
21565
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21566
21566
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21567
|
-
margin: 30px
|
|
21567
|
+
margin: 30px;
|
|
21568
21568
|
width: 600px;
|
|
21569
21569
|
}
|
|
21570
21570
|
}
|
package/fabric.css
CHANGED
|
@@ -21542,28 +21542,28 @@ body.e-colorpicker-overflow {
|
|
|
21542
21542
|
@media (min-width: 768px) {
|
|
21543
21543
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21544
21544
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21545
|
-
margin: 30px
|
|
21545
|
+
margin: 30px;
|
|
21546
21546
|
width: 600px;
|
|
21547
21547
|
}
|
|
21548
21548
|
}
|
|
21549
21549
|
@media (max-width: 768px) {
|
|
21550
21550
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21551
21551
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21552
|
-
margin: 30px
|
|
21552
|
+
margin: 30px;
|
|
21553
21553
|
width: auto;
|
|
21554
21554
|
}
|
|
21555
21555
|
}
|
|
21556
21556
|
@media (max-width: 768px) {
|
|
21557
21557
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21558
21558
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21559
|
-
margin: 30px
|
|
21559
|
+
margin: 30px;
|
|
21560
21560
|
width: auto;
|
|
21561
21561
|
}
|
|
21562
21562
|
}
|
|
21563
21563
|
@media (min-width: 768px) {
|
|
21564
21564
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21565
21565
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21566
|
-
margin: 30px
|
|
21566
|
+
margin: 30px;
|
|
21567
21567
|
width: 600px;
|
|
21568
21568
|
}
|
|
21569
21569
|
}
|
package/fluent-dark.css
CHANGED
|
@@ -21734,28 +21734,28 @@ body.e-colorpicker-overflow {
|
|
|
21734
21734
|
@media (min-width: 768px) {
|
|
21735
21735
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21736
21736
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21737
|
-
margin: 30px
|
|
21737
|
+
margin: 30px;
|
|
21738
21738
|
width: 600px;
|
|
21739
21739
|
}
|
|
21740
21740
|
}
|
|
21741
21741
|
@media (max-width: 768px) {
|
|
21742
21742
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21743
21743
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21744
|
-
margin: 30px
|
|
21744
|
+
margin: 30px;
|
|
21745
21745
|
width: auto;
|
|
21746
21746
|
}
|
|
21747
21747
|
}
|
|
21748
21748
|
@media (max-width: 768px) {
|
|
21749
21749
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21750
21750
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21751
|
-
margin: 30px
|
|
21751
|
+
margin: 30px;
|
|
21752
21752
|
width: auto;
|
|
21753
21753
|
}
|
|
21754
21754
|
}
|
|
21755
21755
|
@media (min-width: 768px) {
|
|
21756
21756
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21757
21757
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21758
|
-
margin: 30px
|
|
21758
|
+
margin: 30px;
|
|
21759
21759
|
width: 600px;
|
|
21760
21760
|
}
|
|
21761
21761
|
}
|
|
@@ -48373,6 +48373,7 @@ ejs-filemanager {
|
|
|
48373
48373
|
|
|
48374
48374
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
48375
48375
|
padding: 0;
|
|
48376
|
+
margin-bottom: 0;
|
|
48376
48377
|
}
|
|
48377
48378
|
|
|
48378
48379
|
.e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
package/fluent.css
CHANGED
|
@@ -21734,28 +21734,28 @@ body.e-colorpicker-overflow {
|
|
|
21734
21734
|
@media (min-width: 768px) {
|
|
21735
21735
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21736
21736
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21737
|
-
margin: 30px
|
|
21737
|
+
margin: 30px;
|
|
21738
21738
|
width: 600px;
|
|
21739
21739
|
}
|
|
21740
21740
|
}
|
|
21741
21741
|
@media (max-width: 768px) {
|
|
21742
21742
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21743
21743
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21744
|
-
margin: 30px
|
|
21744
|
+
margin: 30px;
|
|
21745
21745
|
width: auto;
|
|
21746
21746
|
}
|
|
21747
21747
|
}
|
|
21748
21748
|
@media (max-width: 768px) {
|
|
21749
21749
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21750
21750
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21751
|
-
margin: 30px
|
|
21751
|
+
margin: 30px;
|
|
21752
21752
|
width: auto;
|
|
21753
21753
|
}
|
|
21754
21754
|
}
|
|
21755
21755
|
@media (min-width: 768px) {
|
|
21756
21756
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21757
21757
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21758
|
-
margin: 30px
|
|
21758
|
+
margin: 30px;
|
|
21759
21759
|
width: 600px;
|
|
21760
21760
|
}
|
|
21761
21761
|
}
|
|
@@ -48372,6 +48372,7 @@ ejs-filemanager {
|
|
|
48372
48372
|
|
|
48373
48373
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
48374
48374
|
padding: 0;
|
|
48375
|
+
margin-bottom: 0;
|
|
48375
48376
|
}
|
|
48376
48377
|
|
|
48377
48378
|
.e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
package/highcontrast.css
CHANGED
|
@@ -21986,28 +21986,28 @@ body.e-colorpicker-overflow {
|
|
|
21986
21986
|
@media (min-width: 768px) {
|
|
21987
21987
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21988
21988
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21989
|
-
margin: 30px
|
|
21989
|
+
margin: 30px;
|
|
21990
21990
|
width: 600px;
|
|
21991
21991
|
}
|
|
21992
21992
|
}
|
|
21993
21993
|
@media (max-width: 768px) {
|
|
21994
21994
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21995
21995
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21996
|
-
margin: 30px
|
|
21996
|
+
margin: 30px;
|
|
21997
21997
|
width: auto;
|
|
21998
21998
|
}
|
|
21999
21999
|
}
|
|
22000
22000
|
@media (max-width: 768px) {
|
|
22001
22001
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
22002
22002
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
22003
|
-
margin: 30px
|
|
22003
|
+
margin: 30px;
|
|
22004
22004
|
width: auto;
|
|
22005
22005
|
}
|
|
22006
22006
|
}
|
|
22007
22007
|
@media (min-width: 768px) {
|
|
22008
22008
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
22009
22009
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
22010
|
-
margin: 30px
|
|
22010
|
+
margin: 30px;
|
|
22011
22011
|
width: 600px;
|
|
22012
22012
|
}
|
|
22013
22013
|
}
|
package/material-dark.css
CHANGED
|
@@ -29681,28 +29681,28 @@ body.e-colorpicker-overflow {
|
|
|
29681
29681
|
@media (min-width: 768px) {
|
|
29682
29682
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29683
29683
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29684
|
-
margin: 30px
|
|
29684
|
+
margin: 30px;
|
|
29685
29685
|
width: 600px;
|
|
29686
29686
|
}
|
|
29687
29687
|
}
|
|
29688
29688
|
@media (max-width: 768px) {
|
|
29689
29689
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29690
29690
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29691
|
-
margin: 30px
|
|
29691
|
+
margin: 30px;
|
|
29692
29692
|
width: auto;
|
|
29693
29693
|
}
|
|
29694
29694
|
}
|
|
29695
29695
|
@media (max-width: 768px) {
|
|
29696
29696
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29697
29697
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29698
|
-
margin: 30px
|
|
29698
|
+
margin: 30px;
|
|
29699
29699
|
width: auto;
|
|
29700
29700
|
}
|
|
29701
29701
|
}
|
|
29702
29702
|
@media (min-width: 768px) {
|
|
29703
29703
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29704
29704
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29705
|
-
margin: 30px
|
|
29705
|
+
margin: 30px;
|
|
29706
29706
|
width: 600px;
|
|
29707
29707
|
}
|
|
29708
29708
|
}
|
package/material.css
CHANGED
|
@@ -29795,28 +29795,28 @@ body.e-colorpicker-overflow {
|
|
|
29795
29795
|
@media (min-width: 768px) {
|
|
29796
29796
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29797
29797
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29798
|
-
margin: 30px
|
|
29798
|
+
margin: 30px;
|
|
29799
29799
|
width: 600px;
|
|
29800
29800
|
}
|
|
29801
29801
|
}
|
|
29802
29802
|
@media (max-width: 768px) {
|
|
29803
29803
|
.e-alert-dialog.e-dialog.e-popup,
|
|
29804
29804
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
29805
|
-
margin: 30px
|
|
29805
|
+
margin: 30px;
|
|
29806
29806
|
width: auto;
|
|
29807
29807
|
}
|
|
29808
29808
|
}
|
|
29809
29809
|
@media (max-width: 768px) {
|
|
29810
29810
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29811
29811
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29812
|
-
margin: 30px
|
|
29812
|
+
margin: 30px;
|
|
29813
29813
|
width: auto;
|
|
29814
29814
|
}
|
|
29815
29815
|
}
|
|
29816
29816
|
@media (min-width: 768px) {
|
|
29817
29817
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
29818
29818
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
29819
|
-
margin: 30px
|
|
29819
|
+
margin: 30px;
|
|
29820
29820
|
width: 600px;
|
|
29821
29821
|
}
|
|
29822
29822
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2@*",
|
|
3
3
|
"_id": "@syncfusion/ej2@20.3.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-MENXRRTMOEhMbDGBjbasw7DvTyRpSwDrRkWcqkmLgM+SJ7j+fiyZoZnGySnmGYnUiBn1gCiwi+vyoRaU5XdjsQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
22
|
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.3.0.tgz",
|
|
23
|
-
"_shasum": "
|
|
23
|
+
"_shasum": "0ac7e23850cff15007425d2199ce93bc05d3be7e",
|
|
24
24
|
"_spec": "@syncfusion/ej2@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,44 +32,44 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-barcode-generator": "~20.2.45",
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.48",
|
|
36
36
|
"@syncfusion/ej2-buttons": "~20.2.46",
|
|
37
37
|
"@syncfusion/ej2-calendars": "~20.2.46",
|
|
38
|
-
"@syncfusion/ej2-charts": "~20.2.
|
|
38
|
+
"@syncfusion/ej2-charts": "~20.2.48",
|
|
39
39
|
"@syncfusion/ej2-circulargauge": "~20.2.45",
|
|
40
40
|
"@syncfusion/ej2-compression": "~20.2.45",
|
|
41
41
|
"@syncfusion/ej2-data": "~20.2.45",
|
|
42
42
|
"@syncfusion/ej2-diagrams": "~20.2.45",
|
|
43
|
-
"@syncfusion/ej2-documenteditor": "~20.2.
|
|
43
|
+
"@syncfusion/ej2-documenteditor": "~20.2.48",
|
|
44
44
|
"@syncfusion/ej2-drawings": "~20.2.45",
|
|
45
|
-
"@syncfusion/ej2-dropdowns": "~20.2.
|
|
46
|
-
"@syncfusion/ej2-excel-export": "~20.2.
|
|
45
|
+
"@syncfusion/ej2-dropdowns": "~20.2.48",
|
|
46
|
+
"@syncfusion/ej2-excel-export": "~20.2.48",
|
|
47
47
|
"@syncfusion/ej2-file-utils": "~20.2.45",
|
|
48
48
|
"@syncfusion/ej2-filemanager": "~20.2.45",
|
|
49
49
|
"@syncfusion/ej2-gantt": "~20.2.46",
|
|
50
|
-
"@syncfusion/ej2-grids": "~20.2.
|
|
51
|
-
"@syncfusion/ej2-heatmap": "~20.2.
|
|
50
|
+
"@syncfusion/ej2-grids": "~20.2.48",
|
|
51
|
+
"@syncfusion/ej2-heatmap": "~20.2.48",
|
|
52
52
|
"@syncfusion/ej2-icons": "~20.2.45",
|
|
53
53
|
"@syncfusion/ej2-inplace-editor": "~20.2.45",
|
|
54
|
-
"@syncfusion/ej2-inputs": "~20.2.
|
|
54
|
+
"@syncfusion/ej2-inputs": "~20.2.48",
|
|
55
55
|
"@syncfusion/ej2-kanban": "~20.2.45",
|
|
56
56
|
"@syncfusion/ej2-layouts": "~20.2.46",
|
|
57
57
|
"@syncfusion/ej2-lineargauge": "~20.2.45",
|
|
58
58
|
"@syncfusion/ej2-lists": "~20.2.46",
|
|
59
59
|
"@syncfusion/ej2-maps": "~20.2.45",
|
|
60
|
-
"@syncfusion/ej2-navigations": "~20.2.
|
|
60
|
+
"@syncfusion/ej2-navigations": "~20.2.48",
|
|
61
61
|
"@syncfusion/ej2-notifications": "~20.2.45",
|
|
62
62
|
"@syncfusion/ej2-office-chart": "~20.2.46",
|
|
63
63
|
"@syncfusion/ej2-pdf-export": "~20.2.45",
|
|
64
|
-
"@syncfusion/ej2-pdfviewer": "~20.2.
|
|
64
|
+
"@syncfusion/ej2-pdfviewer": "~20.2.48",
|
|
65
65
|
"@syncfusion/ej2-pivotview": "~20.2.45",
|
|
66
66
|
"@syncfusion/ej2-popups": "~20.2.45",
|
|
67
67
|
"@syncfusion/ej2-progressbar": "~20.2.45",
|
|
68
|
-
"@syncfusion/ej2-querybuilder": "~20.2.
|
|
68
|
+
"@syncfusion/ej2-querybuilder": "~20.2.48",
|
|
69
69
|
"@syncfusion/ej2-richtexteditor": "~20.2.46",
|
|
70
70
|
"@syncfusion/ej2-schedule": "~20.2.45",
|
|
71
71
|
"@syncfusion/ej2-splitbuttons": "~20.2.45",
|
|
72
|
-
"@syncfusion/ej2-spreadsheet": "~20.2.
|
|
72
|
+
"@syncfusion/ej2-spreadsheet": "~20.2.48",
|
|
73
73
|
"@syncfusion/ej2-svg-base": "~20.2.45",
|
|
74
74
|
"@syncfusion/ej2-treegrid": "~20.2.46",
|
|
75
75
|
"@syncfusion/ej2-treemap": "~20.2.45",
|
|
@@ -96,6 +96,6 @@
|
|
|
96
96
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
97
97
|
},
|
|
98
98
|
"typings": "index.d.ts",
|
|
99
|
-
"version": "20.2.
|
|
99
|
+
"version": "20.2.48",
|
|
100
100
|
"sideEffects": false
|
|
101
101
|
}
|
package/resource.json
CHANGED
|
@@ -636,9 +636,15 @@
|
|
|
636
636
|
"tooltip": {
|
|
637
637
|
"classname": "Tooltip",
|
|
638
638
|
"dependencies": [
|
|
639
|
-
"ej2-base"
|
|
639
|
+
"ej2-base",
|
|
640
|
+
"ej2-popups/Popup"
|
|
641
|
+
],
|
|
642
|
+
"blazorDependencies": [
|
|
643
|
+
"ej2-base",
|
|
644
|
+
"ej2-popups"
|
|
640
645
|
],
|
|
641
|
-
"
|
|
646
|
+
"blazorType": "native",
|
|
647
|
+
"package": "ej2-popups"
|
|
642
648
|
},
|
|
643
649
|
"textbox": {
|
|
644
650
|
"classname": "TextBox",
|
|
@@ -191,4 +191,22 @@
|
|
|
191
191
|
}
|
|
192
192
|
.e-ribbon .e-menu-wrapper {
|
|
193
193
|
background-color: transparent;
|
|
194
|
+
}
|
|
195
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
196
|
+
border: 1px solid transparent;
|
|
197
|
+
}
|
|
198
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible {
|
|
199
|
+
border: 1px solid #adb5bd;
|
|
200
|
+
}
|
|
201
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover {
|
|
202
|
+
border: 1px solid #adb5bd;
|
|
203
|
+
}
|
|
204
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
205
|
+
border: 1px solid transparent;
|
|
206
|
+
}
|
|
207
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
208
|
+
border: 1px solid transparent;
|
|
209
|
+
}
|
|
210
|
+
.e-ribbon .e-tab:not(.e-focused) .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus, .e-ribbon .e-tab:not(.e-focused) > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
211
|
+
border: 1px solid transparent;
|
|
194
212
|
}
|
package/ribbon/bootstrap5.css
CHANGED
|
@@ -191,4 +191,22 @@
|
|
|
191
191
|
}
|
|
192
192
|
.e-ribbon .e-menu-wrapper {
|
|
193
193
|
background-color: transparent;
|
|
194
|
+
}
|
|
195
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
196
|
+
border: 1px solid transparent;
|
|
197
|
+
}
|
|
198
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible {
|
|
199
|
+
border: 1px solid #6c757d;
|
|
200
|
+
}
|
|
201
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover {
|
|
202
|
+
border: 1px solid #6c757d;
|
|
203
|
+
}
|
|
204
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
205
|
+
border: 1px solid transparent;
|
|
206
|
+
}
|
|
207
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
208
|
+
border: 1px solid transparent;
|
|
209
|
+
}
|
|
210
|
+
.e-ribbon .e-tab:not(.e-focused) .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus, .e-ribbon .e-tab:not(.e-focused) > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
211
|
+
border: 1px solid transparent;
|
|
194
212
|
}
|
|
@@ -192,6 +192,24 @@
|
|
|
192
192
|
.e-ribbon .e-menu-wrapper {
|
|
193
193
|
background-color: transparent;
|
|
194
194
|
}
|
|
195
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
196
|
+
border: 1px solid transparent;
|
|
197
|
+
}
|
|
198
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible {
|
|
199
|
+
border: 1px solid #adb5bd;
|
|
200
|
+
}
|
|
201
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover {
|
|
202
|
+
border: 1px solid #adb5bd;
|
|
203
|
+
}
|
|
204
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
205
|
+
border: 1px solid transparent;
|
|
206
|
+
}
|
|
207
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
208
|
+
border: 1px solid transparent;
|
|
209
|
+
}
|
|
210
|
+
.e-ribbon .e-tab:not(.e-focused) .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus, .e-ribbon .e-tab:not(.e-focused) > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
211
|
+
border: 1px solid transparent;
|
|
212
|
+
}
|
|
195
213
|
|
|
196
214
|
.e-lib .e-js [class^=e-], .e-lib .e-js [class*=" e-"] {
|
|
197
215
|
box-sizing: content-box;
|
|
@@ -192,6 +192,24 @@
|
|
|
192
192
|
.e-ribbon .e-menu-wrapper {
|
|
193
193
|
background-color: transparent;
|
|
194
194
|
}
|
|
195
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
196
|
+
border: 1px solid transparent;
|
|
197
|
+
}
|
|
198
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible {
|
|
199
|
+
border: 1px solid #6c757d;
|
|
200
|
+
}
|
|
201
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover, .e-ribbon .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus-visible:hover {
|
|
202
|
+
border: 1px solid #6c757d;
|
|
203
|
+
}
|
|
204
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
205
|
+
border: 1px solid transparent;
|
|
206
|
+
}
|
|
207
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
208
|
+
border: 1px solid transparent;
|
|
209
|
+
}
|
|
210
|
+
.e-ribbon .e-tab:not(.e-focused) .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus, .e-ribbon .e-tab:not(.e-focused) > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
211
|
+
border: 1px solid transparent;
|
|
212
|
+
}
|
|
195
213
|
|
|
196
214
|
.e-lib .e-js [class^=e-], .e-lib .e-js [class*=" e-"] {
|
|
197
215
|
box-sizing: content-box;
|
|
@@ -2226,6 +2226,7 @@
|
|
|
2226
2226
|
|
|
2227
2227
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
2228
2228
|
padding: 0;
|
|
2229
|
+
margin-bottom: 0;
|
|
2229
2230
|
}
|
|
2230
2231
|
|
|
2231
2232
|
.e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
@@ -2226,6 +2226,7 @@
|
|
|
2226
2226
|
|
|
2227
2227
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
2228
2228
|
padding: 0;
|
|
2229
|
+
margin-bottom: 0;
|
|
2229
2230
|
}
|
|
2230
2231
|
|
|
2231
2232
|
.e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
@@ -2226,6 +2226,7 @@
|
|
|
2226
2226
|
|
|
2227
2227
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
2228
2228
|
padding: 0;
|
|
2229
|
+
margin-bottom: 0;
|
|
2229
2230
|
}
|
|
2230
2231
|
|
|
2231
2232
|
.e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
@@ -2226,6 +2226,7 @@
|
|
|
2226
2226
|
|
|
2227
2227
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
2228
2228
|
padding: 0;
|
|
2229
|
+
margin-bottom: 0;
|
|
2229
2230
|
}
|
|
2230
2231
|
|
|
2231
2232
|
.e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
@@ -2857,6 +2857,19 @@
|
|
|
2857
2857
|
cursor: pointer;
|
|
2858
2858
|
}
|
|
2859
2859
|
|
|
2860
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2861
|
+
height: 32px;
|
|
2862
|
+
}
|
|
2863
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2864
|
+
height: 32px;
|
|
2865
|
+
}
|
|
2866
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2867
|
+
height: 35px;
|
|
2868
|
+
}
|
|
2869
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2870
|
+
margin: 0;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2860
2873
|
/*! spreadsheet theme */
|
|
2861
2874
|
.e-spreadsheet .e-findtool-dlg {
|
|
2862
2875
|
border-bottom-color: #444c54;
|
|
@@ -2857,6 +2857,19 @@
|
|
|
2857
2857
|
cursor: pointer;
|
|
2858
2858
|
}
|
|
2859
2859
|
|
|
2860
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2861
|
+
height: 32px;
|
|
2862
|
+
}
|
|
2863
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2864
|
+
height: 32px;
|
|
2865
|
+
}
|
|
2866
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2867
|
+
height: 35px;
|
|
2868
|
+
}
|
|
2869
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2870
|
+
margin: 0;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2860
2873
|
/*! spreadsheet theme */
|
|
2861
2874
|
.e-spreadsheet .e-findtool-dlg {
|
|
2862
2875
|
border-bottom-color: #dee2e6;
|
|
@@ -2857,6 +2857,19 @@
|
|
|
2857
2857
|
cursor: pointer;
|
|
2858
2858
|
}
|
|
2859
2859
|
|
|
2860
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2861
|
+
height: 32px;
|
|
2862
|
+
}
|
|
2863
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2864
|
+
height: 32px;
|
|
2865
|
+
}
|
|
2866
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2867
|
+
height: 35px;
|
|
2868
|
+
}
|
|
2869
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2870
|
+
margin: 0;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2860
2873
|
/*! spreadsheet theme */
|
|
2861
2874
|
.e-spreadsheet .e-findtool-dlg {
|
|
2862
2875
|
border-bottom-color: #444c54;
|
|
@@ -2857,6 +2857,19 @@
|
|
|
2857
2857
|
cursor: pointer;
|
|
2858
2858
|
}
|
|
2859
2859
|
|
|
2860
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2861
|
+
height: 32px;
|
|
2862
|
+
}
|
|
2863
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
|
|
2864
|
+
height: 32px;
|
|
2865
|
+
}
|
|
2866
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
|
|
2867
|
+
height: 35px;
|
|
2868
|
+
}
|
|
2869
|
+
.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2870
|
+
margin: 0;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2860
2873
|
/*! spreadsheet theme */
|
|
2861
2874
|
.e-spreadsheet .e-findtool-dlg {
|
|
2862
2875
|
border-bottom-color: #dee2e6;
|
|
@@ -21283,28 +21283,28 @@ body.e-colorpicker-overflow {
|
|
|
21283
21283
|
@media (min-width: 768px) {
|
|
21284
21284
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21285
21285
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21286
|
-
margin: 30px
|
|
21286
|
+
margin: 30px;
|
|
21287
21287
|
width: 600px;
|
|
21288
21288
|
}
|
|
21289
21289
|
}
|
|
21290
21290
|
@media (max-width: 768px) {
|
|
21291
21291
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21292
21292
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21293
|
-
margin: 30px
|
|
21293
|
+
margin: 30px;
|
|
21294
21294
|
width: auto;
|
|
21295
21295
|
}
|
|
21296
21296
|
}
|
|
21297
21297
|
@media (max-width: 768px) {
|
|
21298
21298
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21299
21299
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21300
|
-
margin: 30px
|
|
21300
|
+
margin: 30px;
|
|
21301
21301
|
width: auto;
|
|
21302
21302
|
}
|
|
21303
21303
|
}
|
|
21304
21304
|
@media (min-width: 768px) {
|
|
21305
21305
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21306
21306
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21307
|
-
margin: 30px
|
|
21307
|
+
margin: 30px;
|
|
21308
21308
|
width: 600px;
|
|
21309
21309
|
}
|
|
21310
21310
|
}
|
|
@@ -21267,28 +21267,28 @@ body.e-colorpicker-overflow {
|
|
|
21267
21267
|
@media (min-width: 768px) {
|
|
21268
21268
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21269
21269
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21270
|
-
margin: 30px
|
|
21270
|
+
margin: 30px;
|
|
21271
21271
|
width: 600px;
|
|
21272
21272
|
}
|
|
21273
21273
|
}
|
|
21274
21274
|
@media (max-width: 768px) {
|
|
21275
21275
|
.e-alert-dialog.e-dialog.e-popup,
|
|
21276
21276
|
.e-confirm-dialog.e-dialog.e-popup {
|
|
21277
|
-
margin: 30px
|
|
21277
|
+
margin: 30px;
|
|
21278
21278
|
width: auto;
|
|
21279
21279
|
}
|
|
21280
21280
|
}
|
|
21281
21281
|
@media (max-width: 768px) {
|
|
21282
21282
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21283
21283
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21284
|
-
margin: 30px
|
|
21284
|
+
margin: 30px;
|
|
21285
21285
|
width: auto;
|
|
21286
21286
|
}
|
|
21287
21287
|
}
|
|
21288
21288
|
@media (min-width: 768px) {
|
|
21289
21289
|
.e-prompt-dialog.e-dialog.e-popup,
|
|
21290
21290
|
.e-prompt-dialog.e-dialog.e-popup {
|
|
21291
|
-
margin: 30px
|
|
21291
|
+
margin: 30px;
|
|
21292
21292
|
width: 600px;
|
|
21293
21293
|
}
|
|
21294
21294
|
}
|