@xaypay/tui 0.0.41 → 0.0.43
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/.idea/jsLibraryMappings.xml +6 -0
- package/.idea/workspace.xml +79 -392
- package/dist/index.es.js +7 -4
- package/dist/index.js +7 -4
- package/package.json +1 -1
- package/src/components/file/file.module.css +31 -2
- package/src/components/file/index.js +2 -1
- package/src/components/input/input.module.css +1 -1
- package/src/components/modal/modal.module.css +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="2ce9202b-7142-421e-9ae6-10ddc79c4729" name="Default" comment="">
|
|
5
|
-
<change type="
|
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/jsLibraryMappings.xml" />
|
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
7
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/components/file/file.module.css" afterPath="$PROJECT_DIR$/src/components/file/file.module.css" />
|
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/components/modal/modal.module.css" afterPath="$PROJECT_DIR$/src/components/modal/modal.module.css" />
|
|
6
9
|
</list>
|
|
7
10
|
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
8
11
|
<ignored path="$PROJECT_DIR$/temp/" />
|
|
@@ -19,36 +22,38 @@
|
|
|
19
22
|
<favorites_list name="tui" />
|
|
20
23
|
</component>
|
|
21
24
|
<component name="FileEditorManager">
|
|
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
|
-
|
|
25
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
26
|
+
<file leaf-file-name="file.module.css" pinned="false" current-in-tab="false">
|
|
27
|
+
<entry file="file://$PROJECT_DIR$/src/components/file/file.module.css">
|
|
28
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
29
|
+
<state relative-caret-position="284">
|
|
30
|
+
<caret line="120" column="6" lean-forward="false" selection-start-line="120" selection-start-column="6" selection-end-line="120" selection-end-column="6" />
|
|
31
|
+
<folding />
|
|
32
|
+
</state>
|
|
33
|
+
</provider>
|
|
34
|
+
</entry>
|
|
35
|
+
</file>
|
|
36
|
+
<file leaf-file-name="modal.module.css" pinned="false" current-in-tab="true">
|
|
37
|
+
<entry file="file://$PROJECT_DIR$/src/components/modal/modal.module.css">
|
|
38
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
39
|
+
<state relative-caret-position="204">
|
|
40
|
+
<caret line="12" column="27" lean-forward="false" selection-start-line="12" selection-start-column="27" selection-end-line="12" selection-end-column="27" />
|
|
41
|
+
<folding />
|
|
42
|
+
</state>
|
|
43
|
+
</provider>
|
|
44
|
+
</entry>
|
|
45
|
+
</file>
|
|
46
|
+
<file leaf-file-name="autocomplate.module.css" pinned="false" current-in-tab="false">
|
|
47
|
+
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css">
|
|
48
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
49
|
+
<state relative-caret-position="454">
|
|
50
|
+
<caret line="78" column="19" lean-forward="false" selection-start-line="78" selection-start-column="19" selection-end-line="78" selection-end-column="19" />
|
|
51
|
+
<folding />
|
|
52
|
+
</state>
|
|
53
|
+
</provider>
|
|
54
|
+
</entry>
|
|
55
|
+
</file>
|
|
56
|
+
</leaf>
|
|
52
57
|
</component>
|
|
53
58
|
<component name="FindInProjectRecents">
|
|
54
59
|
<findStrings>
|
|
@@ -130,17 +135,18 @@
|
|
|
130
135
|
<option value="$PROJECT_DIR$/src/components/button/button.module.css" />
|
|
131
136
|
<option value="$PROJECT_DIR$/src/components/pagination/index.js" />
|
|
132
137
|
<option value="$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css" />
|
|
133
|
-
<option value="$PROJECT_DIR$/src/components/input/input.module.css" />
|
|
134
138
|
<option value="$PROJECT_DIR$/src/components/input/index.js" />
|
|
135
139
|
<option value="$PROJECT_DIR$/src/components/autocomplate/index.js" />
|
|
136
140
|
<option value="$PROJECT_DIR$/src/components/checkbox/checkbox.module.css" />
|
|
137
141
|
<option value="$PROJECT_DIR$/src/components/pagination/pagination.module.css" />
|
|
138
|
-
<option value="$PROJECT_DIR$/src/components/modal/modal.module.css" />
|
|
139
142
|
<option value="$PROJECT_DIR$/src/components/file/index.js" />
|
|
140
|
-
<option value="$PROJECT_DIR$/src/components/file/file.module.css" />
|
|
141
143
|
<option value="$PROJECT_DIR$/src/components/typography/typography.module.css" />
|
|
142
144
|
<option value="$PROJECT_DIR$/src/components/select/index.js" />
|
|
143
145
|
<option value="$PROJECT_DIR$/src/components/select/select.module.css" />
|
|
146
|
+
<option value="$PROJECT_DIR$/src/components/input/input.module.css" />
|
|
147
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
148
|
+
<option value="$PROJECT_DIR$/src/components/file/file.module.css" />
|
|
149
|
+
<option value="$PROJECT_DIR$/src/components/modal/modal.module.css" />
|
|
144
150
|
</list>
|
|
145
151
|
</option>
|
|
146
152
|
</component>
|
|
@@ -173,6 +179,7 @@
|
|
|
173
179
|
</navigator>
|
|
174
180
|
<panes>
|
|
175
181
|
<pane id="Scratches" />
|
|
182
|
+
<pane id="Scope" />
|
|
176
183
|
<pane id="ProjectPane">
|
|
177
184
|
<subPane>
|
|
178
185
|
<PATH>
|
|
@@ -199,108 +206,6 @@
|
|
|
199
206
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
200
207
|
</PATH_ELEMENT>
|
|
201
208
|
</PATH>
|
|
202
|
-
<PATH>
|
|
203
|
-
<PATH_ELEMENT>
|
|
204
|
-
<option name="myItemId" value="tui" />
|
|
205
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
206
|
-
</PATH_ELEMENT>
|
|
207
|
-
<PATH_ELEMENT>
|
|
208
|
-
<option name="myItemId" value="tui" />
|
|
209
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
210
|
-
</PATH_ELEMENT>
|
|
211
|
-
<PATH_ELEMENT>
|
|
212
|
-
<option name="myItemId" value="src" />
|
|
213
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
214
|
-
</PATH_ELEMENT>
|
|
215
|
-
<PATH_ELEMENT>
|
|
216
|
-
<option name="myItemId" value="stories" />
|
|
217
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
218
|
-
</PATH_ELEMENT>
|
|
219
|
-
</PATH>
|
|
220
|
-
<PATH>
|
|
221
|
-
<PATH_ELEMENT>
|
|
222
|
-
<option name="myItemId" value="tui" />
|
|
223
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
224
|
-
</PATH_ELEMENT>
|
|
225
|
-
<PATH_ELEMENT>
|
|
226
|
-
<option name="myItemId" value="tui" />
|
|
227
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
228
|
-
</PATH_ELEMENT>
|
|
229
|
-
<PATH_ELEMENT>
|
|
230
|
-
<option name="myItemId" value="src" />
|
|
231
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
232
|
-
</PATH_ELEMENT>
|
|
233
|
-
<PATH_ELEMENT>
|
|
234
|
-
<option name="myItemId" value="stories" />
|
|
235
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
236
|
-
</PATH_ELEMENT>
|
|
237
|
-
<PATH_ELEMENT>
|
|
238
|
-
<option name="myItemId" value="assets" />
|
|
239
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
240
|
-
</PATH_ELEMENT>
|
|
241
|
-
</PATH>
|
|
242
|
-
<PATH>
|
|
243
|
-
<PATH_ELEMENT>
|
|
244
|
-
<option name="myItemId" value="tui" />
|
|
245
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
246
|
-
</PATH_ELEMENT>
|
|
247
|
-
<PATH_ELEMENT>
|
|
248
|
-
<option name="myItemId" value="tui" />
|
|
249
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
250
|
-
</PATH_ELEMENT>
|
|
251
|
-
<PATH_ELEMENT>
|
|
252
|
-
<option name="myItemId" value="src" />
|
|
253
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
254
|
-
</PATH_ELEMENT>
|
|
255
|
-
<PATH_ELEMENT>
|
|
256
|
-
<option name="myItemId" value="components" />
|
|
257
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
258
|
-
</PATH_ELEMENT>
|
|
259
|
-
<PATH_ELEMENT>
|
|
260
|
-
<option name="myItemId" value="typography" />
|
|
261
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
262
|
-
</PATH_ELEMENT>
|
|
263
|
-
</PATH>
|
|
264
|
-
<PATH>
|
|
265
|
-
<PATH_ELEMENT>
|
|
266
|
-
<option name="myItemId" value="tui" />
|
|
267
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
268
|
-
</PATH_ELEMENT>
|
|
269
|
-
<PATH_ELEMENT>
|
|
270
|
-
<option name="myItemId" value="tui" />
|
|
271
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
272
|
-
</PATH_ELEMENT>
|
|
273
|
-
<PATH_ELEMENT>
|
|
274
|
-
<option name="myItemId" value="src" />
|
|
275
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
276
|
-
</PATH_ELEMENT>
|
|
277
|
-
<PATH_ELEMENT>
|
|
278
|
-
<option name="myItemId" value="components" />
|
|
279
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
280
|
-
</PATH_ELEMENT>
|
|
281
|
-
</PATH>
|
|
282
|
-
<PATH>
|
|
283
|
-
<PATH_ELEMENT>
|
|
284
|
-
<option name="myItemId" value="tui" />
|
|
285
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
286
|
-
</PATH_ELEMENT>
|
|
287
|
-
<PATH_ELEMENT>
|
|
288
|
-
<option name="myItemId" value="tui" />
|
|
289
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
290
|
-
</PATH_ELEMENT>
|
|
291
|
-
<PATH_ELEMENT>
|
|
292
|
-
<option name="myItemId" value="src" />
|
|
293
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
294
|
-
</PATH_ELEMENT>
|
|
295
|
-
<PATH_ELEMENT>
|
|
296
|
-
<option name="myItemId" value="components" />
|
|
297
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
298
|
-
</PATH_ELEMENT>
|
|
299
|
-
<PATH_ELEMENT>
|
|
300
|
-
<option name="myItemId" value="stepper" />
|
|
301
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
302
|
-
</PATH_ELEMENT>
|
|
303
|
-
</PATH>
|
|
304
209
|
<PATH>
|
|
305
210
|
<PATH_ELEMENT>
|
|
306
211
|
<option name="myItemId" value="tui" />
|
|
@@ -318,54 +223,6 @@
|
|
|
318
223
|
<option name="myItemId" value="components" />
|
|
319
224
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
320
225
|
</PATH_ELEMENT>
|
|
321
|
-
<PATH_ELEMENT>
|
|
322
|
-
<option name="myItemId" value="select" />
|
|
323
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
324
|
-
</PATH_ELEMENT>
|
|
325
|
-
</PATH>
|
|
326
|
-
<PATH>
|
|
327
|
-
<PATH_ELEMENT>
|
|
328
|
-
<option name="myItemId" value="tui" />
|
|
329
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
330
|
-
</PATH_ELEMENT>
|
|
331
|
-
<PATH_ELEMENT>
|
|
332
|
-
<option name="myItemId" value="tui" />
|
|
333
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
334
|
-
</PATH_ELEMENT>
|
|
335
|
-
<PATH_ELEMENT>
|
|
336
|
-
<option name="myItemId" value="src" />
|
|
337
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
338
|
-
</PATH_ELEMENT>
|
|
339
|
-
<PATH_ELEMENT>
|
|
340
|
-
<option name="myItemId" value="components" />
|
|
341
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
342
|
-
</PATH_ELEMENT>
|
|
343
|
-
<PATH_ELEMENT>
|
|
344
|
-
<option name="myItemId" value="pagination" />
|
|
345
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
346
|
-
</PATH_ELEMENT>
|
|
347
|
-
</PATH>
|
|
348
|
-
<PATH>
|
|
349
|
-
<PATH_ELEMENT>
|
|
350
|
-
<option name="myItemId" value="tui" />
|
|
351
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
352
|
-
</PATH_ELEMENT>
|
|
353
|
-
<PATH_ELEMENT>
|
|
354
|
-
<option name="myItemId" value="tui" />
|
|
355
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
356
|
-
</PATH_ELEMENT>
|
|
357
|
-
<PATH_ELEMENT>
|
|
358
|
-
<option name="myItemId" value="src" />
|
|
359
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
360
|
-
</PATH_ELEMENT>
|
|
361
|
-
<PATH_ELEMENT>
|
|
362
|
-
<option name="myItemId" value="components" />
|
|
363
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
364
|
-
</PATH_ELEMENT>
|
|
365
|
-
<PATH_ELEMENT>
|
|
366
|
-
<option name="myItemId" value="multiselect" />
|
|
367
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
368
|
-
</PATH_ELEMENT>
|
|
369
226
|
</PATH>
|
|
370
227
|
<PATH>
|
|
371
228
|
<PATH_ELEMENT>
|
|
@@ -389,159 +246,8 @@
|
|
|
389
246
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
390
247
|
</PATH_ELEMENT>
|
|
391
248
|
</PATH>
|
|
392
|
-
<PATH>
|
|
393
|
-
<PATH_ELEMENT>
|
|
394
|
-
<option name="myItemId" value="tui" />
|
|
395
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
396
|
-
</PATH_ELEMENT>
|
|
397
|
-
<PATH_ELEMENT>
|
|
398
|
-
<option name="myItemId" value="tui" />
|
|
399
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
400
|
-
</PATH_ELEMENT>
|
|
401
|
-
<PATH_ELEMENT>
|
|
402
|
-
<option name="myItemId" value="src" />
|
|
403
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
404
|
-
</PATH_ELEMENT>
|
|
405
|
-
<PATH_ELEMENT>
|
|
406
|
-
<option name="myItemId" value="components" />
|
|
407
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
408
|
-
</PATH_ELEMENT>
|
|
409
|
-
<PATH_ELEMENT>
|
|
410
|
-
<option name="myItemId" value="input" />
|
|
411
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
412
|
-
</PATH_ELEMENT>
|
|
413
|
-
</PATH>
|
|
414
|
-
<PATH>
|
|
415
|
-
<PATH_ELEMENT>
|
|
416
|
-
<option name="myItemId" value="tui" />
|
|
417
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
418
|
-
</PATH_ELEMENT>
|
|
419
|
-
<PATH_ELEMENT>
|
|
420
|
-
<option name="myItemId" value="tui" />
|
|
421
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
422
|
-
</PATH_ELEMENT>
|
|
423
|
-
<PATH_ELEMENT>
|
|
424
|
-
<option name="myItemId" value="src" />
|
|
425
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
426
|
-
</PATH_ELEMENT>
|
|
427
|
-
<PATH_ELEMENT>
|
|
428
|
-
<option name="myItemId" value="components" />
|
|
429
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
430
|
-
</PATH_ELEMENT>
|
|
431
|
-
<PATH_ELEMENT>
|
|
432
|
-
<option name="myItemId" value="file" />
|
|
433
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
434
|
-
</PATH_ELEMENT>
|
|
435
|
-
</PATH>
|
|
436
|
-
<PATH>
|
|
437
|
-
<PATH_ELEMENT>
|
|
438
|
-
<option name="myItemId" value="tui" />
|
|
439
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
440
|
-
</PATH_ELEMENT>
|
|
441
|
-
<PATH_ELEMENT>
|
|
442
|
-
<option name="myItemId" value="tui" />
|
|
443
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
444
|
-
</PATH_ELEMENT>
|
|
445
|
-
<PATH_ELEMENT>
|
|
446
|
-
<option name="myItemId" value="src" />
|
|
447
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
448
|
-
</PATH_ELEMENT>
|
|
449
|
-
<PATH_ELEMENT>
|
|
450
|
-
<option name="myItemId" value="components" />
|
|
451
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
452
|
-
</PATH_ELEMENT>
|
|
453
|
-
<PATH_ELEMENT>
|
|
454
|
-
<option name="myItemId" value="checkbox" />
|
|
455
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
456
|
-
</PATH_ELEMENT>
|
|
457
|
-
</PATH>
|
|
458
|
-
<PATH>
|
|
459
|
-
<PATH_ELEMENT>
|
|
460
|
-
<option name="myItemId" value="tui" />
|
|
461
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
462
|
-
</PATH_ELEMENT>
|
|
463
|
-
<PATH_ELEMENT>
|
|
464
|
-
<option name="myItemId" value="tui" />
|
|
465
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
466
|
-
</PATH_ELEMENT>
|
|
467
|
-
<PATH_ELEMENT>
|
|
468
|
-
<option name="myItemId" value="src" />
|
|
469
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
470
|
-
</PATH_ELEMENT>
|
|
471
|
-
<PATH_ELEMENT>
|
|
472
|
-
<option name="myItemId" value="components" />
|
|
473
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
474
|
-
</PATH_ELEMENT>
|
|
475
|
-
<PATH_ELEMENT>
|
|
476
|
-
<option name="myItemId" value="button" />
|
|
477
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
478
|
-
</PATH_ELEMENT>
|
|
479
|
-
</PATH>
|
|
480
|
-
<PATH>
|
|
481
|
-
<PATH_ELEMENT>
|
|
482
|
-
<option name="myItemId" value="tui" />
|
|
483
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
484
|
-
</PATH_ELEMENT>
|
|
485
|
-
<PATH_ELEMENT>
|
|
486
|
-
<option name="myItemId" value="tui" />
|
|
487
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
488
|
-
</PATH_ELEMENT>
|
|
489
|
-
<PATH_ELEMENT>
|
|
490
|
-
<option name="myItemId" value="src" />
|
|
491
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
492
|
-
</PATH_ELEMENT>
|
|
493
|
-
<PATH_ELEMENT>
|
|
494
|
-
<option name="myItemId" value="components" />
|
|
495
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
496
|
-
</PATH_ELEMENT>
|
|
497
|
-
<PATH_ELEMENT>
|
|
498
|
-
<option name="myItemId" value="autocomplate" />
|
|
499
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
500
|
-
</PATH_ELEMENT>
|
|
501
|
-
</PATH>
|
|
502
|
-
<PATH>
|
|
503
|
-
<PATH_ELEMENT>
|
|
504
|
-
<option name="myItemId" value="tui" />
|
|
505
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
506
|
-
</PATH_ELEMENT>
|
|
507
|
-
<PATH_ELEMENT>
|
|
508
|
-
<option name="myItemId" value="tui" />
|
|
509
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
510
|
-
</PATH_ELEMENT>
|
|
511
|
-
<PATH_ELEMENT>
|
|
512
|
-
<option name="myItemId" value="src" />
|
|
513
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
514
|
-
</PATH_ELEMENT>
|
|
515
|
-
<PATH_ELEMENT>
|
|
516
|
-
<option name="myItemId" value="assets_old" />
|
|
517
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
518
|
-
</PATH_ELEMENT>
|
|
519
|
-
<PATH_ELEMENT>
|
|
520
|
-
<option name="myItemId" value="icons" />
|
|
521
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
522
|
-
</PATH_ELEMENT>
|
|
523
|
-
</PATH>
|
|
524
|
-
<PATH>
|
|
525
|
-
<PATH_ELEMENT>
|
|
526
|
-
<option name="myItemId" value="tui" />
|
|
527
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
528
|
-
</PATH_ELEMENT>
|
|
529
|
-
<PATH_ELEMENT>
|
|
530
|
-
<option name="myItemId" value="tui" />
|
|
531
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
532
|
-
</PATH_ELEMENT>
|
|
533
|
-
<PATH_ELEMENT>
|
|
534
|
-
<option name="myItemId" value="src" />
|
|
535
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
536
|
-
</PATH_ELEMENT>
|
|
537
|
-
<PATH_ELEMENT>
|
|
538
|
-
<option name="myItemId" value="assets" />
|
|
539
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
540
|
-
</PATH_ELEMENT>
|
|
541
|
-
</PATH>
|
|
542
249
|
</subPane>
|
|
543
250
|
</pane>
|
|
544
|
-
<pane id="Scope" />
|
|
545
251
|
</panes>
|
|
546
252
|
</component>
|
|
547
253
|
<component name="PropertiesComponent">
|
|
@@ -811,7 +517,7 @@
|
|
|
811
517
|
<servers />
|
|
812
518
|
</component>
|
|
813
519
|
<component name="TimeTrackingManager">
|
|
814
|
-
<option name="totallyTimeSpent" value="
|
|
520
|
+
<option name="totallyTimeSpent" value="89409000" />
|
|
815
521
|
</component>
|
|
816
522
|
<component name="TodoView">
|
|
817
523
|
<todo-panel id="selected-file">
|
|
@@ -826,18 +532,16 @@
|
|
|
826
532
|
<frame x="-8" y="-8" width="1616" height="876" extended-state="0" />
|
|
827
533
|
<editor active="true" />
|
|
828
534
|
<layout>
|
|
829
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.
|
|
535
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20152092" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
830
536
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
831
537
|
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
832
538
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="true" content_ui="tabs" />
|
|
833
|
-
<window_info id="
|
|
539
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32974428" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
834
540
|
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
835
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.5491252" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
836
|
-
<window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
837
541
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
838
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="
|
|
839
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
542
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.410498" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
840
543
|
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
544
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
841
545
|
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
842
546
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
843
547
|
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
@@ -845,9 +549,9 @@
|
|
|
845
549
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
846
550
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="true" content_ui="tabs" />
|
|
847
551
|
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
552
|
+
<window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
848
553
|
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
849
554
|
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32974428" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
850
|
-
<window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
|
851
555
|
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24899058" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
|
852
556
|
<window_info id="TypeScript" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
|
853
557
|
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
|
@@ -997,7 +701,6 @@
|
|
|
997
701
|
<provider selected="true" editor-type-id="text-editor">
|
|
998
702
|
<state relative-caret-position="0">
|
|
999
703
|
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1000
|
-
<folding />
|
|
1001
704
|
</state>
|
|
1002
705
|
</provider>
|
|
1003
706
|
</entry>
|
|
@@ -1026,7 +729,7 @@
|
|
|
1026
729
|
<entry file="file://$PROJECT_DIR$/package.json">
|
|
1027
730
|
<provider selected="true" editor-type-id="text-editor">
|
|
1028
731
|
<state relative-caret-position="136">
|
|
1029
|
-
<caret line="8" column="18" lean-forward="
|
|
732
|
+
<caret line="8" column="18" lean-forward="false" selection-start-line="8" selection-start-column="18" selection-end-line="8" selection-end-column="18" />
|
|
1030
733
|
<folding />
|
|
1031
734
|
</state>
|
|
1032
735
|
</provider>
|
|
@@ -1105,7 +808,6 @@
|
|
|
1105
808
|
<provider selected="true" editor-type-id="text-editor">
|
|
1106
809
|
<state relative-caret-position="230">
|
|
1107
810
|
<caret line="758" column="150" lean-forward="false" selection-start-line="758" selection-start-column="150" selection-end-line="758" selection-end-column="150" />
|
|
1108
|
-
<folding />
|
|
1109
811
|
</state>
|
|
1110
812
|
</provider>
|
|
1111
813
|
</entry>
|
|
@@ -1176,13 +878,12 @@
|
|
|
1176
878
|
<provider selected="true" editor-type-id="text-editor">
|
|
1177
879
|
<state relative-caret-position="289">
|
|
1178
880
|
<caret line="20" column="22" lean-forward="false" selection-start-line="20" selection-start-column="22" selection-end-line="20" selection-end-column="62" />
|
|
1179
|
-
<folding />
|
|
1180
881
|
</state>
|
|
1181
882
|
</provider>
|
|
1182
883
|
</entry>
|
|
1183
884
|
<entry file="file://$PROJECT_DIR$/src/components/autocomplate/autocomplate.module.css">
|
|
1184
885
|
<provider selected="true" editor-type-id="text-editor">
|
|
1185
|
-
<state relative-caret-position="
|
|
886
|
+
<state relative-caret-position="454">
|
|
1186
887
|
<caret line="78" column="19" lean-forward="false" selection-start-line="78" selection-start-column="19" selection-end-line="78" selection-end-column="19" />
|
|
1187
888
|
<folding />
|
|
1188
889
|
</state>
|
|
@@ -1192,9 +893,6 @@
|
|
|
1192
893
|
<provider selected="true" editor-type-id="text-editor">
|
|
1193
894
|
<state relative-caret-position="0">
|
|
1194
895
|
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1195
|
-
<folding>
|
|
1196
|
-
<element signature="e#0#26#0" expanded="false" />
|
|
1197
|
-
</folding>
|
|
1198
896
|
</state>
|
|
1199
897
|
</provider>
|
|
1200
898
|
</entry>
|
|
@@ -1212,14 +910,6 @@
|
|
|
1212
910
|
</state>
|
|
1213
911
|
</provider>
|
|
1214
912
|
</entry>
|
|
1215
|
-
<entry file="file://$PROJECT_DIR$/src/components/input/input.module.css">
|
|
1216
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1217
|
-
<state relative-caret-position="408">
|
|
1218
|
-
<caret line="42" column="23" lean-forward="false" selection-start-line="42" selection-start-column="23" selection-end-line="42" selection-end-column="23" />
|
|
1219
|
-
<folding />
|
|
1220
|
-
</state>
|
|
1221
|
-
</provider>
|
|
1222
|
-
</entry>
|
|
1223
913
|
<entry file="file://$PROJECT_DIR$/src/components/pagination/index.js">
|
|
1224
914
|
<provider selected="true" editor-type-id="text-editor">
|
|
1225
915
|
<state relative-caret-position="499">
|
|
@@ -1231,7 +921,6 @@
|
|
|
1231
921
|
<provider selected="true" editor-type-id="text-editor">
|
|
1232
922
|
<state relative-caret-position="119">
|
|
1233
923
|
<caret line="22" column="16" lean-forward="false" selection-start-line="22" selection-start-column="16" selection-end-line="22" selection-end-column="16" />
|
|
1234
|
-
<folding />
|
|
1235
924
|
</state>
|
|
1236
925
|
</provider>
|
|
1237
926
|
</entry>
|
|
@@ -1239,15 +928,6 @@
|
|
|
1239
928
|
<provider selected="true" editor-type-id="text-editor">
|
|
1240
929
|
<state relative-caret-position="374">
|
|
1241
930
|
<caret line="34" column="28" lean-forward="false" selection-start-line="34" selection-start-column="28" selection-end-line="34" selection-end-column="28" />
|
|
1242
|
-
<folding />
|
|
1243
|
-
</state>
|
|
1244
|
-
</provider>
|
|
1245
|
-
</entry>
|
|
1246
|
-
<entry file="file://$PROJECT_DIR$/src/components/modal/modal.module.css">
|
|
1247
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
1248
|
-
<state relative-caret-position="374">
|
|
1249
|
-
<caret line="22" column="20" lean-forward="false" selection-start-line="22" selection-start-column="20" selection-end-line="22" selection-end-column="20" />
|
|
1250
|
-
<folding />
|
|
1251
931
|
</state>
|
|
1252
932
|
</provider>
|
|
1253
933
|
</entry>
|
|
@@ -1255,56 +935,63 @@
|
|
|
1255
935
|
<provider selected="true" editor-type-id="text-editor">
|
|
1256
936
|
<state relative-caret-position="0">
|
|
1257
937
|
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
1258
|
-
<folding />
|
|
1259
938
|
</state>
|
|
1260
939
|
</provider>
|
|
1261
940
|
</entry>
|
|
1262
|
-
<entry file="file://$PROJECT_DIR$/src/components/
|
|
941
|
+
<entry file="file://$PROJECT_DIR$/src/components/typography/typography.module.css">
|
|
1263
942
|
<provider selected="true" editor-type-id="text-editor">
|
|
1264
|
-
<state relative-caret-position="
|
|
1265
|
-
<caret line="
|
|
1266
|
-
<folding>
|
|
1267
|
-
<marker date="1672138325361" expanded="true" signature="340:714" ph="..." />
|
|
1268
|
-
</folding>
|
|
943
|
+
<state relative-caret-position="765">
|
|
944
|
+
<caret line="45" column="19" lean-forward="false" selection-start-line="45" selection-start-column="19" selection-end-line="45" selection-end-column="19" />
|
|
1269
945
|
</state>
|
|
1270
946
|
</provider>
|
|
1271
947
|
</entry>
|
|
1272
|
-
<entry file="file://$PROJECT_DIR$/src/components/
|
|
948
|
+
<entry file="file://$PROJECT_DIR$/src/components/stepper/stepper.module.css">
|
|
1273
949
|
<provider selected="true" editor-type-id="text-editor">
|
|
1274
|
-
<state relative-caret-position="
|
|
1275
|
-
<caret line="
|
|
1276
|
-
<folding />
|
|
950
|
+
<state relative-caret-position="233">
|
|
951
|
+
<caret line="36" column="18" lean-forward="false" selection-start-line="36" selection-start-column="18" selection-end-line="36" selection-end-column="18" />
|
|
1277
952
|
</state>
|
|
1278
953
|
</provider>
|
|
1279
954
|
</entry>
|
|
1280
|
-
<entry file="file://$PROJECT_DIR$/src/components/
|
|
955
|
+
<entry file="file://$PROJECT_DIR$/src/components/input/input.module.css">
|
|
1281
956
|
<provider selected="true" editor-type-id="text-editor">
|
|
1282
|
-
<state relative-caret-position="
|
|
1283
|
-
<caret line="
|
|
1284
|
-
<folding />
|
|
957
|
+
<state relative-caret-position="136">
|
|
958
|
+
<caret line="29" column="16" lean-forward="false" selection-start-line="29" selection-start-column="16" selection-end-line="29" selection-end-column="16" />
|
|
1285
959
|
</state>
|
|
1286
960
|
</provider>
|
|
1287
961
|
</entry>
|
|
1288
|
-
<entry file="file://$PROJECT_DIR$/src/components/
|
|
962
|
+
<entry file="file://$PROJECT_DIR$/src/components/select/select.module.css">
|
|
1289
963
|
<provider selected="true" editor-type-id="text-editor">
|
|
1290
|
-
<state relative-caret-position="
|
|
1291
|
-
<caret line="
|
|
1292
|
-
<folding />
|
|
964
|
+
<state relative-caret-position="119">
|
|
965
|
+
<caret line="79" column="19" lean-forward="false" selection-start-line="79" selection-start-column="19" selection-end-line="79" selection-end-column="19" />
|
|
1293
966
|
</state>
|
|
1294
967
|
</provider>
|
|
1295
968
|
</entry>
|
|
1296
969
|
<entry file="file://$PROJECT_DIR$/src/components/select/index.js">
|
|
1297
970
|
<provider selected="true" editor-type-id="text-editor">
|
|
1298
971
|
<state relative-caret-position="313">
|
|
1299
|
-
<caret line="90" column="44" lean-forward="
|
|
972
|
+
<caret line="90" column="44" lean-forward="false" selection-start-line="90" selection-start-column="44" selection-end-line="90" selection-end-column="44" />
|
|
973
|
+
</state>
|
|
974
|
+
</provider>
|
|
975
|
+
</entry>
|
|
976
|
+
<entry file="file://$PROJECT_DIR$/src/components/file/index.js">
|
|
977
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
978
|
+
<state relative-caret-position="266">
|
|
979
|
+
<caret line="71" column="44" lean-forward="false" selection-start-line="71" selection-start-column="44" selection-end-line="71" selection-end-column="63" />
|
|
980
|
+
</state>
|
|
981
|
+
</provider>
|
|
982
|
+
</entry>
|
|
983
|
+
<entry file="file://$PROJECT_DIR$/src/components/file/file.module.css">
|
|
984
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
985
|
+
<state relative-caret-position="284">
|
|
986
|
+
<caret line="120" column="6" lean-forward="false" selection-start-line="120" selection-start-column="6" selection-end-line="120" selection-end-column="6" />
|
|
1300
987
|
<folding />
|
|
1301
988
|
</state>
|
|
1302
989
|
</provider>
|
|
1303
990
|
</entry>
|
|
1304
|
-
<entry file="file://$PROJECT_DIR$/src/components/
|
|
991
|
+
<entry file="file://$PROJECT_DIR$/src/components/modal/modal.module.css">
|
|
1305
992
|
<provider selected="true" editor-type-id="text-editor">
|
|
1306
|
-
<state relative-caret-position="
|
|
1307
|
-
<caret line="
|
|
993
|
+
<state relative-caret-position="204">
|
|
994
|
+
<caret line="12" column="27" lean-forward="false" selection-start-line="12" selection-start-column="27" selection-end-line="12" selection-end-column="27" />
|
|
1308
995
|
<folding />
|
|
1309
996
|
</state>
|
|
1310
997
|
</provider>
|
package/dist/index.es.js
CHANGED
|
@@ -411,7 +411,7 @@ const Icon = props => {
|
|
|
411
411
|
});
|
|
412
412
|
};
|
|
413
413
|
|
|
414
|
-
var css_248z$8 = ".input-module_input-wrap__NunrE{max-width:400px;position:relative}.input-module_input__-ipHD{border:none;border-radius:6px;box-shadow:inset 0 0 0 2px #d1d1d1;box-sizing:border-box;color:#3c393e;cursor:
|
|
414
|
+
var css_248z$8 = ".input-module_input-wrap__NunrE{max-width:400px;position:relative}.input-module_input__-ipHD{border:none;border-radius:6px;box-shadow:inset 0 0 0 2px #d1d1d1;box-sizing:border-box;color:#3c393e;cursor:text;font-size:16px;line-height:20px;outline:none;overflow:hidden;transition:background-color .24s,color .24s}.input-module_input__-ipHD.input-module_full-size__38YG7{width:100%}.input-module_input__-ipHD.input-module_content-size__rZ5EA{width:auto}.input-module_input__-ipHD.input-module_size-medium__frTDq{min-height:46px;padding:12px 15px}.input-module_input__-ipHD:hover{box-shadow:inset 0 0 0 2px #3c393e}.input-module_input__-ipHD:active{box-shadow:inset 0 0 0 2px #00236a}.input-module_inputErrorMessages__hx490{animation:input-module_error-message-show__OrVSo .24s forwards;bottom:0;color:#e00;font-size:14px;left:0;line-height:19px;position:absolute;transform:scale3d(0,0,0);z-index:1}.input-module_labelInput__sUMKQ{color:#000}.input-module_input__-ipHD.input-module_state-disabled__402v0{background-color:#fbfbfb;pointer-events:none}.input-module_input__-ipHD.input-module_error-message__7NphF{box-shadow:inset 0 0 0 2px #e00}.input-module_input-title__giCsY{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}@keyframes input-module_error-message-show__OrVSo{to{bottom:-20px;transform:scaleX(1)}}";
|
|
415
415
|
var styles$8 = {"input-wrap":"input-module_input-wrap__NunrE","input":"input-module_input__-ipHD","full-size":"input-module_full-size__38YG7","content-size":"input-module_content-size__rZ5EA","size-medium":"input-module_size-medium__frTDq","with-icon":"input-module_with-icon__w3jTW","inputErrorMessages":"input-module_inputErrorMessages__hx490","error-message-show":"input-module_error-message-show__OrVSo","labelInput":"input-module_labelInput__sUMKQ","state-disabled":"input-module_state-disabled__402v0","error-message":"input-module_error-message__7NphF","input-title":"input-module_input-title__giCsY"};
|
|
416
416
|
styleInject(css_248z$8);
|
|
417
417
|
|
|
@@ -946,7 +946,7 @@ Select.defaultProps = {
|
|
|
946
946
|
required: false
|
|
947
947
|
};
|
|
948
948
|
|
|
949
|
-
var css_248z$2 = ".file-module_file-form__l13d5{align-items:center;background:#fbfbfb;border:2px dashed;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:
|
|
949
|
+
var css_248z$2 = ".file-module_file-form__l13d5{align-items:center;background:#fbfbfb;border:2px dashed;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:190px;justify-content:space-between;overflow:hidden;padding:4px 0;position:relative;width:100%}.file-module_file-form-wrap__qY--B:before{background:rgba(60,57,62,.4);border-radius:6px;content:\"\";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .24s;width:100%;z-index:1}.file-module_file-form-wrap__qY--B.file-module_active__L1gPt:hover:before{opacity:1;pointer-events:unset}.file-module_file-form-wrap__qY--B.file-module_active__L1gPt:hover .file-module_delete-upload-icon__PWN66{opacity:1}.file-module_file-form-inner-upload__tq3Dn{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:16px;padding-top:48px}.file-module_file-form-inner-upload__tq3Dn>img{display:block;margin-bottom:14px}.file-module_upload-info__a8GFs{margin-bottom:40px;max-width:150px;text-align:center}.file-module_upload-info-txt__l11uN{color:#0da574}.file-module_file-form__l13d5.file-module_default__t7KU0{border-color:#d1d1d1}.file-module_file-form__l13d5.file-module_error__H-M4Z{border-color:#e00}.file-module_file-form__l13d5.file-module_accept__WTW6V{border-color:#00236a}.file-module_delete-upload-icon__PWN66{align-items:center;background:#fff;border-radius:6px;cursor:pointer;display:flex;height:26px;justify-content:center;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .24s;width:26px;z-index:11}.file-module_delete-upload-icon__PWN66>i{color:#00236a;font-size:16px}.file-module_upload-file-content__QHMjn{align-items:center;display:flex;height:100%;justify-content:center;max-height:190px;overflow:hidden;position:relative;width:100%}.file-module_upload-file-content__QHMjn>img{bottom:0;display:block;height:190px;left:0;margin:auto;max-height:190px;position:absolute;right:0;top:0;width:auto}.file-module_file-form-title__zWTSB{margin-bottom:10px;max-width:390px;word-break:break-all}.file-module_file-form-wrap__qY--B{position:relative;transform:translateZ(0)}html{font-size:1.4vmin}@media only screen and (max-width:1279px){html{font-size:1.2vmin}}@media only screen and (max-width:980px){html{font-size:1.5vmin}}@media only screen and (max-width:600px){html{font-size:2.4vmin}}";
|
|
950
950
|
var styles$2 = {"file-form-wrap":"file-module_file-form-wrap__qY--B","file-form":"file-module_file-form__l13d5","active":"file-module_active__L1gPt","delete-upload-icon":"file-module_delete-upload-icon__PWN66","file-form-inner-upload":"file-module_file-form-inner-upload__tq3Dn","upload-info":"file-module_upload-info__a8GFs","upload-info-txt":"file-module_upload-info-txt__l11uN","default":"file-module_default__t7KU0","error":"file-module_error__H-M4Z","accept":"file-module_accept__WTW6V","upload-file-content":"file-module_upload-file-content__QHMjn","file-form-title":"file-module_file-form-title__zWTSB"};
|
|
951
951
|
styleInject(css_248z$2);
|
|
952
952
|
|
|
@@ -1044,7 +1044,10 @@ const File = ({
|
|
|
1044
1044
|
onClick: e => {
|
|
1045
1045
|
setFileName('no selected file');
|
|
1046
1046
|
setImage(null);
|
|
1047
|
-
|
|
1047
|
+
document.querySelector(`.${name}`).value = "";
|
|
1048
|
+
onChange({
|
|
1049
|
+
target: null
|
|
1050
|
+
});
|
|
1048
1051
|
}
|
|
1049
1052
|
}, /*#__PURE__*/React.createElement("i", {
|
|
1050
1053
|
className: "icon-delete"
|
|
@@ -1067,7 +1070,7 @@ File.defaultProps = {
|
|
|
1067
1070
|
required: false
|
|
1068
1071
|
};
|
|
1069
1072
|
|
|
1070
|
-
var css_248z$1 = ".modal-module_modal-wrap__IsXXf{background:rgba(0,0,0,.4);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9}.modal-module_modal-top__ntDBi{background:#fbfbfb;box-sizing:border-box;display:flex;flex-direction:row;height:44px;padding:4px 10px 4px
|
|
1073
|
+
var css_248z$1 = ".modal-module_modal-wrap__IsXXf{background:rgba(0,0,0,.4);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9}.modal-module_modal-top__ntDBi{background:#fbfbfb;box-sizing:border-box;display:flex;flex-direction:row;height:44px;padding:4px 10px 4px 0;width:100%}.modal-module_modal-title__r-WKl{align-items:center;color:#3c393e;display:flex;flex:1 1;font-size:20px;font-weight:500;line-height:24px;padding-right:20px}.modal-module_close-btn__Qf2UD{cursor:pointer;flex:0 0 auto;width:24px}.modal-module_close-btn__Qf2UD,.modal-module_modal-section__Bp8jN{align-items:center;display:flex;height:100%;justify-content:center}.modal-module_modal-section__Bp8jN{flex:1 1;padding:10px 0;width:100%}.modal-module_modal-content__1F-uE{align-items:center;animation:modal-module_show-popup__WrH7a .24s;background:#fff;border-radius:8px;display:flex;flex-direction:column;height:auto;left:0;margin:auto;min-height:130px;overflow:hidden;padding:10px;position:absolute;right:0;top:110px;width:fit-content}@keyframes modal-module_show-popup__WrH7a{0%{transform:translate3d(0,-30%,0)}to{opacity:1;transform:translateZ(0)}}";
|
|
1071
1074
|
var styles$1 = {"modal-wrap":"modal-module_modal-wrap__IsXXf","modal-top":"modal-module_modal-top__ntDBi","modal-title":"modal-module_modal-title__r-WKl","close-btn":"modal-module_close-btn__Qf2UD","modal-section":"modal-module_modal-section__Bp8jN","modal-content":"modal-module_modal-content__1F-uE","show-popup":"modal-module_show-popup__WrH7a"};
|
|
1072
1075
|
styleInject(css_248z$1);
|
|
1073
1076
|
|
package/dist/index.js
CHANGED
|
@@ -422,7 +422,7 @@ const Icon = props => {
|
|
|
422
422
|
});
|
|
423
423
|
};
|
|
424
424
|
|
|
425
|
-
var css_248z$8 = ".input-module_input-wrap__NunrE{max-width:400px;position:relative}.input-module_input__-ipHD{border:none;border-radius:6px;box-shadow:inset 0 0 0 2px #d1d1d1;box-sizing:border-box;color:#3c393e;cursor:
|
|
425
|
+
var css_248z$8 = ".input-module_input-wrap__NunrE{max-width:400px;position:relative}.input-module_input__-ipHD{border:none;border-radius:6px;box-shadow:inset 0 0 0 2px #d1d1d1;box-sizing:border-box;color:#3c393e;cursor:text;font-size:16px;line-height:20px;outline:none;overflow:hidden;transition:background-color .24s,color .24s}.input-module_input__-ipHD.input-module_full-size__38YG7{width:100%}.input-module_input__-ipHD.input-module_content-size__rZ5EA{width:auto}.input-module_input__-ipHD.input-module_size-medium__frTDq{min-height:46px;padding:12px 15px}.input-module_input__-ipHD:hover{box-shadow:inset 0 0 0 2px #3c393e}.input-module_input__-ipHD:active{box-shadow:inset 0 0 0 2px #00236a}.input-module_inputErrorMessages__hx490{animation:input-module_error-message-show__OrVSo .24s forwards;bottom:0;color:#e00;font-size:14px;left:0;line-height:19px;position:absolute;transform:scale3d(0,0,0);z-index:1}.input-module_labelInput__sUMKQ{color:#000}.input-module_input__-ipHD.input-module_state-disabled__402v0{background-color:#fbfbfb;pointer-events:none}.input-module_input__-ipHD.input-module_error-message__7NphF{box-shadow:inset 0 0 0 2px #e00}.input-module_input-title__giCsY{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}@keyframes input-module_error-message-show__OrVSo{to{bottom:-20px;transform:scaleX(1)}}";
|
|
426
426
|
var styles$8 = {"input-wrap":"input-module_input-wrap__NunrE","input":"input-module_input__-ipHD","full-size":"input-module_full-size__38YG7","content-size":"input-module_content-size__rZ5EA","size-medium":"input-module_size-medium__frTDq","with-icon":"input-module_with-icon__w3jTW","inputErrorMessages":"input-module_inputErrorMessages__hx490","error-message-show":"input-module_error-message-show__OrVSo","labelInput":"input-module_labelInput__sUMKQ","state-disabled":"input-module_state-disabled__402v0","error-message":"input-module_error-message__7NphF","input-title":"input-module_input-title__giCsY"};
|
|
427
427
|
styleInject(css_248z$8);
|
|
428
428
|
|
|
@@ -957,7 +957,7 @@ Select.defaultProps = {
|
|
|
957
957
|
required: false
|
|
958
958
|
};
|
|
959
959
|
|
|
960
|
-
var css_248z$2 = ".file-module_file-form__l13d5{align-items:center;background:#fbfbfb;border:2px dashed;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:
|
|
960
|
+
var css_248z$2 = ".file-module_file-form__l13d5{align-items:center;background:#fbfbfb;border:2px dashed;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:190px;justify-content:space-between;overflow:hidden;padding:4px 0;position:relative;width:100%}.file-module_file-form-wrap__qY--B:before{background:rgba(60,57,62,.4);border-radius:6px;content:\"\";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .24s;width:100%;z-index:1}.file-module_file-form-wrap__qY--B.file-module_active__L1gPt:hover:before{opacity:1;pointer-events:unset}.file-module_file-form-wrap__qY--B.file-module_active__L1gPt:hover .file-module_delete-upload-icon__PWN66{opacity:1}.file-module_file-form-inner-upload__tq3Dn{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:16px;padding-top:48px}.file-module_file-form-inner-upload__tq3Dn>img{display:block;margin-bottom:14px}.file-module_upload-info__a8GFs{margin-bottom:40px;max-width:150px;text-align:center}.file-module_upload-info-txt__l11uN{color:#0da574}.file-module_file-form__l13d5.file-module_default__t7KU0{border-color:#d1d1d1}.file-module_file-form__l13d5.file-module_error__H-M4Z{border-color:#e00}.file-module_file-form__l13d5.file-module_accept__WTW6V{border-color:#00236a}.file-module_delete-upload-icon__PWN66{align-items:center;background:#fff;border-radius:6px;cursor:pointer;display:flex;height:26px;justify-content:center;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .24s;width:26px;z-index:11}.file-module_delete-upload-icon__PWN66>i{color:#00236a;font-size:16px}.file-module_upload-file-content__QHMjn{align-items:center;display:flex;height:100%;justify-content:center;max-height:190px;overflow:hidden;position:relative;width:100%}.file-module_upload-file-content__QHMjn>img{bottom:0;display:block;height:190px;left:0;margin:auto;max-height:190px;position:absolute;right:0;top:0;width:auto}.file-module_file-form-title__zWTSB{margin-bottom:10px;max-width:390px;word-break:break-all}.file-module_file-form-wrap__qY--B{position:relative;transform:translateZ(0)}html{font-size:1.4vmin}@media only screen and (max-width:1279px){html{font-size:1.2vmin}}@media only screen and (max-width:980px){html{font-size:1.5vmin}}@media only screen and (max-width:600px){html{font-size:2.4vmin}}";
|
|
961
961
|
var styles$2 = {"file-form-wrap":"file-module_file-form-wrap__qY--B","file-form":"file-module_file-form__l13d5","active":"file-module_active__L1gPt","delete-upload-icon":"file-module_delete-upload-icon__PWN66","file-form-inner-upload":"file-module_file-form-inner-upload__tq3Dn","upload-info":"file-module_upload-info__a8GFs","upload-info-txt":"file-module_upload-info-txt__l11uN","default":"file-module_default__t7KU0","error":"file-module_error__H-M4Z","accept":"file-module_accept__WTW6V","upload-file-content":"file-module_upload-file-content__QHMjn","file-form-title":"file-module_file-form-title__zWTSB"};
|
|
962
962
|
styleInject(css_248z$2);
|
|
963
963
|
|
|
@@ -1055,7 +1055,10 @@ const File = ({
|
|
|
1055
1055
|
onClick: e => {
|
|
1056
1056
|
setFileName('no selected file');
|
|
1057
1057
|
setImage(null);
|
|
1058
|
-
|
|
1058
|
+
document.querySelector(`.${name}`).value = "";
|
|
1059
|
+
onChange({
|
|
1060
|
+
target: null
|
|
1061
|
+
});
|
|
1059
1062
|
}
|
|
1060
1063
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1061
1064
|
className: "icon-delete"
|
|
@@ -1078,7 +1081,7 @@ File.defaultProps = {
|
|
|
1078
1081
|
required: false
|
|
1079
1082
|
};
|
|
1080
1083
|
|
|
1081
|
-
var css_248z$1 = ".modal-module_modal-wrap__IsXXf{background:rgba(0,0,0,.4);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9}.modal-module_modal-top__ntDBi{background:#fbfbfb;box-sizing:border-box;display:flex;flex-direction:row;height:44px;padding:4px 10px 4px
|
|
1084
|
+
var css_248z$1 = ".modal-module_modal-wrap__IsXXf{background:rgba(0,0,0,.4);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9}.modal-module_modal-top__ntDBi{background:#fbfbfb;box-sizing:border-box;display:flex;flex-direction:row;height:44px;padding:4px 10px 4px 0;width:100%}.modal-module_modal-title__r-WKl{align-items:center;color:#3c393e;display:flex;flex:1 1;font-size:20px;font-weight:500;line-height:24px;padding-right:20px}.modal-module_close-btn__Qf2UD{cursor:pointer;flex:0 0 auto;width:24px}.modal-module_close-btn__Qf2UD,.modal-module_modal-section__Bp8jN{align-items:center;display:flex;height:100%;justify-content:center}.modal-module_modal-section__Bp8jN{flex:1 1;padding:10px 0;width:100%}.modal-module_modal-content__1F-uE{align-items:center;animation:modal-module_show-popup__WrH7a .24s;background:#fff;border-radius:8px;display:flex;flex-direction:column;height:auto;left:0;margin:auto;min-height:130px;overflow:hidden;padding:10px;position:absolute;right:0;top:110px;width:fit-content}@keyframes modal-module_show-popup__WrH7a{0%{transform:translate3d(0,-30%,0)}to{opacity:1;transform:translateZ(0)}}";
|
|
1082
1085
|
var styles$1 = {"modal-wrap":"modal-module_modal-wrap__IsXXf","modal-top":"modal-module_modal-top__ntDBi","modal-title":"modal-module_modal-title__r-WKl","close-btn":"modal-module_close-btn__Qf2UD","modal-section":"modal-module_modal-section__Bp8jN","modal-content":"modal-module_modal-content__1F-uE","show-popup":"modal-module_show-popup__WrH7a"};
|
|
1083
1086
|
styleInject(css_248z$1);
|
|
1084
1087
|
|
package/package.json
CHANGED
|
@@ -11,9 +11,10 @@
|
|
|
11
11
|
border: 2px dashed;
|
|
12
12
|
border-radius: 6px;
|
|
13
13
|
width: 100%;
|
|
14
|
-
height:
|
|
14
|
+
height: 190px;
|
|
15
15
|
padding: 4px 0;
|
|
16
16
|
cursor: pointer;
|
|
17
|
+
overflow: hidden;
|
|
17
18
|
}
|
|
18
19
|
.file-form-wrap:before {
|
|
19
20
|
content: '';
|
|
@@ -89,14 +90,23 @@
|
|
|
89
90
|
position: relative;
|
|
90
91
|
width: 100%;
|
|
91
92
|
height: 100%;
|
|
93
|
+
max-height: 190px;
|
|
92
94
|
display: flex;
|
|
93
95
|
align-items: center;
|
|
94
96
|
justify-content: center;
|
|
97
|
+
overflow: hidden;
|
|
95
98
|
}
|
|
96
99
|
.upload-file-content > img {
|
|
100
|
+
position: absolute;
|
|
101
|
+
top: 0;
|
|
102
|
+
left: 0;
|
|
103
|
+
right: 0;
|
|
104
|
+
bottom: 0;
|
|
105
|
+
margin: auto;
|
|
97
106
|
display: block;
|
|
98
|
-
|
|
107
|
+
width: auto;
|
|
99
108
|
height: 190px;
|
|
109
|
+
max-height: 190px;
|
|
100
110
|
}
|
|
101
111
|
.file-form-title {
|
|
102
112
|
margin-bottom: 10px;
|
|
@@ -107,3 +117,22 @@
|
|
|
107
117
|
position: relative;
|
|
108
118
|
transform: translate3d(0,0,0);
|
|
109
119
|
}
|
|
120
|
+
|
|
121
|
+
html {
|
|
122
|
+
font-size: 1.4vmin;
|
|
123
|
+
}
|
|
124
|
+
@media only screen and (max-width: 1279px) {
|
|
125
|
+
html {
|
|
126
|
+
font-size: 1.2vmin;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
@media only screen and (max-width: 980px) {
|
|
130
|
+
html {
|
|
131
|
+
font-size: 1.5vmin;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
@media only screen and (max-width: 600px) {
|
|
135
|
+
html {
|
|
136
|
+
font-size: 2.4vmin;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -86,7 +86,8 @@ export const File = ({
|
|
|
86
86
|
onClick={(e) => {
|
|
87
87
|
setFileName('no selected file');
|
|
88
88
|
setImage(null);
|
|
89
|
-
|
|
89
|
+
document.querySelector(`.${name}`).value = "";
|
|
90
|
+
onChange({ target: null });
|
|
90
91
|
}}>
|
|
91
92
|
<i className="icon-delete"/>
|
|
92
93
|
</div>
|