@skyux/datetime 5.8.3 → 5.9.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.
- package/documentation.json +396 -156
- package/esm2015/index.js +3 -0
- package/esm2015/index.js.map +1 -1
- package/esm2015/lib/modules/date-range-picker/types/date-range-calculator-date-range-function.js.map +1 -1
- package/esm2015/lib/modules/date-range-picker/types/date-range-calculator-validate-function.js.map +1 -1
- package/esm2015/lib/modules/date-range-picker/types/date-range.js.map +1 -1
- package/index.d.ts +3 -0
- package/lib/modules/date-range-picker/types/date-range-calculator-date-range-function.d.ts +0 -3
- package/lib/modules/date-range-picker/types/date-range-calculator-validate-function.d.ts +0 -3
- package/lib/modules/date-range-picker/types/date-range.d.ts +0 -3
- package/package.json +8 -8
package/documentation.json
CHANGED
|
@@ -17,12 +17,15 @@
|
|
|
17
17
|
"SkyDateRangePickerComponent": "class-skydaterangepickercomponent",
|
|
18
18
|
"SkyTimepickerComponent": "class-skytimepickercomponent",
|
|
19
19
|
"SkyTimepickerInputDirective": "class-skytimepickerinputdirective",
|
|
20
|
+
"SkyDateRange": "interface-skydaterange",
|
|
20
21
|
"SkyDateRangeCalculation": "interface-skydaterangecalculation",
|
|
21
22
|
"SkyDateRangeCalculatorConfig": "interface-skydaterangecalculatorconfig",
|
|
22
23
|
"SkyDatepickerCalendarChange": "interface-skydatepickercalendarchange",
|
|
23
24
|
"SkyDatepickerCustomDate": "interface-skydatepickercustomdate",
|
|
24
25
|
"SkyFuzzyDate": "interface-skyfuzzydate",
|
|
25
|
-
"SkyTimepickerTimeOutput": "interface-skytimepickertimeoutput"
|
|
26
|
+
"SkyTimepickerTimeOutput": "interface-skytimepickertimeoutput",
|
|
27
|
+
"SkyDateRangeCalculatorGetValueFunction": "type-alias-skydaterangecalculatorgetvaluefunction",
|
|
28
|
+
"SkyDateRangeCalculatorValidateFunction": "type-alias-skydaterangecalculatorvalidatefunction"
|
|
26
29
|
},
|
|
27
30
|
"typedoc": {
|
|
28
31
|
"id": 0,
|
|
@@ -33,7 +36,7 @@
|
|
|
33
36
|
"originalName": "",
|
|
34
37
|
"children": [
|
|
35
38
|
{
|
|
36
|
-
"id":
|
|
39
|
+
"id": 739,
|
|
37
40
|
"name": "SkyDateRangeCalculatorId",
|
|
38
41
|
"kind": 8,
|
|
39
42
|
"kindString": "Enumeration",
|
|
@@ -43,7 +46,7 @@
|
|
|
43
46
|
},
|
|
44
47
|
"children": [
|
|
45
48
|
{
|
|
46
|
-
"id":
|
|
49
|
+
"id": 742,
|
|
47
50
|
"name": "After",
|
|
48
51
|
"kind": 16,
|
|
49
52
|
"kindString": "Enumeration member",
|
|
@@ -61,7 +64,7 @@
|
|
|
61
64
|
"defaultValue": "2"
|
|
62
65
|
},
|
|
63
66
|
{
|
|
64
|
-
"id":
|
|
67
|
+
"id": 740,
|
|
65
68
|
"name": "AnyTime",
|
|
66
69
|
"kind": 16,
|
|
67
70
|
"kindString": "Enumeration member",
|
|
@@ -79,7 +82,7 @@
|
|
|
79
82
|
"defaultValue": "0"
|
|
80
83
|
},
|
|
81
84
|
{
|
|
82
|
-
"id":
|
|
85
|
+
"id": 741,
|
|
83
86
|
"name": "Before",
|
|
84
87
|
"kind": 16,
|
|
85
88
|
"kindString": "Enumeration member",
|
|
@@ -97,7 +100,7 @@
|
|
|
97
100
|
"defaultValue": "1"
|
|
98
101
|
},
|
|
99
102
|
{
|
|
100
|
-
"id":
|
|
103
|
+
"id": 756,
|
|
101
104
|
"name": "LastCalendarYear",
|
|
102
105
|
"kind": 16,
|
|
103
106
|
"kindString": "Enumeration member",
|
|
@@ -115,7 +118,7 @@
|
|
|
115
118
|
"defaultValue": "16"
|
|
116
119
|
},
|
|
117
120
|
{
|
|
118
|
-
"id":
|
|
121
|
+
"id": 759,
|
|
119
122
|
"name": "LastFiscalYear",
|
|
120
123
|
"kind": 16,
|
|
121
124
|
"kindString": "Enumeration member",
|
|
@@ -133,7 +136,7 @@
|
|
|
133
136
|
"defaultValue": "19"
|
|
134
137
|
},
|
|
135
138
|
{
|
|
136
|
-
"id":
|
|
139
|
+
"id": 750,
|
|
137
140
|
"name": "LastMonth",
|
|
138
141
|
"kind": 16,
|
|
139
142
|
"kindString": "Enumeration member",
|
|
@@ -151,7 +154,7 @@
|
|
|
151
154
|
"defaultValue": "10"
|
|
152
155
|
},
|
|
153
156
|
{
|
|
154
|
-
"id":
|
|
157
|
+
"id": 753,
|
|
155
158
|
"name": "LastQuarter",
|
|
156
159
|
"kind": 16,
|
|
157
160
|
"kindString": "Enumeration member",
|
|
@@ -169,7 +172,7 @@
|
|
|
169
172
|
"defaultValue": "13"
|
|
170
173
|
},
|
|
171
174
|
{
|
|
172
|
-
"id":
|
|
175
|
+
"id": 747,
|
|
173
176
|
"name": "LastWeek",
|
|
174
177
|
"kind": 16,
|
|
175
178
|
"kindString": "Enumeration member",
|
|
@@ -187,7 +190,7 @@
|
|
|
187
190
|
"defaultValue": "7"
|
|
188
191
|
},
|
|
189
192
|
{
|
|
190
|
-
"id":
|
|
193
|
+
"id": 758,
|
|
191
194
|
"name": "NextCalendarYear",
|
|
192
195
|
"kind": 16,
|
|
193
196
|
"kindString": "Enumeration member",
|
|
@@ -205,7 +208,7 @@
|
|
|
205
208
|
"defaultValue": "18"
|
|
206
209
|
},
|
|
207
210
|
{
|
|
208
|
-
"id":
|
|
211
|
+
"id": 761,
|
|
209
212
|
"name": "NextFiscalYear",
|
|
210
213
|
"kind": 16,
|
|
211
214
|
"kindString": "Enumeration member",
|
|
@@ -223,7 +226,7 @@
|
|
|
223
226
|
"defaultValue": "21"
|
|
224
227
|
},
|
|
225
228
|
{
|
|
226
|
-
"id":
|
|
229
|
+
"id": 752,
|
|
227
230
|
"name": "NextMonth",
|
|
228
231
|
"kind": 16,
|
|
229
232
|
"kindString": "Enumeration member",
|
|
@@ -241,7 +244,7 @@
|
|
|
241
244
|
"defaultValue": "12"
|
|
242
245
|
},
|
|
243
246
|
{
|
|
244
|
-
"id":
|
|
247
|
+
"id": 755,
|
|
245
248
|
"name": "NextQuarter",
|
|
246
249
|
"kind": 16,
|
|
247
250
|
"kindString": "Enumeration member",
|
|
@@ -259,7 +262,7 @@
|
|
|
259
262
|
"defaultValue": "15"
|
|
260
263
|
},
|
|
261
264
|
{
|
|
262
|
-
"id":
|
|
265
|
+
"id": 749,
|
|
263
266
|
"name": "NextWeek",
|
|
264
267
|
"kind": 16,
|
|
265
268
|
"kindString": "Enumeration member",
|
|
@@ -277,7 +280,7 @@
|
|
|
277
280
|
"defaultValue": "9"
|
|
278
281
|
},
|
|
279
282
|
{
|
|
280
|
-
"id":
|
|
283
|
+
"id": 743,
|
|
281
284
|
"name": "SpecificRange",
|
|
282
285
|
"kind": 16,
|
|
283
286
|
"kindString": "Enumeration member",
|
|
@@ -295,7 +298,7 @@
|
|
|
295
298
|
"defaultValue": "3"
|
|
296
299
|
},
|
|
297
300
|
{
|
|
298
|
-
"id":
|
|
301
|
+
"id": 757,
|
|
299
302
|
"name": "ThisCalendarYear",
|
|
300
303
|
"kind": 16,
|
|
301
304
|
"kindString": "Enumeration member",
|
|
@@ -313,7 +316,7 @@
|
|
|
313
316
|
"defaultValue": "17"
|
|
314
317
|
},
|
|
315
318
|
{
|
|
316
|
-
"id":
|
|
319
|
+
"id": 760,
|
|
317
320
|
"name": "ThisFiscalYear",
|
|
318
321
|
"kind": 16,
|
|
319
322
|
"kindString": "Enumeration member",
|
|
@@ -331,7 +334,7 @@
|
|
|
331
334
|
"defaultValue": "20"
|
|
332
335
|
},
|
|
333
336
|
{
|
|
334
|
-
"id":
|
|
337
|
+
"id": 751,
|
|
335
338
|
"name": "ThisMonth",
|
|
336
339
|
"kind": 16,
|
|
337
340
|
"kindString": "Enumeration member",
|
|
@@ -349,7 +352,7 @@
|
|
|
349
352
|
"defaultValue": "11"
|
|
350
353
|
},
|
|
351
354
|
{
|
|
352
|
-
"id":
|
|
355
|
+
"id": 754,
|
|
353
356
|
"name": "ThisQuarter",
|
|
354
357
|
"kind": 16,
|
|
355
358
|
"kindString": "Enumeration member",
|
|
@@ -367,7 +370,7 @@
|
|
|
367
370
|
"defaultValue": "14"
|
|
368
371
|
},
|
|
369
372
|
{
|
|
370
|
-
"id":
|
|
373
|
+
"id": 748,
|
|
371
374
|
"name": "ThisWeek",
|
|
372
375
|
"kind": 16,
|
|
373
376
|
"kindString": "Enumeration member",
|
|
@@ -385,7 +388,7 @@
|
|
|
385
388
|
"defaultValue": "8"
|
|
386
389
|
},
|
|
387
390
|
{
|
|
388
|
-
"id":
|
|
391
|
+
"id": 745,
|
|
389
392
|
"name": "Today",
|
|
390
393
|
"kind": 16,
|
|
391
394
|
"kindString": "Enumeration member",
|
|
@@ -403,7 +406,7 @@
|
|
|
403
406
|
"defaultValue": "5"
|
|
404
407
|
},
|
|
405
408
|
{
|
|
406
|
-
"id":
|
|
409
|
+
"id": 746,
|
|
407
410
|
"name": "Tomorrow",
|
|
408
411
|
"kind": 16,
|
|
409
412
|
"kindString": "Enumeration member",
|
|
@@ -421,7 +424,7 @@
|
|
|
421
424
|
"defaultValue": "6"
|
|
422
425
|
},
|
|
423
426
|
{
|
|
424
|
-
"id":
|
|
427
|
+
"id": 744,
|
|
425
428
|
"name": "Yesterday",
|
|
426
429
|
"kind": 16,
|
|
427
430
|
"kindString": "Enumeration member",
|
|
@@ -444,28 +447,28 @@
|
|
|
444
447
|
"title": "Enumeration members",
|
|
445
448
|
"kind": 16,
|
|
446
449
|
"children": [
|
|
447
|
-
737,
|
|
448
|
-
735,
|
|
449
|
-
736,
|
|
450
|
-
751,
|
|
451
|
-
754,
|
|
452
|
-
745,
|
|
453
|
-
748,
|
|
454
450
|
742,
|
|
455
|
-
|
|
451
|
+
740,
|
|
452
|
+
741,
|
|
456
453
|
756,
|
|
457
|
-
|
|
454
|
+
759,
|
|
458
455
|
750,
|
|
459
|
-
|
|
460
|
-
|
|
456
|
+
753,
|
|
457
|
+
747,
|
|
458
|
+
758,
|
|
459
|
+
761,
|
|
461
460
|
752,
|
|
462
461
|
755,
|
|
463
|
-
746,
|
|
464
462
|
749,
|
|
465
463
|
743,
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
464
|
+
757,
|
|
465
|
+
760,
|
|
466
|
+
751,
|
|
467
|
+
754,
|
|
468
|
+
748,
|
|
469
|
+
745,
|
|
470
|
+
746,
|
|
471
|
+
744
|
|
469
472
|
]
|
|
470
473
|
}
|
|
471
474
|
],
|
|
@@ -478,7 +481,7 @@
|
|
|
478
481
|
]
|
|
479
482
|
},
|
|
480
483
|
{
|
|
481
|
-
"id":
|
|
484
|
+
"id": 762,
|
|
482
485
|
"name": "SkyDateRangeCalculatorType",
|
|
483
486
|
"kind": 8,
|
|
484
487
|
"kindString": "Enumeration",
|
|
@@ -488,7 +491,7 @@
|
|
|
488
491
|
},
|
|
489
492
|
"children": [
|
|
490
493
|
{
|
|
491
|
-
"id":
|
|
494
|
+
"id": 763,
|
|
492
495
|
"name": "After",
|
|
493
496
|
"kind": 16,
|
|
494
497
|
"kindString": "Enumeration member",
|
|
@@ -506,7 +509,7 @@
|
|
|
506
509
|
"defaultValue": "0"
|
|
507
510
|
},
|
|
508
511
|
{
|
|
509
|
-
"id":
|
|
512
|
+
"id": 764,
|
|
510
513
|
"name": "Before",
|
|
511
514
|
"kind": 16,
|
|
512
515
|
"kindString": "Enumeration member",
|
|
@@ -524,7 +527,7 @@
|
|
|
524
527
|
"defaultValue": "1"
|
|
525
528
|
},
|
|
526
529
|
{
|
|
527
|
-
"id":
|
|
530
|
+
"id": 765,
|
|
528
531
|
"name": "Range",
|
|
529
532
|
"kind": 16,
|
|
530
533
|
"kindString": "Enumeration member",
|
|
@@ -542,7 +545,7 @@
|
|
|
542
545
|
"defaultValue": "2"
|
|
543
546
|
},
|
|
544
547
|
{
|
|
545
|
-
"id":
|
|
548
|
+
"id": 766,
|
|
546
549
|
"name": "Relative",
|
|
547
550
|
"kind": 16,
|
|
548
551
|
"kindString": "Enumeration member",
|
|
@@ -565,10 +568,10 @@
|
|
|
565
568
|
"title": "Enumeration members",
|
|
566
569
|
"kind": 16,
|
|
567
570
|
"children": [
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
571
|
+
763,
|
|
572
|
+
764,
|
|
573
|
+
765,
|
|
574
|
+
766
|
|
572
575
|
]
|
|
573
576
|
}
|
|
574
577
|
],
|
|
@@ -893,7 +896,7 @@
|
|
|
893
896
|
"flags": {},
|
|
894
897
|
"type": {
|
|
895
898
|
"type": "reference",
|
|
896
|
-
"id":
|
|
899
|
+
"id": 739,
|
|
897
900
|
"name": "SkyDateRangeCalculatorId"
|
|
898
901
|
}
|
|
899
902
|
},
|
|
@@ -963,7 +966,7 @@
|
|
|
963
966
|
],
|
|
964
967
|
"type": {
|
|
965
968
|
"type": "reference",
|
|
966
|
-
"id":
|
|
969
|
+
"id": 762,
|
|
967
970
|
"name": "SkyDateRangeCalculatorType"
|
|
968
971
|
}
|
|
969
972
|
},
|
|
@@ -1074,6 +1077,7 @@
|
|
|
1074
1077
|
},
|
|
1075
1078
|
"type": {
|
|
1076
1079
|
"type": "reference",
|
|
1080
|
+
"id": 771,
|
|
1077
1081
|
"name": "SkyDateRange"
|
|
1078
1082
|
}
|
|
1079
1083
|
}
|
|
@@ -1123,7 +1127,7 @@
|
|
|
1123
1127
|
]
|
|
1124
1128
|
},
|
|
1125
1129
|
{
|
|
1126
|
-
"id":
|
|
1130
|
+
"id": 774,
|
|
1127
1131
|
"name": "SkyDateRangePickerModule",
|
|
1128
1132
|
"kind": 128,
|
|
1129
1133
|
"kindString": "Class",
|
|
@@ -1148,7 +1152,7 @@
|
|
|
1148
1152
|
"title": "Constructors",
|
|
1149
1153
|
"kind": 512,
|
|
1150
1154
|
"children": [
|
|
1151
|
-
|
|
1155
|
+
775
|
|
1152
1156
|
]
|
|
1153
1157
|
}
|
|
1154
1158
|
],
|
|
@@ -1161,7 +1165,7 @@
|
|
|
1161
1165
|
]
|
|
1162
1166
|
},
|
|
1163
1167
|
{
|
|
1164
|
-
"id":
|
|
1168
|
+
"id": 777,
|
|
1165
1169
|
"name": "SkyDateRangeService",
|
|
1166
1170
|
"kind": 128,
|
|
1167
1171
|
"kindString": "Class",
|
|
@@ -1183,7 +1187,7 @@
|
|
|
1183
1187
|
],
|
|
1184
1188
|
"children": [
|
|
1185
1189
|
{
|
|
1186
|
-
"id":
|
|
1190
|
+
"id": 779,
|
|
1187
1191
|
"name": "constructor",
|
|
1188
1192
|
"kind": 512,
|
|
1189
1193
|
"kindString": "Constructor",
|
|
@@ -1197,14 +1201,14 @@
|
|
|
1197
1201
|
],
|
|
1198
1202
|
"signatures": [
|
|
1199
1203
|
{
|
|
1200
|
-
"id":
|
|
1204
|
+
"id": 780,
|
|
1201
1205
|
"name": "new SkyDateRangeService",
|
|
1202
1206
|
"kind": 16384,
|
|
1203
1207
|
"kindString": "Constructor signature",
|
|
1204
1208
|
"flags": {},
|
|
1205
1209
|
"parameters": [
|
|
1206
1210
|
{
|
|
1207
|
-
"id":
|
|
1211
|
+
"id": 781,
|
|
1208
1212
|
"name": "resourcesService",
|
|
1209
1213
|
"kind": 32768,
|
|
1210
1214
|
"kindString": "Parameter",
|
|
@@ -1217,14 +1221,14 @@
|
|
|
1217
1221
|
],
|
|
1218
1222
|
"type": {
|
|
1219
1223
|
"type": "reference",
|
|
1220
|
-
"id":
|
|
1224
|
+
"id": 777,
|
|
1221
1225
|
"name": "SkyDateRangeService"
|
|
1222
1226
|
}
|
|
1223
1227
|
}
|
|
1224
1228
|
]
|
|
1225
1229
|
},
|
|
1226
1230
|
{
|
|
1227
|
-
"id":
|
|
1231
|
+
"id": 788,
|
|
1228
1232
|
"name": "createCalculator",
|
|
1229
1233
|
"kind": 2048,
|
|
1230
1234
|
"kindString": "Method",
|
|
@@ -1240,7 +1244,7 @@
|
|
|
1240
1244
|
],
|
|
1241
1245
|
"signatures": [
|
|
1242
1246
|
{
|
|
1243
|
-
"id":
|
|
1247
|
+
"id": 789,
|
|
1244
1248
|
"name": "createCalculator",
|
|
1245
1249
|
"kind": 4096,
|
|
1246
1250
|
"kindString": "Call signature",
|
|
@@ -1250,7 +1254,7 @@
|
|
|
1250
1254
|
},
|
|
1251
1255
|
"parameters": [
|
|
1252
1256
|
{
|
|
1253
|
-
"id":
|
|
1257
|
+
"id": 790,
|
|
1254
1258
|
"name": "config",
|
|
1255
1259
|
"kind": 32768,
|
|
1256
1260
|
"kindString": "Parameter",
|
|
@@ -1274,7 +1278,7 @@
|
|
|
1274
1278
|
]
|
|
1275
1279
|
},
|
|
1276
1280
|
{
|
|
1277
|
-
"id":
|
|
1281
|
+
"id": 794,
|
|
1278
1282
|
"name": "getCalculatorById",
|
|
1279
1283
|
"kind": 2048,
|
|
1280
1284
|
"kindString": "Method",
|
|
@@ -1290,7 +1294,7 @@
|
|
|
1290
1294
|
],
|
|
1291
1295
|
"signatures": [
|
|
1292
1296
|
{
|
|
1293
|
-
"id":
|
|
1297
|
+
"id": 795,
|
|
1294
1298
|
"name": "getCalculatorById",
|
|
1295
1299
|
"kind": 4096,
|
|
1296
1300
|
"kindString": "Call signature",
|
|
@@ -1300,7 +1304,7 @@
|
|
|
1300
1304
|
},
|
|
1301
1305
|
"parameters": [
|
|
1302
1306
|
{
|
|
1303
|
-
"id":
|
|
1307
|
+
"id": 796,
|
|
1304
1308
|
"name": "id",
|
|
1305
1309
|
"kind": 32768,
|
|
1306
1310
|
"kindString": "Parameter",
|
|
@@ -1310,7 +1314,7 @@
|
|
|
1310
1314
|
},
|
|
1311
1315
|
"type": {
|
|
1312
1316
|
"type": "reference",
|
|
1313
|
-
"id":
|
|
1317
|
+
"id": 739,
|
|
1314
1318
|
"name": "SkyDateRangeCalculatorId"
|
|
1315
1319
|
}
|
|
1316
1320
|
}
|
|
@@ -1332,7 +1336,7 @@
|
|
|
1332
1336
|
]
|
|
1333
1337
|
},
|
|
1334
1338
|
{
|
|
1335
|
-
"id":
|
|
1339
|
+
"id": 791,
|
|
1336
1340
|
"name": "getCalculators",
|
|
1337
1341
|
"kind": 2048,
|
|
1338
1342
|
"kindString": "Method",
|
|
@@ -1348,7 +1352,7 @@
|
|
|
1348
1352
|
],
|
|
1349
1353
|
"signatures": [
|
|
1350
1354
|
{
|
|
1351
|
-
"id":
|
|
1355
|
+
"id": 792,
|
|
1352
1356
|
"name": "getCalculators",
|
|
1353
1357
|
"kind": 4096,
|
|
1354
1358
|
"kindString": "Call signature",
|
|
@@ -1358,7 +1362,7 @@
|
|
|
1358
1362
|
},
|
|
1359
1363
|
"parameters": [
|
|
1360
1364
|
{
|
|
1361
|
-
"id":
|
|
1365
|
+
"id": 793,
|
|
1362
1366
|
"name": "ids",
|
|
1363
1367
|
"kind": 32768,
|
|
1364
1368
|
"kindString": "Parameter",
|
|
@@ -1370,7 +1374,7 @@
|
|
|
1370
1374
|
"type": "array",
|
|
1371
1375
|
"elementType": {
|
|
1372
1376
|
"type": "reference",
|
|
1373
|
-
"id":
|
|
1377
|
+
"id": 739,
|
|
1374
1378
|
"name": "SkyDateRangeCalculatorId"
|
|
1375
1379
|
}
|
|
1376
1380
|
}
|
|
@@ -1401,16 +1405,16 @@
|
|
|
1401
1405
|
"title": "Constructors",
|
|
1402
1406
|
"kind": 512,
|
|
1403
1407
|
"children": [
|
|
1404
|
-
|
|
1408
|
+
779
|
|
1405
1409
|
]
|
|
1406
1410
|
},
|
|
1407
1411
|
{
|
|
1408
1412
|
"title": "Methods",
|
|
1409
1413
|
"kind": 2048,
|
|
1410
1414
|
"children": [
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1415
|
+
788,
|
|
1416
|
+
794,
|
|
1417
|
+
791
|
|
1414
1418
|
]
|
|
1415
1419
|
}
|
|
1416
1420
|
],
|
|
@@ -1423,7 +1427,7 @@
|
|
|
1423
1427
|
]
|
|
1424
1428
|
},
|
|
1425
1429
|
{
|
|
1426
|
-
"id":
|
|
1430
|
+
"id": 799,
|
|
1427
1431
|
"name": "SkyDatepickerConfigService",
|
|
1428
1432
|
"kind": 128,
|
|
1429
1433
|
"kindString": "Class",
|
|
@@ -1444,7 +1448,7 @@
|
|
|
1444
1448
|
],
|
|
1445
1449
|
"children": [
|
|
1446
1450
|
{
|
|
1447
|
-
"id":
|
|
1451
|
+
"id": 802,
|
|
1448
1452
|
"name": "dateFormat",
|
|
1449
1453
|
"kind": 1024,
|
|
1450
1454
|
"kindString": "Property",
|
|
@@ -1473,7 +1477,7 @@
|
|
|
1473
1477
|
}
|
|
1474
1478
|
},
|
|
1475
1479
|
{
|
|
1476
|
-
"id":
|
|
1480
|
+
"id": 803,
|
|
1477
1481
|
"name": "maxDate",
|
|
1478
1482
|
"kind": 1024,
|
|
1479
1483
|
"kindString": "Property",
|
|
@@ -1498,7 +1502,7 @@
|
|
|
1498
1502
|
}
|
|
1499
1503
|
},
|
|
1500
1504
|
{
|
|
1501
|
-
"id":
|
|
1505
|
+
"id": 804,
|
|
1502
1506
|
"name": "minDate",
|
|
1503
1507
|
"kind": 1024,
|
|
1504
1508
|
"kindString": "Property",
|
|
@@ -1523,7 +1527,7 @@
|
|
|
1523
1527
|
}
|
|
1524
1528
|
},
|
|
1525
1529
|
{
|
|
1526
|
-
"id":
|
|
1530
|
+
"id": 805,
|
|
1527
1531
|
"name": "startingDay",
|
|
1528
1532
|
"kind": 1024,
|
|
1529
1533
|
"kindString": "Property",
|
|
@@ -1558,17 +1562,17 @@
|
|
|
1558
1562
|
"title": "Constructors",
|
|
1559
1563
|
"kind": 512,
|
|
1560
1564
|
"children": [
|
|
1561
|
-
|
|
1565
|
+
800
|
|
1562
1566
|
]
|
|
1563
1567
|
},
|
|
1564
1568
|
{
|
|
1565
1569
|
"title": "Properties",
|
|
1566
1570
|
"kind": 1024,
|
|
1567
1571
|
"children": [
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
+
802,
|
|
1573
|
+
803,
|
|
1574
|
+
804,
|
|
1575
|
+
805
|
|
1572
1576
|
]
|
|
1573
1577
|
}
|
|
1574
1578
|
],
|
|
@@ -1581,7 +1585,7 @@
|
|
|
1581
1585
|
]
|
|
1582
1586
|
},
|
|
1583
1587
|
{
|
|
1584
|
-
"id":
|
|
1588
|
+
"id": 806,
|
|
1585
1589
|
"name": "SkyDatepickerModule",
|
|
1586
1590
|
"kind": 128,
|
|
1587
1591
|
"kindString": "Class",
|
|
@@ -1606,7 +1610,7 @@
|
|
|
1606
1610
|
"title": "Constructors",
|
|
1607
1611
|
"kind": 512,
|
|
1608
1612
|
"children": [
|
|
1609
|
-
|
|
1613
|
+
807
|
|
1610
1614
|
]
|
|
1611
1615
|
}
|
|
1612
1616
|
],
|
|
@@ -1726,7 +1730,7 @@
|
|
|
1726
1730
|
},
|
|
1727
1731
|
"type": {
|
|
1728
1732
|
"type": "reference",
|
|
1729
|
-
"id":
|
|
1733
|
+
"id": 809,
|
|
1730
1734
|
"name": "SkyFuzzyDate"
|
|
1731
1735
|
}
|
|
1732
1736
|
},
|
|
@@ -1812,7 +1816,7 @@
|
|
|
1812
1816
|
]
|
|
1813
1817
|
},
|
|
1814
1818
|
{
|
|
1815
|
-
"id":
|
|
1819
|
+
"id": 899,
|
|
1816
1820
|
"name": "SkyTimepickerModule",
|
|
1817
1821
|
"kind": 128,
|
|
1818
1822
|
"kindString": "Class",
|
|
@@ -1837,7 +1841,7 @@
|
|
|
1837
1841
|
"title": "Constructors",
|
|
1838
1842
|
"kind": 512,
|
|
1839
1843
|
"children": [
|
|
1840
|
-
|
|
1844
|
+
900
|
|
1841
1845
|
]
|
|
1842
1846
|
}
|
|
1843
1847
|
],
|
|
@@ -2034,7 +2038,7 @@
|
|
|
2034
2038
|
"typeArguments": [
|
|
2035
2039
|
{
|
|
2036
2040
|
"type": "reference",
|
|
2037
|
-
"id":
|
|
2041
|
+
"id": 882,
|
|
2038
2042
|
"name": "SkyDatepickerCalendarChange"
|
|
2039
2043
|
}
|
|
2040
2044
|
],
|
|
@@ -2083,7 +2087,7 @@
|
|
|
2083
2087
|
"type": "array",
|
|
2084
2088
|
"elementType": {
|
|
2085
2089
|
"type": "reference",
|
|
2086
|
-
"id":
|
|
2090
|
+
"id": 886,
|
|
2087
2091
|
"name": "SkyDatepickerCustomDate"
|
|
2088
2092
|
}
|
|
2089
2093
|
}
|
|
@@ -2512,7 +2516,7 @@
|
|
|
2512
2516
|
"flags": {},
|
|
2513
2517
|
"type": {
|
|
2514
2518
|
"type": "reference",
|
|
2515
|
-
"id":
|
|
2519
|
+
"id": 882,
|
|
2516
2520
|
"name": "SkyDatepickerCalendarChange"
|
|
2517
2521
|
}
|
|
2518
2522
|
}
|
|
@@ -2771,7 +2775,7 @@
|
|
|
2771
2775
|
"flags": {},
|
|
2772
2776
|
"type": {
|
|
2773
2777
|
"type": "reference",
|
|
2774
|
-
"id":
|
|
2778
|
+
"id": 799,
|
|
2775
2779
|
"name": "SkyDatepickerConfigService"
|
|
2776
2780
|
}
|
|
2777
2781
|
},
|
|
@@ -4327,7 +4331,7 @@
|
|
|
4327
4331
|
"flags": {},
|
|
4328
4332
|
"type": {
|
|
4329
4333
|
"type": "reference",
|
|
4330
|
-
"id":
|
|
4334
|
+
"id": 799,
|
|
4331
4335
|
"name": "SkyDatepickerConfigService"
|
|
4332
4336
|
}
|
|
4333
4337
|
},
|
|
@@ -4765,7 +4769,7 @@
|
|
|
4765
4769
|
},
|
|
4766
4770
|
"type": {
|
|
4767
4771
|
"type": "reference",
|
|
4768
|
-
"id":
|
|
4772
|
+
"id": 809,
|
|
4769
4773
|
"name": "SkyFuzzyDate"
|
|
4770
4774
|
}
|
|
4771
4775
|
}
|
|
@@ -4789,7 +4793,7 @@
|
|
|
4789
4793
|
"flags": {},
|
|
4790
4794
|
"type": {
|
|
4791
4795
|
"type": "reference",
|
|
4792
|
-
"id":
|
|
4796
|
+
"id": 809,
|
|
4793
4797
|
"name": "SkyFuzzyDate"
|
|
4794
4798
|
}
|
|
4795
4799
|
}
|
|
@@ -4840,7 +4844,7 @@
|
|
|
4840
4844
|
},
|
|
4841
4845
|
"type": {
|
|
4842
4846
|
"type": "reference",
|
|
4843
|
-
"id":
|
|
4847
|
+
"id": 809,
|
|
4844
4848
|
"name": "SkyFuzzyDate"
|
|
4845
4849
|
}
|
|
4846
4850
|
}
|
|
@@ -4864,7 +4868,7 @@
|
|
|
4864
4868
|
"flags": {},
|
|
4865
4869
|
"type": {
|
|
4866
4870
|
"type": "reference",
|
|
4867
|
-
"id":
|
|
4871
|
+
"id": 809,
|
|
4868
4872
|
"name": "SkyFuzzyDate"
|
|
4869
4873
|
}
|
|
4870
4874
|
}
|
|
@@ -5985,7 +5989,7 @@
|
|
|
5985
5989
|
"flags": {},
|
|
5986
5990
|
"type": {
|
|
5987
5991
|
"type": "reference",
|
|
5988
|
-
"id":
|
|
5992
|
+
"id": 777,
|
|
5989
5993
|
"name": "SkyDateRangeService"
|
|
5990
5994
|
}
|
|
5991
5995
|
},
|
|
@@ -6368,7 +6372,7 @@
|
|
|
6368
6372
|
"type": "array",
|
|
6369
6373
|
"elementType": {
|
|
6370
6374
|
"type": "reference",
|
|
6371
|
-
"id":
|
|
6375
|
+
"id": 739,
|
|
6372
6376
|
"name": "SkyDateRangeCalculatorId"
|
|
6373
6377
|
}
|
|
6374
6378
|
}
|
|
@@ -6395,7 +6399,7 @@
|
|
|
6395
6399
|
"type": "array",
|
|
6396
6400
|
"elementType": {
|
|
6397
6401
|
"type": "reference",
|
|
6398
|
-
"id":
|
|
6402
|
+
"id": 739,
|
|
6399
6403
|
"name": "SkyDateRangeCalculatorId"
|
|
6400
6404
|
}
|
|
6401
6405
|
}
|
|
@@ -7666,7 +7670,7 @@
|
|
|
7666
7670
|
"typeArguments": [
|
|
7667
7671
|
{
|
|
7668
7672
|
"type": "reference",
|
|
7669
|
-
"id":
|
|
7673
|
+
"id": 891,
|
|
7670
7674
|
"name": "SkyTimepickerTimeOutput"
|
|
7671
7675
|
}
|
|
7672
7676
|
],
|
|
@@ -7981,7 +7985,7 @@
|
|
|
7981
7985
|
"flags": {},
|
|
7982
7986
|
"type": {
|
|
7983
7987
|
"type": "reference",
|
|
7984
|
-
"id":
|
|
7988
|
+
"id": 891,
|
|
7985
7989
|
"name": "SkyTimepickerTimeOutput"
|
|
7986
7990
|
}
|
|
7987
7991
|
}
|
|
@@ -8002,7 +8006,7 @@
|
|
|
8002
8006
|
"flags": {},
|
|
8003
8007
|
"type": {
|
|
8004
8008
|
"type": "reference",
|
|
8005
|
-
"id":
|
|
8009
|
+
"id": 891,
|
|
8006
8010
|
"name": "SkyTimepickerTimeOutput"
|
|
8007
8011
|
}
|
|
8008
8012
|
}
|
|
@@ -9466,6 +9470,89 @@
|
|
|
9466
9470
|
}
|
|
9467
9471
|
]
|
|
9468
9472
|
},
|
|
9473
|
+
{
|
|
9474
|
+
"id": 771,
|
|
9475
|
+
"name": "SkyDateRange",
|
|
9476
|
+
"kind": 256,
|
|
9477
|
+
"kindString": "Interface",
|
|
9478
|
+
"flags": {},
|
|
9479
|
+
"children": [
|
|
9480
|
+
{
|
|
9481
|
+
"id": 772,
|
|
9482
|
+
"name": "endDate",
|
|
9483
|
+
"kind": 1024,
|
|
9484
|
+
"kindString": "Property",
|
|
9485
|
+
"flags": {
|
|
9486
|
+
"isOptional": true
|
|
9487
|
+
},
|
|
9488
|
+
"comment": {
|
|
9489
|
+
"shortText": "Specifies the last date in the date range."
|
|
9490
|
+
},
|
|
9491
|
+
"sources": [
|
|
9492
|
+
{
|
|
9493
|
+
"fileName": "projects/datetime/src/modules/date-range-picker/types/date-range.ts",
|
|
9494
|
+
"line": 5,
|
|
9495
|
+
"character": 2
|
|
9496
|
+
}
|
|
9497
|
+
],
|
|
9498
|
+
"type": {
|
|
9499
|
+
"type": "reference",
|
|
9500
|
+
"qualifiedName": "Date",
|
|
9501
|
+
"package": "typescript",
|
|
9502
|
+
"name": "Date"
|
|
9503
|
+
}
|
|
9504
|
+
},
|
|
9505
|
+
{
|
|
9506
|
+
"id": 773,
|
|
9507
|
+
"name": "startDate",
|
|
9508
|
+
"kind": 1024,
|
|
9509
|
+
"kindString": "Property",
|
|
9510
|
+
"flags": {
|
|
9511
|
+
"isOptional": true
|
|
9512
|
+
},
|
|
9513
|
+
"comment": {
|
|
9514
|
+
"shortText": "Specifies the first date in the date range."
|
|
9515
|
+
},
|
|
9516
|
+
"sources": [
|
|
9517
|
+
{
|
|
9518
|
+
"fileName": "projects/datetime/src/modules/date-range-picker/types/date-range.ts",
|
|
9519
|
+
"line": 10,
|
|
9520
|
+
"character": 2
|
|
9521
|
+
}
|
|
9522
|
+
],
|
|
9523
|
+
"type": {
|
|
9524
|
+
"type": "reference",
|
|
9525
|
+
"qualifiedName": "Date",
|
|
9526
|
+
"package": "typescript",
|
|
9527
|
+
"name": "Date"
|
|
9528
|
+
}
|
|
9529
|
+
}
|
|
9530
|
+
],
|
|
9531
|
+
"groups": [
|
|
9532
|
+
{
|
|
9533
|
+
"title": "Properties",
|
|
9534
|
+
"kind": 1024,
|
|
9535
|
+
"children": [
|
|
9536
|
+
772,
|
|
9537
|
+
773
|
|
9538
|
+
]
|
|
9539
|
+
}
|
|
9540
|
+
],
|
|
9541
|
+
"sources": [
|
|
9542
|
+
{
|
|
9543
|
+
"fileName": "projects/datetime/src/modules/date-range-picker/types/date-range.ts",
|
|
9544
|
+
"line": 1,
|
|
9545
|
+
"character": 17
|
|
9546
|
+
}
|
|
9547
|
+
],
|
|
9548
|
+
"extendedBy": [
|
|
9549
|
+
{
|
|
9550
|
+
"type": "reference",
|
|
9551
|
+
"id": 707,
|
|
9552
|
+
"name": "SkyDateRangeCalculation"
|
|
9553
|
+
}
|
|
9554
|
+
]
|
|
9555
|
+
},
|
|
9469
9556
|
{
|
|
9470
9557
|
"id": 707,
|
|
9471
9558
|
"name": "SkyDateRangeCalculation",
|
|
@@ -9494,7 +9581,7 @@
|
|
|
9494
9581
|
],
|
|
9495
9582
|
"type": {
|
|
9496
9583
|
"type": "reference",
|
|
9497
|
-
"id":
|
|
9584
|
+
"id": 739,
|
|
9498
9585
|
"name": "SkyDateRangeCalculatorId"
|
|
9499
9586
|
}
|
|
9500
9587
|
},
|
|
@@ -9512,7 +9599,7 @@
|
|
|
9512
9599
|
"sources": [
|
|
9513
9600
|
{
|
|
9514
9601
|
"fileName": "projects/datetime/src/modules/date-range-picker/types/date-range.ts",
|
|
9515
|
-
"line":
|
|
9602
|
+
"line": 5,
|
|
9516
9603
|
"character": 2
|
|
9517
9604
|
}
|
|
9518
9605
|
],
|
|
@@ -9524,6 +9611,7 @@
|
|
|
9524
9611
|
},
|
|
9525
9612
|
"inheritedFrom": {
|
|
9526
9613
|
"type": "reference",
|
|
9614
|
+
"id": 772,
|
|
9527
9615
|
"name": "SkyDateRange.endDate"
|
|
9528
9616
|
}
|
|
9529
9617
|
},
|
|
@@ -9541,7 +9629,7 @@
|
|
|
9541
9629
|
"sources": [
|
|
9542
9630
|
{
|
|
9543
9631
|
"fileName": "projects/datetime/src/modules/date-range-picker/types/date-range.ts",
|
|
9544
|
-
"line":
|
|
9632
|
+
"line": 10,
|
|
9545
9633
|
"character": 2
|
|
9546
9634
|
}
|
|
9547
9635
|
],
|
|
@@ -9553,6 +9641,7 @@
|
|
|
9553
9641
|
},
|
|
9554
9642
|
"inheritedFrom": {
|
|
9555
9643
|
"type": "reference",
|
|
9644
|
+
"id": 773,
|
|
9556
9645
|
"name": "SkyDateRange.startDate"
|
|
9557
9646
|
}
|
|
9558
9647
|
}
|
|
@@ -9578,6 +9667,7 @@
|
|
|
9578
9667
|
"extendedTypes": [
|
|
9579
9668
|
{
|
|
9580
9669
|
"type": "reference",
|
|
9670
|
+
"id": 771,
|
|
9581
9671
|
"name": "SkyDateRange"
|
|
9582
9672
|
}
|
|
9583
9673
|
]
|
|
@@ -9610,6 +9700,7 @@
|
|
|
9610
9700
|
],
|
|
9611
9701
|
"type": {
|
|
9612
9702
|
"type": "reference",
|
|
9703
|
+
"id": 734,
|
|
9613
9704
|
"name": "SkyDateRangeCalculatorGetValueFunction"
|
|
9614
9705
|
}
|
|
9615
9706
|
},
|
|
@@ -9652,7 +9743,7 @@
|
|
|
9652
9743
|
],
|
|
9653
9744
|
"type": {
|
|
9654
9745
|
"type": "reference",
|
|
9655
|
-
"id":
|
|
9746
|
+
"id": 762,
|
|
9656
9747
|
"name": "SkyDateRangeCalculatorType"
|
|
9657
9748
|
}
|
|
9658
9749
|
},
|
|
@@ -9676,6 +9767,7 @@
|
|
|
9676
9767
|
],
|
|
9677
9768
|
"type": {
|
|
9678
9769
|
"type": "reference",
|
|
9770
|
+
"id": 767,
|
|
9679
9771
|
"name": "SkyDateRangeCalculatorValidateFunction"
|
|
9680
9772
|
}
|
|
9681
9773
|
}
|
|
@@ -9701,7 +9793,7 @@
|
|
|
9701
9793
|
]
|
|
9702
9794
|
},
|
|
9703
9795
|
{
|
|
9704
|
-
"id":
|
|
9796
|
+
"id": 882,
|
|
9705
9797
|
"name": "SkyDatepickerCalendarChange",
|
|
9706
9798
|
"kind": 256,
|
|
9707
9799
|
"kindString": "Interface",
|
|
@@ -9711,7 +9803,7 @@
|
|
|
9711
9803
|
},
|
|
9712
9804
|
"children": [
|
|
9713
9805
|
{
|
|
9714
|
-
"id":
|
|
9806
|
+
"id": 885,
|
|
9715
9807
|
"name": "customDates",
|
|
9716
9808
|
"kind": 1024,
|
|
9717
9809
|
"kindString": "Property",
|
|
@@ -9735,7 +9827,7 @@
|
|
|
9735
9827
|
"type": "array",
|
|
9736
9828
|
"elementType": {
|
|
9737
9829
|
"type": "reference",
|
|
9738
|
-
"id":
|
|
9830
|
+
"id": 886,
|
|
9739
9831
|
"name": "SkyDatepickerCustomDate"
|
|
9740
9832
|
}
|
|
9741
9833
|
}
|
|
@@ -9746,7 +9838,7 @@
|
|
|
9746
9838
|
}
|
|
9747
9839
|
},
|
|
9748
9840
|
{
|
|
9749
|
-
"id":
|
|
9841
|
+
"id": 883,
|
|
9750
9842
|
"name": "endDate",
|
|
9751
9843
|
"kind": 1024,
|
|
9752
9844
|
"kindString": "Property",
|
|
@@ -9769,7 +9861,7 @@
|
|
|
9769
9861
|
}
|
|
9770
9862
|
},
|
|
9771
9863
|
{
|
|
9772
|
-
"id":
|
|
9864
|
+
"id": 884,
|
|
9773
9865
|
"name": "startDate",
|
|
9774
9866
|
"kind": 1024,
|
|
9775
9867
|
"kindString": "Property",
|
|
@@ -9797,9 +9889,9 @@
|
|
|
9797
9889
|
"title": "Properties",
|
|
9798
9890
|
"kind": 1024,
|
|
9799
9891
|
"children": [
|
|
9800
|
-
|
|
9801
|
-
|
|
9802
|
-
|
|
9892
|
+
885,
|
|
9893
|
+
883,
|
|
9894
|
+
884
|
|
9803
9895
|
]
|
|
9804
9896
|
}
|
|
9805
9897
|
],
|
|
@@ -9812,7 +9904,7 @@
|
|
|
9812
9904
|
]
|
|
9813
9905
|
},
|
|
9814
9906
|
{
|
|
9815
|
-
"id":
|
|
9907
|
+
"id": 886,
|
|
9816
9908
|
"name": "SkyDatepickerCustomDate",
|
|
9817
9909
|
"kind": 256,
|
|
9818
9910
|
"kindString": "Interface",
|
|
@@ -9822,7 +9914,7 @@
|
|
|
9822
9914
|
},
|
|
9823
9915
|
"children": [
|
|
9824
9916
|
{
|
|
9825
|
-
"id":
|
|
9917
|
+
"id": 887,
|
|
9826
9918
|
"name": "date",
|
|
9827
9919
|
"kind": 1024,
|
|
9828
9920
|
"kindString": "Property",
|
|
@@ -9845,7 +9937,7 @@
|
|
|
9845
9937
|
}
|
|
9846
9938
|
},
|
|
9847
9939
|
{
|
|
9848
|
-
"id":
|
|
9940
|
+
"id": 888,
|
|
9849
9941
|
"name": "disabled",
|
|
9850
9942
|
"kind": 1024,
|
|
9851
9943
|
"kindString": "Property",
|
|
@@ -9868,7 +9960,7 @@
|
|
|
9868
9960
|
}
|
|
9869
9961
|
},
|
|
9870
9962
|
{
|
|
9871
|
-
"id":
|
|
9963
|
+
"id": 889,
|
|
9872
9964
|
"name": "keyDate",
|
|
9873
9965
|
"kind": 1024,
|
|
9874
9966
|
"kindString": "Property",
|
|
@@ -9891,7 +9983,7 @@
|
|
|
9891
9983
|
}
|
|
9892
9984
|
},
|
|
9893
9985
|
{
|
|
9894
|
-
"id":
|
|
9986
|
+
"id": 890,
|
|
9895
9987
|
"name": "keyDateText",
|
|
9896
9988
|
"kind": 1024,
|
|
9897
9989
|
"kindString": "Property",
|
|
@@ -9922,10 +10014,10 @@
|
|
|
9922
10014
|
"title": "Properties",
|
|
9923
10015
|
"kind": 1024,
|
|
9924
10016
|
"children": [
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
10017
|
+
887,
|
|
10018
|
+
888,
|
|
10019
|
+
889,
|
|
10020
|
+
890
|
|
9929
10021
|
]
|
|
9930
10022
|
}
|
|
9931
10023
|
],
|
|
@@ -9938,14 +10030,14 @@
|
|
|
9938
10030
|
]
|
|
9939
10031
|
},
|
|
9940
10032
|
{
|
|
9941
|
-
"id":
|
|
10033
|
+
"id": 809,
|
|
9942
10034
|
"name": "SkyFuzzyDate",
|
|
9943
10035
|
"kind": 256,
|
|
9944
10036
|
"kindString": "Interface",
|
|
9945
10037
|
"flags": {},
|
|
9946
10038
|
"children": [
|
|
9947
10039
|
{
|
|
9948
|
-
"id":
|
|
10040
|
+
"id": 810,
|
|
9949
10041
|
"name": "day",
|
|
9950
10042
|
"kind": 1024,
|
|
9951
10043
|
"kindString": "Property",
|
|
@@ -9968,7 +10060,7 @@
|
|
|
9968
10060
|
}
|
|
9969
10061
|
},
|
|
9970
10062
|
{
|
|
9971
|
-
"id":
|
|
10063
|
+
"id": 811,
|
|
9972
10064
|
"name": "month",
|
|
9973
10065
|
"kind": 1024,
|
|
9974
10066
|
"kindString": "Property",
|
|
@@ -9991,7 +10083,7 @@
|
|
|
9991
10083
|
}
|
|
9992
10084
|
},
|
|
9993
10085
|
{
|
|
9994
|
-
"id":
|
|
10086
|
+
"id": 812,
|
|
9995
10087
|
"name": "year",
|
|
9996
10088
|
"kind": 1024,
|
|
9997
10089
|
"kindString": "Property",
|
|
@@ -10019,9 +10111,9 @@
|
|
|
10019
10111
|
"title": "Properties",
|
|
10020
10112
|
"kind": 1024,
|
|
10021
10113
|
"children": [
|
|
10022
|
-
|
|
10023
|
-
|
|
10024
|
-
|
|
10114
|
+
810,
|
|
10115
|
+
811,
|
|
10116
|
+
812
|
|
10025
10117
|
]
|
|
10026
10118
|
}
|
|
10027
10119
|
],
|
|
@@ -10034,14 +10126,14 @@
|
|
|
10034
10126
|
]
|
|
10035
10127
|
},
|
|
10036
10128
|
{
|
|
10037
|
-
"id":
|
|
10129
|
+
"id": 891,
|
|
10038
10130
|
"name": "SkyTimepickerTimeOutput",
|
|
10039
10131
|
"kind": 256,
|
|
10040
10132
|
"kindString": "Interface",
|
|
10041
10133
|
"flags": {},
|
|
10042
10134
|
"children": [
|
|
10043
10135
|
{
|
|
10044
|
-
"id":
|
|
10136
|
+
"id": 898,
|
|
10045
10137
|
"name": "customFormat",
|
|
10046
10138
|
"kind": 1024,
|
|
10047
10139
|
"kindString": "Property",
|
|
@@ -10062,7 +10154,7 @@
|
|
|
10062
10154
|
}
|
|
10063
10155
|
},
|
|
10064
10156
|
{
|
|
10065
|
-
"id":
|
|
10157
|
+
"id": 892,
|
|
10066
10158
|
"name": "hour",
|
|
10067
10159
|
"kind": 1024,
|
|
10068
10160
|
"kindString": "Property",
|
|
@@ -10083,7 +10175,7 @@
|
|
|
10083
10175
|
}
|
|
10084
10176
|
},
|
|
10085
10177
|
{
|
|
10086
|
-
"id":
|
|
10178
|
+
"id": 896,
|
|
10087
10179
|
"name": "iso8601",
|
|
10088
10180
|
"kind": 1024,
|
|
10089
10181
|
"kindString": "Property",
|
|
@@ -10106,7 +10198,7 @@
|
|
|
10106
10198
|
}
|
|
10107
10199
|
},
|
|
10108
10200
|
{
|
|
10109
|
-
"id":
|
|
10201
|
+
"id": 897,
|
|
10110
10202
|
"name": "local",
|
|
10111
10203
|
"kind": 1024,
|
|
10112
10204
|
"kindString": "Property",
|
|
@@ -10127,7 +10219,7 @@
|
|
|
10127
10219
|
}
|
|
10128
10220
|
},
|
|
10129
10221
|
{
|
|
10130
|
-
"id":
|
|
10222
|
+
"id": 894,
|
|
10131
10223
|
"name": "meridie",
|
|
10132
10224
|
"kind": 1024,
|
|
10133
10225
|
"kindString": "Property",
|
|
@@ -10148,7 +10240,7 @@
|
|
|
10148
10240
|
}
|
|
10149
10241
|
},
|
|
10150
10242
|
{
|
|
10151
|
-
"id":
|
|
10243
|
+
"id": 893,
|
|
10152
10244
|
"name": "minute",
|
|
10153
10245
|
"kind": 1024,
|
|
10154
10246
|
"kindString": "Property",
|
|
@@ -10169,7 +10261,7 @@
|
|
|
10169
10261
|
}
|
|
10170
10262
|
},
|
|
10171
10263
|
{
|
|
10172
|
-
"id":
|
|
10264
|
+
"id": 895,
|
|
10173
10265
|
"name": "timezone",
|
|
10174
10266
|
"kind": 1024,
|
|
10175
10267
|
"kindString": "Property",
|
|
@@ -10195,13 +10287,13 @@
|
|
|
10195
10287
|
"title": "Properties",
|
|
10196
10288
|
"kind": 1024,
|
|
10197
10289
|
"children": [
|
|
10198
|
-
|
|
10199
|
-
|
|
10200
|
-
|
|
10201
|
-
|
|
10202
|
-
|
|
10203
|
-
|
|
10204
|
-
|
|
10290
|
+
898,
|
|
10291
|
+
892,
|
|
10292
|
+
896,
|
|
10293
|
+
897,
|
|
10294
|
+
894,
|
|
10295
|
+
893,
|
|
10296
|
+
895
|
|
10205
10297
|
]
|
|
10206
10298
|
}
|
|
10207
10299
|
],
|
|
@@ -10212,6 +10304,145 @@
|
|
|
10212
10304
|
"character": 17
|
|
10213
10305
|
}
|
|
10214
10306
|
]
|
|
10307
|
+
},
|
|
10308
|
+
{
|
|
10309
|
+
"id": 734,
|
|
10310
|
+
"name": "SkyDateRangeCalculatorGetValueFunction",
|
|
10311
|
+
"kind": 4194304,
|
|
10312
|
+
"kindString": "Type alias",
|
|
10313
|
+
"flags": {},
|
|
10314
|
+
"sources": [
|
|
10315
|
+
{
|
|
10316
|
+
"fileName": "projects/datetime/src/modules/date-range-picker/types/date-range-calculator-date-range-function.ts",
|
|
10317
|
+
"line": 3,
|
|
10318
|
+
"character": 12
|
|
10319
|
+
}
|
|
10320
|
+
],
|
|
10321
|
+
"type": {
|
|
10322
|
+
"type": "reflection",
|
|
10323
|
+
"declaration": {
|
|
10324
|
+
"id": 735,
|
|
10325
|
+
"name": "__type",
|
|
10326
|
+
"kind": 65536,
|
|
10327
|
+
"kindString": "Type literal",
|
|
10328
|
+
"flags": {},
|
|
10329
|
+
"sources": [
|
|
10330
|
+
{
|
|
10331
|
+
"fileName": "lib/modules/date-range-picker/types/date-range-calculator-date-range-function.ts",
|
|
10332
|
+
"line": 3,
|
|
10333
|
+
"character": 53
|
|
10334
|
+
}
|
|
10335
|
+
],
|
|
10336
|
+
"signatures": [
|
|
10337
|
+
{
|
|
10338
|
+
"id": 736,
|
|
10339
|
+
"name": "__type",
|
|
10340
|
+
"kind": 4096,
|
|
10341
|
+
"kindString": "Call signature",
|
|
10342
|
+
"flags": {},
|
|
10343
|
+
"parameters": [
|
|
10344
|
+
{
|
|
10345
|
+
"id": 737,
|
|
10346
|
+
"name": "startDateInput",
|
|
10347
|
+
"kind": 32768,
|
|
10348
|
+
"kindString": "Parameter",
|
|
10349
|
+
"flags": {
|
|
10350
|
+
"isOptional": true
|
|
10351
|
+
},
|
|
10352
|
+
"type": {
|
|
10353
|
+
"type": "reference",
|
|
10354
|
+
"qualifiedName": "Date",
|
|
10355
|
+
"package": "typescript",
|
|
10356
|
+
"name": "Date"
|
|
10357
|
+
}
|
|
10358
|
+
},
|
|
10359
|
+
{
|
|
10360
|
+
"id": 738,
|
|
10361
|
+
"name": "endDateInput",
|
|
10362
|
+
"kind": 32768,
|
|
10363
|
+
"kindString": "Parameter",
|
|
10364
|
+
"flags": {
|
|
10365
|
+
"isOptional": true
|
|
10366
|
+
},
|
|
10367
|
+
"type": {
|
|
10368
|
+
"type": "reference",
|
|
10369
|
+
"qualifiedName": "Date",
|
|
10370
|
+
"package": "typescript",
|
|
10371
|
+
"name": "Date"
|
|
10372
|
+
}
|
|
10373
|
+
}
|
|
10374
|
+
],
|
|
10375
|
+
"type": {
|
|
10376
|
+
"type": "reference",
|
|
10377
|
+
"id": 771,
|
|
10378
|
+
"name": "SkyDateRange"
|
|
10379
|
+
}
|
|
10380
|
+
}
|
|
10381
|
+
]
|
|
10382
|
+
}
|
|
10383
|
+
}
|
|
10384
|
+
},
|
|
10385
|
+
{
|
|
10386
|
+
"id": 767,
|
|
10387
|
+
"name": "SkyDateRangeCalculatorValidateFunction",
|
|
10388
|
+
"kind": 4194304,
|
|
10389
|
+
"kindString": "Type alias",
|
|
10390
|
+
"flags": {},
|
|
10391
|
+
"sources": [
|
|
10392
|
+
{
|
|
10393
|
+
"fileName": "projects/datetime/src/modules/date-range-picker/types/date-range-calculator-validate-function.ts",
|
|
10394
|
+
"line": 5,
|
|
10395
|
+
"character": 12
|
|
10396
|
+
}
|
|
10397
|
+
],
|
|
10398
|
+
"type": {
|
|
10399
|
+
"type": "reflection",
|
|
10400
|
+
"declaration": {
|
|
10401
|
+
"id": 768,
|
|
10402
|
+
"name": "__type",
|
|
10403
|
+
"kind": 65536,
|
|
10404
|
+
"kindString": "Type literal",
|
|
10405
|
+
"flags": {},
|
|
10406
|
+
"sources": [
|
|
10407
|
+
{
|
|
10408
|
+
"fileName": "lib/modules/date-range-picker/types/date-range-calculator-validate-function.ts",
|
|
10409
|
+
"line": 5,
|
|
10410
|
+
"character": 53
|
|
10411
|
+
}
|
|
10412
|
+
],
|
|
10413
|
+
"signatures": [
|
|
10414
|
+
{
|
|
10415
|
+
"id": 769,
|
|
10416
|
+
"name": "__type",
|
|
10417
|
+
"kind": 4096,
|
|
10418
|
+
"kindString": "Call signature",
|
|
10419
|
+
"flags": {},
|
|
10420
|
+
"parameters": [
|
|
10421
|
+
{
|
|
10422
|
+
"id": 770,
|
|
10423
|
+
"name": "value",
|
|
10424
|
+
"kind": 32768,
|
|
10425
|
+
"kindString": "Parameter",
|
|
10426
|
+
"flags": {
|
|
10427
|
+
"isOptional": true
|
|
10428
|
+
},
|
|
10429
|
+
"type": {
|
|
10430
|
+
"type": "reference",
|
|
10431
|
+
"id": 771,
|
|
10432
|
+
"name": "SkyDateRange"
|
|
10433
|
+
}
|
|
10434
|
+
}
|
|
10435
|
+
],
|
|
10436
|
+
"type": {
|
|
10437
|
+
"type": "reference",
|
|
10438
|
+
"qualifiedName": "ValidationErrors",
|
|
10439
|
+
"package": "@angular/forms",
|
|
10440
|
+
"name": "ValidationErrors"
|
|
10441
|
+
}
|
|
10442
|
+
}
|
|
10443
|
+
]
|
|
10444
|
+
}
|
|
10445
|
+
}
|
|
10215
10446
|
}
|
|
10216
10447
|
],
|
|
10217
10448
|
"groups": [
|
|
@@ -10219,8 +10450,8 @@
|
|
|
10219
10450
|
"title": "Enumerations",
|
|
10220
10451
|
"kind": 8,
|
|
10221
10452
|
"children": [
|
|
10222
|
-
|
|
10223
|
-
|
|
10453
|
+
739,
|
|
10454
|
+
762
|
|
10224
10455
|
]
|
|
10225
10456
|
},
|
|
10226
10457
|
{
|
|
@@ -10230,12 +10461,12 @@
|
|
|
10230
10461
|
675,
|
|
10231
10462
|
695,
|
|
10232
10463
|
711,
|
|
10233
|
-
|
|
10234
|
-
|
|
10235
|
-
|
|
10236
|
-
|
|
10464
|
+
774,
|
|
10465
|
+
777,
|
|
10466
|
+
799,
|
|
10467
|
+
806,
|
|
10237
10468
|
698,
|
|
10238
|
-
|
|
10469
|
+
899,
|
|
10239
10470
|
41,
|
|
10240
10471
|
126,
|
|
10241
10472
|
252,
|
|
@@ -10248,12 +10479,21 @@
|
|
|
10248
10479
|
"title": "Interfaces",
|
|
10249
10480
|
"kind": 256,
|
|
10250
10481
|
"children": [
|
|
10482
|
+
771,
|
|
10251
10483
|
707,
|
|
10252
10484
|
729,
|
|
10253
|
-
|
|
10254
|
-
|
|
10255
|
-
|
|
10256
|
-
|
|
10485
|
+
882,
|
|
10486
|
+
886,
|
|
10487
|
+
809,
|
|
10488
|
+
891
|
|
10489
|
+
]
|
|
10490
|
+
},
|
|
10491
|
+
{
|
|
10492
|
+
"title": "Type aliases",
|
|
10493
|
+
"kind": 4194304,
|
|
10494
|
+
"children": [
|
|
10495
|
+
734,
|
|
10496
|
+
767
|
|
10257
10497
|
]
|
|
10258
10498
|
}
|
|
10259
10499
|
],
|