igniteui-webcomponents-grids 6.3.0-alpha.2 → 6.3.0-rc.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.
Files changed (31) hide show
  1. package/custom-elements.json +36 -27
  2. package/grids/3rdpartylicenses.txt +2 -1
  3. package/grids/combined.js +15777 -15729
  4. package/grids/lib/igc-action-strip-component.d.ts +3 -3
  5. package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -1
  6. package/grids/lib/igc-column-component.d.ts +2 -0
  7. package/grids/lib/igc-filtering-expression.d.ts +1 -0
  8. package/grids/lib/igc-grid-base-directive.d.ts +3 -3
  9. package/grids/lib/igc-grid-resource-strings.d.ts +175 -174
  10. package/grids/lib/igc-hierarchical-grid-component.d.ts +4 -3
  11. package/grids/lib/igc-paginator-component.d.ts +3 -3
  12. package/grids/lib/igc-paginator-resource-strings.d.ts +6 -6
  13. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -3
  14. package/grids/lib/igc-query-builder-component.d.ts +19 -3
  15. package/grids/lib/igc-query-builder-header-component.d.ts +9 -4
  16. package/grids/lib/igc-query-builder-resource-strings.d.ts +72 -72
  17. package/grids/lib/igc-row-island-component.d.ts +3 -3
  18. package/grids/lib/igc-validation-resource-strings.d.ts +10 -10
  19. package/grids/lib/index.d.ts +21 -2
  20. package/grids/themes/dark/bootstrap.css +1 -1
  21. package/grids/themes/dark/fluent.css +1 -1
  22. package/grids/themes/dark/indigo.css +1 -1
  23. package/grids/themes/dark/material.css +1 -1
  24. package/grids/themes/light/bootstrap.css +1 -1
  25. package/grids/themes/light/fluent.css +1 -1
  26. package/grids/themes/light/indigo.css +1 -1
  27. package/grids/themes/light/material.css +1 -1
  28. package/package.json +1 -1
  29. package/vscode.html-custom-data.json +1 -1
  30. package/web-types.json +1 -1
  31. package/grids/lib/igc-prefixed-resource-strings.d.ts +0 -11
@@ -172,7 +172,7 @@
172
172
  "description": "Gets/Sets the resource strings.",
173
173
  "attribute": "resource-strings",
174
174
  "type": {
175
- "text": "IgcPrefixedResourceStrings"
175
+ "text": "IgcActionStripResourceStrings"
176
176
  }
177
177
  },
178
178
  {
@@ -228,7 +228,7 @@
228
228
  {
229
229
  "name": "resource-strings",
230
230
  "type": {
231
- "text": "IgcPrefixedResourceStrings"
231
+ "text": "IgcActionStripResourceStrings"
232
232
  },
233
233
  "fieldName": "resourceStrings",
234
234
  "description": "Gets/Sets the resource strings."
@@ -5067,7 +5067,7 @@
5067
5067
  "description": "Gets/Sets the resource strings.",
5068
5068
  "attribute": "resource-strings",
5069
5069
  "type": {
5070
- "text": "IgcPrefixedResourceStrings"
5070
+ "text": "IgcGridResourceStrings"
5071
5071
  }
5072
5072
  },
5073
5073
  {
@@ -7478,7 +7478,7 @@
7478
7478
  {
7479
7479
  "name": "resource-strings",
7480
7480
  "type": {
7481
- "text": "IgcPrefixedResourceStrings"
7481
+ "text": "IgcGridResourceStrings"
7482
7482
  },
7483
7483
  "fieldName": "resourceStrings",
7484
7484
  "description": "Gets/Sets the resource strings."
@@ -8280,7 +8280,7 @@
8280
8280
  "description": "Gets/Sets the resource strings.",
8281
8281
  "attribute": "resource-strings",
8282
8282
  "type": {
8283
- "text": "IgcPrefixedResourceStrings"
8283
+ "text": "IgcGridResourceStrings"
8284
8284
  }
8285
8285
  },
8286
8286
  {
@@ -8610,7 +8610,7 @@
8610
8610
  "description": "Gets/Sets the resource strings.",
8611
8611
  "attribute": "resource-strings",
8612
8612
  "type": {
8613
- "text": "IgcPrefixedResourceStrings"
8613
+ "text": "IgcGridResourceStrings"
8614
8614
  }
8615
8615
  },
8616
8616
  {
@@ -10712,7 +10712,7 @@
10712
10712
  {
10713
10713
  "name": "resource-strings",
10714
10714
  "type": {
10715
- "text": "IgcPrefixedResourceStrings"
10715
+ "text": "IgcGridResourceStrings"
10716
10716
  },
10717
10717
  "fieldName": "resourceStrings",
10718
10718
  "description": "Gets/Sets the resource strings."
@@ -10851,7 +10851,7 @@
10851
10851
  {
10852
10852
  "name": "resource-strings",
10853
10853
  "type": {
10854
- "text": "IgcPrefixedResourceStrings"
10854
+ "text": "IgcGridResourceStrings"
10855
10855
  },
10856
10856
  "fieldName": "resourceStrings",
10857
10857
  "description": "Gets/Sets the resource strings."
@@ -11584,7 +11584,7 @@
11584
11584
  "description": "Gets/Sets the resource strings.",
11585
11585
  "attribute": "resource-strings",
11586
11586
  "type": {
11587
- "text": "IgcPrefixedResourceStrings"
11587
+ "text": "IgcGridResourceStrings"
11588
11588
  }
11589
11589
  },
11590
11590
  {
@@ -13675,7 +13675,7 @@
13675
13675
  {
13676
13676
  "name": "resource-strings",
13677
13677
  "type": {
13678
- "text": "IgcPrefixedResourceStrings"
13678
+ "text": "IgcGridResourceStrings"
13679
13679
  },
13680
13680
  "fieldName": "resourceStrings",
13681
13681
  "description": "Gets/Sets the resource strings."
@@ -15061,7 +15061,7 @@
15061
15061
  "description": "Gets/Sets the resource strings.",
15062
15062
  "attribute": "resource-strings",
15063
15063
  "type": {
15064
- "text": "IgcPrefixedResourceStrings"
15064
+ "text": "IgcGridResourceStrings"
15065
15065
  }
15066
15066
  },
15067
15067
  {
@@ -17481,7 +17481,7 @@
17481
17481
  {
17482
17482
  "name": "resource-strings",
17483
17483
  "type": {
17484
- "text": "IgcPrefixedResourceStrings"
17484
+ "text": "IgcGridResourceStrings"
17485
17485
  },
17486
17486
  "fieldName": "resourceStrings",
17487
17487
  "description": "Gets/Sets the resource strings."
@@ -18629,7 +18629,7 @@
18629
18629
  "description": "Gets/Sets the resource strings.",
18630
18630
  "attribute": "resource-strings",
18631
18631
  "type": {
18632
- "text": "IgcPrefixedResourceStrings"
18632
+ "text": "IgcGridResourceStrings"
18633
18633
  }
18634
18634
  },
18635
18635
  {
@@ -20978,7 +20978,7 @@
20978
20978
  {
20979
20979
  "name": "resource-strings",
20980
20980
  "type": {
20981
- "text": "IgcPrefixedResourceStrings"
20981
+ "text": "IgcGridResourceStrings"
20982
20982
  },
20983
20983
  "fieldName": "resourceStrings",
20984
20984
  "description": "Gets/Sets the resource strings."
@@ -21716,7 +21716,7 @@
21716
21716
  "deprecated": "",
21717
21717
  "attribute": "resource-strings",
21718
21718
  "type": {
21719
- "text": "IgcPrefixedResourceStrings"
21719
+ "text": "IgcQueryBuilderResourceStrings"
21720
21720
  }
21721
21721
  }
21722
21722
  ],
@@ -21741,7 +21741,7 @@
21741
21741
  {
21742
21742
  "name": "resource-strings",
21743
21743
  "type": {
21744
- "text": "IgcPrefixedResourceStrings"
21744
+ "text": "IgcQueryBuilderResourceStrings"
21745
21745
  },
21746
21746
  "fieldName": "resourceStrings",
21747
21747
  "description": "Sets the resource strings. By default it uses EN resources.",
@@ -21807,7 +21807,7 @@
21807
21807
  "description": "Sets the resource strings. By default it uses EN resources.",
21808
21808
  "attribute": "resource-strings",
21809
21809
  "type": {
21810
- "text": "IgcPrefixedResourceStrings"
21810
+ "text": "IgcQueryBuilderResourceStrings"
21811
21811
  }
21812
21812
  },
21813
21813
  {
@@ -21839,6 +21839,15 @@
21839
21839
  "text": "boolean"
21840
21840
  }
21841
21841
  },
21842
+ {
21843
+ "kind": "field",
21844
+ "privacy": "public",
21845
+ "name": "queryBuilderHeaderCollection",
21846
+ "attribute": "query-builder-header-collection",
21847
+ "type": {
21848
+ "text": "IgcQueryBuilderHeaderComponent[]"
21849
+ }
21850
+ },
21842
21851
  {
21843
21852
  "kind": "method",
21844
21853
  "privacy": "public",
@@ -21912,7 +21921,7 @@
21912
21921
  {
21913
21922
  "name": "resource-strings",
21914
21923
  "type": {
21915
- "text": "IgcPrefixedResourceStrings"
21924
+ "text": "IgcQueryBuilderResourceStrings"
21916
21925
  },
21917
21926
  "fieldName": "resourceStrings",
21918
21927
  "description": "Sets the resource strings. By default it uses EN resources."
@@ -21932,6 +21941,13 @@
21932
21941
  },
21933
21942
  "fieldName": "disableReturnFieldsChange",
21934
21943
  "description": "Disables return fields changes at the root level."
21944
+ },
21945
+ {
21946
+ "name": "query-builder-header-collection",
21947
+ "type": {
21948
+ "text": "IgcQueryBuilderHeaderComponent[]"
21949
+ },
21950
+ "fieldName": "queryBuilderHeaderCollection"
21935
21951
  }
21936
21952
  ],
21937
21953
  "events": [
@@ -22074,7 +22090,7 @@
22074
22090
  "description": "An accessor that sets the resource strings. By default it uses EN resources.",
22075
22091
  "attribute": "resource-strings",
22076
22092
  "type": {
22077
- "text": "IgcPrefixedResourceStrings"
22093
+ "text": "IgcPaginatorResourceStrings"
22078
22094
  }
22079
22095
  },
22080
22096
  {
@@ -22194,7 +22210,7 @@
22194
22210
  {
22195
22211
  "name": "resource-strings",
22196
22212
  "type": {
22197
- "text": "IgcPrefixedResourceStrings"
22213
+ "text": "IgcPaginatorResourceStrings"
22198
22214
  },
22199
22215
  "fieldName": "resourceStrings",
22200
22216
  "description": "An accessor that sets the resource strings. By default it uses EN resources."
@@ -22273,13 +22289,6 @@
22273
22289
  "name": "IgcActionStripResourceStrings"
22274
22290
  }
22275
22291
  },
22276
- {
22277
- "kind": "js",
22278
- "name": "IgcPrefixedResourceStrings",
22279
- "declaration": {
22280
- "name": "IgcPrefixedResourceStrings"
22281
- }
22282
- },
22283
22292
  {
22284
22293
  "kind": "js",
22285
22294
  "name": "IgcBooleanFilteringOperand",
@@ -1265,7 +1265,8 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice
1265
1265
  Package: core-js
1266
1266
  License: "MIT"
1267
1267
 
1268
- Copyright (c) 2014-2025 Denis Pushkarev, 2025 CoreJS Company
1268
+ Copyright (c) 2013–2025 Denis Pushkarev (zloirock.ru)
1269
+ Copyright (c) 2025–2026 CoreJS Company (core-js.io)
1269
1270
 
1270
1271
  Permission is hereby granted, free of charge, to any person obtaining a copy
1271
1272
  of this software and associated documentation files (the "Software"), to deal