coer-elements 0.0.52 → 0.0.54

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.52",
3
+ "version": "0.0.54",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -2277,8 +2277,8 @@ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc
2277
2277
 
2278
2278
  div.coer-list header {
2279
2279
  align-items: center;
2280
- justify-content: space-between;
2281
- padding-right: 0px 8px;
2280
+ justify-content: flex-end;
2281
+ padding-right: 10px;
2282
2282
  margin: 0px;
2283
2283
  }
2284
2284
  div.coer-list header h6 {
@@ -2293,6 +2293,8 @@ div.coer-list header h6 {
2293
2293
  div.coer-list header > div {
2294
2294
  display: flex;
2295
2295
  align-items: baseline;
2296
+ position: relative;
2297
+ z-index: 1;
2296
2298
  }
2297
2299
  div.coer-list ul.coer-list {
2298
2300
  width: 100%;
@@ -61,6 +61,8 @@ export declare class Page implements AfterViewInit, OnDestroy {
61
61
  /** */
62
62
  private __GetPageFilter;
63
63
  /** */
64
+ protected RemovePageFilter(): void;
65
+ /** */
64
66
  protected Log(value: any, log?: string | null): void;
65
67
  protected isActiveTemplate: (item: import("coer-elements/interfaces").IGridItem<any>) => string;
66
68
  protected coerSwitchTemplate: (item: import("coer-elements/interfaces").IGridItem<any>) => import("coer-elements/interfaces").IGridCoerSwitch;