@windycom/plugin-devtools 1.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 (137) hide show
  1. package/README.md +3 -0
  2. package/index.mjs +298 -0
  3. package/package.json +9 -0
  4. package/publishExamples.sh +19 -0
  5. package/types/AromeProduct.d.ts +5 -0
  6. package/types/Bar.d.ts +114 -0
  7. package/types/BindedBar.d.ts +51 -0
  8. package/types/BindedCheckbox.d.ts +30 -0
  9. package/types/BindedSwitch.d.ts +35 -0
  10. package/types/BottomSlide.d.ts +53 -0
  11. package/types/BottomTagPlugin.d.ts +8 -0
  12. package/types/Calendar.d.ts +149 -0
  13. package/types/ClickHandler.d.ts +19 -0
  14. package/types/Color.d.ts +175 -0
  15. package/types/DataTiler.d.ts +41 -0
  16. package/types/Drag.d.ts +43 -0
  17. package/types/DraggableDiv.d.ts +21 -0
  18. package/types/DropDown.d.ts +37 -0
  19. package/types/EcmwfAnalysisProduct.d.ts +5 -0
  20. package/types/EcmwfProduct.d.ts +29 -0
  21. package/types/Evented.d.ts +78 -0
  22. package/types/ExternalSveltePlugin.d.ts +29 -0
  23. package/types/Favs.d.ts +83 -0
  24. package/types/GhostBox.d.ts +17 -0
  25. package/types/GlObj.d.ts +252 -0
  26. package/types/HrrrProducts.d.ts +5 -0
  27. package/types/IconProducts.d.ts +5 -0
  28. package/types/LabelsLayer.d.ts +2 -0
  29. package/types/LandMask.d.ts +2 -0
  30. package/types/Layer.d.ts +137 -0
  31. package/types/Legend.d.ts +6 -0
  32. package/types/LongTap.d.ts +21 -0
  33. package/types/Metric.d.ts +132 -0
  34. package/types/MetricClasses.d.ts +37 -0
  35. package/types/MobileCalendar.d.ts +47 -0
  36. package/types/NamProducts.d.ts +5 -0
  37. package/types/OfflineMessagesClasses.d.ts +30 -0
  38. package/types/Overlay.d.ts +150 -0
  39. package/types/OverlayClasses.d.ts +29 -0
  40. package/types/Particles.d.ts +111 -0
  41. package/types/Plugin.d.ts +112 -0
  42. package/types/Product.d.ts +211 -0
  43. package/types/ProductSwitch.d.ts +14 -0
  44. package/types/Renderer.d.ts +69 -0
  45. package/types/SatelliteProduct.d.ts +19 -0
  46. package/types/Scrollable.d.ts +14 -0
  47. package/types/StaticProduct.d.ts +7 -0
  48. package/types/SveltePanePlugin.d.ts +18 -0
  49. package/types/SveltePlugin.d.ts +40 -0
  50. package/types/Swipe.d.ts +34 -0
  51. package/types/Switch.d.ts +24 -0
  52. package/types/TagPlugin.d.ts +6 -0
  53. package/types/TileLayer.d.ts +9 -0
  54. package/types/TileLayerCanvas.d.ts +2 -0
  55. package/types/TileLayerMultiPatch.d.ts +2 -0
  56. package/types/TimestampBar.d.ts +8 -0
  57. package/types/Webcams.d.ts +66 -0
  58. package/types/Window.d.ts +107 -0
  59. package/types/WindowPlugin.d.ts +171 -0
  60. package/types/baseMap.d.ts +10 -0
  61. package/types/broadcast.d.ts +14 -0
  62. package/types/cityLabels.d.ts +2 -0
  63. package/types/cloudSync.d.ts +12 -0
  64. package/types/colors.d.ts +4 -0
  65. package/types/connection.d.ts +4 -0
  66. package/types/css.d.ts +25 -0
  67. package/types/dataLoader.d.ts +26 -0
  68. package/types/dataSpecifications.d.ts +12 -0
  69. package/types/detectDevice.d.ts +6 -0
  70. package/types/device.d.ts +19 -0
  71. package/types/deviceLogging.d.ts +13 -0
  72. package/types/fetch.d.ts +88 -0
  73. package/types/format.d.ts +102 -0
  74. package/types/ga.d.ts +1 -0
  75. package/types/geolocation.d.ts +30 -0
  76. package/types/glTileRender.d.ts +178 -0
  77. package/types/glsl-modules.d.ts +26 -0
  78. package/types/hp.d.ts +15 -0
  79. package/types/http.d.ts +62 -0
  80. package/types/iconfont.d.ts +196 -0
  81. package/types/index.d.ts +1 -0
  82. package/types/interfaces.d.ts +1727 -0
  83. package/types/interpolator.d.ts +19 -0
  84. package/types/lang-files.d.ts +5116 -0
  85. package/types/latestBroadcasts.d.ts +14 -0
  86. package/types/layers.d.ts +78 -0
  87. package/types/leaflet.d.ts +1919 -0
  88. package/types/legends.d.ts +6 -0
  89. package/types/levelUtils.d.ts +2 -0
  90. package/types/libGuard.d.ts +1 -0
  91. package/types/location.d.ts +72 -0
  92. package/types/log.d.ts +2 -0
  93. package/types/lruCache.d.ts +69 -0
  94. package/types/map.d.ts +80 -0
  95. package/types/metrics.d.ts +3 -0
  96. package/types/mobileUtils.d.ts +7 -0
  97. package/types/models.d.ts +42 -0
  98. package/types/node-modules.d.ts +16 -0
  99. package/types/notifications.d.ts +66 -0
  100. package/types/offlineController.d.ts +20 -0
  101. package/types/overlays.d.ts +67 -0
  102. package/types/particleRenderers.d.ts +4 -0
  103. package/types/permanentPromos.d.ts +2 -0
  104. package/types/picker.d.ts +66 -0
  105. package/types/plugins.d.ts +3 -0
  106. package/types/pois.d.ts +16 -0
  107. package/types/products.d.ts +3 -0
  108. package/types/promo.d.ts +37 -0
  109. package/types/query.d.ts +19 -0
  110. package/types/queryString.d.ts +2 -0
  111. package/types/renderCtrl.d.ts +8 -0
  112. package/types/renderTile.d.ts +6 -0
  113. package/types/renderUtils.d.ts +107 -0
  114. package/types/renderers.d.ts +20 -0
  115. package/types/reverseName.d.ts +10 -0
  116. package/types/rhMessage.d.ts +3 -0
  117. package/types/rootScope.d.ts +152 -0
  118. package/types/router.d.ts +30 -0
  119. package/types/seoParser.d.ts +19 -0
  120. package/types/share.d.ts +1 -0
  121. package/types/showableErrorsService.d.ts +31 -0
  122. package/types/singleclick.d.ts +52 -0
  123. package/types/storage.d.ts +3 -0
  124. package/types/store.d.ts +148 -0
  125. package/types/subscription.d.ts +65 -0
  126. package/types/tileInterpolator.d.ts +27 -0
  127. package/types/tileLayerInstance.d.ts +2 -0
  128. package/types/timestampUtils.d.ts +5 -0
  129. package/types/trans.d.ts +68 -0
  130. package/types/ts-interfaces.d.ts +66 -0
  131. package/types/ts-types.d.ts +43 -0
  132. package/types/types.d.ts +308 -0
  133. package/types/user.d.ts +54 -0
  134. package/types/userFavs.d.ts +129 -0
  135. package/types/utils.d.ts +424 -0
  136. package/types/variables.d.ts +238 -0
  137. package/types/windy-modules.d.ts +7 -0
@@ -0,0 +1,178 @@
1
+ import type { ExtendedWebGLTexture, WebGLProgramObject } from '@windy/GlObj.d';
2
+ import type { TileParams } from '@windy/Renderer.d';
3
+ import type { TileLayerCanvas } from '@windy/TileLayerCanvas.d';
4
+ import type { DataTile } from '@windy/dataLoader';
5
+ export type Gradient = {
6
+ texture: ExtendedWebGLTexture | null;
7
+ mul: number;
8
+ add: number;
9
+ } | null;
10
+ export type ShaderMap = Record<string, WebGLProgramObject | null>;
11
+ declare class TileRenderer {
12
+ /**
13
+ * Is tile renderer ready?
14
+ */
15
+ private isReady;
16
+ /**
17
+ * Size of tile - 256 or 512
18
+ */
19
+ private edgeSize;
20
+ /**
21
+ * Last drawn layer
22
+ */
23
+ private lastIdent;
24
+ /**
25
+ * Time sum for computing debug avg. time
26
+ */
27
+ private testSumTime;
28
+ /**
29
+ * Count of rendered tiles for computing debug avg. time
30
+ */
31
+ private testCount;
32
+ /**
33
+ * Is initialized?
34
+ */
35
+ private initialized;
36
+ /**
37
+ * Test if WebGL rendering is available was performed
38
+ */
39
+ private testPerformed;
40
+ /**
41
+ * Test for WebGL was successful
42
+ */
43
+ private testOk;
44
+ /**
45
+ * Number of WebGL initialization error
46
+ */
47
+ private errorCount;
48
+ /**
49
+ * WebGL init promise resolving if this renderer is ready
50
+ */
51
+ private initPromise;
52
+ /**
53
+ * Canvas for creating tiles
54
+ */
55
+ private canvas;
56
+ /**
57
+ * GLObject for this canvas
58
+ */
59
+ private glo;
60
+ /**
61
+ * Standard gradient
62
+ */
63
+ private gradient;
64
+ /**
65
+ * Secondary gradient for special layers (Eg. Clouds)
66
+ */
67
+ private gradient2;
68
+ /**
69
+ * Colors for types of snow
70
+ */
71
+ private ptypeColors?;
72
+ /**
73
+ * Shaders storage object
74
+ */
75
+ private specShader;
76
+ /**
77
+ * All generic shaders accessed by index via bit mask of needed GLSL defines
78
+ */
79
+ private shMulti;
80
+ /**
81
+ * Source texture
82
+ */
83
+ private srcTexture;
84
+ /**
85
+ * Vertex buffer
86
+ */
87
+ private vertexBufferRect;
88
+ private uVPars0;
89
+ private uVPars1;
90
+ private uVPars2;
91
+ private texCCL;
92
+ private texPType1;
93
+ private texPType2;
94
+ private texCRain;
95
+ constructor();
96
+ /**
97
+ * Reset renderer on lost focus
98
+ * @param hasFocus
99
+ */
100
+ visibilityChanged(hasFocus: boolean): void;
101
+ /**
102
+ * Init this object and its webgl data, loads all textures from URL
103
+ * @returns Promise resolving with this.isReady after everything is loaded or failed loading.
104
+ */
105
+ init(): Promise<boolean>;
106
+ /**
107
+ * Processes tile, render it and then writes it to given canvas
108
+ * @param tileLayerCanvas TileLayerCanvas
109
+ * @param canvas Canvas to be writen into
110
+ * @param tInfo tile info for rendering
111
+ * @param dTile data tile - source data
112
+ * @returns Promise.resolve( done ) ...true - tile rendered, false - tile NOT rendered (no support or some issue)
113
+ */
114
+ processTile(tileLayerCanvas: TileLayerCanvas, canvas: HTMLCanvasElement, tInfo: TileParams, dTile: DataTile): Promise<boolean>;
115
+ /**
116
+ * Reset renderer props
117
+ */
118
+ private reset;
119
+ /**
120
+ * Hook for 'redrawLayers' - Reset lastIdent to recreate geadient (reaction on user color edit)
121
+ */
122
+ private onRedrawLayers;
123
+ /**
124
+ * Init WebGL data after context created
125
+ * @param glo Gl object
126
+ * @returns Promise<boolean> rets true if ready
127
+ */
128
+ private onWebGlInit;
129
+ /**
130
+ * Creates rain pattern texture for 'clouds' layer
131
+ */
132
+ private prepareRainPattern;
133
+ /**
134
+ * Creates color gradient texture
135
+ * @param colorObj Color instance
136
+ * @returns texture with additional params
137
+ */
138
+ private createGradientObject;
139
+ /**
140
+ * Predefined alpha values are set to gradient and then color array is generated
141
+ * (solution for user gradient colors with bad alpha)
142
+ * @param colorObj
143
+ */
144
+ private augmentRainCoverColorsWithAlpha;
145
+ /**
146
+ * Prepare color gradient(s) for layer
147
+ * @param layer
148
+ */
149
+ private prepareGradients;
150
+ /**
151
+ * Compiles vertex & fragment sources and returns WebGL program object.
152
+ */
153
+ private compileShader;
154
+ /**
155
+ * Checks if we can read pixels from gl
156
+ * @returns bool ..true means pixels readable
157
+ */
158
+ private usabilityTest;
159
+ /**
160
+ * Renders tile through graphics hardware and reads pixels back to canvas
161
+ * @param tileLayerCanvas tile layer canvas
162
+ * @param canvas destination canvas for prepared tile data
163
+ * @param dTileInfo tile info
164
+ * @param src tile source
165
+ * @returns if render is succesful
166
+ */
167
+ private renderTile;
168
+ /**
169
+ * Sets common shader params
170
+ */
171
+ private setBaseShStuff;
172
+ /**
173
+ * Set everything ready to render and render tile
174
+ */
175
+ private renderGlTile;
176
+ }
177
+ declare const tileRenderer: TileRenderer;
178
+ export default tileRenderer;
@@ -0,0 +1,26 @@
1
+ // Definitions for importing GLSL files
2
+
3
+ declare module '*.vert' {
4
+ const value: string;
5
+ export default value;
6
+ }
7
+
8
+ declare module '*.vs' {
9
+ const value: string;
10
+ export default value;
11
+ }
12
+
13
+ declare module '*.frag' {
14
+ const value: string;
15
+ export default value;
16
+ }
17
+
18
+ declare module '*.fs' {
19
+ const value: string;
20
+ export default value;
21
+ }
22
+
23
+ declare module '*.glsl' {
24
+ const value: string;
25
+ export default value;
26
+ }
package/types/hp.d.ts ADDED
@@ -0,0 +1,15 @@
1
+ import type { GeolocationInfo, HomeLocation } from '@windy/interfaces.d';
2
+ /**
3
+ * Show the weather box on HP
4
+ *
5
+ * @param coords At which location show the HP
6
+ */
7
+ export declare function show(coords: HomeLocation | GeolocationInfo): void;
8
+ /**
9
+ * Hides, the weather DIV
10
+ *
11
+ * @param ev Event that initiated hiding
12
+ */
13
+ export declare function hide(ev?: MouseEvent | KeyboardEvent | TouchEvent): void;
14
+ export declare const getCancelShow: () => boolean;
15
+ export declare const setCancelShow: () => boolean;
@@ -0,0 +1,62 @@
1
+ /**
2
+ * HTTP fetch lib using Promises, authorization and lru caching
3
+ */
4
+ import type { HttpOptions, HttpPayload } from '@windy/http.d';
5
+ export declare const getURL: (url: string) => string;
6
+ export declare class HttpError extends Error {
7
+ status: number;
8
+ message: string;
9
+ responseText?: string;
10
+ constructor(status: number, message: string, responseText?: string);
11
+ }
12
+ /**
13
+ * Create Event Source for SSE with tokens for authentication
14
+ * Do not forget to close the EventSource, otherwise there will be an error event when the page closes.
15
+ *
16
+ * @param url Url
17
+ * @param options Options
18
+ * @returns Event source or null when anything failed
19
+ */
20
+ export declare const createEventSource: (url: string, options?: EventSourceInit) => EventSource | null;
21
+ type StandardHttpRequestFun = <T>(url: string, options?: HttpOptions) => Promise<HttpPayload<T>>;
22
+ /**
23
+ * Make GET http request
24
+ *
25
+ * @param url Url
26
+ * @param options Options
27
+ * @returns HTTP payload or null when anything failed
28
+ */
29
+ export declare const get: StandardHttpRequestFun;
30
+ /**
31
+ * Make DELETE http request
32
+ *
33
+ * @param url Url
34
+ * @param options Options
35
+ * @returns HTTP payload or null when anything failed
36
+ */
37
+ export declare const del: StandardHttpRequestFun;
38
+ /**
39
+ * Make POST http request
40
+ *
41
+ * @param url Url
42
+ * @param options Options
43
+ * @returns HTTP payload or null when anything failed
44
+ */
45
+ export declare const post: StandardHttpRequestFun;
46
+ /**
47
+ * Make PUT http request
48
+ *
49
+ * @param url Url
50
+ * @param options Options
51
+ * @returns HTTP payload or null when anything failed
52
+ */
53
+ export declare const put: StandardHttpRequestFun;
54
+ /**
55
+ * Make HEAD http request
56
+ *
57
+ * @param url Url
58
+ * @param options Options
59
+ * @returns HTTP payload or null when anything failed
60
+ */
61
+ export declare const head: StandardHttpRequestFun;
62
+ export {};
@@ -0,0 +1,196 @@
1
+ // !!! Automatically generated file by make/iconfont.ts !!!
2
+
3
+ export type Iconfont =
4
+ | '<!-- @echo icon-share -->'
5
+ | '<!-- @echo icon-bell-plus -->'
6
+ | '<!-- @echo icon-x -->'
7
+ | '<!-- @echo icon-twitter -->'
8
+ | '<!-- @echo icon-long-tap -->'
9
+ | '<!-- @echo icon-moving-cloud -->'
10
+ | '<!-- @echo icon-uv -->'
11
+ | '<!-- @echo icon-wet-bulb -->'
12
+ | '<!-- @echo icon-question-circle -->'
13
+ | '<!-- @echo icon-log-out -->'
14
+ | '<!-- @echo icon-radiosonde -->'
15
+ | '<!-- @echo icon-radiation -->'
16
+ | '<!-- @echo icon-withered-flower -->'
17
+ | '<!-- @echo icon-dry-soil -->'
18
+ | '<!-- @echo icon-rain-drops-on-soil -->'
19
+ | '<!-- @echo icon-no-rain-drop -->'
20
+ | '<!-- @echo icon-glider -->'
21
+ | '<!-- @echo icon-chevron-left -->'
22
+ | '<!-- @echo icon-chevron-right -->'
23
+ | '<!-- @echo icon-chevron-down -->'
24
+ | '<!-- @echo icon-video-camera -->'
25
+ | '<!-- @echo icon-pause -->'
26
+ | '<!-- @echo icon-play -->'
27
+ | '<!-- @echo icon-chevron-up -->'
28
+ | '<!-- @echo icon-cross-mark -->'
29
+ | '<!-- @echo icon-map-pin -->'
30
+ | '<!-- @echo icon-mountains -->'
31
+ | '<!-- @echo icon-triangle-down -->'
32
+ | '<!-- @echo icon-plane -->'
33
+ | '<!-- @echo icon-bus -->'
34
+ | '<!-- @echo icon-train -->'
35
+ | '<!-- @echo icon-lodging -->'
36
+ | '<!-- @echo icon-restaurant -->'
37
+ | '<!-- @echo icon-calendar -->'
38
+ | '<!-- @echo icon-arrow-left -->'
39
+ | '<!-- @echo icon-arrow-right -->'
40
+ | '<!-- @echo icon-cog-gear -->'
41
+ | '<!-- @echo icon-heart -->'
42
+ | '<!-- @echo icon-heart-outline -->'
43
+ | '<!-- @echo icon-star -->'
44
+ | '<!-- @echo icon-star-outline -->'
45
+ | '<!-- @echo icon-check-mark -->'
46
+ | '<!-- @echo icon-sun -->'
47
+ | '<!-- @echo icon-clock -->'
48
+ | '<!-- @echo icon-umbrella-small -->'
49
+ | '<!-- @echo icon-skiing -->'
50
+ | '<!-- @echo icon-keyboard -->'
51
+ | '<!-- @echo icon-arrow-doubled-up -->'
52
+ | '<!-- @echo icon-arrow-doubled-down -->'
53
+ | '<!-- @echo icon-fog-sunrise -->'
54
+ | '<!-- @echo icon-fog-moon -->'
55
+ | '<!-- @echo icon-tools -->'
56
+ | '<!-- @echo icon-sun-outline -->'
57
+ | '<!-- @echo icon-moon-outline -->'
58
+ | '<!-- @echo icon-cloud-rain -->'
59
+ | '<!-- @echo icon-cloud-snow -->'
60
+ | '<!-- @echo icon-clouds -->'
61
+ | '<!-- @echo icon-cloud-moon -->'
62
+ | '<!-- @echo icon-cloud-sun -->'
63
+ | '<!-- @echo icon-cloud-lightning-small -->'
64
+ | '<!-- @echo icon-x-circle -->'
65
+ | '<!-- @echo icon-directions -->'
66
+ | '<!-- @echo icon-fullscreen -->'
67
+ | '<!-- @echo icon-settings-outline -->'
68
+ | '<!-- @echo icon-eye -->'
69
+ | '<!-- @echo icon-arrow-south-outline -->'
70
+ | '<!-- @echo icon-arrow-south-full -->'
71
+ | '<!-- @echo icon-arrow-north-outline -->'
72
+ | '<!-- @echo icon-arrow-north-full -->'
73
+ | '<!-- @echo icon-windy-logo-no-frame -->'
74
+ | '<!-- @echo icon-buffer -->'
75
+ | '<!-- @echo icon-info-circle -->'
76
+ | '<!-- @echo icon-facebook-square -->'
77
+ | '<!-- @echo icon-bubbles-talk -->'
78
+ | '<!-- @echo icon-globe -->'
79
+ | '<!-- @echo icon-measure -->'
80
+ | '<!-- @echo icon-level-up -->'
81
+ | '<!-- @echo icon-world-meridians -->'
82
+ | '<!-- @echo icon-thumbs-down -->'
83
+ | '<!-- @echo icon-backspace-outline -->'
84
+ | '<!-- @echo icon-home -->'
85
+ | '<!-- @echo icon-mobile -->'
86
+ | '<!-- @echo icon-trash -->'
87
+ | '<!-- @echo icon-mouse -->'
88
+ | '<!-- @echo icon-surfer -->'
89
+ | '<!-- @echo icon-wind -->'
90
+ | '<!-- @echo icon-snow-flake -->'
91
+ | '<!-- @echo icon-angle-down -->'
92
+ | '<!-- @echo icon-angle-left -->'
93
+ | '<!-- @echo icon-angle-right -->'
94
+ | '<!-- @echo icon-angle-up -->'
95
+ | '<!-- @echo icon-kite -->'
96
+ | '<!-- @echo icon-minus-circle -->'
97
+ | '<!-- @echo icon-thermometer-detailed -->'
98
+ | '<!-- @echo icon-raindrop-big -->'
99
+ | '<!-- @echo icon-clock-grooved -->'
100
+ | '<!-- @echo icon-air-sock -->'
101
+ | '<!-- @echo icon-paraglider -->'
102
+ | '<!-- @echo icon-waves -->'
103
+ | '<!-- @echo icon-speedometer -->'
104
+ | '<!-- @echo icon-tasks -->'
105
+ | '<!-- @echo icon-language -->'
106
+ | '<!-- @echo icon-close-mark -->'
107
+ | '<!-- @echo icon-map -->'
108
+ | '<!-- @echo icon-graph -->'
109
+ | '<!-- @echo icon-instagram-outline -->'
110
+ | '<!-- @echo icon-snow-mountains -->'
111
+ | '<!-- @echo icon-boat -->'
112
+ | '<!-- @echo icon-rain-drops -->'
113
+ | '<!-- @echo icon-helicopter -->'
114
+ | '<!-- @echo icon-thermometer-raindrop -->'
115
+ | '<!-- @echo icon-cloud-lightning-big -->'
116
+ | '<!-- @echo icon-thermometer-simple -->'
117
+ | '<!-- @echo icon-enter -->'
118
+ | '<!-- @echo icon-bell-outline -->'
119
+ | '<!-- @echo icon-cloud-h -->'
120
+ | '<!-- @echo icon-cloud-l -->'
121
+ | '<!-- @echo icon-cloud-m -->'
122
+ | '<!-- @echo icon-color-palette -->'
123
+ | '<!-- @echo icon-number-one -->'
124
+ | '<!-- @echo icon-number-two-circle -->'
125
+ | '<!-- @echo icon-number-three-circle -->'
126
+ | '<!-- @echo icon-stopwatch -->'
127
+ | '<!-- @echo icon-star-circle -->'
128
+ | '<!-- @echo icon-download -->'
129
+ | '<!-- @echo icon-reddit -->'
130
+ | '<!-- @echo icon-more-symbol-vertical -->'
131
+ | '<!-- @echo icon-fog-cloud -->'
132
+ | '<!-- @echo icon-bell-slash-outline -->'
133
+ | '<!-- @echo icon-bell -->'
134
+ | '<!-- @echo icon-sailing-boat -->'
135
+ | '<!-- @echo icon-gas-mask -->'
136
+ | '<!-- @echo icon-volcano -->'
137
+ | '<!-- @echo icon-factory -->'
138
+ | '<!-- @echo icon-search -->'
139
+ | '<!-- @echo icon-more-symbol-horizontal -->'
140
+ | '<!-- @echo icon-user -->'
141
+ | '<!-- @echo icon-exclamation-triangle -->'
142
+ | '<!-- @echo icon-turtle -->'
143
+ | '<!-- @echo icon-rabbit -->'
144
+ | '<!-- @echo icon-goat -->'
145
+ | '<!-- @echo icon-menu -->'
146
+ | '<!-- @echo icon-play-circle -->'
147
+ | '<!-- @echo icon-stop-circle -->'
148
+ | '<!-- @echo icon-fire -->'
149
+ | '<!-- @echo icon-code -->'
150
+ | '<!-- @echo icon-eyedropper -->'
151
+ | '<!-- @echo icon-fullscreen-exit -->'
152
+ | '<!-- @echo icon-fog -->'
153
+ | '<!-- @echo icon-waves-thermometer -->'
154
+ | '<!-- @echo icon-radar -->'
155
+ | '<!-- @echo icon-contour -->'
156
+ | '<!-- @echo icon-umbrella-big -->'
157
+ | '<!-- @echo icon-funnel -->'
158
+ | '<!-- @echo icon-speaker-louder -->'
159
+ | '<!-- @echo icon-speaker-off -->'
160
+ | '<!-- @echo icon-tropical-cyclone -->'
161
+ | '<!-- @echo icon-zoom-in -->'
162
+ | '<!-- @echo icon-zoom-out -->'
163
+ | '<!-- @echo icon-plug -->'
164
+ | '<!-- @echo icon-plus -->'
165
+ | '<!-- @echo icon-minus -->'
166
+ | '<!-- @echo icon-switch-full -->'
167
+ | '<!-- @echo icon-switch-outline -->'
168
+ | '<!-- @echo icon-refresh -->'
169
+ | '<!-- @echo icon-clap -->'
170
+ | '<!-- @echo icon-globe-particles -->'
171
+ | '<!-- @echo icon-person-mask -->'
172
+ | '<!-- @echo icon-air-particles -->'
173
+ | '<!-- @echo icon-copy-document -->'
174
+ | '<!-- @echo icon-satellite -->'
175
+ | '<!-- @echo icon-bell-angle -->'
176
+ | '<!-- @echo icon-camera-retro -->'
177
+ | '<!-- @echo icon-location-arrow -->'
178
+ | '<!-- @echo icon-arrow-swap -->'
179
+ | '<!-- @echo icon-at -->'
180
+ | '<!-- @echo icon-pencil -->'
181
+ | '<!-- @echo icon-gift -->'
182
+ | '<!-- @echo icon-leaf -->'
183
+ | '<!-- @echo icon-thumbs-up -->'
184
+ | '<!-- @echo icon-o3-circle -->'
185
+ | '<!-- @echo icon-crown-king -->'
186
+ | '<!-- @echo icon-tide -->'
187
+ | '<!-- @echo icon-car -->'
188
+ | '<!-- @echo icon-github -->'
189
+ | '<!-- @echo icon-link -->'
190
+ | '<!-- @echo icon-plane-snowflake -->'
191
+ | '<!-- @echo icon-plane-waves -->'
192
+ | '<!-- @echo icon-fire-warning -->'
193
+ | '<!-- @echo icon-fire-match -->'
194
+ | '<!-- @echo icon-fire-wind -->'
195
+ | '<!-- @echo icon-crosshair -->'
196
+ | '<!-- @echo icon-pushpin -->';
@@ -0,0 +1 @@
1
+ // empty, the file exists only to satisfy tsc as it is a subfolder of typeRoot folder