@mittwald/flow-remote-elements 0.1.0-experimental.285 → 0.2.0-alpha.3
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/index.js +11125 -27
- package/dist/types/Form.d.ts +22 -0
- package/dist/types/auto-generated/RemoteAccordionElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteActionElement.d.ts +25 -0
- package/dist/types/auto-generated/RemoteActionGroupElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteActivityElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteAlertBadgeElement.d.ts +16 -0
- package/dist/types/auto-generated/RemoteAlertElement.d.ts +289 -0
- package/dist/types/auto-generated/RemoteAlertIconElement.d.ts +496 -0
- package/dist/types/auto-generated/RemoteAlignElement.d.ts +14 -0
- package/dist/types/auto-generated/RemoteAvatarElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteBadgeElement.d.ts +20 -0
- package/dist/types/auto-generated/RemoteBreadcrumbElement.d.ts +27 -0
- package/dist/types/auto-generated/RemoteButtonElement.d.ts +61 -0
- package/dist/types/auto-generated/RemoteCheckboxButtonElement.d.ts +47 -0
- package/dist/types/auto-generated/RemoteCheckboxElement.d.ts +47 -0
- package/dist/types/auto-generated/RemoteCheckboxGroupElement.d.ts +39 -0
- package/dist/types/auto-generated/RemoteCodeBlockElement.d.ts +18 -0
- package/dist/types/auto-generated/RemoteColumnLayoutElement.d.ts +295 -0
- package/dist/types/auto-generated/RemoteContentElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteContextMenuElement.d.ts +48 -0
- package/dist/types/auto-generated/RemoteContextMenuSectionElement.d.ts +16 -0
- package/dist/types/auto-generated/RemoteContextMenuTriggerElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteContextualHelpElement.d.ts +42 -0
- package/dist/types/auto-generated/RemoteContextualHelpTriggerElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteCopyButtonElement.d.ts +59 -0
- package/dist/types/auto-generated/RemoteCounterBadgeElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteCountryOptionsElement.d.ts +44 -0
- package/dist/types/auto-generated/RemoteDatePickerElement.d.ts +51 -0
- package/dist/types/auto-generated/RemoteDateRangePickerElement.d.ts +53 -0
- package/dist/types/auto-generated/RemoteFieldDescriptionElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteFieldErrorElement.d.ts +16 -0
- package/dist/types/auto-generated/RemoteFileCardElement.d.ts +298 -0
- package/dist/types/auto-generated/RemoteFileCardListElement.d.ts +294 -0
- package/dist/types/auto-generated/RemoteFileFieldElement.d.ts +24 -0
- package/dist/types/auto-generated/RemoteFragmentElement.d.ts +14 -0
- package/dist/types/auto-generated/RemoteHeaderElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteHeaderNavigationElement.d.ts +288 -0
- package/dist/types/auto-generated/RemoteHeadingElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteIconElement.d.ts +495 -0
- package/dist/types/auto-generated/RemoteIllustratedMessageElement.d.ts +288 -0
- package/dist/types/auto-generated/RemoteImageElement.d.ts +300 -0
- package/dist/types/auto-generated/RemoteInitialsElement.d.ts +14 -0
- package/dist/types/auto-generated/RemoteInlineCodeElement.d.ts +288 -0
- package/dist/types/auto-generated/RemoteLabelElement.d.ts +294 -0
- package/dist/types/auto-generated/RemoteLabeledValueElement.d.ts +14 -0
- package/dist/types/auto-generated/RemoteLayoutCardElement.d.ts +289 -0
- package/dist/types/auto-generated/RemoteLightBoxElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteLightBoxTriggerElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteLinkElement.d.ts +48 -0
- package/dist/types/auto-generated/RemoteListActiveFilterItemViewElement.d.ts +16 -0
- package/dist/types/auto-generated/RemoteListActiveFilterListViewElement.d.ts +20 -0
- package/dist/types/auto-generated/RemoteListElement.d.ts +32 -0
- package/dist/types/auto-generated/RemoteListFilterPickerMenuItemViewElement.d.ts +18 -0
- package/dist/types/auto-generated/RemoteListFilterPickerViewElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteListFooterViewElement.d.ts +14 -0
- package/dist/types/auto-generated/RemoteListHeaderViewElement.d.ts +20 -0
- package/dist/types/auto-generated/RemoteListItemContainerViewElement.d.ts +20 -0
- package/dist/types/auto-generated/RemoteListItemViewElement.d.ts +14 -0
- package/dist/types/auto-generated/RemoteListItemsViewElement.d.ts +27 -0
- package/dist/types/auto-generated/RemoteListListViewElement.d.ts +14 -0
- package/dist/types/auto-generated/RemoteListLoadNextBatchButtonViewElement.d.ts +19 -0
- package/dist/types/auto-generated/RemoteListPaginationInfosViewElement.d.ts +18 -0
- package/dist/types/auto-generated/RemoteListSearchFieldViewElement.d.ts +20 -0
- package/dist/types/auto-generated/RemoteListSortingPickerMenuItemViewElement.d.ts +16 -0
- package/dist/types/auto-generated/RemoteListSortingPickerViewElement.d.ts +19 -0
- package/dist/types/auto-generated/RemoteListViewModeMenuViewElement.d.ts +19 -0
- package/dist/types/auto-generated/RemoteLoadingSpinnerElement.d.ts +495 -0
- package/dist/types/auto-generated/RemoteMarkdownElement.d.ts +25 -0
- package/dist/types/auto-generated/RemoteMenuItemElement.d.ts +34 -0
- package/dist/types/auto-generated/RemoteMessageElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteModalElement.d.ts +21 -0
- package/dist/types/auto-generated/RemoteModalTriggerElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteNavigationElement.d.ts +288 -0
- package/dist/types/auto-generated/RemoteNavigationGroupElement.d.ts +289 -0
- package/dist/types/auto-generated/RemoteNotificationElement.d.ts +292 -0
- package/dist/types/auto-generated/RemoteNotificationProviderElement.d.ts +288 -0
- package/dist/types/auto-generated/RemoteNumberFieldElement.d.ts +54 -0
- package/dist/types/auto-generated/RemoteOptionElement.d.ts +32 -0
- package/dist/types/auto-generated/RemotePopoverElement.d.ts +43 -0
- package/dist/types/auto-generated/RemotePopoverTriggerElement.d.ts +17 -0
- package/dist/types/auto-generated/RemoteProgressBarElement.d.ts +29 -0
- package/dist/types/auto-generated/RemoteRadioButtonElement.d.ts +34 -0
- package/dist/types/auto-generated/RemoteRadioElement.d.ts +34 -0
- package/dist/types/auto-generated/RemoteRadioGroupElement.d.ts +40 -0
- package/dist/types/auto-generated/RemoteReactHookFormFieldContentViewElement.d.ts +16 -0
- package/dist/types/auto-generated/RemoteSearchFieldElement.d.ts +60 -0
- package/dist/types/auto-generated/RemoteSectionElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteSegmentElement.d.ts +34 -0
- package/dist/types/auto-generated/RemoteSegmentedControlElement.d.ts +38 -0
- package/dist/types/auto-generated/RemoteSelectElement.d.ts +46 -0
- package/dist/types/auto-generated/RemoteSeparatorElement.d.ts +22 -0
- package/dist/types/auto-generated/RemoteSkeletonElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteSkeletonTextElement.d.ts +289 -0
- package/dist/types/auto-generated/RemoteSliderElement.d.ts +34 -0
- package/dist/types/auto-generated/RemoteTabElement.d.ts +21 -0
- package/dist/types/auto-generated/RemoteTabTitleElement.d.ts +31 -0
- package/dist/types/auto-generated/RemoteTableBodyElement.d.ts +19 -0
- package/dist/types/auto-generated/RemoteTableCellElement.d.ts +18 -0
- package/dist/types/auto-generated/RemoteTableColumnElement.d.ts +23 -0
- package/dist/types/auto-generated/RemoteTableElement.d.ts +35 -0
- package/dist/types/auto-generated/RemoteTableFooterRowElement.d.ts +35 -0
- package/dist/types/auto-generated/RemoteTableHeaderElement.d.ts +21 -0
- package/dist/types/auto-generated/RemoteTableRowElement.d.ts +35 -0
- package/dist/types/auto-generated/RemoteTabsElement.d.ts +29 -0
- package/dist/types/auto-generated/RemoteTextAreaElement.d.ts +62 -0
- package/dist/types/auto-generated/RemoteTextElement.d.ts +290 -0
- package/dist/types/auto-generated/RemoteTextFieldElement.d.ts +61 -0
- package/dist/types/auto-generated/RemoteTimeFieldElement.d.ts +45 -0
- package/dist/types/auto-generated/RemoteTooltipElement.d.ts +33 -0
- package/dist/types/auto-generated/RemoteTooltipTriggerElement.d.ts +23 -0
- package/dist/types/auto-generated/index.d.ts +109 -0
- package/dist/types/index.d.ts +2 -6
- package/dist/types/lib/FlowRemoteElement.d.ts +9 -0
- package/dist/types/lib/getObjectKeysIncludingProtoTypes.d.ts +1 -0
- package/package.json +18 -13
- package/dist/types/Alert.d.ts +0 -169
- package/dist/types/AlertIcon.d.ts +0 -169
- package/dist/types/Button.d.ts +0 -22
- package/dist/types/Heading.d.ts +0 -169
- package/dist/types/Icon.d.ts +0 -169
- package/dist/types/lib/types.d.ts +0 -10
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FlowRemoteElement } from './lib/FlowRemoteElement';
|
|
2
|
+
export type RemoteFormElementProps = {
|
|
3
|
+
id?: string;
|
|
4
|
+
action?: string | ((payload: FormData) => void);
|
|
5
|
+
onSubmit?: (event: never) => void;
|
|
6
|
+
} & Partial<Pick<HTMLFormElement, "enctype" | "method">>;
|
|
7
|
+
export declare class RemoteFormElement extends FlowRemoteElement<RemoteFormElementProps> {
|
|
8
|
+
static get remoteEvents(): {
|
|
9
|
+
submit: {};
|
|
10
|
+
};
|
|
11
|
+
static get remoteProperties(): {
|
|
12
|
+
id: {};
|
|
13
|
+
method: {};
|
|
14
|
+
enctype: {};
|
|
15
|
+
action: {};
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
declare global {
|
|
19
|
+
interface HTMLElementTagNameMap {
|
|
20
|
+
"flr-form": InstanceType<typeof RemoteFormElement>;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { AccordionProps as RemoteAccordionElementProps } from '@mittwald/flow-react-components/Accordion';
|
|
3
|
+
export type { AccordionProps as RemoteAccordionElementProps } from '@mittwald/flow-react-components/Accordion';
|
|
4
|
+
export declare class RemoteAccordionElement extends FlowRemoteElement<RemoteAccordionElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
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: {};
|
|
66
|
+
color: {};
|
|
67
|
+
content: {};
|
|
68
|
+
contentEditable: {};
|
|
69
|
+
contextMenu: {};
|
|
70
|
+
datatype: {};
|
|
71
|
+
defaultChecked: {};
|
|
72
|
+
defaultExpanded: {};
|
|
73
|
+
defaultValue: {};
|
|
74
|
+
dir: {};
|
|
75
|
+
draggable: {};
|
|
76
|
+
enterKeyHint: {};
|
|
77
|
+
hidden: {};
|
|
78
|
+
id: {};
|
|
79
|
+
inert: {};
|
|
80
|
+
inlist: {};
|
|
81
|
+
inputMode: {};
|
|
82
|
+
is: {};
|
|
83
|
+
itemID: {};
|
|
84
|
+
itemProp: {};
|
|
85
|
+
itemRef: {};
|
|
86
|
+
itemScope: {};
|
|
87
|
+
itemType: {};
|
|
88
|
+
lang: {};
|
|
89
|
+
nonce: {};
|
|
90
|
+
popover: {};
|
|
91
|
+
popoverTarget: {};
|
|
92
|
+
popoverTargetAction: {};
|
|
93
|
+
prefix: {};
|
|
94
|
+
property: {};
|
|
95
|
+
radioGroup: {};
|
|
96
|
+
rel: {};
|
|
97
|
+
resource: {};
|
|
98
|
+
results: {};
|
|
99
|
+
rev: {};
|
|
100
|
+
role: {};
|
|
101
|
+
security: {};
|
|
102
|
+
slot: {};
|
|
103
|
+
spellCheck: {};
|
|
104
|
+
suppressContentEditableWarning: {};
|
|
105
|
+
suppressHydrationWarning: {};
|
|
106
|
+
tabIndex: {};
|
|
107
|
+
title: {};
|
|
108
|
+
translate: {};
|
|
109
|
+
typeof: {};
|
|
110
|
+
unselectable: {};
|
|
111
|
+
variant: {};
|
|
112
|
+
vocab: {};
|
|
113
|
+
};
|
|
114
|
+
static get remoteEvents(): {
|
|
115
|
+
abort: {};
|
|
116
|
+
abortCapture: {};
|
|
117
|
+
animationEnd: {};
|
|
118
|
+
animationEndCapture: {};
|
|
119
|
+
animationIteration: {};
|
|
120
|
+
animationIterationCapture: {};
|
|
121
|
+
animationStart: {};
|
|
122
|
+
animationStartCapture: {};
|
|
123
|
+
auxClick: {};
|
|
124
|
+
auxClickCapture: {};
|
|
125
|
+
beforeInput: {};
|
|
126
|
+
beforeInputCapture: {};
|
|
127
|
+
beforeToggle: {};
|
|
128
|
+
blur: {};
|
|
129
|
+
blurCapture: {};
|
|
130
|
+
canPlay: {};
|
|
131
|
+
canPlayCapture: {};
|
|
132
|
+
canPlayThrough: {};
|
|
133
|
+
canPlayThroughCapture: {};
|
|
134
|
+
change: {};
|
|
135
|
+
changeCapture: {};
|
|
136
|
+
click: {};
|
|
137
|
+
clickCapture: {};
|
|
138
|
+
compositionEnd: {};
|
|
139
|
+
compositionEndCapture: {};
|
|
140
|
+
compositionStart: {};
|
|
141
|
+
compositionStartCapture: {};
|
|
142
|
+
compositionUpdate: {};
|
|
143
|
+
compositionUpdateCapture: {};
|
|
144
|
+
contextMenu: {};
|
|
145
|
+
contextMenuCapture: {};
|
|
146
|
+
copy: {};
|
|
147
|
+
copyCapture: {};
|
|
148
|
+
cut: {};
|
|
149
|
+
cutCapture: {};
|
|
150
|
+
doubleClick: {};
|
|
151
|
+
doubleClickCapture: {};
|
|
152
|
+
drag: {};
|
|
153
|
+
dragCapture: {};
|
|
154
|
+
dragEnd: {};
|
|
155
|
+
dragEndCapture: {};
|
|
156
|
+
dragEnter: {};
|
|
157
|
+
dragEnterCapture: {};
|
|
158
|
+
dragExit: {};
|
|
159
|
+
dragExitCapture: {};
|
|
160
|
+
dragLeave: {};
|
|
161
|
+
dragLeaveCapture: {};
|
|
162
|
+
dragOver: {};
|
|
163
|
+
dragOverCapture: {};
|
|
164
|
+
dragStart: {};
|
|
165
|
+
dragStartCapture: {};
|
|
166
|
+
drop: {};
|
|
167
|
+
dropCapture: {};
|
|
168
|
+
durationChange: {};
|
|
169
|
+
durationChangeCapture: {};
|
|
170
|
+
emptied: {};
|
|
171
|
+
emptiedCapture: {};
|
|
172
|
+
encrypted: {};
|
|
173
|
+
encryptedCapture: {};
|
|
174
|
+
ended: {};
|
|
175
|
+
endedCapture: {};
|
|
176
|
+
error: {};
|
|
177
|
+
errorCapture: {};
|
|
178
|
+
focus: {};
|
|
179
|
+
focusCapture: {};
|
|
180
|
+
gotPointerCapture: {};
|
|
181
|
+
gotPointerCaptureCapture: {};
|
|
182
|
+
input: {};
|
|
183
|
+
inputCapture: {};
|
|
184
|
+
invalid: {};
|
|
185
|
+
invalidCapture: {};
|
|
186
|
+
keyDown: {};
|
|
187
|
+
keyDownCapture: {};
|
|
188
|
+
keyPress: {};
|
|
189
|
+
keyPressCapture: {};
|
|
190
|
+
keyUp: {};
|
|
191
|
+
keyUpCapture: {};
|
|
192
|
+
load: {};
|
|
193
|
+
loadCapture: {};
|
|
194
|
+
loadStart: {};
|
|
195
|
+
loadStartCapture: {};
|
|
196
|
+
loadedData: {};
|
|
197
|
+
loadedDataCapture: {};
|
|
198
|
+
loadedMetadata: {};
|
|
199
|
+
loadedMetadataCapture: {};
|
|
200
|
+
lostPointerCapture: {};
|
|
201
|
+
lostPointerCaptureCapture: {};
|
|
202
|
+
mouseDown: {};
|
|
203
|
+
mouseDownCapture: {};
|
|
204
|
+
mouseEnter: {};
|
|
205
|
+
mouseLeave: {};
|
|
206
|
+
mouseMove: {};
|
|
207
|
+
mouseMoveCapture: {};
|
|
208
|
+
mouseOut: {};
|
|
209
|
+
mouseOutCapture: {};
|
|
210
|
+
mouseOver: {};
|
|
211
|
+
mouseOverCapture: {};
|
|
212
|
+
mouseUp: {};
|
|
213
|
+
mouseUpCapture: {};
|
|
214
|
+
paste: {};
|
|
215
|
+
pasteCapture: {};
|
|
216
|
+
pause: {};
|
|
217
|
+
pauseCapture: {};
|
|
218
|
+
play: {};
|
|
219
|
+
playCapture: {};
|
|
220
|
+
playing: {};
|
|
221
|
+
playingCapture: {};
|
|
222
|
+
pointerCancel: {};
|
|
223
|
+
pointerCancelCapture: {};
|
|
224
|
+
pointerDown: {};
|
|
225
|
+
pointerDownCapture: {};
|
|
226
|
+
pointerEnter: {};
|
|
227
|
+
pointerLeave: {};
|
|
228
|
+
pointerMove: {};
|
|
229
|
+
pointerMoveCapture: {};
|
|
230
|
+
pointerOut: {};
|
|
231
|
+
pointerOutCapture: {};
|
|
232
|
+
pointerOver: {};
|
|
233
|
+
pointerOverCapture: {};
|
|
234
|
+
pointerUp: {};
|
|
235
|
+
pointerUpCapture: {};
|
|
236
|
+
progress: {};
|
|
237
|
+
progressCapture: {};
|
|
238
|
+
rateChange: {};
|
|
239
|
+
rateChangeCapture: {};
|
|
240
|
+
reset: {};
|
|
241
|
+
resetCapture: {};
|
|
242
|
+
resize: {};
|
|
243
|
+
resizeCapture: {};
|
|
244
|
+
scroll: {};
|
|
245
|
+
scrollCapture: {};
|
|
246
|
+
seeked: {};
|
|
247
|
+
seekedCapture: {};
|
|
248
|
+
seeking: {};
|
|
249
|
+
seekingCapture: {};
|
|
250
|
+
select: {};
|
|
251
|
+
selectCapture: {};
|
|
252
|
+
stalled: {};
|
|
253
|
+
stalledCapture: {};
|
|
254
|
+
submit: {};
|
|
255
|
+
submitCapture: {};
|
|
256
|
+
suspend: {};
|
|
257
|
+
suspendCapture: {};
|
|
258
|
+
timeUpdate: {};
|
|
259
|
+
timeUpdateCapture: {};
|
|
260
|
+
toggle: {};
|
|
261
|
+
touchCancel: {};
|
|
262
|
+
touchCancelCapture: {};
|
|
263
|
+
touchEnd: {};
|
|
264
|
+
touchEndCapture: {};
|
|
265
|
+
touchMove: {};
|
|
266
|
+
touchMoveCapture: {};
|
|
267
|
+
touchStart: {};
|
|
268
|
+
touchStartCapture: {};
|
|
269
|
+
transitionCancel: {};
|
|
270
|
+
transitionCancelCapture: {};
|
|
271
|
+
transitionEnd: {};
|
|
272
|
+
transitionEndCapture: {};
|
|
273
|
+
transitionRun: {};
|
|
274
|
+
transitionRunCapture: {};
|
|
275
|
+
transitionStart: {};
|
|
276
|
+
transitionStartCapture: {};
|
|
277
|
+
volumeChange: {};
|
|
278
|
+
volumeChangeCapture: {};
|
|
279
|
+
waiting: {};
|
|
280
|
+
waitingCapture: {};
|
|
281
|
+
wheel: {};
|
|
282
|
+
wheelCapture: {};
|
|
283
|
+
};
|
|
284
|
+
static get remoteSlots(): never[];
|
|
285
|
+
}
|
|
286
|
+
declare global {
|
|
287
|
+
interface HTMLElementTagNameMap {
|
|
288
|
+
"flr-accordion": InstanceType<typeof RemoteAccordionElement>;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { ActionProps as RemoteActionElementProps } from '@mittwald/flow-react-components/Action';
|
|
3
|
+
export type { ActionProps as RemoteActionElementProps } from '@mittwald/flow-react-components/Action';
|
|
4
|
+
export declare class RemoteActionElement extends FlowRemoteElement<RemoteActionElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
action: {};
|
|
8
|
+
actionModel: {};
|
|
9
|
+
break: {};
|
|
10
|
+
closeOverlay: {};
|
|
11
|
+
openOverlay: {};
|
|
12
|
+
showFeedback: {};
|
|
13
|
+
skip: {};
|
|
14
|
+
toggleOverlay: {};
|
|
15
|
+
};
|
|
16
|
+
static get remoteEvents(): {
|
|
17
|
+
action: {};
|
|
18
|
+
};
|
|
19
|
+
static get remoteSlots(): never[];
|
|
20
|
+
}
|
|
21
|
+
declare global {
|
|
22
|
+
interface HTMLElementTagNameMap {
|
|
23
|
+
"flr-action": InstanceType<typeof RemoteActionElement>;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { ActionGroupProps as RemoteActionGroupElementProps } from '@mittwald/flow-react-components/ActionGroup';
|
|
3
|
+
export type { ActionGroupProps as RemoteActionGroupElementProps } from '@mittwald/flow-react-components/ActionGroup';
|
|
4
|
+
export declare class RemoteActionGroupElement extends FlowRemoteElement<RemoteActionGroupElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
ignoreBreakpoint: {};
|
|
8
|
+
spacing: {};
|
|
9
|
+
};
|
|
10
|
+
static get remoteEvents(): {};
|
|
11
|
+
static get remoteSlots(): never[];
|
|
12
|
+
}
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
"flr-action-group": InstanceType<typeof RemoteActionGroupElement>;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { ActivityProps as RemoteActivityElementProps } from '@mittwald/flow-react-components/Activity';
|
|
3
|
+
export type { ActivityProps as RemoteActivityElementProps } from '@mittwald/flow-react-components/Activity';
|
|
4
|
+
export declare class RemoteActivityElement extends FlowRemoteElement<RemoteActivityElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
inactiveDelay: {};
|
|
8
|
+
isActive: {};
|
|
9
|
+
};
|
|
10
|
+
static get remoteEvents(): {};
|
|
11
|
+
static get remoteSlots(): never[];
|
|
12
|
+
}
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
"flr-activity": InstanceType<typeof RemoteActivityElement>;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { AlertBadgeProps as RemoteAlertBadgeElementProps } from '@mittwald/flow-react-components/AlertBadge';
|
|
3
|
+
export type { AlertBadgeProps as RemoteAlertBadgeElementProps } from '@mittwald/flow-react-components/AlertBadge';
|
|
4
|
+
export declare class RemoteAlertBadgeElement extends FlowRemoteElement<RemoteAlertBadgeElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
status: {};
|
|
8
|
+
};
|
|
9
|
+
static get remoteEvents(): {};
|
|
10
|
+
static get remoteSlots(): never[];
|
|
11
|
+
}
|
|
12
|
+
declare global {
|
|
13
|
+
interface HTMLElementTagNameMap {
|
|
14
|
+
"flr-alert-badge": InstanceType<typeof RemoteAlertBadgeElement>;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { AlertProps as RemoteAlertElementProps } from '@mittwald/flow-react-components/Alert';
|
|
3
|
+
export type { AlertProps as RemoteAlertElementProps } from '@mittwald/flow-react-components/Alert';
|
|
4
|
+
export declare class RemoteAlertElement extends FlowRemoteElement<RemoteAlertElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
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: {};
|
|
66
|
+
color: {};
|
|
67
|
+
content: {};
|
|
68
|
+
contentEditable: {};
|
|
69
|
+
contextMenu: {};
|
|
70
|
+
datatype: {};
|
|
71
|
+
defaultChecked: {};
|
|
72
|
+
defaultValue: {};
|
|
73
|
+
dir: {};
|
|
74
|
+
draggable: {};
|
|
75
|
+
enterKeyHint: {};
|
|
76
|
+
hidden: {};
|
|
77
|
+
id: {};
|
|
78
|
+
inert: {};
|
|
79
|
+
inlist: {};
|
|
80
|
+
inputMode: {};
|
|
81
|
+
is: {};
|
|
82
|
+
itemID: {};
|
|
83
|
+
itemProp: {};
|
|
84
|
+
itemRef: {};
|
|
85
|
+
itemScope: {};
|
|
86
|
+
itemType: {};
|
|
87
|
+
lang: {};
|
|
88
|
+
nonce: {};
|
|
89
|
+
popover: {};
|
|
90
|
+
popoverTarget: {};
|
|
91
|
+
popoverTargetAction: {};
|
|
92
|
+
prefix: {};
|
|
93
|
+
property: {};
|
|
94
|
+
radioGroup: {};
|
|
95
|
+
rel: {};
|
|
96
|
+
resource: {};
|
|
97
|
+
results: {};
|
|
98
|
+
rev: {};
|
|
99
|
+
role: {};
|
|
100
|
+
security: {};
|
|
101
|
+
slot: {};
|
|
102
|
+
spellCheck: {};
|
|
103
|
+
status: {};
|
|
104
|
+
suppressContentEditableWarning: {};
|
|
105
|
+
suppressHydrationWarning: {};
|
|
106
|
+
tabIndex: {};
|
|
107
|
+
title: {};
|
|
108
|
+
translate: {};
|
|
109
|
+
typeof: {};
|
|
110
|
+
unselectable: {};
|
|
111
|
+
vocab: {};
|
|
112
|
+
};
|
|
113
|
+
static get remoteEvents(): {
|
|
114
|
+
abort: {};
|
|
115
|
+
abortCapture: {};
|
|
116
|
+
animationEnd: {};
|
|
117
|
+
animationEndCapture: {};
|
|
118
|
+
animationIteration: {};
|
|
119
|
+
animationIterationCapture: {};
|
|
120
|
+
animationStart: {};
|
|
121
|
+
animationStartCapture: {};
|
|
122
|
+
auxClick: {};
|
|
123
|
+
auxClickCapture: {};
|
|
124
|
+
beforeInput: {};
|
|
125
|
+
beforeInputCapture: {};
|
|
126
|
+
beforeToggle: {};
|
|
127
|
+
blur: {};
|
|
128
|
+
blurCapture: {};
|
|
129
|
+
canPlay: {};
|
|
130
|
+
canPlayCapture: {};
|
|
131
|
+
canPlayThrough: {};
|
|
132
|
+
canPlayThroughCapture: {};
|
|
133
|
+
change: {};
|
|
134
|
+
changeCapture: {};
|
|
135
|
+
click: {};
|
|
136
|
+
clickCapture: {};
|
|
137
|
+
compositionEnd: {};
|
|
138
|
+
compositionEndCapture: {};
|
|
139
|
+
compositionStart: {};
|
|
140
|
+
compositionStartCapture: {};
|
|
141
|
+
compositionUpdate: {};
|
|
142
|
+
compositionUpdateCapture: {};
|
|
143
|
+
contextMenu: {};
|
|
144
|
+
contextMenuCapture: {};
|
|
145
|
+
copy: {};
|
|
146
|
+
copyCapture: {};
|
|
147
|
+
cut: {};
|
|
148
|
+
cutCapture: {};
|
|
149
|
+
doubleClick: {};
|
|
150
|
+
doubleClickCapture: {};
|
|
151
|
+
drag: {};
|
|
152
|
+
dragCapture: {};
|
|
153
|
+
dragEnd: {};
|
|
154
|
+
dragEndCapture: {};
|
|
155
|
+
dragEnter: {};
|
|
156
|
+
dragEnterCapture: {};
|
|
157
|
+
dragExit: {};
|
|
158
|
+
dragExitCapture: {};
|
|
159
|
+
dragLeave: {};
|
|
160
|
+
dragLeaveCapture: {};
|
|
161
|
+
dragOver: {};
|
|
162
|
+
dragOverCapture: {};
|
|
163
|
+
dragStart: {};
|
|
164
|
+
dragStartCapture: {};
|
|
165
|
+
drop: {};
|
|
166
|
+
dropCapture: {};
|
|
167
|
+
durationChange: {};
|
|
168
|
+
durationChangeCapture: {};
|
|
169
|
+
emptied: {};
|
|
170
|
+
emptiedCapture: {};
|
|
171
|
+
encrypted: {};
|
|
172
|
+
encryptedCapture: {};
|
|
173
|
+
ended: {};
|
|
174
|
+
endedCapture: {};
|
|
175
|
+
error: {};
|
|
176
|
+
errorCapture: {};
|
|
177
|
+
focus: {};
|
|
178
|
+
focusCapture: {};
|
|
179
|
+
gotPointerCapture: {};
|
|
180
|
+
gotPointerCaptureCapture: {};
|
|
181
|
+
input: {};
|
|
182
|
+
inputCapture: {};
|
|
183
|
+
invalid: {};
|
|
184
|
+
invalidCapture: {};
|
|
185
|
+
keyDown: {};
|
|
186
|
+
keyDownCapture: {};
|
|
187
|
+
keyPress: {};
|
|
188
|
+
keyPressCapture: {};
|
|
189
|
+
keyUp: {};
|
|
190
|
+
keyUpCapture: {};
|
|
191
|
+
load: {};
|
|
192
|
+
loadCapture: {};
|
|
193
|
+
loadStart: {};
|
|
194
|
+
loadStartCapture: {};
|
|
195
|
+
loadedData: {};
|
|
196
|
+
loadedDataCapture: {};
|
|
197
|
+
loadedMetadata: {};
|
|
198
|
+
loadedMetadataCapture: {};
|
|
199
|
+
lostPointerCapture: {};
|
|
200
|
+
lostPointerCaptureCapture: {};
|
|
201
|
+
mouseDown: {};
|
|
202
|
+
mouseDownCapture: {};
|
|
203
|
+
mouseEnter: {};
|
|
204
|
+
mouseLeave: {};
|
|
205
|
+
mouseMove: {};
|
|
206
|
+
mouseMoveCapture: {};
|
|
207
|
+
mouseOut: {};
|
|
208
|
+
mouseOutCapture: {};
|
|
209
|
+
mouseOver: {};
|
|
210
|
+
mouseOverCapture: {};
|
|
211
|
+
mouseUp: {};
|
|
212
|
+
mouseUpCapture: {};
|
|
213
|
+
paste: {};
|
|
214
|
+
pasteCapture: {};
|
|
215
|
+
pause: {};
|
|
216
|
+
pauseCapture: {};
|
|
217
|
+
play: {};
|
|
218
|
+
playCapture: {};
|
|
219
|
+
playing: {};
|
|
220
|
+
playingCapture: {};
|
|
221
|
+
pointerCancel: {};
|
|
222
|
+
pointerCancelCapture: {};
|
|
223
|
+
pointerDown: {};
|
|
224
|
+
pointerDownCapture: {};
|
|
225
|
+
pointerEnter: {};
|
|
226
|
+
pointerLeave: {};
|
|
227
|
+
pointerMove: {};
|
|
228
|
+
pointerMoveCapture: {};
|
|
229
|
+
pointerOut: {};
|
|
230
|
+
pointerOutCapture: {};
|
|
231
|
+
pointerOver: {};
|
|
232
|
+
pointerOverCapture: {};
|
|
233
|
+
pointerUp: {};
|
|
234
|
+
pointerUpCapture: {};
|
|
235
|
+
progress: {};
|
|
236
|
+
progressCapture: {};
|
|
237
|
+
rateChange: {};
|
|
238
|
+
rateChangeCapture: {};
|
|
239
|
+
reset: {};
|
|
240
|
+
resetCapture: {};
|
|
241
|
+
resize: {};
|
|
242
|
+
resizeCapture: {};
|
|
243
|
+
scroll: {};
|
|
244
|
+
scrollCapture: {};
|
|
245
|
+
seeked: {};
|
|
246
|
+
seekedCapture: {};
|
|
247
|
+
seeking: {};
|
|
248
|
+
seekingCapture: {};
|
|
249
|
+
select: {};
|
|
250
|
+
selectCapture: {};
|
|
251
|
+
stalled: {};
|
|
252
|
+
stalledCapture: {};
|
|
253
|
+
submit: {};
|
|
254
|
+
submitCapture: {};
|
|
255
|
+
suspend: {};
|
|
256
|
+
suspendCapture: {};
|
|
257
|
+
timeUpdate: {};
|
|
258
|
+
timeUpdateCapture: {};
|
|
259
|
+
toggle: {};
|
|
260
|
+
touchCancel: {};
|
|
261
|
+
touchCancelCapture: {};
|
|
262
|
+
touchEnd: {};
|
|
263
|
+
touchEndCapture: {};
|
|
264
|
+
touchMove: {};
|
|
265
|
+
touchMoveCapture: {};
|
|
266
|
+
touchStart: {};
|
|
267
|
+
touchStartCapture: {};
|
|
268
|
+
transitionCancel: {};
|
|
269
|
+
transitionCancelCapture: {};
|
|
270
|
+
transitionEnd: {};
|
|
271
|
+
transitionEndCapture: {};
|
|
272
|
+
transitionRun: {};
|
|
273
|
+
transitionRunCapture: {};
|
|
274
|
+
transitionStart: {};
|
|
275
|
+
transitionStartCapture: {};
|
|
276
|
+
volumeChange: {};
|
|
277
|
+
volumeChangeCapture: {};
|
|
278
|
+
waiting: {};
|
|
279
|
+
waitingCapture: {};
|
|
280
|
+
wheel: {};
|
|
281
|
+
wheelCapture: {};
|
|
282
|
+
};
|
|
283
|
+
static get remoteSlots(): never[];
|
|
284
|
+
}
|
|
285
|
+
declare global {
|
|
286
|
+
interface HTMLElementTagNameMap {
|
|
287
|
+
"flr-alert": InstanceType<typeof RemoteAlertElement>;
|
|
288
|
+
}
|
|
289
|
+
}
|