@mittwald/flow-remote-elements 0.2.0-alpha.366 → 0.2.0-alpha.368

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.
@@ -16,6 +16,7 @@ class RemoteXAxisElement extends FlowRemoteElement {
16
16
  minTickGap: {},
17
17
  orientation: {},
18
18
  scale: {},
19
+ tickFormatter: {},
19
20
  type: {},
20
21
  unit: {}
21
22
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteXAxisElement.mjs","sources":["../../../src/auto-generated/RemoteXAxisElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { XAxisProps as RemoteXAxisElementProps } from \"@mittwald/flow-react-components\";\nexport type { XAxisProps as RemoteXAxisElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteXAxisElement extends FlowRemoteElement<RemoteXAxisElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n allowDataOverflow: {},\n allowDecimals: {},\n className: {},\n dataKey: {},\n domain: {},\n hide: {},\n interval: {},\n minTickGap: {},\n orientation: {},\n scale: {},\n type: {},\n unit: {},\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-x-axis\": InstanceType<typeof RemoteXAxisElement>;\n }\n}\n\ncustomElements.define(\"flr-x-axis\", RemoteXAxisElement);\n"],"names":[],"mappings":";;AAMO,MAAM,2BAA2B,iBAA2C,CAAA;AAAA,EACjF,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,mBAAmB,EAAC;AAAA,MACpB,eAAe,EAAC;AAAA,MAChB,WAAW,EAAC;AAAA,MACZ,SAAS,EAAC;AAAA,MACV,QAAQ,EAAC;AAAA,MACT,MAAM,EAAC;AAAA,MACP,UAAU,EAAC;AAAA,MACX,YAAY,EAAC;AAAA,MACb,aAAa,EAAC;AAAA,MACd,OAAO,EAAC;AAAA,MACR,MAAM,EAAC;AAAA,MACP,MAAM;AAAC,KACT;AAAA;AACF,EAEA,WAAoB,YAAe,GAAA;AACjC,IAAA,OAAO,EAAC;AAAA;AACV,EAEA,WAAoB,WAAc,GAAA;AAChC,IAAA,OAAO,EAAC;AAAA;AAEZ;AAQA,cAAe,CAAA,MAAA,CAAO,cAAc,kBAAkB,CAAA;;;;"}
1
+ {"version":3,"file":"RemoteXAxisElement.mjs","sources":["../../../src/auto-generated/RemoteXAxisElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { XAxisProps as RemoteXAxisElementProps } from \"@mittwald/flow-react-components\";\nexport type { XAxisProps as RemoteXAxisElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteXAxisElement extends FlowRemoteElement<RemoteXAxisElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n allowDataOverflow: {},\n allowDecimals: {},\n className: {},\n dataKey: {},\n domain: {},\n hide: {},\n interval: {},\n minTickGap: {},\n orientation: {},\n scale: {},\n tickFormatter: {},\n type: {},\n unit: {},\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-x-axis\": InstanceType<typeof RemoteXAxisElement>;\n }\n}\n\ncustomElements.define(\"flr-x-axis\", RemoteXAxisElement);\n"],"names":[],"mappings":";;AAMO,MAAM,2BAA2B,iBAA2C,CAAA;AAAA,EACjF,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,mBAAmB,EAAC;AAAA,MACpB,eAAe,EAAC;AAAA,MAChB,WAAW,EAAC;AAAA,MACZ,SAAS,EAAC;AAAA,MACV,QAAQ,EAAC;AAAA,MACT,MAAM,EAAC;AAAA,MACP,UAAU,EAAC;AAAA,MACX,YAAY,EAAC;AAAA,MACb,aAAa,EAAC;AAAA,MACd,OAAO,EAAC;AAAA,MACR,eAAe,EAAC;AAAA,MAChB,MAAM,EAAC;AAAA,MACP,MAAM;AAAC,KACT;AAAA;AACF,EAEA,WAAoB,YAAe,GAAA;AACjC,IAAA,OAAO,EAAC;AAAA;AACV,EAEA,WAAoB,WAAc,GAAA;AAChC,IAAA,OAAO,EAAC;AAAA;AAEZ;AAQA,cAAe,CAAA,MAAA,CAAO,cAAc,kBAAkB,CAAA;;;;"}
@@ -15,6 +15,7 @@ class RemoteYAxisElement extends FlowRemoteElement {
15
15
  minTickGap: {},
16
16
  orientation: {},
17
17
  scale: {},
18
+ tickFormatter: {},
18
19
  type: {},
19
20
  unit: {}
20
21
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteYAxisElement.mjs","sources":["../../../src/auto-generated/RemoteYAxisElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { YAxisProps as RemoteYAxisElementProps } from \"@mittwald/flow-react-components\";\nexport type { YAxisProps as RemoteYAxisElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteYAxisElement extends FlowRemoteElement<RemoteYAxisElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n allowDecimals: {},\n className: {},\n dataKey: {},\n domain: {},\n hide: {},\n interval: {},\n minTickGap: {},\n orientation: {},\n scale: {},\n type: {},\n unit: {},\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-y-axis\": InstanceType<typeof RemoteYAxisElement>;\n }\n}\n\ncustomElements.define(\"flr-y-axis\", RemoteYAxisElement);\n"],"names":[],"mappings":";;AAMO,MAAM,2BAA2B,iBAA2C,CAAA;AAAA,EACjF,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,eAAe,EAAC;AAAA,MAChB,WAAW,EAAC;AAAA,MACZ,SAAS,EAAC;AAAA,MACV,QAAQ,EAAC;AAAA,MACT,MAAM,EAAC;AAAA,MACP,UAAU,EAAC;AAAA,MACX,YAAY,EAAC;AAAA,MACb,aAAa,EAAC;AAAA,MACd,OAAO,EAAC;AAAA,MACR,MAAM,EAAC;AAAA,MACP,MAAM;AAAC,KACT;AAAA;AACF,EAEA,WAAoB,YAAe,GAAA;AACjC,IAAA,OAAO,EAAC;AAAA;AACV,EAEA,WAAoB,WAAc,GAAA;AAChC,IAAA,OAAO,EAAC;AAAA;AAEZ;AAQA,cAAe,CAAA,MAAA,CAAO,cAAc,kBAAkB,CAAA;;;;"}
1
+ {"version":3,"file":"RemoteYAxisElement.mjs","sources":["../../../src/auto-generated/RemoteYAxisElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { YAxisProps as RemoteYAxisElementProps } from \"@mittwald/flow-react-components\";\nexport type { YAxisProps as RemoteYAxisElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteYAxisElement extends FlowRemoteElement<RemoteYAxisElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n allowDecimals: {},\n className: {},\n dataKey: {},\n domain: {},\n hide: {},\n interval: {},\n minTickGap: {},\n orientation: {},\n scale: {},\n tickFormatter: {},\n type: {},\n unit: {},\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-y-axis\": InstanceType<typeof RemoteYAxisElement>;\n }\n}\n\ncustomElements.define(\"flr-y-axis\", RemoteYAxisElement);\n"],"names":[],"mappings":";;AAMO,MAAM,2BAA2B,iBAA2C,CAAA;AAAA,EACjF,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,eAAe,EAAC;AAAA,MAChB,WAAW,EAAC;AAAA,MACZ,SAAS,EAAC;AAAA,MACV,QAAQ,EAAC;AAAA,MACT,MAAM,EAAC;AAAA,MACP,UAAU,EAAC;AAAA,MACX,YAAY,EAAC;AAAA,MACb,aAAa,EAAC;AAAA,MACd,OAAO,EAAC;AAAA,MACR,eAAe,EAAC;AAAA,MAChB,MAAM,EAAC;AAAA,MACP,MAAM;AAAC,KACT;AAAA;AACF,EAEA,WAAoB,YAAe,GAAA;AACjC,IAAA,OAAO,EAAC;AAAA;AACV,EAEA,WAAoB,WAAc,GAAA;AAChC,IAAA,OAAO,EAAC;AAAA;AAEZ;AAQA,cAAe,CAAA,MAAA,CAAO,cAAc,kBAAkB,CAAA;;;;"}
@@ -14,6 +14,7 @@ export declare class RemoteXAxisElement extends FlowRemoteElement<RemoteXAxisEle
14
14
  minTickGap: {};
15
15
  orientation: {};
16
16
  scale: {};
17
+ tickFormatter: {};
17
18
  type: {};
18
19
  unit: {};
19
20
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteXAxisElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteXAxisElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC7F,YAAY,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE7F,qBAAa,kBAAmB,SAAQ,iBAAiB,CAAC,uBAAuB,CAAC;IAChF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;MAenC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;KACvD;CACF"}
1
+ {"version":3,"file":"RemoteXAxisElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteXAxisElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC7F,YAAY,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE7F,qBAAa,kBAAmB,SAAQ,iBAAiB,CAAC,uBAAuB,CAAC;IAChF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;MAgBnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;KACvD;CACF"}
@@ -13,6 +13,7 @@ export declare class RemoteYAxisElement extends FlowRemoteElement<RemoteYAxisEle
13
13
  minTickGap: {};
14
14
  orientation: {};
15
15
  scale: {};
16
+ tickFormatter: {};
16
17
  type: {};
17
18
  unit: {};
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteYAxisElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteYAxisElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC7F,YAAY,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE7F,qBAAa,kBAAmB,SAAQ,iBAAiB,CAAC,uBAAuB,CAAC;IAChF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;MAcnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;KACvD;CACF"}
1
+ {"version":3,"file":"RemoteYAxisElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteYAxisElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC7F,YAAY,EAAE,UAAU,IAAI,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE7F,qBAAa,kBAAmB,SAAQ,iBAAiB,CAAC,uBAAuB,CAAC;IAChF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;MAenC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;KACvD;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.366",
3
+ "version": "0.2.0-alpha.368",
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.366",
31
+ "@mittwald/flow-remote-core": "0.2.0-alpha.368",
32
32
  "remeda": "^2.26.1",
33
33
  "type-fest": "^4.41.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@mittwald/flow-react-components": "0.2.0-alpha.366",
36
+ "@mittwald/flow-react-components": "0.2.0-alpha.368",
37
37
  "@mittwald/typescript-config": "",
38
38
  "@types/node": "^22.16.5",
39
39
  "nx": "^20.8.2",
@@ -49,5 +49,5 @@
49
49
  "peerDependencies": {
50
50
  "@mittwald/flow-react-components": "*"
51
51
  },
52
- "gitHead": "f71e8536175f8ccea80a50c55707ec3cb5c6d0b1"
52
+ "gitHead": "e81cd210fae0dcf8bf5472c67b5d26f6203f9f9c"
53
53
  }