forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pickadate.d.ts
545 lines (452 loc) · 17 KB
/
pickadate.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
// Type definitions for pickadate.js 3.5.5
// Project: https://github.com/amsul/pickadate.js
// Definitions by: Theodore Brown <https://github.com/theodorejb/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="../jquery/jquery.d.ts" />
declare module Pickadate {
// KlassOptions shared between date and time pickers
interface KlassOptions {
// The element states
input?: string; // default 'picker__input'
active?: string; // default 'picker__input--active'
// The root picker and states
picker?: string; // default 'picker' or 'picker picker--time'
opened?: string; // default 'picker--opened'
focused?: string; // default 'picker--focused'
// The picker holder
holder?: string; // default 'picker__holder'
// The picker frame, wrapper, and box
frame?: string; // default 'picker__frame'
wrap?: string; // default 'picker__wrap'
box?: string; // default 'picker__box'
// Day/Time states
disabled?: string; // default 'picker__day--disabled' or 'picker__list-item--disabled'
selected?: string // default 'picker__day--selected' or 'picker__list-item--selected'
highlighted?: string // default 'picker__day--highlighted' or 'picker__list-item--highlighted'
now?: string; // default 'picker__day--today' or 'picker__list-item--now'
// Clear button
buttonClear?: string; // default 'picker__button--clear'
}
interface DateKlassOptions extends KlassOptions {
// The picker header
header?: string; // default 'picker__header'
// Month navigation
navPrev?: string; // default 'picker__nav--prev'
navNext?: string; // default 'picker__nav--next'
navDisabled?: string; // default 'picker__nav--disabled'
// Month & year labels
month?: string; // default 'picker__month'
year?: string; // default 'picker__year'
// Month & year dropdowns
selectMonth?: string; // default 'picker__select--month'
selectYear?: string; // default 'picker__select--year'
// Table of dates
table?: string; // default 'picker__table'
// Weekday labels
weekdays?: string; // default 'picker__weekday'
// Day states
day?: string; // default 'picker__day'
infocus?: string; // default 'picker__day--infocus'
outfocus?: string; // default 'picker__day--outfocus'
// The picker footer
footer?: string; // default 'picker__footer'
// Today & close buttons
buttonClose?: string; // default 'picker__button--close'
buttonToday?: string; // default 'picker__button--today'
}
interface TimeKlassOptions extends KlassOptions {
// The root picker
picker?: string; // default 'picker picker--time'
// List of times
list?: string; // default 'picker__list'
listItem?: string; // default 'picker__list-item'
// Time states
viewset?: string; // default 'picker__list-item--viewset'
}
// options shared between date and time pickers
interface Options {
/**
* Set the clear button text.
* Defaults to 'Clear'
*/
clear?: string;
/**
* The human-friendly display format.
* Escape any "rule" characters with an exclamation mark (!).
* Defaults to 'd mmmm, yyyy'
*/
format?: string;
/**
* An alternate format to submit to the server.
* Defaults to undefined.
*/
formatSubmit?: string;
/**
* An optional name prefix for the new hidden input element used
* when a custom human-friendly display format is specified.
* Defaults to undefined.
*/
hiddenPrefix?: string;
/**
* An optional name suffix for the new hidden input element used
* when a custom human-friendly display format is specified.
* Defaults to '_submit'
*/
hiddenSuffix?: string;
/**
* A majority of the time, the value that needs to be sent to the server
* is just the hidden value and not the visible one. To make this happen,
* use the hiddenName option. This essentially nullifies the hiddenPrefix
* and hiddenSuffix, strips the name attribute from the source input, and
* then sets it as the name of the hidden input. Defaults to undefined.
*/
hiddenName?: boolean;
/**
* By default, typing into the input is disabled by giving it a readOnly
* attribute. Setting the editable option to true allows the input field
* to be edited directly.
*/
editable?: boolean;
/**
* Specify where to insert the picker's root element by passing any
* valid CSS selector to this option. Defaults to undefined.
*/
container?: string;
/**
* The hidden input container.
* Defaults to undefined.
*/
containerHidden?: string;
/**
* Whether or not to close the picker when a date is selected.
* Defaults to `true`.
*/
closeOnSelect?: boolean;
/**
* Whether or not to close the picker when the "clear" button is pressed.
* Defaults to `true`.
*/
closeOnClear?: boolean;
// Events
onStart?: (event: any) => void;
onRender?: (event: any) => void;
onOpen?: (event: any) => void;
onClose?: (event: any) => void;
onSet?: (event: any) => void;
onStop?: (event: any) => void;
}
type MinOrMaxDateOption = Date | [number, number, number] | number | boolean;
type MinOrMaxTimeOption = Date | [number, number] | number | boolean;
export interface DateOptions extends Options {
// Strings and translations
monthsFull?: string[]; // default 'January' through 'December'
monthsShort?: string[]; // default 'Jan' through 'Dec'
weekdaysFull?: string[]; // default 'Sunday' through 'Saturday'
weekdaysShort?: string[]; // default 'Sun' through 'Sat'
showMonthsShort?: boolean;
showWeekdaysFull?: boolean;
// Buttons
today?: string; // default 'Today'
close?: string; // default 'Close'
// Accessibility labels
labelMonthNext?: string; // default 'Next month'
labelMonthPrev?: string; // default 'Previous month'
labelMonthSelect?: string; // default 'Select a month'
labelYearSelect?: string; //default 'Select a year'
/**
* True enables the dropdown selector and false replaces it with text.
* You can also specify the number of years to show in the dropdown
* using an even integer - half before and half after the year in focus.
* If true the value will default to 10.
*/
selectYears?: boolean | number;
/**
* True enables the dropdown selector and false replaces it with text
*/
selectMonths?: boolean;
/**
* The first day of the week can be set to either Sunday or Monday.
* True or 1 sets it as Monday and false or 0 as Sunday.
*/
firstDay?: boolean | number;
/**
* Set the minimum selectable date on the picker. Accepts a Date object,
* array formatted as [YEAR, MONTH, DATE], a positive or negative integer
* for a date relative to today, or a boolean (`true` sets it to today,
* `false` removes any limit).
*/
min?: MinOrMaxDateOption;
/**
* Set the maximum selectable date on the picker.
* Accepts the same values as the `min` property.
*/
max?: MinOrMaxDateOption;
/**
* Disable a specific or arbitrary set of dates selectable on the
* picker. Accepts an array of Date objects, arrays formatted as
* [YEAR, MONTH, DATE], integers representing days of the week
* (from 1 to 7), or objects with a range of dates. Switch to a
* whitelist by setting `true` as the first item in the collection.
* Enable dates that fall within a range of disabled dates by
* adding an `inverted` parameter to the item within the collection.
*/
disable?: any[];
// Classes
klass?: DateKlassOptions;
}
export interface TimeOptions extends Options {
/**
* The formatLabel option is unique. It can contain HTML and it can
* also be a function if you want to create the label during run-time.
*/
formatLabel?: string | ((time: TimeItem) => string);
/**
* Choose the interval in minutes between each time in the list.
* Default is 30.
*/
interval?: number;
/**
* Set the minimum selectable time on the picker. Accepts a Date object,
* array formatted as [HOUR, MINUTE], a positive or negative integer
* for a time relative to now, or a boolean (`true` sets it to now, and
* `false` removes any limit).
*/
min?: MinOrMaxTimeOption;
/**
* Set the maximum selectable time on the picker.
* Accepts the same values as the `min` property.
*/
max?: MinOrMaxTimeOption;
/**
* Disable a specific or arbitrary set of times selectable on the picker.
* Accepts an array of Date objects, arrays formatted as [HOUR, MINUTE],
* integers representing hours (from 0 to 23), or objects with a range of
* times. Switch to a whitelist by setting `true` as the first item in the
* collection. Enable times that fall within a range of disabled times by
* adding an `inverted` parameter to the item within the collection.
*/
disable?: any[];
// Classes
klass?: TimeKlassOptions;
}
interface Item {
/**
* The "pick" value used for comparisons.
*/
pick: number;
}
export interface DateItem extends Item {
/**
* The full year.
*/
year: number;
/**
* The month with zero-as-index.
*/
month: number;
/**
* The date of the month.
*/
date: number;
/**
* The day of the week with zero-as-index.
*/
day: number;
/**
* The underlying JavaScript Date object.
*/
obj: Date;
}
export interface TimeItem extends Item {
/**
* Hour of the day from 0 to 23.
*/
hour: number;
/**
* The minutes of the hour from 0 to 59 (based on the interval).
*/
mins: number;
}
export interface CallbackObject {
open?: () => void;
close?: () => void;
render?: () => void;
start?: () => void;
stop?: () => void;
set?: (thingSet: any) => void;
}
export interface SetObject {
clear?: any;
select?: any;
highlight?: any;
view?: any;
min?: any;
max?: any;
disable?: any;
enable?: any;
}
export interface TimeSetObject extends SetObject {
/**
* Choose the minutes interval between each time in the list.
* Defaults to 30.
*/
interval?: number;
}
export interface SetOptions {
/**
* By default, any callbacks bound with the on method will be fired
* when its relevant thing is set. To silently set a thing, pass an
* options object with the muted parameter set to true.
*/
muted?: boolean;
format?: string;
}
interface Picker<TPickerObject, TItemObject extends Item, TOptions extends SetObject> {
/**
* The picker's relative input element wrapped as a jQuery object.
*/
$node: JQuery;
/**
* The picker's relative root holder element wrapped as a jQuery object.
*/
$root: JQuery;
/**
* This is the picker’s relative hidden element, which is undefined if
* there’s no formatSubmit option. There should be no reason to use this
* – it's mostly for internal use. If you have a valid reason for using
* this, please mention it in the issues.
*/
_hidden: HTMLInputElement;
open(withoutFocus?: boolean): TPickerObject;
close(withFocus?: boolean): TPickerObject;
/**
* Rebuild the picker.
*/
start(): TPickerObject;
/**
* Destroy the picker.
*/
stop(): TPickerObject;
/**
* Refresh the picker box after adding something to the holder.
* By default, only the "face" of the picker (i.e. the box element)
* has it’s contents re-rendered. To render the entire picker from
* the root up, pass true as the first argument.
*/
render(entirePicker?: boolean): TPickerObject;
/**
* Clear the value in the picker's input element.
*/
clear(): TPickerObject;
/**
* Short for picker.get('value')
*/
get(): string;
/**
* Get the properties, objects, and states that make up the current
* state of the picker.
*/
get(thing: string): any;
/**
* Returns the string value of the picker's input element.
*/
get(thing: 'value'): string;
/**
* Returns the item object that is visually selected.
*/
get(thing: 'select'): TItemObject;
/**
* Returns the item object that is visually highlighted.
*/
get(thing: 'highlight'): TItemObject;
/**
* Returns the item object that sets the current view.
*/
get(thing: 'view'): TItemObject;
/**
* Returns the item object that limits the picker's lower range.
*/
get(thing: 'min'): TItemObject;
/**
* Returns the item object that limits the picker's upper range.
*/
get(thing: 'max'): TItemObject;
/**
* Returns a boolean value of whether the picker is open or not.
*/
get(thing: 'open'): boolean;
/**
* Returns a boolean value of whether the picker has started or not.
*/
get(thing: 'start'): boolean;
/**
* Returns a unique 9-digit integer that is the ID of the picker.
*/
get(thing: 'id'): number;
/**
* Returns an array of items that determine which item objects to
* disable on the picker.
*/
get(thing: 'disable'): any[];
/**
* Returns a formatted string for the item object specified by `thing`
*/
get(thing: string, format: string): string;
/**
* Set the properties, objects, and states to change the state of the picker.
*/
set(thing: string, value?: any, options?: SetOptions): TPickerObject;
set(things: TOptions, options?: SetOptions): TPickerObject;
/**
* Bind callbacks to get fired off when the relative picker method is called.
*/
on(methodName: string, callback: (data?: any) => void): TPickerObject;
/**
* Bind multiple callbacks at once to get fired off when the relative
* picker method is called.
*/
on(callbackObject: CallbackObject): TPickerObject;
/**
* Unbind callbacks that are bound using the on method.
*/
off(...methodName: string[]): TPickerObject;
/**
* Trigger callbacks that have been queued up using the the on method.
*/
trigger(event: string, data?: any): TPickerObject;
}
export interface DatePicker extends Picker<DatePicker, DateItem, SetObject> { }
export interface TimePicker extends Picker<TimePicker, TimeItem, TimeSetObject> { }
}
interface JQuery {
/**
* Access the API object on an initialized date picker element.
*/
pickadate(keyword: "picker"): Pickadate.DatePicker;
pickadate(objectName: "$node"): JQuery;
pickadate(objectName: "$root"): JQuery;
pickadate(objectName: "_hidden"): HTMLInputElement;
/**
* Invoke API methods after date picker initialization.
*/
pickadate(methodName: string, ...arguments: any[]): any;
/**
* Initialize a date picker.
*/
pickadate(options?: Pickadate.DateOptions): JQuery;
/**
* Access the API object on an initialized time picker element.
*/
pickatime(keyword: "picker"): Pickadate.TimePicker;
pickatime(objectName: "$node"): JQuery;
pickatime(objectName: "$root"): JQuery;
pickatime(objectName: "_hidden"): HTMLInputElement;
/**
* Invoke API methods after time picker initialization.
*/
pickatime(methodName: string, ...arguments: any[]): any;
/**
* Initialize a time picker.
*/
pickatime(options?: Pickadate.TimeOptions): JQuery;
}