@byeolnaerim/flex-layout 0.0.9 → 0.0.10
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/dist/flex-layout/components/FlexLayout.cjs +1 -110
- package/dist/flex-layout/components/FlexLayout.js +1 -85
- package/dist/flex-layout/components/FlexLayoutContainer.cjs +1 -262
- package/dist/flex-layout/components/FlexLayoutContainer.js +1 -232
- package/dist/flex-layout/components/FlexLayoutIFramePane.cjs +1 -68
- package/dist/flex-layout/components/FlexLayoutIFramePane.js +1 -44
- package/dist/flex-layout/components/FlexLayoutResizePanel.cjs +1 -246
- package/dist/flex-layout/components/FlexLayoutResizePanel.js +1 -216
- package/dist/flex-layout/components/FlexLayoutSplitScreen.cjs +1 -1252
- package/dist/flex-layout/components/FlexLayoutSplitScreen.js +1 -1236
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBox.cjs +1 -532
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBox.js +1 -509
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxContainer.cjs +1 -55
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxContainer.js +1 -25
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxItem.cjs +1 -63
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxItem.js +1 -33
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxTitleMore.cjs +1 -53
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxTitleMore.js +1 -23
- package/dist/flex-layout/components/FlexLayoutSplitScreenScrollBox.cjs +1 -133
- package/dist/flex-layout/components/FlexLayoutSplitScreenScrollBox.js +1 -107
- package/dist/flex-layout/components/FlexLayoutStickyBox.cjs +1 -245
- package/dist/flex-layout/components/FlexLayoutStickyBox.js +1 -229
- package/dist/flex-layout/components/index.cjs +1 -57
- package/dist/flex-layout/components/index.js +1 -17
- package/dist/flex-layout/hooks/index.cjs +1 -25
- package/dist/flex-layout/hooks/index.js +1 -3
- package/dist/flex-layout/hooks/useDrag.cjs +1 -289
- package/dist/flex-layout/hooks/useDrag.d.ts +15 -0
- package/dist/flex-layout/hooks/useDrag.js +1 -258
- package/dist/flex-layout/hooks/useFlexLayoutSplitScreen.cjs +1 -139
- package/dist/flex-layout/hooks/useFlexLayoutSplitScreen.js +1 -118
- package/dist/flex-layout/hooks/useListPaging.cjs +1 -212
- package/dist/flex-layout/hooks/useListPaging.js +1 -191
- package/dist/flex-layout/hooks/useSizes.cjs +1 -126
- package/dist/flex-layout/hooks/useSizes.js +1 -101
- package/dist/flex-layout/index.cjs +1 -31
- package/dist/flex-layout/index.js +1 -6
- package/dist/flex-layout/providers/FlexLayoutContext.cjs +1 -49
- package/dist/flex-layout/providers/FlexLayoutContext.js +1 -24
- package/dist/flex-layout/providers/FlexLayoutHooks.cjs +1 -276
- package/dist/flex-layout/providers/FlexLayoutHooks.d.ts +5 -1
- package/dist/flex-layout/providers/FlexLayoutHooks.js +1 -263
- package/dist/flex-layout/providers/index.cjs +1 -23
- package/dist/flex-layout/providers/index.js +1 -2
- package/dist/flex-layout/store/FlexLayoutContainerStore.cjs +1 -257
- package/dist/flex-layout/store/FlexLayoutContainerStore.js +1 -206
- package/dist/flex-layout/store/index.cjs +1 -23
- package/dist/flex-layout/store/index.js +1 -2
- package/dist/flex-layout/styles/FlexLayout.module.css +473 -416
- package/dist/flex-layout/types/FlexDirectionTypes.cjs +1 -17
- package/dist/flex-layout/types/FlexDirectionTypes.js +0 -1
- package/dist/flex-layout/types/FlexLayoutTypes.cjs +1 -17
- package/dist/flex-layout/types/FlexLayoutTypes.js +0 -1
- package/dist/flex-layout/utils/FlexLayoutUtils.cjs +1 -245
- package/dist/flex-layout/utils/FlexLayoutUtils.js +1 -211
- package/dist/flex-layout/utils/index.cjs +1 -23
- package/dist/flex-layout/utils/index.js +1 -2
- package/dist/index.cjs +1 -23
- package/dist/index.js +1 -2
- package/dist/types/css.d.cjs +0 -1
- package/dist/types/css.d.js +0 -1
- package/package.json +116 -113
- package/dist/flex-layout/components/FlexLayout.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayout.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutContainer.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutContainer.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutIFramePane.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutIFramePane.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutResizePanel.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutResizePanel.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreen.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreen.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBox.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBox.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxContainer.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxContainer.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxItem.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxItem.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxTitleMore.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenDragBoxTitleMore.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenScrollBox.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutSplitScreenScrollBox.js.map +0 -1
- package/dist/flex-layout/components/FlexLayoutStickyBox.cjs.map +0 -1
- package/dist/flex-layout/components/FlexLayoutStickyBox.js.map +0 -1
- package/dist/flex-layout/components/index.cjs.map +0 -1
- package/dist/flex-layout/components/index.js.map +0 -1
- package/dist/flex-layout/hooks/index.cjs.map +0 -1
- package/dist/flex-layout/hooks/index.js.map +0 -1
- package/dist/flex-layout/hooks/useDrag.cjs.map +0 -1
- package/dist/flex-layout/hooks/useDrag.js.map +0 -1
- package/dist/flex-layout/hooks/useFlexLayoutSplitScreen.cjs.map +0 -1
- package/dist/flex-layout/hooks/useFlexLayoutSplitScreen.js.map +0 -1
- package/dist/flex-layout/hooks/useListPaging.cjs.map +0 -1
- package/dist/flex-layout/hooks/useListPaging.js.map +0 -1
- package/dist/flex-layout/hooks/useSizes.cjs.map +0 -1
- package/dist/flex-layout/hooks/useSizes.js.map +0 -1
- package/dist/flex-layout/index.cjs.map +0 -1
- package/dist/flex-layout/index.js.map +0 -1
- package/dist/flex-layout/providers/FlexLayoutContext.cjs.map +0 -1
- package/dist/flex-layout/providers/FlexLayoutContext.js.map +0 -1
- package/dist/flex-layout/providers/FlexLayoutHooks.cjs.map +0 -1
- package/dist/flex-layout/providers/FlexLayoutHooks.js.map +0 -1
- package/dist/flex-layout/providers/index.cjs.map +0 -1
- package/dist/flex-layout/providers/index.js.map +0 -1
- package/dist/flex-layout/store/FlexLayoutContainerStore.cjs.map +0 -1
- package/dist/flex-layout/store/FlexLayoutContainerStore.js.map +0 -1
- package/dist/flex-layout/store/index.cjs.map +0 -1
- package/dist/flex-layout/store/index.js.map +0 -1
- package/dist/flex-layout/types/FlexDirectionTypes.cjs.map +0 -1
- package/dist/flex-layout/types/FlexDirectionTypes.js.map +0 -1
- package/dist/flex-layout/types/FlexLayoutTypes.cjs.map +0 -1
- package/dist/flex-layout/types/FlexLayoutTypes.js.map +0 -1
- package/dist/flex-layout/utils/FlexLayoutUtils.cjs.map +0 -1
- package/dist/flex-layout/utils/FlexLayoutUtils.js.map +0 -1
- package/dist/flex-layout/utils/index.cjs.map +0 -1
- package/dist/flex-layout/utils/index.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/metafile-cjs.json +0 -1
- package/dist/metafile-esm.json +0 -1
- package/dist/types/css.d.cjs.map +0 -1
- package/dist/types/css.d.js.map +0 -1
|
@@ -1,416 +1,473 @@
|
|
|
1
|
-
.flex-layout {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
scrollbar-width: none; */
|
|
10
|
-
|
|
11
|
-
display: none;
|
|
12
|
-
} */
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
1
|
+
.flex-layout {
|
|
2
|
+
display: flex;
|
|
3
|
+
height: 100%;
|
|
4
|
+
width: 100%;
|
|
5
|
+
overflow: auto;
|
|
6
|
+
overflow-wrap: revert;
|
|
7
|
+
position: relative;
|
|
8
|
+
/* -ms-overflow-style: none;
|
|
9
|
+
scrollbar-width: none; */
|
|
10
|
+
/* &::-webkit-scrollbar {
|
|
11
|
+
display: none;
|
|
12
|
+
} */
|
|
13
|
+
&[data-direction="column"] {
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
& > .flex-resize-panel {
|
|
16
|
+
height: 4px;
|
|
17
|
+
width: auto;
|
|
18
|
+
cursor: ns-resize;
|
|
19
|
+
&:hover > .hover,
|
|
20
|
+
& > .hover[data-is_hover],
|
|
21
|
+
&:active > .hover {
|
|
22
|
+
height: 3px;
|
|
23
|
+
width: 100%;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
& > .flex-container > .flex-content-fit-wrapper {
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: fit-content;
|
|
29
|
+
& > * {
|
|
30
|
+
width: 100%;
|
|
31
|
+
height: fit-content;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&[data-direction="row"] {
|
|
37
|
+
flex-direction: row;
|
|
38
|
+
& > .flex-resize-panel {
|
|
39
|
+
width: 4px;
|
|
40
|
+
height: auto;
|
|
41
|
+
cursor: ew-resize;
|
|
42
|
+
&:hover > .hover,
|
|
43
|
+
& > .hover[data-is_hover],
|
|
44
|
+
&:active > .hover {
|
|
45
|
+
width: 3px;
|
|
46
|
+
height: 100%;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
& > .flex-container > .flex-content-fit-wrapper {
|
|
50
|
+
width: fit-content;
|
|
51
|
+
height: 100%;
|
|
52
|
+
& > * {
|
|
53
|
+
width: fit-content;
|
|
54
|
+
height: 100%;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
& > .flex-container {
|
|
59
|
+
overflow: hidden;
|
|
60
|
+
box-sizing: border-box;
|
|
61
|
+
&[data-is_resize_panel="true"] {
|
|
62
|
+
flex: 1 1 0%;
|
|
63
|
+
}
|
|
64
|
+
&[data-is_resize_panel="false"] {
|
|
65
|
+
flex: 0 0 0%;
|
|
66
|
+
}
|
|
67
|
+
& > *:not(.flex-content-fit-wrapper) {
|
|
68
|
+
width: 100%;
|
|
69
|
+
height: 100%;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
& .flex-resize-panel {
|
|
73
|
+
background-color: rgb(115 115 115);
|
|
74
|
+
z-index: 1001;
|
|
75
|
+
display: flex;
|
|
76
|
+
justify-content: center;
|
|
77
|
+
align-items: center;
|
|
78
|
+
flex: 0 0 0.1%;
|
|
79
|
+
position: relative;
|
|
80
|
+
-moz-user-select: -moz-none;
|
|
81
|
+
-khtml-user-select: none;
|
|
82
|
+
-webkit-user-select: none;
|
|
83
|
+
-ms-user-select: none;
|
|
84
|
+
user-select: none;
|
|
85
|
+
right: 0;
|
|
86
|
+
bottom: 0;
|
|
87
|
+
|
|
88
|
+
&:hover,
|
|
89
|
+
&:active {
|
|
90
|
+
animation-name: drag-panel-hover;
|
|
91
|
+
animation-fill-mode: forwards;
|
|
92
|
+
animation-direction: normal;
|
|
93
|
+
animation-duration: 0.3s;
|
|
94
|
+
animation-iteration-count: 1;
|
|
95
|
+
animation-timing-function: cubic-bezier(1, -0.37, 0.73, 0.8);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&:hover > .hover,
|
|
99
|
+
& > .hover[data-is_hover],
|
|
100
|
+
&:active > .hover {
|
|
101
|
+
background-color: #0066ffb5;
|
|
102
|
+
z-index: 3002;
|
|
103
|
+
position: absolute;
|
|
104
|
+
display: block;
|
|
105
|
+
opacity: 1;
|
|
106
|
+
visibility: inherit;
|
|
107
|
+
transition: all 1s;
|
|
108
|
+
animation-name: drag-panel-hover-highlight;
|
|
109
|
+
animation-fill-mode: forwards;
|
|
110
|
+
animation-direction: normal;
|
|
111
|
+
animation-duration: 0.3s;
|
|
112
|
+
animation-iteration-count: 1;
|
|
113
|
+
animation-timing-function: cubic-bezier(1, -0.37, 0.73, 0.8);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
& > .hover {
|
|
117
|
+
opacity: 0;
|
|
118
|
+
visibility: hidden;
|
|
119
|
+
transition: all 1s;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&.top-cylinder,
|
|
123
|
+
&.top-cylinder-reverse,
|
|
124
|
+
&.bottom-cylinder,
|
|
125
|
+
&.bottom-cylinder-reverse,
|
|
126
|
+
&.left-cylinder,
|
|
127
|
+
&.left-cylinder-reverse,
|
|
128
|
+
&.right-cylinder,
|
|
129
|
+
&.right-cylinder-reverse {
|
|
130
|
+
/* 실린더 크기(기존 1.1rem 유지) */
|
|
131
|
+
--cyl-size: 1.1rem;
|
|
132
|
+
/* 선 방향 기준 길이(기존 60% 유지) */
|
|
133
|
+
--cyl-span: 60%;
|
|
134
|
+
|
|
135
|
+
&::after {
|
|
136
|
+
content: "";
|
|
137
|
+
position: absolute;
|
|
138
|
+
z-index: 3002;
|
|
139
|
+
background-color: hsla(0, 0%, 54%, 0.32);
|
|
140
|
+
}
|
|
141
|
+
&:hover,
|
|
142
|
+
&:hover::after,
|
|
143
|
+
&:active,
|
|
144
|
+
&:active::after {
|
|
145
|
+
background-color: rgb(0 102 255 / 45%);
|
|
146
|
+
transition: background-color 1s;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/* 수평 패널(가로 선)용 실린더: 위/아래로 튀어나오게 */
|
|
151
|
+
&.top-cylinder,
|
|
152
|
+
&.top-cylinder-reverse,
|
|
153
|
+
&.bottom-cylinder,
|
|
154
|
+
&.bottom-cylinder-reverse {
|
|
155
|
+
&::after {
|
|
156
|
+
height: var(--cyl-size);
|
|
157
|
+
width: var(--cyl-span);
|
|
158
|
+
|
|
159
|
+
/* transform 없이 가운데 정렬: left 20% + width 60% */
|
|
160
|
+
left: 20%;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/* 위로 튀어나오는(top) */
|
|
165
|
+
&.top-cylinder,
|
|
166
|
+
&.top-cylinder-reverse {
|
|
167
|
+
&::after {
|
|
168
|
+
bottom: 100%;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
/* 아래로 튀어나오는(bottom) */
|
|
172
|
+
&.bottom-cylinder,
|
|
173
|
+
&.bottom-cylinder-reverse {
|
|
174
|
+
&::after {
|
|
175
|
+
top: 100%;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/* 라운딩(기본/리버스) */
|
|
180
|
+
&.top-cylinder::after {
|
|
181
|
+
border-top-left-radius: 15px;
|
|
182
|
+
border-top-right-radius: 15px;
|
|
183
|
+
}
|
|
184
|
+
&.top-cylinder-reverse::after {
|
|
185
|
+
border-bottom-left-radius: 15px;
|
|
186
|
+
border-bottom-right-radius: 15px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
&.bottom-cylinder::after {
|
|
190
|
+
border-bottom-left-radius: 15px;
|
|
191
|
+
border-bottom-right-radius: 15px;
|
|
192
|
+
}
|
|
193
|
+
&.bottom-cylinder-reverse::after {
|
|
194
|
+
border-top-left-radius: 15px;
|
|
195
|
+
border-top-right-radius: 15px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/* 수직 패널(세로 선)용 실린더: 좌/우로 튀어나오게 */
|
|
199
|
+
&.left-cylinder,
|
|
200
|
+
&.left-cylinder-reverse,
|
|
201
|
+
&.right-cylinder,
|
|
202
|
+
&.right-cylinder-reverse {
|
|
203
|
+
&::after {
|
|
204
|
+
width: var(--cyl-size);
|
|
205
|
+
height: var(--cyl-span);
|
|
206
|
+
|
|
207
|
+
/* transform 없이 가운데 정렬: top 20% + height 60% */
|
|
208
|
+
top: 20%;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/* 오른쪽으로 튀어나오는(right) */
|
|
213
|
+
&.right-cylinder,
|
|
214
|
+
&.right-cylinder-reverse {
|
|
215
|
+
&::after {
|
|
216
|
+
left: 100%;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
/* 왼쪽으로 튀어나오는(left) */
|
|
220
|
+
&.left-cylinder,
|
|
221
|
+
&.left-cylinder-reverse {
|
|
222
|
+
&::after {
|
|
223
|
+
right: 100%;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
/* 라운딩(기본/리버스) */
|
|
228
|
+
&.right-cylinder::after {
|
|
229
|
+
border-top-right-radius: 15px;
|
|
230
|
+
border-bottom-right-radius: 15px;
|
|
231
|
+
}
|
|
232
|
+
&.right-cylinder-reverse::after {
|
|
233
|
+
border-top-left-radius: 15px;
|
|
234
|
+
border-bottom-left-radius: 15px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
&.left-cylinder::after {
|
|
238
|
+
border-top-left-radius: 15px;
|
|
239
|
+
border-bottom-left-radius: 15px;
|
|
240
|
+
}
|
|
241
|
+
&.left-cylinder-reverse::after {
|
|
242
|
+
border-top-right-radius: 15px;
|
|
243
|
+
border-bottom-right-radius: 15px;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
@keyframes drag-panel-hover {
|
|
249
|
+
0% {
|
|
250
|
+
background-color: #b1b1b1d6;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
10% {
|
|
254
|
+
background-color: #b1b1b1ba;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
20% {
|
|
258
|
+
background-color: #b1b1b194;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
40% {
|
|
262
|
+
background-color: #b1b1b17d;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
60% {
|
|
266
|
+
background-color: #b1b1b152;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
80% {
|
|
270
|
+
background-color: #b1b1b130;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
100% {
|
|
274
|
+
background-color: #b1b1b100;
|
|
275
|
+
animation-play-state: paused;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
@keyframes drag-panel-hover-highlight {
|
|
280
|
+
0% {
|
|
281
|
+
opacity: 0;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
10% {
|
|
285
|
+
opacity: 0.1;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
20% {
|
|
289
|
+
opacity: 0.2;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
40% {
|
|
293
|
+
opacity: 0.4;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
60% {
|
|
297
|
+
opacity: 0.6;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
80% {
|
|
301
|
+
opacity: 0.8;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
100% {
|
|
305
|
+
opacity: 1;
|
|
306
|
+
animation-play-state: paused;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.flex-split-screen {
|
|
311
|
+
width: 100%;
|
|
312
|
+
height: 100%;
|
|
313
|
+
position: relative;
|
|
314
|
+
& .flex-split-screen-boundary-container {
|
|
315
|
+
position: absolute;
|
|
316
|
+
font-family: Arial, sans-serif;
|
|
317
|
+
transition:
|
|
318
|
+
background-color 0.3s,
|
|
319
|
+
border-color 0.3s;
|
|
320
|
+
color: #00acc1;
|
|
321
|
+
border: 2px dashed #00acc1;
|
|
322
|
+
border-radius: 10px;
|
|
323
|
+
background-color: #0014ff17;
|
|
324
|
+
font-size: 1.5rem;
|
|
325
|
+
display: flex;
|
|
326
|
+
align-items: center;
|
|
327
|
+
justify-content: center;
|
|
328
|
+
font-weight: bold;
|
|
329
|
+
z-index: 9001;
|
|
330
|
+
}
|
|
331
|
+
& .flex-split-screen-drag-box-title-wrapper-sticky {
|
|
332
|
+
position: sticky;
|
|
333
|
+
top: 0;
|
|
334
|
+
z-index: 2001;
|
|
335
|
+
background: #f0f0f0;
|
|
336
|
+
}
|
|
337
|
+
& .flex-split-screen-drag-box-title-wrapper {
|
|
338
|
+
html[data-color-scheme="dark"] & {
|
|
339
|
+
background: #3c3c3c;
|
|
340
|
+
box-shadow: 0px 1px 20px 0px #1e1e1e;
|
|
341
|
+
}
|
|
342
|
+
html[data-color-scheme="light"] & {
|
|
343
|
+
background: #edf1f5;
|
|
344
|
+
box-shadow: 0px 1px 20px 0px #e5e5e5;
|
|
345
|
+
}
|
|
346
|
+
scrollbar-width: initial;
|
|
347
|
+
scrollbar-color: initial;
|
|
348
|
+
display: flex;
|
|
349
|
+
justify-content: space-between;
|
|
350
|
+
transition:
|
|
351
|
+
background 0.3s,
|
|
352
|
+
color 0.3s,
|
|
353
|
+
box-shadow 0.3s;
|
|
354
|
+
position: relative;
|
|
355
|
+
border-bottom: 1px solid #e5e5e5;
|
|
356
|
+
& .flex-split-screen-drag-box-title-container {
|
|
357
|
+
display: flex;
|
|
358
|
+
width: 100%;
|
|
359
|
+
background: inherit;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
.flex-split-screen-drag-box-title-item {
|
|
364
|
+
display: flex;
|
|
365
|
+
align-items: baseline;
|
|
366
|
+
padding-right: 0.5rem;
|
|
367
|
+
padding-left: 0.1rem;
|
|
368
|
+
&:last-child:not(:first-child) {
|
|
369
|
+
border-right: 2px solid #00000012;
|
|
370
|
+
}
|
|
371
|
+
&:not(.active) {
|
|
372
|
+
box-shadow: inset 0 0 20px 20px #00000000;
|
|
373
|
+
border-bottom: 1px solid #007fff40;
|
|
374
|
+
}
|
|
375
|
+
&:hover {
|
|
376
|
+
html[data-color-scheme="dark"] & {
|
|
377
|
+
background: #494949;
|
|
378
|
+
}
|
|
379
|
+
html[data-color-scheme="light"] & {
|
|
380
|
+
background: #e0e0e0;
|
|
381
|
+
}
|
|
382
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
383
|
+
}
|
|
384
|
+
&:active {
|
|
385
|
+
box-shadow: inset 0px 0px 17px 0px #00000029;
|
|
386
|
+
transform: scale(0.97);
|
|
387
|
+
}
|
|
388
|
+
& button {
|
|
389
|
+
background: none;
|
|
390
|
+
border: none;
|
|
391
|
+
color: #bbbbbb;
|
|
392
|
+
font-weight: bold;
|
|
393
|
+
font-family: none;
|
|
394
|
+
font-size: 0.9rem;
|
|
395
|
+
cursor: pointer;
|
|
396
|
+
padding: 0 0.25rem;
|
|
397
|
+
}
|
|
398
|
+
&.active {
|
|
399
|
+
html[data-color-scheme="dark"] & {
|
|
400
|
+
color: #b9af3a;
|
|
401
|
+
}
|
|
402
|
+
html[data-color-scheme="light"] & {
|
|
403
|
+
color: #494300;
|
|
404
|
+
}
|
|
405
|
+
font-weight: bold;
|
|
406
|
+
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
|
|
407
|
+
& button {
|
|
408
|
+
color: #5f5f5f;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
.flex-split-screen-drag-box-title-more {
|
|
413
|
+
display: flex;
|
|
414
|
+
flex-direction: column;
|
|
415
|
+
line-height: 0.3;
|
|
416
|
+
padding: 0rem 0.65rem 0.5rem;
|
|
417
|
+
font-size: 1.2rem;
|
|
418
|
+
font-weight: bold;
|
|
419
|
+
border: none;
|
|
420
|
+
background: none;
|
|
421
|
+
color: black;
|
|
422
|
+
justify-content: space-evenly;
|
|
423
|
+
cursor: pointer;
|
|
424
|
+
background: inherit;
|
|
425
|
+
&:hover {
|
|
426
|
+
background: #797979;
|
|
427
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
428
|
+
}
|
|
429
|
+
&:active {
|
|
430
|
+
box-shadow: inset 0px 0px 17px 0px #00000029;
|
|
431
|
+
transform: scale(0.97);
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
.flex-split-screen-drag-box {
|
|
435
|
+
align-self: center;
|
|
436
|
+
-webkit-touch-callout: none; /* iOS */
|
|
437
|
+
-webkit-user-select: none; /* Safari */
|
|
438
|
+
-khtml-user-select: none; /* Konqueror */
|
|
439
|
+
-moz-user-select: none; /* Firefox */
|
|
440
|
+
-ms-user-select: none; /* IE 10+ */
|
|
441
|
+
user-select: none; /* Standard syntax */
|
|
442
|
+
/* pointer-events: none; */
|
|
443
|
+
-webkit-tap-highlight-color: transparent;
|
|
444
|
+
/* touch-action: none; */
|
|
445
|
+
-webkit-touch-callout: none;
|
|
446
|
+
}
|
|
447
|
+
.flex-split-screen-drag-box-clone {
|
|
448
|
+
-webkit-touch-callout: none; /* iOS */
|
|
449
|
+
-webkit-user-select: none; /* Safari */
|
|
450
|
+
-khtml-user-select: none; /* Konqueror */
|
|
451
|
+
-moz-user-select: none; /* Firefox */
|
|
452
|
+
-ms-user-select: none; /* IE 10+ */
|
|
453
|
+
user-select: none; /* Standard syntax */
|
|
454
|
+
/* pointer-events: none; */
|
|
455
|
+
-webkit-tap-highlight-color: transparent;
|
|
456
|
+
/* touch-action: none; */
|
|
457
|
+
-webkit-touch-callout: none;
|
|
458
|
+
|
|
459
|
+
display: flex;
|
|
460
|
+
background-color: #adadad;
|
|
461
|
+
flex-direction: column;
|
|
462
|
+
padding: 0.2rem 0.4rem;
|
|
463
|
+
border-radius: 7px;
|
|
464
|
+
line-height: 99%;
|
|
465
|
+
z-index: 9001;
|
|
466
|
+
& span:first-child {
|
|
467
|
+
font-weight: bold;
|
|
468
|
+
font-size: 0.85rem;
|
|
469
|
+
}
|
|
470
|
+
& span:last-child {
|
|
471
|
+
font-size: 0.75rem;
|
|
472
|
+
}
|
|
473
|
+
}
|