@mittwald/flow-remote-elements 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.
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var c = Object.defineProperty;
|
|
2
2
|
var C = (e, a, r) => a in e ? c(e, a, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[a] = r;
|
|
3
3
|
var l = (e, a, r) => C(e, typeof a != "symbol" ? a + "" : a, r);
|
|
4
|
-
import { RemoteElement as m, RemoteEvent as g } from "@remote-
|
|
4
|
+
import { RemoteElement as m, RemoteEvent as g } from "@mittwald/flow-remote-core";
|
|
5
5
|
import { isObjectType as v, omit as b } from "remeda";
|
|
6
6
|
const y = (e) => {
|
|
7
7
|
const a = [];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EmptyObject } from 'type-fest';
|
|
2
|
-
import { RemoteElement } from '@remote-
|
|
2
|
+
import { RemoteElement } from '@mittwald/flow-remote-core';
|
|
3
3
|
type ExplicitAny = any;
|
|
4
4
|
export declare class FlowRemoteElement<Properties extends Record<string, ExplicitAny> = EmptyObject, Methods extends Record<string, (...args: ExplicitAny[]) => void> = EmptyObject, Slots extends Record<string, ExplicitAny> = EmptyObject, EventListeners extends Record<string, ExplicitAny> = EmptyObject> extends RemoteElement<Properties, Methods, Slots, EventListeners> {
|
|
5
5
|
private eventListenerMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlowRemoteElement.d.ts","sourceRoot":"","sources":["../../../src/lib/FlowRemoteElement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAe,MAAM,
|
|
1
|
+
{"version":3,"file":"FlowRemoteElement.d.ts","sourceRoot":"","sources":["../../../src/lib/FlowRemoteElement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAe,MAAM,4BAA4B,CAAC;AAKxE,KAAK,WAAW,GAAG,GAAG,CAAC;AAEvB,qBAAa,iBAAiB,CAC5B,UAAU,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,WAAW,EAC5D,OAAO,SAAS,MAAM,CACpB,MAAM,EACN,CAAC,GAAG,IAAI,EAAE,WAAW,EAAE,KAAK,IAAI,CACjC,GAAG,WAAW,EACf,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,WAAW,EACvD,cAAc,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,GAAG,WAAW,CAChE,SAAQ,aAAa,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,cAAc,CAAC;IACjE,OAAO,CAAC,gBAAgB,CAGpB;IAEY,gBAAgB,CAC9B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,kCAAkC,EAC5C,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI;IA8BS,mBAAmB,CACjC,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,kCAAkC,EAC5C,OAAO,CAAC,EAAE,OAAO,GAAG,oBAAoB;CAM3C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-elements",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flow compatible remote elements that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -24,14 +24,13 @@
|
|
|
24
24
|
"test:compile": "run tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
28
|
-
"@remote-dom/core": "^1.5.2",
|
|
27
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.15",
|
|
29
28
|
"react-hook-form": "^7.54.2",
|
|
30
29
|
"remeda": "^2.19.2",
|
|
31
30
|
"type-fest": "^4.32.0"
|
|
32
31
|
},
|
|
33
32
|
"devDependencies": {
|
|
34
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
33
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.15",
|
|
35
34
|
"@mittwald/typescript-config": "",
|
|
36
35
|
"@types/node": "^22.10.7",
|
|
37
36
|
"nx": "^20.3.2",
|
|
@@ -46,5 +45,5 @@
|
|
|
46
45
|
"peerDependencies": {
|
|
47
46
|
"@mittwald/flow-react-components": "*"
|
|
48
47
|
},
|
|
49
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "0c4fdca04ef998279ab7cfe8244b4a17b4fee500"
|
|
50
49
|
}
|