@esfaenza/es-table 19.2.1 → 19.2.3

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.
@@ -7,6 +7,7 @@ export declare class ExportHandler {
7
7
  private msgExts;
8
8
  private utiExts;
9
9
  private dateExts;
10
+ private exportInProgress;
10
11
  /** @ignore Costruttore*/
11
12
  constructor(est: EsTableComponent, expExts: ExportService, msgExts: MessageService, utiExts: UtilityService, dateExts: DateService);
12
13
  /**
@@ -1,5 +1,4 @@
1
1
  import { TemplateRef } from "@angular/core";
2
- import { AvailableOptions } from "@esfaenza/forms-and-validations";
3
2
  import { ThAggregation } from "../domain/internals/ThAggregation";
4
3
  import { InputType } from "../domain/types";
5
4
  import * as i0 from "@angular/core";
@@ -88,7 +87,7 @@ export declare class EsThDirective {
88
87
  thEditorName: string;
89
88
  /** Opzioni da applicare all'editor di questa colonna */
90
89
  thEditorOptions: {
91
- [id in AvailableOptions]?: any;
90
+ [id: string]: any;
92
91
  };
93
92
  /** Nome del renderer da utilizzare per visualizzare questo campo. Utilizzato solo per le tabelle dinamiche */
94
93
  thRendererName: string;
@@ -1,5 +1,4 @@
1
1
  import { InputType } from "../types";
2
- import { AvailableOptions } from "@esfaenza/forms-and-validations";
3
2
  /** Classe che identifica una colonna. Utilizzata in modalità "Colonne dinamiche" */
4
3
  export declare class EsTableColumnsDefinition {
5
4
  Description: string;
@@ -20,7 +19,7 @@ export declare class EsTableColumnsDefinition {
20
19
  EditorName: string;
21
20
  RendererName: string;
22
21
  EditorOptions: {
23
- [id in AvailableOptions]?: any;
22
+ [id: string]: any;
24
23
  };
25
24
  Pinned: boolean;
26
25
  PinnedWidth: number;
@@ -50,7 +49,7 @@ export declare class EsTableColumnsDefinition {
50
49
  id: string;
51
50
  description: string;
52
51
  }[], EditorName?: string, RendererName?: string, EditorOptions?: {
53
- [id in AvailableOptions]?: any;
52
+ [id: string]: any;
54
53
  }, Pinned?: boolean, PinnedWidth?: number, Pinnable?: boolean, Grouping?: string, Shrink?: boolean);
55
54
  static build(parsObj: any): EsTableColumnsDefinition;
56
55
  }
package/package.json CHANGED
@@ -1,25 +1,24 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "19.2.1",
3
+ "version": "19.2.3",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
7
7
  "peerDependencies": {
8
- "@ngxmc/datetime-picker": "19.3.1",
9
8
  "@angular/common": "^19.2.14",
10
9
  "@angular/core": "^19.2.14",
11
10
  "@angular/material": "^19.2.18",
12
- "@esfaenza/localizations": "^19.2.1",
13
- "@esfaenza/extensions": "^19.2.1",
14
- "@esfaenza/forms-and-validations": "^19.2.1",
15
- "@esfaenza/ngx-contextmenu": "^19.2.1",
16
- "@esfaenza/access-control": "^19.2.1",
17
- "@esfaenza/preferences": "^19.2.1",
18
- "@esfaenza/material-dayjs-adapter": "^19.2.1",
19
- "@esfaenza/ngx-currency-mask": "^19.2.1",
20
- "angular2-multiselect-dropdown": "10.0.0",
11
+ "@esfaenza/localizations": "^19.2.2",
12
+ "@esfaenza/extensions": "^19.2.4",
13
+ "@esfaenza/forms-and-validations": "^19.2.6",
14
+ "@esfaenza/ngx-contextmenu": "^19.2.2",
15
+ "@esfaenza/access-control": "^19.2.2",
16
+ "@esfaenza/preferences": "^19.2.2",
21
17
  "ngx-toastr": "19.0.0",
22
- "ngx-bootstrap": "19.0.2"
18
+ "ngx-bootstrap": "19.0.2",
19
+ "@primeng/themes": "19.1.3",
20
+ "primeng": "19.1.3",
21
+ "primelocale": "2.1.4"
23
22
  },
24
23
  "module": "fesm2022/esfaenza-es-table.mjs",
25
24
  "typings": "index.d.ts",