@mittwald/flow-remote-elements 0.2.0-alpha.765 → 0.2.0-alpha.767

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.
@@ -1,6 +1,6 @@
1
1
  import { FlowRemoteElement } from '../lib/FlowRemoteElement.mjs';
2
2
 
3
- class RemoteItemsGridListElement extends FlowRemoteElement {
3
+ class RemoteItemsListBoxElement extends FlowRemoteElement {
4
4
  static get remoteAttributes() {
5
5
  return ["style"];
6
6
  }
@@ -15,23 +15,23 @@ class RemoteItemsGridListElement extends FlowRemoteElement {
15
15
  defaultSelectedKeys: {},
16
16
  dependencies: {},
17
17
  dir: {},
18
- disabledBehavior: {},
19
18
  disabledKeys: {},
20
19
  disallowEmptySelection: {},
21
- disallowTypeAhead: {},
22
20
  dragAndDropHooks: {},
23
21
  escapeKeyBehavior: {},
24
22
  hidden: {},
25
23
  id: {},
26
24
  inert: {},
27
25
  items: {},
28
- keyboardNavigationBehavior: {},
29
26
  lang: {},
30
27
  layout: {},
28
+ orientation: {},
31
29
  renderEmptyState: {},
32
30
  selectedKeys: {},
33
31
  selectionBehavior: {},
34
32
  selectionMode: {},
33
+ shouldFocusOnHover: {},
34
+ shouldFocusWrap: {},
35
35
  shouldSelectOnPressUp: {},
36
36
  slot: {},
37
37
  tileMaxWidth: {},
@@ -49,12 +49,15 @@ class RemoteItemsGridListElement extends FlowRemoteElement {
49
49
  animationStartCapture: {},
50
50
  auxClick: {},
51
51
  auxClickCapture: {},
52
+ blur: {},
52
53
  click: {},
53
54
  clickCapture: {},
54
55
  contextMenu: {},
55
56
  contextMenuCapture: {},
56
57
  doubleClick: {},
57
58
  doubleClickCapture: {},
59
+ focus: {},
60
+ focusChange: {},
58
61
  gotPointerCapture: {},
59
62
  gotPointerCaptureCapture: {},
60
63
  lostPointerCapture: {},
@@ -112,7 +115,7 @@ class RemoteItemsGridListElement extends FlowRemoteElement {
112
115
  return [];
113
116
  }
114
117
  }
115
- customElements.define("flr-items-grid-list", RemoteItemsGridListElement);
118
+ customElements.define("flr-items-list-box", RemoteItemsListBoxElement);
116
119
 
117
- export { RemoteItemsGridListElement };
118
- //# sourceMappingURL=RemoteItemsGridListElement.mjs.map
120
+ export { RemoteItemsListBoxElement };
121
+ //# sourceMappingURL=RemoteItemsListBoxElement.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteItemsListBoxElement.mjs","sources":["../../../src/auto-generated/RemoteItemsListBoxElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { ListBoxProps as RemoteItemsListBoxElementProps } from \"@mittwald/flow-react-components\";\nexport type { ListBoxProps as RemoteItemsListBoxElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteItemsListBoxElement extends FlowRemoteElement<RemoteItemsListBoxElementProps> {\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 dir: {},\n disabledKeys: {},\n disallowEmptySelection: {},\n dragAndDropHooks: {},\n escapeKeyBehavior: {},\n hidden: {},\n id: {},\n inert: {},\n items: {},\n lang: {},\n layout: {},\n orientation: {},\n renderEmptyState: {},\n selectedKeys: {},\n selectionBehavior: {},\n selectionMode: {},\n shouldFocusOnHover: {},\n shouldFocusWrap: {},\n shouldSelectOnPressUp: {},\n slot: {},\n tileMaxWidth: {},\n translate: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n blur: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n focus: {},\n focusChange: {},\n gotPointerCapture: {},\n gotPointerCaptureCapture: {},\n lostPointerCapture: {},\n lostPointerCaptureCapture: {},\n mouseDown: {},\n mouseDownCapture: {},\n mouseEnter: {},\n mouseLeave: {},\n mouseMove: {},\n mouseMoveCapture: {},\n mouseOut: {},\n mouseOutCapture: {},\n mouseOver: {},\n mouseOverCapture: {},\n mouseUp: {},\n mouseUpCapture: {},\n pointerCancel: {},\n pointerCancelCapture: {},\n pointerDown: {},\n pointerDownCapture: {},\n pointerEnter: {},\n pointerLeave: {},\n pointerMove: {},\n pointerMoveCapture: {},\n pointerOut: {},\n pointerOutCapture: {},\n pointerOver: {},\n pointerOverCapture: {},\n pointerUp: {},\n pointerUpCapture: {},\n scroll: {},\n scrollCapture: {},\n selectionChange: {},\n touchCancel: {},\n touchCancelCapture: {},\n touchEnd: {},\n touchEndCapture: {},\n touchMove: {},\n touchMoveCapture: {},\n touchStart: {},\n touchStartCapture: {},\n transitionCancel: {},\n transitionCancelCapture: {},\n transitionEnd: {},\n transitionEndCapture: {},\n transitionRun: {},\n transitionRunCapture: {},\n transitionStart: {},\n transitionStartCapture: {},\n wheel: {},\n wheelCapture: {},\n };\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-items-list-box\": InstanceType<typeof RemoteItemsListBoxElement>;\n }\n}\n\ncustomElements.define(\"flr-items-list-box\", RemoteItemsListBoxElement);\n"],"names":[],"mappings":"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"}
@@ -1,11 +1,12 @@
1
1
  import { FlowRemoteElement } from '../lib/FlowRemoteElement.mjs';
2
2
 
3
- class RemoteItemsGridListItemElement extends FlowRemoteElement {
3
+ class RemoteItemsListBoxItemElement extends FlowRemoteElement {
4
4
  static get remoteAttributes() {
5
5
  return ["style"];
6
6
  }
7
7
  static get remoteProperties() {
8
8
  return {
9
+ "aria-label": {},
9
10
  className: {},
10
11
  dir: {},
11
12
  download: {},
@@ -39,12 +40,15 @@ class RemoteItemsGridListItemElement extends FlowRemoteElement {
39
40
  animationStartCapture: {},
40
41
  auxClick: {},
41
42
  auxClickCapture: {},
43
+ blur: {},
42
44
  click: {},
43
45
  clickCapture: {},
44
46
  contextMenu: {},
45
47
  contextMenuCapture: {},
46
48
  doubleClick: {},
47
49
  doubleClickCapture: {},
50
+ focus: {},
51
+ focusChange: {},
48
52
  gotPointerCapture: {},
49
53
  gotPointerCaptureCapture: {},
50
54
  hoverChange: {},
@@ -109,10 +113,7 @@ class RemoteItemsGridListItemElement extends FlowRemoteElement {
109
113
  return [];
110
114
  }
111
115
  }
112
- customElements.define(
113
- "flr-items-grid-list-item",
114
- RemoteItemsGridListItemElement
115
- );
116
+ customElements.define("flr-items-list-box-item", RemoteItemsListBoxItemElement);
116
117
 
117
- export { RemoteItemsGridListItemElement };
118
- //# sourceMappingURL=RemoteItemsGridListItemElement.mjs.map
118
+ export { RemoteItemsListBoxItemElement };
119
+ //# sourceMappingURL=RemoteItemsListBoxItemElement.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteItemsListBoxItemElement.mjs","sources":["../../../src/auto-generated/RemoteItemsListBoxItemElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { ListBoxItemProps as RemoteItemsListBoxItemElementProps } from \"@mittwald/flow-react-components\";\nexport type { ListBoxItemProps as RemoteItemsListBoxItemElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteItemsListBoxItemElement extends FlowRemoteElement<RemoteItemsListBoxItemElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n \"aria-label\": {},\n className: {},\n dir: {},\n download: {},\n hasAction: {},\n hidden: {},\n href: {},\n hrefLang: {},\n id: {},\n inert: {},\n isDisabled: {},\n isTile: {},\n lang: {},\n ping: {},\n referrerPolicy: {},\n rel: {},\n routerOptions: {},\n target: {},\n textValue: {},\n translate: {},\n value: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n blur: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n focus: {},\n focusChange: {},\n gotPointerCapture: {},\n gotPointerCaptureCapture: {},\n hoverChange: {},\n hoverEnd: {},\n hoverStart: {},\n lostPointerCapture: {},\n lostPointerCaptureCapture: {},\n mouseDown: {},\n mouseDownCapture: {},\n mouseEnter: {},\n mouseLeave: {},\n mouseMove: {},\n mouseMoveCapture: {},\n mouseOut: {},\n mouseOutCapture: {},\n mouseOver: {},\n mouseOverCapture: {},\n mouseUp: {},\n mouseUpCapture: {},\n pointerCancel: {},\n pointerCancelCapture: {},\n pointerDown: {},\n pointerDownCapture: {},\n pointerEnter: {},\n pointerLeave: {},\n pointerMove: {},\n pointerMoveCapture: {},\n pointerOut: {},\n pointerOutCapture: {},\n pointerOver: {},\n pointerOverCapture: {},\n pointerUp: {},\n pointerUpCapture: {},\n press: {},\n pressChange: {},\n pressEnd: {},\n pressStart: {},\n pressUp: {},\n scroll: {},\n scrollCapture: {},\n touchCancel: {},\n touchCancelCapture: {},\n touchEnd: {},\n touchEndCapture: {},\n touchMove: {},\n touchMoveCapture: {},\n touchStart: {},\n touchStartCapture: {},\n transitionCancel: {},\n transitionCancelCapture: {},\n transitionEnd: {},\n transitionEndCapture: {},\n transitionRun: {},\n transitionRunCapture: {},\n transitionStart: {},\n transitionStartCapture: {},\n wheel: {},\n wheelCapture: {},\n };\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-items-list-box-item\": InstanceType<\n typeof RemoteItemsListBoxItemElement\n >;\n }\n}\n\ncustomElements.define(\"flr-items-list-box-item\", RemoteItemsListBoxItemElement);\n"],"names":[],"mappings":"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"}
package/dist/js/index.mjs CHANGED
@@ -58,8 +58,8 @@ export { RemoteIllustratedMessageElement } from './auto-generated/RemoteIllustra
58
58
  export { RemoteImageElement } from './auto-generated/RemoteImageElement.mjs';
59
59
  export { RemoteInitialsElement } from './auto-generated/RemoteInitialsElement.mjs';
60
60
  export { RemoteInlineCodeElement } from './auto-generated/RemoteInlineCodeElement.mjs';
61
- export { RemoteItemsGridListElement } from './auto-generated/RemoteItemsGridListElement.mjs';
62
- export { RemoteItemsGridListItemElement } from './auto-generated/RemoteItemsGridListItemElement.mjs';
61
+ export { RemoteItemsListBoxElement } from './auto-generated/RemoteItemsListBoxElement.mjs';
62
+ export { RemoteItemsListBoxItemElement } from './auto-generated/RemoteItemsListBoxItemElement.mjs';
63
63
  export { RemoteKbdElement } from './auto-generated/RemoteKbdElement.mjs';
64
64
  export { RemoteLabelElement } from './auto-generated/RemoteLabelElement.mjs';
65
65
  export { RemoteLabeledValueElement } from './auto-generated/RemoteLabeledValueElement.mjs';
@@ -1,7 +1,7 @@
1
1
  import { FlowRemoteElement } from '../lib/FlowRemoteElement';
2
- import { GridListProps as RemoteItemsGridListElementProps } from '@mittwald/flow-react-components';
3
- export type { GridListProps as RemoteItemsGridListElementProps } from '@mittwald/flow-react-components';
4
- export declare class RemoteItemsGridListElement extends FlowRemoteElement<RemoteItemsGridListElementProps> {
2
+ import { ListBoxProps as RemoteItemsListBoxElementProps } from '@mittwald/flow-react-components';
3
+ export type { ListBoxProps as RemoteItemsListBoxElementProps } from '@mittwald/flow-react-components';
4
+ export declare class RemoteItemsListBoxElement extends FlowRemoteElement<RemoteItemsListBoxElementProps> {
5
5
  static get remoteAttributes(): string[];
6
6
  static get remoteProperties(): {
7
7
  "aria-describedby": {};
@@ -13,23 +13,23 @@ export declare class RemoteItemsGridListElement extends FlowRemoteElement<Remote
13
13
  defaultSelectedKeys: {};
14
14
  dependencies: {};
15
15
  dir: {};
16
- disabledBehavior: {};
17
16
  disabledKeys: {};
18
17
  disallowEmptySelection: {};
19
- disallowTypeAhead: {};
20
18
  dragAndDropHooks: {};
21
19
  escapeKeyBehavior: {};
22
20
  hidden: {};
23
21
  id: {};
24
22
  inert: {};
25
23
  items: {};
26
- keyboardNavigationBehavior: {};
27
24
  lang: {};
28
25
  layout: {};
26
+ orientation: {};
29
27
  renderEmptyState: {};
30
28
  selectedKeys: {};
31
29
  selectionBehavior: {};
32
30
  selectionMode: {};
31
+ shouldFocusOnHover: {};
32
+ shouldFocusWrap: {};
33
33
  shouldSelectOnPressUp: {};
34
34
  slot: {};
35
35
  tileMaxWidth: {};
@@ -45,12 +45,15 @@ export declare class RemoteItemsGridListElement extends FlowRemoteElement<Remote
45
45
  animationStartCapture: {};
46
46
  auxClick: {};
47
47
  auxClickCapture: {};
48
+ blur: {};
48
49
  click: {};
49
50
  clickCapture: {};
50
51
  contextMenu: {};
51
52
  contextMenuCapture: {};
52
53
  doubleClick: {};
53
54
  doubleClickCapture: {};
55
+ focus: {};
56
+ focusChange: {};
54
57
  gotPointerCapture: {};
55
58
  gotPointerCaptureCapture: {};
56
59
  lostPointerCapture: {};
@@ -107,7 +110,7 @@ export declare class RemoteItemsGridListElement extends FlowRemoteElement<Remote
107
110
  }
108
111
  declare global {
109
112
  interface HTMLElementTagNameMap {
110
- "flr-items-grid-list": InstanceType<typeof RemoteItemsGridListElement>;
113
+ "flr-items-list-box": InstanceType<typeof RemoteItemsListBoxElement>;
111
114
  }
112
115
  }
113
- //# sourceMappingURL=RemoteItemsGridListElement.d.ts.map
116
+ //# sourceMappingURL=RemoteItemsListBoxElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteItemsListBoxElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteItemsListBoxElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACtG,YAAY,EAAE,YAAY,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAEtG,qBAAa,yBAA0B,SAAQ,iBAAiB,CAAC,8BAA8B,CAAC;IAC9F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,YAAY,CAAC,OAAO,yBAAyB,CAAC,CAAC;KACtE;CACF"}
@@ -1,9 +1,10 @@
1
1
  import { FlowRemoteElement } from '../lib/FlowRemoteElement';
2
- import { GridListItemProps as RemoteItemsGridListItemElementProps } from '@mittwald/flow-react-components';
3
- export type { GridListItemProps as RemoteItemsGridListItemElementProps } from '@mittwald/flow-react-components';
4
- export declare class RemoteItemsGridListItemElement extends FlowRemoteElement<RemoteItemsGridListItemElementProps> {
2
+ import { ListBoxItemProps as RemoteItemsListBoxItemElementProps } from '@mittwald/flow-react-components';
3
+ export type { ListBoxItemProps as RemoteItemsListBoxItemElementProps } from '@mittwald/flow-react-components';
4
+ export declare class RemoteItemsListBoxItemElement extends FlowRemoteElement<RemoteItemsListBoxItemElementProps> {
5
5
  static get remoteAttributes(): string[];
6
6
  static get remoteProperties(): {
7
+ "aria-label": {};
7
8
  className: {};
8
9
  dir: {};
9
10
  download: {};
@@ -35,12 +36,15 @@ export declare class RemoteItemsGridListItemElement extends FlowRemoteElement<Re
35
36
  animationStartCapture: {};
36
37
  auxClick: {};
37
38
  auxClickCapture: {};
39
+ blur: {};
38
40
  click: {};
39
41
  clickCapture: {};
40
42
  contextMenu: {};
41
43
  contextMenuCapture: {};
42
44
  doubleClick: {};
43
45
  doubleClickCapture: {};
46
+ focus: {};
47
+ focusChange: {};
44
48
  gotPointerCapture: {};
45
49
  gotPointerCaptureCapture: {};
46
50
  hoverChange: {};
@@ -104,7 +108,7 @@ export declare class RemoteItemsGridListItemElement extends FlowRemoteElement<Re
104
108
  }
105
109
  declare global {
106
110
  interface HTMLElementTagNameMap {
107
- "flr-items-grid-list-item": InstanceType<typeof RemoteItemsGridListItemElement>;
111
+ "flr-items-list-box-item": InstanceType<typeof RemoteItemsListBoxItemElement>;
108
112
  }
109
113
  }
110
- //# sourceMappingURL=RemoteItemsGridListItemElement.d.ts.map
114
+ //# sourceMappingURL=RemoteItemsListBoxItemElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteItemsListBoxItemElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteItemsListBoxItemElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,kCAAkC,EAAE,MAAM,iCAAiC,CAAC;AAC9G,YAAY,EAAE,gBAAgB,IAAI,kCAAkC,EAAE,MAAM,iCAAiC,CAAC;AAE9G,qBAAa,6BAA8B,SAAQ,iBAAiB,CAAC,kCAAkC,CAAC;IACtG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;MAwBnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA+E/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,yBAAyB,EAAE,YAAY,CACrC,OAAO,6BAA6B,CACrC,CAAC;KACH;CACF"}
@@ -58,8 +58,8 @@ export * from './RemoteIllustratedMessageElement';
58
58
  export * from './RemoteImageElement';
59
59
  export * from './RemoteInitialsElement';
60
60
  export * from './RemoteInlineCodeElement';
61
- export * from './RemoteItemsGridListElement';
62
- export * from './RemoteItemsGridListItemElement';
61
+ export * from './RemoteItemsListBoxElement';
62
+ export * from './RemoteItemsListBoxItemElement';
63
63
  export * from './RemoteKbdElement';
64
64
  export * from './RemoteLabelElement';
65
65
  export * from './RemoteLabeledValueElement';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"AAEA,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.765",
3
+ "version": "0.2.0-alpha.767",
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",
@@ -27,12 +27,12 @@
27
27
  "test:compile": "tsc --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@mittwald/flow-remote-core": "0.2.0-alpha.765",
30
+ "@mittwald/flow-remote-core": "0.2.0-alpha.767",
31
31
  "remeda": "^2.33.4",
32
32
  "type-fest": "^5.4.3"
33
33
  },
34
34
  "devDependencies": {
35
- "@mittwald/flow-react-components": "0.2.0-alpha.765",
35
+ "@mittwald/flow-react-components": "0.2.0-alpha.767",
36
36
  "@mittwald/typescript-config": "",
37
37
  "@types/node": "^24.10.9",
38
38
  "nx": "^22.4.4",
@@ -46,7 +46,7 @@
46
46
  "vite-plugin-externalize-deps": "^0.10.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@mittwald/flow-react-components": "0.2.0-alpha.764"
49
+ "@mittwald/flow-react-components": "0.2.0-alpha.766"
50
50
  },
51
- "gitHead": "0f02deb2602ce722d929131da5b36ba3869cfb8a"
51
+ "gitHead": "842afffd888e5a4ebb3a6a39d4a04a6e4e1a5792"
52
52
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"RemoteItemsGridListElement.mjs","sources":["../../../src/auto-generated/RemoteItemsGridListElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { GridListProps as RemoteItemsGridListElementProps } from \"@mittwald/flow-react-components\";\nexport type { GridListProps as RemoteItemsGridListElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteItemsGridListElement extends FlowRemoteElement<RemoteItemsGridListElementProps> {\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 dir: {},\n disabledBehavior: {},\n disabledKeys: {},\n disallowEmptySelection: {},\n disallowTypeAhead: {},\n dragAndDropHooks: {},\n escapeKeyBehavior: {},\n hidden: {},\n id: {},\n inert: {},\n items: {},\n keyboardNavigationBehavior: {},\n lang: {},\n layout: {},\n renderEmptyState: {},\n selectedKeys: {},\n selectionBehavior: {},\n selectionMode: {},\n shouldSelectOnPressUp: {},\n slot: {},\n tileMaxWidth: {},\n translate: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n gotPointerCapture: {},\n gotPointerCaptureCapture: {},\n lostPointerCapture: {},\n lostPointerCaptureCapture: {},\n mouseDown: {},\n mouseDownCapture: {},\n mouseEnter: {},\n mouseLeave: {},\n mouseMove: {},\n mouseMoveCapture: {},\n mouseOut: {},\n mouseOutCapture: {},\n mouseOver: {},\n mouseOverCapture: {},\n mouseUp: {},\n mouseUpCapture: {},\n pointerCancel: {},\n pointerCancelCapture: {},\n pointerDown: {},\n pointerDownCapture: {},\n pointerEnter: {},\n pointerLeave: {},\n pointerMove: {},\n pointerMoveCapture: {},\n pointerOut: {},\n pointerOutCapture: {},\n pointerOver: {},\n pointerOverCapture: {},\n pointerUp: {},\n pointerUpCapture: {},\n scroll: {},\n scrollCapture: {},\n selectionChange: {},\n touchCancel: {},\n touchCancelCapture: {},\n touchEnd: {},\n touchEndCapture: {},\n touchMove: {},\n touchMoveCapture: {},\n touchStart: {},\n touchStartCapture: {},\n transitionCancel: {},\n transitionCancelCapture: {},\n transitionEnd: {},\n transitionEndCapture: {},\n transitionRun: {},\n transitionRunCapture: {},\n transitionStart: {},\n transitionStartCapture: {},\n wheel: {},\n wheelCapture: {},\n };\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-items-grid-list\": InstanceType<typeof RemoteItemsGridListElement>;\n }\n}\n\ncustomElements.define(\"flr-items-grid-list\", RemoteItemsGridListElement);\n"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RemoteItemsGridListItemElement.mjs","sources":["../../../src/auto-generated/RemoteItemsGridListItemElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { GridListItemProps as RemoteItemsGridListItemElementProps } from \"@mittwald/flow-react-components\";\nexport type { GridListItemProps as RemoteItemsGridListItemElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteItemsGridListItemElement extends FlowRemoteElement<RemoteItemsGridListItemElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n dir: {},\n download: {},\n hasAction: {},\n hidden: {},\n href: {},\n hrefLang: {},\n id: {},\n inert: {},\n isDisabled: {},\n isTile: {},\n lang: {},\n ping: {},\n referrerPolicy: {},\n rel: {},\n routerOptions: {},\n target: {},\n textValue: {},\n translate: {},\n value: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n gotPointerCapture: {},\n gotPointerCaptureCapture: {},\n hoverChange: {},\n hoverEnd: {},\n hoverStart: {},\n lostPointerCapture: {},\n lostPointerCaptureCapture: {},\n mouseDown: {},\n mouseDownCapture: {},\n mouseEnter: {},\n mouseLeave: {},\n mouseMove: {},\n mouseMoveCapture: {},\n mouseOut: {},\n mouseOutCapture: {},\n mouseOver: {},\n mouseOverCapture: {},\n mouseUp: {},\n mouseUpCapture: {},\n pointerCancel: {},\n pointerCancelCapture: {},\n pointerDown: {},\n pointerDownCapture: {},\n pointerEnter: {},\n pointerLeave: {},\n pointerMove: {},\n pointerMoveCapture: {},\n pointerOut: {},\n pointerOutCapture: {},\n pointerOver: {},\n pointerOverCapture: {},\n pointerUp: {},\n pointerUpCapture: {},\n press: {},\n pressChange: {},\n pressEnd: {},\n pressStart: {},\n pressUp: {},\n scroll: {},\n scrollCapture: {},\n touchCancel: {},\n touchCancelCapture: {},\n touchEnd: {},\n touchEndCapture: {},\n touchMove: {},\n touchMoveCapture: {},\n touchStart: {},\n touchStartCapture: {},\n transitionCancel: {},\n transitionCancelCapture: {},\n transitionEnd: {},\n transitionEndCapture: {},\n transitionRun: {},\n transitionRunCapture: {},\n transitionStart: {},\n transitionStartCapture: {},\n wheel: {},\n wheelCapture: {},\n };\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-items-grid-list-item\": InstanceType<\n typeof RemoteItemsGridListItemElement\n >;\n }\n}\n\ncustomElements.define(\n \"flr-items-grid-list-item\",\n RemoteItemsGridListItemElement,\n);\n"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RemoteItemsGridListElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteItemsGridListElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,IAAI,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AACxG,YAAY,EAAE,aAAa,IAAI,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAExG,qBAAa,0BAA2B,SAAQ,iBAAiB,CAAC,+BAA+B,CAAC;IAChG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,YAAY,CAAC,OAAO,0BAA0B,CAAC,CAAC;KACxE;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RemoteItemsGridListItemElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteItemsGridListItemElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,IAAI,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAChH,YAAY,EAAE,iBAAiB,IAAI,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAEhH,qBAAa,8BAA+B,SAAQ,iBAAiB,CAAC,mCAAmC,CAAC;IACxG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;MAuBnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA4E/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,0BAA0B,EAAE,YAAY,CACtC,OAAO,8BAA8B,CACtC,CAAC;KACH;CACF"}