@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,17 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { PopoverTriggerProps as RemotePopoverTriggerElementProps } from '@mittwald/flow-react-components/Popover';
|
|
3
|
+
export type { PopoverTriggerProps as RemotePopoverTriggerElementProps } from '@mittwald/flow-react-components/Popover';
|
|
4
|
+
export declare class RemotePopoverTriggerElement extends FlowRemoteElement<RemotePopoverTriggerElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
controller: {};
|
|
8
|
+
isDefaultOpen: {};
|
|
9
|
+
};
|
|
10
|
+
static get remoteEvents(): {};
|
|
11
|
+
static get remoteSlots(): never[];
|
|
12
|
+
}
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
"flr-popover-trigger": InstanceType<typeof RemotePopoverTriggerElement>;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { ProgressBarProps as RemoteProgressBarElementProps } from '@mittwald/flow-react-components/ProgressBar';
|
|
3
|
+
export type { ProgressBarProps as RemoteProgressBarElementProps } from '@mittwald/flow-react-components/ProgressBar';
|
|
4
|
+
export declare class RemoteProgressBarElement extends FlowRemoteElement<RemoteProgressBarElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
formatOptions: {};
|
|
12
|
+
id: {};
|
|
13
|
+
isIndeterminate: {};
|
|
14
|
+
maxValue: {};
|
|
15
|
+
minValue: {};
|
|
16
|
+
showMaxValue: {};
|
|
17
|
+
size: {};
|
|
18
|
+
slot: {};
|
|
19
|
+
status: {};
|
|
20
|
+
value: {};
|
|
21
|
+
};
|
|
22
|
+
static get remoteEvents(): {};
|
|
23
|
+
static get remoteSlots(): string[];
|
|
24
|
+
}
|
|
25
|
+
declare global {
|
|
26
|
+
interface HTMLElementTagNameMap {
|
|
27
|
+
"flr-progress-bar": InstanceType<typeof RemoteProgressBarElement>;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { RadioButtonProps as RemoteRadioButtonElementProps } from '@mittwald/flow-react-components/RadioGroup';
|
|
3
|
+
export type { RadioButtonProps as RemoteRadioButtonElementProps } from '@mittwald/flow-react-components/RadioGroup';
|
|
4
|
+
export declare class RemoteRadioButtonElement extends FlowRemoteElement<RemoteRadioButtonElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
autoFocus: {};
|
|
12
|
+
id: {};
|
|
13
|
+
inputRef: {};
|
|
14
|
+
isDisabled: {};
|
|
15
|
+
slot: {};
|
|
16
|
+
value: {};
|
|
17
|
+
};
|
|
18
|
+
static get remoteEvents(): {
|
|
19
|
+
blur: {};
|
|
20
|
+
focus: {};
|
|
21
|
+
focusChange: {};
|
|
22
|
+
hoverChange: {};
|
|
23
|
+
hoverEnd: {};
|
|
24
|
+
hoverStart: {};
|
|
25
|
+
keyDown: {};
|
|
26
|
+
keyUp: {};
|
|
27
|
+
};
|
|
28
|
+
static get remoteSlots(): never[];
|
|
29
|
+
}
|
|
30
|
+
declare global {
|
|
31
|
+
interface HTMLElementTagNameMap {
|
|
32
|
+
"flr-radio-button": InstanceType<typeof RemoteRadioButtonElement>;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { RadioProps as RemoteRadioElementProps } from '@mittwald/flow-react-components/RadioGroup';
|
|
3
|
+
export type { RadioProps as RemoteRadioElementProps } from '@mittwald/flow-react-components/RadioGroup';
|
|
4
|
+
export declare class RemoteRadioElement extends FlowRemoteElement<RemoteRadioElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
autoFocus: {};
|
|
12
|
+
id: {};
|
|
13
|
+
inputRef: {};
|
|
14
|
+
isDisabled: {};
|
|
15
|
+
slot: {};
|
|
16
|
+
value: {};
|
|
17
|
+
};
|
|
18
|
+
static get remoteEvents(): {
|
|
19
|
+
blur: {};
|
|
20
|
+
focus: {};
|
|
21
|
+
focusChange: {};
|
|
22
|
+
hoverChange: {};
|
|
23
|
+
hoverEnd: {};
|
|
24
|
+
hoverStart: {};
|
|
25
|
+
keyDown: {};
|
|
26
|
+
keyUp: {};
|
|
27
|
+
};
|
|
28
|
+
static get remoteSlots(): never[];
|
|
29
|
+
}
|
|
30
|
+
declare global {
|
|
31
|
+
interface HTMLElementTagNameMap {
|
|
32
|
+
"flr-radio": InstanceType<typeof RemoteRadioElement>;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { RadioGroupProps as RemoteRadioGroupElementProps } from '@mittwald/flow-react-components/RadioGroup';
|
|
3
|
+
export type { RadioGroupProps as RemoteRadioGroupElementProps } from '@mittwald/flow-react-components/RadioGroup';
|
|
4
|
+
export declare class RemoteRadioGroupElement extends FlowRemoteElement<RemoteRadioGroupElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-errormessage": {};
|
|
10
|
+
"aria-label": {};
|
|
11
|
+
"aria-labelledby": {};
|
|
12
|
+
defaultValue: {};
|
|
13
|
+
id: {};
|
|
14
|
+
isDisabled: {};
|
|
15
|
+
isInvalid: {};
|
|
16
|
+
isReadOnly: {};
|
|
17
|
+
isRequired: {};
|
|
18
|
+
l: {};
|
|
19
|
+
m: {};
|
|
20
|
+
name: {};
|
|
21
|
+
orientation: {};
|
|
22
|
+
s: {};
|
|
23
|
+
slot: {};
|
|
24
|
+
validate: {};
|
|
25
|
+
validationBehavior: {};
|
|
26
|
+
value: {};
|
|
27
|
+
};
|
|
28
|
+
static get remoteEvents(): {
|
|
29
|
+
blur: {};
|
|
30
|
+
change: {};
|
|
31
|
+
focus: {};
|
|
32
|
+
focusChange: {};
|
|
33
|
+
};
|
|
34
|
+
static get remoteSlots(): never[];
|
|
35
|
+
}
|
|
36
|
+
declare global {
|
|
37
|
+
interface HTMLElementTagNameMap {
|
|
38
|
+
"flr-radio-group": InstanceType<typeof RemoteRadioGroupElement>;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { ContentProps as RemoteReactHookFormFieldContentViewElementProps } from '@mittwald/flow-react-components/react-hook-form/Field/views';
|
|
3
|
+
export type { ContentProps as RemoteReactHookFormFieldContentViewElementProps } from '@mittwald/flow-react-components/react-hook-form/Field/views';
|
|
4
|
+
export declare class RemoteReactHookFormFieldContentViewElement extends FlowRemoteElement<RemoteReactHookFormFieldContentViewElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
errorMessage: {};
|
|
8
|
+
};
|
|
9
|
+
static get remoteEvents(): {};
|
|
10
|
+
static get remoteSlots(): never[];
|
|
11
|
+
}
|
|
12
|
+
declare global {
|
|
13
|
+
interface HTMLElementTagNameMap {
|
|
14
|
+
"flr-react-hook-form-field-content-view": InstanceType<typeof RemoteReactHookFormFieldContentViewElement>;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { SearchFieldProps as RemoteSearchFieldElementProps } from '@mittwald/flow-react-components/SearchField';
|
|
3
|
+
export type { SearchFieldProps as RemoteSearchFieldElementProps } from '@mittwald/flow-react-components/SearchField';
|
|
4
|
+
export declare class RemoteSearchFieldElement extends FlowRemoteElement<RemoteSearchFieldElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-activedescendant": {};
|
|
8
|
+
"aria-autocomplete": {};
|
|
9
|
+
"aria-describedby": {};
|
|
10
|
+
"aria-details": {};
|
|
11
|
+
"aria-errormessage": {};
|
|
12
|
+
"aria-haspopup": {};
|
|
13
|
+
"aria-label": {};
|
|
14
|
+
"aria-labelledby": {};
|
|
15
|
+
autoComplete: {};
|
|
16
|
+
autoFocus: {};
|
|
17
|
+
defaultValue: {};
|
|
18
|
+
excludeFromTabOrder: {};
|
|
19
|
+
id: {};
|
|
20
|
+
inputMode: {};
|
|
21
|
+
isDisabled: {};
|
|
22
|
+
isInvalid: {};
|
|
23
|
+
isReadOnly: {};
|
|
24
|
+
isRequired: {};
|
|
25
|
+
maxLength: {};
|
|
26
|
+
minLength: {};
|
|
27
|
+
name: {};
|
|
28
|
+
pattern: {};
|
|
29
|
+
slot: {};
|
|
30
|
+
type: {};
|
|
31
|
+
validate: {};
|
|
32
|
+
validationBehavior: {};
|
|
33
|
+
value: {};
|
|
34
|
+
};
|
|
35
|
+
static get remoteEvents(): {
|
|
36
|
+
beforeInput: {};
|
|
37
|
+
blur: {};
|
|
38
|
+
change: {};
|
|
39
|
+
clear: {};
|
|
40
|
+
compositionEnd: {};
|
|
41
|
+
compositionStart: {};
|
|
42
|
+
compositionUpdate: {};
|
|
43
|
+
copy: {};
|
|
44
|
+
cut: {};
|
|
45
|
+
focus: {};
|
|
46
|
+
focusChange: {};
|
|
47
|
+
input: {};
|
|
48
|
+
keyDown: {};
|
|
49
|
+
keyUp: {};
|
|
50
|
+
paste: {};
|
|
51
|
+
select: {};
|
|
52
|
+
submit: {};
|
|
53
|
+
};
|
|
54
|
+
static get remoteSlots(): never[];
|
|
55
|
+
}
|
|
56
|
+
declare global {
|
|
57
|
+
interface HTMLElementTagNameMap {
|
|
58
|
+
"flr-search-field": InstanceType<typeof RemoteSearchFieldElement>;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { SectionProps as RemoteSectionElementProps } from '@mittwald/flow-react-components/Section';
|
|
3
|
+
export type { SectionProps as RemoteSectionElementProps } from '@mittwald/flow-react-components/Section';
|
|
4
|
+
export declare class RemoteSectionElement extends FlowRemoteElement<RemoteSectionElementProps> {
|
|
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
|
+
hideSeparator: {};
|
|
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
|
+
renderContextMenuSection: {};
|
|
98
|
+
resource: {};
|
|
99
|
+
results: {};
|
|
100
|
+
rev: {};
|
|
101
|
+
role: {};
|
|
102
|
+
security: {};
|
|
103
|
+
slot: {};
|
|
104
|
+
spellCheck: {};
|
|
105
|
+
suppressContentEditableWarning: {};
|
|
106
|
+
suppressHydrationWarning: {};
|
|
107
|
+
tabIndex: {};
|
|
108
|
+
title: {};
|
|
109
|
+
translate: {};
|
|
110
|
+
typeof: {};
|
|
111
|
+
unselectable: {};
|
|
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-section": InstanceType<typeof RemoteSectionElement>;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { SegmentProps as RemoteSegmentElementProps } from '@mittwald/flow-react-components/SegmentedControl';
|
|
3
|
+
export type { SegmentProps as RemoteSegmentElementProps } from '@mittwald/flow-react-components/SegmentedControl';
|
|
4
|
+
export declare class RemoteSegmentElement extends FlowRemoteElement<RemoteSegmentElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
autoFocus: {};
|
|
12
|
+
id: {};
|
|
13
|
+
inputRef: {};
|
|
14
|
+
isDisabled: {};
|
|
15
|
+
slot: {};
|
|
16
|
+
value: {};
|
|
17
|
+
};
|
|
18
|
+
static get remoteEvents(): {
|
|
19
|
+
blur: {};
|
|
20
|
+
focus: {};
|
|
21
|
+
focusChange: {};
|
|
22
|
+
hoverChange: {};
|
|
23
|
+
hoverEnd: {};
|
|
24
|
+
hoverStart: {};
|
|
25
|
+
keyDown: {};
|
|
26
|
+
keyUp: {};
|
|
27
|
+
};
|
|
28
|
+
static get remoteSlots(): never[];
|
|
29
|
+
}
|
|
30
|
+
declare global {
|
|
31
|
+
interface HTMLElementTagNameMap {
|
|
32
|
+
"flr-segment": InstanceType<typeof RemoteSegmentElement>;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { SegmentedControlProps as RemoteSegmentedControlElementProps } from '@mittwald/flow-react-components/SegmentedControl';
|
|
3
|
+
export type { SegmentedControlProps as RemoteSegmentedControlElementProps } from '@mittwald/flow-react-components/SegmentedControl';
|
|
4
|
+
export declare class RemoteSegmentedControlElement extends FlowRemoteElement<RemoteSegmentedControlElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-errormessage": {};
|
|
10
|
+
"aria-label": {};
|
|
11
|
+
"aria-labelledby": {};
|
|
12
|
+
containerBreakpointSize: {};
|
|
13
|
+
defaultValue: {};
|
|
14
|
+
id: {};
|
|
15
|
+
isDisabled: {};
|
|
16
|
+
isInvalid: {};
|
|
17
|
+
isReadOnly: {};
|
|
18
|
+
isRequired: {};
|
|
19
|
+
name: {};
|
|
20
|
+
orientation: {};
|
|
21
|
+
slot: {};
|
|
22
|
+
validate: {};
|
|
23
|
+
validationBehavior: {};
|
|
24
|
+
value: {};
|
|
25
|
+
};
|
|
26
|
+
static get remoteEvents(): {
|
|
27
|
+
blur: {};
|
|
28
|
+
change: {};
|
|
29
|
+
focus: {};
|
|
30
|
+
focusChange: {};
|
|
31
|
+
};
|
|
32
|
+
static get remoteSlots(): never[];
|
|
33
|
+
}
|
|
34
|
+
declare global {
|
|
35
|
+
interface HTMLElementTagNameMap {
|
|
36
|
+
"flr-segmented-control": InstanceType<typeof RemoteSegmentedControlElement>;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { SelectProps as RemoteSelectElementProps } from '@mittwald/flow-react-components/Select';
|
|
3
|
+
export type { SelectProps as RemoteSelectElementProps } from '@mittwald/flow-react-components/Select';
|
|
4
|
+
export declare class RemoteSelectElement extends FlowRemoteElement<RemoteSelectElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
autoComplete: {};
|
|
12
|
+
autoFocus: {};
|
|
13
|
+
controller: {};
|
|
14
|
+
defaultOpen: {};
|
|
15
|
+
defaultSelectedKey: {};
|
|
16
|
+
disabledKeys: {};
|
|
17
|
+
excludeFromTabOrder: {};
|
|
18
|
+
id: {};
|
|
19
|
+
isDisabled: {};
|
|
20
|
+
isInvalid: {};
|
|
21
|
+
isOpen: {};
|
|
22
|
+
isRequired: {};
|
|
23
|
+
name: {};
|
|
24
|
+
placeholder: {};
|
|
25
|
+
selectedKey: {};
|
|
26
|
+
slot: {};
|
|
27
|
+
validate: {};
|
|
28
|
+
validationBehavior: {};
|
|
29
|
+
};
|
|
30
|
+
static get remoteEvents(): {
|
|
31
|
+
blur: {};
|
|
32
|
+
change: {};
|
|
33
|
+
focus: {};
|
|
34
|
+
focusChange: {};
|
|
35
|
+
keyDown: {};
|
|
36
|
+
keyUp: {};
|
|
37
|
+
openChange: {};
|
|
38
|
+
selectionChange: {};
|
|
39
|
+
};
|
|
40
|
+
static get remoteSlots(): never[];
|
|
41
|
+
}
|
|
42
|
+
declare global {
|
|
43
|
+
interface HTMLElementTagNameMap {
|
|
44
|
+
"flr-select": InstanceType<typeof RemoteSelectElement>;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { SeparatorProps as RemoteSeparatorElementProps } from '@mittwald/flow-react-components/Separator';
|
|
3
|
+
export type { SeparatorProps as RemoteSeparatorElementProps } from '@mittwald/flow-react-components/Separator';
|
|
4
|
+
export declare class RemoteSeparatorElement extends FlowRemoteElement<RemoteSeparatorElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
elementType: {};
|
|
12
|
+
id: {};
|
|
13
|
+
slot: {};
|
|
14
|
+
};
|
|
15
|
+
static get remoteEvents(): {};
|
|
16
|
+
static get remoteSlots(): never[];
|
|
17
|
+
}
|
|
18
|
+
declare global {
|
|
19
|
+
interface HTMLElementTagNameMap {
|
|
20
|
+
"flr-separator": InstanceType<typeof RemoteSeparatorElement>;
|
|
21
|
+
}
|
|
22
|
+
}
|