@softheon/armature 17.15.0 → 17.15.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/ag-grid-components/src/sof-table/sof-table.component.d.ts +2 -2
- package/assets/styles/sof-styles.scss +3 -4
- package/esm2022/ag-grid-components/src/sof-table/sof-table.component.mjs +17 -17
- package/fesm2022/softheon-armature-ag-grid-components.mjs +16 -16
- package/fesm2022/softheon-armature-ag-grid-components.mjs.map +1 -1
- package/package.json +1 -1
- package/ag-grid-components/package.json +0 -3
|
@@ -85,6 +85,8 @@ export declare class SofTableComponent implements OnInit, OnChanges {
|
|
|
85
85
|
onGridReady(params: GridReadyEvent): void;
|
|
86
86
|
/** Fired the first time data is rendered into the grid. */
|
|
87
87
|
onFirstDataRendered(): void;
|
|
88
|
+
/** Resize grid from size mode */
|
|
89
|
+
private resizeGrid;
|
|
88
90
|
/**
|
|
89
91
|
* On page selection change
|
|
90
92
|
* @param value The selected page number
|
|
@@ -94,8 +96,6 @@ export declare class SofTableComponent implements OnInit, OnChanges {
|
|
|
94
96
|
nextPage(): void;
|
|
95
97
|
/** On Previous Page Event */
|
|
96
98
|
previousPage(): void;
|
|
97
|
-
/** Resize grid from size mode */
|
|
98
|
-
private resizeGrid;
|
|
99
99
|
/**
|
|
100
100
|
* On Change Page Size Event
|
|
101
101
|
* @param event The pagination event
|
|
@@ -1681,11 +1681,10 @@ button.soft-button-icon-v2{
|
|
|
1681
1681
|
margin-top: 10px !important;
|
|
1682
1682
|
margin-bottom: 10px !important;
|
|
1683
1683
|
}
|
|
1684
|
-
.mat-mdc-menu-panel{
|
|
1685
|
-
background-color: #FAFAFA !important;
|
|
1686
|
-
width: 240px !important;
|
|
1687
1684
|
|
|
1688
|
-
|
|
1685
|
+
.mat-mdc-menu-panel {
|
|
1686
|
+
background-color: $surface-color-level-one-light !important;
|
|
1687
|
+
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10) !important;
|
|
1689
1688
|
}
|
|
1690
1689
|
|
|
1691
1690
|
.mat-mdc-menu-item-text{
|