@window-splitter/vue 1.0.2 β†’ 1.1.1--canary.9d2f98a.0

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,15 +1,14 @@
1
1
 
2
2
  
3
- > @window-splitter/vue@1.0.1 build /Users/andrew/Documents/react-window-splitter/packages/vue
3
+ > @window-splitter/vue@1.1.0 build /Users/alisowski/Documents/react-window-splitter/packages/vue
4
4
  > vite build
5
5
 
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
6
  vite v6.3.3 building for production...
8
- transforming (1) src/index.tstransforming (10) ../interface/dist/esm/move.jsβœ“ 14 modules transformed.
7
+ transforming (1) src/index.tsβœ“ 14 modules transformed.
9
8
  rendering chunks (1)...
10
9
  [vite:dts] Start generate declaration files...
11
- computing gzip size (0)...computing gzip size (1)...dist/index.mjs 52.72 kB β”‚ gzip: 14.31 kB β”‚ map: 166.10 kB
12
- [vite:dts] Declaration files built in 2334ms.
10
+ computing gzip size (0)...computing gzip size (1)...dist/index.mjs 54.61 kB β”‚ gzip: 14.76 kB β”‚ map: 172.06 kB
11
+ [vite:dts] Declaration files built in 1150ms.
13
12
  
14
- rendering chunks (1)...computing gzip size (1)...dist/index.js 37.96 kB β”‚ gzip: 12.41 kB β”‚ map: 162.32 kB
15
- βœ“ built in 2.70s
13
+ rendering chunks (1)...computing gzip size (1)...dist/index.js 39.27 kB β”‚ gzip: 12.72 kB β”‚ map: 168.11 kB
14
+ βœ“ built in 1.35s
@@ -0,0 +1,18 @@
1
+
2
+ 
3
+ > @window-splitter/vue@1.1.0 lint /Users/alisowski/Documents/react-window-splitter/packages/vue
4
+ > eslint .
5
+
6
+ =============
7
+
8
+ WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
9
+
10
+ You may find that it works just fine, or you may not.
11
+
12
+ SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0
13
+
14
+ YOUR TYPESCRIPT VERSION: 5.8.3
15
+
16
+ Please only submit bug reports when using the officially supported version.
17
+
18
+ =============
@@ -0,0 +1,398 @@
1
+
2
+ 
3
+ > @window-splitter/vue@1.1.0 test /Users/alisowski/Documents/react-window-splitter/packages/vue
4
+ > CI=true vitest
5
+
6
+ [?25l
7
+  RUN  v3.1.2 /Users/alisowski/Documents/react-window-splitter/packages/vue
8
+
9
+ Failed to resolve dependency: @vitest/browser > @testing-library/user-event, present in client 'optimizeDeps.include'
10
+ stderr | src/VueWindowSplitter.test.ts > horizontal layout
11
+ [@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
12
+ stderr | src/VueWindowSplitter.test.ts > vertical layout
13
+ [@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
14
+ stderr | src/VueWindowSplitter.test.ts > Conditional Panels
15
+ [@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
16
+ stderr | src/VueWindowSplitter.test.ts > Dynamic constraints
17
+ [@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
18
+ stderr | src/VueWindowSplitter.test.ts > Autosave > localStorage
19
+ [@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
20
+ stderr | src/VueWindowSplitter.test.ts > Autosave > callback
21
+ [@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
22
+ stderr | src/VueWindowSplitter.test.ts > Autosave > cookie
23
+ [@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
24
+ stderr | src/VueWindowSplitter.test.ts > Keyboard interactions with collapsed panels
25
+ [@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
26
+ ❯  chromium  src/VueWindowSplitter.test.ts (10 tests | 1 failed) 27989ms
27
+ βœ“ horizontal layout  3552ms
28
+ βœ“ vertical layout  1267ms
29
+ βœ“ Conditional Panels 169ms
30
+ βœ“ Dynamic constraints  363ms
31
+ βœ“ Autosave > localStorage  1268ms
32
+ βœ“ Autosave > callback  4521ms
33
+ βœ“ Autosave > cookie  1266ms
34
+  Γ— Keyboard interactions with collapsed panels 4254ms
35
+  β†’
36
+ Expected: 209px 10px 169px 10px 100px
37
+ Got : 209.046875px 10px 158.171875px 10px 110.765625px
38
+
39
+ Ignored nodes: comments, script, style
40
+ <html
41
+ lang="en"
42
+ >
43
+ <head>
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+ <meta
55
+ charset="UTF-8"
56
+ />
57
+
58
+
59
+ <link
60
+ href="/__vitest__/favicon.svg"
61
+ rel="icon"
62
+ type="image/svg+xml"
63
+ />
64
+
65
+
66
+ <meta
67
+ content="width=device-width, initial-scale=1.0"
68
+ name="viewport"
69
+ />
70
+
71
+
72
+ <title>
73
+ Vitest Browser Tester
74
+ </title>
75
+
76
+
77
+
78
+
79
+ <link
80
+ crossorigin=""
81
+ href="/__vitest_browser__/utils-Owv5OOOf.js"
82
+ rel="modulepreload"
83
+ />
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+ </head>
95
+
96
+
97
+ <body
98
+ style="cursor: auto;"
99
+ >
100
+
101
+
102
+
103
+
104
+ <div
105
+ data-v-app=""
106
+ >
107
+ <div
108
+ class="panel-group"
109
+ data-panel-group-wrapper=""
110
+ id="v-0"
111
+ style="height: 100%; display: grid; grid-template-columns: 209.047px 10px 158.1px 10px 110.853px;"
112
+ >
113
+
114
+ <div
115
+ data-collapsed="false"
116
+ data-splitter-group-id="v-0"
117
+ data-splitter-id="v-1"
118
+ data-splitter-type="panel"
119
+ id="v-1"
120
+ style="min-width: 0px; min-height: 0px; overflow: hidden; border: 10px solid green; box-sizing: border-box;"
121
+ >
122
+
123
+ <div>
124
+ 1
125
+ </div>
126
+
127
+ </div>
128
+ <div
129
+ aria-controls="v-1"
130
+ aria-disabled="false"
131
+ aria-label="Resize Handle"
132
+ aria-valuemax="100"
133
+ aria-valuemin="0.20080321285140562"
134
+ aria-valuenow="0.41977284136546184"
135
+ class="panel-resizer"
136
+ data-handle-orientation="horizontal"
137
+ data-splitter-group-id="v-0"
138
+ data-splitter-id="v-2"
139
+ data-splitter-type="handle"
140
+ data-state="idle"
141
+ id="v-2"
142
+ role="separator"
143
+ style="cursor: w-resize; width: 10px; height: 100%;"
144
+ tabindex="0"
145
+ >
146
+
147
+
148
+ </div>
149
+ <div
150
+ class="panel"
151
+ data-splitter-group-id="v-0"
152
+ data-splitter-id="v-3"
153
+ data-splitter-type="panel"
154
+ id="v-3"
155
+ style="min-width: 0px; min-height: 0px; overflow: hidden;"
156
+ >
157
+
158
+ <div>
159
+ 2
160
+ </div>
161
+
162
+ </div>
163
+ <div
164
+ aria-controls="v-3"
165
+ aria-disabled="false"
166
+ aria-label="Resize Handle"
167
+ aria-valuemax="100"
168
+ aria-valuemin="0.20080321285140562"
169
+ aria-valuenow="0.31747043805313846"
170
+ class="panel-resizer"
171
+ data-handle-orientation="horizontal"
172
+ data-splitter-group-id="v-0"
173
+ data-splitter-id="resizer-2"
174
+ data-splitter-type="handle"
175
+ data-state="idle"
176
+ id="resizer-2"
177
+ role="separator"
178
+ style="cursor: w-resize; width: 10px; height: 100%;"
179
+ tabindex="0"
180
+ >
181
+
182
+
183
+ </div>
184
+ <div
185
+ data-collapsed="false"
186
+ data-splitter-group-id="v-0"
187
+ data-splitter-id="v-4"
188
+ data-splitter-type="panel"
189
+ id="v-4"
190
+ style="min-width: 0px; min-height: 0px; overflow: hidden; border: 10px solid blue; box-sizing: border-box;"
191
+ >
192
+
193
+ <div>
194
+ 3
195
+ </div>
196
+
197
+ </div>
198
+
199
+ </div>
200
+ </div>
201
+ </body>
202
+ </html>...
203
+ βœ“ imperative panel API > panel group 157ms
204
+ βœ“ imperative panel API > panel  11171ms
205
+
206
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
207
+
208
+  FAIL   chromium  src/VueWindowSplitter.test.ts > Keyboard interactions with collapsed panels
209
+ Error:
210
+ Expected: 209px 10px 169px 10px 100px
211
+ Got : 209.046875px 10px 158.171875px 10px 110.765625px
212
+
213
+ Ignored nodes: comments, script, style
214
+ <html
215
+ lang="en"
216
+ >
217
+ <head>
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+ <meta
229
+ charset="UTF-8"
230
+ />
231
+
232
+
233
+ <link
234
+ href="/__vitest__/favicon.svg"
235
+ rel="icon"
236
+ type="image/svg+xml"
237
+ />
238
+
239
+
240
+ <meta
241
+ content="width=device-width, initial-scale=1.0"
242
+ name="viewport"
243
+ />
244
+
245
+
246
+ <title>
247
+ Vitest Browser Tester
248
+ </title>
249
+
250
+
251
+
252
+
253
+ <link
254
+ crossorigin=""
255
+ href="/__vitest_browser__/utils-Owv5OOOf.js"
256
+ rel="modulepreload"
257
+ />
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+ </head>
269
+
270
+
271
+ <body
272
+ style="cursor: auto;"
273
+ >
274
+
275
+
276
+
277
+
278
+ <div
279
+ data-v-app=""
280
+ >
281
+ <div
282
+ class="panel-group"
283
+ data-panel-group-wrapper=""
284
+ id="v-0"
285
+ style="height: 100%; display: grid; grid-template-columns: 209.047px 10px 158.1px 10px 110.853px;"
286
+ >
287
+
288
+ <div
289
+ data-collapsed="false"
290
+ data-splitter-group-id="v-0"
291
+ data-splitter-id="v-1"
292
+ data-splitter-type="panel"
293
+ id="v-1"
294
+ style="min-width: 0px; min-height: 0px; overflow: hidden; border: 10px solid green; box-sizing: border-box;"
295
+ >
296
+
297
+ <div>
298
+ 1
299
+ </div>
300
+
301
+ </div>
302
+ <div
303
+ aria-controls="v-1"
304
+ aria-disabled="false"
305
+ aria-label="Resize Handle"
306
+ aria-valuemax="100"
307
+ aria-valuemin="0.20080321285140562"
308
+ aria-valuenow="0.41977284136546184"
309
+ class="panel-resizer"
310
+ data-handle-orientation="horizontal"
311
+ data-splitter-group-id="v-0"
312
+ data-splitter-id="v-2"
313
+ data-splitter-type="handle"
314
+ data-state="idle"
315
+ id="v-2"
316
+ role="separator"
317
+ style="cursor: w-resize; width: 10px; height: 100%;"
318
+ tabindex="0"
319
+ >
320
+
321
+
322
+ </div>
323
+ <div
324
+ class="panel"
325
+ data-splitter-group-id="v-0"
326
+ data-splitter-id="v-3"
327
+ data-splitter-type="panel"
328
+ id="v-3"
329
+ style="min-width: 0px; min-height: 0px; overflow: hidden;"
330
+ >
331
+
332
+ <div>
333
+ 2
334
+ </div>
335
+
336
+ </div>
337
+ <div
338
+ aria-controls="v-3"
339
+ aria-disabled="false"
340
+ aria-label="Resize Handle"
341
+ aria-valuemax="100"
342
+ aria-valuemin="0.20080321285140562"
343
+ aria-valuenow="0.31747043805313846"
344
+ class="panel-resizer"
345
+ data-handle-orientation="horizontal"
346
+ data-splitter-group-id="v-0"
347
+ data-splitter-id="resizer-2"
348
+ data-splitter-type="handle"
349
+ data-state="idle"
350
+ id="resizer-2"
351
+ role="separator"
352
+ style="cursor: w-resize; width: 10px; height: 100%;"
353
+ tabindex="0"
354
+ >
355
+
356
+
357
+ </div>
358
+ <div
359
+ data-collapsed="false"
360
+ data-splitter-group-id="v-0"
361
+ data-splitter-id="v-4"
362
+ data-splitter-type="panel"
363
+ id="v-4"
364
+ style="min-width: 0px; min-height: 0px; overflow: hidden; border: 10px solid blue; box-sizing: border-box;"
365
+ >
366
+
367
+ <div>
368
+ 3
369
+ </div>
370
+
371
+ </div>
372
+
373
+ </div>
374
+ </div>
375
+ </body>
376
+ </html>...
377
+
378
+ Failure screenshot:
379
+ - src/__screenshots__/VueWindowSplitter.test.ts/Keyboard-interactions-with-collapsed-panels-1.png
380
+
381
+  ❯ expectTemplate ../interface/src/test.ts:98:16
382
+  ❯ src/VueWindowSplitter.test.ts:175:8
383
+ 173|  const resizer2 = document.getElementById("resizer-2")!;
384
+ 174|  fireEvent.keyDown(resizer2, { key: "Enter" });
385
+ 175|  await expectTemplate(handle.value!, "209px 10px 169px 10px 100px");
386
+  |  ^
387
+ 176| 
388
+ 177|  fireEvent.keyDown(resizer2, { key: "ArrowLeft" });
389
+
390
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯
391
+
392
+
393
+  Test Files  1 failed (1)
394
+  Tests  1 failed | 9 passed (10)
395
+  Start at  10:11:10
396
+  Duration  29.42s (transform 0ms, setup 0ms, collect 497ms, tests 27.99s, environment 0ms, prepare 12ms)
397
+
398
+ [?25h ELIFECYCLE  Test failed. See above for more details.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v1.1.0 (Mon May 26 2025)
2
+
3
+ #### πŸš€ Enhancement
4
+
5
+ - Add "shiftAmount" prop [#64](https://github.com/hipstersmoothie/window-splitter/pull/64) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6
+
7
+ #### πŸ› Bug Fix
8
+
9
+ - update tests ([@hipstersmoothie](https://github.com/hipstersmoothie))
10
+ - Add "shiftAmount" prop ([@hipstersmoothie](https://github.com/hipstersmoothie))
11
+
12
+ #### Authors: 1
13
+
14
+ - Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
15
+
16
+ ---
17
+
1
18
  # v0.8.7 (Sun May 11 2025)
2
19
 
3
20
  #### πŸ› Bug Fix
@@ -12,9 +12,9 @@ declare function __VLS_template(): {
12
12
  };
13
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
14
  declare const __VLS_component: import('vue').DefineComponent<PanelProps, {
15
- collapse: () => void;
15
+ collapse: () => Promise<void>;
16
16
  isCollapsed: () => boolean;
17
- expand: () => void;
17
+ expand: () => Promise<void>;
18
18
  isExpanded: () => boolean;
19
19
  getId: () => string;
20
20
  getPixelSize: () => number;
@@ -1 +1 @@
1
- {"version":3,"file":"Panel.vue.d.ts","sourceRoot":"","sources":["../src/Panel.vue"],"names":[],"mappings":"AAqMA,OAAO,EAGL,gBAAgB,EACjB,MAAM,4BAA4B,CAAC;AAsBpC,KAAK,UAAU,GAAG,gBAAgB,CAAC,OAAO,CAAC,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAuK9D,iBAAS,cAAc;WAuBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Panel.vue.d.ts","sourceRoot":"","sources":["../src/Panel.vue"],"names":[],"mappings":"AAyMA,OAAO,EAGL,gBAAgB,EACjB,MAAM,4BAA4B,CAAC;AAsBpC,KAAK,UAAU,GAAG,gBAAgB,CAAC,OAAO,CAAC,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AA2K9D,iBAAS,cAAc;WAuBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PanelGroup.vue.d.ts","sourceRoot":"","sources":["../src/PanelGroup.vue"],"names":[],"mappings":"AAwKA,OAAO,EAGL,qBAAqB,EACtB,MAAM,4BAA4B,CAAC;AAsBpC,KAAK,eAAe,GAAG,qBAAqB,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAoI/D,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;kBASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"PanelGroup.vue.d.ts","sourceRoot":"","sources":["../src/PanelGroup.vue"],"names":[],"mappings":"AA0KA,OAAO,EAGL,qBAAqB,EACtB,MAAM,4BAA4B,CAAC;AAsBpC,KAAK,eAAe,GAAG,qBAAqB,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAsI/D,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;kBASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}