@esfaenza/es-table 15.2.6 → 15.2.8
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/esm2020/lib/components/es-table/es_table.component.mjs +29 -16
- package/esm2020/lib/components/pipes/est-propinsensitive.pipe.mjs +19 -0
- package/esm2020/lib/es-table.module.mjs +6 -3
- package/fesm2015/esfaenza-es-table.mjs +47 -15
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +46 -15
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +5 -1
- package/lib/components/pipes/est-propinsensitive.pipe.d.ts +7 -0
- package/lib/es-table.module.d.ts +14 -13
- package/package.json +1 -1
|
@@ -505,7 +505,11 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
505
505
|
* @param {any[]} items Oggetti da selezionare o deselezionare
|
|
506
506
|
* @param {boolean} select **true** per selezionarli, **false** per non toccarli
|
|
507
507
|
*/
|
|
508
|
-
setSelectionStatus(items: any[], all: boolean, select: boolean): void;
|
|
508
|
+
setSelectionStatus(items: any[], all: boolean, select: boolean, emit?: boolean): void;
|
|
509
|
+
/**
|
|
510
|
+
* Effettua un hard reset della selezione
|
|
511
|
+
*/
|
|
512
|
+
resetSelection(emit?: boolean): void;
|
|
509
513
|
/**
|
|
510
514
|
* Metodo che gestisce il cambio di Ordinamento di una colonna
|
|
511
515
|
*
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EstPropInsensitivePipe implements PipeTransform {
|
|
4
|
+
transform(item: any, property: string): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EstPropInsensitivePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<EstPropInsensitivePipe, "est_propinsensitive", false>;
|
|
7
|
+
}
|
package/lib/es-table.module.d.ts
CHANGED
|
@@ -14,21 +14,22 @@ import * as i10 from "./components/pipes/est-lookup.pipe";
|
|
|
14
14
|
import * as i11 from "./components/pipes/est-routerlink.pipe";
|
|
15
15
|
import * as i12 from "./components/pipes/est-renderer.pipe";
|
|
16
16
|
import * as i13 from "./components/pipes/est_editor.pipe";
|
|
17
|
-
import * as i14 from "
|
|
18
|
-
import * as i15 from "@angular/
|
|
19
|
-
import * as i16 from "@angular/
|
|
20
|
-
import * as i17 from "@
|
|
21
|
-
import * as i18 from "
|
|
22
|
-
import * as i19 from "ngx-bootstrap/
|
|
23
|
-
import * as i20 from "
|
|
24
|
-
import * as i21 from "@
|
|
25
|
-
import * as i22 from "@angular/material/legacy-
|
|
26
|
-
import * as i23 from "@angular/material/legacy-
|
|
27
|
-
import * as i24 from "@angular/
|
|
28
|
-
import * as i25 from "@
|
|
17
|
+
import * as i14 from "./components/pipes/est-propinsensitive.pipe";
|
|
18
|
+
import * as i15 from "@angular/common";
|
|
19
|
+
import * as i16 from "@angular/forms";
|
|
20
|
+
import * as i17 from "@angular/router";
|
|
21
|
+
import * as i18 from "@esfaenza/localizations";
|
|
22
|
+
import * as i19 from "ngx-bootstrap/modal";
|
|
23
|
+
import * as i20 from "ngx-bootstrap/dropdown";
|
|
24
|
+
import * as i21 from "@esfaenza/ngx-contextmenu";
|
|
25
|
+
import * as i22 from "@angular/material/legacy-select";
|
|
26
|
+
import * as i23 from "@angular/material/legacy-input";
|
|
27
|
+
import * as i24 from "@angular/material/legacy-tooltip";
|
|
28
|
+
import * as i25 from "@angular/cdk/drag-drop";
|
|
29
|
+
import * as i26 from "@esfaenza/forms-and-validations";
|
|
29
30
|
export declare class EsTableModule {
|
|
30
31
|
static forRoot(config?: EsTableModuleConfig): ModuleWithProviders<EsTableModule>;
|
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsTableModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EsTableModule, [typeof i1.EsTdDirective, typeof i2.EsThDirective, typeof i3.EsTdEditorDirective, typeof i4.EsTableComponent, typeof i5.TablePagerComponent, typeof i6.EsTableTemplate, typeof i7.EsTh, typeof i8.EsTd, typeof i9.EstFormatPipe, typeof i10.EstLookupPipe, typeof i11.EstRouterLinkPipe, typeof i12.EstRendererPipe, typeof i13.EstEditorPipe], [typeof
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EsTableModule, [typeof i1.EsTdDirective, typeof i2.EsThDirective, typeof i3.EsTdEditorDirective, typeof i4.EsTableComponent, typeof i5.TablePagerComponent, typeof i6.EsTableTemplate, typeof i7.EsTh, typeof i8.EsTd, typeof i9.EstFormatPipe, typeof i10.EstLookupPipe, typeof i11.EstRouterLinkPipe, typeof i12.EstRendererPipe, typeof i13.EstEditorPipe, typeof i14.EstPropInsensitivePipe], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i17.RouterModule, typeof i18.LocalizationModule, typeof i19.ModalModule, typeof i20.BsDropdownModule, typeof i21.ContextMenuModule, typeof i22.MatLegacySelectModule, typeof i23.MatLegacyInputModule, typeof i24.MatLegacyTooltipModule, typeof i25.DragDropModule, typeof i26.FormsAndValidationsModule], [typeof i1.EsTdDirective, typeof i2.EsThDirective, typeof i3.EsTdEditorDirective, typeof i4.EsTableComponent, typeof i5.TablePagerComponent, typeof i6.EsTableTemplate]>;
|
|
33
34
|
static ɵinj: i0.ɵɵInjectorDeclaration<EsTableModule>;
|
|
34
35
|
}
|