igniteui-webcomponents-grids 6.3.0-alpha.1 → 6.3.0-rc.0

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 (34) hide show
  1. package/custom-elements.json +352 -38
  2. package/grids/3rdpartylicenses.txt +31 -31
  3. package/grids/combined.js +28454 -28196
  4. package/grids/lib/grid-cell-merge-mode.d.ts +1 -1
  5. package/grids/lib/igc-by-level-tree-grid-merge-strategy.d.ts +1 -0
  6. package/grids/lib/igc-default-merge-strategy.d.ts +2 -1
  7. package/grids/lib/igc-default-tree-grid-merge-strategy.d.ts +1 -1
  8. package/grids/lib/igc-entity-type.d.ts +43 -0
  9. package/grids/lib/igc-field-type.d.ts +97 -0
  10. package/grids/lib/igc-grid-base-directive.d.ts +1 -1
  11. package/grids/lib/igc-grid-merge-strategy.d.ts +1 -0
  12. package/grids/lib/igc-grid-resource-strings.d.ts +3 -22
  13. package/grids/lib/igc-hierarchical-grid-component.d.ts +12 -0
  14. package/grids/lib/igc-query-builder-component.d.ts +141 -0
  15. package/grids/lib/igc-query-builder-header-component.d.ts +62 -0
  16. package/grids/lib/igc-query-builder-resource-strings.d.ts +228 -0
  17. package/grids/lib/igc-query-builder-search-value-context.d.ts +27 -0
  18. package/grids/lib/igc-row-island-component.d.ts +13 -37
  19. package/grids/lib/igc-summary-expression.d.ts +1 -1
  20. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +0 -7
  21. package/grids/lib/igc-toggle-view-event-args.d.ts +0 -4
  22. package/grids/lib/igc-validation-resource-strings.d.ts +42 -0
  23. package/grids/lib/index.d.ts +28 -1
  24. package/grids/themes/dark/bootstrap.css +1 -1
  25. package/grids/themes/dark/fluent.css +1 -1
  26. package/grids/themes/dark/indigo.css +1 -1
  27. package/grids/themes/dark/material.css +1 -1
  28. package/grids/themes/light/bootstrap.css +1 -1
  29. package/grids/themes/light/fluent.css +1 -1
  30. package/grids/themes/light/indigo.css +1 -1
  31. package/grids/themes/light/material.css +1 -1
  32. package/package.json +1 -1
  33. package/vscode.html-custom-data.json +1 -1
  34. package/web-types.json +1 -1
@@ -8273,6 +8273,16 @@
8273
8273
  "text": "boolean"
8274
8274
  }
8275
8275
  },
8276
+ {
8277
+ "kind": "field",
8278
+ "privacy": "public",
8279
+ "name": "resourceStrings",
8280
+ "description": "Gets/Sets the resource strings.",
8281
+ "attribute": "resource-strings",
8282
+ "type": {
8283
+ "text": "IgcGridResourceStrings"
8284
+ }
8285
+ },
8276
8286
  {
8277
8287
  "kind": "field",
8278
8288
  "privacy": "public",
@@ -10699,6 +10709,14 @@
10699
10709
  "fieldName": "expandChildren",
10700
10710
  "description": "Sets if all immediate children of the `IgxHierarchicalGridComponent` should be expanded/collapsed. Default value is false."
10701
10711
  },
10712
+ {
10713
+ "name": "resource-strings",
10714
+ "type": {
10715
+ "text": "IgcGridResourceStrings"
10716
+ },
10717
+ "fieldName": "resourceStrings",
10718
+ "description": "Gets/Sets the resource strings."
10719
+ },
10702
10720
  {
10703
10721
  "name": "has-children-key",
10704
10722
  "type": {
@@ -11559,6 +11577,16 @@
11559
11577
  "text": "string"
11560
11578
  }
11561
11579
  },
11580
+ {
11581
+ "kind": "field",
11582
+ "privacy": "public",
11583
+ "name": "resourceStrings",
11584
+ "description": "Gets/Sets the resource strings.",
11585
+ "attribute": "resource-strings",
11586
+ "type": {
11587
+ "text": "IgcGridResourceStrings"
11588
+ }
11589
+ },
11562
11590
  {
11563
11591
  "kind": "field",
11564
11592
  "privacy": "public",
@@ -11896,16 +11924,6 @@
11896
11924
  "text": "IgcPaginatorComponent[]"
11897
11925
  }
11898
11926
  },
11899
- {
11900
- "kind": "field",
11901
- "privacy": "public",
11902
- "name": "resourceStrings",
11903
- "description": "Gets/Sets the resource strings.",
11904
- "attribute": "resource-strings",
11905
- "type": {
11906
- "text": "IgcGridResourceStrings"
11907
- }
11908
- },
11909
11927
  {
11910
11928
  "kind": "field",
11911
11929
  "privacy": "public",
@@ -12323,26 +12341,6 @@
12323
12341
  "text": "IgcColumnComponent[]"
12324
12342
  }
12325
12343
  },
12326
- {
12327
- "kind": "field",
12328
- "privacy": "public",
12329
- "name": "pinnedStartColumns",
12330
- "description": "Gets an array of the pinned to the left `IgxColumnComponent`s.",
12331
- "readonly": true,
12332
- "type": {
12333
- "text": "IgcColumnComponent[]"
12334
- }
12335
- },
12336
- {
12337
- "kind": "field",
12338
- "privacy": "public",
12339
- "name": "pinnedEndColumns",
12340
- "description": "Gets an array of the pinned to the right `IgxColumnComponent`s.",
12341
- "readonly": true,
12342
- "type": {
12343
- "text": "IgcColumnComponent[]"
12344
- }
12345
- },
12346
12344
  {
12347
12345
  "kind": "field",
12348
12346
  "privacy": "public",
@@ -13674,6 +13672,14 @@
13674
13672
  "fieldName": "childDataKey",
13675
13673
  "description": "Sets the key of the row island by which child data would be taken from the row data if such is provided."
13676
13674
  },
13675
+ {
13676
+ "name": "resource-strings",
13677
+ "type": {
13678
+ "text": "IgcGridResourceStrings"
13679
+ },
13680
+ "fieldName": "resourceStrings",
13681
+ "description": "Gets/Sets the resource strings."
13682
+ },
13677
13683
  {
13678
13684
  "name": "child-layout-list",
13679
13685
  "type": {
@@ -13820,14 +13826,6 @@
13820
13826
  },
13821
13827
  "fieldName": "paginationComponents"
13822
13828
  },
13823
- {
13824
- "name": "resource-strings",
13825
- "type": {
13826
- "text": "IgcGridResourceStrings"
13827
- },
13828
- "fieldName": "resourceStrings",
13829
- "description": "Gets/Sets the resource strings."
13830
- },
13831
13829
  {
13832
13830
  "name": "filtering-logic",
13833
13831
  "type": {
@@ -21684,6 +21682,273 @@
21684
21682
  "tagName": "igc-tree-grid",
21685
21683
  "customElement": true
21686
21684
  },
21685
+ {
21686
+ "kind": "class",
21687
+ "name": "IgcQueryBuilderHeaderComponent",
21688
+ "description": "",
21689
+ "members": [
21690
+ {
21691
+ "kind": "field",
21692
+ "privacy": "public",
21693
+ "name": "title",
21694
+ "description": "Sets the title of the `IgxQueryBuilderHeaderComponent`.",
21695
+ "attribute": "title",
21696
+ "type": {
21697
+ "text": "string"
21698
+ }
21699
+ },
21700
+ {
21701
+ "kind": "field",
21702
+ "privacy": "public",
21703
+ "name": "showLegend",
21704
+ "description": "Show/hide the legend.",
21705
+ "deprecated": "",
21706
+ "attribute": "show-legend",
21707
+ "type": {
21708
+ "text": "boolean"
21709
+ }
21710
+ },
21711
+ {
21712
+ "kind": "field",
21713
+ "privacy": "public",
21714
+ "name": "resourceStrings",
21715
+ "description": "Sets the resource strings. By default it uses EN resources.",
21716
+ "deprecated": "",
21717
+ "attribute": "resource-strings",
21718
+ "type": {
21719
+ "text": "IgcQueryBuilderResourceStrings"
21720
+ }
21721
+ }
21722
+ ],
21723
+ "attributes": [
21724
+ {
21725
+ "name": "title",
21726
+ "type": {
21727
+ "text": "string"
21728
+ },
21729
+ "fieldName": "title",
21730
+ "description": "Sets the title of the `IgxQueryBuilderHeaderComponent`."
21731
+ },
21732
+ {
21733
+ "name": "show-legend",
21734
+ "type": {
21735
+ "text": "boolean"
21736
+ },
21737
+ "fieldName": "showLegend",
21738
+ "description": "Show/hide the legend.",
21739
+ "deprecated": ""
21740
+ },
21741
+ {
21742
+ "name": "resource-strings",
21743
+ "type": {
21744
+ "text": "IgcQueryBuilderResourceStrings"
21745
+ },
21746
+ "fieldName": "resourceStrings",
21747
+ "description": "Sets the resource strings. By default it uses EN resources.",
21748
+ "deprecated": ""
21749
+ }
21750
+ ],
21751
+ "events": [],
21752
+ "superclass": {
21753
+ "name": "HTMLElement"
21754
+ },
21755
+ "tagName": "igc-query-builder-header",
21756
+ "customElement": true
21757
+ },
21758
+ {
21759
+ "kind": "class",
21760
+ "name": "IgcQueryBuilderComponent",
21761
+ "description": "A component used for operating with complex filters by creating or editing conditions and grouping them using AND/OR logic. It is used internally in the Advanced Filtering of the Grid.",
21762
+ "members": [
21763
+ {
21764
+ "kind": "field",
21765
+ "privacy": "public",
21766
+ "name": "showEntityChangeDialog",
21767
+ "description": "Gets/sets whether the confirmation dialog should be shown when changing entity. Default value is `true`.",
21768
+ "attribute": "show-entity-change-dialog",
21769
+ "type": {
21770
+ "text": "boolean"
21771
+ }
21772
+ },
21773
+ {
21774
+ "kind": "field",
21775
+ "privacy": "public",
21776
+ "name": "entities",
21777
+ "description": "Gets the list of entities available for the IgxQueryBuilderComponent. Each entity describes a logical group of fields that can be used in queries. An entity can optionally have child entities, allowing nested sub-queries.",
21778
+ "attribute": "entities",
21779
+ "type": {
21780
+ "text": "IgcEntityType[]"
21781
+ }
21782
+ },
21783
+ {
21784
+ "kind": "field",
21785
+ "privacy": "public",
21786
+ "name": "expressionTree",
21787
+ "description": "Returns the expression tree.",
21788
+ "attribute": "expression-tree",
21789
+ "type": {
21790
+ "text": "IgcExpressionTree"
21791
+ }
21792
+ },
21793
+ {
21794
+ "kind": "field",
21795
+ "privacy": "public",
21796
+ "name": "locale",
21797
+ "description": "Gets the `locale` of the query builder. If not set, defaults to application's locale.",
21798
+ "attribute": "locale",
21799
+ "type": {
21800
+ "text": "string"
21801
+ }
21802
+ },
21803
+ {
21804
+ "kind": "field",
21805
+ "privacy": "public",
21806
+ "name": "resourceStrings",
21807
+ "description": "Sets the resource strings. By default it uses EN resources.",
21808
+ "attribute": "resource-strings",
21809
+ "type": {
21810
+ "text": "IgcQueryBuilderResourceStrings"
21811
+ }
21812
+ },
21813
+ {
21814
+ "kind": "field",
21815
+ "privacy": "public",
21816
+ "name": "disableEntityChange",
21817
+ "description": "Disables subsequent entity changes at the root level after the initial selection.",
21818
+ "attribute": "disable-entity-change",
21819
+ "type": {
21820
+ "text": "boolean"
21821
+ }
21822
+ },
21823
+ {
21824
+ "kind": "field",
21825
+ "privacy": "public",
21826
+ "name": "searchValueTemplate",
21827
+ "description": "Sets/gets the search value template.",
21828
+ "type": {
21829
+ "text": "IgcRenderFunction<IgcQueryBuilderSearchValueContext>"
21830
+ }
21831
+ },
21832
+ {
21833
+ "kind": "field",
21834
+ "privacy": "public",
21835
+ "name": "disableReturnFieldsChange",
21836
+ "description": "Disables return fields changes at the root level.",
21837
+ "attribute": "disable-return-fields-change",
21838
+ "type": {
21839
+ "text": "boolean"
21840
+ }
21841
+ },
21842
+ {
21843
+ "kind": "method",
21844
+ "privacy": "public",
21845
+ "name": "canCommit",
21846
+ "description": "Returns whether the expression tree can be committed in the current state.",
21847
+ "parameters": [],
21848
+ "return": {
21849
+ "type": {
21850
+ "text": "boolean"
21851
+ }
21852
+ }
21853
+ },
21854
+ {
21855
+ "kind": "method",
21856
+ "privacy": "public",
21857
+ "name": "commit",
21858
+ "description": "Commits the expression tree in the current state if it is valid. If not throws an exception.",
21859
+ "parameters": [],
21860
+ "return": {
21861
+ "type": {
21862
+ "text": "void"
21863
+ }
21864
+ }
21865
+ },
21866
+ {
21867
+ "kind": "method",
21868
+ "privacy": "public",
21869
+ "name": "discard",
21870
+ "description": "Discards all unsaved changes to the expression tree.",
21871
+ "parameters": [],
21872
+ "return": {
21873
+ "type": {
21874
+ "text": "void"
21875
+ }
21876
+ }
21877
+ }
21878
+ ],
21879
+ "attributes": [
21880
+ {
21881
+ "name": "show-entity-change-dialog",
21882
+ "type": {
21883
+ "text": "boolean"
21884
+ },
21885
+ "fieldName": "showEntityChangeDialog",
21886
+ "description": "Gets/sets whether the confirmation dialog should be shown when changing entity. Default value is `true`."
21887
+ },
21888
+ {
21889
+ "name": "entities",
21890
+ "type": {
21891
+ "text": "IgcEntityType[]"
21892
+ },
21893
+ "fieldName": "entities",
21894
+ "description": "Gets the list of entities available for the IgxQueryBuilderComponent. Each entity describes a logical group of fields that can be used in queries. An entity can optionally have child entities, allowing nested sub-queries."
21895
+ },
21896
+ {
21897
+ "name": "expression-tree",
21898
+ "type": {
21899
+ "text": "IgcExpressionTree"
21900
+ },
21901
+ "fieldName": "expressionTree",
21902
+ "description": "Returns the expression tree."
21903
+ },
21904
+ {
21905
+ "name": "locale",
21906
+ "type": {
21907
+ "text": "string"
21908
+ },
21909
+ "fieldName": "locale",
21910
+ "description": "Gets the `locale` of the query builder. If not set, defaults to application's locale."
21911
+ },
21912
+ {
21913
+ "name": "resource-strings",
21914
+ "type": {
21915
+ "text": "IgcQueryBuilderResourceStrings"
21916
+ },
21917
+ "fieldName": "resourceStrings",
21918
+ "description": "Sets the resource strings. By default it uses EN resources."
21919
+ },
21920
+ {
21921
+ "name": "disable-entity-change",
21922
+ "type": {
21923
+ "text": "boolean"
21924
+ },
21925
+ "fieldName": "disableEntityChange",
21926
+ "description": "Disables subsequent entity changes at the root level after the initial selection."
21927
+ },
21928
+ {
21929
+ "name": "disable-return-fields-change",
21930
+ "type": {
21931
+ "text": "boolean"
21932
+ },
21933
+ "fieldName": "disableReturnFieldsChange",
21934
+ "description": "Disables return fields changes at the root level."
21935
+ }
21936
+ ],
21937
+ "events": [
21938
+ {
21939
+ "name": "expressionTreeChange",
21940
+ "description": "Event fired as the expression tree is changed.",
21941
+ "type": {
21942
+ "text": "CustomEvent<IgcExpressionTree>"
21943
+ }
21944
+ }
21945
+ ],
21946
+ "superclass": {
21947
+ "name": "HTMLElement"
21948
+ },
21949
+ "tagName": "igc-query-builder",
21950
+ "customElement": true
21951
+ },
21687
21952
  {
21688
21953
  "kind": "class",
21689
21954
  "name": "IgcGridToolbarComponent",
@@ -22582,6 +22847,41 @@
22582
22847
  "name": "IgcTreeGridRecord"
22583
22848
  }
22584
22849
  },
22850
+ {
22851
+ "kind": "js",
22852
+ "name": "IgcQueryBuilderHeaderComponent",
22853
+ "declaration": {
22854
+ "name": "IgcQueryBuilderHeaderComponent"
22855
+ }
22856
+ },
22857
+ {
22858
+ "kind": "js",
22859
+ "name": "IgcQueryBuilderResourceStrings",
22860
+ "declaration": {
22861
+ "name": "IgcQueryBuilderResourceStrings"
22862
+ }
22863
+ },
22864
+ {
22865
+ "kind": "js",
22866
+ "name": "IgcQueryBuilderComponent",
22867
+ "declaration": {
22868
+ "name": "IgcQueryBuilderComponent"
22869
+ }
22870
+ },
22871
+ {
22872
+ "kind": "js",
22873
+ "name": "IgcEntityType",
22874
+ "declaration": {
22875
+ "name": "IgcEntityType"
22876
+ }
22877
+ },
22878
+ {
22879
+ "kind": "js",
22880
+ "name": "IgcQueryBuilderSearchValueContext",
22881
+ "declaration": {
22882
+ "name": "IgcQueryBuilderSearchValueContext"
22883
+ }
22884
+ },
22585
22885
  {
22586
22886
  "kind": "js",
22587
22887
  "name": "IgcGridStateOptions",
@@ -22729,6 +23029,13 @@
22729
23029
  "name": "IgcPivotGridColumn"
22730
23030
  }
22731
23031
  },
23032
+ {
23033
+ "kind": "js",
23034
+ "name": "IgcValidationResourceStrings",
23035
+ "declaration": {
23036
+ "name": "IgcValidationResourceStrings"
23037
+ }
23038
+ },
22732
23039
  {
22733
23040
  "kind": "js",
22734
23041
  "name": "IgcPositionStrategy",
@@ -23275,6 +23582,13 @@
23275
23582
  "name": "PivotSummaryPosition"
23276
23583
  }
23277
23584
  },
23585
+ {
23586
+ "kind": "js",
23587
+ "name": "IgcFieldType",
23588
+ "declaration": {
23589
+ "name": "IgcFieldType"
23590
+ }
23591
+ },
23278
23592
  {
23279
23593
  "kind": "js",
23280
23594
  "name": "RowPinningPosition",
@@ -5,7 +5,7 @@ License: "MIT"
5
5
 
6
6
  The MIT License
7
7
 
8
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
8
+ Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
9
9
 
10
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
11
11
  of this software and associated documentation files (the "Software"), to deal
@@ -254,33 +254,7 @@ License: "MIT"
254
254
 
255
255
  The MIT License
256
256
 
257
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
258
-
259
- Permission is hereby granted, free of charge, to any person obtaining a copy
260
- of this software and associated documentation files (the "Software"), to deal
261
- in the Software without restriction, including without limitation the rights
262
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
263
- copies of the Software, and to permit persons to whom the Software is
264
- furnished to do so, subject to the following conditions:
265
-
266
- The above copyright notice and this permission notice shall be included in
267
- all copies or substantial portions of the Software.
268
-
269
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
270
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
271
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
272
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
273
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
274
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
275
- THE SOFTWARE.
276
-
277
- --------------------------------------------------------------------------------
278
- Package: @angular/forms
279
- License: "MIT"
280
-
281
- The MIT License
282
-
283
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
257
+ Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
284
258
 
285
259
  Permission is hereby granted, free of charge, to any person obtaining a copy
286
260
  of this software and associated documentation files (the "Software"), to deal
@@ -358,7 +332,7 @@ License: "MIT"
358
332
 
359
333
  The MIT License
360
334
 
361
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
335
+ Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
362
336
 
363
337
  Permission is hereby granted, free of charge, to any person obtaining a copy
364
338
  of this software and associated documentation files (the "Software"), to deal
@@ -384,7 +358,33 @@ License: "MIT"
384
358
 
385
359
  The MIT License
386
360
 
387
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
361
+ Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
362
+
363
+ Permission is hereby granted, free of charge, to any person obtaining a copy
364
+ of this software and associated documentation files (the "Software"), to deal
365
+ in the Software without restriction, including without limitation the rights
366
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
367
+ copies of the Software, and to permit persons to whom the Software is
368
+ furnished to do so, subject to the following conditions:
369
+
370
+ The above copyright notice and this permission notice shall be included in
371
+ all copies or substantial portions of the Software.
372
+
373
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
374
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
375
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
376
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
377
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
378
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
379
+ THE SOFTWARE.
380
+
381
+ --------------------------------------------------------------------------------
382
+ Package: @angular/forms
383
+ License: "MIT"
384
+
385
+ The MIT License
386
+
387
+ Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
388
388
 
389
389
  Permission is hereby granted, free of charge, to any person obtaining a copy
390
390
  of this software and associated documentation files (the "Software"), to deal
@@ -642,7 +642,7 @@ License: "MIT"
642
642
 
643
643
  The MIT License
644
644
 
645
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
645
+ Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
646
646
 
647
647
  Permission is hereby granted, free of charge, to any person obtaining a copy
648
648
  of this software and associated documentation files (the "Software"), to deal