@mittwald/flow-remote-elements 0.2.0-alpha.569 → 0.2.0-alpha.570
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/RemoteAutocompleteElement.mjs +2 -7
- package/dist/js/auto-generated/RemoteAutocompleteElement.mjs.map +1 -1
- package/dist/types/auto-generated/RemoteAutocompleteElement.d.ts +1 -6
- package/dist/types/auto-generated/RemoteAutocompleteElement.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -7,19 +7,14 @@ class RemoteAutocompleteElement extends FlowRemoteElement {
|
|
|
7
7
|
static get remoteProperties() {
|
|
8
8
|
return {
|
|
9
9
|
className: {},
|
|
10
|
-
defaultValue: {},
|
|
11
10
|
disableAutoFocusFirst: {},
|
|
12
11
|
disableVirtualFocus: {},
|
|
13
12
|
filter: {},
|
|
14
|
-
|
|
15
|
-
slot: {},
|
|
16
|
-
value: {}
|
|
13
|
+
slot: {}
|
|
17
14
|
};
|
|
18
15
|
}
|
|
19
16
|
static get remoteEvents() {
|
|
20
|
-
return {
|
|
21
|
-
change: {}
|
|
22
|
-
};
|
|
17
|
+
return {};
|
|
23
18
|
}
|
|
24
19
|
static get remoteSlots() {
|
|
25
20
|
return [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteAutocompleteElement.mjs","sources":["../../../src/auto-generated/RemoteAutocompleteElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { AutocompleteProps as RemoteAutocompleteElementProps } from \"@mittwald/flow-react-components\";\nexport type { AutocompleteProps as RemoteAutocompleteElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteAutocompleteElement extends FlowRemoteElement<RemoteAutocompleteElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n
|
|
1
|
+
{"version":3,"file":"RemoteAutocompleteElement.mjs","sources":["../../../src/auto-generated/RemoteAutocompleteElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { AutocompleteProps as RemoteAutocompleteElementProps } from \"@mittwald/flow-react-components\";\nexport type { AutocompleteProps as RemoteAutocompleteElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteAutocompleteElement extends FlowRemoteElement<RemoteAutocompleteElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n disableAutoFocusFirst: {},\n disableVirtualFocus: {},\n filter: {},\n slot: {},\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-autocomplete\": InstanceType<typeof RemoteAutocompleteElement>;\n }\n}\n\ncustomElements.define(\"flr-autocomplete\", RemoteAutocompleteElement);\n"],"names":[],"mappings":";;AAMO,MAAM,kCAAkC,iBAAA,CAAkD;AAAA,EAC/F,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA,EACjB;AAAA,EAEA,WAAoB,gBAAA,GAAmB;AACrC,IAAA,OAAO;AAAA,MACL,WAAW,EAAC;AAAA,MACZ,uBAAuB,EAAC;AAAA,MACxB,qBAAqB,EAAC;AAAA,MACtB,QAAQ,EAAC;AAAA,MACT,MAAM;AAAC,KACT;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,yBAAyB,CAAA;;;;"}
|
|
@@ -5,17 +5,12 @@ export declare class RemoteAutocompleteElement extends FlowRemoteElement<RemoteA
|
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
className: {};
|
|
8
|
-
defaultValue: {};
|
|
9
8
|
disableAutoFocusFirst: {};
|
|
10
9
|
disableVirtualFocus: {};
|
|
11
10
|
filter: {};
|
|
12
|
-
isInvalid: {};
|
|
13
11
|
slot: {};
|
|
14
|
-
value: {};
|
|
15
|
-
};
|
|
16
|
-
static get remoteEvents(): {
|
|
17
|
-
change: {};
|
|
18
12
|
};
|
|
13
|
+
static get remoteEvents(): {};
|
|
19
14
|
static get remoteSlots(): never[];
|
|
20
15
|
}
|
|
21
16
|
declare global {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteAutocompleteElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteAutocompleteElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAC3G,YAAY,EAAE,iBAAiB,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAE3G,qBAAa,yBAA0B,SAAQ,iBAAiB,CAAC,8BAA8B,CAAC;IAC9F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteAutocompleteElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteAutocompleteElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAC3G,YAAY,EAAE,iBAAiB,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAE3G,qBAAa,yBAA0B,SAAQ,iBAAiB,CAAC,8BAA8B,CAAC;IAC9F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;MAQnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,yBAAyB,CAAC,CAAC;KACpE;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.570",
|
|
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.
|
|
31
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.570",
|
|
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.
|
|
36
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.570",
|
|
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.
|
|
50
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.569"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "7d3b0ac2101a8c4fa41220ada976702fca96823a"
|
|
53
53
|
}
|