@softheon/armature 21.15.0 → 21.16.1
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 +11 -7
- package/fesm2022/softheon-armature-ag-grid-components.mjs.map +1 -1
- package/fesm2022/softheon-armature.mjs +12 -3
- package/fesm2022/softheon-armature.mjs.map +1 -1
- package/package.json +1 -1
- package/types/softheon-armature-ag-grid-components.d.ts +4 -2
- package/types/softheon-armature.d.ts +8 -0
package/package.json
CHANGED
|
@@ -69,6 +69,8 @@ declare class SofTableComponent implements OnInit, OnChanges {
|
|
|
69
69
|
horizontalScrollAlwaysVisible: boolean;
|
|
70
70
|
/** Whether vertical scroll is always visible when applicable */
|
|
71
71
|
verticalScrollAlwaysVisible: boolean;
|
|
72
|
+
/** Override the skeleton loader main table part's height ('#px', '#rem', '#%') */
|
|
73
|
+
overrideTableSkeletonHeight?: string;
|
|
72
74
|
/** Output updated column options event to save to user or browser storage */
|
|
73
75
|
updatedColumnState: EventEmitter<ApplyColumnStateParams>;
|
|
74
76
|
/** Output filtered/sorted row data and table headers, all values returned will be formatted & translated */
|
|
@@ -232,7 +234,7 @@ declare class SofTableComponent implements OnInit, OnChanges {
|
|
|
232
234
|
*/
|
|
233
235
|
tabToNextHeader(params: TabToNextHeaderParams<any, any>): ((HeaderPosition | boolean | null) | undefined);
|
|
234
236
|
static ɵfac: i0.ɵɵFactoryDeclaration<SofTableComponent, never>;
|
|
235
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SofTableComponent, "sof-table", never, { "rowData": { "alias": "rowData"; "required": false; }; "colDefs": { "alias": "colDefs"; "required": false; }; "sizeMode": { "alias": "sizeMode"; "required": false; }; "paginationPageSizeSelector": { "alias": "paginationPageSizeSelector"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "enableFilter": { "alias": "enableFilter"; "required": false; }; "enableColumnOptions": { "alias": "enableColumnOptions"; "required": false; }; "enableExport": { "alias": "enableExport"; "required": false; }; "enablePagination": { "alias": "enablePagination"; "required": false; }; "showSaveColumnOptionsText": { "alias": "showSaveColumnOptionsText"; "required": false; }; "tableName": { "alias": "tableName"; "required": false; }; "savedColumnState": { "alias": "savedColumnState"; "required": false; }; "initialFilterModel": { "alias": "initialFilterModel"; "required": false; }; "getRowId": { "alias": "getRowId"; "required": false; }; "horizontalScrollAlwaysVisible": { "alias": "horizontalScrollAlwaysVisible"; "required": false; }; "verticalScrollAlwaysVisible": { "alias": "verticalScrollAlwaysVisible"; "required": false; }; }, { "updatedColumnState": "updatedColumnState"; "filteredRowDataForExport": "filteredRowDataForExport"; }, never, ["[sof-table-right-buttons]"], false, never>;
|
|
237
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SofTableComponent, "sof-table", never, { "rowData": { "alias": "rowData"; "required": false; }; "colDefs": { "alias": "colDefs"; "required": false; }; "sizeMode": { "alias": "sizeMode"; "required": false; }; "paginationPageSizeSelector": { "alias": "paginationPageSizeSelector"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "enableFilter": { "alias": "enableFilter"; "required": false; }; "enableColumnOptions": { "alias": "enableColumnOptions"; "required": false; }; "enableExport": { "alias": "enableExport"; "required": false; }; "enablePagination": { "alias": "enablePagination"; "required": false; }; "showSaveColumnOptionsText": { "alias": "showSaveColumnOptionsText"; "required": false; }; "tableName": { "alias": "tableName"; "required": false; }; "savedColumnState": { "alias": "savedColumnState"; "required": false; }; "initialFilterModel": { "alias": "initialFilterModel"; "required": false; }; "getRowId": { "alias": "getRowId"; "required": false; }; "horizontalScrollAlwaysVisible": { "alias": "horizontalScrollAlwaysVisible"; "required": false; }; "verticalScrollAlwaysVisible": { "alias": "verticalScrollAlwaysVisible"; "required": false; }; "overrideTableSkeletonHeight": { "alias": "overrideTableSkeletonHeight"; "required": false; }; }, { "updatedColumnState": "updatedColumnState"; "filteredRowDataForExport": "filteredRowDataForExport"; }, never, ["[sof-table-right-buttons]"], false, never>;
|
|
236
238
|
}
|
|
237
239
|
interface ExportTableData {
|
|
238
240
|
tableHeaders?: Array<KeyValPair>;
|
|
@@ -333,7 +335,7 @@ declare class SofCellTextOverflowEllipsisComponent {
|
|
|
333
335
|
|
|
334
336
|
declare class AgGridComponentsModule {
|
|
335
337
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridComponentsModule, never>;
|
|
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]>;
|
|
338
|
+
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 i25.SofSkeletonLoaderComponent], [typeof SofTableComponent, typeof SofTableCellComponent, typeof SofColumnOptionsComponent, typeof SofCellTextOverflowEllipsisComponent]>;
|
|
337
339
|
static ɵinj: i0.ɵɵInjectorDeclaration<AgGridComponentsModule>;
|
|
338
340
|
}
|
|
339
341
|
|
|
@@ -5043,8 +5043,16 @@ declare class MarketSelectionService {
|
|
|
5043
5043
|
/**
|
|
5044
5044
|
* Select Local Environment
|
|
5045
5045
|
* Switches to local env, clearing any selected market
|
|
5046
|
+
* Gated by isLocalEnvSelectionEnabled - use this for the manual, user-facing environment toggle
|
|
5046
5047
|
*/
|
|
5047
5048
|
selectLocalEnv(): void;
|
|
5049
|
+
/**
|
|
5050
|
+
* Force Local Environment
|
|
5051
|
+
* Switches to local env, clearing any selected market, bypassing isLocalEnvSelectionEnabled
|
|
5052
|
+
* Intended for config-driven route defaults (e.g. defaultMarketPaths) that must apply to every
|
|
5053
|
+
* user regardless of the manual local-env-selection permission
|
|
5054
|
+
*/
|
|
5055
|
+
forceLocalEnv(): void;
|
|
5048
5056
|
/**
|
|
5049
5057
|
* Load Favorite Markets from Cookies
|
|
5050
5058
|
*/
|