@elliemae/ds-stepper 2.3.0-alpha.7 → 2.3.0-next.1

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.
@@ -0,0 +1,394 @@
1
+ /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
+ /// <reference types="react" />
3
+ import { DSStepperInternalsT } from './props';
4
+ declare const DSStepperButton: {
5
+ (props: DSStepperInternalsT.StepperButtonPropsT): JSX.Element;
6
+ propTypes: {
7
+ disabled: {
8
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
9
+ deprecated: import("react-desc").PropTypesDescValidator;
10
+ };
11
+ isRequired: import("react-desc").PropTypesDescValue;
12
+ };
13
+ onClick: {
14
+ deprecated: import("react-desc").PropTypesDescValidator;
15
+ };
16
+ label: import("react-desc").PropTypesDescValue;
17
+ 'aria-*': any;
18
+ 'on-*': any;
19
+ 'data-*': any;
20
+ 'all HTML attributes': any;
21
+ about: any;
22
+ accept: any;
23
+ acceptCharset: any;
24
+ accessKey: any;
25
+ action: any;
26
+ allowFullScreen: any;
27
+ allowTransparency: any;
28
+ alt: any;
29
+ 'aria-activedescendant': any;
30
+ 'aria-atomic': any;
31
+ 'aria-autocomplete': any;
32
+ 'aria-busy': any;
33
+ 'aria-checked': any;
34
+ 'aria-colcount': any;
35
+ 'aria-colindex': any;
36
+ 'aria-colspan': any;
37
+ 'aria-controls': any;
38
+ 'aria-current': any;
39
+ 'aria-describedby': any;
40
+ 'aria-details': any;
41
+ 'aria-disabled': any;
42
+ 'aria-dropeffect': any;
43
+ 'aria-errormessage': any;
44
+ 'aria-expanded': any;
45
+ 'aria-flowto': any;
46
+ 'aria-grabbed': any;
47
+ 'aria-haspopup': any;
48
+ 'aria-hidden': any;
49
+ 'aria-invalid': any;
50
+ 'aria-keyshortcuts': any;
51
+ 'aria-label': any;
52
+ 'aria-labelledby': any;
53
+ 'aria-level': any;
54
+ 'aria-live': any;
55
+ 'aria-modal': any;
56
+ 'aria-multiline': any;
57
+ 'aria-multiselectable': any;
58
+ 'aria-orientation': any;
59
+ 'aria-owns': any;
60
+ 'aria-placeholder': any;
61
+ 'aria-posinset': any;
62
+ 'aria-pressed': any;
63
+ 'aria-readonly': any;
64
+ 'aria-relevant': any;
65
+ 'aria-required': any;
66
+ 'aria-roledescription': any;
67
+ 'aria-rowcount': any;
68
+ 'aria-rowindex': any;
69
+ 'aria-rowspan': any;
70
+ 'aria-selected': any;
71
+ 'aria-setsize': any;
72
+ 'aria-sort': any;
73
+ 'aria-valuemax': any;
74
+ 'aria-valuemin': any;
75
+ 'aria-valuenow': any;
76
+ 'aria-valuetext': any;
77
+ as: any;
78
+ async: any;
79
+ autoCapitalize: any;
80
+ autoComplete: any;
81
+ autoCorrect: any;
82
+ autoFocus: any;
83
+ autoPlay: any;
84
+ autoSave: any;
85
+ capture: any;
86
+ cellPadding: any;
87
+ cellSpacing: any;
88
+ challenge: any;
89
+ charSet: any;
90
+ checked: any;
91
+ cite: any;
92
+ classID: any;
93
+ className: any;
94
+ color: any;
95
+ cols: any;
96
+ colSpan: any;
97
+ content: any;
98
+ contentEditable: any;
99
+ contextMenu: any;
100
+ controls: any;
101
+ coords: any;
102
+ crossOrigin: any;
103
+ data: any;
104
+ datatype: any;
105
+ dateTime: any;
106
+ default: any;
107
+ defaultChecked: any;
108
+ defaultValue: any;
109
+ defer: any;
110
+ dir: any;
111
+ download: any;
112
+ draggable: any;
113
+ encType: any;
114
+ form: any;
115
+ formAction: any;
116
+ formEncType: any;
117
+ formMethod: any;
118
+ formNoValidate: any;
119
+ formTarget: any;
120
+ frameBorder: any;
121
+ headers: any;
122
+ height: any;
123
+ hidden: any;
124
+ high: any;
125
+ href: any;
126
+ hrefLang: any;
127
+ htmlFor: any;
128
+ httpEquiv: any;
129
+ id: any;
130
+ inlist: any;
131
+ inputMode: any;
132
+ integrity: any;
133
+ is: any;
134
+ itemID: any;
135
+ itemProp: any;
136
+ itemRef: any;
137
+ itemScope: any;
138
+ itemType: any;
139
+ keyParams: any;
140
+ keyType: any;
141
+ kind: any;
142
+ lang: any;
143
+ list: any;
144
+ loop: any;
145
+ low: any;
146
+ manifest: any;
147
+ marginHeight: any;
148
+ marginWidth: any;
149
+ max: any;
150
+ maxLength: any;
151
+ media: any;
152
+ mediaGroup: any;
153
+ method: any;
154
+ min: any;
155
+ minLength: any;
156
+ multiple: any;
157
+ muted: any;
158
+ name: any;
159
+ nonce: any;
160
+ noValidate: any;
161
+ onAbort: any;
162
+ onAbortCapture: any;
163
+ onAnimationEnd: any;
164
+ onAnimationEndCapture: any;
165
+ onAnimationIteration: any;
166
+ onAnimationIterationCapture: any;
167
+ onAnimationStart: any;
168
+ onAnimationStartCapture: any;
169
+ onAuxClick: any;
170
+ onAuxClickCapture: any;
171
+ onBeforeInput: any;
172
+ onBeforeInputCapture: any;
173
+ onBlur: any;
174
+ onBlurCapture: any;
175
+ onCanPlay: any;
176
+ onCanPlayCapture: any;
177
+ onCanPlayThrough: any;
178
+ onCanPlayThroughCapture: any;
179
+ onChange: any;
180
+ onChangeCapture: any;
181
+ onClickCapture: any;
182
+ onCompositionEnd: any;
183
+ onCompositionEndCapture: any;
184
+ onCompositionStart: any;
185
+ onCompositionStartCapture: any;
186
+ onCompositionUpdate: any;
187
+ onCompositionUpdateCapture: any;
188
+ onContextMenu: any;
189
+ onContextMenuCapture: any;
190
+ onCopy: any;
191
+ onCopyCapture: any;
192
+ onCut: any;
193
+ onCutCapture: any;
194
+ onDoubleClick: any;
195
+ onDoubleClickCapture: any;
196
+ onDrag: any;
197
+ onDragCapture: any;
198
+ onDragEnd: any;
199
+ onDragEndCapture: any;
200
+ onDragEnter: any;
201
+ onDragEnterCapture: any;
202
+ onDragExit: any;
203
+ onDragExitCapture: any;
204
+ onDragLeave: any;
205
+ onDragLeaveCapture: any;
206
+ onDragOver: any;
207
+ onDragOverCapture: any;
208
+ onDragStart: any;
209
+ onDragStartCapture: any;
210
+ onDrop: any;
211
+ onDropCapture: any;
212
+ onDurationChange: any;
213
+ onDurationChangeCapture: any;
214
+ onEmptied: any;
215
+ onEmptiedCapture: any;
216
+ onEncrypted: any;
217
+ onEncryptedCapture: any;
218
+ onEnded: any;
219
+ onEndedCapture: any;
220
+ onError: any;
221
+ onErrorCapture: any;
222
+ onFocus: any;
223
+ onFocusCapture: any;
224
+ onGotPointerCapture: any;
225
+ onGotPointerCaptureCapture: any;
226
+ onInput: any;
227
+ onInputCapture: any;
228
+ onInvalid: any;
229
+ onInvalidCapture: any;
230
+ onKeyDown: any;
231
+ onKeyDownCapture: any;
232
+ onKeyPress: any;
233
+ onKeyPressCapture: any;
234
+ onKeyUp: any;
235
+ onKeyUpCapture: any;
236
+ onLoad: any;
237
+ onLoadCapture: any;
238
+ onLoadedData: any;
239
+ onLoadedDataCapture: any;
240
+ onLoadedMetadata: any;
241
+ onLoadedMetadataCapture: any;
242
+ onLoadStart: any;
243
+ onLoadStartCapture: any;
244
+ onLostPointerCapture: any;
245
+ onLostPointerCaptureCapture: any;
246
+ onMouseDown: any;
247
+ onMouseDownCapture: any;
248
+ onMouseEnter: any;
249
+ onMouseLeave: any;
250
+ onMouseMove: any;
251
+ onMouseMoveCapture: any;
252
+ onMouseOut: any;
253
+ onMouseOutCapture: any;
254
+ onMouseOver: any;
255
+ onMouseOverCapture: any;
256
+ onMouseUp: any;
257
+ onMouseUpCapture: any;
258
+ onPaste: any;
259
+ onPasteCapture: any;
260
+ onPause: any;
261
+ onPauseCapture: any;
262
+ onPlay: any;
263
+ onPlayCapture: any;
264
+ onPlaying: any;
265
+ onPlayingCapture: any;
266
+ onPointerCancel: any;
267
+ onPointerCancelCapture: any;
268
+ onPointerDown: any;
269
+ onPointerDownCapture: any;
270
+ onPointerEnter: any;
271
+ onPointerEnterCapture: any;
272
+ onPointerLeave: any;
273
+ onPointerLeaveCapture: any;
274
+ onPointerMove: any;
275
+ onPointerMoveCapture: any;
276
+ onPointerOut: any;
277
+ onPointerOutCapture: any;
278
+ onPointerOver: any;
279
+ onPointerOverCapture: any;
280
+ onPointerUp: any;
281
+ onPointerUpCapture: any;
282
+ onProgress: any;
283
+ onProgressCapture: any;
284
+ onRateChange: any;
285
+ onRateChangeCapture: any;
286
+ onReset: any;
287
+ onResetCapture: any;
288
+ onScroll: any;
289
+ onScrollCapture: any;
290
+ onSeeked: any;
291
+ onSeekedCapture: any;
292
+ onSeeking: any;
293
+ onSeekingCapture: any;
294
+ onSelect: any;
295
+ onSelectCapture: any;
296
+ onStalled: any;
297
+ onStalledCapture: any;
298
+ onSubmit: any;
299
+ onSubmitCapture: any;
300
+ onSuspend: any;
301
+ onSuspendCapture: any;
302
+ onTimeUpdate: any;
303
+ onTimeUpdateCapture: any;
304
+ onTouchCancel: any;
305
+ onTouchCancelCapture: any;
306
+ onTouchEnd: any;
307
+ onTouchEndCapture: any;
308
+ onTouchMove: any;
309
+ onTouchMoveCapture: any;
310
+ onTouchStart: any;
311
+ onTouchStartCapture: any;
312
+ onTransitionEnd: any;
313
+ onTransitionEndCapture: any;
314
+ onVolumeChange: any;
315
+ onVolumeChangeCapture: any;
316
+ onWaiting: any;
317
+ onWaitingCapture: any;
318
+ onWheel: any;
319
+ onWheelCapture: any;
320
+ open: any;
321
+ optimum: any;
322
+ pattern: any;
323
+ placeholder: any;
324
+ playsInline: any;
325
+ poster: any;
326
+ prefix: any;
327
+ preload: any;
328
+ property: any;
329
+ radioGroup: any;
330
+ readOnly: any;
331
+ rel: any;
332
+ required: any;
333
+ resource: any;
334
+ results: any;
335
+ reversed: any;
336
+ role: any;
337
+ rows: any;
338
+ rowSpan: any;
339
+ sandbox: any;
340
+ scope: any;
341
+ scoped: any;
342
+ scrolling: any;
343
+ seamless: any;
344
+ security: any;
345
+ selected: any;
346
+ shape: any;
347
+ size: any;
348
+ sizes: any;
349
+ slot: any;
350
+ span: any;
351
+ spellCheck: any;
352
+ src: any;
353
+ srcDoc: any;
354
+ srcLang: any;
355
+ srcSet: any;
356
+ start: any;
357
+ step: any;
358
+ style: any;
359
+ summary: any;
360
+ suppressContentEditableWarning: any;
361
+ suppressHydrationWarning: any;
362
+ tabIndex: any;
363
+ target: any;
364
+ title: any;
365
+ translate: any;
366
+ type: any;
367
+ typeof: any;
368
+ unselectable: any;
369
+ useMap: any;
370
+ value: any;
371
+ vocab: any;
372
+ width: any;
373
+ wmode: any;
374
+ wrap: any;
375
+ chevron: {
376
+ deprecated: import("react-desc").PropTypesDescValidator;
377
+ };
378
+ fontSize: {
379
+ deprecated: import("react-desc").PropTypesDescValidator;
380
+ };
381
+ innerRef: {
382
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
383
+ deprecated: import("react-desc").PropTypesDescValidator;
384
+ };
385
+ isRequired: import("react-desc").PropTypesDescValue;
386
+ };
387
+ };
388
+ };
389
+ declare const DSStepperButtonWithSchema: {
390
+ (props?: unknown): JSX.Element;
391
+ propTypes: unknown;
392
+ toTypescript: () => import("react-desc").TypescriptSchema;
393
+ };
394
+ export { DSStepperButton, DSStepperButtonWithSchema };
@@ -0,0 +1,2 @@
1
+ export * from './Stepper';
2
+ export * from './StepperButton';