khiops-visualization 11.1.3 → 11.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/3rdpartylicenses.txt +73 -421
- package/assets/i18n/en.json +0 -1
- package/index.html +5 -4
- package/khiops-webcomponents.bundle.js +3 -3
- package/main.js +1 -1
- package/package.json +1 -1
- package/polyfills.js +1 -1
- package/styles.css +1 -1
- package/styles.js +1 -1
package/3rdpartylicenses.txt
CHANGED
|
@@ -90,28 +90,6 @@ MIT
|
|
|
90
90
|
|
|
91
91
|
@angular/flex-layout
|
|
92
92
|
MIT
|
|
93
|
-
The MIT License
|
|
94
|
-
|
|
95
|
-
Copyright (c) 2020 Google LLC.
|
|
96
|
-
|
|
97
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
98
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
99
|
-
in the Software without restriction, including without limitation the rights
|
|
100
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
101
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
102
|
-
furnished to do so, subject to the following conditions:
|
|
103
|
-
|
|
104
|
-
The above copyright notice and this permission notice shall be included in
|
|
105
|
-
all copies or substantial portions of the Software.
|
|
106
|
-
|
|
107
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
108
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
109
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
110
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
111
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
112
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
113
|
-
THE SOFTWARE.
|
|
114
|
-
|
|
115
93
|
|
|
116
94
|
@angular/forms
|
|
117
95
|
MIT
|
|
@@ -465,61 +443,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
465
443
|
SOFTWARE.
|
|
466
444
|
|
|
467
445
|
|
|
468
|
-
base64-js
|
|
469
|
-
MIT
|
|
470
|
-
The MIT License (MIT)
|
|
471
|
-
|
|
472
|
-
Copyright (c) 2014 Jameson Little
|
|
473
|
-
|
|
474
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
475
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
476
|
-
in the Software without restriction, including without limitation the rights
|
|
477
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
478
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
479
|
-
furnished to do so, subject to the following conditions:
|
|
480
|
-
|
|
481
|
-
The above copyright notice and this permission notice shall be included in
|
|
482
|
-
all copies or substantial portions of the Software.
|
|
483
|
-
|
|
484
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
485
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
486
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
487
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
488
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
489
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
490
|
-
THE SOFTWARE.
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
buffer
|
|
494
|
-
MIT
|
|
495
|
-
The MIT License (MIT)
|
|
496
|
-
|
|
497
|
-
Copyright (c) Feross Aboukhadijeh, and other contributors.
|
|
498
|
-
|
|
499
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
500
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
501
|
-
in the Software without restriction, including without limitation the rights
|
|
502
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
503
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
504
|
-
furnished to do so, subject to the following conditions:
|
|
505
|
-
|
|
506
|
-
The above copyright notice and this permission notice shall be included in
|
|
507
|
-
all copies or substantial portions of the Software.
|
|
508
|
-
|
|
509
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
510
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
511
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
512
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
513
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
514
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
515
|
-
THE SOFTWARE.
|
|
516
|
-
|
|
517
|
-
|
|
518
446
|
chart.js
|
|
519
447
|
MIT
|
|
520
448
|
The MIT License (MIT)
|
|
521
449
|
|
|
522
|
-
Copyright (c) 2014-
|
|
450
|
+
Copyright (c) 2014-2024 Chart.js Contributors
|
|
523
451
|
|
|
524
452
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
525
453
|
|
|
@@ -740,8 +668,25 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
740
668
|
|
|
741
669
|
|
|
742
670
|
d3-color
|
|
671
|
+
ISC
|
|
672
|
+
Copyright 2010-2022 Mike Bostock
|
|
673
|
+
|
|
674
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
675
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
676
|
+
and this permission notice appear in all copies.
|
|
677
|
+
|
|
678
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
679
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
680
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
681
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
682
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
683
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
684
|
+
THIS SOFTWARE.
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
d3-contour
|
|
743
688
|
BSD-3-Clause
|
|
744
|
-
Copyright
|
|
689
|
+
Copyright 2012-2017 Mike Bostock
|
|
745
690
|
All rights reserved.
|
|
746
691
|
|
|
747
692
|
Redistribution and use in source and binary forms, with or without modification,
|
|
@@ -895,6 +840,37 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
895
840
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
896
841
|
|
|
897
842
|
|
|
843
|
+
d3-fetch
|
|
844
|
+
BSD-3-Clause
|
|
845
|
+
Copyright 2016 Mike Bostock
|
|
846
|
+
All rights reserved.
|
|
847
|
+
|
|
848
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
849
|
+
are permitted provided that the following conditions are met:
|
|
850
|
+
|
|
851
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
852
|
+
list of conditions and the following disclaimer.
|
|
853
|
+
|
|
854
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
855
|
+
this list of conditions and the following disclaimer in the documentation
|
|
856
|
+
and/or other materials provided with the distribution.
|
|
857
|
+
|
|
858
|
+
* Neither the name of the author nor the names of contributors may be used to
|
|
859
|
+
endorse or promote products derived from this software without specific prior
|
|
860
|
+
written permission.
|
|
861
|
+
|
|
862
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
863
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
864
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
865
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
866
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
867
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
868
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
869
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
870
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
871
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
872
|
+
|
|
873
|
+
|
|
898
874
|
d3-force
|
|
899
875
|
BSD-3-Clause
|
|
900
876
|
Copyright 2010-2016 Mike Bostock
|
|
@@ -1164,36 +1140,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1164
1140
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1165
1141
|
|
|
1166
1142
|
|
|
1167
|
-
d3-queue
|
|
1168
|
-
BSD-3-Clause
|
|
1169
|
-
Copyright (c) 2012-2016, Michael Bostock
|
|
1170
|
-
All rights reserved.
|
|
1171
|
-
|
|
1172
|
-
Redistribution and use in source and binary forms, with or without
|
|
1173
|
-
modification, are permitted provided that the following conditions are met:
|
|
1174
|
-
|
|
1175
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
1176
|
-
list of conditions and the following disclaimer.
|
|
1177
|
-
|
|
1178
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
|
1179
|
-
this list of conditions and the following disclaimer in the documentation
|
|
1180
|
-
and/or other materials provided with the distribution.
|
|
1181
|
-
|
|
1182
|
-
* The name Michael Bostock may not be used to endorse or promote products
|
|
1183
|
-
derived from this software without specific prior written permission.
|
|
1184
|
-
|
|
1185
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
1186
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
1187
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
1188
|
-
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
|
|
1189
|
-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
1190
|
-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1191
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
|
1192
|
-
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
1193
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
1194
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
1143
|
d3-random
|
|
1198
1144
|
BSD-3-Clause
|
|
1199
1145
|
Copyright 2010-2016 Mike Bostock
|
|
@@ -1225,9 +1171,9 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1225
1171
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1226
1172
|
|
|
1227
1173
|
|
|
1228
|
-
d3-
|
|
1174
|
+
d3-scale
|
|
1229
1175
|
BSD-3-Clause
|
|
1230
|
-
Copyright 2010-
|
|
1176
|
+
Copyright 2010-2015 Mike Bostock
|
|
1231
1177
|
All rights reserved.
|
|
1232
1178
|
|
|
1233
1179
|
Redistribution and use in source and binary forms, with or without modification,
|
|
@@ -1256,9 +1202,9 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1256
1202
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1257
1203
|
|
|
1258
1204
|
|
|
1259
|
-
d3-scale
|
|
1205
|
+
d3-scale-chromatic
|
|
1260
1206
|
BSD-3-Clause
|
|
1261
|
-
Copyright 2010-
|
|
1207
|
+
Copyright 2010-2018 Mike Bostock
|
|
1262
1208
|
All rights reserved.
|
|
1263
1209
|
|
|
1264
1210
|
Redistribution and use in source and binary forms, with or without modification,
|
|
@@ -1286,6 +1232,23 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1286
1232
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
1287
1233
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1288
1234
|
|
|
1235
|
+
Apache-Style Software License for ColorBrewer software and ColorBrewer Color
|
|
1236
|
+
Schemes
|
|
1237
|
+
|
|
1238
|
+
Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State
|
|
1239
|
+
University.
|
|
1240
|
+
|
|
1241
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
1242
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
1243
|
+
License at
|
|
1244
|
+
|
|
1245
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1246
|
+
|
|
1247
|
+
Unless required by applicable law or agreed to in writing, software distributed
|
|
1248
|
+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
1249
|
+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
1250
|
+
specific language governing permissions and limitations under the License.
|
|
1251
|
+
|
|
1289
1252
|
|
|
1290
1253
|
d3-selection
|
|
1291
1254
|
BSD-3-Clause
|
|
@@ -1666,31 +1629,6 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
|
1666
1629
|
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1667
1630
|
|
|
1668
1631
|
|
|
1669
|
-
fast-copy
|
|
1670
|
-
MIT
|
|
1671
|
-
MIT License
|
|
1672
|
-
|
|
1673
|
-
Copyright (c) 2018 Tony Quetano
|
|
1674
|
-
|
|
1675
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1676
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1677
|
-
in the Software without restriction, including without limitation the rights
|
|
1678
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1679
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1680
|
-
furnished to do so, subject to the following conditions:
|
|
1681
|
-
|
|
1682
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1683
|
-
copies or substantial portions of the Software.
|
|
1684
|
-
|
|
1685
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1686
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1687
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1688
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1689
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1690
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1691
|
-
SOFTWARE.
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
1632
|
fast-equals
|
|
1695
1633
|
MIT
|
|
1696
1634
|
MIT License
|
|
@@ -1828,21 +1766,6 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
1828
1766
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
1829
1767
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
1830
1768
|
|
|
1831
|
-
ieee754
|
|
1832
|
-
BSD-3-Clause
|
|
1833
|
-
Copyright 2008 Fair Oaks Labs, Inc.
|
|
1834
|
-
|
|
1835
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
1836
|
-
|
|
1837
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
1838
|
-
|
|
1839
|
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
1840
|
-
|
|
1841
|
-
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
1842
|
-
|
|
1843
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
1769
|
impetus
|
|
1847
1770
|
MIT
|
|
1848
1771
|
The MIT License (MIT)
|
|
@@ -1866,26 +1789,6 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
1866
1789
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1867
1790
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1868
1791
|
|
|
1869
|
-
inherits
|
|
1870
|
-
ISC
|
|
1871
|
-
The ISC License
|
|
1872
|
-
|
|
1873
|
-
Copyright (c) Isaac Z. Schlueter
|
|
1874
|
-
|
|
1875
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
1876
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
1877
|
-
copyright notice and this permission notice appear in all copies.
|
|
1878
|
-
|
|
1879
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1880
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1881
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1882
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
1883
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
1884
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1885
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
1792
|
is-browser
|
|
1890
1793
|
MIT
|
|
1891
1794
|
Copyright (c) 2013 Forbes Lindesay
|
|
@@ -1908,9 +1811,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1908
1811
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1909
1812
|
THE SOFTWARE.
|
|
1910
1813
|
|
|
1911
|
-
isarray
|
|
1912
|
-
MIT
|
|
1913
|
-
|
|
1914
1814
|
javascript-natural-sort
|
|
1915
1815
|
MIT
|
|
1916
1816
|
|
|
@@ -2471,7 +2371,7 @@ ngx-markdown
|
|
|
2471
2371
|
MIT
|
|
2472
2372
|
MIT License
|
|
2473
2373
|
|
|
2474
|
-
Copyright (c) 2017-
|
|
2374
|
+
Copyright (c) 2017-2023 Jean-Francois Cere
|
|
2475
2375
|
|
|
2476
2376
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2477
2377
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2542,57 +2442,6 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2542
2442
|
|
|
2543
2443
|
|
|
2544
2444
|
|
|
2545
|
-
readable-stream
|
|
2546
|
-
MIT
|
|
2547
|
-
Node.js is licensed for use as follows:
|
|
2548
|
-
|
|
2549
|
-
"""
|
|
2550
|
-
Copyright Node.js contributors. All rights reserved.
|
|
2551
|
-
|
|
2552
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2553
|
-
of this software and associated documentation files (the "Software"), to
|
|
2554
|
-
deal in the Software without restriction, including without limitation the
|
|
2555
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
2556
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
2557
|
-
furnished to do so, subject to the following conditions:
|
|
2558
|
-
|
|
2559
|
-
The above copyright notice and this permission notice shall be included in
|
|
2560
|
-
all copies or substantial portions of the Software.
|
|
2561
|
-
|
|
2562
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2563
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2564
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2565
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2566
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2567
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2568
|
-
IN THE SOFTWARE.
|
|
2569
|
-
"""
|
|
2570
|
-
|
|
2571
|
-
This license applies to parts of Node.js originating from the
|
|
2572
|
-
https://github.com/joyent/node repository:
|
|
2573
|
-
|
|
2574
|
-
"""
|
|
2575
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
2576
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2577
|
-
of this software and associated documentation files (the "Software"), to
|
|
2578
|
-
deal in the Software without restriction, including without limitation the
|
|
2579
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
2580
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
2581
|
-
furnished to do so, subject to the following conditions:
|
|
2582
|
-
|
|
2583
|
-
The above copyright notice and this permission notice shall be included in
|
|
2584
|
-
all copies or substantial portions of the Software.
|
|
2585
|
-
|
|
2586
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2587
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2588
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2589
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2590
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2591
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2592
|
-
IN THE SOFTWARE.
|
|
2593
|
-
"""
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
2445
|
rxjs
|
|
2597
2446
|
Apache-2.0
|
|
2598
2447
|
Apache License
|
|
@@ -2799,130 +2648,9 @@ Apache-2.0
|
|
|
2799
2648
|
|
|
2800
2649
|
|
|
2801
2650
|
|
|
2802
|
-
safe-buffer
|
|
2803
|
-
MIT
|
|
2804
|
-
The MIT License (MIT)
|
|
2805
|
-
|
|
2806
|
-
Copyright (c) Feross Aboukhadijeh
|
|
2807
|
-
|
|
2808
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2809
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2810
|
-
in the Software without restriction, including without limitation the rights
|
|
2811
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2812
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2813
|
-
furnished to do so, subject to the following conditions:
|
|
2814
|
-
|
|
2815
|
-
The above copyright notice and this permission notice shall be included in
|
|
2816
|
-
all copies or substantial portions of the Software.
|
|
2817
|
-
|
|
2818
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2819
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2820
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2821
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2822
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2823
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2824
|
-
THE SOFTWARE.
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
sax
|
|
2828
|
-
ISC
|
|
2829
|
-
The ISC License
|
|
2830
|
-
|
|
2831
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2832
|
-
|
|
2833
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
2834
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
2835
|
-
copyright notice and this permission notice appear in all copies.
|
|
2836
|
-
|
|
2837
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2838
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2839
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2840
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2841
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2842
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2843
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2844
|
-
|
|
2845
|
-
====
|
|
2846
|
-
|
|
2847
|
-
`String.fromCodePoint` by Mathias Bynens used according to terms of MIT
|
|
2848
|
-
License, as follows:
|
|
2849
|
-
|
|
2850
|
-
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
2851
|
-
|
|
2852
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
2853
|
-
a copy of this software and associated documentation files (the
|
|
2854
|
-
"Software"), to deal in the Software without restriction, including
|
|
2855
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
2856
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
2857
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
2858
|
-
the following conditions:
|
|
2859
|
-
|
|
2860
|
-
The above copyright notice and this permission notice shall be
|
|
2861
|
-
included in all copies or substantial portions of the Software.
|
|
2862
|
-
|
|
2863
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2864
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2865
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2866
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2867
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2868
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2869
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
2651
|
seedrandom
|
|
2873
2652
|
MIT
|
|
2874
2653
|
|
|
2875
|
-
stream-browserify
|
|
2876
|
-
MIT
|
|
2877
|
-
MIT License
|
|
2878
|
-
|
|
2879
|
-
Copyright (c) James Halliday
|
|
2880
|
-
|
|
2881
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2882
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2883
|
-
the Software without restriction, including without limitation the rights to
|
|
2884
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2885
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2886
|
-
subject to the following conditions:
|
|
2887
|
-
|
|
2888
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2889
|
-
copies or substantial portions of the Software.
|
|
2890
|
-
|
|
2891
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2892
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2893
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2894
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2895
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2896
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
string_decoder
|
|
2900
|
-
MIT
|
|
2901
|
-
Copyright Joyent, Inc. and other Node contributors.
|
|
2902
|
-
|
|
2903
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
2904
|
-
copy of this software and associated documentation files (the
|
|
2905
|
-
"Software"), to deal in the Software without restriction, including
|
|
2906
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
2907
|
-
distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
2908
|
-
persons to whom the Software is furnished to do so, subject to the
|
|
2909
|
-
following conditions:
|
|
2910
|
-
|
|
2911
|
-
The above copyright notice and this permission notice shall be included
|
|
2912
|
-
in all copies or substantial portions of the Software.
|
|
2913
|
-
|
|
2914
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
2915
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2916
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
2917
|
-
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
2918
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
2919
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
2920
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
timers
|
|
2924
|
-
MIT
|
|
2925
|
-
|
|
2926
2654
|
to-px
|
|
2927
2655
|
MIT
|
|
2928
2656
|
|
|
@@ -3039,34 +2767,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3039
2767
|
SOFTWARE.
|
|
3040
2768
|
|
|
3041
2769
|
|
|
3042
|
-
util-deprecate
|
|
3043
|
-
MIT
|
|
3044
|
-
(The MIT License)
|
|
3045
|
-
|
|
3046
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
3047
|
-
|
|
3048
|
-
Permission is hereby granted, free of charge, to any person
|
|
3049
|
-
obtaining a copy of this software and associated documentation
|
|
3050
|
-
files (the "Software"), to deal in the Software without
|
|
3051
|
-
restriction, including without limitation the rights to use,
|
|
3052
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3053
|
-
copies of the Software, and to permit persons to whom the
|
|
3054
|
-
Software is furnished to do so, subject to the following
|
|
3055
|
-
conditions:
|
|
3056
|
-
|
|
3057
|
-
The above copyright notice and this permission notice shall be
|
|
3058
|
-
included in all copies or substantial portions of the Software.
|
|
3059
|
-
|
|
3060
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3061
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3062
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3063
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3064
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3065
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3066
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
3067
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
2770
|
uuid
|
|
3071
2771
|
MIT
|
|
3072
2772
|
The MIT License (MIT)
|
|
@@ -3080,59 +2780,11 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3080
2780
|
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 OR COPYRIGHT HOLDERS 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.
|
|
3081
2781
|
|
|
3082
2782
|
|
|
3083
|
-
xml2js
|
|
3084
|
-
MIT
|
|
3085
|
-
Copyright 2010, 2011, 2012, 2013. All rights reserved.
|
|
3086
|
-
|
|
3087
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3088
|
-
of this software and associated documentation files (the "Software"), to
|
|
3089
|
-
deal in the Software without restriction, including without limitation the
|
|
3090
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
3091
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
3092
|
-
furnished to do so, subject to the following conditions:
|
|
3093
|
-
|
|
3094
|
-
The above copyright notice and this permission notice shall be included in
|
|
3095
|
-
all copies or substantial portions of the Software.
|
|
3096
|
-
|
|
3097
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3098
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3099
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3100
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3101
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3102
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
3103
|
-
IN THE SOFTWARE.
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
xmlbuilder
|
|
3107
|
-
MIT
|
|
3108
|
-
The MIT License (MIT)
|
|
3109
|
-
|
|
3110
|
-
Copyright (c) 2013 Ozgur Ozcitak
|
|
3111
|
-
|
|
3112
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3113
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3114
|
-
in the Software without restriction, including without limitation the rights
|
|
3115
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3116
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3117
|
-
furnished to do so, subject to the following conditions:
|
|
3118
|
-
|
|
3119
|
-
The above copyright notice and this permission notice shall be included in
|
|
3120
|
-
all copies or substantial portions of the Software.
|
|
3121
|
-
|
|
3122
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3123
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3124
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3125
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3126
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3127
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3128
|
-
THE SOFTWARE.
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
2783
|
zone.js
|
|
3132
2784
|
MIT
|
|
3133
2785
|
The MIT License
|
|
3134
2786
|
|
|
3135
|
-
Copyright (c) 2010-
|
|
2787
|
+
Copyright (c) 2010-2023 Google LLC. https://angular.io/license
|
|
3136
2788
|
|
|
3137
2789
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3138
2790
|
of this software and associated documentation files (the "Software"), to deal
|
package/assets/i18n/en.json
CHANGED
|
@@ -432,7 +432,6 @@
|
|
|
432
432
|
"FATHER": "Father cluster of the current cluster",
|
|
433
433
|
"FREQUENCY": "Number of items belonging to the current cluster",
|
|
434
434
|
"INTEREST": "The “Interest” of a cluster is a value between 0 and 1: clusters with a interest close to 1 are the most informative",
|
|
435
|
-
"HIERARCHICAL_RANK": "",
|
|
436
435
|
"LEVEL": "",
|
|
437
436
|
"RANK": "The column “Rank” provides the ordering of the clusters in the hierarchy view."
|
|
438
437
|
},
|
package/index.html
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en" data-critters-container>
|
|
3
|
+
<head>
|
|
2
4
|
<meta charset="utf-8">
|
|
3
5
|
<title>KhiopsWebcomponent</title>
|
|
4
6
|
<base href="/">
|
|
@@ -40,6 +42,5 @@
|
|
|
40
42
|
}
|
|
41
43
|
};
|
|
42
44
|
</script>
|
|
43
|
-
<script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>
|
|
44
|
-
|
|
45
|
-
</body></html>
|
|
45
|
+
<script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
46
|
+
</html>
|