@mittwald/flow-remote-react-components 0.2.0-alpha.14 → 0.2.0-alpha.15
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RemoteElement, RemoteElementConstructor } from '@remote-
|
|
1
|
+
import { RemoteElement, RemoteElementConstructor } from '@mittwald/flow-remote-core';
|
|
2
2
|
import { RemoteComponentOptions, RemoteComponentTypeFromElementConstructor } from '@remote-dom/react';
|
|
3
3
|
type AnyRecord = Record<string, any>;
|
|
4
4
|
export declare function createFlowRemoteComponent<Tag extends keyof HTMLElementTagNameMap, ElementConstructor extends RemoteElementConstructor<AnyRecord, AnyRecord, AnyRecord, AnyRecord> = HTMLElementTagNameMap[Tag] extends RemoteElement<infer Properties, infer Methods, infer Slots, infer EventListeners> ? RemoteElementConstructor<Properties, Methods, Slots, EventListeners> : never, Props extends AnyRecord = AnyRecord>(tag: Tag, flowComponentTag: string, Element?: ElementConstructor | undefined, { slotProps, eventProps, }?: RemoteComponentOptions<ElementConstructor, Props>): RemoteComponentTypeFromElementConstructor<ElementConstructor>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createFlowRemoteComponent.d.ts","sourceRoot":"","sources":["../../../src/lib/createFlowRemoteComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,aAAa,EACb,wBAAwB,EACzB,MAAM,
|
|
1
|
+
{"version":3,"file":"createFlowRemoteComponent.d.ts","sourceRoot":"","sources":["../../../src/lib/createFlowRemoteComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,aAAa,EACb,wBAAwB,EACzB,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EACV,sBAAsB,EACtB,yCAAyC,EAC1C,MAAM,mBAAmB,CAAC;AAM3B,KAAK,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAErC,wBAAgB,yBAAyB,CACvC,GAAG,SAAS,MAAM,qBAAqB,EACvC,kBAAkB,SAAS,wBAAwB,CACjD,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,CACV,GAAG,qBAAqB,CAAC,GAAG,CAAC,SAAS,aAAa,CAClD,MAAM,UAAU,EAChB,MAAM,OAAO,EACb,MAAM,KAAK,EACX,MAAM,cAAc,CACrB,GACG,wBAAwB,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,cAAc,CAAC,GACpE,KAAK,EACT,KAAK,SAAS,SAAS,GAAG,SAAS,EAEnC,GAAG,EAAE,GAAG,EACR,gBAAgB,EAAE,MAAM,EACxB,OAAO,GAAE,kBAAkB,GAAG,SAA4C,EAC1E,EACE,SAAgB,EAChB,UAAwB,GACzB,GAAE,sBAAsB,CAAC,kBAAkB,EAAE,KAAK,CAAM,GACxD,yCAAyC,CAAC,kBAAkB,CAAC,CAa/D;AAED,eAAe,yBAAyB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -40,16 +40,15 @@
|
|
|
40
40
|
"test:compile": "run tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
44
|
-
"@mittwald/flow-remote-elements": "0.2.0-alpha.
|
|
45
|
-
"@remote-dom/
|
|
46
|
-
"@
|
|
43
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.15",
|
|
44
|
+
"@mittwald/flow-remote-elements": "0.2.0-alpha.15",
|
|
45
|
+
"@remote-dom/react": "^1.2.1",
|
|
46
|
+
"@types/react": "^19.0.7"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
49
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.15",
|
|
50
50
|
"@mittwald/typescript-config": "",
|
|
51
51
|
"@types/node": "^22.10.7",
|
|
52
|
-
"@types/react": "^19.0.7",
|
|
53
52
|
"nx": "^20.3.2",
|
|
54
53
|
"prettier": "^3.4.2",
|
|
55
54
|
"react": "19.0.0",
|
|
@@ -71,5 +70,5 @@
|
|
|
71
70
|
"optional": true
|
|
72
71
|
}
|
|
73
72
|
},
|
|
74
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "0c4fdca04ef998279ab7cfe8244b4a17b4fee500"
|
|
75
74
|
}
|