@mittwald/flow-remote-elements 0.2.0-alpha.572 → 0.2.0-alpha.573

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.
@@ -5,7 +5,10 @@ class RemoteTunnelEntryElement extends FlowRemoteElement {
5
5
  return ["style"];
6
6
  }
7
7
  static get remoteProperties() {
8
- return {};
8
+ return {
9
+ id: {},
10
+ staticEntryId: {}
11
+ };
9
12
  }
10
13
  static get remoteEvents() {
11
14
  return {};
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteTunnelEntryElement.mjs","sources":["../../../src/auto-generated/RemoteTunnelEntryElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { TunnelEntryProps as RemoteTunnelEntryElementProps } from \"@mittwald/flow-react-components\";\nexport type { TunnelEntryProps as RemoteTunnelEntryElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteTunnelEntryElement extends FlowRemoteElement<RemoteTunnelEntryElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {};\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-tunnel-entry\": InstanceType<typeof RemoteTunnelEntryElement>;\n }\n}\n\ncustomElements.define(\"flr-tunnel-entry\", RemoteTunnelEntryElement);\n"],"names":[],"mappings":";;AAMO,MAAM,iCAAiC,iBAAA,CAAiD;AAAA,EAC7F,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA,EACjB;AAAA,EAEA,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO,EAAC;AAAA,EACV;AAAA,EAEA,WAAoB,YAAA,GAAe;AACjC,IAAA,OAAO,EAAC;AAAA,EACV;AAAA,EAEA,WAAoB,WAAA,GAAc;AAChC,IAAA,OAAO,EAAC;AAAA,EACV;AACF;AAQA,cAAA,CAAe,MAAA,CAAO,oBAAoB,wBAAwB,CAAA;;;;"}
1
+ {"version":3,"file":"RemoteTunnelEntryElement.mjs","sources":["../../../src/auto-generated/RemoteTunnelEntryElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { TunnelEntryProps as RemoteTunnelEntryElementProps } from \"@mittwald/flow-react-components\";\nexport type { TunnelEntryProps as RemoteTunnelEntryElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteTunnelEntryElement extends FlowRemoteElement<RemoteTunnelEntryElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n id: {},\n staticEntryId: {},\n };\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-tunnel-entry\": InstanceType<typeof RemoteTunnelEntryElement>;\n }\n}\n\ncustomElements.define(\"flr-tunnel-entry\", RemoteTunnelEntryElement);\n"],"names":[],"mappings":";;AAMO,MAAM,iCAAiC,iBAAA,CAAiD;AAAA,EAC7F,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA,EACjB;AAAA,EAEA,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO;AAAA,MACL,IAAI,EAAC;AAAA,MACL,eAAe;AAAC,KAClB;AAAA,EACF;AAAA,EAEA,WAAoB,YAAA,GAAe;AACjC,IAAA,OAAO,EAAC;AAAA,EACV;AAAA,EAEA,WAAoB,WAAA,GAAc;AAChC,IAAA,OAAO,EAAC;AAAA,EACV;AACF;AAQA,cAAA,CAAe,MAAA,CAAO,oBAAoB,wBAAwB,CAAA;;;;"}
@@ -3,7 +3,10 @@ import { TunnelEntryProps as RemoteTunnelEntryElementProps } from '@mittwald/flo
3
3
  export type { TunnelEntryProps as RemoteTunnelEntryElementProps } from '@mittwald/flow-react-components';
4
4
  export declare class RemoteTunnelEntryElement extends FlowRemoteElement<RemoteTunnelEntryElementProps> {
5
5
  static get remoteAttributes(): string[];
6
- static get remoteProperties(): {};
6
+ static get remoteProperties(): {
7
+ id: {};
8
+ staticEntryId: {};
9
+ };
7
10
  static get remoteEvents(): {};
8
11
  static get remoteSlots(): never[];
9
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteTunnelEntryElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTunnelEntryElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB,OAEnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
1
+ {"version":3,"file":"RemoteTunnelEntryElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTunnelEntryElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;MAKnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.572",
3
+ "version": "0.2.0-alpha.573",
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",
@@ -28,12 +28,12 @@
28
28
  "test:compile": "tsc --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@mittwald/flow-remote-core": "0.2.0-alpha.572",
31
+ "@mittwald/flow-remote-core": "0.2.0-alpha.573",
32
32
  "remeda": "^2.32.0",
33
33
  "type-fest": "^5.1.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@mittwald/flow-react-components": "0.2.0-alpha.572",
36
+ "@mittwald/flow-react-components": "0.2.0-alpha.573",
37
37
  "@mittwald/typescript-config": "",
38
38
  "@types/node": "^24.9.1",
39
39
  "nx": "^21.6.5",
@@ -47,7 +47,7 @@
47
47
  "vite-plugin-externalize-deps": "^0.10.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "@mittwald/flow-react-components": "0.2.0-alpha.571"
50
+ "@mittwald/flow-react-components": "0.2.0-alpha.572"
51
51
  },
52
- "gitHead": "f3fdcb5c86ea1ee41b9aadbe3bae9b5b0b4b0132"
52
+ "gitHead": "29cc5ba272667c6d25f6f1dd39f738f595a036e9"
53
53
  }