coer-elements 0.0.134 → 0.0.135

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.134",
3
+ "version": "0.0.135",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",
@@ -14,7 +14,7 @@
14
14
  "homepage": "https://github.com/Chris19910804/coer-elements",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/Chris19910804/coer-elements"
17
+ "url": ""
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@angular/common": "^19.0.0",
@@ -1200,7 +1200,6 @@ div.coer-select-box ul.dropdown-menu {
1200
1200
  border-top-left-radius: 0px !important;
1201
1201
  border-top-right-radius: 0px !important;
1202
1202
  max-height: 205px !important;
1203
- width: 100% !important;
1204
1203
  overflow: auto !important;
1205
1204
  padding: 0px !important;
1206
1205
  }
@@ -1257,6 +1256,10 @@ coer-grid table tbody tr td.coer-selectbox div.coer-select-box .btn-group {
1257
1256
  top: 28px !important;
1258
1257
  }
1259
1258
 
1259
+ aside.modal .modal-content ul.dropdown-menu {
1260
+ position: fixed !important;
1261
+ }
1262
+
1260
1263
  mat-drawer-container {
1261
1264
  height: calc(100vh - 45px) !important;
1262
1265
  }
@@ -1809,10 +1812,7 @@ aside.toast-container > * {
1809
1812
  animation-name: fadeIn;
1810
1813
  animation-duration: 1.5s;
1811
1814
  animation-iteration-count: 1;
1812
- animation-fill-mode: both;
1813
1815
  min-height: 60px;
1814
- position: relative;
1815
- z-index: 0;
1816
1816
  }
1817
1817
 
1818
1818
  .coer-container-accordion {
@@ -1824,10 +1824,7 @@ aside.toast-container > * {
1824
1824
  animation-name: fadeIn;
1825
1825
  animation-duration: 1.5s;
1826
1826
  animation-iteration-count: 1;
1827
- animation-fill-mode: both;
1828
1827
  min-height: 60px;
1829
- position: relative;
1830
- z-index: 0;
1831
1828
  min-height: 55px;
1832
1829
  }
1833
1830
 
@@ -1840,10 +1837,7 @@ aside.toast-container > * {
1840
1837
  animation-name: fadeIn;
1841
1838
  animation-duration: 1.5s;
1842
1839
  animation-iteration-count: 1;
1843
- animation-fill-mode: both;
1844
1840
  min-height: 60px;
1845
- position: relative;
1846
- z-index: 0;
1847
1841
  padding: 0px;
1848
1842
  }
1849
1843
  .coer-container-tab .row {
@@ -1859,10 +1853,7 @@ aside.toast-container > * {
1859
1853
  animation-name: fadeIn;
1860
1854
  animation-duration: 1.5s;
1861
1855
  animation-iteration-count: 1;
1862
- animation-fill-mode: both;
1863
1856
  min-height: 60px;
1864
- position: relative;
1865
- z-index: 0;
1866
1857
  padding-bottom: 5px;
1867
1858
  }
1868
1859
 
@@ -1875,10 +1866,7 @@ aside.toast-container > * {
1875
1866
  animation-name: fadeIn;
1876
1867
  animation-duration: 1.5s;
1877
1868
  animation-iteration-count: 1;
1878
- animation-fill-mode: both;
1879
1869
  min-height: 60px;
1880
- position: relative;
1881
- z-index: 0;
1882
1870
  padding: 0px;
1883
1871
  }
1884
1872
 
@@ -12,25 +12,7 @@
12
12
  animation-name: fadeIn;
13
13
  animation-duration: 1.5s;
14
14
  animation-iteration-count: 1;
15
- animation-fill-mode: both;
16
15
  min-height: 60px;
17
- position: relative;
18
- z-index: 0;
19
- }
20
-
21
- @mixin Container() {
22
- margin: 15px 30px 0px 30px;
23
- padding: 10px;
24
- box-shadow: 0px 0px 10px -10px black;
25
- border-radius: 8px;
26
- background-color: white;
27
- animation-name: fadeIn;
28
- animation-duration: 1.5s;
29
- animation-iteration-count: 1;
30
- animation-fill-mode: both;
31
- min-height: 60px;
32
- position: relative;
33
- z-index: 0;
34
16
  }
35
17
 
36
18
  .coer-container {
@@ -34,7 +34,7 @@ export declare class Page implements AfterViewInit, OnDestroy {
34
34
  private _source;
35
35
  private _preventDestroy;
36
36
  constructor(page: string);
37
- ngAfterViewInit(): void;
37
+ ngAfterViewInit(): Promise<void>;
38
38
  ngOnDestroy(): void;
39
39
  /** Main method. Starts after ngAfterViewInit() */
40
40
  protected RunPage(): void;