coer-elements 0.0.39 → 0.0.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -2171,13 +2171,32 @@ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc
2171
2171
  padding: 5px;
2172
2172
  }
2173
2173
 
2174
+ div.coer-list header {
2175
+ align-items: center;
2176
+ justify-content: space-between;
2177
+ padding-right: 0px 8px;
2178
+ margin: 0px;
2179
+ }
2180
+ div.coer-list header h6 {
2181
+ display: flex;
2182
+ align-items: center;
2183
+ gap: 10px;
2184
+ min-height: 40px;
2185
+ max-height: 40px;
2186
+ margin-top: 5px;
2187
+ margin-bottom: 5px;
2188
+ }
2189
+ div.coer-list header > div {
2190
+ display: flex;
2191
+ align-items: baseline;
2192
+ }
2174
2193
  div.coer-list ul.coer-list {
2175
2194
  width: 100%;
2176
2195
  border: solid 1px #ccc;
2177
2196
  display: block;
2178
2197
  background: white;
2179
2198
  border-radius: 4px;
2180
- overflow: hidden;
2199
+ overflow: auto;
2181
2200
  }
2182
2201
  div.coer-list li.coer-list-box {
2183
2202
  padding: 10px 10px;
@@ -2222,6 +2241,26 @@ div.coer-list ul.cdk-drop-list-dragging,
2222
2241
  div.coer-list ul.cdk-drop-list-dragging * {
2223
2242
  cursor: grabbing;
2224
2243
  }
2244
+ div.coer-list div.loading,
2245
+ div.coer-list div.no-data {
2246
+ position: absolute;
2247
+ display: flex;
2248
+ align-items: center;
2249
+ justify-content: center;
2250
+ width: 100%;
2251
+ height: 100%;
2252
+ font-size: 25px;
2253
+ color: gray;
2254
+ z-index: 1;
2255
+ }
2256
+ div.coer-list div.loading {
2257
+ background-color: rgba(187, 187, 187, 0.5137254902) !important;
2258
+ flex-direction: column !important;
2259
+ gap: 10px !important;
2260
+ }
2261
+ div.coer-list div.loading span.fa-fade {
2262
+ position: relative !important;
2263
+ }
2225
2264
 
2226
2265
  .tooltip-inner {
2227
2266
  min-width: 125px;