khiops-visualization 11.0.7 → 11.0.9

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.
@@ -1,28 +1,3 @@
1
- @ag-grid-community/all-modules
2
- MIT
3
- The MIT License
4
-
5
- Copyright (c) 2015-2019 AG GRID LTD
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
- SOFTWARE.
24
-
25
-
26
1
  @ag-grid-community/angular
27
2
  MIT
28
3
 
@@ -76,56 +51,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76
51
  SOFTWARE.
77
52
 
78
53
 
79
- @ag-grid-community/csv-export
80
- MIT
81
- The MIT License
82
-
83
- Copyright (c) 2015-2019 AG GRID LTD
84
-
85
- Permission is hereby granted, free of charge, to any person obtaining a copy
86
- of this software and associated documentation files (the "Software"), to deal
87
- in the Software without restriction, including without limitation the rights
88
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
89
- copies of the Software, and to permit persons to whom the Software is
90
- furnished to do so, subject to the following conditions:
91
-
92
- The above copyright notice and this permission notice shall be included in all
93
- copies or substantial portions of the Software.
94
-
95
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
96
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
97
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
98
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
99
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
100
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
101
- SOFTWARE.
102
-
103
-
104
- @ag-grid-community/infinite-row-model
105
- MIT
106
- The MIT License
107
-
108
- Copyright (c) 2015-2019 AG GRID LTD
109
-
110
- Permission is hereby granted, free of charge, to any person obtaining a copy
111
- of this software and associated documentation files (the "Software"), to deal
112
- in the Software without restriction, including without limitation the rights
113
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114
- copies of the Software, and to permit persons to whom the Software is
115
- furnished to do so, subject to the following conditions:
116
-
117
- The above copyright notice and this permission notice shall be included in all
118
- copies or substantial portions of the Software.
119
-
120
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
123
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
124
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
125
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
126
- SOFTWARE.
127
-
128
-
129
54
  @angular/animations
130
55
  MIT
131
56
 
package/index.html CHANGED
@@ -1,48 +1,48 @@
1
1
  <!DOCTYPE html><html lang="en"><head>
2
- <meta charset="utf-8">
3
- <title>KhiopsWebcomponent</title>
4
- <base href="/">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <link rel="icon" type="image/x-icon" href="favicon.ico">
7
- <style>
8
- html, body {
9
- padding: 0;
10
- margin: 0;
11
- }
12
- </style>
13
- <link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
14
- <body>
15
- <khiops-visualization></khiops-visualization>
16
- <!-- <khiops-covisualization></khiops-covisualization> -->
17
- <script>
18
- document.onreadystatechange = () => {
19
- if (document.readyState === "complete") {
20
- const kv = document.querySelector('khiops-visualization');
21
- kv.setConfig({
22
- appSource : 'WEB',
23
- showProjectTab : true,
24
- onFileOpen : function() {
25
- console.log('fileOpen');
26
- },
27
- onCopyData : function(data) {
28
- console.log(data);
29
- },
30
- onCopyImage : function(data) {
31
- console.log(data);
32
- },
33
- onThemeChanged : function(data) {
34
- console.log(data);
35
- },
36
- onReadFile : function(data) {
37
- console.log(data);
38
- }
39
- });
40
- kv.setDatas(
41
- );
42
- setTimeout(() => console.log(kv.getDatas()), 2000);
43
- }
44
- };
45
- </script>
46
- <script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>
2
+ <meta charset="utf-8">
3
+ <title>KhiopsWebcomponent</title>
4
+ <base href="/">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
7
+ <style>
8
+ html,
9
+ body {
10
+ padding: 0;
11
+ margin: 0;
12
+ }
13
+ </style>
14
+ <link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
15
+ <body>
16
+ <khiops-visualization></khiops-visualization>
17
+ <!-- <khiops-covisualization></khiops-covisualization> -->
18
+ <script>
19
+ document.onreadystatechange = () => {
20
+ if (document.readyState === 'complete') {
21
+ const kv = document.querySelector('khiops-visualization');
22
+ kv.setConfig({
23
+ appSource: 'WEB',
24
+ showProjectTab: true,
25
+ onFileOpen: function () {
26
+ console.log('fileOpen');
27
+ },
28
+ onCopyData: function (data) {
29
+ console.log(data);
30
+ },
31
+ onCopyImage: function (data) {
32
+ console.log(data);
33
+ },
34
+ onThemeChanged: function (data) {
35
+ console.log(data);
36
+ },
37
+ onReadFile: function (data) {
38
+ console.log(data);
39
+ },
40
+ });
41
+ kv.setDatas();
42
+ setTimeout(() => console.log(kv.getDatas()), 2000);
43
+ }
44
+ };
45
+ </script>
46
+ <script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>
47
47
 
48
48
  </body></html>