@mittwald/flow-remote-react-renderer 0.2.0-alpha.17 → 0.2.0-alpha.171

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 (65) hide show
  1. package/dist/js/RemoteRenderer.mjs +17 -0
  2. package/dist/js/RemoteRenderer.mjs.map +1 -0
  3. package/dist/js/RemoteRendererBrowser.mjs +105 -0
  4. package/dist/js/RemoteRendererBrowser.mjs.map +1 -0
  5. package/dist/js/auto-generated/index.mjs +281 -0
  6. package/dist/js/auto-generated/index.mjs.map +1 -0
  7. package/dist/js/components/Form.mjs +22 -0
  8. package/dist/js/components/Form.mjs.map +1 -0
  9. package/dist/js/components/NotificationRenderController.mjs +25 -0
  10. package/dist/js/components/NotificationRenderController.mjs.map +1 -0
  11. package/dist/js/components/SlotRootWrapper.mjs +11 -0
  12. package/dist/js/components/SlotRootWrapper.mjs.map +1 -0
  13. package/dist/js/components/lib/getFormDataObject.mjs +7 -0
  14. package/dist/js/components/lib/getFormDataObject.mjs.map +1 -0
  15. package/dist/js/components.mjs +44 -0
  16. package/dist/js/components.mjs.map +1 -0
  17. package/dist/js/hooks/useAwaiter.mjs +26 -0
  18. package/dist/js/hooks/useAwaiter.mjs.map +1 -0
  19. package/dist/js/hooks/useMergedComponents.mjs +24 -0
  20. package/dist/js/hooks/useMergedComponents.mjs.map +1 -0
  21. package/dist/js/index.mjs +7 -0
  22. package/dist/js/index.mjs.map +1 -0
  23. package/dist/js/lib/createFlowRemoteComponentRenderer.mjs +39 -0
  24. package/dist/js/lib/createFlowRemoteComponentRenderer.mjs.map +1 -0
  25. package/dist/js/lib/elementFactory.mjs +19 -0
  26. package/dist/js/lib/elementFactory.mjs.map +1 -0
  27. package/dist/js/lib/mapAttributeToReactProperty.mjs +14 -0
  28. package/dist/js/lib/mapAttributeToReactProperty.mjs.map +1 -0
  29. package/dist/js/lib/propClassifiers.mjs +13 -0
  30. package/dist/js/lib/propClassifiers.mjs.map +1 -0
  31. package/dist/types/RemoteRenderer.d.ts +4 -8
  32. package/dist/types/RemoteRenderer.d.ts.map +1 -1
  33. package/dist/types/RemoteRendererBrowser.d.ts +15 -0
  34. package/dist/types/RemoteRendererBrowser.d.ts.map +1 -0
  35. package/dist/types/auto-generated/index.d.ts +111 -95
  36. package/dist/types/auto-generated/index.d.ts.map +1 -1
  37. package/dist/types/components/NotificationRenderController.d.ts +4 -0
  38. package/dist/types/components/NotificationRenderController.d.ts.map +1 -0
  39. package/dist/types/components/SlotRootWrapper.d.ts +4 -0
  40. package/dist/types/components/SlotRootWrapper.d.ts.map +1 -0
  41. package/dist/types/components/index.d.ts +3 -0
  42. package/dist/types/components/index.d.ts.map +1 -0
  43. package/dist/types/components/lib/getFormDataObject.d.ts.map +1 -1
  44. package/dist/types/components.d.ts +123 -100
  45. package/dist/types/components.d.ts.map +1 -1
  46. package/dist/types/hooks/useAwaiter.d.ts +9 -0
  47. package/dist/types/hooks/useAwaiter.d.ts.map +1 -0
  48. package/dist/types/hooks/useIsMounted.d.ts +2 -0
  49. package/dist/types/hooks/useIsMounted.d.ts.map +1 -0
  50. package/dist/types/hooks/useMergedComponents.d.ts +5 -0
  51. package/dist/types/hooks/useMergedComponents.d.ts.map +1 -0
  52. package/dist/types/lib/createFlowRemoteComponentRenderer.d.ts +2 -2
  53. package/dist/types/lib/createFlowRemoteComponentRenderer.d.ts.map +1 -1
  54. package/dist/types/lib/elementFactory.d.ts.map +1 -1
  55. package/dist/types/lib/mapAttributeToReactProperty.d.ts.map +1 -1
  56. package/dist/types/lib/propClassifiers.d.ts.map +1 -1
  57. package/dist/types/lib/types.d.ts +1 -1
  58. package/dist/types/lib/types.d.ts.map +1 -1
  59. package/package.json +30 -26
  60. package/dist/index.js +0 -744
  61. package/dist/polyfill.js +0 -2
  62. package/dist/types/lib/stringChildrenExtractor.d.ts +0 -3
  63. package/dist/types/lib/stringChildrenExtractor.d.ts.map +0 -1
  64. package/dist/types/polyfill.d.ts +0 -1
  65. package/dist/types/polyfill.d.ts.map +0 -1
package/dist/index.js DELETED
@@ -1,744 +0,0 @@
1
- import { jsx as u, jsxs as x, Fragment as C } from "react/jsx-runtime";
2
- import { createRemoteComponentRenderer as f, RemoteReceiver as T, RemoteRootRenderer as v } from "@remote-dom/react/host";
3
- import { forwardRef as s, createElement as g, lazy as r, useMemo as h } from "react";
4
- import { isFunction as y, mapValues as S, toCamelCase as R, mapKeys as F, reduce as w } from "remeda";
5
- import { mapEventHandler as k, connectRemoteIframeRef as M } from "@mittwald/flow-remote-core";
6
- import P from "clsx";
7
- const c = (t) => Object.fromEntries(Array.from(t.entries())), B = s((t, o) => {
8
- const {
9
- action: l,
10
- onSubmit: i,
11
- ...a
12
- } = t;
13
- return /* @__PURE__ */ u("form", { ref: o, ...a, action: typeof l == "function" ? (n) => l(c(n)) : l, onSubmit: i ? (n) => {
14
- n.preventDefault(), i(c(new FormData(n.currentTarget)));
15
- } : void 0 });
16
- }), L = /on[A-Z].*/, A = (t, o) => !!t.match(L) && y(o), H = (t) => t === "style", I = (t) => t === "display: none !important;", N = (t, o) => A(o, t) ? k(t, o) : H(o) ? I(t) ? {
17
- display: "none"
18
- } : {} : t, e = (t) => {
19
- const o = s(function(i, a) {
20
- const m = S(i, (d, n) => N(d, n));
21
- return g(t, {
22
- ...m,
23
- ref: a
24
- });
25
- });
26
- return f(o);
27
- }, D = ["aria-", "data-"], E = (t) => D.some((o) => t.startsWith(o)) ? t : R(t), p = (t) => (o) => {
28
- const l = { ...o };
29
- return l.className = P(
30
- String(l.className),
31
- String(l.class)
32
- ), delete l.class, g(t, F(l, E));
33
- }, G = {
34
- "flr-accordion": e(
35
- r(
36
- () => import("@mittwald/flow-react-components/Accordion").then((t) => ({
37
- default: t.Accordion
38
- }))
39
- )
40
- ),
41
- "flr-action-group": e(
42
- r(
43
- () => import("@mittwald/flow-react-components/ActionGroup").then((t) => ({
44
- default: t.ActionGroup
45
- }))
46
- )
47
- ),
48
- "flr-alert": e(
49
- r(
50
- () => import("@mittwald/flow-react-components/Alert").then((t) => ({
51
- default: t.Alert
52
- }))
53
- )
54
- ),
55
- "flr-alert-badge": e(
56
- r(
57
- () => import("@mittwald/flow-react-components/AlertBadge").then((t) => ({
58
- default: t.AlertBadge
59
- }))
60
- )
61
- ),
62
- "flr-alert-icon": e(
63
- r(
64
- () => import("@mittwald/flow-react-components/AlertIcon").then((t) => ({
65
- default: t.AlertIcon
66
- }))
67
- )
68
- ),
69
- "flr-align": e(
70
- r(
71
- () => import("@mittwald/flow-react-components/Align").then((t) => ({
72
- default: t.Align
73
- }))
74
- )
75
- ),
76
- "flr-avatar": e(
77
- r(
78
- () => import("@mittwald/flow-react-components/Avatar").then((t) => ({
79
- default: t.Avatar
80
- }))
81
- )
82
- ),
83
- "flr-badge": e(
84
- r(
85
- () => import("@mittwald/flow-react-components/Badge").then((t) => ({
86
- default: t.Badge
87
- }))
88
- )
89
- ),
90
- "flr-breadcrumb": e(
91
- r(
92
- () => import("@mittwald/flow-react-components/Breadcrumb").then((t) => ({
93
- default: t.Breadcrumb
94
- }))
95
- )
96
- ),
97
- "flr-button": e(
98
- r(
99
- () => import("@mittwald/flow-react-components/Button").then((t) => ({
100
- default: t.Button
101
- }))
102
- )
103
- ),
104
- "flr-checkbox": e(
105
- r(
106
- () => import("@mittwald/flow-react-components/Checkbox").then((t) => ({
107
- default: t.Checkbox
108
- }))
109
- )
110
- ),
111
- "flr-checkbox-button": e(
112
- r(
113
- () => import("@mittwald/flow-react-components/CheckboxButton").then(
114
- (t) => ({ default: t.CheckboxButton })
115
- )
116
- )
117
- ),
118
- "flr-checkbox-group": e(
119
- r(
120
- () => import("@mittwald/flow-react-components/CheckboxGroup").then(
121
- (t) => ({ default: t.CheckboxGroup })
122
- )
123
- )
124
- ),
125
- "flr-code-block": e(
126
- r(
127
- () => import("@mittwald/flow-react-components/CodeBlock").then((t) => ({
128
- default: t.CodeBlock
129
- }))
130
- )
131
- ),
132
- "flr-column-layout": e(
133
- r(
134
- () => import("@mittwald/flow-react-components/ColumnLayout").then((t) => ({
135
- default: t.ColumnLayout
136
- }))
137
- )
138
- ),
139
- "flr-content": e(
140
- r(
141
- () => import("@mittwald/flow-react-components/Content").then((t) => ({
142
- default: t.Content
143
- }))
144
- )
145
- ),
146
- "flr-context-menu": e(
147
- r(
148
- () => import("@mittwald/flow-react-components/ContextMenu").then((t) => ({
149
- default: t.ContextMenu
150
- }))
151
- )
152
- ),
153
- "flr-context-menu-section": e(
154
- r(
155
- () => import("@mittwald/flow-react-components/ContextMenu").then((t) => ({
156
- default: t.ContextMenuSection
157
- }))
158
- )
159
- ),
160
- "flr-context-menu-trigger": e(
161
- r(
162
- () => import("@mittwald/flow-react-components/ContextMenu").then((t) => ({
163
- default: t.ContextMenuTrigger
164
- }))
165
- )
166
- ),
167
- "flr-contextual-help": e(
168
- r(
169
- () => import("@mittwald/flow-react-components/ContextualHelp").then(
170
- (t) => ({ default: t.ContextualHelp })
171
- )
172
- )
173
- ),
174
- "flr-contextual-help-trigger": e(
175
- r(
176
- () => import("@mittwald/flow-react-components/ContextualHelp").then(
177
- (t) => ({ default: t.ContextualHelpTrigger })
178
- )
179
- )
180
- ),
181
- "flr-copy-button": e(
182
- r(
183
- () => import("@mittwald/flow-react-components/CopyButton").then((t) => ({
184
- default: t.CopyButton
185
- }))
186
- )
187
- ),
188
- "flr-counter-badge": e(
189
- r(
190
- () => import("@mittwald/flow-react-components/CounterBadge").then((t) => ({
191
- default: t.CounterBadge
192
- }))
193
- )
194
- ),
195
- "flr-country-options": e(
196
- r(
197
- () => import("@mittwald/flow-react-components/Select").then((t) => ({
198
- default: t.CountryOptions
199
- }))
200
- )
201
- ),
202
- "flr-date-picker": e(
203
- r(
204
- () => import("@mittwald/flow-react-components/DatePicker").then((t) => ({
205
- default: t.DatePicker
206
- }))
207
- )
208
- ),
209
- "flr-date-range-picker": e(
210
- r(
211
- () => import("@mittwald/flow-react-components/DateRangePicker").then(
212
- (t) => ({ default: t.DateRangePicker })
213
- )
214
- )
215
- ),
216
- "flr-div": e(
217
- r(
218
- () => import("@mittwald/flow-react-components/Div").then((t) => ({
219
- default: t.Div
220
- }))
221
- )
222
- ),
223
- "flr-field-description": e(
224
- r(
225
- () => import("@mittwald/flow-react-components/FieldDescription").then(
226
- (t) => ({ default: t.FieldDescription })
227
- )
228
- )
229
- ),
230
- "flr-field-error": e(
231
- r(
232
- () => import("@mittwald/flow-react-components/FieldError").then((t) => ({
233
- default: t.FieldError
234
- }))
235
- )
236
- ),
237
- "flr-file-card": e(
238
- r(
239
- () => import("@mittwald/flow-react-components/FileCard").then((t) => ({
240
- default: t.FileCard
241
- }))
242
- )
243
- ),
244
- "flr-file-card-list": e(
245
- r(
246
- () => import("@mittwald/flow-react-components/FileCardList").then((t) => ({
247
- default: t.FileCardList
248
- }))
249
- )
250
- ),
251
- "flr-file-field": e(
252
- r(
253
- () => import("@mittwald/flow-react-components/FileField").then((t) => ({
254
- default: t.FileField
255
- }))
256
- )
257
- ),
258
- "flr-fragment": e(
259
- r(
260
- () => import("@mittwald/flow-react-components/Fragment").then((t) => ({
261
- default: t.Fragment
262
- }))
263
- )
264
- ),
265
- "flr-header": e(
266
- r(
267
- () => import("@mittwald/flow-react-components/Header").then((t) => ({
268
- default: t.Header
269
- }))
270
- )
271
- ),
272
- "flr-header-navigation": e(
273
- r(
274
- () => import("@mittwald/flow-react-components/HeaderNavigation").then(
275
- (t) => ({ default: t.HeaderNavigation })
276
- )
277
- )
278
- ),
279
- "flr-heading": e(
280
- r(
281
- () => import("@mittwald/flow-react-components/Heading").then((t) => ({
282
- default: t.Heading
283
- }))
284
- )
285
- ),
286
- "flr-icon": e(
287
- r(
288
- () => import("@mittwald/flow-react-components/Icon").then((t) => ({
289
- default: t.Icon
290
- }))
291
- )
292
- ),
293
- "flr-illustrated-message": e(
294
- r(
295
- () => import("@mittwald/flow-react-components/IllustratedMessage").then(
296
- (t) => ({ default: t.IllustratedMessage })
297
- )
298
- )
299
- ),
300
- "flr-image": e(
301
- r(
302
- () => import("@mittwald/flow-react-components/Image").then((t) => ({
303
- default: t.Image
304
- }))
305
- )
306
- ),
307
- "flr-initials": e(
308
- r(
309
- () => import("@mittwald/flow-react-components/Initials").then((t) => ({
310
- default: t.Initials
311
- }))
312
- )
313
- ),
314
- "flr-inline-code": e(
315
- r(
316
- () => import("@mittwald/flow-react-components/InlineCode").then((t) => ({
317
- default: t.InlineCode
318
- }))
319
- )
320
- ),
321
- "flr-items-grid-list": e(
322
- r(
323
- () => import("@mittwald/flow-react-components/List").then((t) => ({
324
- default: t.GridList
325
- }))
326
- )
327
- ),
328
- "flr-items-grid-list-item": e(
329
- r(
330
- () => import("@mittwald/flow-react-components/List").then((t) => ({
331
- default: t.GridListItem
332
- }))
333
- )
334
- ),
335
- "flr-label": e(
336
- r(
337
- () => import("@mittwald/flow-react-components/Label").then((t) => ({
338
- default: t.Label
339
- }))
340
- )
341
- ),
342
- "flr-labeled-value": e(
343
- r(
344
- () => import("@mittwald/flow-react-components/LabeledValue").then((t) => ({
345
- default: t.LabeledValue
346
- }))
347
- )
348
- ),
349
- "flr-layout-card": e(
350
- r(
351
- () => import("@mittwald/flow-react-components/LayoutCard").then((t) => ({
352
- default: t.LayoutCard
353
- }))
354
- )
355
- ),
356
- "flr-light-box": e(
357
- r(
358
- () => import("@mittwald/flow-react-components/LightBox").then((t) => ({
359
- default: t.LightBox
360
- }))
361
- )
362
- ),
363
- "flr-light-box-trigger": e(
364
- r(
365
- () => import("@mittwald/flow-react-components/LightBox").then((t) => ({
366
- default: t.LightBoxTrigger
367
- }))
368
- )
369
- ),
370
- "flr-link": e(
371
- r(
372
- () => import("@mittwald/flow-react-components/Link").then((t) => ({
373
- default: t.Link
374
- }))
375
- )
376
- ),
377
- "flr-list-empty-view": e(
378
- r(
379
- () => import("@mittwald/flow-react-components/List").then((t) => ({
380
- default: t.EmptyView
381
- }))
382
- )
383
- ),
384
- "flr-list-summary": e(
385
- r(
386
- () => import("@mittwald/flow-react-components/List").then((t) => ({
387
- default: t.ListSummary
388
- }))
389
- )
390
- ),
391
- "flr-loading-spinner": e(
392
- r(
393
- () => import("@mittwald/flow-react-components/LoadingSpinner").then(
394
- (t) => ({ default: t.LoadingSpinner })
395
- )
396
- )
397
- ),
398
- "flr-markdown": e(
399
- r(
400
- () => import("@mittwald/flow-react-components/Markdown").then((t) => ({
401
- default: t.Markdown
402
- }))
403
- )
404
- ),
405
- "flr-menu-item": e(
406
- r(
407
- () => import("@mittwald/flow-react-components/MenuItem").then((t) => ({
408
- default: t.MenuItem
409
- }))
410
- )
411
- ),
412
- "flr-message": e(
413
- r(
414
- () => import("@mittwald/flow-react-components/Message").then((t) => ({
415
- default: t.Message
416
- }))
417
- )
418
- ),
419
- "flr-modal": e(
420
- r(
421
- () => import("@mittwald/flow-react-components/Modal").then((t) => ({
422
- default: t.Modal
423
- }))
424
- )
425
- ),
426
- "flr-modal-trigger": e(
427
- r(
428
- () => import("@mittwald/flow-react-components/Modal").then((t) => ({
429
- default: t.ModalTrigger
430
- }))
431
- )
432
- ),
433
- "flr-navigation": e(
434
- r(
435
- () => import("@mittwald/flow-react-components/Navigation").then((t) => ({
436
- default: t.Navigation
437
- }))
438
- )
439
- ),
440
- "flr-navigation-group": e(
441
- r(
442
- () => import("@mittwald/flow-react-components/Navigation").then((t) => ({
443
- default: t.NavigationGroup
444
- }))
445
- )
446
- ),
447
- "flr-notification": e(
448
- r(
449
- () => import("@mittwald/flow-react-components/Notification").then((t) => ({
450
- default: t.Notification
451
- }))
452
- )
453
- ),
454
- "flr-notification-provider": e(
455
- r(
456
- () => import("@mittwald/flow-react-components/NotificationProvider").then(
457
- (t) => ({ default: t.NotificationProvider })
458
- )
459
- )
460
- ),
461
- "flr-number-field": e(
462
- r(
463
- () => import("@mittwald/flow-react-components/NumberField").then((t) => ({
464
- default: t.NumberField
465
- }))
466
- )
467
- ),
468
- "flr-option": e(
469
- r(
470
- () => import("@mittwald/flow-react-components/Select").then((t) => ({
471
- default: t.Option
472
- }))
473
- )
474
- ),
475
- "flr-popover": e(
476
- r(
477
- () => import("@mittwald/flow-react-components/Popover").then((t) => ({
478
- default: t.Popover
479
- }))
480
- )
481
- ),
482
- "flr-popover-trigger": e(
483
- r(
484
- () => import("@mittwald/flow-react-components/Popover").then((t) => ({
485
- default: t.PopoverTrigger
486
- }))
487
- )
488
- ),
489
- "flr-progress-bar": e(
490
- r(
491
- () => import("@mittwald/flow-react-components/ProgressBar").then((t) => ({
492
- default: t.ProgressBar
493
- }))
494
- )
495
- ),
496
- "flr-radio": e(
497
- r(
498
- () => import("@mittwald/flow-react-components/RadioGroup").then((t) => ({
499
- default: t.Radio
500
- }))
501
- )
502
- ),
503
- "flr-radio-button": e(
504
- r(
505
- () => import("@mittwald/flow-react-components/RadioGroup").then((t) => ({
506
- default: t.RadioButton
507
- }))
508
- )
509
- ),
510
- "flr-radio-group": e(
511
- r(
512
- () => import("@mittwald/flow-react-components/RadioGroup").then((t) => ({
513
- default: t.RadioGroup
514
- }))
515
- )
516
- ),
517
- "flr-search-field": e(
518
- r(
519
- () => import("@mittwald/flow-react-components/SearchField").then((t) => ({
520
- default: t.SearchField
521
- }))
522
- )
523
- ),
524
- "flr-section": e(
525
- r(
526
- () => import("@mittwald/flow-react-components/Section").then((t) => ({
527
- default: t.Section
528
- }))
529
- )
530
- ),
531
- "flr-segment": e(
532
- r(
533
- () => import("@mittwald/flow-react-components/SegmentedControl").then(
534
- (t) => ({ default: t.Segment })
535
- )
536
- )
537
- ),
538
- "flr-segmented-control": e(
539
- r(
540
- () => import("@mittwald/flow-react-components/SegmentedControl").then(
541
- (t) => ({ default: t.SegmentedControl })
542
- )
543
- )
544
- ),
545
- "flr-select": e(
546
- r(
547
- () => import("@mittwald/flow-react-components/Select").then((t) => ({
548
- default: t.Select
549
- }))
550
- )
551
- ),
552
- "flr-separator": e(
553
- r(
554
- () => import("@mittwald/flow-react-components/Separator").then((t) => ({
555
- default: t.Separator
556
- }))
557
- )
558
- ),
559
- "flr-skeleton": e(
560
- r(
561
- () => import("@mittwald/flow-react-components/Skeleton").then((t) => ({
562
- default: t.Skeleton
563
- }))
564
- )
565
- ),
566
- "flr-skeleton-text": e(
567
- r(
568
- () => import("@mittwald/flow-react-components/SkeletonText").then((t) => ({
569
- default: t.SkeletonText
570
- }))
571
- )
572
- ),
573
- "flr-slider": e(
574
- r(
575
- () => import("@mittwald/flow-react-components/Slider").then((t) => ({
576
- default: t.Slider
577
- }))
578
- )
579
- ),
580
- "flr-switch": e(
581
- r(
582
- () => import("@mittwald/flow-react-components/Switch").then((t) => ({
583
- default: t.Switch
584
- }))
585
- )
586
- ),
587
- "flr-tab": e(
588
- r(
589
- () => import("@mittwald/flow-react-components/Tabs").then((t) => ({
590
- default: t.Tab
591
- }))
592
- )
593
- ),
594
- "flr-tab-title": e(
595
- r(
596
- () => import("@mittwald/flow-react-components/Tabs").then((t) => ({
597
- default: t.TabTitle
598
- }))
599
- )
600
- ),
601
- "flr-table": e(
602
- r(
603
- () => import("@mittwald/flow-react-components/Table").then((t) => ({
604
- default: t.Table
605
- }))
606
- )
607
- ),
608
- "flr-table-body": e(
609
- r(
610
- () => import("@mittwald/flow-react-components/Table").then((t) => ({
611
- default: t.TableBody
612
- }))
613
- )
614
- ),
615
- "flr-table-cell": e(
616
- r(
617
- () => import("@mittwald/flow-react-components/Table").then((t) => ({
618
- default: t.TableCell
619
- }))
620
- )
621
- ),
622
- "flr-table-column": e(
623
- r(
624
- () => import("@mittwald/flow-react-components/Table").then((t) => ({
625
- default: t.TableColumn
626
- }))
627
- )
628
- ),
629
- "flr-table-footer-row": e(
630
- r(
631
- () => import("@mittwald/flow-react-components/Table").then((t) => ({
632
- default: t.TableFooterRow
633
- }))
634
- )
635
- ),
636
- "flr-table-header": e(
637
- r(
638
- () => import("@mittwald/flow-react-components/Table").then((t) => ({
639
- default: t.TableHeader
640
- }))
641
- )
642
- ),
643
- "flr-table-row": e(
644
- r(
645
- () => import("@mittwald/flow-react-components/Table").then((t) => ({
646
- default: t.TableRow
647
- }))
648
- )
649
- ),
650
- "flr-tabs": e(
651
- r(
652
- () => import("@mittwald/flow-react-components/Tabs").then((t) => ({
653
- default: t.Tabs
654
- }))
655
- )
656
- ),
657
- "flr-text": e(
658
- r(
659
- () => import("@mittwald/flow-react-components/Text").then((t) => ({
660
- default: t.Text
661
- }))
662
- )
663
- ),
664
- "flr-text-area": e(
665
- r(
666
- () => import("@mittwald/flow-react-components/TextArea").then((t) => ({
667
- default: t.TextArea
668
- }))
669
- )
670
- ),
671
- "flr-text-field": e(
672
- r(
673
- () => import("@mittwald/flow-react-components/TextField").then((t) => ({
674
- default: t.TextField
675
- }))
676
- )
677
- ),
678
- "flr-time-field": e(
679
- r(
680
- () => import("@mittwald/flow-react-components/TimeField").then((t) => ({
681
- default: t.TimeField
682
- }))
683
- )
684
- ),
685
- "flr-tooltip": e(
686
- r(
687
- () => import("@mittwald/flow-react-components/Tooltip").then((t) => ({
688
- default: t.Tooltip
689
- }))
690
- )
691
- ),
692
- "flr-tooltip-trigger": e(
693
- r(
694
- () => import("@mittwald/flow-react-components/Tooltip").then((t) => ({
695
- default: t.TooltipTrigger
696
- }))
697
- )
698
- )
699
- }, j = {
700
- svg: f(p("svg")),
701
- circle: f(p("circle")),
702
- g: f(p("g")),
703
- path: f(p("path"))
704
- }, O = {
705
- "flr-form": e(B)
706
- }, W = {
707
- ...j,
708
- ...O,
709
- ...G
710
- }, Q = (t) => {
711
- const { integrations: o = [], src: l, iframeStyle: i } = t, a = h(() => new T(), []), m = h(() => new Map(
712
- Object.entries(
713
- w(
714
- [...o, W],
715
- (n, b) => ({
716
- ...n,
717
- ...b
718
- }),
719
- {}
720
- )
721
- )
722
- ), [...o]), d = /* @__PURE__ */ u(
723
- "iframe",
724
- {
725
- ref: M(a.connection),
726
- src: l,
727
- style: i ?? {
728
- visibility: "hidden",
729
- height: 0,
730
- width: 0,
731
- border: "none",
732
- position: "absolute",
733
- marginLeft: "-9999px"
734
- }
735
- }
736
- );
737
- return /* @__PURE__ */ x(C, { children: [
738
- /* @__PURE__ */ u(v, { components: m, receiver: a }),
739
- d
740
- ] });
741
- };
742
- export {
743
- Q as RemoteRenderer
744
- };