@softheon/armature 17.12.5 → 17.12.7
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/package.json +3 -0
- package/ag-grid-components/src/sof-table/sof-table.component.d.ts +1 -1
- package/assets/styles/sof-styles.scss +4 -3
- package/esm2022/ag-grid-components/src/sof-table/sof-table.component.mjs +3 -3
- package/esm2022/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.mjs +3 -3
- package/fesm2022/softheon-armature-ag-grid-components.mjs +2 -2
- package/fesm2022/softheon-armature-ag-grid-components.mjs.map +1 -1
- package/fesm2022/softheon-armature.mjs +2 -2
- package/fesm2022/softheon-armature.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -109,7 +109,7 @@ export declare class SofTableComponent implements OnInit, OnChanges, AfterViewIn
|
|
|
109
109
|
/** Populates the filter dropdowns */
|
|
110
110
|
private populateFilters;
|
|
111
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<SofTableComponent, never>;
|
|
112
|
-
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; }; "enableCheckboxSelection": { "alias": "enableCheckboxSelection"; "required": false; }; }, {}, never,
|
|
112
|
+
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; }; "enableCheckboxSelection": { "alias": "enableCheckboxSelection"; "required": false; }; }, {}, never, ["[sof-table-right-container]"], false, never>;
|
|
113
113
|
}
|
|
114
114
|
/** Used for setting filter values */
|
|
115
115
|
declare class SofTableFilter {
|
|
@@ -1679,6 +1679,7 @@ button.soft-button-icon-v2{
|
|
|
1679
1679
|
}
|
|
1680
1680
|
.cdk-overlay-connected-position-bounding-box{
|
|
1681
1681
|
margin-top: 10px !important;
|
|
1682
|
+
margin-bottom: 10px !important;
|
|
1682
1683
|
}
|
|
1683
1684
|
.mat-mdc-menu-panel{
|
|
1684
1685
|
background-color: #FAFAFA !important;
|
|
@@ -1753,7 +1754,7 @@ button.button-icon-utility{
|
|
|
1753
1754
|
&.mat-contained{
|
|
1754
1755
|
color: #146EF6 !important;
|
|
1755
1756
|
background: none !important;
|
|
1756
|
-
border:
|
|
1757
|
+
border: 2px solid #146EF6 !important;
|
|
1757
1758
|
&:focus{
|
|
1758
1759
|
border: 3px solid mat.get-color-from-palette($arm-primary, 700) !important;
|
|
1759
1760
|
color: map-get($arm-error, contrast, 700);
|
|
@@ -1766,7 +1767,7 @@ button.button-icon-utility{
|
|
|
1766
1767
|
&.mat-contained-error{
|
|
1767
1768
|
color:rgba(215, 36, 26, 1) !important;
|
|
1768
1769
|
background: none !important;
|
|
1769
|
-
border:
|
|
1770
|
+
border: 2px solid rgba(215, 36, 26, 1) !important;
|
|
1770
1771
|
&:focus{
|
|
1771
1772
|
border: 3px solid mat.get-color-from-palette($arm-error, 700) !important;
|
|
1772
1773
|
color: map-get($arm-error, contrast, 700);
|
|
@@ -1821,7 +1822,7 @@ button.button-icon-utility{
|
|
|
1821
1822
|
}
|
|
1822
1823
|
&.mat-contained{
|
|
1823
1824
|
background-color: transparent !important;
|
|
1824
|
-
border:
|
|
1825
|
+
border: 2px solid rgba(0, 0, 0, 0.38) !important;
|
|
1825
1826
|
color:rgba(0, 0, 0, 0.38) !important ;
|
|
1826
1827
|
}
|
|
1827
1828
|
&.mat-contained-error{
|