@elliemae/ds-pagination 3.46.5 → 3.46.6
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { DSPaginationT } from '../../react-desc-prop-types.js';
|
|
3
3
|
import type { DSButtonV2T } from '@elliemae/ds-button-v2';
|
|
4
4
|
export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps) => {
|
|
5
|
-
btnRef: import("react").RefObject<HTMLButtonElement>;
|
|
5
|
+
btnRef: import("react").RefObject<HTMLButtonElement | null>;
|
|
6
6
|
btnWidth: number;
|
|
7
7
|
pageInfoWidth: number;
|
|
8
8
|
options: import("@elliemae/ds-dropdownmenu-v2").DSDropdownMenuT.ItemSingleOptions[];
|
|
@@ -10,7 +10,8 @@ export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps)
|
|
|
10
10
|
setIsOpened: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
11
11
|
detailWidth: number;
|
|
12
12
|
setDetailWidth: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
13
|
-
globalAttributes: Partial<Pick<DSButtonV2T.Props, "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "
|
|
13
|
+
globalAttributes: Partial<Pick<DSButtonV2T.Props, "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "rows" | "cols" | "className" | "wrap" | "list" | "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" | "children" | "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" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "value" | "width" | "wmode"> & Omit<{
|
|
14
|
+
default?: boolean | undefined;
|
|
14
15
|
cite?: string | undefined;
|
|
15
16
|
data?: string | undefined;
|
|
16
17
|
form?: string | undefined;
|
|
@@ -21,27 +22,14 @@ export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps)
|
|
|
21
22
|
summary?: string | undefined;
|
|
22
23
|
title?: string | undefined;
|
|
23
24
|
pattern?: string | undefined;
|
|
24
|
-
|
|
25
|
+
rows?: number | undefined;
|
|
26
|
+
cols?: number | undefined;
|
|
25
27
|
className?: string | undefined;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
id?: string | undefined;
|
|
29
|
-
lang?: string | undefined;
|
|
30
|
-
max?: string | number | undefined;
|
|
31
|
-
media?: string | undefined;
|
|
32
|
-
method?: string | undefined;
|
|
33
|
-
min?: string | number | undefined;
|
|
34
|
-
name?: string | undefined;
|
|
35
|
-
target?: string | undefined;
|
|
36
|
-
type?: string | undefined;
|
|
37
|
-
width?: string | number | undefined;
|
|
38
|
-
role?: import("react").AriaRole | undefined;
|
|
39
|
-
tabIndex?: 0 | -1 | undefined;
|
|
40
|
-
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
41
|
-
href?: string | undefined;
|
|
28
|
+
wrap?: string | undefined;
|
|
29
|
+
list?: string | undefined;
|
|
42
30
|
"aria-activedescendant"?: string | undefined;
|
|
43
31
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
44
|
-
"aria-autocomplete"?: "
|
|
32
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
45
33
|
"aria-braillelabel"?: string | undefined;
|
|
46
34
|
"aria-brailleroledescription"?: string | undefined;
|
|
47
35
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
@@ -51,7 +39,7 @@ export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps)
|
|
|
51
39
|
"aria-colindextext"?: string | undefined;
|
|
52
40
|
"aria-colspan"?: number | undefined;
|
|
53
41
|
"aria-controls"?: string | undefined;
|
|
54
|
-
"aria-current"?: boolean | "time" | "
|
|
42
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
55
43
|
"aria-describedby"?: string | undefined;
|
|
56
44
|
"aria-description"?: string | undefined;
|
|
57
45
|
"aria-details"?: string | undefined;
|
|
@@ -251,15 +239,22 @@ export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps)
|
|
|
251
239
|
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
252
240
|
onAnimationIteration?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
253
241
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
242
|
+
onToggle?: import("react").ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
243
|
+
onBeforeToggle?: import("react").ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
244
|
+
onTransitionCancel?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
245
|
+
onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
254
246
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
255
247
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
248
|
+
onTransitionRun?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
249
|
+
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
250
|
+
onTransitionStart?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
251
|
+
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
259
252
|
defaultChecked?: boolean | undefined;
|
|
260
253
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
261
254
|
suppressContentEditableWarning?: boolean | undefined;
|
|
255
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
262
256
|
accessKey?: string | undefined;
|
|
257
|
+
autoCapitalize?: (string & {}) | "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
263
258
|
autoFocus?: boolean | undefined;
|
|
264
259
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
265
260
|
contextMenu?: string | undefined;
|
|
@@ -267,10 +262,14 @@ export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps)
|
|
|
267
262
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
268
263
|
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
269
264
|
hidden?: boolean | undefined;
|
|
265
|
+
id?: string | undefined;
|
|
266
|
+
lang?: string | undefined;
|
|
270
267
|
nonce?: string | undefined;
|
|
271
268
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
269
|
+
tabIndex?: any;
|
|
272
270
|
translate?: "yes" | "no" | undefined;
|
|
273
271
|
radioGroup?: string | undefined;
|
|
272
|
+
role?: import("react").AriaRole | undefined;
|
|
274
273
|
about?: string | undefined;
|
|
275
274
|
content?: string | undefined;
|
|
276
275
|
datatype?: string | undefined;
|
|
@@ -282,9 +281,9 @@ export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps)
|
|
|
282
281
|
rev?: string | undefined;
|
|
283
282
|
typeof?: string | undefined;
|
|
284
283
|
vocab?: string | undefined;
|
|
285
|
-
autoCapitalize?: string | undefined;
|
|
286
284
|
autoCorrect?: string | undefined;
|
|
287
285
|
autoSave?: string | undefined;
|
|
286
|
+
color?: string | undefined;
|
|
288
287
|
itemProp?: string | undefined;
|
|
289
288
|
itemScope?: boolean | undefined;
|
|
290
289
|
itemType?: string | undefined;
|
|
@@ -292,91 +291,104 @@ export declare const usePaginator: (props: DSPaginationT.PaginatorInternalProps)
|
|
|
292
291
|
itemRef?: string | undefined;
|
|
293
292
|
results?: number | undefined;
|
|
294
293
|
security?: string | undefined;
|
|
295
|
-
unselectable?: "
|
|
294
|
+
unselectable?: "off" | "on" | undefined;
|
|
295
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
296
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
297
|
+
popoverTarget?: string | undefined;
|
|
298
|
+
inert?: boolean | undefined;
|
|
296
299
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
297
300
|
is?: string | undefined;
|
|
298
|
-
|
|
299
|
-
|
|
301
|
+
accept?: string | undefined;
|
|
302
|
+
acceptCharset?: string | undefined;
|
|
303
|
+
action?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
304
|
+
allowFullScreen?: boolean | undefined;
|
|
305
|
+
allowTransparency?: boolean | undefined;
|
|
300
306
|
alt?: string | undefined;
|
|
301
|
-
|
|
302
|
-
|
|
307
|
+
async?: boolean | undefined;
|
|
308
|
+
autoComplete?: string | undefined;
|
|
303
309
|
autoPlay?: boolean | undefined;
|
|
310
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
311
|
+
cellPadding?: string | number | undefined;
|
|
312
|
+
cellSpacing?: string | number | undefined;
|
|
313
|
+
charSet?: string | undefined;
|
|
314
|
+
challenge?: string | undefined;
|
|
315
|
+
checked?: boolean | undefined;
|
|
316
|
+
classID?: string | undefined;
|
|
317
|
+
colSpan?: number | undefined;
|
|
304
318
|
controls?: boolean | undefined;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
preload?: string | undefined;
|
|
310
|
-
src?: string | undefined;
|
|
319
|
+
coords?: string | undefined;
|
|
320
|
+
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
321
|
+
dateTime?: string | undefined;
|
|
322
|
+
defer?: boolean | undefined;
|
|
311
323
|
disabled?: boolean | undefined;
|
|
312
|
-
|
|
324
|
+
download?: any;
|
|
325
|
+
encType?: string | undefined;
|
|
326
|
+
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
313
327
|
formEncType?: string | undefined;
|
|
314
328
|
formMethod?: string | undefined;
|
|
315
329
|
formNoValidate?: boolean | undefined;
|
|
316
330
|
formTarget?: string | undefined;
|
|
317
|
-
value?: string | number | readonly string[] | undefined;
|
|
318
|
-
dateTime?: string | undefined;
|
|
319
|
-
open?: boolean | undefined;
|
|
320
|
-
acceptCharset?: string | undefined;
|
|
321
|
-
action?: string | undefined;
|
|
322
|
-
autoComplete?: string | undefined;
|
|
323
|
-
encType?: string | undefined;
|
|
324
|
-
noValidate?: boolean | undefined;
|
|
325
|
-
manifest?: string | undefined;
|
|
326
|
-
allowFullScreen?: boolean | undefined;
|
|
327
|
-
allowTransparency?: boolean | undefined;
|
|
328
331
|
frameBorder?: string | number | undefined;
|
|
332
|
+
headers?: string | undefined;
|
|
333
|
+
height?: string | number | undefined;
|
|
334
|
+
high?: number | undefined;
|
|
335
|
+
href?: string | undefined;
|
|
336
|
+
hrefLang?: string | undefined;
|
|
337
|
+
htmlFor?: string | undefined;
|
|
338
|
+
httpEquiv?: string | undefined;
|
|
339
|
+
integrity?: string | undefined;
|
|
340
|
+
keyParams?: string | undefined;
|
|
341
|
+
keyType?: string | undefined;
|
|
342
|
+
kind?: string | undefined;
|
|
343
|
+
loop?: boolean | undefined;
|
|
344
|
+
low?: number | undefined;
|
|
345
|
+
manifest?: string | undefined;
|
|
329
346
|
marginHeight?: number | undefined;
|
|
330
347
|
marginWidth?: number | undefined;
|
|
331
|
-
|
|
332
|
-
scrolling?: string | undefined;
|
|
333
|
-
seamless?: boolean | undefined;
|
|
334
|
-
srcDoc?: string | undefined;
|
|
335
|
-
sizes?: string | undefined;
|
|
336
|
-
srcSet?: string | undefined;
|
|
337
|
-
accept?: string | undefined;
|
|
338
|
-
capture?: boolean | "user" | "environment" | undefined;
|
|
339
|
-
checked?: boolean | undefined;
|
|
340
|
-
list?: string | undefined;
|
|
348
|
+
max?: string | number | undefined;
|
|
341
349
|
maxLength?: number | undefined;
|
|
350
|
+
media?: string | undefined;
|
|
351
|
+
mediaGroup?: string | undefined;
|
|
352
|
+
method?: string | undefined;
|
|
353
|
+
min?: string | number | undefined;
|
|
342
354
|
minLength?: number | undefined;
|
|
343
355
|
multiple?: boolean | undefined;
|
|
356
|
+
muted?: boolean | undefined;
|
|
357
|
+
name?: string | undefined;
|
|
358
|
+
noValidate?: boolean | undefined;
|
|
359
|
+
open?: boolean | undefined;
|
|
360
|
+
optimum?: number | undefined;
|
|
344
361
|
placeholder?: string | undefined;
|
|
362
|
+
playsInline?: boolean | undefined;
|
|
363
|
+
poster?: string | undefined;
|
|
364
|
+
preload?: string | undefined;
|
|
345
365
|
readOnly?: boolean | undefined;
|
|
346
366
|
required?: boolean | undefined;
|
|
347
|
-
size?: number | undefined;
|
|
348
|
-
step?: string | number | undefined;
|
|
349
|
-
challenge?: string | undefined;
|
|
350
|
-
keyType?: string | undefined;
|
|
351
|
-
keyParams?: string | undefined;
|
|
352
|
-
htmlFor?: string | undefined;
|
|
353
|
-
integrity?: string | undefined;
|
|
354
|
-
charSet?: string | undefined;
|
|
355
|
-
httpEquiv?: string | undefined;
|
|
356
|
-
high?: number | undefined;
|
|
357
|
-
low?: number | undefined;
|
|
358
|
-
optimum?: number | undefined;
|
|
359
367
|
reversed?: boolean | undefined;
|
|
360
|
-
start?: number | undefined;
|
|
361
|
-
selected?: boolean | undefined;
|
|
362
|
-
async?: boolean | undefined;
|
|
363
|
-
defer?: boolean | undefined;
|
|
364
|
-
scoped?: boolean | undefined;
|
|
365
|
-
cellPadding?: string | number | undefined;
|
|
366
|
-
cellSpacing?: string | number | undefined;
|
|
367
|
-
colSpan?: number | undefined;
|
|
368
|
-
headers?: string | undefined;
|
|
369
368
|
rowSpan?: number | undefined;
|
|
369
|
+
sandbox?: string | undefined;
|
|
370
370
|
scope?: string | undefined;
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
371
|
+
scoped?: boolean | undefined;
|
|
372
|
+
scrolling?: string | undefined;
|
|
373
|
+
seamless?: boolean | undefined;
|
|
374
|
+
selected?: boolean | undefined;
|
|
375
|
+
shape?: string | undefined;
|
|
376
|
+
size?: number | undefined;
|
|
377
|
+
sizes?: string | undefined;
|
|
378
|
+
src?: string | undefined;
|
|
379
|
+
srcDoc?: string | undefined;
|
|
376
380
|
srcLang?: string | undefined;
|
|
377
|
-
|
|
381
|
+
srcSet?: string | undefined;
|
|
382
|
+
start?: number | undefined;
|
|
383
|
+
step?: string | number | undefined;
|
|
384
|
+
target?: string | undefined;
|
|
385
|
+
type?: string | undefined;
|
|
386
|
+
useMap?: string | undefined;
|
|
387
|
+
value?: string | number | readonly string[] | undefined;
|
|
388
|
+
width?: string | number | undefined;
|
|
389
|
+
wmode?: string | undefined;
|
|
378
390
|
}, keyof DSButtonV2T.Props>>;
|
|
379
391
|
xstyledAttributes: import("@elliemae/ds-props-helpers").XstyledProps;
|
|
380
|
-
actionRef: import("react").
|
|
392
|
+
actionRef: import("react").RefObject<Record<string, (dsId: string) => void>>;
|
|
381
393
|
onKeyDown: import("react").KeyboardEventHandler<Element>;
|
|
382
394
|
};
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
import type { DSPaginationT } from '../../react-desc-prop-types.js';
|
|
3
3
|
import type { DSButtonV2T } from '@elliemae/ds-button-v2';
|
|
4
4
|
export declare const usePerPageSelector: (props: DSPaginationT.PerPageSelectorInternalProps) => {
|
|
5
|
-
actionRef: import("react").
|
|
6
|
-
btnRef: import("react").RefObject<HTMLButtonElement>;
|
|
5
|
+
actionRef: import("react").RefObject<Record<string, (dsId: string) => void>>;
|
|
6
|
+
btnRef: import("react").RefObject<HTMLButtonElement | null>;
|
|
7
7
|
width: number;
|
|
8
8
|
isOpened: boolean;
|
|
9
9
|
setIsOpened: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
10
10
|
options: import("@elliemae/ds-dropdownmenu-v2").DSDropdownMenuT.ItemSingleOptions[];
|
|
11
|
-
globalAttributes: Partial<Pick<DSButtonV2T.Props, "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "
|
|
11
|
+
globalAttributes: Partial<Pick<DSButtonV2T.Props, "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "rows" | "cols" | "className" | "wrap" | "list" | "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" | "children" | "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" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "value" | "width" | "wmode"> & Omit<{
|
|
12
|
+
default?: boolean | undefined;
|
|
12
13
|
cite?: string | undefined;
|
|
13
14
|
data?: string | undefined;
|
|
14
15
|
form?: string | undefined;
|
|
@@ -19,27 +20,14 @@ export declare const usePerPageSelector: (props: DSPaginationT.PerPageSelectorIn
|
|
|
19
20
|
summary?: string | undefined;
|
|
20
21
|
title?: string | undefined;
|
|
21
22
|
pattern?: string | undefined;
|
|
22
|
-
|
|
23
|
+
rows?: number | undefined;
|
|
24
|
+
cols?: number | undefined;
|
|
23
25
|
className?: string | undefined;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
id?: string | undefined;
|
|
27
|
-
lang?: string | undefined;
|
|
28
|
-
max?: string | number | undefined;
|
|
29
|
-
media?: string | undefined;
|
|
30
|
-
method?: string | undefined;
|
|
31
|
-
min?: string | number | undefined;
|
|
32
|
-
name?: string | undefined;
|
|
33
|
-
target?: string | undefined;
|
|
34
|
-
type?: string | undefined;
|
|
35
|
-
width?: string | number | undefined;
|
|
36
|
-
role?: import("react").AriaRole | undefined;
|
|
37
|
-
tabIndex?: 0 | -1 | undefined;
|
|
38
|
-
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
39
|
-
href?: string | undefined;
|
|
26
|
+
wrap?: string | undefined;
|
|
27
|
+
list?: string | undefined;
|
|
40
28
|
"aria-activedescendant"?: string | undefined;
|
|
41
29
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
42
|
-
"aria-autocomplete"?: "
|
|
30
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
43
31
|
"aria-braillelabel"?: string | undefined;
|
|
44
32
|
"aria-brailleroledescription"?: string | undefined;
|
|
45
33
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
@@ -49,7 +37,7 @@ export declare const usePerPageSelector: (props: DSPaginationT.PerPageSelectorIn
|
|
|
49
37
|
"aria-colindextext"?: string | undefined;
|
|
50
38
|
"aria-colspan"?: number | undefined;
|
|
51
39
|
"aria-controls"?: string | undefined;
|
|
52
|
-
"aria-current"?: boolean | "time" | "
|
|
40
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date" | undefined;
|
|
53
41
|
"aria-describedby"?: string | undefined;
|
|
54
42
|
"aria-description"?: string | undefined;
|
|
55
43
|
"aria-details"?: string | undefined;
|
|
@@ -249,15 +237,22 @@ export declare const usePerPageSelector: (props: DSPaginationT.PerPageSelectorIn
|
|
|
249
237
|
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
250
238
|
onAnimationIteration?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
251
239
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
240
|
+
onToggle?: import("react").ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
241
|
+
onBeforeToggle?: import("react").ToggleEventHandler<HTMLButtonElement> | undefined;
|
|
242
|
+
onTransitionCancel?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
243
|
+
onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
252
244
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
253
245
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
246
|
+
onTransitionRun?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
247
|
+
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
248
|
+
onTransitionStart?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
249
|
+
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
257
250
|
defaultChecked?: boolean | undefined;
|
|
258
251
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
259
252
|
suppressContentEditableWarning?: boolean | undefined;
|
|
253
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
260
254
|
accessKey?: string | undefined;
|
|
255
|
+
autoCapitalize?: (string & {}) | "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
261
256
|
autoFocus?: boolean | undefined;
|
|
262
257
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
263
258
|
contextMenu?: string | undefined;
|
|
@@ -265,10 +260,14 @@ export declare const usePerPageSelector: (props: DSPaginationT.PerPageSelectorIn
|
|
|
265
260
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
266
261
|
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
267
262
|
hidden?: boolean | undefined;
|
|
263
|
+
id?: string | undefined;
|
|
264
|
+
lang?: string | undefined;
|
|
268
265
|
nonce?: string | undefined;
|
|
269
266
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
267
|
+
tabIndex?: any;
|
|
270
268
|
translate?: "yes" | "no" | undefined;
|
|
271
269
|
radioGroup?: string | undefined;
|
|
270
|
+
role?: import("react").AriaRole | undefined;
|
|
272
271
|
about?: string | undefined;
|
|
273
272
|
content?: string | undefined;
|
|
274
273
|
datatype?: string | undefined;
|
|
@@ -280,9 +279,9 @@ export declare const usePerPageSelector: (props: DSPaginationT.PerPageSelectorIn
|
|
|
280
279
|
rev?: string | undefined;
|
|
281
280
|
typeof?: string | undefined;
|
|
282
281
|
vocab?: string | undefined;
|
|
283
|
-
autoCapitalize?: string | undefined;
|
|
284
282
|
autoCorrect?: string | undefined;
|
|
285
283
|
autoSave?: string | undefined;
|
|
284
|
+
color?: string | undefined;
|
|
286
285
|
itemProp?: string | undefined;
|
|
287
286
|
itemScope?: boolean | undefined;
|
|
288
287
|
itemType?: string | undefined;
|
|
@@ -290,89 +289,102 @@ export declare const usePerPageSelector: (props: DSPaginationT.PerPageSelectorIn
|
|
|
290
289
|
itemRef?: string | undefined;
|
|
291
290
|
results?: number | undefined;
|
|
292
291
|
security?: string | undefined;
|
|
293
|
-
unselectable?: "
|
|
292
|
+
unselectable?: "off" | "on" | undefined;
|
|
293
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
294
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
295
|
+
popoverTarget?: string | undefined;
|
|
296
|
+
inert?: boolean | undefined;
|
|
294
297
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
295
298
|
is?: string | undefined;
|
|
296
|
-
|
|
297
|
-
|
|
299
|
+
accept?: string | undefined;
|
|
300
|
+
acceptCharset?: string | undefined;
|
|
301
|
+
action?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
302
|
+
allowFullScreen?: boolean | undefined;
|
|
303
|
+
allowTransparency?: boolean | undefined;
|
|
298
304
|
alt?: string | undefined;
|
|
299
|
-
|
|
300
|
-
|
|
305
|
+
async?: boolean | undefined;
|
|
306
|
+
autoComplete?: string | undefined;
|
|
301
307
|
autoPlay?: boolean | undefined;
|
|
308
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
309
|
+
cellPadding?: string | number | undefined;
|
|
310
|
+
cellSpacing?: string | number | undefined;
|
|
311
|
+
charSet?: string | undefined;
|
|
312
|
+
challenge?: string | undefined;
|
|
313
|
+
checked?: boolean | undefined;
|
|
314
|
+
classID?: string | undefined;
|
|
315
|
+
colSpan?: number | undefined;
|
|
302
316
|
controls?: boolean | undefined;
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
preload?: string | undefined;
|
|
308
|
-
src?: string | undefined;
|
|
317
|
+
coords?: string | undefined;
|
|
318
|
+
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
319
|
+
dateTime?: string | undefined;
|
|
320
|
+
defer?: boolean | undefined;
|
|
309
321
|
disabled?: boolean | undefined;
|
|
310
|
-
|
|
322
|
+
download?: any;
|
|
323
|
+
encType?: string | undefined;
|
|
324
|
+
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
311
325
|
formEncType?: string | undefined;
|
|
312
326
|
formMethod?: string | undefined;
|
|
313
327
|
formNoValidate?: boolean | undefined;
|
|
314
328
|
formTarget?: string | undefined;
|
|
315
|
-
value?: string | number | readonly string[] | undefined;
|
|
316
|
-
dateTime?: string | undefined;
|
|
317
|
-
open?: boolean | undefined;
|
|
318
|
-
acceptCharset?: string | undefined;
|
|
319
|
-
action?: string | undefined;
|
|
320
|
-
autoComplete?: string | undefined;
|
|
321
|
-
encType?: string | undefined;
|
|
322
|
-
noValidate?: boolean | undefined;
|
|
323
|
-
manifest?: string | undefined;
|
|
324
|
-
allowFullScreen?: boolean | undefined;
|
|
325
|
-
allowTransparency?: boolean | undefined;
|
|
326
329
|
frameBorder?: string | number | undefined;
|
|
330
|
+
headers?: string | undefined;
|
|
331
|
+
height?: string | number | undefined;
|
|
332
|
+
high?: number | undefined;
|
|
333
|
+
href?: string | undefined;
|
|
334
|
+
hrefLang?: string | undefined;
|
|
335
|
+
htmlFor?: string | undefined;
|
|
336
|
+
httpEquiv?: string | undefined;
|
|
337
|
+
integrity?: string | undefined;
|
|
338
|
+
keyParams?: string | undefined;
|
|
339
|
+
keyType?: string | undefined;
|
|
340
|
+
kind?: string | undefined;
|
|
341
|
+
loop?: boolean | undefined;
|
|
342
|
+
low?: number | undefined;
|
|
343
|
+
manifest?: string | undefined;
|
|
327
344
|
marginHeight?: number | undefined;
|
|
328
345
|
marginWidth?: number | undefined;
|
|
329
|
-
|
|
330
|
-
scrolling?: string | undefined;
|
|
331
|
-
seamless?: boolean | undefined;
|
|
332
|
-
srcDoc?: string | undefined;
|
|
333
|
-
sizes?: string | undefined;
|
|
334
|
-
srcSet?: string | undefined;
|
|
335
|
-
accept?: string | undefined;
|
|
336
|
-
capture?: boolean | "user" | "environment" | undefined;
|
|
337
|
-
checked?: boolean | undefined;
|
|
338
|
-
list?: string | undefined;
|
|
346
|
+
max?: string | number | undefined;
|
|
339
347
|
maxLength?: number | undefined;
|
|
348
|
+
media?: string | undefined;
|
|
349
|
+
mediaGroup?: string | undefined;
|
|
350
|
+
method?: string | undefined;
|
|
351
|
+
min?: string | number | undefined;
|
|
340
352
|
minLength?: number | undefined;
|
|
341
353
|
multiple?: boolean | undefined;
|
|
354
|
+
muted?: boolean | undefined;
|
|
355
|
+
name?: string | undefined;
|
|
356
|
+
noValidate?: boolean | undefined;
|
|
357
|
+
open?: boolean | undefined;
|
|
358
|
+
optimum?: number | undefined;
|
|
342
359
|
placeholder?: string | undefined;
|
|
360
|
+
playsInline?: boolean | undefined;
|
|
361
|
+
poster?: string | undefined;
|
|
362
|
+
preload?: string | undefined;
|
|
343
363
|
readOnly?: boolean | undefined;
|
|
344
364
|
required?: boolean | undefined;
|
|
345
|
-
size?: number | undefined;
|
|
346
|
-
step?: string | number | undefined;
|
|
347
|
-
challenge?: string | undefined;
|
|
348
|
-
keyType?: string | undefined;
|
|
349
|
-
keyParams?: string | undefined;
|
|
350
|
-
htmlFor?: string | undefined;
|
|
351
|
-
integrity?: string | undefined;
|
|
352
|
-
charSet?: string | undefined;
|
|
353
|
-
httpEquiv?: string | undefined;
|
|
354
|
-
high?: number | undefined;
|
|
355
|
-
low?: number | undefined;
|
|
356
|
-
optimum?: number | undefined;
|
|
357
365
|
reversed?: boolean | undefined;
|
|
358
|
-
start?: number | undefined;
|
|
359
|
-
selected?: boolean | undefined;
|
|
360
|
-
async?: boolean | undefined;
|
|
361
|
-
defer?: boolean | undefined;
|
|
362
|
-
scoped?: boolean | undefined;
|
|
363
|
-
cellPadding?: string | number | undefined;
|
|
364
|
-
cellSpacing?: string | number | undefined;
|
|
365
|
-
colSpan?: number | undefined;
|
|
366
|
-
headers?: string | undefined;
|
|
367
366
|
rowSpan?: number | undefined;
|
|
367
|
+
sandbox?: string | undefined;
|
|
368
368
|
scope?: string | undefined;
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
369
|
+
scoped?: boolean | undefined;
|
|
370
|
+
scrolling?: string | undefined;
|
|
371
|
+
seamless?: boolean | undefined;
|
|
372
|
+
selected?: boolean | undefined;
|
|
373
|
+
shape?: string | undefined;
|
|
374
|
+
size?: number | undefined;
|
|
375
|
+
sizes?: string | undefined;
|
|
376
|
+
src?: string | undefined;
|
|
377
|
+
srcDoc?: string | undefined;
|
|
374
378
|
srcLang?: string | undefined;
|
|
375
|
-
|
|
379
|
+
srcSet?: string | undefined;
|
|
380
|
+
start?: number | undefined;
|
|
381
|
+
step?: string | number | undefined;
|
|
382
|
+
target?: string | undefined;
|
|
383
|
+
type?: string | undefined;
|
|
384
|
+
useMap?: string | undefined;
|
|
385
|
+
value?: string | number | readonly string[] | undefined;
|
|
386
|
+
width?: string | number | undefined;
|
|
387
|
+
wmode?: string | undefined;
|
|
376
388
|
}, keyof DSButtonV2T.Props>>;
|
|
377
389
|
xstyledAttributes: import("@elliemae/ds-props-helpers").XstyledProps;
|
|
378
390
|
};
|
package/dist/types/props.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
|
|
3
3
|
import type { DSDropdownMenuT } from '@elliemae/ds-dropdownmenu-v2';
|
|
4
4
|
export declare namespace DSPaginationT {
|
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const PaginationDropdownButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, import("styled-components").ThemeProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
|
8
|
-
export declare const PreviousNextPageButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, import("styled-components").ThemeProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
|
1
|
+
export declare const StyledPaginationContainer: any;
|
|
2
|
+
export declare const StyledPaginationWrapper: any;
|
|
3
|
+
export declare const DSPaginationSeparator: any;
|
|
4
|
+
export declare const InvisibleDiv: any;
|
|
5
|
+
export declare const PaginationDropdownButton: any;
|
|
6
|
+
export declare const PreviousNextPageButton: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pagination",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pagination",
|
|
6
6
|
"files": [
|
|
@@ -77,20 +77,20 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@xstyled/system": "~3.7.3",
|
|
80
|
-
"@elliemae/ds-button-v2": "3.46.
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-
|
|
87
|
-
"@elliemae/ds-
|
|
80
|
+
"@elliemae/ds-button-v2": "3.46.6",
|
|
81
|
+
"@elliemae/ds-grid": "3.46.6",
|
|
82
|
+
"@elliemae/ds-dropdownmenu-v2": "3.46.6",
|
|
83
|
+
"@elliemae/ds-circular-progress-indicator": "3.46.6",
|
|
84
|
+
"@elliemae/ds-icons": "3.46.6",
|
|
85
|
+
"@elliemae/ds-system": "3.46.6",
|
|
86
|
+
"@elliemae/ds-typography": "3.46.6",
|
|
87
|
+
"@elliemae/ds-props-helpers": "3.46.6"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
91
91
|
"styled-components": "~5.3.9",
|
|
92
92
|
"styled-system": "~5.1.5",
|
|
93
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
93
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"lodash": "^4.17.21",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
"publishConfig": {
|
|
103
103
|
"access": "public",
|
|
104
|
-
"typeSafety":
|
|
104
|
+
"typeSafety": false
|
|
105
105
|
},
|
|
106
106
|
"scripts": {
|
|
107
107
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|