@mittwald/flow-remote-react-renderer 0.2.0-alpha.8 → 0.2.0-alpha.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/js/RemoteRenderer.mjs +16 -0
- package/dist/js/RemoteRenderer.mjs.map +1 -0
- package/dist/js/RemoteRendererClient.mjs +55 -0
- package/dist/js/RemoteRendererClient.mjs.map +1 -0
- package/dist/js/auto-generated/index.mjs +113 -0
- package/dist/js/auto-generated/index.mjs.map +1 -0
- package/dist/js/components/Form.mjs +22 -0
- package/dist/js/components/Form.mjs.map +1 -0
- package/dist/js/components/lib/getFormDataObject.mjs +7 -0
- package/dist/js/components/lib/getFormDataObject.mjs.map +1 -0
- package/dist/js/components.mjs +26 -0
- package/dist/js/components.mjs.map +1 -0
- package/dist/js/hooks/useIsMounted.mjs +14 -0
- package/dist/js/hooks/useIsMounted.mjs.map +1 -0
- package/dist/js/index.mjs +7 -0
- package/dist/js/index.mjs.map +1 -0
- package/dist/js/lib/createFlowRemoteComponentRenderer.mjs +36 -0
- package/dist/js/lib/createFlowRemoteComponentRenderer.mjs.map +1 -0
- package/dist/js/lib/elementFactory.mjs +19 -0
- package/dist/js/lib/elementFactory.mjs.map +1 -0
- package/dist/js/lib/mapAttributeToReactProperty.mjs +14 -0
- package/dist/js/lib/mapAttributeToReactProperty.mjs.map +1 -0
- package/dist/js/lib/propClassifiers.mjs +13 -0
- package/dist/js/lib/propClassifiers.mjs.map +1 -0
- package/dist/types/RemoteRenderer.d.ts +4 -7
- package/dist/types/RemoteRenderer.d.ts.map +1 -0
- package/dist/types/RemoteRendererClient.d.ts +11 -0
- package/dist/types/RemoteRendererClient.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +101 -109
- package/dist/types/auto-generated/index.d.ts.map +1 -0
- package/dist/types/components/Form.d.ts +1 -0
- package/dist/types/components/Form.d.ts.map +1 -0
- package/dist/types/components/lib/getFormDataObject.d.ts +1 -0
- package/dist/types/components/lib/getFormDataObject.d.ts.map +1 -0
- package/dist/types/components.d.ts +107 -114
- package/dist/types/components.d.ts.map +1 -0
- package/dist/types/hooks/useIsMounted.d.ts +2 -0
- package/dist/types/hooks/useIsMounted.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/lib/createFlowRemoteComponentRenderer.d.ts +3 -2
- package/dist/types/lib/createFlowRemoteComponentRenderer.d.ts.map +1 -0
- package/dist/types/lib/elementFactory.d.ts +4 -2
- package/dist/types/lib/elementFactory.d.ts.map +1 -0
- package/dist/types/lib/mapAttributeToReactProperty.d.ts +2 -0
- package/dist/types/lib/mapAttributeToReactProperty.d.ts.map +1 -0
- package/dist/types/lib/propClassifiers.d.ts +3 -0
- package/dist/types/lib/propClassifiers.d.ts.map +1 -0
- package/dist/types/lib/stringChildrenExtractor.d.ts +1 -0
- package/dist/types/lib/stringChildrenExtractor.d.ts.map +1 -0
- package/dist/types/lib/types.d.ts +2 -1
- package/dist/types/lib/types.d.ts.map +1 -0
- package/package.json +32 -26
- package/dist/index.js +0 -770
- package/dist/polyfill.js +0 -2
- package/dist/types/lib/mapReactElementAttributes.d.ts +0 -6
- package/dist/types/lib/possibleStandardNames.d.ts +0 -495
- package/dist/types/polyfill.d.ts +0 -0
|
@@ -1,112 +1,104 @@
|
|
|
1
1
|
export declare const flowComponents: {
|
|
2
|
-
readonly "flr-accordion": import('react').ComponentType<import('@remote-dom
|
|
3
|
-
readonly "flr-action": import('react').ComponentType<import('@remote-dom
|
|
4
|
-
readonly "flr-
|
|
5
|
-
readonly "flr-
|
|
6
|
-
readonly "flr-alert": import('react').ComponentType<import('@remote-dom
|
|
7
|
-
readonly "flr-
|
|
8
|
-
readonly "flr-
|
|
9
|
-
readonly "flr-
|
|
10
|
-
readonly "flr-
|
|
11
|
-
readonly "flr-
|
|
12
|
-
readonly "flr-
|
|
13
|
-
readonly "flr-
|
|
14
|
-
readonly "flr-checkbox": import('react').ComponentType<import('@remote-dom
|
|
15
|
-
readonly "flr-checkbox-button": import('react').ComponentType<import('@remote-dom
|
|
16
|
-
readonly "flr-checkbox-group": import('react').ComponentType<import('@remote-dom
|
|
17
|
-
readonly "flr-
|
|
18
|
-
readonly "flr-
|
|
19
|
-
readonly "flr-
|
|
20
|
-
readonly "flr-
|
|
21
|
-
readonly "flr-context-menu-
|
|
22
|
-
readonly "flr-context-menu-
|
|
23
|
-
readonly "flr-contextual-help": import('react').ComponentType<import('@remote-dom
|
|
24
|
-
readonly "flr-contextual-help-trigger": import('react').ComponentType<import('@remote-dom
|
|
25
|
-
readonly "flr-copy-button": import('react').ComponentType<import('@remote-dom
|
|
26
|
-
readonly "flr-counter-badge": import('react').ComponentType<import('@remote-dom
|
|
27
|
-
readonly "flr-country-options": import('react').ComponentType<import('@remote-dom
|
|
28
|
-
readonly "flr-date-picker": import('react').ComponentType<import('@remote-dom
|
|
29
|
-
readonly "flr-date-range-picker": import('react').ComponentType<import('@remote-dom
|
|
30
|
-
readonly "flr-
|
|
31
|
-
readonly "flr-
|
|
32
|
-
readonly "flr-
|
|
33
|
-
readonly "flr-
|
|
34
|
-
readonly "flr-file-
|
|
35
|
-
readonly "flr-
|
|
36
|
-
readonly "flr-
|
|
37
|
-
readonly "flr-
|
|
38
|
-
readonly "flr-
|
|
39
|
-
readonly "flr-
|
|
40
|
-
readonly "flr-
|
|
41
|
-
readonly "flr-
|
|
42
|
-
readonly "flr-
|
|
43
|
-
readonly "flr-
|
|
44
|
-
readonly "flr-
|
|
45
|
-
readonly "flr-
|
|
46
|
-
readonly "flr-
|
|
47
|
-
readonly "flr-
|
|
48
|
-
readonly "flr-
|
|
49
|
-
readonly "flr-
|
|
50
|
-
readonly "flr-
|
|
51
|
-
readonly "flr-
|
|
52
|
-
readonly "flr-
|
|
53
|
-
readonly "flr-
|
|
54
|
-
readonly "flr-list-
|
|
55
|
-
readonly "flr-list-
|
|
56
|
-
readonly "flr-list-
|
|
57
|
-
readonly "flr-
|
|
58
|
-
readonly "flr-
|
|
59
|
-
readonly "flr-
|
|
60
|
-
readonly "flr-
|
|
61
|
-
readonly "flr-
|
|
62
|
-
readonly "flr-
|
|
63
|
-
readonly "flr-
|
|
64
|
-
readonly "flr-
|
|
65
|
-
readonly "flr-
|
|
66
|
-
readonly "flr-
|
|
67
|
-
readonly "flr-
|
|
68
|
-
readonly "flr-
|
|
69
|
-
readonly "flr-
|
|
70
|
-
readonly "flr-
|
|
71
|
-
readonly "flr-
|
|
72
|
-
readonly "flr-
|
|
73
|
-
readonly "flr-
|
|
74
|
-
readonly "flr-
|
|
75
|
-
readonly "flr-
|
|
76
|
-
readonly "flr-
|
|
77
|
-
readonly "flr-
|
|
78
|
-
readonly "flr-
|
|
79
|
-
readonly "flr-
|
|
80
|
-
readonly "flr-
|
|
81
|
-
readonly "flr-
|
|
82
|
-
readonly "flr-
|
|
83
|
-
readonly "flr-
|
|
84
|
-
readonly "flr-
|
|
85
|
-
readonly "flr-
|
|
86
|
-
readonly "flr-
|
|
87
|
-
readonly "flr-
|
|
88
|
-
readonly "flr-
|
|
89
|
-
readonly "flr-
|
|
90
|
-
readonly "flr-
|
|
91
|
-
readonly "flr-
|
|
92
|
-
readonly "flr-
|
|
93
|
-
readonly "flr-
|
|
94
|
-
readonly "flr-
|
|
95
|
-
readonly "flr-
|
|
96
|
-
readonly "flr-
|
|
97
|
-
readonly "flr-
|
|
98
|
-
readonly "flr-
|
|
99
|
-
readonly "flr-
|
|
100
|
-
readonly "flr-
|
|
101
|
-
readonly "flr-
|
|
102
|
-
readonly "flr-table-header": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
103
|
-
readonly "flr-table-row": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
104
|
-
readonly "flr-tabs": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
105
|
-
readonly "flr-text": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
106
|
-
readonly "flr-text-area": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
107
|
-
readonly "flr-text-field": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
108
|
-
readonly "flr-time-field": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
109
|
-
readonly "flr-tooltip": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
110
|
-
readonly "flr-tooltip-trigger": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
2
|
+
readonly "flr-accordion": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
3
|
+
readonly "flr-action-group": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
4
|
+
readonly "flr-alert": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
5
|
+
readonly "flr-alert-badge": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
6
|
+
readonly "flr-alert-icon": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
7
|
+
readonly "flr-align": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
8
|
+
readonly "flr-avatar": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
9
|
+
readonly "flr-avatar-stack": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
10
|
+
readonly "flr-badge": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
11
|
+
readonly "flr-breadcrumb": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
12
|
+
readonly "flr-button": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
13
|
+
readonly "flr-chat": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
14
|
+
readonly "flr-checkbox": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
15
|
+
readonly "flr-checkbox-button": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
16
|
+
readonly "flr-checkbox-group": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
17
|
+
readonly "flr-clear-props-context": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
18
|
+
readonly "flr-code-block": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
19
|
+
readonly "flr-column-layout": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
20
|
+
readonly "flr-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
21
|
+
readonly "flr-context-menu-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
22
|
+
readonly "flr-context-menu-section": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
23
|
+
readonly "flr-contextual-help": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
24
|
+
readonly "flr-contextual-help-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
25
|
+
readonly "flr-copy-button": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
26
|
+
readonly "flr-counter-badge": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
27
|
+
readonly "flr-country-options": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
28
|
+
readonly "flr-date-picker": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
29
|
+
readonly "flr-date-range-picker": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
30
|
+
readonly "flr-dialog-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
31
|
+
readonly "flr-div": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
32
|
+
readonly "flr-field-description": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
33
|
+
readonly "flr-field-error": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
34
|
+
readonly "flr-file-card": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
35
|
+
readonly "flr-file-card-list": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
36
|
+
readonly "flr-file-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
37
|
+
readonly "flr-fragment": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
38
|
+
readonly "flr-header": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
39
|
+
readonly "flr-header-navigation": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
40
|
+
readonly "flr-heading": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
41
|
+
readonly "flr-icon": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
42
|
+
readonly "flr-illustrated-message": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
43
|
+
readonly "flr-image": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
44
|
+
readonly "flr-initials": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
45
|
+
readonly "flr-inline-code": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
46
|
+
readonly "flr-items-grid-list": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
47
|
+
readonly "flr-items-grid-list-item": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
48
|
+
readonly "flr-label": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
49
|
+
readonly "flr-labeled-value": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
50
|
+
readonly "flr-layout-card": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
51
|
+
readonly "flr-light-box": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
52
|
+
readonly "flr-light-box-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
53
|
+
readonly "flr-link": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
54
|
+
readonly "flr-list-empty-view": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
55
|
+
readonly "flr-list-item-view-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
56
|
+
readonly "flr-list-summary": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
57
|
+
readonly "flr-loading-spinner": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
58
|
+
readonly "flr-markdown": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
59
|
+
readonly "flr-menu-item": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
60
|
+
readonly "flr-menu-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
61
|
+
readonly "flr-message": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
62
|
+
readonly "flr-message-separator": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
63
|
+
readonly "flr-message-thread": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
64
|
+
readonly "flr-navigation": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
65
|
+
readonly "flr-navigation-group": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
66
|
+
readonly "flr-notification": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
67
|
+
readonly "flr-notification-provider": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
68
|
+
readonly "flr-number-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
69
|
+
readonly "flr-option": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
70
|
+
readonly "flr-overlay-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
71
|
+
readonly "flr-popover-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
72
|
+
readonly "flr-progress-bar": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
73
|
+
readonly "flr-radio": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
74
|
+
readonly "flr-radio-button": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
75
|
+
readonly "flr-radio-group": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
76
|
+
readonly "flr-search-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
77
|
+
readonly "flr-section": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
78
|
+
readonly "flr-segment": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
79
|
+
readonly "flr-segmented-control": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
80
|
+
readonly "flr-select": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
81
|
+
readonly "flr-separator": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
82
|
+
readonly "flr-skeleton": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
83
|
+
readonly "flr-skeleton-text": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
84
|
+
readonly "flr-slider": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
85
|
+
readonly "flr-switch": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
86
|
+
readonly "flr-tab": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
87
|
+
readonly "flr-tab-title": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
88
|
+
readonly "flr-table": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
89
|
+
readonly "flr-table-body": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
90
|
+
readonly "flr-table-cell": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
91
|
+
readonly "flr-table-column": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
92
|
+
readonly "flr-table-footer-row": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
93
|
+
readonly "flr-table-header": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
94
|
+
readonly "flr-table-row": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
95
|
+
readonly "flr-tabs": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
96
|
+
readonly "flr-text": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
97
|
+
readonly "flr-text-area": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
98
|
+
readonly "flr-text-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
99
|
+
readonly "flr-time-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
100
|
+
readonly "flr-tooltip": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
101
|
+
readonly "flr-tooltip-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
111
102
|
};
|
|
112
103
|
export default flowComponents;
|
|
104
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"AAwGA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8GjB,CAAC;AAEX,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,EAAE,EAIH,MAAM,OAAO,CAAC;AAQf,eAAO,MAAM,IAAI,EAAE,EAqBjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFormDataObject.d.ts","sourceRoot":"","sources":["../../../../src/components/lib/getFormDataObject.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,aAClB,QAAQ,KACjB,MAAM,CAAC,MAAM,EAAE,OAAO,CAC2B,CAAC"}
|
|
@@ -1,116 +1,109 @@
|
|
|
1
1
|
export declare const components: {
|
|
2
|
-
"flr-accordion": import('react').ComponentType<import('@remote-dom
|
|
3
|
-
"flr-action": import('react').ComponentType<import('@remote-dom
|
|
4
|
-
"flr-
|
|
5
|
-
"flr-
|
|
6
|
-
"flr-alert": import('react').ComponentType<import('@remote-dom
|
|
7
|
-
"flr-
|
|
8
|
-
"flr-
|
|
9
|
-
"flr-
|
|
10
|
-
"flr-
|
|
11
|
-
"flr-
|
|
12
|
-
"flr-
|
|
13
|
-
"flr-
|
|
14
|
-
"flr-checkbox": import('react').ComponentType<import('@remote-dom
|
|
15
|
-
"flr-checkbox-button": import('react').ComponentType<import('@remote-dom
|
|
16
|
-
"flr-checkbox-group": import('react').ComponentType<import('@remote-dom
|
|
17
|
-
"flr-
|
|
18
|
-
"flr-
|
|
19
|
-
"flr-
|
|
20
|
-
"flr-
|
|
21
|
-
"flr-context-menu-
|
|
22
|
-
"flr-context-menu-
|
|
23
|
-
"flr-contextual-help": import('react').ComponentType<import('@remote-dom
|
|
24
|
-
"flr-contextual-help-trigger": import('react').ComponentType<import('@remote-dom
|
|
25
|
-
"flr-copy-button": import('react').ComponentType<import('@remote-dom
|
|
26
|
-
"flr-counter-badge": import('react').ComponentType<import('@remote-dom
|
|
27
|
-
"flr-country-options": import('react').ComponentType<import('@remote-dom
|
|
28
|
-
"flr-date-picker": import('react').ComponentType<import('@remote-dom
|
|
29
|
-
"flr-date-range-picker": import('react').ComponentType<import('@remote-dom
|
|
30
|
-
"flr-
|
|
31
|
-
"flr-
|
|
32
|
-
"flr-
|
|
33
|
-
"flr-
|
|
34
|
-
"flr-file-
|
|
35
|
-
"flr-
|
|
36
|
-
"flr-
|
|
37
|
-
"flr-
|
|
38
|
-
"flr-
|
|
39
|
-
"flr-
|
|
40
|
-
"flr-
|
|
41
|
-
"flr-
|
|
42
|
-
"flr-
|
|
43
|
-
"flr-
|
|
44
|
-
"flr-
|
|
45
|
-
"flr-
|
|
46
|
-
"flr-
|
|
47
|
-
"flr-
|
|
48
|
-
"flr-
|
|
49
|
-
"flr-
|
|
50
|
-
"flr-
|
|
51
|
-
"flr-
|
|
52
|
-
"flr-
|
|
53
|
-
"flr-
|
|
54
|
-
"flr-list-
|
|
55
|
-
"flr-list-
|
|
56
|
-
"flr-list-
|
|
57
|
-
"flr-
|
|
58
|
-
"flr-
|
|
59
|
-
"flr-
|
|
60
|
-
"flr-
|
|
61
|
-
"flr-
|
|
62
|
-
"flr-
|
|
63
|
-
"flr-
|
|
64
|
-
"flr-
|
|
65
|
-
"flr-
|
|
66
|
-
"flr-
|
|
67
|
-
"flr-
|
|
68
|
-
"flr-
|
|
69
|
-
"flr-
|
|
70
|
-
"flr-
|
|
71
|
-
"flr-
|
|
72
|
-
"flr-
|
|
73
|
-
"flr-
|
|
74
|
-
"flr-
|
|
75
|
-
"flr-
|
|
76
|
-
"flr-
|
|
77
|
-
"flr-
|
|
78
|
-
"flr-
|
|
79
|
-
"flr-
|
|
80
|
-
"flr-
|
|
81
|
-
"flr-
|
|
82
|
-
"flr-
|
|
83
|
-
"flr-
|
|
84
|
-
"flr-
|
|
85
|
-
"flr-
|
|
86
|
-
"flr-
|
|
87
|
-
"flr-
|
|
88
|
-
"flr-
|
|
89
|
-
"flr-
|
|
90
|
-
"flr-
|
|
91
|
-
"flr-
|
|
92
|
-
"flr-
|
|
93
|
-
"flr-
|
|
94
|
-
"flr-
|
|
95
|
-
"flr-
|
|
96
|
-
"flr-
|
|
97
|
-
"flr-
|
|
98
|
-
"flr-
|
|
99
|
-
"flr-
|
|
100
|
-
"flr-
|
|
101
|
-
"flr-
|
|
102
|
-
"flr-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
"flr-time-field": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
109
|
-
"flr-tooltip": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
110
|
-
"flr-tooltip-trigger": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
111
|
-
"flr-form": import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
112
|
-
svg: import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
113
|
-
circle: import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
114
|
-
g: import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
115
|
-
path: import('react').ComponentType<import('@remote-dom/react/host').RemoteComponentRendererProps>;
|
|
2
|
+
"flr-accordion": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
3
|
+
"flr-action-group": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
4
|
+
"flr-alert": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
5
|
+
"flr-alert-badge": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
6
|
+
"flr-alert-icon": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
7
|
+
"flr-align": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
8
|
+
"flr-avatar": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
9
|
+
"flr-avatar-stack": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
10
|
+
"flr-badge": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
11
|
+
"flr-breadcrumb": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
12
|
+
"flr-button": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
13
|
+
"flr-chat": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
14
|
+
"flr-checkbox": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
15
|
+
"flr-checkbox-button": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
16
|
+
"flr-checkbox-group": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
17
|
+
"flr-clear-props-context": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
18
|
+
"flr-code-block": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
19
|
+
"flr-column-layout": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
20
|
+
"flr-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
21
|
+
"flr-context-menu-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
22
|
+
"flr-context-menu-section": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
23
|
+
"flr-contextual-help": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
24
|
+
"flr-contextual-help-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
25
|
+
"flr-copy-button": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
26
|
+
"flr-counter-badge": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
27
|
+
"flr-country-options": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
28
|
+
"flr-date-picker": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
29
|
+
"flr-date-range-picker": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
30
|
+
"flr-dialog-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
31
|
+
"flr-div": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
32
|
+
"flr-field-description": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
33
|
+
"flr-field-error": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
34
|
+
"flr-file-card": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
35
|
+
"flr-file-card-list": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
36
|
+
"flr-file-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
37
|
+
"flr-fragment": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
38
|
+
"flr-header": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
39
|
+
"flr-header-navigation": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
40
|
+
"flr-heading": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
41
|
+
"flr-icon": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
42
|
+
"flr-illustrated-message": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
43
|
+
"flr-image": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
44
|
+
"flr-initials": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
45
|
+
"flr-inline-code": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
46
|
+
"flr-items-grid-list": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
47
|
+
"flr-items-grid-list-item": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
48
|
+
"flr-label": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
49
|
+
"flr-labeled-value": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
50
|
+
"flr-layout-card": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
51
|
+
"flr-light-box": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
52
|
+
"flr-light-box-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
53
|
+
"flr-link": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
54
|
+
"flr-list-empty-view": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
55
|
+
"flr-list-item-view-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
56
|
+
"flr-list-summary": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
57
|
+
"flr-loading-spinner": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
58
|
+
"flr-markdown": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
59
|
+
"flr-menu-item": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
60
|
+
"flr-menu-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
61
|
+
"flr-message": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
62
|
+
"flr-message-separator": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
63
|
+
"flr-message-thread": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
64
|
+
"flr-navigation": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
65
|
+
"flr-navigation-group": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
66
|
+
"flr-notification": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
67
|
+
"flr-notification-provider": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
68
|
+
"flr-number-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
69
|
+
"flr-option": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
70
|
+
"flr-overlay-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
71
|
+
"flr-popover-content": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
72
|
+
"flr-progress-bar": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
73
|
+
"flr-radio": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
74
|
+
"flr-radio-button": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
75
|
+
"flr-radio-group": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
76
|
+
"flr-search-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
77
|
+
"flr-section": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
78
|
+
"flr-segment": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
79
|
+
"flr-segmented-control": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
80
|
+
"flr-select": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
81
|
+
"flr-separator": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
82
|
+
"flr-skeleton": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
83
|
+
"flr-skeleton-text": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
84
|
+
"flr-slider": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
85
|
+
"flr-switch": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
86
|
+
"flr-tab": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
87
|
+
"flr-tab-title": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
88
|
+
"flr-table": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
89
|
+
"flr-table-body": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
90
|
+
"flr-table-cell": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
91
|
+
"flr-table-column": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
92
|
+
"flr-table-footer-row": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
93
|
+
"flr-table-header": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
94
|
+
"flr-table-row": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
95
|
+
"flr-tabs": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
96
|
+
"flr-text": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
97
|
+
"flr-text-area": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
98
|
+
"flr-text-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
99
|
+
"flr-time-field": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
100
|
+
"flr-tooltip": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
101
|
+
"flr-tooltip-trigger": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
102
|
+
"flr-form": import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
103
|
+
svg: import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
104
|
+
circle: import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
105
|
+
g: import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
106
|
+
path: import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
107
|
+
strong: import('react').ComponentType<import('@mfalkenberg/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
116
108
|
};
|
|
109
|
+
//# sourceMappingURL=components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/components.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAItB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIsMounted.d.ts","sourceRoot":"","sources":["../../../src/hooks/useIsMounted.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,eAMxB,CAAC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|