@sdkgen/playground 1.6.1 → 2.0.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.
Files changed (198) hide show
  1. package/.ci.sh +13 -0
  2. package/README.md +38 -1
  3. package/angular.json +133 -0
  4. package/dist/3rdpartylicenses.txt +653 -0
  5. package/dist/assets/dart.svg +1 -0
  6. package/dist/assets/dot-net.svg +1 -0
  7. package/dist/assets/kotlin.svg +1 -0
  8. package/dist/assets/polvinho-social-og.png +0 -0
  9. package/dist/assets/polvinho.png +0 -0
  10. package/dist/assets/swift.svg +1 -0
  11. package/dist/assets/typescript.svg +1 -0
  12. package/dist/assets/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
  13. package/dist/assets/vs/base/worker/workerMain.js +22 -0
  14. package/dist/assets/vs/basic-languages/abap/abap.js +10 -0
  15. package/dist/assets/vs/basic-languages/apex/apex.js +10 -0
  16. package/dist/assets/vs/basic-languages/azcli/azcli.js +10 -0
  17. package/dist/assets/vs/basic-languages/bat/bat.js +10 -0
  18. package/dist/assets/vs/basic-languages/bicep/bicep.js +11 -0
  19. package/dist/assets/vs/basic-languages/cameligo/cameligo.js +10 -0
  20. package/dist/assets/vs/basic-languages/clojure/clojure.js +10 -0
  21. package/dist/assets/vs/basic-languages/coffee/coffee.js +10 -0
  22. package/dist/assets/vs/basic-languages/cpp/cpp.js +10 -0
  23. package/dist/assets/vs/basic-languages/csharp/csharp.js +10 -0
  24. package/dist/assets/vs/basic-languages/csp/csp.js +10 -0
  25. package/dist/assets/vs/basic-languages/css/css.js +12 -0
  26. package/dist/assets/vs/basic-languages/dart/dart.js +10 -0
  27. package/dist/assets/vs/basic-languages/dockerfile/dockerfile.js +10 -0
  28. package/dist/assets/vs/basic-languages/ecl/ecl.js +10 -0
  29. package/dist/assets/vs/basic-languages/elixir/elixir.js +10 -0
  30. package/dist/assets/vs/basic-languages/flow9/flow9.js +10 -0
  31. package/dist/assets/vs/basic-languages/freemarker2/freemarker2.js +12 -0
  32. package/dist/assets/vs/basic-languages/fsharp/fsharp.js +10 -0
  33. package/dist/assets/vs/basic-languages/go/go.js +10 -0
  34. package/dist/assets/vs/basic-languages/graphql/graphql.js +10 -0
  35. package/dist/assets/vs/basic-languages/handlebars/handlebars.js +10 -0
  36. package/dist/assets/vs/basic-languages/hcl/hcl.js +10 -0
  37. package/dist/assets/vs/basic-languages/html/html.js +10 -0
  38. package/dist/assets/vs/basic-languages/ini/ini.js +10 -0
  39. package/dist/assets/vs/basic-languages/java/java.js +10 -0
  40. package/dist/assets/vs/basic-languages/javascript/javascript.js +10 -0
  41. package/dist/assets/vs/basic-languages/julia/julia.js +10 -0
  42. package/dist/assets/vs/basic-languages/kotlin/kotlin.js +10 -0
  43. package/dist/assets/vs/basic-languages/less/less.js +11 -0
  44. package/dist/assets/vs/basic-languages/lexon/lexon.js +10 -0
  45. package/dist/assets/vs/basic-languages/liquid/liquid.js +10 -0
  46. package/dist/assets/vs/basic-languages/lua/lua.js +10 -0
  47. package/dist/assets/vs/basic-languages/m3/m3.js +10 -0
  48. package/dist/assets/vs/basic-languages/markdown/markdown.js +10 -0
  49. package/dist/assets/vs/basic-languages/mips/mips.js +10 -0
  50. package/dist/assets/vs/basic-languages/msdax/msdax.js +10 -0
  51. package/dist/assets/vs/basic-languages/mysql/mysql.js +10 -0
  52. package/dist/assets/vs/basic-languages/objective-c/objective-c.js +10 -0
  53. package/dist/assets/vs/basic-languages/pascal/pascal.js +10 -0
  54. package/dist/assets/vs/basic-languages/pascaligo/pascaligo.js +10 -0
  55. package/dist/assets/vs/basic-languages/perl/perl.js +10 -0
  56. package/dist/assets/vs/basic-languages/pgsql/pgsql.js +10 -0
  57. package/dist/assets/vs/basic-languages/php/php.js +10 -0
  58. package/dist/assets/vs/basic-languages/pla/pla.js +10 -0
  59. package/dist/assets/vs/basic-languages/postiats/postiats.js +10 -0
  60. package/dist/assets/vs/basic-languages/powerquery/powerquery.js +10 -0
  61. package/dist/assets/vs/basic-languages/powershell/powershell.js +10 -0
  62. package/dist/assets/vs/basic-languages/protobuf/protobuf.js +11 -0
  63. package/dist/assets/vs/basic-languages/pug/pug.js +10 -0
  64. package/dist/assets/vs/basic-languages/python/python.js +10 -0
  65. package/dist/assets/vs/basic-languages/qsharp/qsharp.js +10 -0
  66. package/dist/assets/vs/basic-languages/r/r.js +10 -0
  67. package/dist/assets/vs/basic-languages/razor/razor.js +10 -0
  68. package/dist/assets/vs/basic-languages/redis/redis.js +10 -0
  69. package/dist/assets/vs/basic-languages/redshift/redshift.js +10 -0
  70. package/dist/assets/vs/basic-languages/restructuredtext/restructuredtext.js +10 -0
  71. package/dist/assets/vs/basic-languages/ruby/ruby.js +10 -0
  72. package/dist/assets/vs/basic-languages/rust/rust.js +10 -0
  73. package/dist/assets/vs/basic-languages/sb/sb.js +10 -0
  74. package/dist/assets/vs/basic-languages/scala/scala.js +10 -0
  75. package/dist/assets/vs/basic-languages/scheme/scheme.js +10 -0
  76. package/dist/assets/vs/basic-languages/scss/scss.js +12 -0
  77. package/dist/assets/vs/basic-languages/shell/shell.js +10 -0
  78. package/dist/assets/vs/basic-languages/solidity/solidity.js +10 -0
  79. package/dist/assets/vs/basic-languages/sophia/sophia.js +10 -0
  80. package/dist/assets/vs/basic-languages/sparql/sparql.js +10 -0
  81. package/dist/assets/vs/basic-languages/sql/sql.js +10 -0
  82. package/dist/assets/vs/basic-languages/st/st.js +10 -0
  83. package/dist/assets/vs/basic-languages/swift/swift.js +13 -0
  84. package/dist/assets/vs/basic-languages/systemverilog/systemverilog.js +10 -0
  85. package/dist/assets/vs/basic-languages/tcl/tcl.js +10 -0
  86. package/dist/assets/vs/basic-languages/twig/twig.js +10 -0
  87. package/dist/assets/vs/basic-languages/typescript/typescript.js +10 -0
  88. package/dist/assets/vs/basic-languages/vb/vb.js +10 -0
  89. package/dist/assets/vs/basic-languages/xml/xml.js +10 -0
  90. package/dist/assets/vs/basic-languages/yaml/yaml.js +10 -0
  91. package/dist/assets/vs/editor/editor.main.css +6 -0
  92. package/dist/assets/vs/editor/editor.main.js +806 -0
  93. package/dist/assets/vs/editor/editor.main.nls.de.js +29 -0
  94. package/dist/assets/vs/editor/editor.main.nls.es.js +29 -0
  95. package/dist/assets/vs/editor/editor.main.nls.fr.js +27 -0
  96. package/dist/assets/vs/editor/editor.main.nls.it.js +27 -0
  97. package/dist/assets/vs/editor/editor.main.nls.ja.js +29 -0
  98. package/dist/assets/vs/editor/editor.main.nls.js +27 -0
  99. package/dist/assets/vs/editor/editor.main.nls.ko.js +27 -0
  100. package/dist/assets/vs/editor/editor.main.nls.ru.js +29 -0
  101. package/dist/assets/vs/editor/editor.main.nls.zh-cn.js +29 -0
  102. package/dist/assets/vs/editor/editor.main.nls.zh-tw.js +27 -0
  103. package/dist/assets/vs/language/css/cssMode.js +13 -0
  104. package/dist/assets/vs/language/css/cssWorker.js +63 -0
  105. package/dist/assets/vs/language/html/htmlMode.js +13 -0
  106. package/dist/assets/vs/language/html/htmlWorker.js +453 -0
  107. package/dist/assets/vs/language/json/jsonMode.js +15 -0
  108. package/dist/assets/vs/language/json/jsonWorker.js +36 -0
  109. package/dist/assets/vs/language/typescript/tsMode.js +20 -0
  110. package/dist/assets/vs/language/typescript/tsWorker.js +33970 -0
  111. package/dist/assets/vs/loader.js +11 -0
  112. package/dist/index.html +20 -93
  113. package/dist/main.a36c109c353683ba.js +1 -0
  114. package/dist/polyfills.3fda8322df04f1b3.js +1 -0
  115. package/dist/runtime.0825e755d4f8b9f2.js +1 -0
  116. package/dist/styles.4eacc8fa36b92127.css +1 -0
  117. package/index.js +1 -0
  118. package/package.json +50 -87
  119. package/tsconfig.app.json +20 -0
  120. package/tsconfig.json +31 -0
  121. package/.eslintrc.json +0 -3
  122. package/dist/assets/android-chrome-144x144.png +0 -0
  123. package/dist/assets/android-chrome-192x192.png +0 -0
  124. package/dist/assets/android-chrome-256x256.png +0 -0
  125. package/dist/assets/android-chrome-36x36.png +0 -0
  126. package/dist/assets/android-chrome-384x384.png +0 -0
  127. package/dist/assets/android-chrome-48x48.png +0 -0
  128. package/dist/assets/android-chrome-512x512.png +0 -0
  129. package/dist/assets/android-chrome-72x72.png +0 -0
  130. package/dist/assets/android-chrome-96x96.png +0 -0
  131. package/dist/assets/apple-touch-icon-1024x1024.png +0 -0
  132. package/dist/assets/apple-touch-icon-114x114.png +0 -0
  133. package/dist/assets/apple-touch-icon-120x120.png +0 -0
  134. package/dist/assets/apple-touch-icon-144x144.png +0 -0
  135. package/dist/assets/apple-touch-icon-152x152.png +0 -0
  136. package/dist/assets/apple-touch-icon-167x167.png +0 -0
  137. package/dist/assets/apple-touch-icon-180x180.png +0 -0
  138. package/dist/assets/apple-touch-icon-57x57.png +0 -0
  139. package/dist/assets/apple-touch-icon-60x60.png +0 -0
  140. package/dist/assets/apple-touch-icon-72x72.png +0 -0
  141. package/dist/assets/apple-touch-icon-76x76.png +0 -0
  142. package/dist/assets/apple-touch-icon-precomposed.png +0 -0
  143. package/dist/assets/apple-touch-icon.png +0 -0
  144. package/dist/assets/apple-touch-startup-image-1125x2436.png +0 -0
  145. package/dist/assets/apple-touch-startup-image-1136x640.png +0 -0
  146. package/dist/assets/apple-touch-startup-image-1242x2208.png +0 -0
  147. package/dist/assets/apple-touch-startup-image-1242x2688.png +0 -0
  148. package/dist/assets/apple-touch-startup-image-1334x750.png +0 -0
  149. package/dist/assets/apple-touch-startup-image-1536x2048.png +0 -0
  150. package/dist/assets/apple-touch-startup-image-1620x2160.png +0 -0
  151. package/dist/assets/apple-touch-startup-image-1668x2224.png +0 -0
  152. package/dist/assets/apple-touch-startup-image-1668x2388.png +0 -0
  153. package/dist/assets/apple-touch-startup-image-1792x828.png +0 -0
  154. package/dist/assets/apple-touch-startup-image-2048x1536.png +0 -0
  155. package/dist/assets/apple-touch-startup-image-2048x2732.png +0 -0
  156. package/dist/assets/apple-touch-startup-image-2160x1620.png +0 -0
  157. package/dist/assets/apple-touch-startup-image-2208x1242.png +0 -0
  158. package/dist/assets/apple-touch-startup-image-2224x1668.png +0 -0
  159. package/dist/assets/apple-touch-startup-image-2388x1668.png +0 -0
  160. package/dist/assets/apple-touch-startup-image-2436x1125.png +0 -0
  161. package/dist/assets/apple-touch-startup-image-2688x1242.png +0 -0
  162. package/dist/assets/apple-touch-startup-image-2732x2048.png +0 -0
  163. package/dist/assets/apple-touch-startup-image-640x1136.png +0 -0
  164. package/dist/assets/apple-touch-startup-image-750x1334.png +0 -0
  165. package/dist/assets/apple-touch-startup-image-828x1792.png +0 -0
  166. package/dist/assets/browserconfig.xml +0 -15
  167. package/dist/assets/coast-228x228.png +0 -0
  168. package/dist/assets/favicon-16x16.png +0 -0
  169. package/dist/assets/favicon-32x32.png +0 -0
  170. package/dist/assets/favicon-48x48.png +0 -0
  171. package/dist/assets/favicon.ico +0 -0
  172. package/dist/assets/firefox_app_128x128.png +0 -0
  173. package/dist/assets/firefox_app_512x512.png +0 -0
  174. package/dist/assets/firefox_app_60x60.png +0 -0
  175. package/dist/assets/manifest.json +0 -59
  176. package/dist/assets/manifest.webapp +0 -14
  177. package/dist/assets/mstile-144x144.png +0 -0
  178. package/dist/assets/mstile-150x150.png +0 -0
  179. package/dist/assets/mstile-310x150.png +0 -0
  180. package/dist/assets/mstile-310x310.png +0 -0
  181. package/dist/assets/mstile-70x70.png +0 -0
  182. package/dist/assets/yandex-browser-50x50.png +0 -0
  183. package/dist/assets/yandex-browser-manifest.json +0 -9
  184. package/dist/codicon.b3726f0165bf67ac68494ee7a1b9f6ce.ttf +0 -0
  185. package/dist/editor.worker.js +0 -1
  186. package/dist/json.worker.js +0 -1
  187. package/dist/logo.900fd82933734583ef0be04a9ca9dd51.png +0 -0
  188. package/dist/manifest.json +0 -3
  189. package/dist/prod.chunk.054c56144d1866831627.js +0 -1
  190. package/dist/prod.chunk.22bde61c46f2136e9634.js +0 -1
  191. package/dist/prod.chunk.2e6e579348a1c22f6f74.js +0 -1
  192. package/dist/prod.chunk.4a0d9f0a55af7abd600e.js +0 -1
  193. package/dist/prod.chunk.85bbccfd5d0fe6996933.js +0 -47
  194. package/dist/prod.chunk.bd67dcb6650d221c2ec6.js +0 -30
  195. package/dist/prod.chunk.f68541c4736915b96056.js +0 -1
  196. package/dist/prod.main.4ccc5baaeb6c6aeddb9f.js +0 -1
  197. package/dist/prod.vendor.4ccc5baaeb6c6aeddb9f.js +0 -1
  198. package/dist/sw.js +0 -167
@@ -0,0 +1,653 @@
1
+ @angular/animations
2
+ MIT
3
+
4
+ @angular/cdk
5
+ MIT
6
+ The MIT License
7
+
8
+ Copyright (c) 2022 Google LLC.
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in
18
+ all copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
+ THE SOFTWARE.
27
+
28
+
29
+ @angular/common
30
+ MIT
31
+
32
+ @angular/core
33
+ MIT
34
+
35
+ @angular/forms
36
+ MIT
37
+
38
+ @angular/material
39
+ MIT
40
+ The MIT License
41
+
42
+ Copyright (c) 2022 Google LLC.
43
+
44
+ Permission is hereby granted, free of charge, to any person obtaining a copy
45
+ of this software and associated documentation files (the "Software"), to deal
46
+ in the Software without restriction, including without limitation the rights
47
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48
+ copies of the Software, and to permit persons to whom the Software is
49
+ furnished to do so, subject to the following conditions:
50
+
51
+ The above copyright notice and this permission notice shall be included in
52
+ all copies or substantial portions of the Software.
53
+
54
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
57
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
59
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
60
+ THE SOFTWARE.
61
+
62
+
63
+ @angular/platform-browser
64
+ MIT
65
+
66
+ @babel/runtime
67
+ MIT
68
+ MIT License
69
+
70
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
71
+
72
+ Permission is hereby granted, free of charge, to any person obtaining
73
+ a copy of this software and associated documentation files (the
74
+ "Software"), to deal in the Software without restriction, including
75
+ without limitation the rights to use, copy, modify, merge, publish,
76
+ distribute, sublicense, and/or sell copies of the Software, and to
77
+ permit persons to whom the Software is furnished to do so, subject to
78
+ the following conditions:
79
+
80
+ The above copyright notice and this permission notice shall be
81
+ included in all copies or substantial portions of the Software.
82
+
83
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
84
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
85
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
86
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
87
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
88
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
89
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
90
+
91
+
92
+ @materia-ui/ngx-monaco-editor
93
+ MIT
94
+ MIT License
95
+
96
+ Copyright (c) 2019 Materia
97
+
98
+ Permission is hereby granted, free of charge, to any person obtaining a copy
99
+ of this software and associated documentation files (the "Software"), to deal
100
+ in the Software without restriction, including without limitation the rights
101
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
102
+ copies of the Software, and to permit persons to whom the Software is
103
+ furnished to do so, subject to the following conditions:
104
+
105
+ The above copyright notice and this permission notice shall be included in all
106
+ copies or substantial portions of the Software.
107
+
108
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
109
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
110
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
111
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
112
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
113
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
114
+ SOFTWARE.
115
+
116
+
117
+ @sdkgen/browser-runtime
118
+ MIT
119
+
120
+ @sdkgen/csharp-generator
121
+ MIT
122
+
123
+ @sdkgen/dart-generator
124
+ MIT
125
+
126
+ @sdkgen/fsharp-generator
127
+ MIT
128
+
129
+ @sdkgen/kotlin-generator
130
+ MIT
131
+
132
+ @sdkgen/parser
133
+ MIT
134
+
135
+ @sdkgen/swift-generator
136
+ MIT
137
+
138
+ @sdkgen/typescript-generator
139
+ MIT
140
+
141
+ angular-split
142
+ Apache-2.0
143
+ Apache License
144
+ Version 2.0, January 2004
145
+ http://www.apache.org/licenses/
146
+
147
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
148
+
149
+ 1. Definitions.
150
+
151
+ "License" shall mean the terms and conditions for use, reproduction,
152
+ and distribution as defined by Sections 1 through 9 of this document.
153
+
154
+ "Licensor" shall mean the copyright owner or entity authorized by
155
+ the copyright owner that is granting the License.
156
+
157
+ "Legal Entity" shall mean the union of the acting entity and all
158
+ other entities that control, are controlled by, or are under common
159
+ control with that entity. For the purposes of this definition,
160
+ "control" means (i) the power, direct or indirect, to cause the
161
+ direction or management of such entity, whether by contract or
162
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
163
+ outstanding shares, or (iii) beneficial ownership of such entity.
164
+
165
+ "You" (or "Your") shall mean an individual or Legal Entity
166
+ exercising permissions granted by this License.
167
+
168
+ "Source" form shall mean the preferred form for making modifications,
169
+ including but not limited to software source code, documentation
170
+ source, and configuration files.
171
+
172
+ "Object" form shall mean any form resulting from mechanical
173
+ transformation or translation of a Source form, including but
174
+ not limited to compiled object code, generated documentation,
175
+ and conversions to other media types.
176
+
177
+ "Work" shall mean the work of authorship, whether in Source or
178
+ Object form, made available under the License, as indicated by a
179
+ copyright notice that is included in or attached to the work
180
+ (an example is provided in the Appendix below).
181
+
182
+ "Derivative Works" shall mean any work, whether in Source or Object
183
+ form, that is based on (or derived from) the Work and for which the
184
+ editorial revisions, annotations, elaborations, or other modifications
185
+ represent, as a whole, an original work of authorship. For the purposes
186
+ of this License, Derivative Works shall not include works that remain
187
+ separable from, or merely link (or bind by name) to the interfaces of,
188
+ the Work and Derivative Works thereof.
189
+
190
+ "Contribution" shall mean any work of authorship, including
191
+ the original version of the Work and any modifications or additions
192
+ to that Work or Derivative Works thereof, that is intentionally
193
+ submitted to Licensor for inclusion in the Work by the copyright owner
194
+ or by an individual or Legal Entity authorized to submit on behalf of
195
+ the copyright owner. For the purposes of this definition, "submitted"
196
+ means any form of electronic, verbal, or written communication sent
197
+ to the Licensor or its representatives, including but not limited to
198
+ communication on electronic mailing lists, source code control systems,
199
+ and issue tracking systems that are managed by, or on behalf of, the
200
+ Licensor for the purpose of discussing and improving the Work, but
201
+ excluding communication that is conspicuously marked or otherwise
202
+ designated in writing by the copyright owner as "Not a Contribution."
203
+
204
+ "Contributor" shall mean Licensor and any individual or Legal Entity
205
+ on behalf of whom a Contribution has been received by Licensor and
206
+ subsequently incorporated within the Work.
207
+
208
+ 2. Grant of Copyright License. Subject to the terms and conditions of
209
+ this License, each Contributor hereby grants to You a perpetual,
210
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
211
+ copyright license to reproduce, prepare Derivative Works of,
212
+ publicly display, publicly perform, sublicense, and distribute the
213
+ Work and such Derivative Works in Source or Object form.
214
+
215
+ 3. Grant of Patent License. Subject to the terms and conditions of
216
+ this License, each Contributor hereby grants to You a perpetual,
217
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
218
+ (except as stated in this section) patent license to make, have made,
219
+ use, offer to sell, sell, import, and otherwise transfer the Work,
220
+ where such license applies only to those patent claims licensable
221
+ by such Contributor that are necessarily infringed by their
222
+ Contribution(s) alone or by combination of their Contribution(s)
223
+ with the Work to which such Contribution(s) was submitted. If You
224
+ institute patent litigation against any entity (including a
225
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
226
+ or a Contribution incorporated within the Work constitutes direct
227
+ or contributory patent infringement, then any patent licenses
228
+ granted to You under this License for that Work shall terminate
229
+ as of the date such litigation is filed.
230
+
231
+ 4. Redistribution. You may reproduce and distribute copies of the
232
+ Work or Derivative Works thereof in any medium, with or without
233
+ modifications, and in Source or Object form, provided that You
234
+ meet the following conditions:
235
+
236
+ (a) You must give any other recipients of the Work or
237
+ Derivative Works a copy of this License; and
238
+
239
+ (b) You must cause any modified files to carry prominent notices
240
+ stating that You changed the files; and
241
+
242
+ (c) You must retain, in the Source form of any Derivative Works
243
+ that You distribute, all copyright, patent, trademark, and
244
+ attribution notices from the Source form of the Work,
245
+ excluding those notices that do not pertain to any part of
246
+ the Derivative Works; and
247
+
248
+ (d) If the Work includes a "NOTICE" text file as part of its
249
+ distribution, then any Derivative Works that You distribute must
250
+ include a readable copy of the attribution notices contained
251
+ within such NOTICE file, excluding those notices that do not
252
+ pertain to any part of the Derivative Works, in at least one
253
+ of the following places: within a NOTICE text file distributed
254
+ as part of the Derivative Works; within the Source form or
255
+ documentation, if provided along with the Derivative Works; or,
256
+ within a display generated by the Derivative Works, if and
257
+ wherever such third-party notices normally appear. The contents
258
+ of the NOTICE file are for informational purposes only and
259
+ do not modify the License. You may add Your own attribution
260
+ notices within Derivative Works that You distribute, alongside
261
+ or as an addendum to the NOTICE text from the Work, provided
262
+ that such additional attribution notices cannot be construed
263
+ as modifying the License.
264
+
265
+ You may add Your own copyright statement to Your modifications and
266
+ may provide additional or different license terms and conditions
267
+ for use, reproduction, or distribution of Your modifications, or
268
+ for any such Derivative Works as a whole, provided Your use,
269
+ reproduction, and distribution of the Work otherwise complies with
270
+ the conditions stated in this License.
271
+
272
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
273
+ any Contribution intentionally submitted for inclusion in the Work
274
+ by You to the Licensor shall be under the terms and conditions of
275
+ this License, without any additional terms or conditions.
276
+ Notwithstanding the above, nothing herein shall supersede or modify
277
+ the terms of any separate license agreement you may have executed
278
+ with Licensor regarding such Contributions.
279
+
280
+ 6. Trademarks. This License does not grant permission to use the trade
281
+ names, trademarks, service marks, or product names of the Licensor,
282
+ except as required for reasonable and customary use in describing the
283
+ origin of the Work and reproducing the content of the NOTICE file.
284
+
285
+ 7. Disclaimer of Warranty. Unless required by applicable law or
286
+ agreed to in writing, Licensor provides the Work (and each
287
+ Contributor provides its Contributions) on an "AS IS" BASIS,
288
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
289
+ implied, including, without limitation, any warranties or conditions
290
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
291
+ PARTICULAR PURPOSE. You are solely responsible for determining the
292
+ appropriateness of using or redistributing the Work and assume any
293
+ risks associated with Your exercise of permissions under this License.
294
+
295
+ 8. Limitation of Liability. In no event and under no legal theory,
296
+ whether in tort (including negligence), contract, or otherwise,
297
+ unless required by applicable law (such as deliberate and grossly
298
+ negligent acts) or agreed to in writing, shall any Contributor be
299
+ liable to You for damages, including any direct, indirect, special,
300
+ incidental, or consequential damages of any character arising as a
301
+ result of this License or out of the use or inability to use the
302
+ Work (including but not limited to damages for loss of goodwill,
303
+ work stoppage, computer failure or malfunction, or any and all
304
+ other commercial damages or losses), even if such Contributor
305
+ has been advised of the possibility of such damages.
306
+
307
+ 9. Accepting Warranty or Additional Liability. While redistributing
308
+ the Work or Derivative Works thereof, You may choose to offer,
309
+ and charge a fee for, acceptance of support, warranty, indemnity,
310
+ or other liability obligations and/or rights consistent with this
311
+ License. However, in accepting such obligations, You may act only
312
+ on Your own behalf and on Your sole responsibility, not on behalf
313
+ of any other Contributor, and only if You agree to indemnify,
314
+ defend, and hold each Contributor harmless for any liability
315
+ incurred by, or claims asserted against, such Contributor by reason
316
+ of your accepting any such warranty or additional liability.
317
+
318
+ END OF TERMS AND CONDITIONS
319
+
320
+ APPENDIX: How to apply the Apache License to your work.
321
+
322
+ To apply the Apache License to your work, attach the following
323
+ boilerplate notice, with the fields enclosed by brackets "{}"
324
+ replaced with your own identifying information. (Don't include
325
+ the brackets!) The text should be enclosed in the appropriate
326
+ comment syntax for the file format. We also recommend that a
327
+ file or class name and description of purpose be included on the
328
+ same "printed page" as the copyright notice for easier
329
+ identification within third-party archives.
330
+
331
+ Copyright 2017 Bertrand Gaillard
332
+
333
+ Licensed under the Apache License, Version 2.0 (the "License");
334
+ you may not use this file except in compliance with the License.
335
+ You may obtain a copy of the License at
336
+
337
+ http://www.apache.org/licenses/LICENSE-2.0
338
+
339
+ Unless required by applicable law or agreed to in writing, software
340
+ distributed under the License is distributed on an "AS IS" BASIS,
341
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
342
+ See the License for the specific language governing permissions and
343
+ limitations under the License.
344
+
345
+ file-saver
346
+ MIT
347
+ The MIT License
348
+
349
+ Copyright © 2016 [Eli Grey][1].
350
+
351
+ 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:
352
+
353
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
354
+
355
+ 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.
356
+
357
+ [1]: http://eligrey.com
358
+
359
+
360
+ ngx-json-viewer
361
+ MIT
362
+ MIT License
363
+
364
+ Copyright (c) 2017 Vivo Xu
365
+
366
+ Permission is hereby granted, free of charge, to any person obtaining a copy
367
+ of this software and associated documentation files (the "Software"), to deal
368
+ in the Software without restriction, including without limitation the rights
369
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
370
+ copies of the Software, and to permit persons to whom the Software is
371
+ furnished to do so, subject to the following conditions:
372
+
373
+ The above copyright notice and this permission notice shall be included in all
374
+ copies or substantial portions of the Software.
375
+
376
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
377
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
378
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
379
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
380
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
381
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
382
+ SOFTWARE.
383
+
384
+
385
+ ngx-toastr
386
+ MIT
387
+ The MIT License (MIT)
388
+
389
+ Copyright (c) Scott Cooper <scttcper@gmail.com>
390
+
391
+ Permission is hereby granted, free of charge, to any person obtaining a copy
392
+ of this software and associated documentation files (the "Software"), to deal
393
+ in the Software without restriction, including without limitation the rights
394
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
395
+ copies of the Software, and to permit persons to whom the Software is
396
+ furnished to do so, subject to the following conditions:
397
+
398
+ The above copyright notice and this permission notice shall be included in all
399
+ copies or substantial portions of the Software.
400
+
401
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
402
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
403
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
404
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
405
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
406
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
407
+ SOFTWARE.
408
+
409
+
410
+ rxjs
411
+ Apache-2.0
412
+ Apache License
413
+ Version 2.0, January 2004
414
+ http://www.apache.org/licenses/
415
+
416
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
417
+
418
+ 1. Definitions.
419
+
420
+ "License" shall mean the terms and conditions for use, reproduction,
421
+ and distribution as defined by Sections 1 through 9 of this document.
422
+
423
+ "Licensor" shall mean the copyright owner or entity authorized by
424
+ the copyright owner that is granting the License.
425
+
426
+ "Legal Entity" shall mean the union of the acting entity and all
427
+ other entities that control, are controlled by, or are under common
428
+ control with that entity. For the purposes of this definition,
429
+ "control" means (i) the power, direct or indirect, to cause the
430
+ direction or management of such entity, whether by contract or
431
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
432
+ outstanding shares, or (iii) beneficial ownership of such entity.
433
+
434
+ "You" (or "Your") shall mean an individual or Legal Entity
435
+ exercising permissions granted by this License.
436
+
437
+ "Source" form shall mean the preferred form for making modifications,
438
+ including but not limited to software source code, documentation
439
+ source, and configuration files.
440
+
441
+ "Object" form shall mean any form resulting from mechanical
442
+ transformation or translation of a Source form, including but
443
+ not limited to compiled object code, generated documentation,
444
+ and conversions to other media types.
445
+
446
+ "Work" shall mean the work of authorship, whether in Source or
447
+ Object form, made available under the License, as indicated by a
448
+ copyright notice that is included in or attached to the work
449
+ (an example is provided in the Appendix below).
450
+
451
+ "Derivative Works" shall mean any work, whether in Source or Object
452
+ form, that is based on (or derived from) the Work and for which the
453
+ editorial revisions, annotations, elaborations, or other modifications
454
+ represent, as a whole, an original work of authorship. For the purposes
455
+ of this License, Derivative Works shall not include works that remain
456
+ separable from, or merely link (or bind by name) to the interfaces of,
457
+ the Work and Derivative Works thereof.
458
+
459
+ "Contribution" shall mean any work of authorship, including
460
+ the original version of the Work and any modifications or additions
461
+ to that Work or Derivative Works thereof, that is intentionally
462
+ submitted to Licensor for inclusion in the Work by the copyright owner
463
+ or by an individual or Legal Entity authorized to submit on behalf of
464
+ the copyright owner. For the purposes of this definition, "submitted"
465
+ means any form of electronic, verbal, or written communication sent
466
+ to the Licensor or its representatives, including but not limited to
467
+ communication on electronic mailing lists, source code control systems,
468
+ and issue tracking systems that are managed by, or on behalf of, the
469
+ Licensor for the purpose of discussing and improving the Work, but
470
+ excluding communication that is conspicuously marked or otherwise
471
+ designated in writing by the copyright owner as "Not a Contribution."
472
+
473
+ "Contributor" shall mean Licensor and any individual or Legal Entity
474
+ on behalf of whom a Contribution has been received by Licensor and
475
+ subsequently incorporated within the Work.
476
+
477
+ 2. Grant of Copyright License. Subject to the terms and conditions of
478
+ this License, each Contributor hereby grants to You a perpetual,
479
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
480
+ copyright license to reproduce, prepare Derivative Works of,
481
+ publicly display, publicly perform, sublicense, and distribute the
482
+ Work and such Derivative Works in Source or Object form.
483
+
484
+ 3. Grant of Patent License. Subject to the terms and conditions of
485
+ this License, each Contributor hereby grants to You a perpetual,
486
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
487
+ (except as stated in this section) patent license to make, have made,
488
+ use, offer to sell, sell, import, and otherwise transfer the Work,
489
+ where such license applies only to those patent claims licensable
490
+ by such Contributor that are necessarily infringed by their
491
+ Contribution(s) alone or by combination of their Contribution(s)
492
+ with the Work to which such Contribution(s) was submitted. If You
493
+ institute patent litigation against any entity (including a
494
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
495
+ or a Contribution incorporated within the Work constitutes direct
496
+ or contributory patent infringement, then any patent licenses
497
+ granted to You under this License for that Work shall terminate
498
+ as of the date such litigation is filed.
499
+
500
+ 4. Redistribution. You may reproduce and distribute copies of the
501
+ Work or Derivative Works thereof in any medium, with or without
502
+ modifications, and in Source or Object form, provided that You
503
+ meet the following conditions:
504
+
505
+ (a) You must give any other recipients of the Work or
506
+ Derivative Works a copy of this License; and
507
+
508
+ (b) You must cause any modified files to carry prominent notices
509
+ stating that You changed the files; and
510
+
511
+ (c) You must retain, in the Source form of any Derivative Works
512
+ that You distribute, all copyright, patent, trademark, and
513
+ attribution notices from the Source form of the Work,
514
+ excluding those notices that do not pertain to any part of
515
+ the Derivative Works; and
516
+
517
+ (d) If the Work includes a "NOTICE" text file as part of its
518
+ distribution, then any Derivative Works that You distribute must
519
+ include a readable copy of the attribution notices contained
520
+ within such NOTICE file, excluding those notices that do not
521
+ pertain to any part of the Derivative Works, in at least one
522
+ of the following places: within a NOTICE text file distributed
523
+ as part of the Derivative Works; within the Source form or
524
+ documentation, if provided along with the Derivative Works; or,
525
+ within a display generated by the Derivative Works, if and
526
+ wherever such third-party notices normally appear. The contents
527
+ of the NOTICE file are for informational purposes only and
528
+ do not modify the License. You may add Your own attribution
529
+ notices within Derivative Works that You distribute, alongside
530
+ or as an addendum to the NOTICE text from the Work, provided
531
+ that such additional attribution notices cannot be construed
532
+ as modifying the License.
533
+
534
+ You may add Your own copyright statement to Your modifications and
535
+ may provide additional or different license terms and conditions
536
+ for use, reproduction, or distribution of Your modifications, or
537
+ for any such Derivative Works as a whole, provided Your use,
538
+ reproduction, and distribution of the Work otherwise complies with
539
+ the conditions stated in this License.
540
+
541
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
542
+ any Contribution intentionally submitted for inclusion in the Work
543
+ by You to the Licensor shall be under the terms and conditions of
544
+ this License, without any additional terms or conditions.
545
+ Notwithstanding the above, nothing herein shall supersede or modify
546
+ the terms of any separate license agreement you may have executed
547
+ with Licensor regarding such Contributions.
548
+
549
+ 6. Trademarks. This License does not grant permission to use the trade
550
+ names, trademarks, service marks, or product names of the Licensor,
551
+ except as required for reasonable and customary use in describing the
552
+ origin of the Work and reproducing the content of the NOTICE file.
553
+
554
+ 7. Disclaimer of Warranty. Unless required by applicable law or
555
+ agreed to in writing, Licensor provides the Work (and each
556
+ Contributor provides its Contributions) on an "AS IS" BASIS,
557
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
558
+ implied, including, without limitation, any warranties or conditions
559
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
560
+ PARTICULAR PURPOSE. You are solely responsible for determining the
561
+ appropriateness of using or redistributing the Work and assume any
562
+ risks associated with Your exercise of permissions under this License.
563
+
564
+ 8. Limitation of Liability. In no event and under no legal theory,
565
+ whether in tort (including negligence), contract, or otherwise,
566
+ unless required by applicable law (such as deliberate and grossly
567
+ negligent acts) or agreed to in writing, shall any Contributor be
568
+ liable to You for damages, including any direct, indirect, special,
569
+ incidental, or consequential damages of any character arising as a
570
+ result of this License or out of the use or inability to use the
571
+ Work (including but not limited to damages for loss of goodwill,
572
+ work stoppage, computer failure or malfunction, or any and all
573
+ other commercial damages or losses), even if such Contributor
574
+ has been advised of the possibility of such damages.
575
+
576
+ 9. Accepting Warranty or Additional Liability. While redistributing
577
+ the Work or Derivative Works thereof, You may choose to offer,
578
+ and charge a fee for, acceptance of support, warranty, indemnity,
579
+ or other liability obligations and/or rights consistent with this
580
+ License. However, in accepting such obligations, You may act only
581
+ on Your own behalf and on Your sole responsibility, not on behalf
582
+ of any other Contributor, and only if You agree to indemnify,
583
+ defend, and hold each Contributor harmless for any liability
584
+ incurred by, or claims asserted against, such Contributor by reason
585
+ of your accepting any such warranty or additional liability.
586
+
587
+ END OF TERMS AND CONDITIONS
588
+
589
+ APPENDIX: How to apply the Apache License to your work.
590
+
591
+ To apply the Apache License to your work, attach the following
592
+ boilerplate notice, with the fields enclosed by brackets "[]"
593
+ replaced with your own identifying information. (Don't include
594
+ the brackets!) The text should be enclosed in the appropriate
595
+ comment syntax for the file format. We also recommend that a
596
+ file or class name and description of purpose be included on the
597
+ same "printed page" as the copyright notice for easier
598
+ identification within third-party archives.
599
+
600
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
601
+
602
+ Licensed under the Apache License, Version 2.0 (the "License");
603
+ you may not use this file except in compliance with the License.
604
+ You may obtain a copy of the License at
605
+
606
+ http://www.apache.org/licenses/LICENSE-2.0
607
+
608
+ Unless required by applicable law or agreed to in writing, software
609
+ distributed under the License is distributed on an "AS IS" BASIS,
610
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
611
+ See the License for the specific language governing permissions and
612
+ limitations under the License.
613
+
614
+
615
+
616
+ tslib
617
+ 0BSD
618
+ Copyright (c) Microsoft Corporation.
619
+
620
+ Permission to use, copy, modify, and/or distribute this software for any
621
+ purpose with or without fee is hereby granted.
622
+
623
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
624
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
625
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
626
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
627
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
628
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
629
+ PERFORMANCE OF THIS SOFTWARE.
630
+
631
+ zone.js
632
+ MIT
633
+ The MIT License
634
+
635
+ Copyright (c) 2010-2022 Google LLC. https://angular.io/license
636
+
637
+ Permission is hereby granted, free of charge, to any person obtaining a copy
638
+ of this software and associated documentation files (the "Software"), to deal
639
+ in the Software without restriction, including without limitation the rights
640
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
641
+ copies of the Software, and to permit persons to whom the Software is
642
+ furnished to do so, subject to the following conditions:
643
+
644
+ The above copyright notice and this permission notice shall be included in
645
+ all copies or substantial portions of the Software.
646
+
647
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
648
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
649
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
650
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
651
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
652
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
653
+ THE SOFTWARE.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M17.58,17.42l-4.14-4.14,0,29.91,0,1.39a10.06,10.06,0,0,0,.35,2.17L46.63,58.31l8.2-3.63h0L17.58,17.42Z" fill="#aeaeae"/><path d="M13.86,46.75h0s0,0,0,0,0,0,0,0Zm41,7.93-8.2,3.63L13.85,46.75a15.62,15.62,0,0,0,3.5,6.58L28,64l23.79,0,3-9.32Z" fill="#c3c3c3"/><path d="M13.56,13.28.81,32.53C-.24,33.66.28,36,2,37.71l7.35,7.42L14,46.76a10,10,0,0,1-.35-2.17l0-1.4V13.29Z" fill="#818181"/><path d="M46.9,13.67a10.66,10.66,0,0,0-2.17-.34l-1.48-.05H13.44l41.4,41.38,3.63-8.2L46.9,13.67Z" fill="#818181"/><path d="M46.86,13.66h0Zm6.62,3.52a15.43,15.43,0,0,0-6.58-3.51l11.57,32.8-3.64,8.2,8.88-2.84,0-24.35L53.48,17.18Z" fill="#a2a2a2"/><path d="M45.28,9.07l-7.4-7.36C36.15,0,33.82-.51,32.7.54L13.46,13.28h29.8l1.48.05a10,10,0,0,1,2.17.34l-1.63-4.6Z" fill="#aeaeae"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M2,15A1,1 0 0,1 3,16A1,1 0 0,1 2,17A1,1 0 0,1 1,16A1,1 0 0,1 2,15M21,17H19V9H17V7H23V9H21V17M16,7V9H14V11H16V13H14V15H16V17H12V7H16M11,7V17H9L6,11V17H4V7H6L9,13V7H11Z" /></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M2 2H22L12 12L22 22H2Z" /></svg>
Binary file
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M17.09,19.72C14.73,21.08 11.5,21.22 8.23,19.82C5.59,18.7 3.4,16.74 2,14.5C2.67,15.05 3.46,15.5 4.3,15.9C7.67,17.47 11.03,17.36 13.4,15.9C10.03,13.31 7.16,9.94 5.03,7.19C4.58,6.74 4.25,6.18 3.91,5.68C12.19,11.73 11.83,13.27 6.32,4.67C11.21,9.61 15.75,12.41 15.75,12.41C15.91,12.5 16,12.57 16.11,12.63C16.21,12.38 16.3,12.12 16.37,11.85C17.16,9 16.26,5.73 14.29,3.04C18.84,5.79 21.54,10.95 20.41,15.28C20.38,15.39 20.35,15.5 20.36,15.67C22.6,18.5 22,21.45 21.71,20.89C20.5,18.5 18.23,19.24 17.09,19.72V19.72Z" /></svg>