@softheon/armature 21.8.0 → 21.10.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/assets/styles/material-override/_menu.scss +16 -0
- 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 +17 -9
- 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 +5 -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 };
|
|
@@ -3886,6 +3886,7 @@ interface BadgeTooltipData {
|
|
|
3886
3886
|
* Properties `name` & `icon` will be ignored in this case an do not need to be included.
|
|
3887
3887
|
* @property `badgeLabel`, the menu button badge label ( all menu badges will be 'neutral', no icon )
|
|
3888
3888
|
* @property `menuLabel`, the menu's label
|
|
3889
|
+
* @property `description`, the description text to display below the menu item
|
|
3889
3890
|
*/
|
|
3890
3891
|
interface ButtonData {
|
|
3891
3892
|
name?: string;
|
|
@@ -3899,6 +3900,7 @@ interface ButtonData {
|
|
|
3899
3900
|
displayBadgeLabel?: boolean;
|
|
3900
3901
|
badgeLabel?: string;
|
|
3901
3902
|
menuLabel?: string;
|
|
3903
|
+
description?: string;
|
|
3902
3904
|
badgeConfig?: ButtonBadgeConfig;
|
|
3903
3905
|
}
|
|
3904
3906
|
/**
|
|
@@ -7108,6 +7110,8 @@ declare class TextOverflowEllipsisTooltipDirective implements AfterViewInit, OnD
|
|
|
7108
7110
|
tooltipClass: string | Array<string>;
|
|
7109
7111
|
/** Possible positions for a tooltip : "left" | "right" | "above" | "below" | "before" | "after" */
|
|
7110
7112
|
tooltipPosition: TooltipPosition;
|
|
7113
|
+
/** Tooltip show delay in milliseconds */
|
|
7114
|
+
tooltipShowDelayMs: number;
|
|
7111
7115
|
/** Is the element overflowing */
|
|
7112
7116
|
private isOverflowing;
|
|
7113
7117
|
/** The resize observer */
|
|
@@ -7134,7 +7138,7 @@ declare class TextOverflowEllipsisTooltipDirective implements AfterViewInit, OnD
|
|
|
7134
7138
|
/** Hide the tooltip on mouseleave */
|
|
7135
7139
|
onMouseLeave(): void;
|
|
7136
7140
|
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>;
|
|
7141
|
+
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
7142
|
}
|
|
7139
7143
|
|
|
7140
7144
|
declare class MfeModule {
|