ol 9.2.5-dev.1718652616882 → 9.2.5-dev.1719254553242
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/DataTile.d.ts +14 -0
- package/DataTile.d.ts.map +1 -1
- package/DataTile.js +24 -1
- package/Map.d.ts +1 -1
- package/Map.d.ts.map +1 -1
- package/Map.js +9 -10
- package/Tile.d.ts +2 -22
- package/Tile.d.ts.map +1 -1
- package/Tile.js +2 -77
- package/TileQueue.d.ts.map +1 -1
- package/TileQueue.js +6 -4
- package/VectorRenderTile.d.ts +8 -13
- package/VectorRenderTile.d.ts.map +1 -1
- package/VectorRenderTile.js +17 -24
- package/VectorTile.d.ts +5 -5
- package/VectorTile.d.ts.map +1 -1
- package/VectorTile.js +3 -3
- package/dist/ol.d.ts +10 -2
- package/dist/ol.d.ts.map +1 -1
- package/dist/ol.js +2 -2
- package/dist/ol.js.map +1 -1
- package/featureloader.d.ts +4 -4
- package/featureloader.d.ts.map +1 -1
- package/featureloader.js +2 -2
- package/format/EsriJSON.d.ts +1 -1
- package/format/Feature.d.ts +8 -8
- package/format/Feature.d.ts.map +1 -1
- package/format/Feature.js +7 -5
- package/format/GeoJSON.d.ts +9 -9
- package/format/GeoJSON.d.ts.map +1 -1
- package/format/GeoJSON.js +10 -14
- package/format/JSONFeature.d.ts +7 -7
- package/format/JSONFeature.d.ts.map +1 -1
- package/format/JSONFeature.js +9 -11
- package/format/MVT.d.ts +12 -12
- package/format/MVT.d.ts.map +1 -1
- package/format/MVT.js +12 -14
- package/format/TextFeature.d.ts +1 -1
- package/format/TopoJSON.d.ts +1 -1
- package/format/WKB.d.ts +1 -1
- package/format/XMLFeature.d.ts +1 -1
- package/interaction/DragAndDrop.d.ts +1 -1
- package/layer/BaseTile.d.ts +23 -6
- package/layer/BaseTile.d.ts.map +1 -1
- package/layer/BaseTile.js +22 -3
- package/layer/Tile.d.ts +1 -1
- package/layer/Tile.d.ts.map +1 -1
- package/layer/Tile.js +3 -1
- package/layer/VectorTile.d.ts +19 -6
- package/layer/VectorTile.d.ts.map +1 -1
- package/layer/VectorTile.js +20 -8
- package/layer/WebGLTile.d.ts +5 -10
- package/layer/WebGLTile.d.ts.map +1 -1
- package/layer/WebGLTile.js +3 -12
- package/package.json +1 -1
- package/renderer/Layer.d.ts +22 -25
- package/renderer/Layer.d.ts.map +1 -1
- package/renderer/Layer.js +36 -36
- package/renderer/canvas/TileLayer.d.ts +100 -38
- package/renderer/canvas/TileLayer.d.ts.map +1 -1
- package/renderer/canvas/TileLayer.js +542 -329
- package/renderer/canvas/VectorTileLayer.d.ts +11 -11
- package/renderer/canvas/VectorTileLayer.d.ts.map +1 -1
- package/renderer/canvas/VectorTileLayer.js +33 -46
- package/renderer/webgl/TileLayerBase.d.ts +0 -6
- package/renderer/webgl/TileLayerBase.d.ts.map +1 -1
- package/renderer/webgl/TileLayerBase.js +61 -78
- package/reproj/DataTile.d.ts.map +1 -1
- package/reproj/DataTile.js +103 -100
- package/source/BingMaps.d.ts +2 -2
- package/source/BingMaps.d.ts.map +1 -1
- package/source/BingMaps.js +1 -2
- package/source/CartoDB.d.ts +2 -2
- package/source/CartoDB.js +1 -1
- package/source/DataTile.d.ts +49 -20
- package/source/DataTile.d.ts.map +1 -1
- package/source/DataTile.js +56 -9
- package/source/GeoTIFF.d.ts +2 -6
- package/source/GeoTIFF.d.ts.map +1 -1
- package/source/GeoTIFF.js +3 -3
- package/source/Google.d.ts.map +1 -1
- package/source/Google.js +0 -2
- package/source/IIIF.d.ts +1 -1
- package/source/IIIF.js +1 -1
- package/source/ImageTile.d.ts +102 -0
- package/source/ImageTile.d.ts.map +1 -0
- package/source/ImageTile.js +208 -0
- package/source/OGCMapTile.d.ts +2 -2
- package/source/OGCMapTile.js +1 -1
- package/source/OGCVectorTile.d.ts +4 -4
- package/source/OGCVectorTile.js +2 -2
- package/source/OSM.d.ts +2 -7
- package/source/OSM.d.ts.map +1 -1
- package/source/OSM.js +1 -3
- package/source/StadiaMaps.d.ts +2 -2
- package/source/StadiaMaps.d.ts.map +1 -1
- package/source/StadiaMaps.js +2 -18
- package/source/Tile.d.ts +7 -36
- package/source/Tile.d.ts.map +1 -1
- package/source/Tile.js +5 -69
- package/source/TileArcGISRest.d.ts +2 -2
- package/source/TileArcGISRest.js +1 -1
- package/source/TileDebug.d.ts.map +1 -1
- package/source/TileDebug.js +0 -1
- package/source/TileImage.d.ts +7 -11
- package/source/TileImage.d.ts.map +1 -1
- package/source/TileImage.js +11 -43
- package/source/TileJSON.d.ts +2 -2
- package/source/TileJSON.js +1 -1
- package/source/TileWMS.d.ts +2 -2
- package/source/TileWMS.d.ts.map +1 -1
- package/source/TileWMS.js +1 -4
- package/source/UTFGrid.d.ts +1 -1
- package/source/UrlTile.d.ts +14 -12
- package/source/UrlTile.d.ts.map +1 -1
- package/source/UrlTile.js +12 -7
- package/source/Vector.d.ts +5 -5
- package/source/Vector.d.ts.map +1 -1
- package/source/Vector.js +3 -3
- package/source/VectorTile.d.ts +4 -17
- package/source/VectorTile.d.ts.map +1 -1
- package/source/VectorTile.js +10 -85
- package/source/WMTS.d.ts +2 -2
- package/source/WMTS.js +3 -3
- package/source/XYZ.d.ts +14 -17
- package/source/XYZ.d.ts.map +1 -1
- package/source/XYZ.js +7 -8
- package/source/Zoomify.d.ts +2 -2
- package/source/Zoomify.d.ts.map +1 -1
- package/source/Zoomify.js +3 -2
- package/source.d.ts +1 -0
- package/source.d.ts.map +1 -1
- package/source.js +1 -0
- package/tilecoord.d.ts +7 -0
- package/tilecoord.d.ts.map +1 -1
- package/tilecoord.js +11 -1
- package/tileurlfunction.d.ts +3 -7
- package/tileurlfunction.d.ts.map +1 -1
- package/tileurlfunction.js +14 -47
- package/uri.d.ts +23 -3
- package/uri.d.ts.map +1 -1
- package/uri.js +75 -0
- package/util.js +1 -1
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
export default CanvasTileLayerRenderer;
|
|
2
|
+
export type TileLookup = {
|
|
3
|
+
[x: number]: Set<import("../../Tile.js").default>;
|
|
4
|
+
};
|
|
5
|
+
export type Options = {
|
|
6
|
+
/**
|
|
7
|
+
* The cache size.
|
|
8
|
+
*/
|
|
9
|
+
cacheSize?: number | undefined;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @typedef {Object} Options
|
|
13
|
+
* @property {number} [cacheSize=512] The cache size.
|
|
14
|
+
*/
|
|
2
15
|
/**
|
|
3
16
|
* @classdesc
|
|
4
17
|
* Canvas renderer for tile layers.
|
|
@@ -6,16 +19,22 @@ export default CanvasTileLayerRenderer;
|
|
|
6
19
|
* @template {import("../../layer/Tile.js").default|import("../../layer/VectorTile.js").default} [LayerType=import("../../layer/Tile.js").default<import("../../source/Tile.js").default>|import("../../layer/VectorTile.js").default]
|
|
7
20
|
* @extends {CanvasLayerRenderer<LayerType>}
|
|
8
21
|
*/
|
|
9
|
-
declare class CanvasTileLayerRenderer<LayerType extends import("../../layer/Tile.js").default<import("../../source/Tile.js").default
|
|
22
|
+
declare class CanvasTileLayerRenderer<LayerType extends import("../../layer/Tile.js").default<import("../../source/Tile.js").default<import("../../Tile.js").default>> | import("../../layer/VectorTile.js").default<import("../../source.js").VectorTile<any>, any> = import("../../layer/Tile.js").default<import("../../source/Tile.js").default<import("../../Tile.js").default>> | import("../../layer/VectorTile.js").default<import("../../source.js").VectorTile<any>, any>> extends CanvasLayerRenderer<LayerType> {
|
|
10
23
|
/**
|
|
11
24
|
* @param {LayerType} tileLayer Tile layer.
|
|
25
|
+
* @param {Options} [options] Options.
|
|
12
26
|
*/
|
|
13
|
-
constructor(tileLayer: LayerType);
|
|
27
|
+
constructor(tileLayer: LayerType, options?: Options | undefined);
|
|
14
28
|
/**
|
|
15
29
|
* Rendered extent has changed since the previous `renderFrame()` call
|
|
16
30
|
* @type {boolean}
|
|
17
31
|
*/
|
|
18
32
|
extentChanged: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* The last call to `renderFrame` was completed with all tiles loaded
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
*/
|
|
37
|
+
renderComplete: boolean;
|
|
19
38
|
/**
|
|
20
39
|
* @private
|
|
21
40
|
* @type {?import("../../extent.js").Extent}
|
|
@@ -43,47 +62,113 @@ declare class CanvasTileLayerRenderer<LayerType extends import("../../layer/Tile
|
|
|
43
62
|
protected renderedTiles: Array<import("../../Tile.js").default>;
|
|
44
63
|
/**
|
|
45
64
|
* @private
|
|
46
|
-
* @type {
|
|
65
|
+
* @type {string}
|
|
66
|
+
*/
|
|
67
|
+
private renderedSourceKey_;
|
|
68
|
+
/**
|
|
69
|
+
* @private
|
|
70
|
+
* @type {number}
|
|
47
71
|
*/
|
|
48
|
-
private
|
|
72
|
+
private renderedSourceRevision_;
|
|
49
73
|
/**
|
|
50
74
|
* @protected
|
|
51
75
|
* @type {import("../../extent.js").Extent}
|
|
52
76
|
*/
|
|
53
|
-
protected
|
|
77
|
+
protected tempExtent: import("../../extent.js").Extent;
|
|
54
78
|
/**
|
|
55
79
|
* @private
|
|
56
80
|
* @type {import("../../TileRange.js").default}
|
|
57
81
|
*/
|
|
58
|
-
private
|
|
82
|
+
private tempTileRange_;
|
|
59
83
|
/**
|
|
84
|
+
* @type {import("../../tilecoord.js").TileCoord}
|
|
85
|
+
* @private
|
|
86
|
+
*/
|
|
87
|
+
private tempTileCoord_;
|
|
88
|
+
/**
|
|
89
|
+
* @type {import("../../structs/LRUCache.js").default<import("../../Tile.js").default>}
|
|
90
|
+
* @private
|
|
91
|
+
*/
|
|
92
|
+
private tileCache_;
|
|
93
|
+
/**
|
|
94
|
+
* @return {LRUCache} Tile cache.
|
|
95
|
+
*/
|
|
96
|
+
getTileCache(): LRUCache<any>;
|
|
97
|
+
/**
|
|
98
|
+
* Get a tile from the cache or create one if needed.
|
|
99
|
+
*
|
|
100
|
+
* @param {number} z Tile coordinate z.
|
|
101
|
+
* @param {number} x Tile coordinate x.
|
|
102
|
+
* @param {number} y Tile coordinate y.
|
|
103
|
+
* @param {import("../../Map.js").FrameState} frameState Frame state.
|
|
104
|
+
* @return {import("../../Tile.js").default|null} Tile (or null if outside source extent).
|
|
60
105
|
* @protected
|
|
61
|
-
* @param {import("../../Tile.js").default} tile Tile.
|
|
62
|
-
* @return {boolean} Tile is drawable.
|
|
63
106
|
*/
|
|
64
|
-
protected
|
|
107
|
+
protected getOrCreateTile(z: number, x: number, y: number, frameState: import("../../Map.js").FrameState): import("../../Tile.js").default | null;
|
|
65
108
|
/**
|
|
66
109
|
* @param {number} z Tile coordinate z.
|
|
67
110
|
* @param {number} x Tile coordinate x.
|
|
68
111
|
* @param {number} y Tile coordinate y.
|
|
69
112
|
* @param {import("../../Map.js").FrameState} frameState Frame state.
|
|
70
|
-
* @return {
|
|
113
|
+
* @return {import("../../Tile.js").default|null} Tile (or null if outside source extent).
|
|
114
|
+
* @protected
|
|
71
115
|
*/
|
|
72
|
-
getTile(z: number, x: number, y: number, frameState: import("../../Map.js").FrameState): import("../../Tile.js").default;
|
|
116
|
+
protected getTile(z: number, x: number, y: number, frameState: import("../../Map.js").FrameState): import("../../Tile.js").default | null;
|
|
73
117
|
/**
|
|
74
118
|
* @param {import("../../pixel.js").Pixel} pixel Pixel.
|
|
75
119
|
* @return {Uint8ClampedArray} Data at the pixel location.
|
|
76
120
|
*/
|
|
77
121
|
getData(pixel: import("../../pixel.js").Pixel): Uint8ClampedArray;
|
|
122
|
+
renderedRevision_: any;
|
|
123
|
+
/**
|
|
124
|
+
* @param {import("../../Map.js").FrameState} frameState Frame state.
|
|
125
|
+
* @param {import("../../extent.js").Extent} extent The extent to be rendered.
|
|
126
|
+
* @param {number} initialZ The zoom level.
|
|
127
|
+
* @param {TileLookup} tilesByZ Lookup of tiles by zoom level.
|
|
128
|
+
* @param {number} preload Number of additional levels to load.
|
|
129
|
+
*/
|
|
130
|
+
enqueueTiles(frameState: import("../../Map.js").FrameState, extent: import("../../extent.js").Extent, initialZ: number, tilesByZ: TileLookup, preload: number): void;
|
|
131
|
+
/**
|
|
132
|
+
* Look for tiles covering the provided tile coordinate at an alternate
|
|
133
|
+
* zoom level. Loaded tiles will be added to the provided tile texture lookup.
|
|
134
|
+
* @param {import("../../tilecoord.js").TileCoord} tileCoord The target tile coordinate.
|
|
135
|
+
* @param {TileLookup} tilesByZ Lookup of tiles by zoom level.
|
|
136
|
+
* @return {boolean} The tile coordinate is covered by loaded tiles at the alternate zoom level.
|
|
137
|
+
* @private
|
|
138
|
+
*/
|
|
139
|
+
private findStaleTile_;
|
|
140
|
+
/**
|
|
141
|
+
* Look for tiles covering the provided tile coordinate at an alternate
|
|
142
|
+
* zoom level. Loaded tiles will be added to the provided tile texture lookup.
|
|
143
|
+
* @param {import("../../tilegrid/TileGrid.js").default} tileGrid The tile grid.
|
|
144
|
+
* @param {import("../../tilecoord.js").TileCoord} tileCoord The target tile coordinate.
|
|
145
|
+
* @param {number} altZ The alternate zoom level.
|
|
146
|
+
* @param {TileLookup} tilesByZ Lookup of tiles by zoom level.
|
|
147
|
+
* @return {boolean} The tile coordinate is covered by loaded tiles at the alternate zoom level.
|
|
148
|
+
* @private
|
|
149
|
+
*/
|
|
150
|
+
private findAltTiles_;
|
|
78
151
|
/**
|
|
79
152
|
* Render the layer.
|
|
153
|
+
*
|
|
154
|
+
* The frame rendering logic has three parts:
|
|
155
|
+
*
|
|
156
|
+
* 1. Enqueue tiles
|
|
157
|
+
* 2. Find alt tiles for those that are not yet loaded
|
|
158
|
+
* 3. Render loaded tiles
|
|
159
|
+
*
|
|
80
160
|
* @param {import("../../Map.js").FrameState} frameState Frame state.
|
|
81
161
|
* @param {HTMLElement} target Target that may be used to render content to.
|
|
82
162
|
* @return {HTMLElement} The rendered element.
|
|
83
163
|
*/
|
|
84
164
|
renderFrame(frameState: import("../../Map.js").FrameState, target: HTMLElement): HTMLElement;
|
|
85
165
|
/**
|
|
86
|
-
*
|
|
166
|
+
* Increases the cache size if needed
|
|
167
|
+
* @param {number} tileCount Minimum number of tiles needed.
|
|
168
|
+
*/
|
|
169
|
+
updateCacheSize(tileCount: number): void;
|
|
170
|
+
/**
|
|
171
|
+
* @param {import("../../Tile.js").default} tile Tile.
|
|
87
172
|
* @param {import("../../Map.js").FrameState} frameState Frame state.
|
|
88
173
|
* @param {number} x Left of the tile.
|
|
89
174
|
* @param {number} y Top of the tile.
|
|
@@ -91,8 +176,9 @@ declare class CanvasTileLayerRenderer<LayerType extends import("../../layer/Tile
|
|
|
91
176
|
* @param {number} h Height of the tile.
|
|
92
177
|
* @param {number} gutter Tile gutter.
|
|
93
178
|
* @param {boolean} transition Apply an alpha transition.
|
|
179
|
+
* @protected
|
|
94
180
|
*/
|
|
95
|
-
|
|
181
|
+
protected drawTile(tile: import("../../Tile.js").default, frameState: import("../../Map.js").FrameState, x: number, y: number, w: number, h: number, gutter: number, transition: boolean): void;
|
|
96
182
|
/**
|
|
97
183
|
* @return {HTMLCanvasElement} Image
|
|
98
184
|
*/
|
|
@@ -104,12 +190,6 @@ declare class CanvasTileLayerRenderer<LayerType extends import("../../layer/Tile
|
|
|
104
190
|
* @protected
|
|
105
191
|
*/
|
|
106
192
|
protected getTileImage(tile: import("../../ImageTile.js").default): HTMLCanvasElement | HTMLImageElement | HTMLVideoElement;
|
|
107
|
-
/**
|
|
108
|
-
* @param {import("../../Map.js").FrameState} frameState Frame state.
|
|
109
|
-
* @param {import("../../source/Tile.js").default} tileSource Tile source.
|
|
110
|
-
* @protected
|
|
111
|
-
*/
|
|
112
|
-
protected scheduleExpireCache(frameState: import("../../Map.js").FrameState, tileSource: import("../../source/Tile.js").default): void;
|
|
113
193
|
/**
|
|
114
194
|
* @param {!Object<string, !Object<string, boolean>>} usedTiles Used tiles.
|
|
115
195
|
* @param {import("../../source/Tile.js").default} tileSource Tile source.
|
|
@@ -121,25 +201,7 @@ declare class CanvasTileLayerRenderer<LayerType extends import("../../layer/Tile
|
|
|
121
201
|
[x: string]: boolean;
|
|
122
202
|
};
|
|
123
203
|
}, tileSource: import("../../source/Tile.js").default, tile: import('../../Tile.js').default): void;
|
|
124
|
-
/**
|
|
125
|
-
* Manage tile pyramid.
|
|
126
|
-
* This function performs a number of functions related to the tiles at the
|
|
127
|
-
* current zoom and lower zoom levels:
|
|
128
|
-
* - registers idle tiles in frameState.wantedTiles so that they are not
|
|
129
|
-
* discarded by the tile queue
|
|
130
|
-
* - enqueues missing tiles
|
|
131
|
-
* @param {import("../../Map.js").FrameState} frameState Frame state.
|
|
132
|
-
* @param {import("../../source/Tile.js").default} tileSource Tile source.
|
|
133
|
-
* @param {import("../../tilegrid/TileGrid.js").default} tileGrid Tile grid.
|
|
134
|
-
* @param {number} pixelRatio Pixel ratio.
|
|
135
|
-
* @param {import("../../proj/Projection.js").default} projection Projection.
|
|
136
|
-
* @param {import("../../extent.js").Extent} extent Extent.
|
|
137
|
-
* @param {number} currentZ Current Z.
|
|
138
|
-
* @param {number} preload Load low resolution tiles up to `preload` levels.
|
|
139
|
-
* @param {function(import("../../Tile.js").default):void} [tileCallback] Tile callback.
|
|
140
|
-
* @protected
|
|
141
|
-
*/
|
|
142
|
-
protected manageTilePyramid(frameState: import("../../Map.js").FrameState, tileSource: import("../../source/Tile.js").default, tileGrid: import("../../tilegrid/TileGrid.js").default, pixelRatio: number, projection: import("../../proj/Projection.js").default, extent: import("../../extent.js").Extent, currentZ: number, preload: number, tileCallback?: ((arg0: import("../../Tile.js").default) => void) | undefined): void;
|
|
143
204
|
}
|
|
144
205
|
import CanvasLayerRenderer from './Layer.js';
|
|
206
|
+
import LRUCache from '../../structs/LRUCache.js';
|
|
145
207
|
//# sourceMappingURL=TileLayer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TileLayer.d.ts","sourceRoot":"","sources":["TileLayer.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TileLayer.d.ts","sourceRoot":"","sources":["TileLayer.js"],"names":[],"mappings":";;QAyCoB,MAAM,GAAE,IAAI,OAAO,eAAe,EAAE,OAAO,CAAC;;;;;;;;AAiEhE;;;GAGG;AAEH;;;;;;GAMG;AACH;IACE;;;OAGG;IACH,uBAHW,SAAS,iCAyFnB;IAjFC;;;OAGG;IACH,eAFU,OAAO,CAEQ;IAEzB;;;OAGG;IACH,gBAFU,OAAO,CAEU;IAE3B;;;OAGG;IACH,wBAA2B;IAE3B;;;OAGG;IACH,8BAFU,MAAM,CAEO;IAEvB;;;OAGG;IACH,8BAFU,OAAO,0BAA0B,EAAE,OAAO,CAEtB;IAE9B;;;OAGG;IACH,4BAFU,MAAM,CAEK;IAErB;;;OAGG;IACH,yBAFW,MAAM,OAAO,eAAe,EAAE,OAAO,CAAC,CAE1B;IAEvB;;;OAGG;IACH,2BAAuB;IAEvB;;;OAGG;IACH,gCAA4B;IAE5B;;;OAGG;IACH,sBAFU,OAAO,iBAAiB,EAAE,MAAM,CAEX;IAE/B;;;OAGG;IACH,uBAA+C;IAE/C;;;OAGG;IACH,uBAA8C;IAI9C;;;OAGG;IACH,mBAAyC;IAK3C;;OAEG;IACH,8BAEC;IAED;;;;;;;;;OASG;IACH,6BAPW,MAAM,KACN,MAAM,KACN,MAAM,cACN,OAAO,cAAc,EAAE,UAAU,GAChC,OAAO,eAAe,EAAE,OAAO,GAAC,IAAI,CA4B/C;IAED;;;;;;;OAOG;IACH,qBAPW,MAAM,KACN,MAAM,KACN,MAAM,cACN,OAAO,cAAc,EAAE,UAAU,GAChC,OAAO,eAAe,EAAE,OAAO,GAAC,IAAI,CAS/C;IAED;;;OAGG;IACH,eAHW,OAAO,gBAAgB,EAAE,KAAK,GAC7B,iBAAiB,CA4E5B;IAcG,uBAAuC;IAU3C;;;;;;OAMG;IACH,yBANW,OAAO,cAAc,EAAE,UAAU,UACjC,OAAO,iBAAiB,EAAE,MAAM,YAChC,MAAM,YACN,UAAU,WACV,MAAM,QAoEhB;IAED;;;;;;;OAOG;IACH,uBAkBC;IAED;;;;;;;;;OASG;IACH,sBAgCC;IAED;;;;;;;;;;;;OAYG;IACH,wBAJW,OAAO,cAAc,EAAE,UAAU,UACjC,WAAW,GACV,WAAW,CA4TtB;IAED;;;OAGG;IACH,2BAFW,MAAM,QAOhB;IAED;;;;;;;;;;OAUG;IACH,yBAVW,OAAO,eAAe,EAAE,OAAO,cAC/B,OAAO,cAAc,EAAE,UAAU,KACjC,MAAM,KACN,MAAM,KACN,MAAM,KACN,MAAM,UACN,MAAM,cACN,OAAO,QAiDjB;IAED;;OAEG;IACH,YAFY,iBAAiB,CAK5B;IAED;;;;;OAKG;IACH,6BAJW,OAAO,oBAAoB,EAAE,OAAO,GACnC,iBAAiB,GAAC,gBAAgB,GAAC,gBAAgB,CAK9D;IAED;;;;;OAKG;IACH;YALmB,MAAM;gBAAU,MAAM,GAAE,OAAO;;mBACvC,OAAO,sBAAsB,EAAE,OAAO,QACtC,OAAO,eAAe,EAAE,OAAO,QAUzC;CACF;gCAp7B+B,YAAY;qBAGvB,2BAA2B"}
|