coer-elements 0.0.45 → 0.0.47
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/components/lib/coer-modal/coer-modal.component.d.ts +1 -1
- package/components/lib/coer-numberbox/coer-numberbox.component.d.ts +1 -1
- package/components/lib/coer-textarea/coer-textarea.component.d.ts +1 -1
- package/components/lib/coer-textbox/coer-textbox.component.d.ts +1 -1
- 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 +7 -12
package/package.json
CHANGED
package/styles/coer-elements.css
CHANGED
@@ -2767,17 +2767,6 @@ div.coer-grid table tbody tr td.coer-selectbox {
|
|
2767
2767
|
div.coer-grid table tbody tr td.default-cell {
|
2768
2768
|
cursor: pointer !important;
|
2769
2769
|
}
|
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
|
-
padding-top: 8px !important;
|
2776
|
-
}
|
2777
|
-
div.coer-grid table tbody tr td.template > div.template {
|
2778
|
-
display: flex !important;
|
2779
|
-
align-items: center !important;
|
2780
|
-
}
|
2781
2770
|
div.coer-grid table thead tr th.action-button,
|
2782
2771
|
div.coer-grid table thead tr td.action-button,
|
2783
2772
|
div.coer-grid table thead tr th.check-box,
|
@@ -2834,7 +2823,11 @@ div.coer-grid div.loading i.spinner-border {
|
|
2834
2823
|
font-size: 20px !important;
|
2835
2824
|
position: absolute !important;
|
2836
2825
|
}
|
2837
|
-
div.coer-grid td.check-box
|
2826
|
+
div.coer-grid td.check-box div.spinner-border-container {
|
2827
|
+
position: absolute;
|
2828
|
+
transform: translate(7px, -19px);
|
2829
|
+
}
|
2830
|
+
div.coer-grid td.check-box div.spinner-border-container i.spinner-border {
|
2838
2831
|
width: 15px !important;
|
2839
2832
|
height: 15px !important;
|
2840
2833
|
color: #fd6031 !important;
|
@@ -2868,7 +2861,9 @@ div.coer-grid .template div {
|
|
2868
2861
|
white-space: nowrap !important;
|
2869
2862
|
display: flex !important;
|
2870
2863
|
align-items: center !important;
|
2864
|
+
cursor: pointer !important;
|
2871
2865
|
gap: 5px !important;
|
2866
|
+
width: 100%;
|
2872
2867
|
}
|
2873
2868
|
|
2874
2869
|
.modal-dialog {
|