@esfaenza/es-table 20.3.4 → 20.3.6

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/index.d.ts CHANGED
@@ -2,25 +2,26 @@ import * as _angular_core from '@angular/core';
2
2
  import { ChangeDetectorRef, EventEmitter, WritableSignal, Signal, TemplateRef, ElementRef, QueryList, NgZone, Renderer2, Type, PipeTransform, ModuleWithProviders, InjectionToken } from '@angular/core';
3
3
  import * as i18 from '@esfaenza/localizations';
4
4
  import { LocalizationService } from '@esfaenza/localizations';
5
+ import * as i19 from '@esfaenza/extensions';
5
6
  import { MessageService, ExportService, UtilityService, DateService, HashingService, ClipboardService, AppEmbeddingExtensions } from '@esfaenza/extensions';
6
7
  import * as i16 from '@angular/forms';
7
8
  import { ControlValueAccessor, NgControl } from '@angular/forms';
8
9
  import { PreferencesService } from '@esfaenza/preferences';
9
- import * as i21 from '@esfaenza/ngx-contextmenu';
10
+ import * as i22 from '@esfaenza/ngx-contextmenu';
10
11
  import { ContextMenuComponent } from '@esfaenza/ngx-contextmenu';
11
12
  import { SafeHtml } from '@angular/platform-browser';
12
13
  import { ReplaySubject, Subject } from 'rxjs';
13
- import * as i22 from '@angular/cdk/drag-drop';
14
+ import * as i23 from '@angular/cdk/drag-drop';
14
15
  import { CdkDragDrop, CdkDrag } from '@angular/cdk/drag-drop';
15
- import * as i19 from 'ngx-bootstrap/modal';
16
+ import * as i20 from 'ngx-bootstrap/modal';
16
17
  import { ModalDirective } from 'ngx-bootstrap/modal';
17
18
  import * as i15 from '@angular/common';
18
19
  import * as i17 from '@angular/router';
19
- import * as i20 from 'ngx-bootstrap/dropdown';
20
- import * as i23 from '@esfaenza/forms-and-validations';
21
- import * as i24 from 'primeng/tooltip';
22
- import * as i25 from '@esfaenza/access-control';
23
- import * as i26 from 'primeng/select';
20
+ import * as i21 from 'ngx-bootstrap/dropdown';
21
+ import * as i24 from '@esfaenza/forms-and-validations';
22
+ import * as i25 from 'primeng/tooltip';
23
+ import * as i26 from '@esfaenza/access-control';
24
+ import * as i27 from 'primeng/select';
24
25
 
25
26
  /** Componente che si occupa della paginazione di una tabella */
26
27
  declare class EsTablePagerComponent {
@@ -357,6 +358,7 @@ declare class EsTableColumnsDefinition {
357
358
  Pinnable: boolean;
358
359
  Grouping: string;
359
360
  Shrink: boolean;
361
+ Format?: string;
360
362
  /**
361
363
  * Costruttore
362
364
  *
@@ -375,13 +377,14 @@ declare class EsTableColumnsDefinition {
375
377
  * @param {{id: string, description: string}[]} PropertySource Sorgente dati su cui autocompletare/scegliere il valore per la proprietà **propertyName**, ha senso solo per **propType** enum o autocomplete.
376
378
  * @param {string} EditorName Nome dell'editor da utilizzare per la modifica di questo campo
377
379
  * @param {string} RendererName Nome del renderer da utilizzare per visualizzare questo campo
380
+ * @param {string} Format Nome del renderer da utilizzare per visualizzare questo campo
378
381
  */
379
382
  constructor(Description: string, PropertyName: string, RoutePath?: string, RouteParameterProperties?: string[], DataOrder?: 'ASC' | 'DESC', ColumnOrder?: number, Visible?: boolean, Clss?: string, Orderable?: boolean, HeaderWraps?: boolean, PropertyType?: InputType | string, PropertySource?: {
380
383
  id: string;
381
384
  description: string;
382
385
  }[], EditorName?: string, RendererName?: string, EditorOptions?: {
383
386
  [id: string]: any;
384
- }, Pinned?: boolean, PinnedWidth?: number, Pinnable?: boolean, Grouping?: string, Shrink?: boolean);
387
+ }, Pinned?: boolean, PinnedWidth?: number, Pinnable?: boolean, Grouping?: string, Shrink?: boolean, Format?: string);
385
388
  static build(parsObj: any): EsTableColumnsDefinition;
386
389
  }
387
390
 
@@ -2521,7 +2524,7 @@ declare class EstPropInsensitivePipe implements PipeTransform {
2521
2524
  declare class EsTableModule {
2522
2525
  static forRoot(config?: EsTableModuleConfig): ModuleWithProviders<EsTableModule>;
2523
2526
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<EsTableModule, never>;
2524
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<EsTableModule, [typeof EsTdDirective, typeof EsThDirective, typeof EsTdEditorDirective, typeof EsTableComponent, typeof EsTablePagerComponent, typeof ThTdProvider, typeof EsTh, typeof EsTd, typeof EstFormatPipe, typeof EstLookupPipe, typeof EstRouterLinkPipe, typeof EstRendererPipe, typeof EstEditorPipe, typeof EstPropInsensitivePipe], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i17.RouterModule, typeof i18.LocalizationModule, typeof i19.ModalModule, typeof i20.BsDropdownModule, typeof i21.ContextMenuModule, typeof i22.DragDropModule, typeof i23.FormsAndValidationsModule, typeof i24.TooltipModule, typeof i25.AccessControlModule, typeof i26.SelectModule], [typeof EsTdDirective, typeof EsThDirective, typeof EsTdEditorDirective, typeof EsTableComponent, typeof EsTablePagerComponent, typeof ThTdProvider]>;
2527
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<EsTableModule, [typeof EsTdDirective, typeof EsThDirective, typeof EsTdEditorDirective, typeof EsTableComponent, typeof EsTablePagerComponent, typeof ThTdProvider, typeof EsTh, typeof EsTd, typeof EstFormatPipe, typeof EstLookupPipe, typeof EstRouterLinkPipe, typeof EstRendererPipe, typeof EstEditorPipe, typeof EstPropInsensitivePipe], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i17.RouterModule, typeof i18.LocalizationModule, typeof i19.ExtensionsModule, typeof i20.ModalModule, typeof i21.BsDropdownModule, typeof i22.ContextMenuModule, typeof i23.DragDropModule, typeof i24.FormsAndValidationsModule, typeof i25.TooltipModule, typeof i26.AccessControlModule, typeof i27.SelectModule], [typeof EsTdDirective, typeof EsThDirective, typeof EsTdEditorDirective, typeof EsTableComponent, typeof EsTablePagerComponent, typeof ThTdProvider]>;
2525
2528
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<EsTableModule>;
2526
2529
  }
2527
2530
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "20.3.4",
3
+ "version": "20.3.6",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -8,12 +8,12 @@
8
8
  "@angular/common": "^20.3.24",
9
9
  "@angular/core": "^20.3.24",
10
10
  "@angular/cdk": "^20.2.14",
11
- "@esfaenza/localizations": "^20.3.6",
12
- "@esfaenza/extensions": "^20.3.9",
13
- "@esfaenza/forms-and-validations": "^20.3.5",
14
- "@esfaenza/ngx-contextmenu": "^20.3.3",
15
- "@esfaenza/access-control": "^20.3.4",
16
- "@esfaenza/preferences": "^20.3.7",
11
+ "@esfaenza/localizations": "^20.3.7",
12
+ "@esfaenza/extensions": "^20.3.10",
13
+ "@esfaenza/forms-and-validations": "^20.3.6",
14
+ "@esfaenza/ngx-contextmenu": "^20.3.4",
15
+ "@esfaenza/access-control": "^20.3.5",
16
+ "@esfaenza/preferences": "^20.3.8",
17
17
  "ngx-bootstrap": "20.0.2",
18
18
  "@primeng/themes": "20.4.0",
19
19
  "primeng": "20.4.0",