khiops-visualization 11.0.4 → 11.0.6

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.
@@ -133,7 +133,7 @@ MIT
133
133
  MIT
134
134
  The MIT License
135
135
 
136
- Copyright (c) 2021 Google LLC.
136
+ Copyright (c) 2023 Google LLC.
137
137
 
138
138
  Permission is hereby granted, free of charge, to any person obtaining a copy
139
139
  of this software and associated documentation files (the "Software"), to deal
@@ -195,7 +195,7 @@ MIT
195
195
  MIT
196
196
  The MIT License
197
197
 
198
- Copyright (c) 2021 Google LLC.
198
+ Copyright (c) 2022 Google LLC.
199
199
 
200
200
  Permission is hereby granted, free of charge, to any person obtaining a copy
201
201
  of this software and associated documentation files (the "Software"), to deal
@@ -245,6 +245,19 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
245
245
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
246
246
 
247
247
 
248
+ @kurkle/color
249
+ MIT
250
+ The MIT License (MIT)
251
+
252
+ Copyright (c) 2018-2021 Jukka Kurkela
253
+
254
+ 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:
255
+
256
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
257
+
258
+ 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.
259
+
260
+
248
261
  @ngstack/translate
249
262
  MIT
250
263
  MIT License
@@ -615,30 +628,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
615
628
  SOFTWARE.
616
629
 
617
630
 
618
- css-loader
619
- MIT
620
- Copyright JS Foundation and other contributors
621
-
622
- Permission is hereby granted, free of charge, to any person obtaining
623
- a copy of this software and associated documentation files (the
624
- 'Software'), to deal in the Software without restriction, including
625
- without limitation the rights to use, copy, modify, merge, publish,
626
- distribute, sublicense, and/or sell copies of the Software, and to
627
- permit persons to whom the Software is furnished to do so, subject to
628
- the following conditions:
629
-
630
- The above copyright notice and this permission notice shall be
631
- included in all copies or substantial portions of the Software.
632
-
633
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
634
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
635
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
636
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
637
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
638
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
639
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
640
-
641
-
642
631
  d3
643
632
  BSD-3-Clause
644
633
  Copyright 2010-2017 Mike Bostock
@@ -2025,40 +2014,6 @@ SOFTWARE.
2025
2014
 
2026
2015
 
2027
2016
  khiops-visualization
2028
- BSD-3-clause-clear
2029
- The Clear BSD License
2030
-
2031
- Copyright (c) 2023 Orange S.A.
2032
- All rights reserved.
2033
-
2034
- Redistribution and use in source and binary forms, with or without
2035
- modification, are permitted (subject to the limitations in the disclaimer
2036
- below) provided that the following conditions are met:
2037
-
2038
- * Redistributions of source code must retain the above copyright notice,
2039
- this list of conditions and the following disclaimer.
2040
-
2041
- * Redistributions in binary form must reproduce the above copyright
2042
- notice, this list of conditions and the following disclaimer in the
2043
- documentation and/or other materials provided with the distribution.
2044
-
2045
- * Neither the name of the copyright holder nor the names of its
2046
- contributors may be used to endorse or promote products derived from this
2047
- software without specific prior written permission.
2048
-
2049
- NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY
2050
- THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2051
- CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2052
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2053
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
2054
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2055
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2056
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
2057
- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
2058
- IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2059
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2060
- POSSIBILITY OF SUCH DAMAGE.
2061
-
2062
2017
 
2063
2018
  lodash
2064
2019
  MIT
@@ -3040,30 +2995,6 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3040
2995
  USE OR OTHER DEALINGS IN THE SOFTWARE.
3041
2996
 
3042
2997
 
3043
- style-loader
3044
- MIT
3045
- Copyright JS Foundation and other contributors
3046
-
3047
- Permission is hereby granted, free of charge, to any person obtaining
3048
- a copy of this software and associated documentation files (the
3049
- 'Software'), to deal in the Software without restriction, including
3050
- without limitation the rights to use, copy, modify, merge, publish,
3051
- distribute, sublicense, and/or sell copies of the Software, and to
3052
- permit persons to whom the Software is furnished to do so, subject to
3053
- the following conditions:
3054
-
3055
- The above copyright notice and this permission notice shall be
3056
- included in all copies or substantial portions of the Software.
3057
-
3058
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3059
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3060
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3061
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3062
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3063
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3064
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3065
-
3066
-
3067
2998
  timers
3068
2999
  MIT
3069
3000
 
package/README.md CHANGED
@@ -42,4 +42,3 @@ kv.getDatas();
42
42
  ## License
43
43
 
44
44
  Khiops visualization & covisualization webcomponents is available under the [BSD 3-Clause Clear License](LICENSE).
45
-
@@ -56,7 +56,7 @@
56
56
  "TOO_MANY_VARIABLES": "Too many variables. Only the 1000 high levels are displayed.",
57
57
  "SAVE_FILE_ERROR": "Save file error",
58
58
  "DATAS_DELETED": "Datas deleted",
59
- "UNFOLDED_DATAS_PERFORMANCE_WARNING": "Displayed datas have been automatically unfolded to {count} clusters for better performance"
59
+ "UNFOLDED_DATAS_PERFORMANCE_WARNING": "Displayed datas have been automatically unfolded to {count} clusters"
60
60
  },
61
61
  "NO_DATAS": {
62
62
  "DEFAULT": "No data",
@@ -69,10 +69,8 @@
69
69
  "SETTINGS": {
70
70
  "NUMBER": "number",
71
71
  "NUMBER_PRECISION": "Significant numbers precision",
72
- "LIFT_CURVE_SMOOTH": "Line graph curve smooth",
73
72
  "ONE_DATA_OUT_OF": "One data out of {count} displayed",
74
73
  "N_VALUES_MAX": "{count} values maximum displayed",
75
- "FONT_SIZE": "Interface font size",
76
74
  "EXAMPLE": "Example",
77
75
  "LOCAL_DATAS": "Local datas",
78
76
  "CLEAR_DATA_INSTRUCTIONS": "Delete local cache in case of minor problem",
package/index.html CHANGED
@@ -10,16 +10,17 @@
10
10
  margin: 0;
11
11
  }
12
12
  </style>
13
- </head>
13
+ <link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
14
14
  <body>
15
15
  <khiops-visualization></khiops-visualization>
16
16
  <!-- <khiops-covisualization></khiops-covisualization> -->
17
17
  <script>
18
18
  document.onreadystatechange = () => {
19
19
  if (document.readyState === "complete") {
20
- const kv = document.querySelector('khiops-covisualization');
20
+ const kv = document.querySelector('khiops-visualization');
21
21
  kv.setConfig({
22
22
  appSource : 'WEB',
23
+ showProjectTab : true,
23
24
  onFileOpen : function() {
24
25
  console.log('fileOpen');
25
26
  },
@@ -42,6 +43,6 @@
42
43
  }
43
44
  };
44
45
  </script>
45
- <script src="polyfills.js" defer></script><script src="styles.js" defer></script><script src="main.js" defer></script>
46
+ <script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>
46
47
 
47
48
  </body></html>