@mittwald/flow-remote-elements 0.2.0-alpha.885 → 0.2.0-alpha.887

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.
@@ -6,13 +6,288 @@ class RemoteMessageElement extends FlowRemoteElement {
6
6
  }
7
7
  static get remoteProperties() {
8
8
  return {
9
+ about: {},
10
+ accessKey: {},
11
+ "aria-activedescendant": {},
12
+ "aria-atomic": {},
13
+ "aria-autocomplete": {},
14
+ "aria-braillelabel": {},
15
+ "aria-brailleroledescription": {},
16
+ "aria-busy": {},
17
+ "aria-checked": {},
18
+ "aria-colcount": {},
19
+ "aria-colindex": {},
20
+ "aria-colindextext": {},
21
+ "aria-colspan": {},
22
+ "aria-controls": {},
23
+ "aria-current": {},
24
+ "aria-describedby": {},
25
+ "aria-description": {},
26
+ "aria-details": {},
27
+ "aria-disabled": {},
28
+ "aria-dropeffect": {},
29
+ "aria-errormessage": {},
30
+ "aria-expanded": {},
31
+ "aria-flowto": {},
32
+ "aria-grabbed": {},
33
+ "aria-haspopup": {},
34
+ "aria-hidden": {},
35
+ "aria-invalid": {},
36
+ "aria-keyshortcuts": {},
37
+ "aria-label": {},
38
+ "aria-labelledby": {},
39
+ "aria-level": {},
40
+ "aria-live": {},
41
+ "aria-modal": {},
42
+ "aria-multiline": {},
43
+ "aria-multiselectable": {},
44
+ "aria-orientation": {},
45
+ "aria-owns": {},
46
+ "aria-placeholder": {},
47
+ "aria-posinset": {},
48
+ "aria-pressed": {},
49
+ "aria-readonly": {},
50
+ "aria-relevant": {},
51
+ "aria-required": {},
52
+ "aria-roledescription": {},
53
+ "aria-rowcount": {},
54
+ "aria-rowindex": {},
55
+ "aria-rowindextext": {},
56
+ "aria-rowspan": {},
57
+ "aria-selected": {},
58
+ "aria-setsize": {},
59
+ "aria-sort": {},
60
+ "aria-valuemax": {},
61
+ "aria-valuemin": {},
62
+ "aria-valuenow": {},
63
+ "aria-valuetext": {},
64
+ autoCapitalize: {},
65
+ autoCorrect: {},
66
+ autoFocus: {},
67
+ autoSave: {},
9
68
  className: {},
10
69
  color: {},
11
- type: {}
70
+ content: {},
71
+ contentEditable: {},
72
+ contextMenu: {},
73
+ datatype: {},
74
+ defaultChecked: {},
75
+ defaultValue: {},
76
+ dir: {},
77
+ draggable: {},
78
+ elementType: {},
79
+ enterKeyHint: {},
80
+ exportparts: {},
81
+ hidden: {},
82
+ id: {},
83
+ inert: {},
84
+ inlist: {},
85
+ inputMode: {},
86
+ is: {},
87
+ itemID: {},
88
+ itemProp: {},
89
+ itemRef: {},
90
+ itemScope: {},
91
+ itemType: {},
92
+ lang: {},
93
+ nonce: {},
94
+ part: {},
95
+ popover: {},
96
+ popoverTarget: {},
97
+ popoverTargetAction: {},
98
+ prefix: {},
99
+ property: {},
100
+ radioGroup: {},
101
+ rel: {},
102
+ resource: {},
103
+ results: {},
104
+ rev: {},
105
+ role: {},
106
+ security: {},
107
+ slot: {},
108
+ spellCheck: {},
109
+ suppressContentEditableWarning: {},
110
+ suppressHydrationWarning: {},
111
+ tabIndex: {},
112
+ title: {},
113
+ translate: {},
114
+ type: {},
115
+ typeof: {},
116
+ unselectable: {},
117
+ vocab: {}
12
118
  };
13
119
  }
14
120
  static get remoteEvents() {
15
- return {};
121
+ return {
122
+ abort: {},
123
+ abortCapture: {},
124
+ animationEnd: {},
125
+ animationEndCapture: {},
126
+ animationIteration: {},
127
+ animationIterationCapture: {},
128
+ animationStart: {},
129
+ animationStartCapture: {},
130
+ auxClick: {},
131
+ auxClickCapture: {},
132
+ beforeInput: {},
133
+ beforeInputCapture: {},
134
+ beforeToggle: {},
135
+ blur: {},
136
+ blurCapture: {},
137
+ canPlay: {},
138
+ canPlayCapture: {},
139
+ canPlayThrough: {},
140
+ canPlayThroughCapture: {},
141
+ change: {},
142
+ changeCapture: {},
143
+ click: {},
144
+ clickCapture: {},
145
+ compositionEnd: {},
146
+ compositionEndCapture: {},
147
+ compositionStart: {},
148
+ compositionStartCapture: {},
149
+ compositionUpdate: {},
150
+ compositionUpdateCapture: {},
151
+ contextMenu: {},
152
+ contextMenuCapture: {},
153
+ copy: {},
154
+ copyCapture: {},
155
+ cut: {},
156
+ cutCapture: {},
157
+ doubleClick: {},
158
+ doubleClickCapture: {},
159
+ drag: {},
160
+ dragCapture: {},
161
+ dragEnd: {},
162
+ dragEndCapture: {},
163
+ dragEnter: {},
164
+ dragEnterCapture: {},
165
+ dragExit: {},
166
+ dragExitCapture: {},
167
+ dragLeave: {},
168
+ dragLeaveCapture: {},
169
+ dragOver: {},
170
+ dragOverCapture: {},
171
+ dragStart: {},
172
+ dragStartCapture: {},
173
+ drop: {},
174
+ dropCapture: {},
175
+ durationChange: {},
176
+ durationChangeCapture: {},
177
+ emptied: {},
178
+ emptiedCapture: {},
179
+ encrypted: {},
180
+ encryptedCapture: {},
181
+ ended: {},
182
+ endedCapture: {},
183
+ error: {},
184
+ errorCapture: {},
185
+ focus: {},
186
+ focusCapture: {},
187
+ gotPointerCapture: {},
188
+ gotPointerCaptureCapture: {},
189
+ input: {},
190
+ inputCapture: {},
191
+ invalid: {},
192
+ invalidCapture: {},
193
+ keyDown: {},
194
+ keyDownCapture: {},
195
+ keyPress: {},
196
+ keyPressCapture: {},
197
+ keyUp: {},
198
+ keyUpCapture: {},
199
+ load: {},
200
+ loadCapture: {},
201
+ loadStart: {},
202
+ loadStartCapture: {},
203
+ loadedData: {},
204
+ loadedDataCapture: {},
205
+ loadedMetadata: {},
206
+ loadedMetadataCapture: {},
207
+ lostPointerCapture: {},
208
+ lostPointerCaptureCapture: {},
209
+ mouseDown: {},
210
+ mouseDownCapture: {},
211
+ mouseEnter: {},
212
+ mouseLeave: {},
213
+ mouseMove: {},
214
+ mouseMoveCapture: {},
215
+ mouseOut: {},
216
+ mouseOutCapture: {},
217
+ mouseOver: {},
218
+ mouseOverCapture: {},
219
+ mouseUp: {},
220
+ mouseUpCapture: {},
221
+ paste: {},
222
+ pasteCapture: {},
223
+ pause: {},
224
+ pauseCapture: {},
225
+ play: {},
226
+ playCapture: {},
227
+ playing: {},
228
+ playingCapture: {},
229
+ pointerCancel: {},
230
+ pointerCancelCapture: {},
231
+ pointerDown: {},
232
+ pointerDownCapture: {},
233
+ pointerEnter: {},
234
+ pointerLeave: {},
235
+ pointerMove: {},
236
+ pointerMoveCapture: {},
237
+ pointerOut: {},
238
+ pointerOutCapture: {},
239
+ pointerOver: {},
240
+ pointerOverCapture: {},
241
+ pointerUp: {},
242
+ pointerUpCapture: {},
243
+ progress: {},
244
+ progressCapture: {},
245
+ rateChange: {},
246
+ rateChangeCapture: {},
247
+ reset: {},
248
+ resetCapture: {},
249
+ scroll: {},
250
+ scrollCapture: {},
251
+ scrollEnd: {},
252
+ scrollEndCapture: {},
253
+ seeked: {},
254
+ seekedCapture: {},
255
+ seeking: {},
256
+ seekingCapture: {},
257
+ select: {},
258
+ selectCapture: {},
259
+ stalled: {},
260
+ stalledCapture: {},
261
+ submit: {},
262
+ submitCapture: {},
263
+ suspend: {},
264
+ suspendCapture: {},
265
+ timeUpdate: {},
266
+ timeUpdateCapture: {},
267
+ toggle: {},
268
+ touchCancel: {},
269
+ touchCancelCapture: {},
270
+ touchEnd: {},
271
+ touchEndCapture: {},
272
+ touchMove: {},
273
+ touchMoveCapture: {},
274
+ touchStart: {},
275
+ touchStartCapture: {},
276
+ transitionCancel: {},
277
+ transitionCancelCapture: {},
278
+ transitionEnd: {},
279
+ transitionEndCapture: {},
280
+ transitionRun: {},
281
+ transitionRunCapture: {},
282
+ transitionStart: {},
283
+ transitionStartCapture: {},
284
+ volumeChange: {},
285
+ volumeChangeCapture: {},
286
+ waiting: {},
287
+ waitingCapture: {},
288
+ wheel: {},
289
+ wheelCapture: {}
290
+ };
16
291
  }
17
292
  static get remoteSlots() {
18
293
  return [];
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteMessageElement.mjs","sources":["../../../src/auto-generated/RemoteMessageElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { MessageProps as RemoteMessageElementProps } from \"@mittwald/flow-react-components\";\nexport type { MessageProps as RemoteMessageElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteMessageElement extends FlowRemoteElement<RemoteMessageElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n color: {},\n type: {},\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-message\": InstanceType<typeof RemoteMessageElement>;\n }\n}\n\ncustomElements.define(\"flr-message\", RemoteMessageElement);\n"],"names":[],"mappings":";;AAMO,MAAM,6BAA6B,iBAAA,CAA6C;AAAA,EACrF,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,OAAO,EAAC;AAAA,MACR,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,eAAe,oBAAoB,CAAA;;;;"}
1
+ {"version":3,"file":"RemoteMessageElement.mjs","sources":["../../../src/auto-generated/RemoteMessageElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { MessageProps as RemoteMessageElementProps } from \"@mittwald/flow-react-components\";\nexport type { MessageProps as RemoteMessageElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteMessageElement extends FlowRemoteElement<RemoteMessageElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n about: {},\n accessKey: {},\n \"aria-activedescendant\": {},\n \"aria-atomic\": {},\n \"aria-autocomplete\": {},\n \"aria-braillelabel\": {},\n \"aria-brailleroledescription\": {},\n \"aria-busy\": {},\n \"aria-checked\": {},\n \"aria-colcount\": {},\n \"aria-colindex\": {},\n \"aria-colindextext\": {},\n \"aria-colspan\": {},\n \"aria-controls\": {},\n \"aria-current\": {},\n \"aria-describedby\": {},\n \"aria-description\": {},\n \"aria-details\": {},\n \"aria-disabled\": {},\n \"aria-dropeffect\": {},\n \"aria-errormessage\": {},\n \"aria-expanded\": {},\n \"aria-flowto\": {},\n \"aria-grabbed\": {},\n \"aria-haspopup\": {},\n \"aria-hidden\": {},\n \"aria-invalid\": {},\n \"aria-keyshortcuts\": {},\n \"aria-label\": {},\n \"aria-labelledby\": {},\n \"aria-level\": {},\n \"aria-live\": {},\n \"aria-modal\": {},\n \"aria-multiline\": {},\n \"aria-multiselectable\": {},\n \"aria-orientation\": {},\n \"aria-owns\": {},\n \"aria-placeholder\": {},\n \"aria-posinset\": {},\n \"aria-pressed\": {},\n \"aria-readonly\": {},\n \"aria-relevant\": {},\n \"aria-required\": {},\n \"aria-roledescription\": {},\n \"aria-rowcount\": {},\n \"aria-rowindex\": {},\n \"aria-rowindextext\": {},\n \"aria-rowspan\": {},\n \"aria-selected\": {},\n \"aria-setsize\": {},\n \"aria-sort\": {},\n \"aria-valuemax\": {},\n \"aria-valuemin\": {},\n \"aria-valuenow\": {},\n \"aria-valuetext\": {},\n autoCapitalize: {},\n autoCorrect: {},\n autoFocus: {},\n autoSave: {},\n className: {},\n color: {},\n content: {},\n contentEditable: {},\n contextMenu: {},\n datatype: {},\n defaultChecked: {},\n defaultValue: {},\n dir: {},\n draggable: {},\n elementType: {},\n enterKeyHint: {},\n exportparts: {},\n hidden: {},\n id: {},\n inert: {},\n inlist: {},\n inputMode: {},\n is: {},\n itemID: {},\n itemProp: {},\n itemRef: {},\n itemScope: {},\n itemType: {},\n lang: {},\n nonce: {},\n part: {},\n popover: {},\n popoverTarget: {},\n popoverTargetAction: {},\n prefix: {},\n property: {},\n radioGroup: {},\n rel: {},\n resource: {},\n results: {},\n rev: {},\n role: {},\n security: {},\n slot: {},\n spellCheck: {},\n suppressContentEditableWarning: {},\n suppressHydrationWarning: {},\n tabIndex: {},\n title: {},\n translate: {},\n type: {},\n typeof: {},\n unselectable: {},\n vocab: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n abort: {},\n abortCapture: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n beforeInput: {},\n beforeInputCapture: {},\n beforeToggle: {},\n blur: {},\n blurCapture: {},\n canPlay: {},\n canPlayCapture: {},\n canPlayThrough: {},\n canPlayThroughCapture: {},\n change: {},\n changeCapture: {},\n click: {},\n clickCapture: {},\n compositionEnd: {},\n compositionEndCapture: {},\n compositionStart: {},\n compositionStartCapture: {},\n compositionUpdate: {},\n compositionUpdateCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n copy: {},\n copyCapture: {},\n cut: {},\n cutCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n drag: {},\n dragCapture: {},\n dragEnd: {},\n dragEndCapture: {},\n dragEnter: {},\n dragEnterCapture: {},\n dragExit: {},\n dragExitCapture: {},\n dragLeave: {},\n dragLeaveCapture: {},\n dragOver: {},\n dragOverCapture: {},\n dragStart: {},\n dragStartCapture: {},\n drop: {},\n dropCapture: {},\n durationChange: {},\n durationChangeCapture: {},\n emptied: {},\n emptiedCapture: {},\n encrypted: {},\n encryptedCapture: {},\n ended: {},\n endedCapture: {},\n error: {},\n errorCapture: {},\n focus: {},\n focusCapture: {},\n gotPointerCapture: {},\n gotPointerCaptureCapture: {},\n input: {},\n inputCapture: {},\n invalid: {},\n invalidCapture: {},\n keyDown: {},\n keyDownCapture: {},\n keyPress: {},\n keyPressCapture: {},\n keyUp: {},\n keyUpCapture: {},\n load: {},\n loadCapture: {},\n loadStart: {},\n loadStartCapture: {},\n loadedData: {},\n loadedDataCapture: {},\n loadedMetadata: {},\n loadedMetadataCapture: {},\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 paste: {},\n pasteCapture: {},\n pause: {},\n pauseCapture: {},\n play: {},\n playCapture: {},\n playing: {},\n playingCapture: {},\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 progress: {},\n progressCapture: {},\n rateChange: {},\n rateChangeCapture: {},\n reset: {},\n resetCapture: {},\n scroll: {},\n scrollCapture: {},\n scrollEnd: {},\n scrollEndCapture: {},\n seeked: {},\n seekedCapture: {},\n seeking: {},\n seekingCapture: {},\n select: {},\n selectCapture: {},\n stalled: {},\n stalledCapture: {},\n submit: {},\n submitCapture: {},\n suspend: {},\n suspendCapture: {},\n timeUpdate: {},\n timeUpdateCapture: {},\n toggle: {},\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 volumeChange: {},\n volumeChangeCapture: {},\n waiting: {},\n waitingCapture: {},\n wheel: {},\n wheelCapture: {},\n };\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-message\": InstanceType<typeof RemoteMessageElement>;\n }\n}\n\ncustomElements.define(\"flr-message\", RemoteMessageElement);\n"],"names":[],"mappings":"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"}
@@ -4,11 +4,286 @@ export type { MessageProps as RemoteMessageElementProps } from '@mittwald/flow-r
4
4
  export declare class RemoteMessageElement extends FlowRemoteElement<RemoteMessageElementProps> {
5
5
  static get remoteAttributes(): string[];
6
6
  static get remoteProperties(): {
7
+ about: {};
8
+ accessKey: {};
9
+ "aria-activedescendant": {};
10
+ "aria-atomic": {};
11
+ "aria-autocomplete": {};
12
+ "aria-braillelabel": {};
13
+ "aria-brailleroledescription": {};
14
+ "aria-busy": {};
15
+ "aria-checked": {};
16
+ "aria-colcount": {};
17
+ "aria-colindex": {};
18
+ "aria-colindextext": {};
19
+ "aria-colspan": {};
20
+ "aria-controls": {};
21
+ "aria-current": {};
22
+ "aria-describedby": {};
23
+ "aria-description": {};
24
+ "aria-details": {};
25
+ "aria-disabled": {};
26
+ "aria-dropeffect": {};
27
+ "aria-errormessage": {};
28
+ "aria-expanded": {};
29
+ "aria-flowto": {};
30
+ "aria-grabbed": {};
31
+ "aria-haspopup": {};
32
+ "aria-hidden": {};
33
+ "aria-invalid": {};
34
+ "aria-keyshortcuts": {};
35
+ "aria-label": {};
36
+ "aria-labelledby": {};
37
+ "aria-level": {};
38
+ "aria-live": {};
39
+ "aria-modal": {};
40
+ "aria-multiline": {};
41
+ "aria-multiselectable": {};
42
+ "aria-orientation": {};
43
+ "aria-owns": {};
44
+ "aria-placeholder": {};
45
+ "aria-posinset": {};
46
+ "aria-pressed": {};
47
+ "aria-readonly": {};
48
+ "aria-relevant": {};
49
+ "aria-required": {};
50
+ "aria-roledescription": {};
51
+ "aria-rowcount": {};
52
+ "aria-rowindex": {};
53
+ "aria-rowindextext": {};
54
+ "aria-rowspan": {};
55
+ "aria-selected": {};
56
+ "aria-setsize": {};
57
+ "aria-sort": {};
58
+ "aria-valuemax": {};
59
+ "aria-valuemin": {};
60
+ "aria-valuenow": {};
61
+ "aria-valuetext": {};
62
+ autoCapitalize: {};
63
+ autoCorrect: {};
64
+ autoFocus: {};
65
+ autoSave: {};
7
66
  className: {};
8
67
  color: {};
68
+ content: {};
69
+ contentEditable: {};
70
+ contextMenu: {};
71
+ datatype: {};
72
+ defaultChecked: {};
73
+ defaultValue: {};
74
+ dir: {};
75
+ draggable: {};
76
+ elementType: {};
77
+ enterKeyHint: {};
78
+ exportparts: {};
79
+ hidden: {};
80
+ id: {};
81
+ inert: {};
82
+ inlist: {};
83
+ inputMode: {};
84
+ is: {};
85
+ itemID: {};
86
+ itemProp: {};
87
+ itemRef: {};
88
+ itemScope: {};
89
+ itemType: {};
90
+ lang: {};
91
+ nonce: {};
92
+ part: {};
93
+ popover: {};
94
+ popoverTarget: {};
95
+ popoverTargetAction: {};
96
+ prefix: {};
97
+ property: {};
98
+ radioGroup: {};
99
+ rel: {};
100
+ resource: {};
101
+ results: {};
102
+ rev: {};
103
+ role: {};
104
+ security: {};
105
+ slot: {};
106
+ spellCheck: {};
107
+ suppressContentEditableWarning: {};
108
+ suppressHydrationWarning: {};
109
+ tabIndex: {};
110
+ title: {};
111
+ translate: {};
9
112
  type: {};
113
+ typeof: {};
114
+ unselectable: {};
115
+ vocab: {};
116
+ };
117
+ static get remoteEvents(): {
118
+ abort: {};
119
+ abortCapture: {};
120
+ animationEnd: {};
121
+ animationEndCapture: {};
122
+ animationIteration: {};
123
+ animationIterationCapture: {};
124
+ animationStart: {};
125
+ animationStartCapture: {};
126
+ auxClick: {};
127
+ auxClickCapture: {};
128
+ beforeInput: {};
129
+ beforeInputCapture: {};
130
+ beforeToggle: {};
131
+ blur: {};
132
+ blurCapture: {};
133
+ canPlay: {};
134
+ canPlayCapture: {};
135
+ canPlayThrough: {};
136
+ canPlayThroughCapture: {};
137
+ change: {};
138
+ changeCapture: {};
139
+ click: {};
140
+ clickCapture: {};
141
+ compositionEnd: {};
142
+ compositionEndCapture: {};
143
+ compositionStart: {};
144
+ compositionStartCapture: {};
145
+ compositionUpdate: {};
146
+ compositionUpdateCapture: {};
147
+ contextMenu: {};
148
+ contextMenuCapture: {};
149
+ copy: {};
150
+ copyCapture: {};
151
+ cut: {};
152
+ cutCapture: {};
153
+ doubleClick: {};
154
+ doubleClickCapture: {};
155
+ drag: {};
156
+ dragCapture: {};
157
+ dragEnd: {};
158
+ dragEndCapture: {};
159
+ dragEnter: {};
160
+ dragEnterCapture: {};
161
+ dragExit: {};
162
+ dragExitCapture: {};
163
+ dragLeave: {};
164
+ dragLeaveCapture: {};
165
+ dragOver: {};
166
+ dragOverCapture: {};
167
+ dragStart: {};
168
+ dragStartCapture: {};
169
+ drop: {};
170
+ dropCapture: {};
171
+ durationChange: {};
172
+ durationChangeCapture: {};
173
+ emptied: {};
174
+ emptiedCapture: {};
175
+ encrypted: {};
176
+ encryptedCapture: {};
177
+ ended: {};
178
+ endedCapture: {};
179
+ error: {};
180
+ errorCapture: {};
181
+ focus: {};
182
+ focusCapture: {};
183
+ gotPointerCapture: {};
184
+ gotPointerCaptureCapture: {};
185
+ input: {};
186
+ inputCapture: {};
187
+ invalid: {};
188
+ invalidCapture: {};
189
+ keyDown: {};
190
+ keyDownCapture: {};
191
+ keyPress: {};
192
+ keyPressCapture: {};
193
+ keyUp: {};
194
+ keyUpCapture: {};
195
+ load: {};
196
+ loadCapture: {};
197
+ loadStart: {};
198
+ loadStartCapture: {};
199
+ loadedData: {};
200
+ loadedDataCapture: {};
201
+ loadedMetadata: {};
202
+ loadedMetadataCapture: {};
203
+ lostPointerCapture: {};
204
+ lostPointerCaptureCapture: {};
205
+ mouseDown: {};
206
+ mouseDownCapture: {};
207
+ mouseEnter: {};
208
+ mouseLeave: {};
209
+ mouseMove: {};
210
+ mouseMoveCapture: {};
211
+ mouseOut: {};
212
+ mouseOutCapture: {};
213
+ mouseOver: {};
214
+ mouseOverCapture: {};
215
+ mouseUp: {};
216
+ mouseUpCapture: {};
217
+ paste: {};
218
+ pasteCapture: {};
219
+ pause: {};
220
+ pauseCapture: {};
221
+ play: {};
222
+ playCapture: {};
223
+ playing: {};
224
+ playingCapture: {};
225
+ pointerCancel: {};
226
+ pointerCancelCapture: {};
227
+ pointerDown: {};
228
+ pointerDownCapture: {};
229
+ pointerEnter: {};
230
+ pointerLeave: {};
231
+ pointerMove: {};
232
+ pointerMoveCapture: {};
233
+ pointerOut: {};
234
+ pointerOutCapture: {};
235
+ pointerOver: {};
236
+ pointerOverCapture: {};
237
+ pointerUp: {};
238
+ pointerUpCapture: {};
239
+ progress: {};
240
+ progressCapture: {};
241
+ rateChange: {};
242
+ rateChangeCapture: {};
243
+ reset: {};
244
+ resetCapture: {};
245
+ scroll: {};
246
+ scrollCapture: {};
247
+ scrollEnd: {};
248
+ scrollEndCapture: {};
249
+ seeked: {};
250
+ seekedCapture: {};
251
+ seeking: {};
252
+ seekingCapture: {};
253
+ select: {};
254
+ selectCapture: {};
255
+ stalled: {};
256
+ stalledCapture: {};
257
+ submit: {};
258
+ submitCapture: {};
259
+ suspend: {};
260
+ suspendCapture: {};
261
+ timeUpdate: {};
262
+ timeUpdateCapture: {};
263
+ toggle: {};
264
+ touchCancel: {};
265
+ touchCancelCapture: {};
266
+ touchEnd: {};
267
+ touchEndCapture: {};
268
+ touchMove: {};
269
+ touchMoveCapture: {};
270
+ touchStart: {};
271
+ touchStartCapture: {};
272
+ transitionCancel: {};
273
+ transitionCancelCapture: {};
274
+ transitionEnd: {};
275
+ transitionEndCapture: {};
276
+ transitionRun: {};
277
+ transitionRunCapture: {};
278
+ transitionStart: {};
279
+ transitionStartCapture: {};
280
+ volumeChange: {};
281
+ volumeChangeCapture: {};
282
+ waiting: {};
283
+ waitingCapture: {};
284
+ wheel: {};
285
+ wheelCapture: {};
10
286
  };
11
- static get remoteEvents(): {};
12
287
  static get remoteSlots(): never[];
13
288
  }
14
289
  declare global {
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteMessageElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteMessageElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AACjG,YAAY,EAAE,YAAY,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAEjG,qBAAa,oBAAqB,SAAQ,iBAAiB,CAAC,yBAAyB,CAAC;IACpF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;MAMnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC;KAC1D;CACF"}
1
+ {"version":3,"file":"RemoteMessageElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteMessageElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AACjG,YAAY,EAAE,YAAY,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAEjG,qBAAa,oBAAqB,SAAQ,iBAAiB,CAAC,yBAAyB,CAAC;IACpF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAgHnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2K/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC;KAC1D;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "0.2.0-alpha.885",
3
+ "version": "0.2.0-alpha.887",
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.885",
30
+ "@mittwald/flow-remote-core": "0.2.0-alpha.887",
31
31
  "remeda": "^2.39.0",
32
32
  "type-fest": "^5.7.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@mittwald/flow-react-components": "0.2.0-alpha.885",
35
+ "@mittwald/flow-react-components": "0.2.0-alpha.887",
36
36
  "@mittwald/typescript-config": "",
37
37
  "@types/node": "^25.9.3",
38
38
  "nx": "^22.7.5",
@@ -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.884"
49
+ "@mittwald/flow-react-components": "0.2.0-alpha.886"
50
50
  },
51
- "gitHead": "afa0d1bcc4c13443de6f3267104665d6eee7567e"
51
+ "gitHead": "118e5841fc7cec5e56b31ba42b90ad9c14fdcfd1"
52
52
  }