@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,23 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TableColumnProps as RemoteTableColumnElementProps } from '@mittwald/flow-react-components/Table';
|
|
3
|
+
export type { TableColumnProps as RemoteTableColumnElementProps } from '@mittwald/flow-react-components/Table';
|
|
4
|
+
export declare class RemoteTableColumnElement extends FlowRemoteElement<RemoteTableColumnElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
allowsSorting: {};
|
|
8
|
+
defaultWidth: {};
|
|
9
|
+
id: {};
|
|
10
|
+
isRowHeader: {};
|
|
11
|
+
maxWidth: {};
|
|
12
|
+
minWidth: {};
|
|
13
|
+
textValue: {};
|
|
14
|
+
width: {};
|
|
15
|
+
};
|
|
16
|
+
static get remoteEvents(): {};
|
|
17
|
+
static get remoteSlots(): never[];
|
|
18
|
+
}
|
|
19
|
+
declare global {
|
|
20
|
+
interface HTMLElementTagNameMap {
|
|
21
|
+
"flr-table-column": InstanceType<typeof RemoteTableColumnElement>;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TableProps as RemoteTableElementProps } from '@mittwald/flow-react-components/Table';
|
|
3
|
+
export type { TableProps as RemoteTableElementProps } from '@mittwald/flow-react-components/Table';
|
|
4
|
+
export declare class RemoteTableElement extends FlowRemoteElement<RemoteTableElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
defaultSelectedKeys: {};
|
|
12
|
+
disabledBehavior: {};
|
|
13
|
+
disabledKeys: {};
|
|
14
|
+
disallowEmptySelection: {};
|
|
15
|
+
dragAndDropHooks: {};
|
|
16
|
+
selectedKeys: {};
|
|
17
|
+
selectionBehavior: {};
|
|
18
|
+
selectionMode: {};
|
|
19
|
+
slot: {};
|
|
20
|
+
sortDescriptor: {};
|
|
21
|
+
verticalAlign: {};
|
|
22
|
+
};
|
|
23
|
+
static get remoteEvents(): {
|
|
24
|
+
rowAction: {};
|
|
25
|
+
scroll: {};
|
|
26
|
+
selectionChange: {};
|
|
27
|
+
sortChange: {};
|
|
28
|
+
};
|
|
29
|
+
static get remoteSlots(): never[];
|
|
30
|
+
}
|
|
31
|
+
declare global {
|
|
32
|
+
interface HTMLElementTagNameMap {
|
|
33
|
+
"flr-table": InstanceType<typeof RemoteTableElement>;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TableFooterRowProps as RemoteTableFooterRowElementProps } from '@mittwald/flow-react-components/Table';
|
|
3
|
+
export type { TableFooterRowProps as RemoteTableFooterRowElementProps } from '@mittwald/flow-react-components/Table';
|
|
4
|
+
export declare class RemoteTableFooterRowElement extends FlowRemoteElement<RemoteTableFooterRowElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
columns: {};
|
|
8
|
+
dependencies: {};
|
|
9
|
+
download: {};
|
|
10
|
+
footer: {};
|
|
11
|
+
href: {};
|
|
12
|
+
hrefLang: {};
|
|
13
|
+
id: {};
|
|
14
|
+
isDisabled: {};
|
|
15
|
+
ping: {};
|
|
16
|
+
referrerPolicy: {};
|
|
17
|
+
rel: {};
|
|
18
|
+
routerOptions: {};
|
|
19
|
+
target: {};
|
|
20
|
+
textValue: {};
|
|
21
|
+
value: {};
|
|
22
|
+
};
|
|
23
|
+
static get remoteEvents(): {
|
|
24
|
+
action: {};
|
|
25
|
+
hoverChange: {};
|
|
26
|
+
hoverEnd: {};
|
|
27
|
+
hoverStart: {};
|
|
28
|
+
};
|
|
29
|
+
static get remoteSlots(): never[];
|
|
30
|
+
}
|
|
31
|
+
declare global {
|
|
32
|
+
interface HTMLElementTagNameMap {
|
|
33
|
+
"flr-table-footer-row": InstanceType<typeof RemoteTableFooterRowElement>;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TableHeaderProps as RemoteTableHeaderElementProps } from '@mittwald/flow-react-components/Table';
|
|
3
|
+
export type { TableHeaderProps as RemoteTableHeaderElementProps } from '@mittwald/flow-react-components/Table';
|
|
4
|
+
export declare class RemoteTableHeaderElement extends FlowRemoteElement<RemoteTableHeaderElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
columns: {};
|
|
8
|
+
dependencies: {};
|
|
9
|
+
};
|
|
10
|
+
static get remoteEvents(): {
|
|
11
|
+
hoverChange: {};
|
|
12
|
+
hoverEnd: {};
|
|
13
|
+
hoverStart: {};
|
|
14
|
+
};
|
|
15
|
+
static get remoteSlots(): never[];
|
|
16
|
+
}
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
"flr-table-header": InstanceType<typeof RemoteTableHeaderElement>;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TableRowProps as RemoteTableRowElementProps } from '@mittwald/flow-react-components/Table';
|
|
3
|
+
export type { TableRowProps as RemoteTableRowElementProps } from '@mittwald/flow-react-components/Table';
|
|
4
|
+
export declare class RemoteTableRowElement extends FlowRemoteElement<RemoteTableRowElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
columns: {};
|
|
8
|
+
dependencies: {};
|
|
9
|
+
download: {};
|
|
10
|
+
footer: {};
|
|
11
|
+
href: {};
|
|
12
|
+
hrefLang: {};
|
|
13
|
+
id: {};
|
|
14
|
+
isDisabled: {};
|
|
15
|
+
ping: {};
|
|
16
|
+
referrerPolicy: {};
|
|
17
|
+
rel: {};
|
|
18
|
+
routerOptions: {};
|
|
19
|
+
target: {};
|
|
20
|
+
textValue: {};
|
|
21
|
+
value: {};
|
|
22
|
+
};
|
|
23
|
+
static get remoteEvents(): {
|
|
24
|
+
action: {};
|
|
25
|
+
hoverChange: {};
|
|
26
|
+
hoverEnd: {};
|
|
27
|
+
hoverStart: {};
|
|
28
|
+
};
|
|
29
|
+
static get remoteSlots(): never[];
|
|
30
|
+
}
|
|
31
|
+
declare global {
|
|
32
|
+
interface HTMLElementTagNameMap {
|
|
33
|
+
"flr-table-row": InstanceType<typeof RemoteTableRowElement>;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TabsProps as RemoteTabsElementProps } from '@mittwald/flow-react-components/Tabs';
|
|
3
|
+
export type { TabsProps as RemoteTabsElementProps } from '@mittwald/flow-react-components/Tabs';
|
|
4
|
+
export declare class RemoteTabsElement extends FlowRemoteElement<RemoteTabsElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
defaultSelectedKey: {};
|
|
12
|
+
disabledKeys: {};
|
|
13
|
+
id: {};
|
|
14
|
+
isDisabled: {};
|
|
15
|
+
keyboardActivation: {};
|
|
16
|
+
orientation: {};
|
|
17
|
+
selectedKey: {};
|
|
18
|
+
slot: {};
|
|
19
|
+
};
|
|
20
|
+
static get remoteEvents(): {
|
|
21
|
+
selectionChange: {};
|
|
22
|
+
};
|
|
23
|
+
static get remoteSlots(): never[];
|
|
24
|
+
}
|
|
25
|
+
declare global {
|
|
26
|
+
interface HTMLElementTagNameMap {
|
|
27
|
+
"flr-tabs": InstanceType<typeof RemoteTabsElement>;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TextAreaProps as RemoteTextAreaElementProps } from '@mittwald/flow-react-components/TextArea';
|
|
3
|
+
export type { TextAreaProps as RemoteTextAreaElementProps } from '@mittwald/flow-react-components/TextArea';
|
|
4
|
+
export declare class RemoteTextAreaElement extends FlowRemoteElement<RemoteTextAreaElementProps> {
|
|
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
|
+
autoResizeMaxRows: {};
|
|
18
|
+
defaultValue: {};
|
|
19
|
+
excludeFromTabOrder: {};
|
|
20
|
+
id: {};
|
|
21
|
+
inputMode: {};
|
|
22
|
+
isDisabled: {};
|
|
23
|
+
isInvalid: {};
|
|
24
|
+
isReadOnly: {};
|
|
25
|
+
isRequired: {};
|
|
26
|
+
maxLength: {};
|
|
27
|
+
minLength: {};
|
|
28
|
+
name: {};
|
|
29
|
+
pattern: {};
|
|
30
|
+
placeholder: {};
|
|
31
|
+
rows: {};
|
|
32
|
+
showCharacterCount: {};
|
|
33
|
+
slot: {};
|
|
34
|
+
type: {};
|
|
35
|
+
validate: {};
|
|
36
|
+
validationBehavior: {};
|
|
37
|
+
value: {};
|
|
38
|
+
};
|
|
39
|
+
static get remoteEvents(): {
|
|
40
|
+
beforeInput: {};
|
|
41
|
+
blur: {};
|
|
42
|
+
change: {};
|
|
43
|
+
compositionEnd: {};
|
|
44
|
+
compositionStart: {};
|
|
45
|
+
compositionUpdate: {};
|
|
46
|
+
copy: {};
|
|
47
|
+
cut: {};
|
|
48
|
+
focus: {};
|
|
49
|
+
focusChange: {};
|
|
50
|
+
input: {};
|
|
51
|
+
keyDown: {};
|
|
52
|
+
keyUp: {};
|
|
53
|
+
paste: {};
|
|
54
|
+
select: {};
|
|
55
|
+
};
|
|
56
|
+
static get remoteSlots(): never[];
|
|
57
|
+
}
|
|
58
|
+
declare global {
|
|
59
|
+
interface HTMLElementTagNameMap {
|
|
60
|
+
"flr-text-area": InstanceType<typeof RemoteTextAreaElement>;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TextProps as RemoteTextElementProps } from '@mittwald/flow-react-components/Text';
|
|
3
|
+
export type { TextProps as RemoteTextElementProps } from '@mittwald/flow-react-components/Text';
|
|
4
|
+
export declare class RemoteTextElement extends FlowRemoteElement<RemoteTextElementProps> {
|
|
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
|
+
elementType: {};
|
|
76
|
+
emulateBoldWidth: {};
|
|
77
|
+
enterKeyHint: {};
|
|
78
|
+
hidden: {};
|
|
79
|
+
id: {};
|
|
80
|
+
inert: {};
|
|
81
|
+
inlist: {};
|
|
82
|
+
inputMode: {};
|
|
83
|
+
is: {};
|
|
84
|
+
itemID: {};
|
|
85
|
+
itemProp: {};
|
|
86
|
+
itemRef: {};
|
|
87
|
+
itemScope: {};
|
|
88
|
+
itemType: {};
|
|
89
|
+
lang: {};
|
|
90
|
+
nonce: {};
|
|
91
|
+
popover: {};
|
|
92
|
+
popoverTarget: {};
|
|
93
|
+
popoverTargetAction: {};
|
|
94
|
+
prefix: {};
|
|
95
|
+
property: {};
|
|
96
|
+
radioGroup: {};
|
|
97
|
+
rel: {};
|
|
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-text": InstanceType<typeof RemoteTextElement>;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TextFieldProps as RemoteTextFieldElementProps } from '@mittwald/flow-react-components/TextField';
|
|
3
|
+
export type { TextFieldProps as RemoteTextFieldElementProps } from '@mittwald/flow-react-components/TextField';
|
|
4
|
+
export declare class RemoteTextFieldElement extends FlowRemoteElement<RemoteTextFieldElementProps> {
|
|
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
|
+
form: {};
|
|
20
|
+
id: {};
|
|
21
|
+
inputMode: {};
|
|
22
|
+
isDisabled: {};
|
|
23
|
+
isInvalid: {};
|
|
24
|
+
isReadOnly: {};
|
|
25
|
+
isRequired: {};
|
|
26
|
+
maxLength: {};
|
|
27
|
+
minLength: {};
|
|
28
|
+
name: {};
|
|
29
|
+
pattern: {};
|
|
30
|
+
placeholder: {};
|
|
31
|
+
showCharacterCount: {};
|
|
32
|
+
slot: {};
|
|
33
|
+
type: {};
|
|
34
|
+
validate: {};
|
|
35
|
+
validationBehavior: {};
|
|
36
|
+
value: {};
|
|
37
|
+
};
|
|
38
|
+
static get remoteEvents(): {
|
|
39
|
+
beforeInput: {};
|
|
40
|
+
blur: {};
|
|
41
|
+
change: {};
|
|
42
|
+
compositionEnd: {};
|
|
43
|
+
compositionStart: {};
|
|
44
|
+
compositionUpdate: {};
|
|
45
|
+
copy: {};
|
|
46
|
+
cut: {};
|
|
47
|
+
focus: {};
|
|
48
|
+
focusChange: {};
|
|
49
|
+
input: {};
|
|
50
|
+
keyDown: {};
|
|
51
|
+
keyUp: {};
|
|
52
|
+
paste: {};
|
|
53
|
+
select: {};
|
|
54
|
+
};
|
|
55
|
+
static get remoteSlots(): never[];
|
|
56
|
+
}
|
|
57
|
+
declare global {
|
|
58
|
+
interface HTMLElementTagNameMap {
|
|
59
|
+
"flr-text-field": InstanceType<typeof RemoteTextFieldElement>;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TimeFieldProps as RemoteTimeFieldElementProps } from '@mittwald/flow-react-components/TimeField';
|
|
3
|
+
export type { TimeFieldProps as RemoteTimeFieldElementProps } from '@mittwald/flow-react-components/TimeField';
|
|
4
|
+
export declare class RemoteTimeFieldElement extends FlowRemoteElement<RemoteTimeFieldElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
"aria-describedby": {};
|
|
8
|
+
"aria-details": {};
|
|
9
|
+
"aria-label": {};
|
|
10
|
+
"aria-labelledby": {};
|
|
11
|
+
autoFocus: {};
|
|
12
|
+
defaultValue: {};
|
|
13
|
+
granularity: {};
|
|
14
|
+
hideTimeZone: {};
|
|
15
|
+
hourCycle: {};
|
|
16
|
+
id: {};
|
|
17
|
+
isDisabled: {};
|
|
18
|
+
isInvalid: {};
|
|
19
|
+
isReadOnly: {};
|
|
20
|
+
isRequired: {};
|
|
21
|
+
maxValue: {};
|
|
22
|
+
minValue: {};
|
|
23
|
+
name: {};
|
|
24
|
+
placeholderValue: {};
|
|
25
|
+
shouldForceLeadingZeros: {};
|
|
26
|
+
slot: {};
|
|
27
|
+
validate: {};
|
|
28
|
+
validationBehavior: {};
|
|
29
|
+
value: {};
|
|
30
|
+
};
|
|
31
|
+
static get remoteEvents(): {
|
|
32
|
+
blur: {};
|
|
33
|
+
change: {};
|
|
34
|
+
focus: {};
|
|
35
|
+
focusChange: {};
|
|
36
|
+
keyDown: {};
|
|
37
|
+
keyUp: {};
|
|
38
|
+
};
|
|
39
|
+
static get remoteSlots(): string[];
|
|
40
|
+
}
|
|
41
|
+
declare global {
|
|
42
|
+
interface HTMLElementTagNameMap {
|
|
43
|
+
"flr-time-field": InstanceType<typeof RemoteTimeFieldElement>;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { TooltipProps as RemoteTooltipElementProps } from '@mittwald/flow-react-components/Tooltip';
|
|
3
|
+
export type { TooltipProps as RemoteTooltipElementProps } from '@mittwald/flow-react-components/Tooltip';
|
|
4
|
+
export declare class RemoteTooltipElement extends FlowRemoteElement<RemoteTooltipElementProps> {
|
|
5
|
+
static get remoteAttributes(): never[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
UNSTABLE_portalContainer: {};
|
|
8
|
+
"aria-describedby": {};
|
|
9
|
+
"aria-details": {};
|
|
10
|
+
"aria-label": {};
|
|
11
|
+
"aria-labelledby": {};
|
|
12
|
+
arrowBoundaryOffset: {};
|
|
13
|
+
containerPadding: {};
|
|
14
|
+
crossOffset: {};
|
|
15
|
+
defaultOpen: {};
|
|
16
|
+
isEntering: {};
|
|
17
|
+
isExiting: {};
|
|
18
|
+
isOpen: {};
|
|
19
|
+
offset: {};
|
|
20
|
+
placement: {};
|
|
21
|
+
shouldFlip: {};
|
|
22
|
+
triggerRef: {};
|
|
23
|
+
};
|
|
24
|
+
static get remoteEvents(): {
|
|
25
|
+
openChange: {};
|
|
26
|
+
};
|
|
27
|
+
static get remoteSlots(): never[];
|
|
28
|
+
}
|
|
29
|
+
declare global {
|
|
30
|
+
interface HTMLElementTagNameMap {
|
|
31
|
+
"flr-tooltip": InstanceType<typeof RemoteTooltipElement>;
|
|
32
|
+
}
|
|
33
|
+
}
|