khiops-visualization 11.6.0 → 11.6.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.
- package/3rdpartylicenses.txt +0 -25
- package/README.md +1 -1
- package/khiops-webcomponents.bundle.js +1 -1
- package/main.js +1 -1
- package/package.json +1 -1
package/3rdpartylicenses.txt
CHANGED
|
@@ -254,31 +254,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
254
254
|
THE SOFTWARE.
|
|
255
255
|
|
|
256
256
|
|
|
257
|
-
@angular/router
|
|
258
|
-
MIT
|
|
259
|
-
The MIT License
|
|
260
|
-
|
|
261
|
-
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
|
|
262
|
-
|
|
263
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
264
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
265
|
-
in the Software without restriction, including without limitation the rights
|
|
266
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
267
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
268
|
-
furnished to do so, subject to the following conditions:
|
|
269
|
-
|
|
270
|
-
The above copyright notice and this permission notice shall be included in
|
|
271
|
-
all copies or substantial portions of the Software.
|
|
272
|
-
|
|
273
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
274
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
275
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
276
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
277
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
278
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
279
|
-
THE SOFTWARE.
|
|
280
|
-
|
|
281
|
-
|
|
282
257
|
@babel/runtime
|
|
283
258
|
MIT
|
|
284
259
|
MIT License
|
package/README.md
CHANGED
|
@@ -95,7 +95,7 @@ You may have to allow CUSTOM_ELEMENTS_SCHEMA into your module:
|
|
|
95
95
|
|
|
96
96
|
## Datas models
|
|
97
97
|
|
|
98
|
-
VisualizationDatas & CovisualizationDatas Models interfaces can be
|
|
98
|
+
VisualizationDatas & CovisualizationDatas Models interfaces can be found here:\
|
|
99
99
|
[VisualizationDatas](https://github.com/KhiopsML/khiops-visualization/blob/master/src/app/khiops-visualization/interfaces/app-datas.d.ts)\
|
|
100
100
|
[CovisualizationDatas](https://github.com/KhiopsML/khiops-visualization/blob/master/src/app/khiops-covisualization/interfaces/app-datas.d.ts)
|
|
101
101
|
|