coer-elements 0.0.46 → 0.0.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/esm2022/components/lib/coer-grid/coer-grid.component.mjs +3 -3
- package/esm2022/components/lib/coer-grid/coer-grid.extension.mjs +4 -3
- package/fesm2022/coer-elements-components.mjs +5 -4
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/coer-elements.css +8 -10
package/package.json
CHANGED
package/styles/coer-elements.css
CHANGED
|
@@ -2754,6 +2754,7 @@ div.coer-grid table tbody tr td {
|
|
|
2754
2754
|
white-space: break-spaces;
|
|
2755
2755
|
text-overflow: ellipsis;
|
|
2756
2756
|
overflow: hidden;
|
|
2757
|
+
min-height: 31px !important;
|
|
2757
2758
|
}
|
|
2758
2759
|
div.coer-grid table tbody tr.row-focus td {
|
|
2759
2760
|
background-color: #cde1ff;
|
|
@@ -2767,15 +2768,6 @@ div.coer-grid table tbody tr td.coer-selectbox {
|
|
|
2767
2768
|
div.coer-grid table tbody tr td.default-cell {
|
|
2768
2769
|
cursor: pointer !important;
|
|
2769
2770
|
}
|
|
2770
|
-
div.coer-grid table tbody tr td.template {
|
|
2771
|
-
display: block !important;
|
|
2772
|
-
white-space: nowrap !important;
|
|
2773
|
-
cursor: pointer !important;
|
|
2774
|
-
height: 31px;
|
|
2775
|
-
}
|
|
2776
|
-
div.coer-grid table tbody tr td.template > div.template {
|
|
2777
|
-
display: block !important;
|
|
2778
|
-
}
|
|
2779
2771
|
div.coer-grid table thead tr th.action-button,
|
|
2780
2772
|
div.coer-grid table thead tr td.action-button,
|
|
2781
2773
|
div.coer-grid table thead tr th.check-box,
|
|
@@ -2832,7 +2824,11 @@ div.coer-grid div.loading i.spinner-border {
|
|
|
2832
2824
|
font-size: 20px !important;
|
|
2833
2825
|
position: absolute !important;
|
|
2834
2826
|
}
|
|
2835
|
-
div.coer-grid td.check-box
|
|
2827
|
+
div.coer-grid td.check-box div.spinner-border-container {
|
|
2828
|
+
position: absolute;
|
|
2829
|
+
transform: translate(7px, -19px);
|
|
2830
|
+
}
|
|
2831
|
+
div.coer-grid td.check-box div.spinner-border-container i.spinner-border {
|
|
2836
2832
|
width: 15px !important;
|
|
2837
2833
|
height: 15px !important;
|
|
2838
2834
|
color: #fd6031 !important;
|
|
@@ -2866,7 +2862,9 @@ div.coer-grid .template div {
|
|
|
2866
2862
|
white-space: nowrap !important;
|
|
2867
2863
|
display: flex !important;
|
|
2868
2864
|
align-items: center !important;
|
|
2865
|
+
cursor: pointer !important;
|
|
2869
2866
|
gap: 5px !important;
|
|
2867
|
+
width: 100%;
|
|
2870
2868
|
}
|
|
2871
2869
|
|
|
2872
2870
|
.modal-dialog {
|