@softheon/armature 21.8.0 → 21.9.0
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/fesm2022/softheon-armature-ag-grid-components.mjs +60 -9
- package/fesm2022/softheon-armature-ag-grid-components.mjs.map +1 -1
- package/fesm2022/softheon-armature.mjs +9 -1
- package/fesm2022/softheon-armature.mjs.map +1 -1
- package/package.json +1 -1
- package/types/softheon-armature-ag-grid-components.d.ts +35 -23
- package/types/softheon-armature.d.ts +3 -1
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit, OnChanges, EventEmitter, ElementRef, QueryList, WritableSignal, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { ColDef, ApplyColumnStateParams, FilterModel, GetRowIdFunc, GridReadyEvent, SortChangedEvent, PaginationChangedEvent, NavigateToNextHeaderParams, HeaderPosition, TabToNextHeaderParams } from 'ag-grid-community';
|
|
4
|
-
import * as
|
|
4
|
+
import * as i10 from '@angular/material/select';
|
|
5
5
|
import { MatSelect } from '@angular/material/select';
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
18
|
-
import * as
|
|
19
|
-
import * as
|
|
20
|
-
import * as
|
|
21
|
-
import * as
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
25
|
-
import * as
|
|
6
|
+
import * as i5 from '@angular/common';
|
|
7
|
+
import * as i6 from '@ngbracket/ngx-layout';
|
|
8
|
+
import * as i7 from '@angular/forms';
|
|
9
|
+
import * as i8 from '@ngx-translate/core';
|
|
10
|
+
import * as i9 from 'ag-grid-angular';
|
|
11
|
+
import * as i11 from '@angular/material/core';
|
|
12
|
+
import * as i12 from '@angular/material/checkbox';
|
|
13
|
+
import * as i13 from '@angular/material/icon';
|
|
14
|
+
import * as i14 from '@angular/material/dialog';
|
|
15
|
+
import * as i15 from '@angular/material/button';
|
|
16
|
+
import * as i16 from '@angular/material/form-field';
|
|
17
|
+
import * as i17 from '@angular/material/input';
|
|
18
|
+
import * as i18 from '@angular/material/toolbar';
|
|
19
|
+
import * as i19 from '@angular/material/tooltip';
|
|
20
|
+
import * as i20 from '@angular/material/button-toggle';
|
|
21
|
+
import * as i21 from '@angular/material/card';
|
|
22
|
+
import * as i22 from '@angular/material/radio';
|
|
23
|
+
import * as i23 from '@angular/material/badge';
|
|
24
|
+
import * as i24 from '@angular/material/progress-spinner';
|
|
25
|
+
import * as i25 from '@softheon/armature';
|
|
26
26
|
|
|
27
27
|
/** The Softheon Armature Table component */
|
|
28
28
|
declare class SofTableComponent implements OnInit, OnChanges {
|
|
@@ -319,11 +319,23 @@ interface ColumnData {
|
|
|
319
319
|
isChecked?: boolean;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
+
/** Cell component using the 'textOverflowEllipsisTooltip' directive */
|
|
323
|
+
declare class SofCellTextOverflowEllipsisComponent {
|
|
324
|
+
/** Params for rendering this component. */
|
|
325
|
+
text: string;
|
|
326
|
+
/** Params for rendering this component. */
|
|
327
|
+
tooltipClass: string;
|
|
328
|
+
/** Init params for rendering this component. */
|
|
329
|
+
agInit(params: any): void;
|
|
330
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SofCellTextOverflowEllipsisComponent, never>;
|
|
331
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SofCellTextOverflowEllipsisComponent, "sof-cell-text-overflow-ellipsis-tooltip", never, {}, {}, never, never, false, never>;
|
|
332
|
+
}
|
|
333
|
+
|
|
322
334
|
declare class AgGridComponentsModule {
|
|
323
335
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridComponentsModule, never>;
|
|
324
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AgGridComponentsModule, [typeof SofTableComponent, typeof SofTableCellComponent, typeof SofColumnOptionsComponent], [typeof
|
|
336
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AgGridComponentsModule, [typeof SofTableComponent, typeof SofTableCellComponent, typeof SofColumnOptionsComponent, typeof SofCellTextOverflowEllipsisComponent], [typeof i5.CommonModule, typeof i6.FlexLayoutModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.TranslateModule, typeof i9.AgGridModule, typeof i10.MatSelectModule, typeof i11.MatOptionModule, typeof i12.MatCheckboxModule, typeof i13.MatIconModule, typeof i14.MatDialogModule, typeof i15.MatButtonModule, typeof i16.MatFormFieldModule, typeof i17.MatInputModule, typeof i18.MatToolbarModule, typeof i19.MatTooltipModule, typeof i20.MatButtonToggleModule, typeof i21.MatCardModule, typeof i22.MatRadioModule, typeof i23.MatBadgeModule, typeof i24.MatProgressSpinnerModule, typeof i25.BaseComponentModule, typeof i25.TextOverflowEllipsisTooltipDirective], [typeof SofTableComponent, typeof SofTableCellComponent, typeof SofColumnOptionsComponent, typeof SofCellTextOverflowEllipsisComponent]>;
|
|
325
337
|
static ɵinj: i0.ɵɵInjectorDeclaration<AgGridComponentsModule>;
|
|
326
338
|
}
|
|
327
339
|
|
|
328
|
-
export { AgGridComponentsModule, SofColumnOptionsComponent, SofTableCellComponent, SofTableComponent };
|
|
340
|
+
export { AgGridComponentsModule, SofCellTextOverflowEllipsisComponent, SofColumnOptionsComponent, SofTableCellComponent, SofTableComponent };
|
|
329
341
|
export type { ColumnData, ColumnOptionsData, ExportTableData };
|
|
@@ -7108,6 +7108,8 @@ declare class TextOverflowEllipsisTooltipDirective implements AfterViewInit, OnD
|
|
|
7108
7108
|
tooltipClass: string | Array<string>;
|
|
7109
7109
|
/** Possible positions for a tooltip : "left" | "right" | "above" | "below" | "before" | "after" */
|
|
7110
7110
|
tooltipPosition: TooltipPosition;
|
|
7111
|
+
/** Tooltip show delay in milliseconds */
|
|
7112
|
+
tooltipShowDelayMs: number;
|
|
7111
7113
|
/** Is the element overflowing */
|
|
7112
7114
|
private isOverflowing;
|
|
7113
7115
|
/** The resize observer */
|
|
@@ -7134,7 +7136,7 @@ declare class TextOverflowEllipsisTooltipDirective implements AfterViewInit, OnD
|
|
|
7134
7136
|
/** Hide the tooltip on mouseleave */
|
|
7135
7137
|
onMouseLeave(): void;
|
|
7136
7138
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextOverflowEllipsisTooltipDirective, never>;
|
|
7137
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TextOverflowEllipsisTooltipDirective, "[textOverflowEllipsisTooltip]", never, { "tooltipText": { "alias": "textOverflowEllipsisTooltip"; "required": false; }; "tooltipClass": { "alias": "ellipsisTooltipClass"; "required": false; }; "tooltipPosition": { "alias": "ellipsisTooltipPosition"; "required": false; }; }, {}, never, never, true, never>;
|
|
7139
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TextOverflowEllipsisTooltipDirective, "[textOverflowEllipsisTooltip]", never, { "tooltipText": { "alias": "textOverflowEllipsisTooltip"; "required": false; }; "tooltipClass": { "alias": "ellipsisTooltipClass"; "required": false; }; "tooltipPosition": { "alias": "ellipsisTooltipPosition"; "required": false; }; "tooltipShowDelayMs": { "alias": "ellipsisTooltipShowDelayMs"; "required": false; }; }, {}, never, never, true, never>;
|
|
7138
7140
|
}
|
|
7139
7141
|
|
|
7140
7142
|
declare class MfeModule {
|