Skip to content

Commit 2a7165f

Browse files
authored
Merge pull request #3491 from IgniteUI/nalipiev/update-18
update with official angular 18
2 parents e4d6a5e + a7aa565 commit 2a7165f

File tree

5 files changed

+56
-57
lines changed

5 files changed

+56
-57
lines changed

package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
"bootstrap": "5.3.2",
6666
"file-saver": "^2.0.2",
6767
"hammerjs": "^2.0.8",
68-
"igniteui-angular": "^18.0.0-rc.1",
68+
"igniteui-angular": "^18.0.0",
6969
"igniteui-angular-charts": "^17.2.1",
7070
"igniteui-angular-core": "^17.2.1",
71-
"igniteui-angular-extras": "^18.0.1",
72-
"igniteui-angular-i18n": "^18.0.0-rc.0",
71+
"igniteui-angular-extras": "^18.0.4",
72+
"igniteui-angular-i18n": "^18.0.0",
7373
"igniteui-dockmanager": "^1.14.2",
7474
"igniteui-live-editing": "^2.2.0",
7575
"igniteui-webcomponents": "^4.7.0",
@@ -88,7 +88,7 @@
8888
"@angular/cli": "^18.0.2",
8989
"@angular/compiler-cli": "^18.0.1",
9090
"@angular/language-service": "^18.0.1",
91-
"@igniteui/angular-schematics": "18.0.1330-rc.0",
91+
"@igniteui/angular-schematics": "18.0.1330",
9292
"@juggle/resize-observer": "^3.3.1",
9393
"@types/jasmine": "^5.1.2",
9494
"@types/jasminewd2": "^2.0.13",

src/app/lists/combo/combo-features/combo-features.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<igx-combo #combo class="combo" [data]="lData" [displayKey]="'field'" [valueKey]="'field'"
33
placeholder="Location(s)" searchPlaceholder="Search..." [allowCustomValues]="customValues"
4-
(addition)="handleAddition($event)" [filteringOptions]="{ filterable: filterable, caseSensitive: false }"
4+
(addition)="handleAddition($event)" [filteringOptions]="{ filterable }"
55
[showSearchCaseIcon]="showSearchCaseIcon" [itemsMaxHeight]="255" [disabled]="disabled">
66
</igx-combo>
77

src/app/lists/combo/combo-remote/combo-remote.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
(selectionChanging)="handleSelectionChanging($event)"
1010
(closing)="onClosing()" (opened)="onOpened()"
1111
(closed)="onClosed()"
12-
placeholder="Location(s)"
13-
[filteringOptions]="{ filterable: true, caseSensitive: false }">
12+
placeholder="Location(s)">
1413
</igx-combo>
1514
<igx-toast #loadingToast></igx-toast>

src/app/lists/combo/combo-styling/combo-styling.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="control-wrapper">
22
<igx-combo [width]="'430px'" [data]="weaponsData" [displayKey]="'field'" [valueKey]="'field'" [overlaySettings]="{outlet: elem}"
3-
[groupKey]="'weaponRange'" placeholder="Pick up two weapons" searchPlaceholder="Search..." [filteringOptions]="{ filterable: true, caseSensitive: false }"
3+
[groupKey]="'weaponRange'" placeholder="Pick up two weapons" searchPlaceholder="Search..."
44
[itemsMaxHeight]="255" (selectionChanging)="setWeaponsLimit($event)">
55
</igx-combo>
66

0 commit comments

Comments
 (0)