@mittwald/flow-remote-elements 0.2.0-alpha.329 → 0.2.0-alpha.330

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.
@@ -27,6 +27,7 @@ class RemoteCountryOptionsElement extends FlowRemoteElement {
27
27
  selectedKeys: {},
28
28
  selectionBehavior: {},
29
29
  selectionMode: {},
30
+ shouldFocusOnHover: {},
30
31
  shouldFocusWrap: {},
31
32
  shouldSelectOnPressUp: {},
32
33
  slot: {},
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteCountryOptionsElement.mjs","sources":["../../../src/auto-generated/RemoteCountryOptionsElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { CountryOptionsProps as RemoteCountryOptionsElementProps } from \"@mittwald/flow-react-components\";\nexport type { CountryOptionsProps as RemoteCountryOptionsElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteCountryOptionsElement extends FlowRemoteElement<RemoteCountryOptionsElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n \"aria-describedby\": {},\n \"aria-details\": {},\n \"aria-label\": {},\n \"aria-labelledby\": {},\n autoFocus: {},\n className: {},\n defaultSelectedKeys: {},\n dependencies: {},\n disabledKeys: {},\n disallowEmptySelection: {},\n dragAndDropHooks: {},\n escapeKeyBehavior: {},\n filterBy: {},\n id: {},\n items: {},\n layout: {},\n orientation: {},\n renderEmptyState: {},\n selectedKeys: {},\n selectionBehavior: {},\n selectionMode: {},\n shouldFocusWrap: {},\n shouldSelectOnPressUp: {},\n slot: {},\n sortBy: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n blur: {},\n focus: {},\n focusChange: {},\n scroll: {},\n selectionChange: {},\n };\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-country-options\": InstanceType<typeof RemoteCountryOptionsElement>;\n }\n}\n\ncustomElements.define(\"flr-country-options\", RemoteCountryOptionsElement);\n"],"names":[],"mappings":";;AAMO,MAAM,oCAAoC,iBAAoD,CAAA;AAAA,EACnG,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,oBAAoB,EAAC;AAAA,MACrB,gBAAgB,EAAC;AAAA,MACjB,cAAc,EAAC;AAAA,MACf,mBAAmB,EAAC;AAAA,MACpB,WAAW,EAAC;AAAA,MACZ,WAAW,EAAC;AAAA,MACZ,qBAAqB,EAAC;AAAA,MACtB,cAAc,EAAC;AAAA,MACf,cAAc,EAAC;AAAA,MACf,wBAAwB,EAAC;AAAA,MACzB,kBAAkB,EAAC;AAAA,MACnB,mBAAmB,EAAC;AAAA,MACpB,UAAU,EAAC;AAAA,MACX,IAAI,EAAC;AAAA,MACL,OAAO,EAAC;AAAA,MACR,QAAQ,EAAC;AAAA,MACT,aAAa,EAAC;AAAA,MACd,kBAAkB,EAAC;AAAA,MACnB,cAAc,EAAC;AAAA,MACf,mBAAmB,EAAC;AAAA,MACpB,eAAe,EAAC;AAAA,MAChB,iBAAiB,EAAC;AAAA,MAClB,uBAAuB,EAAC;AAAA,MACxB,MAAM,EAAC;AAAA,MACP,QAAQ;AAAC,KACX;AAAA;AACF,EAEA,WAAoB,YAAe,GAAA;AACjC,IAAO,OAAA;AAAA,MACL,QAAQ,EAAC;AAAA,MACT,MAAM,EAAC;AAAA,MACP,OAAO,EAAC;AAAA,MACR,aAAa,EAAC;AAAA,MACd,QAAQ,EAAC;AAAA,MACT,iBAAiB;AAAC,KACpB;AAAA;AACF,EAEA,WAAoB,WAAc,GAAA;AAChC,IAAA,OAAO,EAAC;AAAA;AAEZ;AAQA,cAAe,CAAA,MAAA,CAAO,uBAAuB,2BAA2B,CAAA;;;;"}
1
+ {"version":3,"file":"RemoteCountryOptionsElement.mjs","sources":["../../../src/auto-generated/RemoteCountryOptionsElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { CountryOptionsProps as RemoteCountryOptionsElementProps } from \"@mittwald/flow-react-components\";\nexport type { CountryOptionsProps as RemoteCountryOptionsElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteCountryOptionsElement extends FlowRemoteElement<RemoteCountryOptionsElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n \"aria-describedby\": {},\n \"aria-details\": {},\n \"aria-label\": {},\n \"aria-labelledby\": {},\n autoFocus: {},\n className: {},\n defaultSelectedKeys: {},\n dependencies: {},\n disabledKeys: {},\n disallowEmptySelection: {},\n dragAndDropHooks: {},\n escapeKeyBehavior: {},\n filterBy: {},\n id: {},\n items: {},\n layout: {},\n orientation: {},\n renderEmptyState: {},\n selectedKeys: {},\n selectionBehavior: {},\n selectionMode: {},\n shouldFocusOnHover: {},\n shouldFocusWrap: {},\n shouldSelectOnPressUp: {},\n slot: {},\n sortBy: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n blur: {},\n focus: {},\n focusChange: {},\n scroll: {},\n selectionChange: {},\n };\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-country-options\": InstanceType<typeof RemoteCountryOptionsElement>;\n }\n}\n\ncustomElements.define(\"flr-country-options\", RemoteCountryOptionsElement);\n"],"names":[],"mappings":";;AAMO,MAAM,oCAAoC,iBAAoD,CAAA;AAAA,EACnG,WAAoB,gBAAmB,GAAA;AACrC,IAAA,OAAO,CAAC,OAAO,CAAA;AAAA;AACjB,EAEA,WAAoB,gBAAmB,GAAA;AACrC,IAAO,OAAA;AAAA,MACL,oBAAoB,EAAC;AAAA,MACrB,gBAAgB,EAAC;AAAA,MACjB,cAAc,EAAC;AAAA,MACf,mBAAmB,EAAC;AAAA,MACpB,WAAW,EAAC;AAAA,MACZ,WAAW,EAAC;AAAA,MACZ,qBAAqB,EAAC;AAAA,MACtB,cAAc,EAAC;AAAA,MACf,cAAc,EAAC;AAAA,MACf,wBAAwB,EAAC;AAAA,MACzB,kBAAkB,EAAC;AAAA,MACnB,mBAAmB,EAAC;AAAA,MACpB,UAAU,EAAC;AAAA,MACX,IAAI,EAAC;AAAA,MACL,OAAO,EAAC;AAAA,MACR,QAAQ,EAAC;AAAA,MACT,aAAa,EAAC;AAAA,MACd,kBAAkB,EAAC;AAAA,MACnB,cAAc,EAAC;AAAA,MACf,mBAAmB,EAAC;AAAA,MACpB,eAAe,EAAC;AAAA,MAChB,oBAAoB,EAAC;AAAA,MACrB,iBAAiB,EAAC;AAAA,MAClB,uBAAuB,EAAC;AAAA,MACxB,MAAM,EAAC;AAAA,MACP,QAAQ;AAAC,KACX;AAAA;AACF,EAEA,WAAoB,YAAe,GAAA;AACjC,IAAO,OAAA;AAAA,MACL,QAAQ,EAAC;AAAA,MACT,MAAM,EAAC;AAAA,MACP,OAAO,EAAC;AAAA,MACR,aAAa,EAAC;AAAA,MACd,QAAQ,EAAC;AAAA,MACT,iBAAiB;AAAC,KACpB;AAAA;AACF,EAEA,WAAoB,WAAc,GAAA;AAChC,IAAA,OAAO,EAAC;AAAA;AAEZ;AAQA,cAAe,CAAA,MAAA,CAAO,uBAAuB,2BAA2B,CAAA;;;;"}
@@ -25,6 +25,7 @@ export declare class RemoteCountryOptionsElement extends FlowRemoteElement<Remot
25
25
  selectedKeys: {};
26
26
  selectionBehavior: {};
27
27
  selectionMode: {};
28
+ shouldFocusOnHover: {};
28
29
  shouldFocusWrap: {};
29
30
  shouldSelectOnPressUp: {};
30
31
  slot: {};
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteCountryOptionsElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteCountryOptionsElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,IAAI,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAC/G,YAAY,EAAE,mBAAmB,IAAI,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAE/G,qBAAa,2BAA4B,SAAQ,iBAAiB,CAAC,gCAAgC,CAAC;IAClG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;MA4BnC;IAED,WAAoB,YAAY;;;;;;;MAS/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,YAAY,CAAC,OAAO,2BAA2B,CAAC,CAAC;KACzE;CACF"}
1
+ {"version":3,"file":"RemoteCountryOptionsElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteCountryOptionsElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,IAAI,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAC/G,YAAY,EAAE,mBAAmB,IAAI,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAE/G,qBAAa,2BAA4B,SAAQ,iBAAiB,CAAC,gCAAgC,CAAC;IAClG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;MA6BnC;IAED,WAAoB,YAAY;;;;;;;MAS/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,YAAY,CAAC,OAAO,2BAA2B,CAAC,CAAC;KACzE;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.329",
3
+ "version": "0.2.0-alpha.330",
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",
@@ -19,7 +19,7 @@
19
19
  "dist"
20
20
  ],
21
21
  "engines": {
22
- "node": ">=20.11"
22
+ "node": ">=20.19"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "vite build --config vite.build.config.ts",
@@ -28,16 +28,16 @@
28
28
  "test:compile": "tsc --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@mittwald/flow-remote-core": "0.2.0-alpha.329",
32
- "remeda": "^2.22.3",
31
+ "@mittwald/flow-remote-core": "0.2.0-alpha.330",
32
+ "remeda": "^2.25.0",
33
33
  "type-fest": "^4.41.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@mittwald/flow-react-components": "0.2.0-alpha.329",
36
+ "@mittwald/flow-react-components": "0.2.0-alpha.330",
37
37
  "@mittwald/typescript-config": "",
38
- "@types/node": "^22.15.23",
38
+ "@types/node": "^22.16.2",
39
39
  "nx": "^20.8.2",
40
- "prettier": "^3.5.3",
40
+ "prettier": "^3.6.2",
41
41
  "rimraf": "^6.0.1",
42
42
  "rollup-preserve-directives": "^1.1.3",
43
43
  "typescript": "^5.8.3",
@@ -49,5 +49,5 @@
49
49
  "peerDependencies": {
50
50
  "@mittwald/flow-react-components": "*"
51
51
  },
52
- "gitHead": "8d00ca0c838fbf799b50c08bec73f5f257cdbe0e"
52
+ "gitHead": "61c6aecb986e0900992750248cbf8f087a77f5d2"
53
53
  }