igniteui-angular 19.2.0 → 19.2.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/igniteui-angular.mjs +33 -4
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/core/styles/components/icon-button/_icon-button-theme.scss +2 -2
- package/lib/core/styles/components/input/_input-group-theme.scss +23 -1
- package/lib/services/exporter-common/base-export-service.d.ts +2 -0
- package/package.json +2 -2
- package/styles/igniteui-angular-dark.css +1 -1
- package/styles/igniteui-angular.css +1 -1
- package/styles/igniteui-bootstrap-dark.css +1 -1
- package/styles/igniteui-bootstrap-light.css +1 -1
- package/styles/igniteui-dark-green.css +1 -1
- package/styles/igniteui-fluent-dark-excel.css +1 -1
- package/styles/igniteui-fluent-dark-word.css +1 -1
- package/styles/igniteui-fluent-dark.css +1 -1
- package/styles/igniteui-fluent-light-excel.css +1 -1
- package/styles/igniteui-fluent-light-word.css +1 -1
- package/styles/igniteui-fluent-light.css +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-angular-dark.css.map +1 -1
- package/styles/maps/igniteui-angular.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
- package/styles/maps/igniteui-dark-green.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-light.css.map +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
|
|
246
|
+
%igx-icon-button--flat.igx-button--focused {
|
|
247
247
|
background: var-get($flat-theme, 'focus-background');
|
|
248
248
|
color: var-get($flat-theme, 'focus-foreground');
|
|
249
249
|
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
}
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
|
|
391
|
+
%igx-icon-button--outlined.igx-button--focused {
|
|
392
392
|
background: var-get($outlined-theme, 'focus-background');
|
|
393
393
|
color: var-get($outlined-theme, 'focus-foreground');
|
|
394
394
|
|
|
@@ -686,6 +686,10 @@
|
|
|
686
686
|
position: relative;
|
|
687
687
|
|
|
688
688
|
grid-area: 1 / 2;
|
|
689
|
+
|
|
690
|
+
%form-group-label {
|
|
691
|
+
color: var-get($theme, 'idle-secondary-color');
|
|
692
|
+
}
|
|
689
693
|
}
|
|
690
694
|
|
|
691
695
|
%igx-input-group__notch--border {
|
|
@@ -913,6 +917,14 @@
|
|
|
913
917
|
background: var-get($theme, 'search-disabled-background');
|
|
914
918
|
box-shadow: var-get($theme, 'search-disabled-shadow');
|
|
915
919
|
border-color: var-get($theme, 'disabled-border-color');
|
|
920
|
+
|
|
921
|
+
igx-prefix,
|
|
922
|
+
[igxPrefix],
|
|
923
|
+
igx-suffix,
|
|
924
|
+
[igxSuffix] {
|
|
925
|
+
background: inherit;
|
|
926
|
+
color: var-get($theme, 'disabled-text-color');
|
|
927
|
+
}
|
|
916
928
|
}
|
|
917
929
|
|
|
918
930
|
%form-group-bundle-main--border {
|
|
@@ -1667,6 +1679,11 @@
|
|
|
1667
1679
|
[igxPrefix] {
|
|
1668
1680
|
display: none;
|
|
1669
1681
|
}
|
|
1682
|
+
|
|
1683
|
+
igx-suffix,
|
|
1684
|
+
[igxSuffix] {
|
|
1685
|
+
color: var(--igx-input-group-input-suffix-color--focused, var(--ig-gray-900));
|
|
1686
|
+
}
|
|
1670
1687
|
}
|
|
1671
1688
|
|
|
1672
1689
|
// Bundle
|
|
@@ -1831,9 +1848,14 @@
|
|
|
1831
1848
|
transform-origin: top left;
|
|
1832
1849
|
margin-top: 0 !important;
|
|
1833
1850
|
height: auto;
|
|
1834
|
-
margin-block-end: rem(4px);
|
|
1835
1851
|
color: var-get($theme, 'idle-secondary-color');
|
|
1836
1852
|
|
|
1853
|
+
@if $variant == 'fluent' {
|
|
1854
|
+
margin-block-end: rem(5px);
|
|
1855
|
+
} @else {
|
|
1856
|
+
margin-block-end: rem(4px);
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1837
1859
|
[dir='rtl'] & {
|
|
1838
1860
|
transform-origin: top right;
|
|
1839
1861
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular",
|
|
3
|
-
"version": "19.2.
|
|
3
|
+
"version": "19.2.1",
|
|
4
4
|
"description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
|
|
5
5
|
"author": "Infragistics",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"igxDevDependencies": {
|
|
96
|
-
"@igniteui/angular-schematics": "~19.
|
|
96
|
+
"@igniteui/angular-schematics": "~19.2.1440"
|
|
97
97
|
},
|
|
98
98
|
"ng-update": {
|
|
99
99
|
"migrations": "./migrations/migration-collection.json",
|