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
@@ -1,5 +1,5 @@
1
1
 
2
- .setup-container[data-v-04875383] {
2
+ .setup-container[data-v-0c48ff2a] {
3
3
  display: flex;
4
4
  align-items: center;
5
5
  justify-content: center;
@@ -11,7 +11,7 @@
11
11
  );
12
12
  padding: var(--spacing-4);
13
13
  }
14
- .setup-card[data-v-04875383] {
14
+ .setup-card[data-v-0c48ff2a] {
15
15
  width: 100%;
16
16
  max-width: 600px;
17
17
  background-color: var(--color-background-primary);
@@ -20,60 +20,60 @@
20
20
  padding: var(--spacing-8);
21
21
  border: 1px solid var(--color-border-light);
22
22
  }
23
- .setup-header[data-v-04875383] {
23
+ .setup-header[data-v-0c48ff2a] {
24
24
  text-align: center;
25
25
  margin-bottom: var(--spacing-6);
26
26
  }
27
- .logo-container[data-v-04875383] {
27
+ .logo-container[data-v-0c48ff2a] {
28
28
  display: flex;
29
29
  justify-content: center;
30
30
  margin-bottom: var(--spacing-4);
31
31
  }
32
- .logo[data-v-04875383] {
32
+ .logo[data-v-0c48ff2a] {
33
33
  width: 80px;
34
34
  height: 80px;
35
35
  object-fit: contain;
36
36
  }
37
- .setup-title[data-v-04875383] {
37
+ .setup-title[data-v-0c48ff2a] {
38
38
  font-size: var(--font-size-2xl);
39
39
  font-weight: var(--font-weight-semibold);
40
40
  color: var(--color-text-primary);
41
41
  margin-bottom: var(--spacing-2);
42
42
  }
43
- .setup-subtitle[data-v-04875383] {
43
+ .setup-subtitle[data-v-0c48ff2a] {
44
44
  font-size: var(--font-size-sm);
45
45
  color: var(--color-text-secondary);
46
46
  margin: 0;
47
47
  }
48
- .setup-content[data-v-04875383] {
48
+ .setup-content[data-v-0c48ff2a] {
49
49
  display: flex;
50
50
  flex-direction: column;
51
51
  gap: var(--spacing-4);
52
52
  }
53
- .info-box[data-v-04875383] {
53
+ .info-box[data-v-0c48ff2a] {
54
54
  display: flex;
55
55
  gap: var(--spacing-3);
56
56
  padding: var(--spacing-4);
57
- background-color: var(--color-info-light);
57
+ background-color: var(--color-background-secondary);
58
58
  border: 1px solid var(--color-info);
59
59
  border-radius: var(--border-radius-md);
60
60
  }
61
- .info-icon[data-v-04875383] {
61
+ .info-icon[data-v-0c48ff2a] {
62
62
  font-size: var(--font-size-xl);
63
63
  color: var(--color-info);
64
64
  flex-shrink: 0;
65
65
  }
66
- .info-text h3[data-v-04875383] {
66
+ .info-text h3[data-v-0c48ff2a] {
67
67
  margin: 0 0 var(--spacing-1) 0;
68
68
  font-size: var(--font-size-base);
69
69
  color: var(--color-text-primary);
70
70
  }
71
- .info-text p[data-v-04875383] {
71
+ .info-text p[data-v-0c48ff2a] {
72
72
  margin: 0;
73
73
  font-size: var(--font-size-sm);
74
74
  color: var(--color-text-secondary);
75
75
  }
76
- .error-message[data-v-04875383] {
76
+ .error-message[data-v-0c48ff2a] {
77
77
  display: flex;
78
78
  align-items: center;
79
79
  gap: var(--spacing-2);
@@ -84,34 +84,34 @@
84
84
  color: var(--color-danger);
85
85
  font-size: var(--font-size-sm);
86
86
  }
87
- .generate-section[data-v-04875383] {
87
+ .generate-section[data-v-0c48ff2a] {
88
88
  display: flex;
89
89
  justify-content: center;
90
90
  padding: var(--spacing-4) 0;
91
91
  }
92
- .generate-button[data-v-04875383] {
92
+ .generate-button[data-v-0c48ff2a] {
93
93
  display: flex;
94
94
  align-items: center;
95
95
  gap: var(--spacing-2);
96
96
  padding: var(--spacing-3) var(--spacing-6);
97
97
  font-size: var(--font-size-base);
98
98
  }
99
- .key-result[data-v-04875383] {
99
+ .key-result[data-v-0c48ff2a] {
100
100
  display: flex;
101
101
  flex-direction: column;
102
102
  gap: var(--spacing-4);
103
103
  }
104
- .key-display[data-v-04875383] {
104
+ .key-display[data-v-0c48ff2a] {
105
105
  display: flex;
106
106
  flex-direction: column;
107
107
  gap: var(--spacing-2);
108
108
  }
109
- .key-label[data-v-04875383] {
109
+ .key-label[data-v-0c48ff2a] {
110
110
  font-size: var(--font-size-sm);
111
111
  font-weight: var(--font-weight-medium);
112
112
  color: var(--color-text-secondary);
113
113
  }
114
- .key-value-wrapper[data-v-04875383] {
114
+ .key-value-wrapper[data-v-0c48ff2a] {
115
115
  display: flex;
116
116
  align-items: center;
117
117
  gap: var(--spacing-2);
@@ -120,14 +120,14 @@
120
120
  border-radius: var(--border-radius-md);
121
121
  padding: var(--spacing-3);
122
122
  }
123
- .key-value[data-v-04875383] {
123
+ .key-value[data-v-0c48ff2a] {
124
124
  flex: 1;
125
125
  font-family: var(--font-family-mono);
126
126
  font-size: var(--font-size-sm);
127
127
  word-break: break-all;
128
128
  color: var(--color-text-primary);
129
129
  }
130
- .copy-button[data-v-04875383] {
130
+ .copy-button[data-v-0c48ff2a] {
131
131
  background: none;
132
132
  border: none;
133
133
  color: var(--color-text-muted);
@@ -139,41 +139,41 @@
139
139
  transition: color var(--transition-fast);
140
140
  border-radius: var(--border-radius-sm);
141
141
  }
142
- .copy-button[data-v-04875383]:hover {
142
+ .copy-button[data-v-0c48ff2a]:hover {
143
143
  color: var(--color-text-secondary);
144
144
  background-color: var(--color-background-muted);
145
145
  }
146
- .copy-button.small[data-v-04875383] {
146
+ .copy-button.small[data-v-0c48ff2a] {
147
147
  padding: var(--spacing-1);
148
148
  }
149
- .instructions-box[data-v-04875383] {
149
+ .instructions-box[data-v-0c48ff2a] {
150
150
  background-color: var(--color-background-secondary);
151
151
  border: 1px solid var(--color-border-light);
152
152
  border-radius: var(--border-radius-md);
153
153
  padding: var(--spacing-4);
154
154
  }
155
- .instructions-box h4[data-v-04875383] {
155
+ .instructions-box h4[data-v-0c48ff2a] {
156
156
  margin: 0 0 var(--spacing-3) 0;
157
157
  font-size: var(--font-size-sm);
158
158
  font-weight: var(--font-weight-medium);
159
159
  color: var(--color-text-primary);
160
160
  }
161
- .instruction-content p[data-v-04875383] {
161
+ .instruction-content p[data-v-0c48ff2a] {
162
162
  margin: 0 0 var(--spacing-2) 0;
163
163
  font-size: var(--font-size-sm);
164
164
  color: var(--color-text-secondary);
165
165
  }
166
- .instruction-content code[data-v-04875383] {
166
+ .instruction-content code[data-v-0c48ff2a] {
167
167
  background-color: var(--color-background-muted);
168
168
  padding: var(--spacing-0-5) var(--spacing-1);
169
169
  border-radius: var(--border-radius-sm);
170
170
  font-size: var(--font-size-xs);
171
171
  }
172
- .instruction-content .hint[data-v-04875383] {
172
+ .instruction-content .hint[data-v-0c48ff2a] {
173
173
  margin-top: var(--spacing-3);
174
174
  color: var(--color-text-muted);
175
175
  }
176
- .code-block[data-v-04875383] {
176
+ .code-block[data-v-0c48ff2a] {
177
177
  display: flex;
178
178
  align-items: center;
179
179
  gap: var(--spacing-2);
@@ -182,7 +182,7 @@
182
182
  border-radius: var(--border-radius-md);
183
183
  padding: var(--spacing-2) var(--spacing-3);
184
184
  }
185
- .code-block code[data-v-04875383] {
185
+ .code-block code[data-v-0c48ff2a] {
186
186
  flex: 1;
187
187
  font-family: var(--font-family-mono);
188
188
  font-size: var(--font-size-xs);
@@ -190,7 +190,7 @@
190
190
  background: none;
191
191
  padding: 0;
192
192
  }
193
- .warning-box[data-v-04875383] {
193
+ .warning-box[data-v-0c48ff2a] {
194
194
  display: flex;
195
195
  gap: var(--spacing-3);
196
196
  padding: var(--spacing-3) var(--spacing-4);
@@ -200,30 +200,30 @@
200
200
  font-size: var(--font-size-sm);
201
201
  color: var(--color-warning-dark);
202
202
  }
203
- .warning-box i[data-v-04875383] {
203
+ .warning-box i[data-v-0c48ff2a] {
204
204
  flex-shrink: 0;
205
205
  color: var(--color-warning);
206
206
  }
207
- .setup-footer[data-v-04875383] {
207
+ .setup-footer[data-v-0c48ff2a] {
208
208
  text-align: center;
209
209
  margin-top: var(--spacing-6);
210
210
  padding-top: var(--spacing-4);
211
211
  border-top: 1px solid var(--color-border-light);
212
212
  }
213
- .footer-text[data-v-04875383] {
213
+ .footer-text[data-v-0c48ff2a] {
214
214
  font-size: var(--font-size-xs);
215
215
  color: var(--color-text-muted);
216
216
  margin: 0;
217
217
  }
218
- .loading-spinner[data-v-04875383] {
218
+ .loading-spinner[data-v-0c48ff2a] {
219
219
  width: 18px;
220
220
  height: 18px;
221
221
  border: 2px solid transparent;
222
222
  border-top-color: currentColor;
223
223
  border-radius: 50%;
224
- animation: spin-04875383 0.8s linear infinite;
224
+ animation: spin-0c48ff2a 0.8s linear infinite;
225
225
  }
226
- @keyframes spin-04875383 {
226
+ @keyframes spin-0c48ff2a {
227
227
  to {
228
228
  transform: rotate(360deg);
229
229
  }
@@ -1,5 +1,5 @@
1
- import { _ as _sfc_main } from "./SingleSelect.vue_vue_type_script_setup_true_lang-c8ebdd33.js";
2
- import "./index-387a6f18.js";
1
+ import { _ as _sfc_main } from "./SingleSelect.vue_vue_type_script_setup_true_lang-eedb70eb.js";
2
+ import "./index-ca6799de.js";
3
3
  export {
4
4
  _sfc_main as default
5
5
  };
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, B as computed, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, p as createVNode, q as withCtx, G as Fragment, H as renderList, y as createBlock } from "./index-387a6f18.js";
1
+ import { d as defineComponent, G as computed, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode, A as withCtx, K as Fragment, L as renderList, C as createBlock } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "component-container" };
3
3
  const _hoisted_2 = { class: "listbox-subtitle" };
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, p as createVNode, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "component-container" };
3
3
  const _hoisted_2 = { class: "listbox-subtitle" };
4
4
  const _hoisted_3 = { class: "slider-wrapper" };
@@ -1,10 +1,10 @@
1
- import { d as defineComponent, r as ref, B as computed, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, G as Fragment, H as renderList, n as normalizeClass, t as toDisplayString, e as createCommentVNode, a0 as normalizeStyle, w as withModifiers, y as createBlock, x as unref, g as _export_sfc } from "./index-387a6f18.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
5
- import "./DesignerView-f64749fb.js";
6
- import "./index-f0a6e5a5.js";
7
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, G as computed, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, n as normalizeClass, t as toDisplayString, e as createCommentVNode, a4 as normalizeStyle, w as withModifiers, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
4
+ import "./DesignerView-a4466dab.js";
5
+ import "./PopOver-ddcfe4f6.js";
6
+ import "./index-057d770d.js";
7
+ import "./vue-codemirror.esm-8f46fb36.js";
8
8
  const _hoisted_1 = {
9
9
  key: 0,
10
10
  class: "listbox-wrapper"
@@ -1,5 +1,5 @@
1
- import { _ as _sfc_main } from "./TextInput.vue_vue_type_script_setup_true_lang-e86510d0.js";
2
- import "./index-387a6f18.js";
1
+ import { _ as _sfc_main } from "./TextInput.vue_vue_type_script_setup_true_lang-a51fe730.js";
2
+ import "./index-ca6799de.js";
3
3
  export {
4
4
  _sfc_main as default
5
5
  };
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, p as createVNode } from "./index-387a6f18.js";
1
+ import { d as defineComponent, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "component-container" };
3
3
  const _hoisted_2 = { class: "listbox-subtitle" };
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,12 +1,12 @@
1
- import { d as defineComponent, r as ref, B as computed, F as onMounted, Z as nextTick, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, f as createTextVNode, e as createCommentVNode, i as withDirectives, v as vModelText, y as createBlock, x as unref, g as _export_sfc } from "./index-387a6f18.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { C as ColumnSelector } from "./dropDown-2798a109.js";
4
- import { u as unavailableField } from "./UnavailableFields-b72a2c72.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
6
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
7
- import "./DesignerView-f64749fb.js";
8
- import "./index-f0a6e5a5.js";
9
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, r as ref, l as useNodeStore, G as computed, J as onMounted, a2 as nextTick, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, f as createTextVNode, e as createCommentVNode, i as withDirectives, v as vModelText, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as ColumnSelector } from "./dropDown-7576a76a.js";
3
+ import { u as unavailableField } from "./UnavailableFields-f6147968.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
5
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
6
+ import "./PopOver-ddcfe4f6.js";
7
+ import "./DesignerView-a4466dab.js";
8
+ import "./index-057d770d.js";
9
+ import "./vue-codemirror.esm-8f46fb36.js";
10
10
  const _hoisted_1 = {
11
11
  key: 0,
12
12
  class: "listbox-wrapper"
@@ -1,5 +1,5 @@
1
- import { _ as _sfc_main } from "./ToggleSwitch.vue_vue_type_script_setup_true_lang-00f2580e.js";
2
- import "./index-387a6f18.js";
1
+ import { _ as _sfc_main } from "./ToggleSwitch.vue_vue_type_script_setup_true_lang-49aa41d8.js";
2
+ import "./index-ca6799de.js";
3
3
  export {
4
4
  _sfc_main as default
5
5
  };
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, p as createVNode } from "./index-387a6f18.js";
1
+ import { d as defineComponent, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "component-container" };
3
3
  const _hoisted_2 = { class: "listbox-subtitle" };
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,5 +1,5 @@
1
- import { P as PopOver } from "./PopOver-862d7e28.js";
2
- import { d as defineComponent, o as openBlock, y as createBlock, q as withCtx, a as createBaseVNode, t as toDisplayString, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { P as PopOver } from "./PopOver-ddcfe4f6.js";
2
+ import { d as defineComponent, o as openBlock, C as createBlock, A as withCtx, a as createBaseVNode, t as toDisplayString, g as _export_sfc } from "./index-ca6799de.js";
3
3
  const _hoisted_1 = { class: "icon-wrapper" };
4
4
  const _hoisted_2 = { class: "unavailable-icon" };
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,9 +1,9 @@
1
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
2
- import { d as defineComponent, r as ref, F as onMounted, Z as nextTick, l as onUnmounted, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-387a6f18.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
4
- import "./DesignerView-f64749fb.js";
5
- import "./index-f0a6e5a5.js";
6
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, J as onMounted, a2 as nextTick, q as onUnmounted, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, f as createTextVNode, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
3
+ import "./DesignerView-a4466dab.js";
4
+ import "./PopOver-ddcfe4f6.js";
5
+ import "./index-057d770d.js";
6
+ import "./vue-codemirror.esm-8f46fb36.js";
7
7
  const _hoisted_1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"
@@ -1,14 +1,14 @@
1
- import "./nodeInput-ed2ae8d7.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
3
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
4
- import { d as defineComponent, r as ref, B as computed, F as onMounted, Z as nextTick, l as onUnmounted, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, y as createBlock, x as unref, g as _export_sfc } from "./index-387a6f18.js";
5
- import { s as selectDynamic } from "./selectDynamic-6b4b0767.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
1
+ import "./nodeInput-d478b9ac.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { d as defineComponent, l as useNodeStore, r as ref, G as computed, J as onMounted, a2 as nextTick, q as onUnmounted, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
4
+ import { s as selectDynamic } from "./selectDynamic-5754a2b1.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
7
6
  import { h as createSelectInputFromName } from "./node.types-2c15bb7e.js";
8
- import "./UnavailableFields-b72a2c72.js";
9
- import "./DesignerView-f64749fb.js";
10
- import "./index-f0a6e5a5.js";
11
- import "./vue-codemirror.esm-31ba0e0b.js";
7
+ import "./UnavailableFields-f6147968.js";
8
+ import "./PopOver-ddcfe4f6.js";
9
+ import "./DesignerView-a4466dab.js";
10
+ import "./index-057d770d.js";
11
+ import "./vue-codemirror.esm-8f46fb36.js";
12
12
  const _hoisted_1 = {
13
13
  key: 0,
14
14
  class: "listbox-wrapper"
@@ -1,11 +1,11 @@
1
- import { d as defineComponent, r as ref, F as onMounted, Z as nextTick, l as onUnmounted, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, G as Fragment, H as renderList, n as normalizeClass, w as withModifiers, t as toDisplayString, y as createBlock, e as createCommentVNode, g as _export_sfc } from "./index-387a6f18.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import "./DesignerView-f64749fb.js";
4
- import { _ as _sfc_main$1 } from "./ContextMenu.vue_vue_type_script_setup_true_lang-a1bd6314.js";
5
- import SettingsSection from "./SettingsSection-83090218.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
7
- import "./index-f0a6e5a5.js";
8
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, J as onMounted, a2 as nextTick, q as onUnmounted, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, n as normalizeClass, w as withModifiers, t as toDisplayString, C as createBlock, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
2
+ import "./DesignerView-a4466dab.js";
3
+ import { _ as _sfc_main$1 } from "./ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js";
4
+ import SettingsSection from "./SettingsSection-c6b1362c.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
6
+ import "./PopOver-ddcfe4f6.js";
7
+ import "./index-057d770d.js";
8
+ import "./vue-codemirror.esm-8f46fb36.js";
9
9
  const _hoisted_1 = {
10
10
  key: 0,
11
11
  class: "listbox-wrapper"
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, B as computed, o as openBlock, y as createBlock, q as withCtx, p as createVNode, a as createBaseVNode, x as unref, at as ElIcon, c as createElementBlock, e as createCommentVNode, ax as ElPopover, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, G as computed, o as openBlock, C as createBlock, A as withCtx, z as createVNode, a as createBaseVNode, B as unref, ay as ElIcon, c as createElementBlock, e as createCommentVNode, aC as ElPopover, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "validation-wrapper" };
3
3
  const _hoisted_2 = {
4
4
  key: 0,
@@ -1,4 +1,4 @@
1
- import { A as getDefaultExportFromCjs, d as defineComponent, r as ref, F as onMounted, l as onUnmounted, o as openBlock, c as createElementBlock, as as toRaw, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { F as getDefaultExportFromCjs, d as defineComponent, r as ref, J as onMounted, q as onUnmounted, o as openBlock, c as createElementBlock, ax as toRaw, g as _export_sfc } from "./index-ca6799de.js";
2
2
  function _mergeNamespaces(n10, m10) {
3
3
  for (var i = 0; i < m10.length; i++) {
4
4
  const e19 = m10[i];
@@ -1,4 +1,4 @@
1
- import { k as axios } from "./index-387a6f18.js";
1
+ import { k as axios } from "./index-ca6799de.js";
2
2
  const API_BASE_URL = "/db_connection_lib";
3
3
  const toPythonFormat = (connection) => {
4
4
  return {
@@ -1,4 +1,4 @@
1
- import { k as axios } from "./index-387a6f18.js";
1
+ import { k as axios } from "./index-ca6799de.js";
2
2
  const API_BASE_URL = "/cloud_connections";
3
3
  const toPythonFormat = (connection) => {
4
4
  return {
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, r as ref, B as computed, F as onMounted, l as onUnmounted, C as watch, Z as nextTick, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, i as withDirectives, v as vModelText, n as normalizeClass, p as createVNode, q as withCtx, G as Fragment, H as renderList, w as withModifiers, e as createCommentVNode, ai as Transition, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, r as ref, G as computed, J as onMounted, q as onUnmounted, H as watch, a2 as nextTick, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, i as withDirectives, v as vModelText, n as normalizeClass, z as createVNode, A as withCtx, K as Fragment, L as renderList, w as withModifiers, e as createCommentVNode, an as Transition, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "input-wrapper" };
3
3
  const _hoisted_2 = ["placeholder", "aria-expanded", "aria-controls", "aria-activedescendant", "disabled"];
4
4
  const _hoisted_3 = { class: "icon-container" };
@@ -4,9 +4,9 @@ var __publicField = (obj, key, value) => {
4
4
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  return value;
6
6
  };
7
- import { u as useNodeStore, P as PopOver } from "./PopOver-862d7e28.js";
8
- import { d as defineComponent, r as ref, C as watch, F as onMounted, o as openBlock, c as createElementBlock, H as renderList, a as createBaseVNode, t as toDisplayString, G as Fragment, g as _export_sfc, n as normalizeClass, p as createVNode, q as withCtx, a4 as shallowRef, x as unref, k as axios, Z as nextTick, e as createCommentVNode, B as computed, aw as debounce, a0 as normalizeStyle, y as createBlock } from "./index-387a6f18.js";
9
- import { V as ViewPlugin, x as Decoration, c as EditorState, d as autocompletion, R as RangeSetBuilder, T } from "./vue-codemirror.esm-31ba0e0b.js";
7
+ import { d as defineComponent, r as ref, l as useNodeStore, H as watch, J as onMounted, o as openBlock, c as createElementBlock, L as renderList, a as createBaseVNode, t as toDisplayString, K as Fragment, g as _export_sfc, n as normalizeClass, z as createVNode, A as withCtx, a8 as shallowRef, B as unref, k as axios, a2 as nextTick, e as createCommentVNode, G as computed, aB as debounce, a4 as normalizeStyle, C as createBlock } from "./index-ca6799de.js";
8
+ import { P as PopOver } from "./PopOver-ddcfe4f6.js";
9
+ import { V as ViewPlugin, x as Decoration, c as EditorState, d as autocompletion, R as RangeSetBuilder, T } from "./vue-codemirror.esm-8f46fb36.js";
10
10
  const _hoisted_1$5 = { class: "cool-button-container" };
11
11
  const _hoisted_2$4 = ["onClick"];
12
12
  const _sfc_main$5 = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,5 @@
1
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
2
- import { d as defineComponent, r as ref, C as watch, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, T as renderSlot, a as createBaseVNode, f as createTextVNode, x as unref, g as _export_sfc } from "./index-387a6f18.js";
3
- import { i as info_filled_default } from "./DesignerView-f64749fb.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, H as watch, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, X as renderSlot, a as createBaseVNode, f as createTextVNode, B as unref, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { i as info_filled_default } from "./DesignerView-a4466dab.js";
4
3
  const _hoisted_1 = { class: "settings-wrapper" };
5
4
  const _hoisted_2 = { class: "settings-section" };
6
5
  const _hoisted_3 = { class: "setting-group" };
@@ -1,5 +1,5 @@
1
- import { am as flowfileCorebaseURL, k as axios } from "./index-387a6f18.js";
2
- import { e as Parser, N as NodeSet, f as NodeType, D as DefaultBufferLength, g as NodeProp, h as Tree, I as IterMode, s as styleTags, t as tags, L as LanguageSupport, j as syntaxTree, l as ifNotIn, m as LRLanguage, n as indentNodeProp, o as delimitedIndent, p as foldNodeProp, q as foldInside, r as completeFromList, u as NodeWeakMap, v as snippetCompletion, H as HighlightStyle, w as syntaxHighlighting, E as EditorView } from "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { ar as flowfileCorebaseURL, k as axios } from "./index-ca6799de.js";
2
+ import { e as Parser, N as NodeSet, f as NodeType, D as DefaultBufferLength, g as NodeProp, h as Tree, I as IterMode, s as styleTags, t as tags, L as LanguageSupport, j as syntaxTree, l as ifNotIn, m as LRLanguage, n as indentNodeProp, o as delimitedIndent, p as foldNodeProp, q as foldInside, r as completeFromList, u as NodeWeakMap, v as snippetCompletion, H as HighlightStyle, w as syntaxHighlighting, E as EditorView } from "./vue-codemirror.esm-8f46fb36.js";
3
3
  const __vite_glob_0_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAACO0lEQVR4nN2Yz0vbYBjHv29NbZUy0B43QUG9zNPEHUT05NCTiu6o0NbDLk5a/RMERaonkSrO8zw4alFQtBsMBG96kJ5EUTcRh78QRGvsu4O8MSk1fdMmaeLnlL7p++ST53kfkjeADSCKX5GI4Ci+XQCl3uwzKXUkyYD4ZWjXKDnpUuxA+BbeBEij9hD0SgwMl+kplY5McoLmHEVMNYi06E/eNs4iEQf/zjEyonDRR9IAxMCQ5OYopIgawlz4gR1bVhKECJgPvwOsLAlAoIgAFpdMgXgAQFD704M/ZI4NAOf85IvnLJ1Jhi0kVcvNUCtFvvAsKVtk0haSXOU2s8sz8XoyqWfjsKpMJ3bQUVmNt6WerHNMzSQT/ByPYXDrJyq/z+Li/i7rPK5M6gET7NqIYvloXxovd7mzzjW1cdrXFrHx91BzXNPKnS6Y1HDjhjYOy1TnelQp6Aum7QDVMSyTTLAnHsPK8fMaTPqCIESLokGScsGlwz1pPBdBgLPciR4fd8CaN0+72871qDKD/pCmEsvhkmQX5qVtdRHxE2WT5CoI6Ng4/to6zDR9wlRiWymosUkyoduaHG1oBgAEt35JY7muwXR0eeJ4BCfKXW78Pn36iDH+sQXBuno9QgPglIy1dqme97pLAAA752eGvNZxSbZXVHEF+/r+Q14yL2GL90lbSKqW28hdohYsnUkCeglYXPKx2NkHyCQpJT8Kp5MJmkTv4A0gk3zsD3WnQMYKJyWHXouBYVehLV4f/wHit6c8llKODwAAAABJRU5ErkJggg==";
4
4
  const __vite_glob_0_1 = "/assets/airbyte-292aa232.png";
5
5
  const __vite_glob_0_2 = "/assets/cloud_storage_reader-aa1415d6.png";
@@ -1,4 +1,4 @@
1
- import { k as axios } from "./index-387a6f18.js";
1
+ import { k as axios } from "./index-ca6799de.js";
2
2
  const {
3
3
  Axios,
4
4
  AxiosError,