ngx-sp-infra 6.8.0 → 6.8.2
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.
|
@@ -4737,6 +4737,9 @@ class ComboboxMultipleChoiceComponent {
|
|
|
4737
4737
|
if (result.matches) {
|
|
4738
4738
|
this._isMobile = true;
|
|
4739
4739
|
}
|
|
4740
|
+
else {
|
|
4741
|
+
this._isMobile = false;
|
|
4742
|
+
}
|
|
4740
4743
|
});
|
|
4741
4744
|
}
|
|
4742
4745
|
LimitarTexto(texto, limite) {
|
|
@@ -6447,6 +6450,9 @@ class FooterComponent {
|
|
|
6447
6450
|
if (result.matches) {
|
|
6448
6451
|
this._isMobile = true;
|
|
6449
6452
|
}
|
|
6453
|
+
else {
|
|
6454
|
+
this._isMobile = false;
|
|
6455
|
+
}
|
|
6450
6456
|
});
|
|
6451
6457
|
}
|
|
6452
6458
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: FooterComponent, deps: [{ token: i0.ElementRef }, { token: i1$4.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
@@ -8218,6 +8224,9 @@ class LibHeaderComponent {
|
|
|
8218
8224
|
if (result.matches) {
|
|
8219
8225
|
this._isMobile = true;
|
|
8220
8226
|
}
|
|
8227
|
+
else {
|
|
8228
|
+
this._isMobile = false;
|
|
8229
|
+
}
|
|
8221
8230
|
});
|
|
8222
8231
|
}
|
|
8223
8232
|
initializeAuditoriaRoute() {
|
|
@@ -8788,6 +8797,9 @@ class TableComponent {
|
|
|
8788
8797
|
if (result.matches) {
|
|
8789
8798
|
this._isMobile = true;
|
|
8790
8799
|
}
|
|
8800
|
+
else {
|
|
8801
|
+
this._isMobile = false;
|
|
8802
|
+
}
|
|
8791
8803
|
});
|
|
8792
8804
|
}
|
|
8793
8805
|
/** Modifica a quantidade de itens a ser mostrada na lista.
|
|
@@ -9813,6 +9825,9 @@ class SearchFiltersComponent {
|
|
|
9813
9825
|
if (result.matches) {
|
|
9814
9826
|
this._isMobile = true;
|
|
9815
9827
|
}
|
|
9828
|
+
else {
|
|
9829
|
+
this._isMobile = false;
|
|
9830
|
+
}
|
|
9816
9831
|
});
|
|
9817
9832
|
}
|
|
9818
9833
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SearchFiltersComponent, deps: [{ token: i1$4.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component }); }
|