@gooddata/sdk-ui-all 10.38.0-alpha.1 → 10.38.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 (2) hide show
  1. package/NOTICE +158 -637
  2. package/package.json +13 -13
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2025-8-4
10
+ Date generated: 2025-8-6
11
11
 
12
- Revision ID: d822ff1c4f8501fff03b120970ee783274b71d5d
12
+ Revision ID: 637bd469c90c034089a8ea31d3cb3f681797b848
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -314,7 +314,7 @@ Revision ID: d822ff1c4f8501fff03b120970ee783274b71d5d
314
314
  - acorn-walk (8.3.1) [MIT]
315
315
  - ag-charts-types (12.1.0) [MIT]
316
316
  - ag-grid-community (34.1.0) [MIT]
317
- - ag-grid-enterprise (34.1.0) [Commercial, unknown]
317
+ - ag-grid-enterprise (34.1.0) [Commercial]
318
318
  - ag-grid-react (34.1.0) [MIT]
319
319
  - agent-base (7.1.3) [MIT]
320
320
  - aggregate-error (3.1.0) [MIT]
@@ -708,7 +708,7 @@ Revision ID: d822ff1c4f8501fff03b120970ee783274b71d5d
708
708
  - minimalistic-assert (1.0.1) [ISC]
709
709
  - minimatch (10.0.1) [MIT]
710
710
  - minimatch (3.1.2) [MIT]
711
- - minimatch (9.0.3) [MIT]
711
+ - minimatch (9.0.5) [MIT]
712
712
  - minimist (1.2.8) [MIT]
713
713
  - minipass (3.3.6) [ISC]
714
714
  - minipass (5.0.0) [ISC]
@@ -859,7 +859,7 @@ Revision ID: d822ff1c4f8501fff03b120970ee783274b71d5d
859
859
  - safe-buffer (5.2.1) [MIT]
860
860
  - safer-buffer (2.1.2) [MIT]
861
861
  - sass (1.69.5) [MIT, BSD-3-Clause, Apache-2.0, Zlib, bzip2-1.0.6]
862
- - saxes (6.0.0) [ISC]
862
+ - saxes (6.0.0) [ISC, MIT]
863
863
  - scheduler (0.23.2) [MIT]
864
864
  - schema-utils (3.3.0) [MIT]
865
865
  - schema-utils (4.2.0) [MIT]
@@ -929,8 +929,8 @@ Revision ID: d822ff1c4f8501fff03b120970ee783274b71d5d
929
929
  - tar (6.2.1) [ISC]
930
930
  - terser (5.26.0) [BSD-2-Clause]
931
931
  - terser-webpack-plugin (5.3.9) [MIT]
932
- - text-encoding (0.7.0) [Multi-license: ECL-2.0 OR Unlicense, Multi-license: Apache-2.0 OR Unlicense, Unlicense]
933
- - thingies (1.21.0) [Unlicense, MIT]
932
+ - text-encoding (0.7.0) [Multi-license: Apache-2.0 OR Unlicense]
933
+ - thingies (1.21.0) [MIT]
934
934
  - through (2.3.8) [Multi-license: Apache-2.0 OR MIT]
935
935
  - thunky (1.1.0) [MIT]
936
936
  - tinybench (2.9.0) [MIT]
@@ -14038,19 +14038,22 @@ SOFTWARE.
14038
14038
  Apache-2.0
14039
14039
 
14040
14040
 
14041
- Copyright 2018 The diff-match-patch Authors.
14042
-
14043
- Licensed under the Apache License, Version 2.0 (the "License");
14044
- you may not use this file except in compliance with the License.
14045
- You may obtain a copy of the License at
14046
-
14047
- http://www.apache.org/licenses/LICENSE-2.0
14048
-
14049
- Unless required by applicable law or agreed to in writing, software
14050
- distributed under the License is distributed on an "AS IS" BASIS,
14051
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14052
-
14053
- See the License for the specific language governing permissions and limitations under the License.
14041
+ Diff Match and Patch
14042
+ * Copyright 2018 The diff-match-patch Authors.
14043
+ * https://github.com/google/diff-match-patch
14044
+ *
14045
+ * Licensed under the Apache License, Version 2.0 (the "License");
14046
+ * you may not use this file except in compliance with the License.
14047
+ * You may obtain a copy of the License at
14048
+ *
14049
+ * http://www.apache.org/licenses/LICENSE-2.0
14050
+ *
14051
+ * Unless required by applicable law or agreed to in writing, software
14052
+ * distributed under the License is distributed on an "AS IS" BASIS,
14053
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14054
+ * See the License for the specific language governing permissions and
14055
+ * limitations under the License.
14056
+ */
14054
14057
 
14055
14058
 
14056
14059
  * Package Info *
@@ -15312,6 +15315,30 @@ Package Depth: Direct
15312
15315
  MIT
15313
15316
 
15314
15317
 
15318
+
15319
+ This project is made up of many packages. There are two license types: MIT and Commercial.
15320
+
15321
+ Each package has it's own license file explaining the license for that package.
15322
+
15323
+ The following packages are MIT licensed:
15324
+
15325
+ + @ag-grid-community/locale
15326
+ + @ag-grid-community/styles
15327
+ + ag-grid-angular
15328
+ + ag-grid-react
15329
+ + ag-grid-vue3
15330
+ + ag-grid-community
15331
+
15332
+ The following packages are Commercial licensed:
15333
+
15334
+
15335
+ + ag-grid-enterprise
15336
+
15337
+ To view the commercial license for the commercial projects please refer to each projects respective license - for example for
15338
+ ag-grid-enterprise refer to packages/ag-grid-enterprise/LICENSE.html.
15339
+
15340
+ ______________
15341
+
15315
15342
  The MIT License
15316
15343
 
15317
15344
  Copyright (c) 2015-2025 AG GRID LTD
@@ -15351,13 +15378,11 @@ Package Depth: Direct
15351
15378
  --------------------------------------------------------------------------------
15352
15379
 
15353
15380
  * Declared Licenses *
15354
- Commercial, unknown
15381
+ Commercial
15355
15382
 
15356
- * Commercial *
15357
15383
 
15358
15384
  Commercial License
15359
15385
 
15360
- * unknown *
15361
15386
 
15362
15387
  * Package Info *
15363
15388
 
@@ -33032,9 +33057,9 @@ Authors: i@izs.me
33032
33057
  Package Download URL: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz
33033
33058
 
33034
33059
  --------------------------------------------------------------------------------
33035
- Package Title: minimatch (9.0.3)
33060
+ Package Title: minimatch (9.0.5)
33036
33061
 
33037
- Package Locator: npm+minimatch$9.0.3
33062
+ Package Locator: npm+minimatch$9.0.5
33038
33063
 
33039
33064
  Package Depth: Transitive
33040
33065
  --------------------------------------------------------------------------------
@@ -33069,7 +33094,7 @@ SOFTWARE.
33069
33094
 
33070
33095
  Authors: i@izs.me
33071
33096
 
33072
- Package Download URL: https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz
33097
+ Package Download URL: https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz
33073
33098
 
33074
33099
  --------------------------------------------------------------------------------
33075
33100
  Package Title: minimist (1.2.8)
@@ -37247,35 +37272,8 @@ Package Depth: Direct
37247
37272
  --------------------------------------------------------------------------------
37248
37273
 
37249
37274
  * Declared Licenses *
37250
- MIT, MIT
37251
-
37252
- * MIT *
37253
-
37254
- The MIT License (MIT)
37255
-
37256
- Copyright (c) 2014 Giampaolo Bellavite
37257
-
37258
- Permission is hereby granted, free of charge, to any person obtaining a copy
37259
- of this software and associated documentation files (the "Software"), to deal
37260
- in the Software without restriction, including without limitation the rights
37261
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37262
- copies of the Software, and to permit persons to whom the Software is
37263
- furnished to do so, subject to the following conditions:
37264
-
37265
- The above copyright notice and this permission notice shall be included in all
37266
- copies or substantial portions of the Software.
37267
-
37268
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37269
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37270
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37271
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37272
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37273
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37274
- SOFTWARE.
37275
-
37276
-
37275
+ MIT
37277
37276
 
37278
- * MIT *
37279
37277
 
37280
37278
  The MIT License (MIT)
37281
37279
 
@@ -42137,9 +42135,8 @@ Package Depth: Transitive
42137
42135
  --------------------------------------------------------------------------------
42138
42136
 
42139
42137
  * Declared Licenses *
42140
- ISC, ISC
42138
+ ISC
42141
42139
 
42142
- * ISC *
42143
42140
 
42144
42141
  The ISC License
42145
42142
 
@@ -42207,12 +42204,29 @@ MIT License, as follows:
42207
42204
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
42208
42205
 
42209
42206
 
42210
- * ISC *
42211
42207
 
42212
- Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
42213
- Copyright (c) 1995-2003 by Internet Software Consortium
42214
- Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
42215
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
42208
+ * Other Licenses *
42209
+ MIT
42210
+
42211
+
42212
+ Copyright (c) <year> <copyright holders>
42213
+ Permission is hereby granted, free of charge, to any person obtaining a copy
42214
+ of this software and associated documentation files (the "Software"), to deal
42215
+ in the Software without restriction, including without limitation the rights
42216
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42217
+ copies of the Software, and to permit persons to whom the Software is
42218
+ furnished to do so, subject to the following conditions:
42219
+
42220
+ The above copyright notice and this permission notice shall be included in all
42221
+ copies or substantial portions of the Software.
42222
+
42223
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42224
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42225
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42226
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42227
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42228
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42229
+ SOFTWARE.
42216
42230
 
42217
42231
 
42218
42232
  * Package Info *
@@ -45074,493 +45088,7 @@ Package Depth: Transitive
45074
45088
  --------------------------------------------------------------------------------
45075
45089
 
45076
45090
  * Declared Licenses *
45077
- Multi-license: ECL-2.0 OR Unlicense, Multi-license: Apache-2.0 OR Unlicense
45078
-
45079
- * Multi-license: ECL-2.0 OR Unlicense *
45080
-
45081
- The encoding indexes, algorithms, and many comments in the code
45082
- derive from the Encoding Standard https://encoding.spec.whatwg.org/
45083
-
45084
- Otherwise, the code of this repository is released under the Unlicense
45085
- license and is also dual-licensed under an Apache 2.0 license. Both
45086
- are included below.
45087
-
45088
- # Unlicense
45089
-
45090
- This is free and unencumbered software released into the public domain.
45091
-
45092
- Anyone is free to copy, modify, publish, use, compile, sell, or
45093
- distribute this software, either in source code form or as a compiled
45094
- binary, for any purpose, commercial or non-commercial, and by any
45095
- means.
45096
-
45097
- In jurisdictions that recognize copyright laws, the author or authors
45098
- of this software dedicate any and all copyright interest in the
45099
- software to the public domain. We make this dedication for the benefit
45100
- of the public at large and to the detriment of our heirs and
45101
- successors. We intend this dedication to be an overt act of
45102
- relinquishment in perpetuity of all present and future rights to this
45103
- software under copyright law.
45104
-
45105
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
45106
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45107
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
45108
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
45109
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
45110
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45111
- OTHER DEALINGS IN THE SOFTWARE.
45112
-
45113
- For more information, please refer to <http://unlicense.org/>
45114
-
45115
- # Apache 2.0 License
45116
-
45117
- Apache License
45118
- Version 2.0, January 2004
45119
- http://www.apache.org/licenses/
45120
-
45121
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
45122
-
45123
- 1. Definitions.
45124
-
45125
- "License" shall mean the terms and conditions for use, reproduction,
45126
- and distribution as defined by Sections 1 through 9 of this document.
45127
-
45128
- "Licensor" shall mean the copyright owner or entity authorized by
45129
- the copyright owner that is granting the License.
45130
-
45131
- "Legal Entity" shall mean the union of the acting entity and all
45132
- other entities that control, are controlled by, or are under common
45133
- control with that entity. For the purposes of this definition,
45134
- "control" means (i) the power, direct or indirect, to cause the
45135
- direction or management of such entity, whether by contract or
45136
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
45137
- outstanding shares, or (iii) beneficial ownership of such entity.
45138
-
45139
- "You" (or "Your") shall mean an individual or Legal Entity
45140
- exercising permissions granted by this License.
45141
-
45142
- "Source" form shall mean the preferred form for making modifications,
45143
- including but not limited to software source code, documentation
45144
- source, and configuration files.
45145
-
45146
- "Object" form shall mean any form resulting from mechanical
45147
- transformation or translation of a Source form, including but
45148
- not limited to compiled object code, generated documentation,
45149
- and conversions to other media types.
45150
-
45151
- "Work" shall mean the work of authorship, whether in Source or
45152
- Object form, made available under the License, as indicated by a
45153
- copyright notice that is included in or attached to the work
45154
- (an example is provided in the Appendix below).
45155
-
45156
- "Derivative Works" shall mean any work, whether in Source or Object
45157
- form, that is based on (or derived from) the Work and for which the
45158
- editorial revisions, annotations, elaborations, or other modifications
45159
- represent, as a whole, an original work of authorship. For the purposes
45160
- of this License, Derivative Works shall not include works that remain
45161
- separable from, or merely link (or bind by name) to the interfaces of,
45162
- the Work and Derivative Works thereof.
45163
-
45164
- "Contribution" shall mean any work of authorship, including
45165
- the original version of the Work and any modifications or additions
45166
- to that Work or Derivative Works thereof, that is intentionally
45167
- submitted to Licensor for inclusion in the Work by the copyright owner
45168
- or by an individual or Legal Entity authorized to submit on behalf of
45169
- the copyright owner. For the purposes of this definition, "submitted"
45170
- means any form of electronic, verbal, or written communication sent
45171
- to the Licensor or its representatives, including but not limited to
45172
- communication on electronic mailing lists, source code control systems,
45173
- and issue tracking systems that are managed by, or on behalf of, the
45174
- Licensor for the purpose of discussing and improving the Work, but
45175
- excluding communication that is conspicuously marked or otherwise
45176
- designated in writing by the copyright owner as "Not a Contribution."
45177
-
45178
- "Contributor" shall mean Licensor and any individual or Legal Entity
45179
- on behalf of whom a Contribution has been received by Licensor and
45180
- subsequently incorporated within the Work.
45181
-
45182
- 2. Grant of Copyright License. Subject to the terms and conditions of
45183
- this License, each Contributor hereby grants to You a perpetual,
45184
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
45185
- copyright license to reproduce, prepare Derivative Works of,
45186
- publicly display, publicly perform, sublicense, and distribute the
45187
- Work and such Derivative Works in Source or Object form.
45188
-
45189
- 3. Grant of Patent License. Subject to the terms and conditions of
45190
- this License, each Contributor hereby grants to You a perpetual,
45191
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
45192
- (except as stated in this section) patent license to make, have made,
45193
- use, offer to sell, sell, import, and otherwise transfer the Work,
45194
- where such license applies only to those patent claims licensable
45195
- by such Contributor that are necessarily infringed by their
45196
- Contribution(s) alone or by combination of their Contribution(s)
45197
- with the Work to which such Contribution(s) was submitted. If You
45198
- institute patent litigation against any entity (including a
45199
- cross-claim or counterclaim in a lawsuit) alleging that the Work
45200
- or a Contribution incorporated within the Work constitutes direct
45201
- or contributory patent infringement, then any patent licenses
45202
- granted to You under this License for that Work shall terminate
45203
- as of the date such litigation is filed.
45204
-
45205
- 4. Redistribution. You may reproduce and distribute copies of the
45206
- Work or Derivative Works thereof in any medium, with or without
45207
- modifications, and in Source or Object form, provided that You
45208
- meet the following conditions:
45209
-
45210
- (a) You must give any other recipients of the Work or
45211
- Derivative Works a copy of this License; and
45212
-
45213
- (b) You must cause any modified files to carry prominent notices
45214
- stating that You changed the files; and
45215
-
45216
- (c) You must retain, in the Source form of any Derivative Works
45217
- that You distribute, all copyright, patent, trademark, and
45218
- attribution notices from the Source form of the Work,
45219
- excluding those notices that do not pertain to any part of
45220
- the Derivative Works; and
45221
-
45222
- (d) If the Work includes a "NOTICE" text file as part of its
45223
- distribution, then any Derivative Works that You distribute must
45224
- include a readable copy of the attribution notices contained
45225
- within such NOTICE file, excluding those notices that do not
45226
- pertain to any part of the Derivative Works, in at least one
45227
- of the following places: within a NOTICE text file distributed
45228
- as part of the Derivative Works; within the Source form or
45229
- documentation, if provided along with the Derivative Works; or,
45230
- within a display generated by the Derivative Works, if and
45231
- wherever such third-party notices normally appear. The contents
45232
- of the NOTICE file are for informational purposes only and
45233
- do not modify the License. You may add Your own attribution
45234
- notices within Derivative Works that You distribute, alongside
45235
- or as an addendum to the NOTICE text from the Work, provided
45236
- that such additional attribution notices cannot be construed
45237
- as modifying the License.
45238
-
45239
- You may add Your own copyright statement to Your modifications and
45240
- may provide additional or different license terms and conditions
45241
- for use, reproduction, or distribution of Your modifications, or
45242
- for any such Derivative Works as a whole, provided Your use,
45243
- reproduction, and distribution of the Work otherwise complies with
45244
- the conditions stated in this License.
45245
-
45246
- 5. Submission of Contributions. Unless You explicitly state otherwise,
45247
- any Contribution intentionally submitted for inclusion in the Work
45248
- by You to the Licensor shall be under the terms and conditions of
45249
- this License, without any additional terms or conditions.
45250
- Notwithstanding the above, nothing herein shall supersede or modify
45251
- the terms of any separate license agreement you may have executed
45252
- with Licensor regarding such Contributions.
45253
-
45254
- 6. Trademarks. This License does not grant permission to use the trade
45255
- names, trademarks, service marks, or product names of the Licensor,
45256
- except as required for reasonable and customary use in describing the
45257
- origin of the Work and reproducing the content of the NOTICE file.
45258
-
45259
- 7. Disclaimer of Warranty. Unless required by applicable law or
45260
- agreed to in writing, Licensor provides the Work (and each
45261
- Contributor provides its Contributions) on an "AS IS" BASIS,
45262
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
45263
- implied, including, without limitation, any warranties or conditions
45264
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
45265
- PARTICULAR PURPOSE. You are solely responsible for determining the
45266
- appropriateness of using or redistributing the Work and assume any
45267
- risks associated with Your exercise of permissions under this License.
45268
-
45269
- 8. Limitation of Liability. In no event and under no legal theory,
45270
- whether in tort (including negligence), contract, or otherwise,
45271
- unless required by applicable law (such as deliberate and grossly
45272
- negligent acts) or agreed to in writing, shall any Contributor be
45273
- liable to You for damages, including any direct, indirect, special,
45274
- incidental, or consequential damages of any character arising as a
45275
- result of this License or out of the use or inability to use the
45276
- Work (including but not limited to damages for loss of goodwill,
45277
- work stoppage, computer failure or malfunction, or any and all
45278
- other commercial damages or losses), even if such Contributor
45279
- has been advised of the possibility of such damages.
45280
-
45281
- 9. Accepting Warranty or Additional Liability. While redistributing
45282
- the Work or Derivative Works thereof, You may choose to offer,
45283
- and charge a fee for, acceptance of support, warranty, indemnity,
45284
- or other liability obligations and/or rights consistent with this
45285
- License. However, in accepting such obligations, You may act only
45286
- on Your own behalf and on Your sole responsibility, not on behalf
45287
- of any other Contributor, and only if You agree to indemnify,
45288
- defend, and hold each Contributor harmless for any liability
45289
- incurred by, or claims asserted against, such Contributor by reason
45290
- of your accepting any such warranty or additional liability.
45291
-
45292
- END OF TERMS AND CONDITIONS
45293
-
45294
- APPENDIX: How to apply the Apache License to your work.
45295
-
45296
- To apply the Apache License to your work, attach the following
45297
- boilerplate notice, with the fields enclosed by brackets "[]"
45298
- replaced with your own identifying information. (Don't include
45299
- the brackets!) The text should be enclosed in the appropriate
45300
- comment syntax for the file format. We also recommend that a
45301
- file or class name and description of purpose be included on the
45302
- same "printed page" as the copyright notice for easier
45303
- identification within third-party archives.
45304
-
45305
- Copyright [yyyy] [name of copyright owner]
45306
-
45307
- Licensed under the Apache License, Version 2.0 (the "License");
45308
- you may not use this file except in compliance with the License.
45309
- You may obtain a copy of the License at
45310
-
45311
- http://www.apache.org/licenses/LICENSE-2.0
45312
-
45313
- Unless required by applicable law or agreed to in writing, software
45314
- distributed under the License is distributed on an "AS IS" BASIS,
45315
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45316
- See the License for the specific language governing permissions and
45317
- limitations under the License.
45318
-
45319
-
45320
- * Multi-license: Apache-2.0 OR Unlicense *
45321
-
45322
- The encoding indexes, algorithms, and many comments in the code
45323
- derive from the Encoding Standard https://encoding.spec.whatwg.org/
45324
-
45325
- Otherwise, the code of this repository is released under the Unlicense
45326
- license and is also dual-licensed under an Apache 2.0 license. Both
45327
- are included below.
45328
-
45329
- # Unlicense
45330
-
45331
- This is free and unencumbered software released into the public domain.
45332
-
45333
- Anyone is free to copy, modify, publish, use, compile, sell, or
45334
- distribute this software, either in source code form or as a compiled
45335
- binary, for any purpose, commercial or non-commercial, and by any
45336
- means.
45337
-
45338
- In jurisdictions that recognize copyright laws, the author or authors
45339
- of this software dedicate any and all copyright interest in the
45340
- software to the public domain. We make this dedication for the benefit
45341
- of the public at large and to the detriment of our heirs and
45342
- successors. We intend this dedication to be an overt act of
45343
- relinquishment in perpetuity of all present and future rights to this
45344
- software under copyright law.
45345
-
45346
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
45347
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45348
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
45349
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
45350
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
45351
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45352
- OTHER DEALINGS IN THE SOFTWARE.
45353
-
45354
- For more information, please refer to <http://unlicense.org/>
45355
-
45356
- # Apache 2.0 License
45357
-
45358
- Apache License
45359
- Version 2.0, January 2004
45360
- http://www.apache.org/licenses/
45361
-
45362
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
45363
-
45364
- 1. Definitions.
45365
-
45366
- "License" shall mean the terms and conditions for use, reproduction,
45367
- and distribution as defined by Sections 1 through 9 of this document.
45368
-
45369
- "Licensor" shall mean the copyright owner or entity authorized by
45370
- the copyright owner that is granting the License.
45371
-
45372
- "Legal Entity" shall mean the union of the acting entity and all
45373
- other entities that control, are controlled by, or are under common
45374
- control with that entity. For the purposes of this definition,
45375
- "control" means (i) the power, direct or indirect, to cause the
45376
- direction or management of such entity, whether by contract or
45377
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
45378
- outstanding shares, or (iii) beneficial ownership of such entity.
45379
-
45380
- "You" (or "Your") shall mean an individual or Legal Entity
45381
- exercising permissions granted by this License.
45382
-
45383
- "Source" form shall mean the preferred form for making modifications,
45384
- including but not limited to software source code, documentation
45385
- source, and configuration files.
45386
-
45387
- "Object" form shall mean any form resulting from mechanical
45388
- transformation or translation of a Source form, including but
45389
- not limited to compiled object code, generated documentation,
45390
- and conversions to other media types.
45391
-
45392
- "Work" shall mean the work of authorship, whether in Source or
45393
- Object form, made available under the License, as indicated by a
45394
- copyright notice that is included in or attached to the work
45395
- (an example is provided in the Appendix below).
45396
-
45397
- "Derivative Works" shall mean any work, whether in Source or Object
45398
- form, that is based on (or derived from) the Work and for which the
45399
- editorial revisions, annotations, elaborations, or other modifications
45400
- represent, as a whole, an original work of authorship. For the purposes
45401
- of this License, Derivative Works shall not include works that remain
45402
- separable from, or merely link (or bind by name) to the interfaces of,
45403
- the Work and Derivative Works thereof.
45404
-
45405
- "Contribution" shall mean any work of authorship, including
45406
- the original version of the Work and any modifications or additions
45407
- to that Work or Derivative Works thereof, that is intentionally
45408
- submitted to Licensor for inclusion in the Work by the copyright owner
45409
- or by an individual or Legal Entity authorized to submit on behalf of
45410
- the copyright owner. For the purposes of this definition, "submitted"
45411
- means any form of electronic, verbal, or written communication sent
45412
- to the Licensor or its representatives, including but not limited to
45413
- communication on electronic mailing lists, source code control systems,
45414
- and issue tracking systems that are managed by, or on behalf of, the
45415
- Licensor for the purpose of discussing and improving the Work, but
45416
- excluding communication that is conspicuously marked or otherwise
45417
- designated in writing by the copyright owner as "Not a Contribution."
45418
-
45419
- "Contributor" shall mean Licensor and any individual or Legal Entity
45420
- on behalf of whom a Contribution has been received by Licensor and
45421
- subsequently incorporated within the Work.
45422
-
45423
- 2. Grant of Copyright License. Subject to the terms and conditions of
45424
- this License, each Contributor hereby grants to You a perpetual,
45425
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
45426
- copyright license to reproduce, prepare Derivative Works of,
45427
- publicly display, publicly perform, sublicense, and distribute the
45428
- Work and such Derivative Works in Source or Object form.
45429
-
45430
- 3. Grant of Patent License. Subject to the terms and conditions of
45431
- this License, each Contributor hereby grants to You a perpetual,
45432
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
45433
- (except as stated in this section) patent license to make, have made,
45434
- use, offer to sell, sell, import, and otherwise transfer the Work,
45435
- where such license applies only to those patent claims licensable
45436
- by such Contributor that are necessarily infringed by their
45437
- Contribution(s) alone or by combination of their Contribution(s)
45438
- with the Work to which such Contribution(s) was submitted. If You
45439
- institute patent litigation against any entity (including a
45440
- cross-claim or counterclaim in a lawsuit) alleging that the Work
45441
- or a Contribution incorporated within the Work constitutes direct
45442
- or contributory patent infringement, then any patent licenses
45443
- granted to You under this License for that Work shall terminate
45444
- as of the date such litigation is filed.
45445
-
45446
- 4. Redistribution. You may reproduce and distribute copies of the
45447
- Work or Derivative Works thereof in any medium, with or without
45448
- modifications, and in Source or Object form, provided that You
45449
- meet the following conditions:
45450
-
45451
- (a) You must give any other recipients of the Work or
45452
- Derivative Works a copy of this License; and
45453
-
45454
- (b) You must cause any modified files to carry prominent notices
45455
- stating that You changed the files; and
45456
-
45457
- (c) You must retain, in the Source form of any Derivative Works
45458
- that You distribute, all copyright, patent, trademark, and
45459
- attribution notices from the Source form of the Work,
45460
- excluding those notices that do not pertain to any part of
45461
- the Derivative Works; and
45462
-
45463
- (d) If the Work includes a "NOTICE" text file as part of its
45464
- distribution, then any Derivative Works that You distribute must
45465
- include a readable copy of the attribution notices contained
45466
- within such NOTICE file, excluding those notices that do not
45467
- pertain to any part of the Derivative Works, in at least one
45468
- of the following places: within a NOTICE text file distributed
45469
- as part of the Derivative Works; within the Source form or
45470
- documentation, if provided along with the Derivative Works; or,
45471
- within a display generated by the Derivative Works, if and
45472
- wherever such third-party notices normally appear. The contents
45473
- of the NOTICE file are for informational purposes only and
45474
- do not modify the License. You may add Your own attribution
45475
- notices within Derivative Works that You distribute, alongside
45476
- or as an addendum to the NOTICE text from the Work, provided
45477
- that such additional attribution notices cannot be construed
45478
- as modifying the License.
45479
-
45480
- You may add Your own copyright statement to Your modifications and
45481
- may provide additional or different license terms and conditions
45482
- for use, reproduction, or distribution of Your modifications, or
45483
- for any such Derivative Works as a whole, provided Your use,
45484
- reproduction, and distribution of the Work otherwise complies with
45485
- the conditions stated in this License.
45486
-
45487
- 5. Submission of Contributions. Unless You explicitly state otherwise,
45488
- any Contribution intentionally submitted for inclusion in the Work
45489
- by You to the Licensor shall be under the terms and conditions of
45490
- this License, without any additional terms or conditions.
45491
- Notwithstanding the above, nothing herein shall supersede or modify
45492
- the terms of any separate license agreement you may have executed
45493
- with Licensor regarding such Contributions.
45494
-
45495
- 6. Trademarks. This License does not grant permission to use the trade
45496
- names, trademarks, service marks, or product names of the Licensor,
45497
- except as required for reasonable and customary use in describing the
45498
- origin of the Work and reproducing the content of the NOTICE file.
45499
-
45500
- 7. Disclaimer of Warranty. Unless required by applicable law or
45501
- agreed to in writing, Licensor provides the Work (and each
45502
- Contributor provides its Contributions) on an "AS IS" BASIS,
45503
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
45504
- implied, including, without limitation, any warranties or conditions
45505
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
45506
- PARTICULAR PURPOSE. You are solely responsible for determining the
45507
- appropriateness of using or redistributing the Work and assume any
45508
- risks associated with Your exercise of permissions under this License.
45509
-
45510
- 8. Limitation of Liability. In no event and under no legal theory,
45511
- whether in tort (including negligence), contract, or otherwise,
45512
- unless required by applicable law (such as deliberate and grossly
45513
- negligent acts) or agreed to in writing, shall any Contributor be
45514
- liable to You for damages, including any direct, indirect, special,
45515
- incidental, or consequential damages of any character arising as a
45516
- result of this License or out of the use or inability to use the
45517
- Work (including but not limited to damages for loss of goodwill,
45518
- work stoppage, computer failure or malfunction, or any and all
45519
- other commercial damages or losses), even if such Contributor
45520
- has been advised of the possibility of such damages.
45521
-
45522
- 9. Accepting Warranty or Additional Liability. While redistributing
45523
- the Work or Derivative Works thereof, You may choose to offer,
45524
- and charge a fee for, acceptance of support, warranty, indemnity,
45525
- or other liability obligations and/or rights consistent with this
45526
- License. However, in accepting such obligations, You may act only
45527
- on Your own behalf and on Your sole responsibility, not on behalf
45528
- of any other Contributor, and only if You agree to indemnify,
45529
- defend, and hold each Contributor harmless for any liability
45530
- incurred by, or claims asserted against, such Contributor by reason
45531
- of your accepting any such warranty or additional liability.
45532
-
45533
- END OF TERMS AND CONDITIONS
45534
-
45535
- APPENDIX: How to apply the Apache License to your work.
45536
-
45537
- To apply the Apache License to your work, attach the following
45538
- boilerplate notice, with the fields enclosed by brackets "[]"
45539
- replaced with your own identifying information. (Don't include
45540
- the brackets!) The text should be enclosed in the appropriate
45541
- comment syntax for the file format. We also recommend that a
45542
- file or class name and description of purpose be included on the
45543
- same "printed page" as the copyright notice for easier
45544
- identification within third-party archives.
45545
-
45546
- Copyright [yyyy] [name of copyright owner]
45547
-
45548
- Licensed under the Apache License, Version 2.0 (the "License");
45549
- you may not use this file except in compliance with the License.
45550
- You may obtain a copy of the License at
45551
-
45552
- http://www.apache.org/licenses/LICENSE-2.0
45553
-
45554
- Unless required by applicable law or agreed to in writing, software
45555
- distributed under the License is distributed on an "AS IS" BASIS,
45556
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45557
- See the License for the specific language governing permissions and
45558
- limitations under the License.
45559
-
45560
-
45561
-
45562
- * Other Licenses *
45563
- Unlicense
45091
+ Multi-license: Apache-2.0 OR Unlicense
45564
45092
 
45565
45093
 
45566
45094
  The encoding indexes, algorithms, and many comments in the code
@@ -45818,18 +45346,8 @@ Package Depth: Transitive
45818
45346
  --------------------------------------------------------------------------------
45819
45347
 
45820
45348
  * Declared Licenses *
45821
- Unlicense, MIT
45822
-
45823
- * Unlicense *
45824
-
45825
- This is free and unencumbered software released into the public domain.
45826
- Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
45827
- In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and
45828
- successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
45829
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
45830
- For more information, please refer to <http://unlicense.org/>
45349
+ MIT
45831
45350
 
45832
- * MIT *
45833
45351
 
45834
45352
  MIT License
45835
45353
 
@@ -47022,9 +46540,18 @@ SOFTWARE.
47022
46540
  0BSD
47023
46541
 
47024
46542
 
47025
- Copyright (C) 2006 by Rob Landley <rob@landley.net>
47026
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
47027
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
46543
+ Copyright (c) Microsoft Corporation.
46544
+
46545
+ Permission to use, copy, modify, and/or distribute this software for any
46546
+ purpose with or without fee is hereby granted.
46547
+
46548
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
46549
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
46550
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
46551
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
46552
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
46553
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
46554
+ PERFORMANCE OF THIS SOFTWARE.
47028
46555
 
47029
46556
 
47030
46557
  * Package Info *
@@ -61992,6 +61519,55 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
61992
61519
  THE SOFTWARE.
61993
61520
 
61994
61521
 
61522
+ * MIT *
61523
+
61524
+
61525
+ This project is made up of many packages. There are two license types: MIT and Commercial.
61526
+
61527
+ Each package has it's own license file explaining the license for that package.
61528
+
61529
+ The following packages are MIT licensed:
61530
+
61531
+ + @ag-grid-community/locale
61532
+ + @ag-grid-community/styles
61533
+ + ag-grid-angular
61534
+ + ag-grid-react
61535
+ + ag-grid-vue3
61536
+ + ag-grid-community
61537
+
61538
+ The following packages are Commercial licensed:
61539
+
61540
+
61541
+ + ag-grid-enterprise
61542
+
61543
+ To view the commercial license for the commercial projects please refer to each projects respective license - for example for
61544
+ ag-grid-enterprise refer to packages/ag-grid-enterprise/LICENSE.html.
61545
+
61546
+ ______________
61547
+
61548
+ The MIT License
61549
+
61550
+ Copyright (c) 2015-2025 AG GRID LTD
61551
+
61552
+ Permission is hereby granted, free of charge, to any person obtaining a copy
61553
+ of this software and associated documentation files (the "Software"), to deal
61554
+ in the Software without restriction, including without limitation the rights
61555
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61556
+ copies of the Software, and to permit persons to whom the Software is
61557
+ furnished to do so, subject to the following conditions:
61558
+
61559
+ The above copyright notice and this permission notice shall be included in all
61560
+ copies or substantial portions of the Software.
61561
+
61562
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61563
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61564
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61565
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61566
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
61567
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61568
+ SOFTWARE.
61569
+
61570
+
61995
61571
  * Apache-2.0 *
61996
61572
 
61997
61573
  Apache License
@@ -63178,6 +62754,25 @@ limitations under the License.
63178
62754
  See the Apache Version 2.0 License for specific language governing permissions
63179
62755
  and limitations under the License.
63180
62756
 
62757
+ * Apache-2.0 *
62758
+
62759
+ Diff Match and Patch
62760
+ * Copyright 2018 The diff-match-patch Authors.
62761
+ * https://github.com/google/diff-match-patch
62762
+ *
62763
+ * Licensed under the Apache License, Version 2.0 (the "License");
62764
+ * you may not use this file except in compliance with the License.
62765
+ * You may obtain a copy of the License at
62766
+ *
62767
+ * http://www.apache.org/licenses/LICENSE-2.0
62768
+ *
62769
+ * Unless required by applicable law or agreed to in writing, software
62770
+ * distributed under the License is distributed on an "AS IS" BASIS,
62771
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
62772
+ * See the License for the specific language governing permissions and
62773
+ * limitations under the License.
62774
+ */
62775
+
63181
62776
  * MIT *
63182
62777
 
63183
62778
  "author": "Roman Shtylman <shtylman@gmail.com>",
@@ -70583,12 +70178,6 @@ This software is covered under the following copyright:
70583
70178
  //
70584
70179
 
70585
70180
 
70586
- * 0BSD *
70587
-
70588
- Copyright (C) 2006 by Rob Landley <rob@landley.net>
70589
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
70590
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
70591
-
70592
70181
  * Python-2.0 *
70593
70182
 
70594
70183
  A. HISTORY OF THE SOFTWARE
@@ -76145,74 +75734,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76145
75734
  SOFTWARE.
76146
75735
 
76147
75736
 
76148
- * ECL-2.0 *
76149
-
76150
- Educational Community License
76151
- Version 2.0, April 2007 http://www.osedu.org/licenses/
76152
- The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license. The original Apache 2.0 license can be found at: http://www.apache.org/licenses/LICENSE-2.0
76153
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
76154
- 1. Definitions.
76155
-
76156
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
76157
-
76158
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
76159
-
76160
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
76161
-
76162
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
76163
-
76164
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
76165
-
76166
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
76167
-
76168
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
76169
-
76170
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
76171
-
76172
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
76173
-
76174
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
76175
- 2. Grant of Copyright License.
76176
- Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
76177
- 3. Grant of Patent License.
76178
- Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Any patent license granted hereby with respect to contributions by an individual employed by an institution or organization is limited to patent claims where the individual that is the author of the Work is also the inventor of the patent claims licensed, and where the organization or institution has the right to grant such license under applicable grant and research funding agreements. No other express or implied licenses are granted.
76179
- 4. Redistribution.
76180
- You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
76181
- a. You must give any other recipients of the Work or Derivative Works a copy of this License; and
76182
- b. You must cause any modified files to carry prominent notices stating that You changed the files; and
76183
- c. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76184
- d. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
76185
- You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
76186
- 5. Submission of Contributions.
76187
- Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
76188
- 6. Trademarks.
76189
- This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
76190
- 7. Disclaimer of Warranty.
76191
- Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
76192
- 8. Limitation of Liability.
76193
- In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
76194
- 9. Accepting Warranty or Additional Liability.
76195
- While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
76196
- APPENDIX: How to apply the Educational Community License to your work
76197
- To apply the Educational Community License to your work, attach
76198
- the following boilerplate notice, with the fields enclosed by
76199
- brackets "[]" replaced with your own identifying information.
76200
- (Don't include the brackets!) The text should be enclosed in the
76201
- appropriate comment syntax for the file format. We also recommend
76202
- that a file or class name and description of purpose be included on
76203
- the same "printed page" as the copyright notice for easier
76204
- identification within third-party archives.
76205
- Copyright [yyyy] [name of copyright owner] Licensed under the
76206
- Educational Community License, Version 2.0 (the "License"); you may
76207
- not use this file except in compliance with the License. You may
76208
- obtain a copy of the License at
76209
- http://www.osedu.org/licenses/ECL-2.0
76210
- Unless required by applicable law or agreed to in writing,
76211
- software distributed under the License is distributed on an "AS IS"
76212
- BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
76213
- or implied. See the License for the specific language governing
76214
- permissions and limitations under the License.
76215
-
76216
75737
  * MIT *
76217
75738
 
76218
75739
  Highcharts React
@@ -83652,4 +83173,4 @@ POSSIBILITY OF SUCH DAMAGE.
83652
83173
  --------------------------------------------------------------------------------
83653
83174
  --------------------------------------------------------------------------------
83654
83175
 
83655
- Report Generated by FOSSA on 2025-8-4
83176
+ Report Generated by FOSSA on 2025-8-6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-all",
3
- "version": "10.38.0-alpha.1",
3
+ "version": "10.38.0",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData SDK - All-In-One",
6
6
  "repository": {
@@ -24,29 +24,29 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "tslib": "2.8.1",
27
- "@gooddata/sdk-backend-spi": "10.38.0-alpha.1",
28
- "@gooddata/sdk-ui": "10.38.0-alpha.1",
29
- "@gooddata/sdk-ui-ext": "10.38.0-alpha.1",
30
- "@gooddata/sdk-ui-charts": "10.38.0-alpha.1",
31
- "@gooddata/sdk-model": "10.38.0-alpha.1",
32
- "@gooddata/sdk-ui-filters": "10.38.0-alpha.1",
33
- "@gooddata/sdk-ui-pivot": "10.38.0-alpha.1",
34
- "@gooddata/sdk-ui-geo": "10.38.0-alpha.1"
27
+ "@gooddata/sdk-backend-spi": "10.38.0",
28
+ "@gooddata/sdk-model": "10.38.0",
29
+ "@gooddata/sdk-ui-ext": "10.38.0",
30
+ "@gooddata/sdk-ui": "10.38.0",
31
+ "@gooddata/sdk-ui-charts": "10.38.0",
32
+ "@gooddata/sdk-ui-filters": "10.38.0",
33
+ "@gooddata/sdk-ui-geo": "10.38.0",
34
+ "@gooddata/sdk-ui-pivot": "10.38.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@gooddata/eslint-config": "^4.1.1",
38
38
  "@microsoft/api-documenter": "^7.17.0",
39
39
  "@microsoft/api-extractor": "^7.52.8",
40
- "@typescript-eslint/eslint-plugin": "^5.57.1",
41
- "@typescript-eslint/parser": "^5.57.1",
40
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
41
+ "@typescript-eslint/parser": "^8.38.0",
42
42
  "concurrently": "^6.0.2",
43
43
  "dependency-cruiser": "^13.0.3",
44
- "eslint": "^8.25.0",
44
+ "eslint": "^8.57.1",
45
45
  "eslint-config-prettier": "^10.1.5",
46
46
  "eslint-plugin-header": "^3.0.0",
47
47
  "eslint-plugin-import": "^2.22.0",
48
48
  "eslint-plugin-import-esm": "^1.2.1",
49
- "eslint-plugin-jest": "^27.1.1",
49
+ "eslint-plugin-jest": "^29.0.1",
50
50
  "eslint-plugin-no-only-tests": "^2.4.0",
51
51
  "eslint-plugin-prettier": "^5.5.1",
52
52
  "eslint-plugin-regexp": "^1.9.0",