@vaadin/react-components 24.4.0-alpha15 → 24.4.0-alpha17
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/ComboBox.d.ts +1 -17
- package/ComboBox.d.ts.map +1 -1
- package/ComboBoxLight.d.ts +1 -16
- package/ComboBoxLight.d.ts.map +1 -1
- package/Dialog.d.ts +1 -1
- package/Grid.d.ts +1 -21
- package/Grid.d.ts.map +1 -1
- package/GridColumn.d.ts +1 -28
- package/GridColumn.d.ts.map +1 -1
- package/GridFilterColumn.d.ts +1 -21
- package/GridFilterColumn.d.ts.map +1 -1
- package/GridPro.d.ts +1 -25
- package/GridPro.d.ts.map +1 -1
- package/GridProEditColumn.d.ts +2 -47
- package/GridProEditColumn.d.ts.map +1 -1
- package/GridSelectionColumn.d.ts +1 -30
- package/GridSelectionColumn.d.ts.map +1 -1
- package/GridSortColumn.d.ts +1 -23
- package/GridSortColumn.d.ts.map +1 -1
- package/GridTreeColumn.d.ts +1 -18
- package/GridTreeColumn.d.ts.map +1 -1
- package/MultiSelectComboBox.d.ts +1 -15
- package/MultiSelectComboBox.d.ts.map +1 -1
- package/MultiSelectComboBox.js +1 -1
- package/MultiSelectComboBox.js.map +2 -2
- package/VirtualList.d.ts +1 -12
- package/VirtualList.d.ts.map +1 -1
- package/generated/ComboBox.d.ts +1 -11
- package/generated/ComboBox.d.ts.map +1 -1
- package/generated/ComboBoxLight.d.ts +1 -10
- package/generated/ComboBoxLight.d.ts.map +1 -1
- package/generated/Crud.d.ts +1 -11
- package/generated/Crud.d.ts.map +1 -1
- package/generated/Grid.d.ts +1 -15
- package/generated/Grid.d.ts.map +1 -1
- package/generated/GridColumn.d.ts +1 -3
- package/generated/GridColumn.d.ts.map +1 -1
- package/generated/GridFilterColumn.d.ts +1 -3
- package/generated/GridFilterColumn.d.ts.map +1 -1
- package/generated/GridPro.d.ts +1 -19
- package/generated/GridPro.d.ts.map +1 -1
- package/generated/GridProEditColumn.d.ts +1 -5
- package/generated/GridProEditColumn.d.ts.map +1 -1
- package/generated/GridSelectionColumn.d.ts +1 -5
- package/generated/GridSelectionColumn.d.ts.map +1 -1
- package/generated/GridSortColumn.d.ts +1 -5
- package/generated/GridSortColumn.d.ts.map +1 -1
- package/generated/GridTreeColumn.d.ts +1 -3
- package/generated/GridTreeColumn.d.ts.map +1 -1
- package/generated/MultiSelectComboBox.d.ts +2 -9
- package/generated/MultiSelectComboBox.d.ts.map +1 -1
- package/generated/VirtualList.d.ts +1 -1
- package/generated/VirtualList.d.ts.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +65 -65
- package/utils/createComponent.js +1 -1
- package/utils/createComponent.js.map +1 -1
package/ComboBox.d.ts
CHANGED
|
@@ -5,22 +5,6 @@ export * from './generated/ComboBox.js';
|
|
|
5
5
|
export type ComboBoxProps<TItem> = Partial<Omit<_ComboBoxProps<TItem>, 'renderer'>> & Readonly<{
|
|
6
6
|
renderer?: ComponentType<ComboBoxReactRendererProps<TItem>> | null;
|
|
7
7
|
}>;
|
|
8
|
-
declare const ForwardedComboBox: <TItem = any>(props:
|
|
9
|
-
onValidated: import("@lit/react").EventName<import("@vaadin/combo-box").ComboBoxValidatedEvent>;
|
|
10
|
-
onChange: import("@lit/react").EventName<import("@vaadin/combo-box").ComboBoxChangeEvent<TItem>>;
|
|
11
|
-
onInput: import("@lit/react").EventName<Event>;
|
|
12
|
-
onCustomValueSet: import("@lit/react").EventName<import("@vaadin/combo-box").ComboBoxCustomValueSetEvent>;
|
|
13
|
-
onSelectedItemChanged: import("@lit/react").EventName<import("@vaadin/combo-box").ComboBoxSelectedItemChangedEvent<TItem>>;
|
|
14
|
-
onValueChanged: import("@lit/react").EventName<import("@vaadin/combo-box").ComboBoxValueChangedEvent>;
|
|
15
|
-
onInvalidChanged: import("@lit/react").EventName<import("@vaadin/combo-box").ComboBoxInvalidChangedEvent>;
|
|
16
|
-
onOpenedChanged: import("@lit/react").EventName<import("@vaadin/combo-box").ComboBoxOpenedChangedEvent>;
|
|
17
|
-
onFilterChanged: import("@lit/react").EventName<import("@vaadin/combo-box").ComboBoxFilterChangedEvent>;
|
|
18
|
-
}>>>, "renderer">> & Readonly<{
|
|
19
|
-
renderer?: ComponentType<Readonly<{
|
|
20
|
-
item: TItem;
|
|
21
|
-
model: import("@vaadin/combo-box").ComboBoxItemModel<TItem>;
|
|
22
|
-
original: ComboBoxElement<TItem>;
|
|
23
|
-
}>> | null | undefined;
|
|
24
|
-
}> & RefAttributes<ComboBoxElement<TItem>>) => ReactElement | null;
|
|
8
|
+
declare const ForwardedComboBox: <TItem = any>(props: ComboBoxProps<TItem> & RefAttributes<ComboBoxElement<TItem>>) => ReactElement | null;
|
|
25
9
|
export { ForwardedComboBox as ComboBox };
|
|
26
10
|
//# sourceMappingURL=ComboBox.d.ts.map
|
package/ComboBox.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComboBox.d.ts","sourceRoot":"","sources":["src/ComboBox.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAc,KAAK,YAAY,EAAE,KAAK,aAAa,EAAqB,MAAM,OAAO,CAAC;AACjH,OAAO,EAEL,KAAK,eAAe,EACpB,KAAK,aAAa,IAAI,cAAc,EACrC,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAG1E,cAAc,yBAAyB,CAAC;AAExC,MAAM,MAAM,aAAa,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC,GACjF,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAgBL,QAAA,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"ComboBox.d.ts","sourceRoot":"","sources":["src/ComboBox.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAc,KAAK,YAAY,EAAE,KAAK,aAAa,EAAqB,MAAM,OAAO,CAAC;AACjH,OAAO,EAEL,KAAK,eAAe,EACpB,KAAK,aAAa,IAAI,cAAc,EACrC,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAG1E,cAAc,yBAAyB,CAAC;AAExC,MAAM,MAAM,aAAa,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC,GACjF,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAgBL,QAAA,MAAM,iBAAiB,uBACd,cAAc,KAAK,CAAC,GAAG,cAAc,gBAAgB,KAAK,CAAC,CAAC,KAChE,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,iBAAiB,IAAI,QAAQ,EAAE,CAAC"}
|
package/ComboBoxLight.d.ts
CHANGED
|
@@ -5,21 +5,6 @@ export * from './generated/ComboBoxLight.js';
|
|
|
5
5
|
export type ComboBoxLightProps<TItem> = Partial<Omit<_ComboBoxLightProps<TItem>, 'renderer'>> & Readonly<{
|
|
6
6
|
renderer?: ComponentType<ComboBoxReactRendererProps<TItem>> | null;
|
|
7
7
|
}>;
|
|
8
|
-
declare const ForwardedComboBoxLight: <TItem = any>(props:
|
|
9
|
-
onValidated: import("@lit/react").EventName<import("@vaadin/combo-box/src/vaadin-combo-box-light.js").ComboBoxLightValidatedEvent>;
|
|
10
|
-
onChange: import("@lit/react").EventName<import("@vaadin/combo-box/src/vaadin-combo-box-light.js").ComboBoxLightChangeEvent<TItem>>;
|
|
11
|
-
onCustomValueSet: import("@lit/react").EventName<import("@vaadin/combo-box/src/vaadin-combo-box-light.js").ComboBoxLightCustomValueSetEvent>;
|
|
12
|
-
onSelectedItemChanged: import("@lit/react").EventName<import("@vaadin/combo-box/src/vaadin-combo-box-light.js").ComboBoxLightSelectedItemChangedEvent<TItem>>;
|
|
13
|
-
onValueChanged: import("@lit/react").EventName<import("@vaadin/combo-box/src/vaadin-combo-box-light.js").ComboBoxLightValueChangedEvent>;
|
|
14
|
-
onInvalidChanged: import("@lit/react").EventName<import("@vaadin/combo-box/src/vaadin-combo-box-light.js").ComboBoxLightInvalidChangedEvent>;
|
|
15
|
-
onOpenedChanged: import("@lit/react").EventName<import("@vaadin/combo-box/src/vaadin-combo-box-light.js").ComboBoxLightOpenedChangedEvent>;
|
|
16
|
-
onFilterChanged: import("@lit/react").EventName<import("@vaadin/combo-box/src/vaadin-combo-box-light.js").ComboBoxLightFilterChangedEvent>;
|
|
17
|
-
}>>>, "renderer">> & Readonly<{
|
|
18
|
-
renderer?: ComponentType<Readonly<{
|
|
19
|
-
item: TItem;
|
|
20
|
-
model: import("@vaadin/combo-box").ComboBoxItemModel<TItem>;
|
|
21
|
-
original: import("@vaadin/combo-box/src/vaadin-combo-box.js").ComboBox<TItem>;
|
|
22
|
-
}>> | null | undefined;
|
|
23
|
-
}> & RefAttributes<ComboBoxLightElement<TItem>>) => ReactElement | null;
|
|
8
|
+
declare const ForwardedComboBoxLight: <TItem = any>(props: ComboBoxLightProps<TItem> & RefAttributes<ComboBoxLightElement<TItem>>) => ReactElement | null;
|
|
24
9
|
export { ForwardedComboBoxLight as ComboBoxLight };
|
|
25
10
|
//# sourceMappingURL=ComboBoxLight.d.ts.map
|
package/ComboBoxLight.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComboBoxLight.d.ts","sourceRoot":"","sources":["src/ComboBoxLight.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAc,KAAK,YAAY,EAAE,KAAK,aAAa,EAAqB,MAAM,OAAO,CAAC;AACjH,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,IAAI,mBAAmB,EAC/C,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAG1E,cAAc,8BAA8B,CAAC;AAE7C,MAAM,MAAM,kBAAkB,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC,GAC3F,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAgBL,QAAA,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"ComboBoxLight.d.ts","sourceRoot":"","sources":["src/ComboBoxLight.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAc,KAAK,YAAY,EAAE,KAAK,aAAa,EAAqB,MAAM,OAAO,CAAC;AACjH,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,IAAI,mBAAmB,EAC/C,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAG1E,cAAc,8BAA8B,CAAC;AAE7C,MAAM,MAAM,kBAAkB,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC,GAC3F,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAgBL,QAAA,MAAM,sBAAsB,uBACnB,mBAAmB,KAAK,CAAC,GAAG,cAAc,qBAAqB,KAAK,CAAC,CAAC,KAC1E,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,sBAAsB,IAAI,aAAa,EAAE,CAAC"}
|
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" | "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" | "
|
|
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" | "onPointerLeave" | "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/Grid.d.ts
CHANGED
|
@@ -5,26 +5,6 @@ export * from './generated/Grid.js';
|
|
|
5
5
|
export type GridProps<TItem> = Partial<Omit<_GridProps<TItem>, 'rowDetailsRenderer'>> & Readonly<{
|
|
6
6
|
rowDetailsRenderer?: ComponentType<GridRowDetailsReactRendererProps<TItem>> | null;
|
|
7
7
|
}>;
|
|
8
|
-
declare const ForwardedGrid: <TItem = any>(props:
|
|
9
|
-
onActiveItemChanged: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridActiveItemChangedEvent<TItem>>;
|
|
10
|
-
onCellActivate: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridCellActivateEvent<TItem>>;
|
|
11
|
-
onColumnResize: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridColumnResizeEvent<TItem>>;
|
|
12
|
-
onExpandedItemsChanged: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridExpandedItemsChangedEvent<TItem>>;
|
|
13
|
-
onLoadingChanged: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridLoadingChangedEvent>;
|
|
14
|
-
onSelectedItemsChanged: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridSelectedItemsChangedEvent<TItem>>;
|
|
15
|
-
onCellFocus: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridCellFocusEvent<TItem>>;
|
|
16
|
-
onColumnReorder: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridColumnReorderEvent<TItem>>;
|
|
17
|
-
onGridDragend: import("@lit/react").EventName<Event>;
|
|
18
|
-
onGridDragstart: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridDragStartEvent<TItem>>;
|
|
19
|
-
onGridDrop: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridDropEvent<TItem>>;
|
|
20
|
-
onSizeChanged: import("@lit/react").EventName<CustomEvent<unknown>>;
|
|
21
|
-
onDataProviderChanged: import("@lit/react").EventName<CustomEvent<unknown>>;
|
|
22
|
-
}>>>, "rowDetailsRenderer">> & Readonly<{
|
|
23
|
-
rowDetailsRenderer?: ComponentType<Readonly<{
|
|
24
|
-
item: TItem;
|
|
25
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
26
|
-
original: GridElement<TItem>;
|
|
27
|
-
}>> | null | undefined;
|
|
28
|
-
}> & RefAttributes<GridElement<TItem>>) => ReactElement | null;
|
|
8
|
+
declare const ForwardedGrid: <TItem = any>(props: GridProps<TItem> & RefAttributes<GridElement<TItem>>) => ReactElement | null;
|
|
29
9
|
export { ForwardedGrid as Grid };
|
|
30
10
|
//# sourceMappingURL=Grid.d.ts.map
|
package/Grid.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["src/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAiC,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AACjH,OAAO,EAGL,KAAK,WAAW,EAChB,KAAK,SAAS,IAAI,UAAU,EAC7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,qBAAqB,CAAC;AAG5E,cAAc,qBAAqB,CAAC;AAEpC,MAAM,MAAM,SAAS,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,oBAAoB,CAAC,CAAC,GACnF,QAAQ,CAAC;IACP,kBAAkB,CAAC,EAAE,aAAa,CAAC,gCAAgC,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpF,CAAC,CAAC;AAgBL,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["src/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAiC,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AACjH,OAAO,EAGL,KAAK,WAAW,EAChB,KAAK,SAAS,IAAI,UAAU,EAC7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,qBAAqB,CAAC;AAG5E,cAAc,qBAAqB,CAAC;AAEpC,MAAM,MAAM,SAAS,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,oBAAoB,CAAC,CAAC,GACnF,QAAQ,CAAC;IACP,kBAAkB,CAAC,EAAE,aAAa,CAAC,gCAAgC,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpF,CAAC,CAAC;AAgBL,QAAA,MAAM,aAAa,uBACV,UAAU,KAAK,CAAC,GAAG,cAAc,YAAY,KAAK,CAAC,CAAC,KACxD,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,aAAa,IAAI,IAAI,EAAE,CAAC"}
|
package/GridColumn.d.ts
CHANGED
|
@@ -17,33 +17,6 @@ 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:
|
|
21
|
-
autofocus?: boolean | undefined;
|
|
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
|
-
children?: ComponentType<Readonly<{
|
|
24
|
-
item: TItem;
|
|
25
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
26
|
-
original: GridColumnElement<TItem>;
|
|
27
|
-
}>> | null | undefined;
|
|
28
|
-
footer?: ReactNode;
|
|
29
|
-
/**
|
|
30
|
-
* @deprecated Use `footer` instead.
|
|
31
|
-
*/
|
|
32
|
-
footerRenderer?: ComponentType<Readonly<{
|
|
33
|
-
original: GridColumnElement<TItem>;
|
|
34
|
-
}>> | null | undefined;
|
|
35
|
-
header?: ReactNode;
|
|
36
|
-
/**
|
|
37
|
-
* @deprecated Use `header` instead.
|
|
38
|
-
*/
|
|
39
|
-
headerRenderer?: ComponentType<Readonly<{
|
|
40
|
-
original: GridColumnElement<TItem>;
|
|
41
|
-
}>> | null | undefined;
|
|
42
|
-
renderer?: ComponentType<Readonly<{
|
|
43
|
-
item: TItem;
|
|
44
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
45
|
-
original: GridColumnElement<TItem>;
|
|
46
|
-
}>> | null | undefined;
|
|
47
|
-
}> & RefAttributes<GridColumnElement<TItem>>) => ReactElement | null;
|
|
20
|
+
declare const ForwardedGridColumn: <TItem = any>(props: GridColumnProps<TItem> & RefAttributes<GridColumnElement<TItem>>) => ReactElement | null;
|
|
48
21
|
export { ForwardedGridColumn as GridColumn };
|
|
49
22
|
//# sourceMappingURL=GridColumn.d.ts.map
|
package/GridColumn.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridColumn.d.ts","sourceRoot":"","sources":["src/GridColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,iBAAiB,EACtB,KAAK,eAAe,IAAI,gBAAgB,EACzC,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAIlG,cAAc,2BAA2B,CAAC;AAG1C,MAAM,MAAM,+BAA+B,CAAC,KAAK,IAAI,IAAI,CACvD,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,EAC9C,QAAQ,GAAG,IAAI,GAAG,WAAW,GAAG,yBAAyB,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,CAC1F,CAAC;AAEF,MAAM,MAAM,eAAe,CAAC,KAAK,IAAI,OAAO,CAC1C,IAAI,CACF,gBAAgB,CAAC,KAAK,CAAC,EACrB,UAAU,GACV,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC/C,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACnE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AA+BL,QAAA,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"GridColumn.d.ts","sourceRoot":"","sources":["src/GridColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,iBAAiB,EACtB,KAAK,eAAe,IAAI,gBAAgB,EACzC,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAIlG,cAAc,2BAA2B,CAAC;AAG1C,MAAM,MAAM,+BAA+B,CAAC,KAAK,IAAI,IAAI,CACvD,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,EAC9C,QAAQ,GAAG,IAAI,GAAG,WAAW,GAAG,yBAAyB,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,CAC1F,CAAC;AAEF,MAAM,MAAM,eAAe,CAAC,KAAK,IAAI,OAAO,CAC1C,IAAI,CACF,gBAAgB,CAAC,KAAK,CAAC,EACrB,UAAU,GACV,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC/C,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACnE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AA+BL,QAAA,MAAM,mBAAmB,uBAChB,gBAAgB,KAAK,CAAC,GAAG,cAAc,kBAAkB,KAAK,CAAC,CAAC,KACpE,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,mBAAmB,IAAI,UAAU,EAAE,CAAC"}
|
package/GridFilterColumn.d.ts
CHANGED
|
@@ -12,26 +12,6 @@ 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:
|
|
16
|
-
autofocus?: boolean | undefined;
|
|
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
|
-
children?: ComponentType<Readonly<{
|
|
19
|
-
item: TItem;
|
|
20
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
21
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
22
|
-
}>> | null | undefined;
|
|
23
|
-
footer?: ReactNode;
|
|
24
|
-
/**
|
|
25
|
-
* @deprecated Use `footer` instead.
|
|
26
|
-
*/
|
|
27
|
-
footerRenderer?: ComponentType<Readonly<{
|
|
28
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
29
|
-
}>> | null | undefined;
|
|
30
|
-
renderer?: ComponentType<Readonly<{
|
|
31
|
-
item: TItem;
|
|
32
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
33
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
34
|
-
}>> | null | undefined;
|
|
35
|
-
}> & RefAttributes<GridFilterColumnElement<TItem>>) => ReactElement | null;
|
|
15
|
+
declare const ForwardedGridFilterColumn: <TItem = any>(props: GridFilterColumnProps<TItem> & RefAttributes<GridFilterColumnElement<TItem>>) => ReactElement | null;
|
|
36
16
|
export { ForwardedGridFilterColumn as GridFilterColumn };
|
|
37
17
|
//# sourceMappingURL=GridFilterColumn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridFilterColumn.d.ts","sourceRoot":"","sources":["src/GridFilterColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,IAAI,sBAAsB,EACrD,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAGlG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,iCAAiC,CAAC;AAMhD,MAAM,MAAM,qBAAqB,CAAC,KAAK,IAAI,OAAO,CAChD,IAAI,CACF,sBAAsB,CAAC,KAAK,CAAC,EAC7B,UAAU,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,UAAU,GAAG,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC7G,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACnE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAqBL,QAAA,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"GridFilterColumn.d.ts","sourceRoot":"","sources":["src/GridFilterColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,IAAI,sBAAsB,EACrD,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAGlG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,iCAAiC,CAAC;AAMhD,MAAM,MAAM,qBAAqB,CAAC,KAAK,IAAI,OAAO,CAChD,IAAI,CACF,sBAAsB,CAAC,KAAK,CAAC,EAC7B,UAAU,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,UAAU,GAAG,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC7G,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACnE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAqBL,QAAA,MAAM,yBAAyB,uBACtB,sBAAsB,KAAK,CAAC,GAAG,cAAc,wBAAwB,KAAK,CAAC,CAAC,KAChF,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,yBAAyB,IAAI,gBAAgB,EAAE,CAAC"}
|
package/GridPro.d.ts
CHANGED
|
@@ -15,30 +15,6 @@ export * from './generated/GridPro.js';
|
|
|
15
15
|
export type GridProProps<TItem> = Partial<Omit<_GridProProps<TItem>, 'rowDetailsRenderer'>> & Readonly<{
|
|
16
16
|
rowDetailsRenderer?: GridProps<TItem>['rowDetailsRenderer'];
|
|
17
17
|
}>;
|
|
18
|
-
declare const ForwardedGridPro: <TItem = any>(props:
|
|
19
|
-
onActiveItemChanged: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridActiveItemChangedEvent<TItem>>;
|
|
20
|
-
onCellActivate: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridCellActivateEvent<TItem>>;
|
|
21
|
-
onColumnResize: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridColumnResizeEvent<TItem>>;
|
|
22
|
-
onExpandedItemsChanged: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridExpandedItemsChangedEvent<TItem>>;
|
|
23
|
-
onLoadingChanged: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridLoadingChangedEvent>;
|
|
24
|
-
onSelectedItemsChanged: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridSelectedItemsChangedEvent<TItem>>;
|
|
25
|
-
onCellFocus: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridCellFocusEvent<TItem>>;
|
|
26
|
-
onColumnReorder: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridColumnReorderEvent<TItem>>;
|
|
27
|
-
onGridDragend: import("@lit/react").EventName<Event>;
|
|
28
|
-
onGridDragstart: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridDragStartEvent<TItem>>;
|
|
29
|
-
onGridDrop: import("@lit/react").EventName<import("@vaadin/grid/src/vaadin-grid-mixin.js").GridDropEvent<TItem>>;
|
|
30
|
-
onCellEditStarted: import("@lit/react").EventName<import("@vaadin/grid-pro/src/vaadin-grid-pro.js").GridProCellEditStartedEvent<TItem>>;
|
|
31
|
-
onItemPropertyChanged: import("@lit/react").EventName<import("@vaadin/grid-pro/src/vaadin-grid-pro.js").GridProItemPropertyChangedEvent<TItem>>;
|
|
32
|
-
onSizeChanged: import("@lit/react").EventName<CustomEvent<unknown>>;
|
|
33
|
-
onDataProviderChanged: import("@lit/react").EventName<CustomEvent<unknown>>;
|
|
34
|
-
onEnterNextRowChanged: import("@lit/react").EventName<CustomEvent<unknown>>;
|
|
35
|
-
onSingleCellEditChanged: import("@lit/react").EventName<CustomEvent<unknown>>;
|
|
36
|
-
}>>>, "rowDetailsRenderer">> & Readonly<{
|
|
37
|
-
rowDetailsRenderer?: import("react").ComponentType<Readonly<{
|
|
38
|
-
item: TItem;
|
|
39
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
40
|
-
original: import("@vaadin/grid/src/vaadin-grid.js").Grid<TItem>;
|
|
41
|
-
}>> | null | undefined;
|
|
42
|
-
}> & RefAttributes<GridProElement<TItem>>) => ReactElement | null;
|
|
18
|
+
declare const ForwardedGridPro: <TItem = any>(props: GridProProps<TItem> & RefAttributes<GridProElement<TItem>>) => ReactElement | null;
|
|
43
19
|
export { ForwardedGridPro as GridPro };
|
|
44
20
|
//# sourceMappingURL=GridPro.d.ts.map
|
package/GridPro.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridPro.d.ts","sourceRoot":"","sources":["src/GridPro.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,EAAiC,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7F,OAAO,KAAK,EAAmB,SAAS,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAuB,KAAK,cAAc,EAAE,KAAK,YAAY,IAAI,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGtH,cAAc,wBAAwB,CAAC;AAEvC,MAAM,MAAM,YAAY,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,oBAAoB,CAAC,CAAC,GACzF,QAAQ,CAAC;IACP,kBAAkB,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC,oBAAoB,CAAC,CAAC;CAC7D,CAAC,CAAC;AAgBL,QAAA,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"GridPro.d.ts","sourceRoot":"","sources":["src/GridPro.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,EAAiC,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7F,OAAO,KAAK,EAAmB,SAAS,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAuB,KAAK,cAAc,EAAE,KAAK,YAAY,IAAI,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGtH,cAAc,wBAAwB,CAAC;AAEvC,MAAM,MAAM,YAAY,CAAC,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,oBAAoB,CAAC,CAAC,GACzF,QAAQ,CAAC;IACP,kBAAkB,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC,oBAAoB,CAAC,CAAC;CAC7D,CAAC,CAAC;AAgBL,QAAA,MAAM,gBAAgB,uBACb,aAAa,KAAK,CAAC,GAAG,cAAc,eAAe,KAAK,CAAC,CAAC,KAC9D,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,CAAC"}
|
package/GridProEditColumn.d.ts
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright (c) 2000 - 2024 Vaadin Ltd.
|
|
4
|
-
*
|
|
5
|
-
* This program is available under Vaadin Commercial License and Service Terms.
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* See https://vaadin.com/commercial-license-and-service-terms for the full
|
|
9
|
-
* license.
|
|
10
|
-
*/
|
|
11
|
-
import React from 'react';
|
|
12
1
|
import { type ReactElement, type ReactNode, type RefAttributes } from 'react';
|
|
13
|
-
import type {
|
|
2
|
+
import type { GridColumnProps } from './GridColumn.js';
|
|
14
3
|
import { type GridProEditColumnElement, type GridProEditColumnProps as _GridProEditColumnProps } from './generated/GridProEditColumn.js';
|
|
15
4
|
import type { OmittedGridColumnHTMLAttributes } from './GridColumn.js';
|
|
16
5
|
export * from './generated/GridProEditColumn.js';
|
|
@@ -31,40 +20,6 @@ export type GridProEditColumnProps<TItem> = Partial<Omit<_GridProEditColumnProps
|
|
|
31
20
|
headerRenderer?: GridColumnHeaderFooterRenderer<TItem>;
|
|
32
21
|
renderer?: GridColumnRenderer<TItem>;
|
|
33
22
|
}>;
|
|
34
|
-
declare const ForwardedGridProEditColumn: <TItem = any>(props:
|
|
35
|
-
readonly onEditorTypeChanged?: ((e: CustomEvent<unknown>) => void) | undefined;
|
|
36
|
-
} & Partial<Omit<GridProEditColumnElement<TItem>, keyof HTMLElement>> & {
|
|
37
|
-
autofocus?: boolean | undefined;
|
|
38
|
-
}>, "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" | "editModeRenderer">> & Readonly<{
|
|
39
|
-
children?: React.ComponentType<Readonly<{
|
|
40
|
-
item: TItem;
|
|
41
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
42
|
-
original: GridColumnElement<TItem>;
|
|
43
|
-
}>> | null | undefined;
|
|
44
|
-
editModeRenderer?: React.ComponentType<Readonly<{
|
|
45
|
-
item: TItem;
|
|
46
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
47
|
-
original: GridColumnElement<TItem>;
|
|
48
|
-
}>> | null | undefined;
|
|
49
|
-
footer?: ReactNode;
|
|
50
|
-
/**
|
|
51
|
-
* @deprecated Use `footer` instead.
|
|
52
|
-
*/
|
|
53
|
-
footerRenderer?: React.ComponentType<Readonly<{
|
|
54
|
-
original: GridColumnElement<TItem>;
|
|
55
|
-
}>> | null | undefined;
|
|
56
|
-
header?: ReactNode;
|
|
57
|
-
/**
|
|
58
|
-
* @deprecated Use `header` instead.
|
|
59
|
-
*/
|
|
60
|
-
headerRenderer?: React.ComponentType<Readonly<{
|
|
61
|
-
original: GridColumnElement<TItem>;
|
|
62
|
-
}>> | null | undefined;
|
|
63
|
-
renderer?: React.ComponentType<Readonly<{
|
|
64
|
-
item: TItem;
|
|
65
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
66
|
-
original: GridColumnElement<TItem>;
|
|
67
|
-
}>> | null | undefined;
|
|
68
|
-
}> & React.RefAttributes<GridProEditColumnElement<TItem>>) => ReactElement | null;
|
|
23
|
+
declare const ForwardedGridProEditColumn: <TItem = any>(props: GridProEditColumnProps<TItem> & RefAttributes<GridProEditColumnElement<TItem>>) => ReactElement | null;
|
|
69
24
|
export { ForwardedGridProEditColumn as GridProEditColumn };
|
|
70
25
|
//# sourceMappingURL=GridProEditColumn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridProEditColumn.d.ts","sourceRoot":"","sources":["src/GridProEditColumn.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GridProEditColumn.d.ts","sourceRoot":"","sources":["src/GridProEditColumn.tsx"],"names":[],"mappings":"AAWA,OAAO,EAGL,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EAEnB,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAqB,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAC1E,OAAO,EAEL,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,IAAI,uBAAuB,EACvD,MAAM,kCAAkC,CAAC;AAG1C,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,kCAAkC,CAAC;AAEjD,KAAK,kBAAkB,CAAC,KAAK,IAAI,eAAe,CAAC,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;AACpE,KAAK,8BAA8B,CAAC,KAAK,IAAI,eAAe,CAAC,KAAK,CAAC,CAAC,gBAAgB,CAAC,CAAC;AAEtF,MAAM,MAAM,sBAAsB,CAAC,KAAK,IAAI,OAAO,CACjD,IAAI,CACF,uBAAuB,CAAC,KAAK,CAAC,EAC5B,UAAU,GACV,kBAAkB,GAClB,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC/C,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,kBAAkB,CAAC,KAAK,CAAC,CAAC;IACrC,gBAAgB,CAAC,EAAE,kBAAkB,CAAC,KAAK,CAAC,CAAC;IAC7C,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,8BAA8B,CAAC,KAAK,CAAC,CAAC;IACvD,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,8BAA8B,CAAC,KAAK,CAAC,CAAC;IACvD,QAAQ,CAAC,EAAE,kBAAkB,CAAC,KAAK,CAAC,CAAC;CACtC,CAAC,CAAC;AAwGL,QAAA,MAAM,0BAA0B,uBACvB,uBAAuB,KAAK,CAAC,GAAG,cAAc,yBAAyB,KAAK,CAAC,CAAC,KAClF,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,0BAA0B,IAAI,iBAAiB,EAAE,CAAC"}
|
package/GridSelectionColumn.d.ts
CHANGED
|
@@ -17,35 +17,6 @@ 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:
|
|
21
|
-
readonly onSelectAllChanged?: ((e: import("@vaadin/grid/src/vaadin-grid-selection-column-mixin.js").GridSelectionColumnSelectAllChangedEvent) => void) | undefined;
|
|
22
|
-
} & Partial<Omit<GridSelectionColumnElement<TItem>, keyof HTMLElement>> & {
|
|
23
|
-
autofocus?: boolean | undefined;
|
|
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
|
-
children?: ComponentType<Readonly<{
|
|
26
|
-
item: TItem;
|
|
27
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
28
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
29
|
-
}>> | null | undefined;
|
|
30
|
-
footer?: ReactNode;
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated Use `footer` instead.
|
|
33
|
-
*/
|
|
34
|
-
footerRenderer?: ComponentType<Readonly<{
|
|
35
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
36
|
-
}>> | null | undefined;
|
|
37
|
-
header?: ReactNode;
|
|
38
|
-
/**
|
|
39
|
-
* @deprecated Use `header` instead.
|
|
40
|
-
*/
|
|
41
|
-
headerRenderer?: ComponentType<Readonly<{
|
|
42
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
43
|
-
}>> | null | undefined;
|
|
44
|
-
renderer?: ComponentType<Readonly<{
|
|
45
|
-
item: TItem;
|
|
46
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
47
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
48
|
-
}>> | null | undefined;
|
|
49
|
-
}> & RefAttributes<GridSelectionColumnElement<TItem>>) => ReactElement | null;
|
|
20
|
+
declare const ForwardedGridSelectionColumn: <TItem = any>(props: GridSelectionColumnProps<TItem> & RefAttributes<GridSelectionColumnElement<TItem>>) => ReactElement | null;
|
|
50
21
|
export { ForwardedGridSelectionColumn as GridSelectionColumn };
|
|
51
22
|
//# sourceMappingURL=GridSelectionColumn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridSelectionColumn.d.ts","sourceRoot":"","sources":["src/GridSelectionColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,IAAI,yBAAyB,EAC3D,MAAM,oCAAoC,CAAC;AAC5C,OAAO,KAAK,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAGlG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,oCAAoC,CAAC;AAEnD,MAAM,MAAM,wBAAwB,CAAC,KAAK,IAAI,OAAO,CACnD,IAAI,CACF,yBAAyB,CAAC,KAAK,CAAC,EAC9B,UAAU,GACV,gBAAgB,GAChB,gBAAgB,GAChB,UAAU,GACV,QAAQ,GACR,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC/C,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACnE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AA+BL,QAAA,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"GridSelectionColumn.d.ts","sourceRoot":"","sources":["src/GridSelectionColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,IAAI,yBAAyB,EAC3D,MAAM,oCAAoC,CAAC;AAC5C,OAAO,KAAK,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAGlG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,oCAAoC,CAAC;AAEnD,MAAM,MAAM,wBAAwB,CAAC,KAAK,IAAI,OAAO,CACnD,IAAI,CACF,yBAAyB,CAAC,KAAK,CAAC,EAC9B,UAAU,GACV,gBAAgB,GAChB,gBAAgB,GAChB,UAAU,GACV,QAAQ,GACR,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC/C,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACnE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AA+BL,QAAA,MAAM,4BAA4B,uBACzB,yBAAyB,KAAK,CAAC,GAAG,cAAc,2BAA2B,KAAK,CAAC,CAAC,KACtF,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,4BAA4B,IAAI,mBAAmB,EAAE,CAAC"}
|
package/GridSortColumn.d.ts
CHANGED
|
@@ -12,28 +12,6 @@ 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:
|
|
16
|
-
readonly onDirectionChanged?: ((e: import("@vaadin/grid/src/vaadin-grid-sort-column-mixin.js").GridSortColumnDirectionChangedEvent) => void) | undefined;
|
|
17
|
-
} & Partial<Omit<GridSortColumnElement<TItem>, keyof HTMLElement>> & {
|
|
18
|
-
autofocus?: boolean | undefined;
|
|
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
|
-
children?: ComponentType<Readonly<{
|
|
21
|
-
item: TItem;
|
|
22
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
23
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
24
|
-
}>> | null | undefined;
|
|
25
|
-
footer?: ReactNode;
|
|
26
|
-
/**
|
|
27
|
-
* @deprecated Use `footer` instead.
|
|
28
|
-
*/
|
|
29
|
-
footerRenderer?: ComponentType<Readonly<{
|
|
30
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
31
|
-
}>> | null | undefined;
|
|
32
|
-
renderer?: ComponentType<Readonly<{
|
|
33
|
-
item: TItem;
|
|
34
|
-
model: import("@vaadin/grid/src/vaadin-grid-mixin.js").GridItemModel<TItem>;
|
|
35
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
36
|
-
}>> | null | undefined;
|
|
37
|
-
}> & RefAttributes<GridSortColumnElement<TItem>>) => ReactElement | null;
|
|
15
|
+
declare const ForwardedGridSortColumn: <TItem = any>(props: GridSortColumnProps<TItem> & RefAttributes<GridSortColumnElement<TItem>>) => ReactElement | null;
|
|
38
16
|
export { ForwardedGridSortColumn as GridSortColumn };
|
|
39
17
|
//# sourceMappingURL=GridSortColumn.d.ts.map
|
package/GridSortColumn.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridSortColumn.d.ts","sourceRoot":"","sources":["src/GridSortColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,IAAI,oBAAoB,EACjD,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAGlG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,+BAA+B,CAAC;AAK9C,MAAM,MAAM,mBAAmB,CAAC,KAAK,IAAI,OAAO,CAC9C,IAAI,CACF,oBAAoB,CAAC,KAAK,CAAC,EAC3B,UAAU,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,UAAU,GAAG,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC7G,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACnE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAqBL,QAAA,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"GridSortColumn.d.ts","sourceRoot":"","sources":["src/GridSortColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EAEL,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,IAAI,oBAAoB,EACjD,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAGlG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,+BAA+B,CAAC;AAK9C,MAAM,MAAM,mBAAmB,CAAC,KAAK,IAAI,OAAO,CAC9C,IAAI,CACF,oBAAoB,CAAC,KAAK,CAAC,EAC3B,UAAU,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,UAAU,GAAG,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC7G,CACF,GACC,QAAQ,CAAC;IACP,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACnE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,QAAQ,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAqBL,QAAA,MAAM,uBAAuB,uBACpB,oBAAoB,KAAK,CAAC,GAAG,cAAc,sBAAsB,KAAK,CAAC,CAAC,KAC5E,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,uBAAuB,IAAI,cAAc,EAAE,CAAC"}
|
package/GridTreeColumn.d.ts
CHANGED
|
@@ -15,23 +15,6 @@ 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:
|
|
19
|
-
autofocus?: boolean | undefined;
|
|
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
|
-
footer?: ReactNode;
|
|
22
|
-
/**
|
|
23
|
-
* @deprecated Use `footer` instead.
|
|
24
|
-
*/
|
|
25
|
-
footerRenderer?: ComponentType<Readonly<{
|
|
26
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
27
|
-
}>> | null | undefined;
|
|
28
|
-
header?: ReactNode;
|
|
29
|
-
/**
|
|
30
|
-
* @deprecated Use `header` instead.
|
|
31
|
-
*/
|
|
32
|
-
headerRenderer?: ComponentType<Readonly<{
|
|
33
|
-
original: import("@vaadin/grid/src/vaadin-grid-column.js").GridColumn<TItem>;
|
|
34
|
-
}>> | null | undefined;
|
|
35
|
-
}> & RefAttributes<GridTreeColumnElement<TItem>>) => ReactElement | null;
|
|
18
|
+
declare const ForwardedGridTreeColumn: <TItem = any>(props: GridTreeColumnProps<TItem> & RefAttributes<GridTreeColumnElement<TItem>>) => ReactElement | null;
|
|
36
19
|
export { ForwardedGridTreeColumn as GridTreeColumn };
|
|
37
20
|
//# sourceMappingURL=GridTreeColumn.d.ts.map
|
package/GridTreeColumn.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridTreeColumn.d.ts","sourceRoot":"","sources":["src/GridTreeColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EACL,qBAAqB,EAErB,KAAK,mBAAmB,IAAI,oBAAoB,EACjD,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAEtE,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,+BAA+B,CAAC;AAE9C,MAAM,MAAM,mBAAmB,CAAC,KAAK,IAAI,OAAO,CAC9C,IAAI,CACF,oBAAoB,CAAC,KAAK,CAAC,EACzB,UAAU,GACV,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC/C,CACF,GACC,QAAQ,CAAC;IACP,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CAC1E,CAAC,CAAC;AAqBL,QAAA,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"GridTreeColumn.d.ts","sourceRoot":"","sources":["src/GridTreeColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,aAAa,EAGlB,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,OAAO,CAAC;AAEf,OAAO,EACL,qBAAqB,EAErB,KAAK,mBAAmB,IAAI,oBAAoB,EACjD,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AAEtE,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,iBAAiB,CAAC;AAEvE,cAAc,+BAA+B,CAAC;AAE9C,MAAM,MAAM,mBAAmB,CAAC,KAAK,IAAI,OAAO,CAC9C,IAAI,CACF,oBAAoB,CAAC,KAAK,CAAC,EACzB,UAAU,GACV,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,MAAM,+BAA+B,CAAC,KAAK,CAAC,CAC/C,CACF,GACC,QAAQ,CAAC;IACP,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;IACzE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;CAC1E,CAAC,CAAC;AAqBL,QAAA,MAAM,uBAAuB,uBACpB,oBAAoB,KAAK,CAAC,GAAG,cAAc,sBAAsB,KAAK,CAAC,CAAC,KAC5E,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,uBAAuB,IAAI,cAAc,EAAE,CAAC"}
|
package/MultiSelectComboBox.d.ts
CHANGED
|
@@ -5,20 +5,6 @@ export * from './generated/MultiSelectComboBox.js';
|
|
|
5
5
|
export type MultiSelectComboBoxProps<TItem> = Partial<Omit<_MultiSelectComboBoxProps<TItem>, 'renderer'>> & Readonly<{
|
|
6
6
|
renderer?: ComponentType<MultiSelectComboBoxReactRendererProps<TItem>> | null;
|
|
7
7
|
}>;
|
|
8
|
-
declare const ForwardedMultiSelectComboBox: <TItem = any>(props:
|
|
9
|
-
onValidated: import("@lit/react").EventName<import("@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js").MultiSelectComboBoxValidatedEvent>;
|
|
10
|
-
onChange: import("@lit/react").EventName<import("@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js").MultiSelectComboBoxChangeEvent<TItem>>;
|
|
11
|
-
onInput: import("@lit/react").EventName<Event>;
|
|
12
|
-
onSelectedItemsChanged: import("@lit/react").EventName<import("@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js").MultiSelectComboBoxSelectedItemsChangedEvent<TItem>>;
|
|
13
|
-
onOpenedChanged: import("@lit/react").EventName<import("@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js").MultiSelectComboBoxOpenedChangedEvent>;
|
|
14
|
-
onFilterChanged: import("@lit/react").EventName<import("@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js").MultiSelectComboBoxFilterChangedEvent>;
|
|
15
|
-
onInvalidChanged: import("@lit/react").EventName<import("@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js").MultiSelectComboBoxInvalidChangedEvent>;
|
|
16
|
-
}>>>, "renderer">> & Readonly<{
|
|
17
|
-
renderer?: ComponentType<Readonly<{
|
|
18
|
-
item: TItem;
|
|
19
|
-
model: import("@vaadin/combo-box").ComboBoxItemModel<TItem>;
|
|
20
|
-
original: MultiSelectComboBoxElement<TItem>;
|
|
21
|
-
}>> | null | undefined;
|
|
22
|
-
}> & RefAttributes<MultiSelectComboBoxElement<TItem>>) => ReactElement | null;
|
|
8
|
+
declare const ForwardedMultiSelectComboBox: <TItem = any>(props: MultiSelectComboBoxProps<TItem> & RefAttributes<MultiSelectComboBoxElement<TItem>>) => ReactElement | null;
|
|
23
9
|
export { ForwardedMultiSelectComboBox as MultiSelectComboBox };
|
|
24
10
|
//# sourceMappingURL=MultiSelectComboBox.d.ts.map
|