@mittwald/flow-remote-react-renderer 0.2.0-alpha.30 → 0.2.0-alpha.300
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 +17 -0
- package/dist/js/RemoteRenderer.mjs.map +1 -0
- package/dist/js/core/src/file.mjs +17 -0
- package/dist/js/core/src/file.mjs.map +1 -0
- package/dist/js/index.mjs +7 -0
- package/dist/js/index.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/RemoteRendererBrowser.mjs +111 -0
- package/dist/js/remote-react-renderer/src/RemoteRendererBrowser.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/auto-generated/index.mjs +293 -0
- package/dist/js/remote-react-renderer/src/auto-generated/index.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/components/Form.mjs +37 -0
- package/dist/js/remote-react-renderer/src/components/Form.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/components/NotificationRenderController.mjs +25 -0
- package/dist/js/remote-react-renderer/src/components/NotificationRenderController.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/components/SlotRootWrapper.mjs +11 -0
- package/dist/js/remote-react-renderer/src/components/SlotRootWrapper.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/components/lib/prepareFormData.mjs +25 -0
- package/dist/js/remote-react-renderer/src/components/lib/prepareFormData.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/components.mjs +48 -0
- package/dist/js/remote-react-renderer/src/components.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/hooks/useAwaiter.mjs +26 -0
- package/dist/js/remote-react-renderer/src/hooks/useAwaiter.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/hooks/useMergedComponents.mjs +24 -0
- package/dist/js/remote-react-renderer/src/hooks/useMergedComponents.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/hooks/useUpdateHostPathnameOnRemote.mjs +17 -0
- package/dist/js/remote-react-renderer/src/hooks/useUpdateHostPathnameOnRemote.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/lib/createFlowRemoteComponentRenderer.mjs +47 -0
- package/dist/js/remote-react-renderer/src/lib/createFlowRemoteComponentRenderer.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/lib/elementFactory.mjs +23 -0
- package/dist/js/remote-react-renderer/src/lib/elementFactory.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/lib/mapAttributeToReactProperty.mjs +14 -0
- package/dist/js/remote-react-renderer/src/lib/mapAttributeToReactProperty.mjs.map +1 -0
- package/dist/js/remote-react-renderer/src/lib/propClassifiers.mjs +9 -0
- package/dist/js/remote-react-renderer/src/lib/propClassifiers.mjs.map +1 -0
- package/dist/types/RemoteRenderer.d.ts +2 -2
- package/dist/types/RemoteRenderer.d.ts.map +1 -1
- package/dist/types/RemoteRendererBrowser.d.ts +15 -0
- package/dist/types/RemoteRendererBrowser.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +114 -95
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/dist/types/components/Form.d.ts +8 -2
- package/dist/types/components/Form.d.ts.map +1 -1
- package/dist/types/components/NotificationRenderController.d.ts +4 -0
- package/dist/types/components/NotificationRenderController.d.ts.map +1 -0
- package/dist/types/components/SlotRootWrapper.d.ts +4 -0
- package/dist/types/components/SlotRootWrapper.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +3 -0
- package/dist/types/components/index.d.ts.map +1 -0
- package/dist/types/components/lib/prepareFormData.d.ts +2 -0
- package/dist/types/components/lib/prepareFormData.d.ts.map +1 -0
- package/dist/types/components.d.ts +128 -101
- package/dist/types/components.d.ts.map +1 -1
- package/dist/types/hooks/useAwaiter.d.ts +9 -0
- package/dist/types/hooks/useAwaiter.d.ts.map +1 -0
- package/dist/types/hooks/useMergedComponents.d.ts +5 -0
- package/dist/types/hooks/useMergedComponents.d.ts.map +1 -0
- package/dist/types/hooks/useUpdateHostPathnameOnRemote.d.ts +4 -0
- package/dist/types/hooks/useUpdateHostPathnameOnRemote.d.ts.map +1 -0
- package/dist/types/lib/createFlowRemoteComponentRenderer.d.ts +2 -2
- package/dist/types/lib/createFlowRemoteComponentRenderer.d.ts.map +1 -1
- package/dist/types/lib/elementFactory.d.ts +4 -1
- package/dist/types/lib/elementFactory.d.ts.map +1 -1
- package/dist/types/lib/mapAttributeToReactProperty.d.ts.map +1 -1
- package/dist/types/lib/propClassifiers.d.ts +0 -2
- package/dist/types/lib/propClassifiers.d.ts.map +1 -1
- package/dist/types/lib/types.d.ts +1 -1
- package/dist/types/lib/types.d.ts.map +1 -1
- package/package.json +24 -21
- package/LICENSE +0 -21
- package/dist/RemoteRenderer.js +0 -15
- package/dist/RemoteRendererClient-DreBOmVJ.js +0 -182
- package/dist/index.js +0 -6
- package/dist/types/RemoteRendererClient.d.ts +0 -10
- package/dist/types/RemoteRendererClient.d.ts.map +0 -1
- package/dist/types/components/lib/getFormDataObject.d.ts +0 -2
- package/dist/types/components/lib/getFormDataObject.d.ts.map +0 -1
- package/dist/types/lib/stringChildrenExtractor.d.ts +0 -3
- package/dist/types/lib/stringChildrenExtractor.d.ts.map +0 -1
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
|
|
1
|
+
import { FC, PropsWithChildren, RefObject } from 'react';
|
|
2
|
+
type FormProps = {
|
|
3
|
+
action?: (data: FormData) => void | Promise<void>;
|
|
4
|
+
onSubmit?: (data: FormData) => void | Promise<void>;
|
|
5
|
+
ref?: RefObject<HTMLFormElement>;
|
|
6
|
+
} & PropsWithChildren;
|
|
7
|
+
export declare const Form: FC<FormProps>;
|
|
8
|
+
export {};
|
|
3
9
|
//# sourceMappingURL=Form.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EAAE,EAEP,KAAK,iBAAiB,EACtB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAIf,KAAK,SAAS,GAAG;IACf,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAClD,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,GAAG,CAAC,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;CAClC,GAAG,iBAAiB,CAAC;AAEtB,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CA6B9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationRenderController.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationRenderController.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,iBAAiB,EAEvB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAqB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEnD,eAAO,MAAM,4BAA4B,EAAE,EAAE,CAAC,iBAAiB,CAmB9D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SlotRootWrapper.d.ts","sourceRoot":"","sources":["../../../src/components/SlotRootWrapper.ts"],"names":[],"mappings":"AAAA,OAAc,EAAiB,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE9E,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,iBAAiB,CAEjD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prepareFormData.d.ts","sourceRoot":"","sources":["../../../../src/components/lib/prepareFormData.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAC1B,UAAU,QAAQ,KACjB,OAAO,CAAC,QAAQ,CAoBlB,CAAC"}
|
|
@@ -1,104 +1,131 @@
|
|
|
1
1
|
export declare const components: {
|
|
2
|
-
"flr-
|
|
3
|
-
"flr-
|
|
4
|
-
"flr-
|
|
5
|
-
"flr-
|
|
6
|
-
"flr-
|
|
7
|
-
"flr-
|
|
8
|
-
"flr-
|
|
9
|
-
"flr-badge": import('react').ComponentType<import('@remote-dom
|
|
10
|
-
"flr-
|
|
11
|
-
"flr-
|
|
12
|
-
"flr-
|
|
13
|
-
"flr-
|
|
14
|
-
"flr-
|
|
15
|
-
"flr-
|
|
16
|
-
"flr-
|
|
17
|
-
"flr-
|
|
18
|
-
"flr-
|
|
19
|
-
"flr-
|
|
20
|
-
"flr-
|
|
21
|
-
"flr-
|
|
22
|
-
"flr-
|
|
23
|
-
"flr-
|
|
24
|
-
"flr-
|
|
25
|
-
"flr-
|
|
26
|
-
"flr-
|
|
27
|
-
"flr-
|
|
28
|
-
"flr-
|
|
29
|
-
"flr-
|
|
30
|
-
"flr-
|
|
31
|
-
"flr-
|
|
32
|
-
"flr-
|
|
33
|
-
"flr-
|
|
34
|
-
"flr-
|
|
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-
|
|
55
|
-
"flr-
|
|
56
|
-
"flr-
|
|
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
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
2
|
+
"flr-form": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
3
|
+
"flr-slot-root-wrapper": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
4
|
+
"flr-notification": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
5
|
+
"flr-accent-box": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
6
|
+
"flr-accordion": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
7
|
+
"flr-action-group": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
8
|
+
"flr-alert": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
9
|
+
"flr-alert-badge": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
10
|
+
"flr-alert-icon": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
11
|
+
"flr-align": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
12
|
+
"flr-area": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
13
|
+
"flr-area-chart": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
14
|
+
"flr-avatar": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
15
|
+
"flr-avatar-stack": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
16
|
+
"flr-badge": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
17
|
+
"flr-big-number": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
18
|
+
"flr-breadcrumb": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
19
|
+
"flr-button": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
20
|
+
"flr-cartesian-grid": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
21
|
+
"flr-chart-legend": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
22
|
+
"flr-chart-tooltip": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
23
|
+
"flr-chat": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
24
|
+
"flr-checkbox": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
25
|
+
"flr-checkbox-button": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
26
|
+
"flr-checkbox-group": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
27
|
+
"flr-clear-props-context-content": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
28
|
+
"flr-code-block": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
29
|
+
"flr-color": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
30
|
+
"flr-column-layout": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
31
|
+
"flr-combo-box": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
32
|
+
"flr-content": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
33
|
+
"flr-context-menu-content": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
34
|
+
"flr-context-menu-section": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
35
|
+
"flr-contextual-help": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
36
|
+
"flr-contextual-help-trigger": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
37
|
+
"flr-copy-button": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
38
|
+
"flr-counter-badge": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
39
|
+
"flr-country-options": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
40
|
+
"flr-date-picker": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
41
|
+
"flr-date-range-picker": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
42
|
+
"flr-dialog-trigger": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
43
|
+
"flr-div": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
44
|
+
"flr-donut-chart": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
45
|
+
"flr-field-description": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
46
|
+
"flr-field-error": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
47
|
+
"flr-file-card": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
48
|
+
"flr-file-card-list": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
49
|
+
"flr-file-drop-zone": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
50
|
+
"flr-file-field": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
51
|
+
"flr-flex": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
52
|
+
"flr-header": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
53
|
+
"flr-header-navigation": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
54
|
+
"flr-heading": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
55
|
+
"flr-icon": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
56
|
+
"flr-illustrated-message": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
57
|
+
"flr-image": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
58
|
+
"flr-initials": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
59
|
+
"flr-inline-code": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
60
|
+
"flr-items-grid-list": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
61
|
+
"flr-items-grid-list-item": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
62
|
+
"flr-label": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
63
|
+
"flr-labeled-value": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
64
|
+
"flr-layout-card": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
65
|
+
"flr-legend": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
66
|
+
"flr-link": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
67
|
+
"flr-list-empty-view": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
68
|
+
"flr-list-item-view-content": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
69
|
+
"flr-list-summary": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
70
|
+
"flr-loading-spinner": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
71
|
+
"flr-markdown": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
72
|
+
"flr-menu-item": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
73
|
+
"flr-menu-trigger": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
74
|
+
"flr-message": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
75
|
+
"flr-message-separator": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
76
|
+
"flr-message-thread": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
77
|
+
"flr-navigation": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
78
|
+
"flr-navigation-group": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
79
|
+
"flr-number-field": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
80
|
+
"flr-option": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
81
|
+
"flr-overlay-content": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
82
|
+
"flr-password-creation-field": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
83
|
+
"flr-popover-content": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
84
|
+
"flr-progress-bar": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
85
|
+
"flr-radio": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
86
|
+
"flr-radio-button": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
87
|
+
"flr-radio-group": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
88
|
+
"flr-rating": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
89
|
+
"flr-search-field": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
90
|
+
"flr-section": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
91
|
+
"flr-segment": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
92
|
+
"flr-segmented-control": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
93
|
+
"flr-select": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
94
|
+
"flr-separator": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
95
|
+
"flr-skeleton": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
96
|
+
"flr-skeleton-text": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
97
|
+
"flr-slider": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
98
|
+
"flr-switch": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
99
|
+
"flr-tab": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
100
|
+
"flr-tab-title": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
101
|
+
"flr-table": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
102
|
+
"flr-table-body": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
103
|
+
"flr-table-cell": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
104
|
+
"flr-table-column": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
105
|
+
"flr-table-footer-row": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
106
|
+
"flr-table-header": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
107
|
+
"flr-table-row": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
108
|
+
"flr-tabs": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
109
|
+
"flr-text": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
110
|
+
"flr-text-area": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
111
|
+
"flr-text-field": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
112
|
+
"flr-time-field": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
113
|
+
"flr-tooltip": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
114
|
+
"flr-tooltip-trigger": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
115
|
+
"flr-tunnel-entry": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
116
|
+
"flr-x-axis": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
117
|
+
"flr-y-axis": import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
118
|
+
script: () => null;
|
|
119
|
+
svg: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
120
|
+
circle: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
121
|
+
g: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
122
|
+
path: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
123
|
+
strong: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
124
|
+
s: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
125
|
+
ul: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
126
|
+
ol: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
127
|
+
li: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
128
|
+
small: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
129
|
+
br: import('react').ComponentType<import('@mittwald/remote-dom-react/host').RemoteComponentRendererProps>;
|
|
103
130
|
};
|
|
104
131
|
//# sourceMappingURL=components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/components.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/components.ts"],"names":[],"mappings":"AA2CA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DependencyList } from 'react';
|
|
2
|
+
interface Awaiter<T = undefined> {
|
|
3
|
+
promise: Promise<T>;
|
|
4
|
+
resolve: T extends undefined ? () => void : (res: T) => void;
|
|
5
|
+
reject: (error: unknown) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function useAwaiter<T = undefined>(deps?: DependencyList): Awaiter<T>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=useAwaiter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAwaiter.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAwaiter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAErD,UAAU,OAAO,CAAC,CAAC,GAAG,SAAS;IAC7B,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IACpB,OAAO,EAAE,CAAC,SAAS,SAAS,GAAG,MAAM,IAAI,GAAG,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAC;IAC7D,MAAM,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAClC;AAED,wBAAgB,UAAU,CAAC,CAAC,GAAG,SAAS,EACtC,IAAI,GAAE,cAAmB,GACxB,OAAO,CAAC,CAAC,CAAC,CAkBZ"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { RemoteComponentsMap } from '../lib/types';
|
|
2
|
+
import { RemoteComponentRendererProps } from '@mittwald/remote-dom-react/host';
|
|
3
|
+
import { ComponentType } from 'react';
|
|
4
|
+
export declare const useMergedComponents: (integrations: RemoteComponentsMap<never>[]) => Map<string, ComponentType<RemoteComponentRendererProps>>;
|
|
5
|
+
//# sourceMappingURL=useMergedComponents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMergedComponents.d.ts","sourceRoot":"","sources":["../../../src/hooks/useMergedComponents.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,KAAK,aAAa,EAAW,MAAM,OAAO,CAAC;AAGpD,eAAO,MAAM,mBAAmB,GAC9B,cAAc,mBAAmB,CAAC,KAAK,CAAC,EAAE,6DAiBzC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { HostToRemoteConnection } from '@mittwald/flow-remote-core';
|
|
2
|
+
/** Updates the host pathname in the remote connection. */
|
|
3
|
+
export declare const useUpdateHostPathnameOnRemote: (hostPathname?: string, connection?: HostToRemoteConnection) => void;
|
|
4
|
+
//# sourceMappingURL=useUpdateHostPathnameOnRemote.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUpdateHostPathnameOnRemote.d.ts","sourceRoot":"","sources":["../../../src/hooks/useUpdateHostPathnameOnRemote.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGzE,0DAA0D;AAC1D,eAAO,MAAM,6BAA6B,GACxC,eAAe,MAAM,EACrB,aAAa,sBAAsB,SAUpC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { RemoteComponentRendererProps } from '@mittwald/remote-dom-react/host';
|
|
1
2
|
import { ComponentType } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const createFlowRemoteComponentRenderer: <P extends object>(Component: ComponentType<P>) => ComponentType<RemoteComponentRendererProps>;
|
|
3
|
+
export declare const createFlowRemoteComponentRenderer: <P extends object>(name: string, Component: ComponentType<P>) => ComponentType<RemoteComponentRendererProps>;
|
|
4
4
|
//# sourceMappingURL=createFlowRemoteComponentRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createFlowRemoteComponentRenderer.d.ts","sourceRoot":"","sources":["../../../src/lib/createFlowRemoteComponentRenderer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createFlowRemoteComponentRenderer.d.ts","sourceRoot":"","sources":["../../../src/lib/createFlowRemoteComponentRenderer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAKpF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAe3C,eAAO,MAAM,iCAAiC,GAAI,CAAC,SAAS,MAAM,EAChE,MAAM,MAAM,EACZ,WAAW,aAAa,CAAC,CAAC,CAAC,KAC1B,aAAa,CAAC,4BAA4B,CAyB5C,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
type ElementTagNameMap = HTMLElementTagNameMap & Pick<SVGElementTagNameMap, Exclude<keyof SVGElementTagNameMap, keyof HTMLElementTagNameMap>>;
|
|
2
|
-
|
|
2
|
+
interface Options {
|
|
3
|
+
isVoidElement?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const elementFactory: <E extends keyof ElementTagNameMap>(element: E, options?: Options) => (props: Record<string, unknown>) => import('react').DOMElement<Record<string, unknown>, Element>;
|
|
3
6
|
export {};
|
|
4
7
|
//# sourceMappingURL=elementFactory.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elementFactory.d.ts","sourceRoot":"","sources":["../../../src/lib/elementFactory.ts"],"names":[],"mappings":"AAKA,KAAK,iBAAiB,GAAG,qBAAqB,GAC5C,IAAI,CACF,oBAAoB,EACpB,OAAO,CAAC,MAAM,oBAAoB,EAAE,MAAM,qBAAqB,CAAC,CACjE,CAAC;AAEJ,eAAO,MAAM,cAAc,GACxB,CAAC,SAAS,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"elementFactory.d.ts","sourceRoot":"","sources":["../../../src/lib/elementFactory.ts"],"names":[],"mappings":"AAKA,KAAK,iBAAiB,GAAG,qBAAqB,GAC5C,IAAI,CACF,oBAAoB,EACpB,OAAO,CAAC,MAAM,oBAAoB,EAAE,MAAM,qBAAqB,CAAC,CACjE,CAAC;AAEJ,UAAU,OAAO;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,cAAc,GACxB,CAAC,SAAS,MAAM,iBAAiB,EAAE,SAAS,CAAC,EAAE,UAAS,OAAY,MACpE,OAAO,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,iEAiB9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapAttributeToReactProperty.d.ts","sourceRoot":"","sources":["../../../src/lib/mapAttributeToReactProperty.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"mapAttributeToReactProperty.d.ts","sourceRoot":"","sources":["../../../src/lib/mapAttributeToReactProperty.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B,GAAI,KAAK,MAAM,WAMtD,CAAC"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { EventHandler } from '@mittwald/flow-remote-core';
|
|
2
|
-
export declare const isEventProp: (name: string, value: unknown) => value is EventHandler;
|
|
3
1
|
export declare const isStyleProp: (name: string) => boolean;
|
|
4
2
|
export declare const isReactSuspendedStyle: (value: unknown) => boolean;
|
|
5
3
|
//# sourceMappingURL=propClassifiers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"propClassifiers.d.ts","sourceRoot":"","sources":["../../../src/lib/propClassifiers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"propClassifiers.d.ts","sourceRoot":"","sources":["../../../src/lib/propClassifiers.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,MAAM,MAAM,KAAG,OAA2B,CAAC;AAEvE,eAAO,MAAM,qBAAqB,GAAI,OAAO,OAAO,KAAG,OAChB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { RemoteComponentRendererProps } from '@mittwald/remote-dom-react/host';
|
|
1
2
|
import { ComponentType } from 'react';
|
|
2
|
-
import { RemoteComponentRendererProps } from '@remote-dom/react/host';
|
|
3
3
|
export type RemoteComponentsMap<T extends string> = Record<T, ComponentType<RemoteComponentRendererProps>>;
|
|
4
4
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/lib/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/lib/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,CACxD,CAAC,EACD,aAAa,CAAC,4BAA4B,CAAC,CAC5C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-react-renderer",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.300",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React rendering for Flow Remote Elements",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
10
|
"types": "./dist/types/index.d.ts",
|
|
11
|
-
"default": "./dist/index.
|
|
11
|
+
"default": "./dist/js/index.mjs"
|
|
12
12
|
},
|
|
13
13
|
"./RemoteRenderer": {
|
|
14
14
|
"types": "./dist/types/RemoteRenderer.d.ts",
|
|
15
|
-
"default": "./dist/RemoteRenderer.
|
|
15
|
+
"default": "./dist/js/RemoteRenderer.mjs"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
@@ -28,30 +28,33 @@
|
|
|
28
28
|
"test:compile": "tsc --noEmit"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@mittwald/
|
|
32
|
-
"@mittwald/flow-remote-
|
|
33
|
-
"@remote-
|
|
34
|
-
"@
|
|
31
|
+
"@mittwald/ext-bridge": "0.2.0-alpha.300",
|
|
32
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.300",
|
|
33
|
+
"@mittwald/flow-remote-elements": "0.2.0-alpha.300",
|
|
34
|
+
"@mittwald/react-use-promise": "^3.0.4",
|
|
35
|
+
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
36
|
+
"@types/react": "^19.1.6",
|
|
35
37
|
"clsx": "^2.1.1",
|
|
36
38
|
"react-children-utilities": "^2.10.0",
|
|
37
|
-
"remeda": "^2.
|
|
39
|
+
"remeda": "^2.22.3"
|
|
38
40
|
},
|
|
39
41
|
"devDependencies": {
|
|
40
|
-
"@mittwald/flow-
|
|
42
|
+
"@mittwald/flow-core": "",
|
|
43
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.300",
|
|
41
44
|
"@mittwald/typescript-config": "",
|
|
42
|
-
"@types/node": "^22.
|
|
43
|
-
"nx": "^20.
|
|
44
|
-
"prettier": "^3.5.
|
|
45
|
-
"react": "^19.
|
|
46
|
-
"react-dom": "^19.
|
|
47
|
-
"react-hook-form": "^7.
|
|
45
|
+
"@types/node": "^22.15.23",
|
|
46
|
+
"nx": "^20.8.2",
|
|
47
|
+
"prettier": "^3.5.3",
|
|
48
|
+
"react": "^19.1.0",
|
|
49
|
+
"react-dom": "^19.1.0",
|
|
50
|
+
"react-hook-form": "^7.56.4",
|
|
48
51
|
"rimraf": "^6.0.1",
|
|
49
52
|
"rollup-preserve-directives": "^1.1.3",
|
|
50
|
-
"typescript": "^5.
|
|
51
|
-
"vite": "^6.
|
|
52
|
-
"vite-plugin-banner": "^0.8.
|
|
53
|
-
"vite-plugin-checker": "^0.
|
|
54
|
-
"vite-plugin-dts": "^4.5.
|
|
53
|
+
"typescript": "^5.8.3",
|
|
54
|
+
"vite": "^6.3.5",
|
|
55
|
+
"vite-plugin-banner": "^0.8.1",
|
|
56
|
+
"vite-plugin-checker": "^0.9.3",
|
|
57
|
+
"vite-plugin-dts": "^4.5.4",
|
|
55
58
|
"vite-plugin-externalize-deps": "^0.9.0"
|
|
56
59
|
},
|
|
57
60
|
"peerDependencies": {
|
|
@@ -65,5 +68,5 @@
|
|
|
65
68
|
"optional": true
|
|
66
69
|
}
|
|
67
70
|
},
|
|
68
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "a06879e8f973c3a14bbd92b4edce05cf69ccfdeb"
|
|
69
72
|
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2023 Mittwald CM Service GmbH & Co. KG and contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
package/dist/RemoteRenderer.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use client"
|
|
2
|
-
/* */
|
|
3
|
-
"use client";
|
|
4
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
5
|
-
import s, { useState as n, useEffect as r } from "react";
|
|
6
|
-
const u = () => {
|
|
7
|
-
const [e, t] = n(!1);
|
|
8
|
-
return r(() => {
|
|
9
|
-
t(!0);
|
|
10
|
-
}, []), e;
|
|
11
|
-
}, c = s.lazy(() => import("./RemoteRendererClient-DreBOmVJ.js")), l = (e) => u() ? /* @__PURE__ */ o(c, { ...e }) : null;
|
|
12
|
-
export {
|
|
13
|
-
l as RemoteRenderer,
|
|
14
|
-
l as default
|
|
15
|
-
};
|