Flowfile 0.5.4__py3-none-any.whl → 0.5.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. flowfile/__main__.py +94 -1
  2. flowfile/web/static/assets/{AdminView-f9847d67.js → AdminView-c2c7942b.js} +1 -1
  3. flowfile/web/static/assets/{CloudConnectionView-faace55b.js → CloudConnectionView-7a3042c6.js} +2 -2
  4. flowfile/web/static/assets/{CloudStorageReader-d86ecaa7.js → CloudStorageReader-709c4037.js} +8 -8
  5. flowfile/web/static/assets/{CloudStorageWriter-0f4d9a44.js → CloudStorageWriter-604c51a8.js} +8 -8
  6. flowfile/web/static/assets/{ColumnActionInput-f4189ae0.js → ColumnActionInput-d63d6746.js} +5 -5
  7. flowfile/web/static/assets/{ColumnSelector-e66b33da.js → ColumnSelector-0c8cd1cd.js} +1 -1
  8. flowfile/web/static/assets/ContextMenu-366bf1b4.js +9 -0
  9. flowfile/web/static/assets/ContextMenu-85cf5b44.js +9 -0
  10. flowfile/web/static/assets/ContextMenu-9d28ae6d.js +9 -0
  11. flowfile/web/static/assets/{ContextMenu.vue_vue_type_script_setup_true_lang-a1bd6314.js → ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js} +1 -1
  12. flowfile/web/static/assets/{CrossJoin-24694b8f.js → CrossJoin-38e5b99a.js} +9 -9
  13. flowfile/web/static/assets/{CustomNode-569d45ff.js → CustomNode-76e8f3f5.js} +16 -16
  14. flowfile/web/static/assets/{DatabaseConnectionSettings-cfc08938.js → DatabaseConnectionSettings-38155669.js} +2 -2
  15. flowfile/web/static/assets/{DatabaseReader-701feabb.js → DatabaseReader-2e549c8f.js} +11 -11
  16. flowfile/web/static/assets/{DatabaseView-0482e5b5.js → DatabaseView-dc877c29.js} +2 -2
  17. flowfile/web/static/assets/{DatabaseWriter-16721989.js → DatabaseWriter-ffb91864.js} +10 -10
  18. flowfile/web/static/assets/{DesignerView-49abb835.css → DesignerView-71d4e9a1.css} +83 -82
  19. flowfile/web/static/assets/{DesignerView-f64749fb.js → DesignerView-a4466dab.js} +133 -80
  20. flowfile/web/static/assets/{DocumentationView-61bd2990.js → DocumentationView-979afc84.js} +1 -1
  21. flowfile/web/static/assets/{ExploreData-e2735b13.js → ExploreData-e4b92aaf.js} +7 -7
  22. flowfile/web/static/assets/{ExternalSource-2535c3b2.js → ExternalSource-d08e7227.js} +7 -7
  23. flowfile/web/static/assets/{Filter-2cdbc93c.js → Filter-7add806d.js} +9 -9
  24. flowfile/web/static/assets/{Formula-fcda3c2c.js → Formula-36ab24d2.js} +9 -9
  25. flowfile/web/static/assets/{FuzzyMatch-f8d3b7d3.js → FuzzyMatch-cc01bb04.js} +10 -10
  26. flowfile/web/static/assets/{GraphSolver-72eaa695.js → GraphSolver-4fb98f3b.js} +8 -8
  27. flowfile/web/static/assets/{GroupBy-8aa0598b.js → GroupBy-b3c8f429.js} +7 -7
  28. flowfile/web/static/assets/{Join-e40f0ffa.js → Join-096b7b26.js} +10 -10
  29. flowfile/web/static/assets/{LoginView-5111c9ae.js → LoginView-c33a246a.js} +1 -1
  30. flowfile/web/static/assets/{ManualInput-3702e677.css → ManualInput-39111f19.css} +48 -48
  31. flowfile/web/static/assets/{ManualInput-9b6f3224.js → ManualInput-7307e9b1.js} +55 -13
  32. flowfile/web/static/assets/{MultiSelect-ef28e19e.js → MultiSelect-14822c48.js} +2 -2
  33. flowfile/web/static/assets/{MultiSelect.vue_vue_type_script_setup_true_lang-83b3bbfd.js → MultiSelect.vue_vue_type_script_setup_true_lang-90c4d340.js} +1 -1
  34. flowfile/web/static/assets/{NodeDesigner-d2b7ee2b.js → NodeDesigner-5036c392.js} +3 -3
  35. flowfile/web/static/assets/{NumericInput-1d789794.js → NumericInput-15cf3b72.js} +2 -2
  36. flowfile/web/static/assets/{NumericInput.vue_vue_type_script_setup_true_lang-7775f83e.js → NumericInput.vue_vue_type_script_setup_true_lang-91e679d7.js} +1 -1
  37. flowfile/web/static/assets/{Output-cefef801.js → Output-1f8ed42c.js} +9 -9
  38. flowfile/web/static/assets/{Pivot-bab1b75b.js → Pivot-0e153f4e.js} +9 -9
  39. flowfile/web/static/assets/{PivotValidation-e7941f91.js → PivotValidation-5a4f7c79.js} +1 -1
  40. flowfile/web/static/assets/{PivotValidation-fba09336.js → PivotValidation-81ec2a33.js} +1 -1
  41. flowfile/web/static/assets/{PolarsCode-740e40fa.js → PolarsCode-a39f15ac.js} +7 -7
  42. flowfile/web/static/assets/PopOver-ddcfe4f6.js +138 -0
  43. flowfile/web/static/assets/{Read-225cc63f.js → Read-39b63932.js} +11 -11
  44. flowfile/web/static/assets/{RecordCount-ffc71eca.js → RecordCount-e9048ccd.js} +6 -6
  45. flowfile/web/static/assets/{RecordId-a70bb8df.js → RecordId-ad02521d.js} +8 -8
  46. flowfile/web/static/assets/{SQLQueryComponent-15a421f5.js → SQLQueryComponent-2eeecf0b.js} +1 -1
  47. flowfile/web/static/assets/{Sample-6c26afc7.js → Sample-9a68c23d.js} +6 -6
  48. flowfile/web/static/assets/{SecretSelector-ceed9496.js → SecretSelector-2429f35a.js} +2 -2
  49. flowfile/web/static/assets/{SecretsView-214d255a.js → SecretsView-c6afc915.js} +2 -2
  50. flowfile/web/static/assets/{Select-8fc29999.js → Select-fcd002b6.js} +9 -9
  51. flowfile/web/static/assets/{SettingsSection-9f0d1725.js → SettingsSection-5ce15962.js} +1 -1
  52. flowfile/web/static/assets/{SettingsSection-83090218.js → SettingsSection-c6b1362c.js} +1 -1
  53. flowfile/web/static/assets/{SettingsSection-3f70e4c3.js → SettingsSection-cebb91d5.js} +1 -1
  54. flowfile/web/static/assets/{SetupView-3fa0aa03.js → SetupView-2d12e01f.js} +4 -4
  55. flowfile/web/static/assets/{SetupView-e2da3442.css → SetupView-ec26f76a.css} +38 -38
  56. flowfile/web/static/assets/{SingleSelect-a4a568cb.js → SingleSelect-b67de4eb.js} +2 -2
  57. flowfile/web/static/assets/{SingleSelect.vue_vue_type_script_setup_true_lang-c8ebdd33.js → SingleSelect.vue_vue_type_script_setup_true_lang-eedb70eb.js} +1 -1
  58. flowfile/web/static/assets/{SliderInput-be533e71.js → SliderInput-fd8134ac.js} +1 -1
  59. flowfile/web/static/assets/{Sort-154dad81.js → Sort-c005a573.js} +7 -7
  60. flowfile/web/static/assets/{TextInput-454e2bda.js → TextInput-1bb31dab.js} +2 -2
  61. flowfile/web/static/assets/{TextInput.vue_vue_type_script_setup_true_lang-e86510d0.js → TextInput.vue_vue_type_script_setup_true_lang-a51fe730.js} +1 -1
  62. flowfile/web/static/assets/{TextToRows-ea73433d.js → TextToRows-4f363753.js} +9 -9
  63. flowfile/web/static/assets/{ToggleSwitch-9d7b30f1.js → ToggleSwitch-ca0f2e5e.js} +2 -2
  64. flowfile/web/static/assets/{ToggleSwitch.vue_vue_type_script_setup_true_lang-00f2580e.js → ToggleSwitch.vue_vue_type_script_setup_true_lang-49aa41d8.js} +1 -1
  65. flowfile/web/static/assets/{UnavailableFields-b72a2c72.js → UnavailableFields-f6147968.js} +2 -2
  66. flowfile/web/static/assets/{Union-1e44f263.js → Union-c65f17b7.js} +6 -6
  67. flowfile/web/static/assets/{Unique-a3bc6d0a.js → Unique-a1d96fb2.js} +10 -10
  68. flowfile/web/static/assets/{Unpivot-e27935fc.js → Unpivot-c2657ff3.js} +8 -8
  69. flowfile/web/static/assets/{UnpivotValidation-72497680.js → UnpivotValidation-28e29a3b.js} +1 -1
  70. flowfile/web/static/assets/{VueGraphicWalker-d9ab70a3.js → VueGraphicWalker-2fc3ddd4.js} +1 -1
  71. flowfile/web/static/assets/{api-a2102880.js → api-df48ec50.js} +1 -1
  72. flowfile/web/static/assets/{api-f75042b0.js → api-ee542cf7.js} +1 -1
  73. flowfile/web/static/assets/{dropDown-2798a109.js → dropDown-7576a76a.js} +1 -1
  74. flowfile/web/static/assets/{fullEditor-cf7d7d93.js → fullEditor-7583bef5.js} +3 -3
  75. flowfile/web/static/assets/{genericNodeSettings-14eac1c3.js → genericNodeSettings-0155288b.js} +2 -3
  76. flowfile/web/static/assets/{index-f0a6e5a5.js → index-057d770d.js} +2 -2
  77. flowfile/web/static/assets/{index-6b367bb5.js → index-aeec439d.js} +1 -1
  78. flowfile/web/static/assets/{index-387a6f18.js → index-ca6799de.js} +2207 -199
  79. flowfile/web/static/assets/{index-e96ab018.css → index-d60c9dd4.css} +311 -0
  80. flowfile/web/static/assets/nodeInput-d478b9ac.js +2 -0
  81. flowfile/web/static/assets/{outputCsv-3c1757e8.js → outputCsv-c492b15e.js} +3 -3
  82. flowfile/web/static/assets/outputCsv-cc84e09f.css +2499 -0
  83. flowfile/web/static/assets/{outputExcel-686e1f48.js → outputExcel-13bfa10f.js} +1 -1
  84. flowfile/web/static/assets/{outputParquet-df28faa7.js → outputParquet-9be1523a.js} +1 -1
  85. flowfile/web/static/assets/{readCsv-e37eee21.js → readCsv-5a49a8c9.js} +1 -1
  86. flowfile/web/static/assets/{readExcel-a13f14bb.js → readExcel-27c30ad8.js} +3 -3
  87. flowfile/web/static/assets/{readParquet-344cf746.js → readParquet-446bde68.js} +1 -1
  88. flowfile/web/static/assets/{secrets.api-ae198c5c.js → secrets.api-34431884.js} +1 -1
  89. flowfile/web/static/assets/{selectDynamic-6b4b0767.js → selectDynamic-5754a2b1.js} +2 -3
  90. flowfile/web/static/assets/{vue-codemirror.esm-31ba0e0b.js → vue-codemirror.esm-8f46fb36.js} +1 -1
  91. flowfile/web/static/assets/{vue-content-loader.es-4469c8ff.js → vue-content-loader.es-808fe33a.js} +1 -1
  92. flowfile/web/static/index.html +2 -2
  93. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/METADATA +1 -1
  94. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/RECORD +99 -99
  95. flowfile_core/flowfile/flow_data_engine/subprocess_operations/subprocess_operations.py +12 -0
  96. flowfile_core/main.py +2 -4
  97. flowfile/web/static/assets/ContextMenu-49463352.js +0 -9
  98. flowfile/web/static/assets/ContextMenu-dd5f3f25.js +0 -9
  99. flowfile/web/static/assets/ContextMenu-f709b884.js +0 -9
  100. flowfile/web/static/assets/PopOver-862d7e28.js +0 -939
  101. flowfile/web/static/assets/nodeInput-ed2ae8d7.js +0 -2
  102. flowfile/web/static/assets/outputCsv-b9a072af.css +0 -2499
  103. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/WHEEL +0 -0
  104. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/entry_points.txt +0 -0
  105. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/licenses/LICENSE +0 -0
@@ -158,6 +158,317 @@
158
158
  .password-requirements li.valid i[data-v-79657dc0] {
159
159
  color: var(--color-success);
160
160
  }
161
+
162
+ .tutorial-tooltip[data-v-4c5588cd] {
163
+ width: 380px;
164
+ max-width: calc(100vw - 40px);
165
+ background: var(--color-background-primary, #ffffff);
166
+ border-radius: 12px;
167
+ box-shadow:
168
+ 0 20px 40px rgba(0, 0, 0, 0.2),
169
+ 0 0 0 1px rgba(0, 0, 0, 0.05);
170
+ z-index: 100000;
171
+ overflow: hidden;
172
+ animation: tooltip-appear-4c5588cd 0.3s ease-out;
173
+ pointer-events: auto;
174
+ }
175
+ @keyframes tooltip-appear-4c5588cd {
176
+ from {
177
+ opacity: 0;
178
+ }
179
+ to {
180
+ opacity: 1;
181
+ }
182
+ }
183
+ .tooltip-progress[data-v-4c5588cd] {
184
+ display: flex;
185
+ align-items: center;
186
+ gap: 12px;
187
+ padding: 12px 16px;
188
+ background: var(--color-background-muted, #f5f5f5);
189
+ border-bottom: 1px solid var(--color-border-light, #e0e0e0);
190
+ }
191
+ .progress-bar[data-v-4c5588cd] {
192
+ flex: 1;
193
+ height: 4px;
194
+ background: var(--color-border-light, #e0e0e0);
195
+ border-radius: 2px;
196
+ overflow: hidden;
197
+ }
198
+ .progress-fill[data-v-4c5588cd] {
199
+ height: 100%;
200
+ background: var(--color-accent, #3b82f6);
201
+ border-radius: 2px;
202
+ transition: width 0.3s ease;
203
+ }
204
+ .progress-text[data-v-4c5588cd] {
205
+ font-size: 12px;
206
+ font-weight: 500;
207
+ color: var(--color-text-secondary, #666);
208
+ white-space: nowrap;
209
+ }
210
+ .tooltip-content[data-v-4c5588cd] {
211
+ padding: 20px;
212
+ }
213
+ .tooltip-title[data-v-4c5588cd] {
214
+ margin: 0 0 12px;
215
+ font-size: 18px;
216
+ font-weight: 600;
217
+ color: var(--color-text-primary, #1a1a1a);
218
+ line-height: 1.3;
219
+ }
220
+ .tooltip-description[data-v-4c5588cd] {
221
+ margin: 0;
222
+ font-size: 14px;
223
+ line-height: 1.6;
224
+ color: var(--color-text-secondary, #666);
225
+ }
226
+ .tooltip-description[data-v-4c5588cd] strong {
227
+ color: var(--color-text-primary, #1a1a1a);
228
+ font-weight: 600;
229
+ }
230
+ .tooltip-description[data-v-4c5588cd] code {
231
+ background: var(--color-background-muted, #f5f5f5);
232
+ padding: 2px 6px;
233
+ border-radius: 4px;
234
+ font-family: var(--font-family-mono, monospace);
235
+ font-size: 13px;
236
+ }
237
+ .tooltip-action-hint[data-v-4c5588cd] {
238
+ display: flex;
239
+ align-items: center;
240
+ gap: 8px;
241
+ margin: 16px 0 0;
242
+ padding: 10px 12px;
243
+ background: var(--color-accent-subtle, rgba(59, 130, 246, 0.1));
244
+ border-radius: 8px;
245
+ font-size: 13px;
246
+ color: var(--color-accent, #3b82f6);
247
+ font-weight: 500;
248
+ }
249
+ .action-icon[data-v-4c5588cd] {
250
+ font-size: 18px;
251
+ }
252
+ .tooltip-navigation[data-v-4c5588cd] {
253
+ display: flex;
254
+ align-items: center;
255
+ justify-content: space-between;
256
+ padding: 12px 16px;
257
+ background: var(--color-background-muted, #f5f5f5);
258
+ border-top: 1px solid var(--color-border-light, #e0e0e0);
259
+ }
260
+ .nav-btn[data-v-4c5588cd] {
261
+ display: inline-flex;
262
+ align-items: center;
263
+ gap: 6px;
264
+ padding: 8px 16px;
265
+ border: none;
266
+ border-radius: 8px;
267
+ font-size: 14px;
268
+ font-weight: 500;
269
+ cursor: pointer;
270
+ transition: all 0.2s ease;
271
+ }
272
+ .skip-btn[data-v-4c5588cd] {
273
+ background: transparent;
274
+ color: var(--color-text-secondary, #666);
275
+ }
276
+ .skip-btn[data-v-4c5588cd]:hover {
277
+ background: var(--color-background-tertiary, #eee);
278
+ color: var(--color-text-primary, #1a1a1a);
279
+ }
280
+ .nav-main[data-v-4c5588cd] {
281
+ display: flex;
282
+ gap: 8px;
283
+ }
284
+ .prev-btn[data-v-4c5588cd] {
285
+ background: var(--color-background-primary, #fff);
286
+ color: var(--color-text-primary, #1a1a1a);
287
+ border: 1px solid var(--color-border-primary, #ddd);
288
+ }
289
+ .prev-btn[data-v-4c5588cd]:hover {
290
+ background: var(--color-background-tertiary, #eee);
291
+ }
292
+ .next-btn[data-v-4c5588cd] {
293
+ background: var(--color-accent, #3b82f6);
294
+ color: white;
295
+ }
296
+ .next-btn[data-v-4c5588cd]:hover {
297
+ background: var(--color-accent-hover, #2563eb);
298
+ }
299
+ .nav-btn .material-icons[data-v-4c5588cd] {
300
+ font-size: 18px;
301
+ }
302
+
303
+ .tutorial-overlay[data-v-cfeb3afc] {
304
+ position: fixed;
305
+ top: 0;
306
+ left: 0;
307
+ width: 100vw;
308
+ height: 100vh;
309
+ z-index: 10000;
310
+ /* Allow clicks to pass through to the page */
311
+ pointer-events: none;
312
+ }
313
+ .tutorial-backdrop[data-v-cfeb3afc] {
314
+ position: absolute;
315
+ top: 0;
316
+ left: 0;
317
+ width: 100%;
318
+ height: 100%;
319
+ pointer-events: none;
320
+ }
321
+ .tutorial-backdrop-full[data-v-cfeb3afc] {
322
+ background: rgba(0, 0, 0, 0.7);
323
+ }
324
+ .tutorial-mask[data-v-cfeb3afc] {
325
+ position: absolute;
326
+ top: 0;
327
+ left: 0;
328
+ width: 100%;
329
+ height: 100%;
330
+ }
331
+ .tutorial-spotlight[data-v-cfeb3afc] {
332
+ position: fixed;
333
+ pointer-events: none;
334
+ z-index: 10001;
335
+ transition: all 0.3s ease-out;
336
+ }
337
+ .spotlight-border[data-v-cfeb3afc] {
338
+ position: absolute;
339
+ top: -2px;
340
+ left: -2px;
341
+ right: -2px;
342
+ bottom: -2px;
343
+ border: 2px solid var(--color-accent);
344
+ border-radius: inherit;
345
+ box-shadow:
346
+ 0 0 0 4px color-mix(in srgb, var(--color-accent) 30%, transparent),
347
+ 0 0 20px color-mix(in srgb, var(--color-accent) 40%, transparent);
348
+ animation: spotlight-pulse-cfeb3afc 2s ease-in-out infinite;
349
+ }
350
+ @keyframes spotlight-pulse-cfeb3afc {
351
+ 0%,
352
+ 100% {
353
+ box-shadow:
354
+ 0 0 0 4px color-mix(in srgb, var(--color-accent) 30%, transparent),
355
+ 0 0 20px color-mix(in srgb, var(--color-accent) 40%, transparent);
356
+ }
357
+ 50% {
358
+ box-shadow:
359
+ 0 0 0 6px color-mix(in srgb, var(--color-accent) 40%, transparent),
360
+ 0 0 30px color-mix(in srgb, var(--color-accent) 50%, transparent);
361
+ }
362
+ }
363
+
364
+ /* Transition animations */
365
+ .tutorial-fade-enter-active[data-v-cfeb3afc],
366
+ .tutorial-fade-leave-active[data-v-cfeb3afc] {
367
+ transition: opacity 0.3s ease;
368
+ }
369
+ .tutorial-fade-enter-from[data-v-cfeb3afc],
370
+ .tutorial-fade-leave-to[data-v-cfeb3afc] {
371
+ opacity: 0;
372
+ }
373
+
374
+ .tutorial-start-container[data-v-36f83d99] {
375
+ position: fixed;
376
+ bottom: 24px;
377
+ right: 24px;
378
+ z-index: 1000;
379
+ }
380
+ .tutorial-dismiss-btn[data-v-36f83d99] {
381
+ position: absolute;
382
+ top: -8px;
383
+ right: -8px;
384
+ width: 24px;
385
+ height: 24px;
386
+ padding: 0;
387
+ display: flex;
388
+ align-items: center;
389
+ justify-content: center;
390
+ background: var(--color-background-primary);
391
+ border: 1px solid var(--color-border-primary);
392
+ border-radius: 50%;
393
+ color: var(--color-text-secondary);
394
+ cursor: pointer;
395
+ transition: all 0.2s ease;
396
+ z-index: 1;
397
+ }
398
+ .tutorial-dismiss-btn[data-v-36f83d99]:hover {
399
+ background: var(--color-background-tertiary);
400
+ color: var(--color-text-primary);
401
+ }
402
+ .tutorial-dismiss-btn .material-icons[data-v-36f83d99] {
403
+ font-size: 16px;
404
+ }
405
+ .tutorial-start-btn[data-v-36f83d99] {
406
+ display: flex;
407
+ align-items: center;
408
+ gap: 12px;
409
+ padding: 16px 20px;
410
+ background: var(--color-accent);
411
+ border: none;
412
+ border-radius: 12px;
413
+ color: var(--color-text-on-accent, #fff);
414
+ cursor: pointer;
415
+ box-shadow:
416
+ 0 4px 12px rgba(0, 0, 0, 0.15),
417
+ 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
418
+ transition: all 0.2s ease;
419
+ }
420
+ .tutorial-start-btn[data-v-36f83d99]:hover {
421
+ transform: translateY(-2px);
422
+ box-shadow:
423
+ 0 8px 20px rgba(0, 0, 0, 0.2),
424
+ 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
425
+ }
426
+ .tutorial-start-btn[data-v-36f83d99]:active {
427
+ transform: translateY(0);
428
+ }
429
+ .btn-icon[data-v-36f83d99] {
430
+ font-size: 28px;
431
+ opacity: 0.9;
432
+ }
433
+ .btn-content[data-v-36f83d99] {
434
+ display: flex;
435
+ flex-direction: column;
436
+ align-items: flex-start;
437
+ text-align: left;
438
+ }
439
+ .btn-title[data-v-36f83d99] {
440
+ font-size: 15px;
441
+ font-weight: 600;
442
+ line-height: 1.2;
443
+ }
444
+ .btn-subtitle[data-v-36f83d99] {
445
+ font-size: 12px;
446
+ opacity: 0.85;
447
+ font-weight: 400;
448
+ }
449
+ .btn-arrow[data-v-36f83d99] {
450
+ font-size: 20px;
451
+ opacity: 0.7;
452
+ margin-left: 4px;
453
+ }
454
+
455
+ /* Animation */
456
+ .float-in-enter-active[data-v-36f83d99] {
457
+ animation: float-in-36f83d99 0.4s ease-out;
458
+ }
459
+ .float-in-leave-active[data-v-36f83d99] {
460
+ animation: float-in-36f83d99 0.3s ease-in reverse;
461
+ }
462
+ @keyframes float-in-36f83d99 {
463
+ from {
464
+ opacity: 0;
465
+ transform: translateY(20px) scale(0.95);
466
+ }
467
+ to {
468
+ opacity: 1;
469
+ transform: translateY(0) scale(1);
470
+ }
471
+ }
161
472
  .app-layout {
162
473
  height: 100vh;
163
474
  display: flex;
@@ -0,0 +1,2 @@
1
+ import { r as ref } from "./index-ca6799de.js";
2
+ ref(null);
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, r as ref, C as watch, o as openBlock, c as createElementBlock, a as createBaseVNode, p as createVNode, q as withCtx, G as Fragment, H as renderList, y as createBlock, x as unref, ay as ElOption, az as ElSelect, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, r as ref, H as watch, o as openBlock, c as createElementBlock, a as createBaseVNode, z as createVNode, A as withCtx, K as Fragment, L as renderList, C as createBlock, B as unref, aD as ElOption, aE as ElSelect, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "csv-table-settings" };
3
3
  const _hoisted_2 = { class: "input-group" };
4
4
  const _hoisted_3 = { class: "input-group" };
@@ -79,8 +79,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
79
79
  };
80
80
  }
81
81
  });
82
- const outputCsv_vue_vue_type_style_index_0_scoped_d331dc14_lang = "";
83
- const CsvTableConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d331dc14"]]);
82
+ const outputCsv_vue_vue_type_style_index_0_scoped_87df83cb_lang = "";
83
+ const CsvTableConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-87df83cb"]]);
84
84
  export {
85
85
  CsvTableConfig as default
86
86
  };