igniteui-webcomponents-grids 6.3.0-alpha.1 → 6.3.0-alpha.2

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 (40) hide show
  1. package/custom-elements.json +371 -50
  2. package/grids/3rdpartylicenses.txt +31 -31
  3. package/grids/combined.js +28502 -28239
  4. package/grids/lib/grid-cell-merge-mode.d.ts +1 -1
  5. package/grids/lib/igc-action-strip-component.d.ts +3 -3
  6. package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -1
  7. package/grids/lib/igc-by-level-tree-grid-merge-strategy.d.ts +1 -0
  8. package/grids/lib/igc-default-merge-strategy.d.ts +2 -1
  9. package/grids/lib/igc-default-tree-grid-merge-strategy.d.ts +1 -1
  10. package/grids/lib/igc-entity-type.d.ts +43 -0
  11. package/grids/lib/igc-field-type.d.ts +97 -0
  12. package/grids/lib/igc-grid-base-directive.d.ts +4 -4
  13. package/grids/lib/igc-grid-merge-strategy.d.ts +1 -0
  14. package/grids/lib/igc-grid-resource-strings.d.ts +175 -195
  15. package/grids/lib/igc-hierarchical-grid-component.d.ts +12 -0
  16. package/grids/lib/igc-paginator-component.d.ts +3 -3
  17. package/grids/lib/igc-paginator-resource-strings.d.ts +6 -6
  18. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -3
  19. package/grids/lib/igc-prefixed-resource-strings.d.ts +11 -0
  20. package/grids/lib/igc-query-builder-component.d.ts +141 -0
  21. package/grids/lib/igc-query-builder-header-component.d.ts +62 -0
  22. package/grids/lib/igc-query-builder-resource-strings.d.ts +228 -0
  23. package/grids/lib/igc-query-builder-search-value-context.d.ts +27 -0
  24. package/grids/lib/igc-row-island-component.d.ts +13 -37
  25. package/grids/lib/igc-summary-expression.d.ts +1 -1
  26. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +0 -7
  27. package/grids/lib/igc-toggle-view-event-args.d.ts +0 -4
  28. package/grids/lib/igc-validation-resource-strings.d.ts +42 -0
  29. package/grids/lib/index.d.ts +8 -0
  30. package/grids/themes/dark/bootstrap.css +1 -1
  31. package/grids/themes/dark/fluent.css +1 -1
  32. package/grids/themes/dark/indigo.css +1 -1
  33. package/grids/themes/dark/material.css +1 -1
  34. package/grids/themes/light/bootstrap.css +1 -1
  35. package/grids/themes/light/fluent.css +1 -1
  36. package/grids/themes/light/indigo.css +1 -1
  37. package/grids/themes/light/material.css +1 -1
  38. package/package.json +1 -1
  39. package/vscode.html-custom-data.json +1 -1
  40. package/web-types.json +1 -1
@@ -172,7 +172,7 @@
172
172
  "description": "Gets/Sets the resource strings.",
173
173
  "attribute": "resource-strings",
174
174
  "type": {
175
- "text": "IgcActionStripResourceStrings"
175
+ "text": "IgcPrefixedResourceStrings"
176
176
  }
177
177
  },
178
178
  {
@@ -228,7 +228,7 @@
228
228
  {
229
229
  "name": "resource-strings",
230
230
  "type": {
231
- "text": "IgcActionStripResourceStrings"
231
+ "text": "IgcPrefixedResourceStrings"
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": "IgcGridResourceStrings"
5070
+ "text": "IgcPrefixedResourceStrings"
5071
5071
  }
5072
5072
  },
5073
5073
  {
@@ -7478,7 +7478,7 @@
7478
7478
  {
7479
7479
  "name": "resource-strings",
7480
7480
  "type": {
7481
- "text": "IgcGridResourceStrings"
7481
+ "text": "IgcPrefixedResourceStrings"
7482
7482
  },
7483
7483
  "fieldName": "resourceStrings",
7484
7484
  "description": "Gets/Sets the resource strings."
@@ -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": "IgcPrefixedResourceStrings"
8284
+ }
8285
+ },
8276
8286
  {
8277
8287
  "kind": "field",
8278
8288
  "privacy": "public",
@@ -8600,7 +8610,7 @@
8600
8610
  "description": "Gets/Sets the resource strings.",
8601
8611
  "attribute": "resource-strings",
8602
8612
  "type": {
8603
- "text": "IgcGridResourceStrings"
8613
+ "text": "IgcPrefixedResourceStrings"
8604
8614
  }
8605
8615
  },
8606
8616
  {
@@ -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": "IgcPrefixedResourceStrings"
10716
+ },
10717
+ "fieldName": "resourceStrings",
10718
+ "description": "Gets/Sets the resource strings."
10719
+ },
10702
10720
  {
10703
10721
  "name": "has-children-key",
10704
10722
  "type": {
@@ -10833,7 +10851,7 @@
10833
10851
  {
10834
10852
  "name": "resource-strings",
10835
10853
  "type": {
10836
- "text": "IgcGridResourceStrings"
10854
+ "text": "IgcPrefixedResourceStrings"
10837
10855
  },
10838
10856
  "fieldName": "resourceStrings",
10839
10857
  "description": "Gets/Sets the resource strings."
@@ -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": "IgcPrefixedResourceStrings"
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": "IgcPrefixedResourceStrings"
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": {
@@ -15063,7 +15061,7 @@
15063
15061
  "description": "Gets/Sets the resource strings.",
15064
15062
  "attribute": "resource-strings",
15065
15063
  "type": {
15066
- "text": "IgcGridResourceStrings"
15064
+ "text": "IgcPrefixedResourceStrings"
15067
15065
  }
15068
15066
  },
15069
15067
  {
@@ -17483,7 +17481,7 @@
17483
17481
  {
17484
17482
  "name": "resource-strings",
17485
17483
  "type": {
17486
- "text": "IgcGridResourceStrings"
17484
+ "text": "IgcPrefixedResourceStrings"
17487
17485
  },
17488
17486
  "fieldName": "resourceStrings",
17489
17487
  "description": "Gets/Sets the resource strings."
@@ -18631,7 +18629,7 @@
18631
18629
  "description": "Gets/Sets the resource strings.",
18632
18630
  "attribute": "resource-strings",
18633
18631
  "type": {
18634
- "text": "IgcGridResourceStrings"
18632
+ "text": "IgcPrefixedResourceStrings"
18635
18633
  }
18636
18634
  },
18637
18635
  {
@@ -20980,7 +20978,7 @@
20980
20978
  {
20981
20979
  "name": "resource-strings",
20982
20980
  "type": {
20983
- "text": "IgcGridResourceStrings"
20981
+ "text": "IgcPrefixedResourceStrings"
20984
20982
  },
20985
20983
  "fieldName": "resourceStrings",
20986
20984
  "description": "Gets/Sets the resource strings."
@@ -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": "IgcPrefixedResourceStrings"
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": "IgcPrefixedResourceStrings"
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": "IgcPrefixedResourceStrings"
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": "IgcPrefixedResourceStrings"
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",
@@ -21809,7 +22074,7 @@
21809
22074
  "description": "An accessor that sets the resource strings. By default it uses EN resources.",
21810
22075
  "attribute": "resource-strings",
21811
22076
  "type": {
21812
- "text": "IgcPaginatorResourceStrings"
22077
+ "text": "IgcPrefixedResourceStrings"
21813
22078
  }
21814
22079
  },
21815
22080
  {
@@ -21929,7 +22194,7 @@
21929
22194
  {
21930
22195
  "name": "resource-strings",
21931
22196
  "type": {
21932
- "text": "IgcPaginatorResourceStrings"
22197
+ "text": "IgcPrefixedResourceStrings"
21933
22198
  },
21934
22199
  "fieldName": "resourceStrings",
21935
22200
  "description": "An accessor that sets the resource strings. By default it uses EN resources."
@@ -22008,6 +22273,13 @@
22008
22273
  "name": "IgcActionStripResourceStrings"
22009
22274
  }
22010
22275
  },
22276
+ {
22277
+ "kind": "js",
22278
+ "name": "IgcPrefixedResourceStrings",
22279
+ "declaration": {
22280
+ "name": "IgcPrefixedResourceStrings"
22281
+ }
22282
+ },
22011
22283
  {
22012
22284
  "kind": "js",
22013
22285
  "name": "IgcBooleanFilteringOperand",
@@ -22582,6 +22854,41 @@
22582
22854
  "name": "IgcTreeGridRecord"
22583
22855
  }
22584
22856
  },
22857
+ {
22858
+ "kind": "js",
22859
+ "name": "IgcQueryBuilderHeaderComponent",
22860
+ "declaration": {
22861
+ "name": "IgcQueryBuilderHeaderComponent"
22862
+ }
22863
+ },
22864
+ {
22865
+ "kind": "js",
22866
+ "name": "IgcQueryBuilderResourceStrings",
22867
+ "declaration": {
22868
+ "name": "IgcQueryBuilderResourceStrings"
22869
+ }
22870
+ },
22871
+ {
22872
+ "kind": "js",
22873
+ "name": "IgcQueryBuilderComponent",
22874
+ "declaration": {
22875
+ "name": "IgcQueryBuilderComponent"
22876
+ }
22877
+ },
22878
+ {
22879
+ "kind": "js",
22880
+ "name": "IgcEntityType",
22881
+ "declaration": {
22882
+ "name": "IgcEntityType"
22883
+ }
22884
+ },
22885
+ {
22886
+ "kind": "js",
22887
+ "name": "IgcQueryBuilderSearchValueContext",
22888
+ "declaration": {
22889
+ "name": "IgcQueryBuilderSearchValueContext"
22890
+ }
22891
+ },
22585
22892
  {
22586
22893
  "kind": "js",
22587
22894
  "name": "IgcGridStateOptions",
@@ -22729,6 +23036,13 @@
22729
23036
  "name": "IgcPivotGridColumn"
22730
23037
  }
22731
23038
  },
23039
+ {
23040
+ "kind": "js",
23041
+ "name": "IgcValidationResourceStrings",
23042
+ "declaration": {
23043
+ "name": "IgcValidationResourceStrings"
23044
+ }
23045
+ },
22732
23046
  {
22733
23047
  "kind": "js",
22734
23048
  "name": "IgcPositionStrategy",
@@ -23275,6 +23589,13 @@
23275
23589
  "name": "PivotSummaryPosition"
23276
23590
  }
23277
23591
  },
23592
+ {
23593
+ "kind": "js",
23594
+ "name": "IgcFieldType",
23595
+ "declaration": {
23596
+ "name": "IgcFieldType"
23597
+ }
23598
+ },
23278
23599
  {
23279
23600
  "kind": "js",
23280
23601
  "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