@vaadin/react-components 24.4.0-alpha8 → 24.4.0-alpha9
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/Dialog.d.ts +1 -1
- package/GridColumn.d.ts +2 -2
- package/GridFilterColumn.d.ts +2 -2
- package/GridSelectionColumn.d.ts +2 -2
- package/GridSortColumn.d.ts +2 -2
- package/GridTreeColumn.d.ts +2 -2
- package/generated/GridColumn.d.ts +1 -1
- package/generated/GridColumnGroup.d.ts +1 -1
- package/generated/GridFilterColumn.d.ts +1 -1
- package/generated/GridSelectionColumn.d.ts +1 -1
- package/generated/GridSortColumn.d.ts +1 -1
- package/generated/GridTreeColumn.d.ts +1 -1
- package/index.d.ts +1 -13
- package/index.js +1 -13
- package/package.json +113 -191
- package/utils/createComponent.js +1 -1
- package/utils/createComponent.js.map +1 -1
- package/Board.d.ts +0 -2
- package/Board.d.ts.map +0 -1
- package/Board.js +0 -2
- package/Board.js.map +0 -7
- package/BoardRow.d.ts +0 -2
- package/BoardRow.d.ts.map +0 -1
- package/BoardRow.js +0 -2
- package/BoardRow.js.map +0 -7
- package/Chart.d.ts +0 -2
- package/Chart.d.ts.map +0 -1
- package/Chart.js +0 -2
- package/Chart.js.map +0 -7
- package/ChartSeries.d.ts +0 -7
- package/ChartSeries.d.ts.map +0 -1
- package/ChartSeries.js +0 -2
- package/ChartSeries.js.map +0 -7
- package/CookieConsent.d.ts +0 -7
- package/CookieConsent.d.ts.map +0 -1
- package/CookieConsent.js +0 -2
- package/CookieConsent.js.map +0 -7
- package/Crud.d.ts +0 -22
- package/Crud.d.ts.map +0 -1
- package/Crud.js +0 -2
- package/Crud.js.map +0 -7
- package/CrudEdit.d.ts +0 -2
- package/CrudEdit.d.ts.map +0 -1
- package/CrudEdit.js +0 -2
- package/CrudEdit.js.map +0 -7
- package/CrudEditColumn.d.ts +0 -2
- package/CrudEditColumn.d.ts.map +0 -1
- package/CrudEditColumn.js +0 -2
- package/CrudEditColumn.js.map +0 -7
- package/GridPro.d.ts +0 -34
- package/GridPro.d.ts.map +0 -1
- package/GridPro.js +0 -2
- package/GridPro.js.map +0 -7
- package/GridProEditColumn.d.ts +0 -58
- package/GridProEditColumn.d.ts.map +0 -1
- package/GridProEditColumn.js +0 -2
- package/GridProEditColumn.js.map +0 -7
- package/Map.d.ts +0 -2
- package/Map.d.ts.map +0 -1
- package/Map.js +0 -2
- package/Map.js.map +0 -7
- package/RichTextEditor.d.ts +0 -2
- package/RichTextEditor.d.ts.map +0 -1
- package/RichTextEditor.js +0 -2
- package/RichTextEditor.js.map +0 -7
- package/generated/Board.d.ts +0 -11
- package/generated/Board.d.ts.map +0 -1
- package/generated/BoardRow.d.ts +0 -11
- package/generated/BoardRow.d.ts.map +0 -1
- package/generated/Chart.d.ts +0 -72
- package/generated/Chart.d.ts.map +0 -1
- package/generated/ChartSeries.d.ts +0 -11
- package/generated/ChartSeries.d.ts.map +0 -1
- package/generated/CookieConsent.d.ts +0 -11
- package/generated/CookieConsent.d.ts.map +0 -1
- package/generated/Crud.d.ts +0 -30
- package/generated/Crud.d.ts.map +0 -1
- package/generated/CrudEdit.d.ts +0 -14
- package/generated/CrudEdit.d.ts.map +0 -1
- package/generated/CrudEditColumn.d.ts +0 -11
- package/generated/CrudEditColumn.d.ts.map +0 -1
- package/generated/GridPro.d.ts +0 -46
- package/generated/GridPro.d.ts.map +0 -1
- package/generated/GridProEditColumn.d.ts +0 -16
- package/generated/GridProEditColumn.d.ts.map +0 -1
- package/generated/Map.d.ts +0 -9
- package/generated/Map.d.ts.map +0 -1
- package/generated/RichTextEditor.d.ts +0 -18
- package/generated/RichTextEditor.d.ts.map +0 -1
- package/lint-staged.config.js +0 -8
package/Dialog.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export type DialogProps = Partial<Omit<_DialogProps, 'children' | 'footerRendere
|
|
|
14
14
|
}>;
|
|
15
15
|
declare const ForwardedDialog: import("react").ForwardRefExoticComponent<Partial<Omit<Partial<import("./utils/createComponent.js").ThemedWebComponentProps<DialogElement, Readonly<{
|
|
16
16
|
onOpenedChanged: import("@lit/react").EventName<import("@vaadin/dialog/src/vaadin-dialog.js").DialogOpenedChangedEvent>;
|
|
17
|
-
}>>>, "accessKey" | "dir" | "hidden" | "lang" | "title" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "
|
|
17
|
+
}>>>, "accessKey" | "dir" | "hidden" | "lang" | "title" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "renderer" | "headerRenderer" | "footerRenderer">> & Readonly<{
|
|
18
18
|
children?: ReactNode | ComponentType<DialogReactRendererProps>;
|
|
19
19
|
footer?: ReactNode;
|
|
20
20
|
footerRenderer?: ComponentType<Readonly<{
|
package/GridColumn.d.ts
CHANGED
|
@@ -17,9 +17,9 @@ export type GridColumnProps<TItem> = Partial<Omit<_GridColumnProps<TItem>, 'chil
|
|
|
17
17
|
headerRenderer?: ComponentType<GridEdgeReactRendererProps<TItem>> | null;
|
|
18
18
|
renderer?: ComponentType<GridBodyReactRendererProps<TItem>> | null;
|
|
19
19
|
}>;
|
|
20
|
-
declare const ForwardedGridColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
20
|
+
declare const ForwardedGridColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName"> & {} & Partial<Omit<GridColumnElement<TItem>, keyof HTMLElement>> & {
|
|
21
21
|
autofocus?: boolean | undefined;
|
|
22
|
-
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "
|
|
22
|
+
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "renderer" | "header" | "headerRenderer" | "footerRenderer">> & Readonly<{
|
|
23
23
|
children?: ComponentType<Readonly<{
|
|
24
24
|
item: TItem;
|
|
25
25
|
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
package/GridFilterColumn.d.ts
CHANGED
|
@@ -12,9 +12,9 @@ export type GridFilterColumnProps<TItem> = Partial<Omit<_GridFilterColumnProps<T
|
|
|
12
12
|
footerRenderer?: ComponentType<GridEdgeReactRendererProps<TItem>> | null;
|
|
13
13
|
renderer?: ComponentType<GridBodyReactRendererProps<TItem>> | null;
|
|
14
14
|
}>;
|
|
15
|
-
declare const ForwardedGridFilterColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridFilterColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
15
|
+
declare const ForwardedGridFilterColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridFilterColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName"> & {} & Partial<Omit<GridFilterColumnElement<TItem>, keyof HTMLElement>> & {
|
|
16
16
|
autofocus?: boolean | undefined;
|
|
17
|
-
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "
|
|
17
|
+
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "renderer" | "headerRenderer" | "footerRenderer">> & Readonly<{
|
|
18
18
|
children?: ComponentType<Readonly<{
|
|
19
19
|
item: TItem;
|
|
20
20
|
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
package/GridSelectionColumn.d.ts
CHANGED
|
@@ -17,11 +17,11 @@ export type GridSelectionColumnProps<TItem> = Partial<Omit<_GridSelectionColumnP
|
|
|
17
17
|
headerRenderer?: ComponentType<GridEdgeReactRendererProps<TItem>> | null;
|
|
18
18
|
renderer?: ComponentType<GridBodyReactRendererProps<TItem>> | null;
|
|
19
19
|
}>;
|
|
20
|
-
declare const ForwardedGridSelectionColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridSelectionColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
20
|
+
declare const ForwardedGridSelectionColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridSelectionColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName" | "onSelectAllChanged" | "selectAll" | "autoSelect" | "dragSelect"> & {
|
|
21
21
|
readonly onSelectAllChanged?: ((e: import("@vaadin/grid/src/vaadin-grid-selection-column-mixin.js").GridSelectionColumnSelectAllChangedEvent) => void) | undefined;
|
|
22
22
|
} & Partial<Omit<GridSelectionColumnElement<TItem>, keyof HTMLElement>> & {
|
|
23
23
|
autofocus?: boolean | undefined;
|
|
24
|
-
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "
|
|
24
|
+
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "renderer" | "header" | "headerRenderer" | "footerRenderer">> & Readonly<{
|
|
25
25
|
children?: ComponentType<Readonly<{
|
|
26
26
|
item: TItem;
|
|
27
27
|
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
package/GridSortColumn.d.ts
CHANGED
|
@@ -12,11 +12,11 @@ export type GridSortColumnProps<TItem> = Partial<Omit<_GridSortColumnProps<TItem
|
|
|
12
12
|
footerRenderer?: ComponentType<GridEdgeReactRendererProps<TItem>> | null;
|
|
13
13
|
renderer?: ComponentType<GridBodyReactRendererProps<TItem>> | null;
|
|
14
14
|
}>;
|
|
15
|
-
declare const ForwardedGridSortColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridSortColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
15
|
+
declare const ForwardedGridSortColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridSortColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName" | "onDirectionChanged" | "direction"> & {
|
|
16
16
|
readonly onDirectionChanged?: ((e: import("@vaadin/grid/src/vaadin-grid-sort-column-mixin.js").GridSortColumnDirectionChangedEvent) => void) | undefined;
|
|
17
17
|
} & Partial<Omit<GridSortColumnElement<TItem>, keyof HTMLElement>> & {
|
|
18
18
|
autofocus?: boolean | undefined;
|
|
19
|
-
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "
|
|
19
|
+
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "renderer" | "headerRenderer" | "footerRenderer">> & Readonly<{
|
|
20
20
|
children?: ComponentType<Readonly<{
|
|
21
21
|
item: TItem;
|
|
22
22
|
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
package/GridTreeColumn.d.ts
CHANGED
|
@@ -15,9 +15,9 @@ export type GridTreeColumnProps<TItem> = Partial<Omit<_GridTreeColumnProps<TItem
|
|
|
15
15
|
*/
|
|
16
16
|
headerRenderer?: ComponentType<GridEdgeReactRendererProps<TItem>> | null;
|
|
17
17
|
}>;
|
|
18
|
-
declare const ForwardedGridTreeColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridTreeColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
18
|
+
declare const ForwardedGridTreeColumn: <TItem = any>(props: Partial<Omit<Partial<Omit<import("react").HTMLAttributes<GridTreeColumnElement<TItem>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName"> & {} & Partial<Omit<GridTreeColumnElement<TItem>, keyof HTMLElement>> & {
|
|
19
19
|
autofocus?: boolean | undefined;
|
|
20
|
-
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "
|
|
20
|
+
}>, "accessKey" | "dir" | "draggable" | "lang" | "translate" | "prefix" | "role" | "children" | "style" | "contentEditable" | "inputMode" | "nonce" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "autoFocus" | "contextMenu" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "renderer" | "header" | "headerRenderer" | "footerRenderer">> & Readonly<{
|
|
21
21
|
footer?: ReactNode;
|
|
22
22
|
/**
|
|
23
23
|
* @deprecated Use `footer` instead.
|
|
@@ -5,7 +5,7 @@ export * from "@vaadin/grid/vaadin-grid-column.js";
|
|
|
5
5
|
export { GridColumnElement, };
|
|
6
6
|
export type GridColumnEventMap = Readonly<{}>;
|
|
7
7
|
export type GridColumnProps<T1> = WebComponentProps<GridColumnElement<T1>, GridColumnEventMap>;
|
|
8
|
-
export declare const GridColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
8
|
+
export declare const GridColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName"> & {} & Partial<Omit<GridColumnElement<T1>, keyof HTMLElement>> & {
|
|
9
9
|
autofocus?: boolean | undefined;
|
|
10
10
|
}> & React.RefAttributes<GridColumnElement<T1>>) => React.ReactElement | null;
|
|
11
11
|
//# sourceMappingURL=GridColumn.d.ts.map
|
|
@@ -5,7 +5,7 @@ export * from "@vaadin/grid/vaadin-grid-column-group.js";
|
|
|
5
5
|
export { GridColumnGroupElement, };
|
|
6
6
|
export type GridColumnGroupEventMap = Readonly<{}>;
|
|
7
7
|
export type GridColumnGroupProps = WebComponentProps<GridColumnGroupElement, GridColumnGroupEventMap>;
|
|
8
|
-
export declare const GridColumnGroup: (props: Partial<Omit<React.HTMLAttributes<GridColumnGroupElement<unknown>>, "autofocus" | "header" | "
|
|
8
|
+
export declare const GridColumnGroup: (props: Partial<Omit<React.HTMLAttributes<GridColumnGroupElement<unknown>>, "autofocus" | "header" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName"> & {} & Partial<Omit<GridColumnGroupElement<unknown>, keyof HTMLElement>> & {
|
|
9
9
|
autofocus?: boolean | undefined;
|
|
10
10
|
}> & React.RefAttributes<GridColumnGroupElement<unknown>>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
11
11
|
//# sourceMappingURL=GridColumnGroup.d.ts.map
|
|
@@ -5,7 +5,7 @@ export * from "@vaadin/grid/vaadin-grid-filter-column.js";
|
|
|
5
5
|
export { GridFilterColumnElement, };
|
|
6
6
|
export type GridFilterColumnEventMap = Readonly<{}>;
|
|
7
7
|
export type GridFilterColumnProps<T1> = WebComponentProps<GridFilterColumnElement<T1>, GridFilterColumnEventMap>;
|
|
8
|
-
export declare const GridFilterColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridFilterColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
8
|
+
export declare const GridFilterColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridFilterColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName"> & {} & Partial<Omit<GridFilterColumnElement<T1>, keyof HTMLElement>> & {
|
|
9
9
|
autofocus?: boolean | undefined;
|
|
10
10
|
}> & React.RefAttributes<GridFilterColumnElement<T1>>) => React.ReactElement | null;
|
|
11
11
|
//# sourceMappingURL=GridFilterColumn.d.ts.map
|
|
@@ -8,7 +8,7 @@ export type GridSelectionColumnEventMap = Readonly<{
|
|
|
8
8
|
onSelectAllChanged: EventName<_GridSelectionColumnEventMap["select-all-changed"]>;
|
|
9
9
|
}>;
|
|
10
10
|
export type GridSelectionColumnProps<T1> = WebComponentProps<GridSelectionColumnElement<T1>, GridSelectionColumnEventMap>;
|
|
11
|
-
export declare const GridSelectionColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridSelectionColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
11
|
+
export declare const GridSelectionColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridSelectionColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName" | "onSelectAllChanged" | "selectAll" | "autoSelect" | "dragSelect"> & {
|
|
12
12
|
readonly onSelectAllChanged?: ((e: import("@vaadin/grid/vaadin-grid-selection-column.js").GridSelectionColumnSelectAllChangedEvent) => void) | undefined;
|
|
13
13
|
} & Partial<Omit<GridSelectionColumnElement<T1>, keyof HTMLElement>> & {
|
|
14
14
|
autofocus?: boolean | undefined;
|
|
@@ -8,7 +8,7 @@ export type GridSortColumnEventMap = Readonly<{
|
|
|
8
8
|
onDirectionChanged: EventName<_GridSortColumnEventMap["direction-changed"]>;
|
|
9
9
|
}>;
|
|
10
10
|
export type GridSortColumnProps<T1> = WebComponentProps<GridSortColumnElement<T1>, GridSortColumnEventMap>;
|
|
11
|
-
export declare const GridSortColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridSortColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
11
|
+
export declare const GridSortColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridSortColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName" | "onDirectionChanged" | "direction"> & {
|
|
12
12
|
readonly onDirectionChanged?: ((e: import("@vaadin/grid/vaadin-grid-sort-column.js").GridSortColumnDirectionChangedEvent) => void) | undefined;
|
|
13
13
|
} & Partial<Omit<GridSortColumnElement<T1>, keyof HTMLElement>> & {
|
|
14
14
|
autofocus?: boolean | undefined;
|
|
@@ -5,7 +5,7 @@ export * from "@vaadin/grid/vaadin-grid-tree-column.js";
|
|
|
5
5
|
export { GridTreeColumnElement, };
|
|
6
6
|
export type GridTreeColumnEventMap = Readonly<{}>;
|
|
7
7
|
export type GridTreeColumnProps<T1> = WebComponentProps<GridTreeColumnElement<T1>, GridTreeColumnEventMap>;
|
|
8
|
-
export declare const GridTreeColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridTreeColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "
|
|
8
|
+
export declare const GridTreeColumn: <T1>(props: Partial<Omit<React.HTMLAttributes<GridTreeColumnElement<T1>>, "autofocus" | "renderer" | "header" | "path" | "resizable" | "headerRenderer" | "footerRenderer" | "width" | "flexGrow" | "autoWidth" | "frozen" | "frozenToEnd" | "rowHeader" | "textAlign" | "headerPartName" | "footerPartName"> & {} & Partial<Omit<GridTreeColumnElement<T1>, keyof HTMLElement>> & {
|
|
9
9
|
autofocus?: boolean | undefined;
|
|
10
10
|
}> & React.RefAttributes<GridTreeColumnElement<T1>>) => React.ReactElement | null;
|
|
11
11
|
//# sourceMappingURL=GridTreeColumn.d.ts.map
|
package/index.d.ts
CHANGED
|
@@ -3,23 +3,15 @@ export * from "./AccordionPanel.js";
|
|
|
3
3
|
export * from "./Accordion.js";
|
|
4
4
|
export * from "./AppLayout.js";
|
|
5
5
|
export * from "./DrawerToggle.js";
|
|
6
|
-
export * from "./AvatarGroup.js";
|
|
7
6
|
export * from "./Avatar.js";
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./Board.js";
|
|
7
|
+
export * from "./AvatarGroup.js";
|
|
10
8
|
export * from "./Button.js";
|
|
11
|
-
export * from "./Chart.js";
|
|
12
|
-
export * from "./ChartSeries.js";
|
|
13
9
|
export * from "./Checkbox.js";
|
|
14
10
|
export * from "./CheckboxGroup.js";
|
|
15
11
|
export * from "./ComboBoxLight.js";
|
|
16
12
|
export * from "./ComboBox.js";
|
|
17
13
|
export * from "./ConfirmDialog.js";
|
|
18
14
|
export * from "./ContextMenu.js";
|
|
19
|
-
export * from "./CookieConsent.js";
|
|
20
|
-
export * from "./CrudEdit.js";
|
|
21
|
-
export * from "./CrudEditColumn.js";
|
|
22
|
-
export * from "./Crud.js";
|
|
23
15
|
export * from "./CustomField.js";
|
|
24
16
|
export * from "./DatePickerLight.js";
|
|
25
17
|
export * from "./DatePicker.js";
|
|
@@ -40,8 +32,6 @@ export * from "./GridSortColumn.js";
|
|
|
40
32
|
export * from "./GridTreeToggle.js";
|
|
41
33
|
export * from "./GridTreeColumn.js";
|
|
42
34
|
export * from "./Grid.js";
|
|
43
|
-
export * from "./GridProEditColumn.js";
|
|
44
|
-
export * from "./GridPro.js";
|
|
45
35
|
export * from "./HorizontalLayout.js";
|
|
46
36
|
export * from "./Iconset.js";
|
|
47
37
|
export * from "./Icon.js";
|
|
@@ -50,7 +40,6 @@ export * from "./Item.js";
|
|
|
50
40
|
export * from "./ListBox.js";
|
|
51
41
|
export * from "./LoginForm.js";
|
|
52
42
|
export * from "./LoginOverlay.js";
|
|
53
|
-
export * from "./Map.js";
|
|
54
43
|
export * from "./MenuBar.js";
|
|
55
44
|
export * from "./MessageInput.js";
|
|
56
45
|
export * from "./Message.js";
|
|
@@ -62,7 +51,6 @@ export * from "./PasswordField.js";
|
|
|
62
51
|
export * from "./ProgressBar.js";
|
|
63
52
|
export * from "./RadioButton.js";
|
|
64
53
|
export * from "./RadioGroup.js";
|
|
65
|
-
export * from "./RichTextEditor.js";
|
|
66
54
|
export * from "./Scroller.js";
|
|
67
55
|
export * from "./Select.js";
|
|
68
56
|
export * from "./SideNavItem.js";
|
package/index.js
CHANGED
|
@@ -3,23 +3,15 @@ export * from "./AccordionPanel.js";
|
|
|
3
3
|
export * from "./Accordion.js";
|
|
4
4
|
export * from "./AppLayout.js";
|
|
5
5
|
export * from "./DrawerToggle.js";
|
|
6
|
-
export * from "./AvatarGroup.js";
|
|
7
6
|
export * from "./Avatar.js";
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./Board.js";
|
|
7
|
+
export * from "./AvatarGroup.js";
|
|
10
8
|
export * from "./Button.js";
|
|
11
|
-
export * from "./Chart.js";
|
|
12
|
-
export * from "./ChartSeries.js";
|
|
13
9
|
export * from "./Checkbox.js";
|
|
14
10
|
export * from "./CheckboxGroup.js";
|
|
15
11
|
export * from "./ComboBoxLight.js";
|
|
16
12
|
export * from "./ComboBox.js";
|
|
17
13
|
export * from "./ConfirmDialog.js";
|
|
18
14
|
export * from "./ContextMenu.js";
|
|
19
|
-
export * from "./CookieConsent.js";
|
|
20
|
-
export * from "./CrudEdit.js";
|
|
21
|
-
export * from "./CrudEditColumn.js";
|
|
22
|
-
export * from "./Crud.js";
|
|
23
15
|
export * from "./CustomField.js";
|
|
24
16
|
export * from "./DatePickerLight.js";
|
|
25
17
|
export * from "./DatePicker.js";
|
|
@@ -40,8 +32,6 @@ export * from "./GridSortColumn.js";
|
|
|
40
32
|
export * from "./GridTreeToggle.js";
|
|
41
33
|
export * from "./GridTreeColumn.js";
|
|
42
34
|
export * from "./Grid.js";
|
|
43
|
-
export * from "./GridProEditColumn.js";
|
|
44
|
-
export * from "./GridPro.js";
|
|
45
35
|
export * from "./HorizontalLayout.js";
|
|
46
36
|
export * from "./Iconset.js";
|
|
47
37
|
export * from "./Icon.js";
|
|
@@ -50,7 +40,6 @@ export * from "./Item.js";
|
|
|
50
40
|
export * from "./ListBox.js";
|
|
51
41
|
export * from "./LoginForm.js";
|
|
52
42
|
export * from "./LoginOverlay.js";
|
|
53
|
-
export * from "./Map.js";
|
|
54
43
|
export * from "./MenuBar.js";
|
|
55
44
|
export * from "./MessageInput.js";
|
|
56
45
|
export * from "./Message.js";
|
|
@@ -62,7 +51,6 @@ export * from "./PasswordField.js";
|
|
|
62
51
|
export * from "./ProgressBar.js";
|
|
63
52
|
export * from "./RadioButton.js";
|
|
64
53
|
export * from "./RadioGroup.js";
|
|
65
|
-
export * from "./RichTextEditor.js";
|
|
66
54
|
export * from "./Scroller.js";
|
|
67
55
|
export * from "./Select.js";
|
|
68
56
|
export * from "./SideNavItem.js";
|