@mittwald/flow-remote-elements 0.2.0-alpha.184 → 0.2.0-alpha.186
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/auto-generated/RemoteAreaChartElement.mjs +2 -0
- package/dist/js/auto-generated/RemoteAreaChartElement.mjs.map +1 -1
- package/dist/js/auto-generated/RemoteListItemViewContentElement.mjs +3 -0
- package/dist/js/auto-generated/RemoteListItemViewContentElement.mjs.map +1 -1
- package/dist/types/auto-generated/RemoteAreaChartElement.d.ts +2 -0
- package/dist/types/auto-generated/RemoteAreaChartElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteListItemViewContentElement.d.ts +3 -0
- package/dist/types/auto-generated/RemoteListItemViewContentElement.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteAreaChartElement.mjs","sources":["../../../src/auto-generated/RemoteAreaChartElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { AreaChartProps as RemoteAreaChartElementProps } from \"@mittwald/flow-react-components\";\nexport type { AreaChartProps as RemoteAreaChartElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteAreaChartElement extends FlowRemoteElement<RemoteAreaChartElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n data: {},\n height: {},\n syncId: {},\n syncMethod: {},\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-area-chart\": InstanceType<typeof RemoteAreaChartElement>;\n }\n}\n\ncustomElements.define(\"flr-area-chart\", RemoteAreaChartElement);\n"],"names":[],"mappings":";;AAMO,MAAM,+BAA+B,iBAA+C,CAAA;AAAA,EACzF,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,WAAW,EAAC;AAAA,MACZ,MAAM,EAAC;AAAA,MACP,QAAQ,EAAC;AAAA,MACT,QAAQ,EAAC;AAAA,MACT,YAAY;AAAC,KACf;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,kBAAkB,sBAAsB,CAAA;;;;"}
|
|
1
|
+
{"version":3,"file":"RemoteAreaChartElement.mjs","sources":["../../../src/auto-generated/RemoteAreaChartElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { AreaChartProps as RemoteAreaChartElementProps } from \"@mittwald/flow-react-components\";\nexport type { AreaChartProps as RemoteAreaChartElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteAreaChartElement extends FlowRemoteElement<RemoteAreaChartElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n data: {},\n emptyView: {},\n flexGrow: {},\n height: {},\n syncId: {},\n syncMethod: {},\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-area-chart\": InstanceType<typeof RemoteAreaChartElement>;\n }\n}\n\ncustomElements.define(\"flr-area-chart\", RemoteAreaChartElement);\n"],"names":[],"mappings":";;AAMO,MAAM,+BAA+B,iBAA+C,CAAA;AAAA,EACzF,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,WAAW,EAAC;AAAA,MACZ,MAAM,EAAC;AAAA,MACP,WAAW,EAAC;AAAA,MACZ,UAAU,EAAC;AAAA,MACX,QAAQ,EAAC;AAAA,MACT,QAAQ,EAAC;AAAA,MACT,YAAY;AAAC,KACf;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,kBAAkB,sBAAsB,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteListItemViewContentElement.mjs","sources":["../../../src/auto-generated/RemoteListItemViewContentElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { ListItemViewContentProps as RemoteListItemViewContentElementProps } from \"@mittwald/flow-react-components\";\nexport type { ListItemViewContentProps as RemoteListItemViewContentElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteListItemViewContentElement extends FlowRemoteElement<RemoteListItemViewContentElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n viewMode: {},\n };\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [\"avatar\", \"bottom\", \"button\", \"checkbox\", \"subTitle\", \"title\"];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-list-item-view-content\": InstanceType<\n typeof RemoteListItemViewContentElement\n >;\n }\n}\n\ncustomElements.define(\n \"flr-list-item-view-content\",\n RemoteListItemViewContentElement,\n);\n"],"names":[],"mappings":";;AAMO,MAAM,yCAAyC,iBAAyD,CAAA;AAAA,EAC7G,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,UAAU;AAAC,KACb;AAAA;AACF,EAEA,WAAoB,YAAe,GAAA;AACjC,IAAA,OAAO,EAAC;AAAA;AACV,EAEA,WAAoB,WAAc,GAAA;AAChC,IAAA,OAAO,CAAC,QAAU,EAAA,QAAA,EAAU,QAAU,EAAA,UAAA,EAAY,YAAY,OAAO,CAAA;AAAA;AAEzE;AAUA,cAAe,CAAA,MAAA;AAAA,EACb,4BAAA;AAAA,EACA;AACF,CAAA;;;;"}
|
|
1
|
+
{"version":3,"file":"RemoteListItemViewContentElement.mjs","sources":["../../../src/auto-generated/RemoteListItemViewContentElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { ListItemViewContentProps as RemoteListItemViewContentElementProps } from \"@mittwald/flow-react-components\";\nexport type { ListItemViewContentProps as RemoteListItemViewContentElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteListItemViewContentElement extends FlowRemoteElement<RemoteListItemViewContentElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n l: {},\n m: {},\n s: {},\n viewMode: {},\n };\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [\"avatar\", \"bottom\", \"button\", \"checkbox\", \"subTitle\", \"title\"];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-list-item-view-content\": InstanceType<\n typeof RemoteListItemViewContentElement\n >;\n }\n}\n\ncustomElements.define(\n \"flr-list-item-view-content\",\n RemoteListItemViewContentElement,\n);\n"],"names":[],"mappings":";;AAMO,MAAM,yCAAyC,iBAAyD,CAAA;AAAA,EAC7G,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,GAAG,EAAC;AAAA,MACJ,GAAG,EAAC;AAAA,MACJ,GAAG,EAAC;AAAA,MACJ,UAAU;AAAC,KACb;AAAA;AACF,EAEA,WAAoB,YAAe,GAAA;AACjC,IAAA,OAAO,EAAC;AAAA;AACV,EAEA,WAAoB,WAAc,GAAA;AAChC,IAAA,OAAO,CAAC,QAAU,EAAA,QAAA,EAAU,QAAU,EAAA,UAAA,EAAY,YAAY,OAAO,CAAA;AAAA;AAEzE;AAUA,cAAe,CAAA,MAAA;AAAA,EACb,4BAAA;AAAA,EACA;AACF,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteAreaChartElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteAreaChartElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AACrG,YAAY,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAErG,qBAAa,sBAAuB,SAAQ,iBAAiB,CAAC,2BAA2B,CAAC;IACxF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteAreaChartElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteAreaChartElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AACrG,YAAY,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAErG,qBAAa,sBAAuB,SAAQ,iBAAiB,CAAC,2BAA2B,CAAC;IACxF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;MAUnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC;KAC/D;CACF"}
|
|
@@ -4,6 +4,9 @@ export type { ListItemViewContentProps as RemoteListItemViewContentElementProps
|
|
|
4
4
|
export declare class RemoteListItemViewContentElement extends FlowRemoteElement<RemoteListItemViewContentElementProps> {
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
|
+
l: {};
|
|
8
|
+
m: {};
|
|
9
|
+
s: {};
|
|
7
10
|
viewMode: {};
|
|
8
11
|
};
|
|
9
12
|
static get remoteEvents(): {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteListItemViewContentElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteListItemViewContentElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,wBAAwB,IAAI,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;AACzH,YAAY,EAAE,wBAAwB,IAAI,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;AAEzH,qBAAa,gCAAiC,SAAQ,iBAAiB,CAAC,qCAAqC,CAAC;IAC5G,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteListItemViewContentElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteListItemViewContentElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,wBAAwB,IAAI,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;AACzH,YAAY,EAAE,wBAAwB,IAAI,qCAAqC,EAAE,MAAM,iCAAiC,CAAC;AAEzH,qBAAa,gCAAiC,SAAQ,iBAAiB,CAAC,qCAAqC,CAAC;IAC5G,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;MAOnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,aAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,4BAA4B,EAAE,YAAY,CACxC,OAAO,gCAAgC,CACxC,CAAC;KACH;CACF"}
|
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.186",
|
|
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,12 +24,12 @@
|
|
|
24
24
|
"test:compile": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
27
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.186",
|
|
28
28
|
"remeda": "^2.21.1",
|
|
29
29
|
"type-fest": "^4.37.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.186",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.10",
|
|
35
35
|
"nx": "^20.8.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "a00ad37a8b3af30546ede14ff90bb3ddecf80ef6"
|
|
49
49
|
}
|