@openremote/or-scheduler 1.13.1 → 1.14.0-snapshot

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.
@@ -28,6 +28,28 @@
28
28
  "module": "src/index.ts"
29
29
  }
30
30
  },
31
+ {
32
+ "kind": "class",
33
+ "description": "",
34
+ "name": "OrSchedulerRemovedEvent",
35
+ "members": [
36
+ {
37
+ "kind": "field",
38
+ "name": "NAME",
39
+ "type": {
40
+ "text": "string"
41
+ },
42
+ "privacy": "public",
43
+ "static": true,
44
+ "readonly": true,
45
+ "default": "\"or-scheduler-removed\""
46
+ }
47
+ ],
48
+ "superclass": {
49
+ "name": "CustomEvent",
50
+ "module": "src/index.ts"
51
+ }
52
+ },
31
53
  {
32
54
  "kind": "class",
33
55
  "description": "",
@@ -52,6 +74,16 @@
52
74
  "default": "\"default\"",
53
75
  "attribute": "defaultEventTypeLabel"
54
76
  },
77
+ {
78
+ "kind": "field",
79
+ "name": "disableNegativeByPartValues",
80
+ "type": {
81
+ "text": "boolean"
82
+ },
83
+ "privacy": "public",
84
+ "default": "false",
85
+ "attribute": "disableNegativeByPartValues"
86
+ },
55
87
  {
56
88
  "kind": "field",
57
89
  "name": "disabledFrequencies",
@@ -66,12 +98,22 @@
66
98
  "kind": "field",
67
99
  "name": "disabledRRuleParts",
68
100
  "type": {
69
- "text": "RulePartKey[]"
101
+ "text": "RRulePartKeys[]"
70
102
  },
71
103
  "privacy": "public",
72
104
  "default": "[]",
73
105
  "attribute": "disabledRRuleParts"
74
106
  },
107
+ {
108
+ "kind": "field",
109
+ "name": "disabledByPartCombinations",
110
+ "type": {
111
+ "text": "ByRRuleCombination"
112
+ },
113
+ "privacy": "public",
114
+ "default": "RFC_STRICT_NOT_APPLICABLE",
115
+ "attribute": "disabledByPartCombinations"
116
+ },
75
117
  {
76
118
  "kind": "field",
77
119
  "name": "header",
@@ -92,6 +134,26 @@
92
134
  "default": "true",
93
135
  "attribute": "isAllDay"
94
136
  },
137
+ {
138
+ "kind": "field",
139
+ "name": "open",
140
+ "type": {
141
+ "text": "boolean"
142
+ },
143
+ "privacy": "public",
144
+ "default": "false",
145
+ "attribute": "open"
146
+ },
147
+ {
148
+ "kind": "field",
149
+ "name": "removable",
150
+ "type": {
151
+ "text": "boolean"
152
+ },
153
+ "privacy": "public",
154
+ "default": "false",
155
+ "attribute": "removable"
156
+ },
95
157
  {
96
158
  "kind": "field",
97
159
  "name": "schedule",
@@ -111,18 +173,30 @@
111
173
  "default": "0",
112
174
  "attribute": "timezoneOffset"
113
175
  },
176
+ {
177
+ "kind": "field",
178
+ "name": "_count",
179
+ "type": {
180
+ "text": "number"
181
+ },
182
+ "privacy": "protected",
183
+ "default": "1"
184
+ },
114
185
  {
115
186
  "kind": "field",
116
187
  "name": "_ends",
117
188
  "type": {
118
- "text": "keyof typeof rruleEnds"
189
+ "text": "keyof typeof RRULE_ENDS"
119
190
  },
120
191
  "privacy": "protected",
121
192
  "default": "\"never\""
122
193
  },
123
194
  {
124
195
  "kind": "field",
125
- "name": "_normalizedSchedule",
196
+ "name": "_eventType",
197
+ "type": {
198
+ "text": "EventTypes"
199
+ },
126
200
  "privacy": "protected"
127
201
  },
128
202
  {
@@ -135,9 +209,9 @@
135
209
  },
136
210
  {
137
211
  "kind": "field",
138
- "name": "dialog",
212
+ "name": "_dialog",
139
213
  "type": {
140
- "text": "OrMwcDialog | undefined"
214
+ "text": "OrVaadinDialog"
141
215
  },
142
216
  "privacy": "protected"
143
217
  },
@@ -145,52 +219,40 @@
145
219
  "kind": "field",
146
220
  "name": "_byRRuleParts",
147
221
  "type": {
148
- "text": "RulePartKey[] | undefined"
222
+ "text": "RRulePartKeys[] | undefined"
149
223
  },
150
224
  "privacy": "protected"
151
225
  },
152
226
  {
153
227
  "kind": "field",
154
- "name": "_count",
155
- "type": {
156
- "text": "number"
157
- },
158
- "privacy": "protected",
159
- "default": "1"
160
- },
161
- {
162
- "kind": "field",
163
- "name": "_dialog",
164
- "type": {
165
- "text": "OrMwcDialog | undefined"
166
- },
228
+ "name": "_until",
167
229
  "privacy": "protected"
168
230
  },
169
231
  {
170
232
  "kind": "field",
171
- "name": "_eventType",
233
+ "name": "_scheduleWithOffset",
172
234
  "type": {
173
- "text": "EventTypes"
235
+ "text": "CalendarEvent | undefined"
174
236
  },
175
237
  "privacy": "protected"
176
238
  },
177
239
  {
178
240
  "kind": "field",
179
- "name": "_eventTypes",
241
+ "name": "_timeLabel",
180
242
  "type": {
181
- "text": "LabeledEventTypes"
243
+ "text": "TemplateResult | undefined"
182
244
  },
183
245
  "privacy": "protected",
184
- "default": "EventTypes"
246
+ "readonly": true
185
247
  },
186
248
  {
187
- "kind": "field",
188
- "name": "_until",
249
+ "kind": "method",
250
+ "name": "_setAllDay",
189
251
  "privacy": "protected"
190
252
  },
191
253
  {
192
254
  "kind": "method",
193
- "name": "getRRule",
255
+ "name": "_getRRule",
194
256
  "privacy": "protected",
195
257
  "return": {
196
258
  "type": {
@@ -204,11 +266,11 @@
204
266
  "description": "The recurrence rule to normalize."
205
267
  }
206
268
  ],
207
- "description": "Converts the recurrence rule to string and normalizes it.\n\nThe UTC timezone offset 'Z' for the UNTIL rule part is removed,\nbecause the backend uses a `LocalDateTime` object to compare."
269
+ "description": "Converts the recurrence rule to string and normalizes it.\n\nThe UTC timezone offset 'Z' for the UNTIL rule part is removed,\nbecause the timezone is configurable."
208
270
  },
209
271
  {
210
272
  "kind": "method",
211
- "name": "setRRuleValue",
273
+ "name": "_setRRuleValue",
212
274
  "privacy": "protected",
213
275
  "parameters": [
214
276
  {
@@ -220,28 +282,18 @@
220
282
  {
221
283
  "name": "key",
222
284
  "type": {
223
- "text": "keyof RuleParts | \"start\" | \"end\" | \"start-time\" | \"end-time\" | \"all-day\" | \"recurrence-ends\""
285
+ "text": "PartKeys"
224
286
  }
225
287
  }
226
288
  ]
227
289
  },
228
290
  {
229
291
  "kind": "method",
230
- "name": "timeLabel",
231
- "privacy": "protected",
232
- "return": {
233
- "type": {
234
- "text": "string | undefined"
235
- }
236
- }
237
- },
238
- {
239
- "kind": "method",
240
- "name": "setCalendarEventType",
292
+ "name": "_setCalendarEventType",
241
293
  "privacy": "protected",
242
294
  "parameters": [
243
295
  {
244
- "name": "value",
296
+ "name": "event",
245
297
  "type": {
246
298
  "text": "any"
247
299
  }
@@ -250,7 +302,7 @@
250
302
  },
251
303
  {
252
304
  "kind": "method",
253
- "name": "applyTimezoneOffset",
305
+ "name": "_applyTimezoneOffset",
254
306
  "privacy": "protected",
255
307
  "return": {
256
308
  "type": {
@@ -260,28 +312,34 @@
260
312
  "parameters": [
261
313
  {
262
314
  "name": "schedule",
263
- "optional": true,
264
315
  "type": {
265
- "text": "CalendarEvent"
316
+ "text": "CalendarEvent | undefined"
266
317
  },
267
318
  "description": "The schedule for which to add/substract the offset"
268
319
  },
269
320
  {
270
- "name": "substract",
271
- "default": "false",
272
- "description": "Whether to substract the offset"
321
+ "name": "offset",
322
+ "type": {
323
+ "text": "number"
324
+ },
325
+ "description": "The timezone offset in millis to apply"
273
326
  }
274
327
  ],
275
328
  "description": "Apply the timezone offset to the calendarEvent"
276
329
  },
277
330
  {
278
331
  "kind": "method",
279
- "name": "showDialog",
280
- "privacy": "protected"
332
+ "name": "_getDefaultMessageOptions",
333
+ "privacy": "protected",
334
+ "return": {
335
+ "type": {
336
+ "text": "{ date: string, time: string }"
337
+ }
338
+ }
281
339
  },
282
340
  {
283
341
  "kind": "method",
284
- "name": "getDialogContent",
342
+ "name": "_getDialogHeader",
285
343
  "privacy": "protected",
286
344
  "return": {
287
345
  "type": {
@@ -291,7 +349,68 @@
291
349
  },
292
350
  {
293
351
  "kind": "method",
294
- "name": "isAllowedFrequency",
352
+ "name": "_getDialogContent",
353
+ "privacy": "protected",
354
+ "return": {
355
+ "type": {
356
+ "text": "TemplateResult"
357
+ }
358
+ }
359
+ },
360
+ {
361
+ "kind": "method",
362
+ "name": "_getDialogFooter",
363
+ "privacy": "protected",
364
+ "return": {
365
+ "type": {
366
+ "text": "TemplateResult"
367
+ }
368
+ }
369
+ },
370
+ {
371
+ "kind": "method",
372
+ "name": "_onClose",
373
+ "privacy": "protected"
374
+ },
375
+ {
376
+ "kind": "method",
377
+ "name": "_onDelete",
378
+ "privacy": "protected"
379
+ },
380
+ {
381
+ "kind": "method",
382
+ "name": "_onSave",
383
+ "privacy": "protected"
384
+ },
385
+ {
386
+ "kind": "method",
387
+ "name": "_onPartChange",
388
+ "privacy": "protected",
389
+ "parameters": [
390
+ {
391
+ "name": "part",
392
+ "type": {
393
+ "text": "PartKeys"
394
+ }
395
+ },
396
+ {
397
+ "name": "valueProp",
398
+ "type": {
399
+ "text": "\"checked\" | \"value\" | \"detail\""
400
+ }
401
+ },
402
+ {
403
+ "name": "value",
404
+ "optional": true,
405
+ "type": {
406
+ "text": "any"
407
+ }
408
+ }
409
+ ]
410
+ },
411
+ {
412
+ "kind": "method",
413
+ "name": "_isAllowedFrequency",
295
414
  "privacy": "protected",
296
415
  "parameters": [
297
416
  {
@@ -311,7 +430,7 @@
311
430
  },
312
431
  {
313
432
  "kind": "method",
314
- "name": "getRepeatTemplate",
433
+ "name": "_getRepeatTemplate",
315
434
  "privacy": "protected",
316
435
  "return": {
317
436
  "type": {
@@ -322,7 +441,7 @@
322
441
  },
323
442
  {
324
443
  "kind": "method",
325
- "name": "getByRulePart",
444
+ "name": "_getByRulePart",
326
445
  "privacy": "protected",
327
446
  "return": {
328
447
  "type": {
@@ -333,7 +452,7 @@
333
452
  {
334
453
  "name": "part",
335
454
  "type": {
336
- "text": "RulePartKey"
455
+ "text": "ByRRulePartsKeys"
337
456
  }
338
457
  },
339
458
  {
@@ -353,27 +472,18 @@
353
472
  },
354
473
  {
355
474
  "kind": "method",
356
- "name": "getPeriodTemplate",
475
+ "name": "_getPeriodTemplate",
357
476
  "privacy": "protected",
358
477
  "return": {
359
478
  "type": {
360
479
  "text": ""
361
480
  }
362
481
  },
363
- "parameters": [
364
- {
365
- "name": "calendar",
366
- "type": {
367
- "text": "CalendarEvent"
368
- },
369
- "description": "The specified calendar event"
370
- }
371
- ],
372
482
  "description": "Displays the fields that define when and how long the particular event is"
373
483
  },
374
484
  {
375
485
  "kind": "method",
376
- "name": "getEndsTemplate",
486
+ "name": "_getEndsTemplate",
377
487
  "privacy": "protected",
378
488
  "return": {
379
489
  "type": {
@@ -385,9 +495,8 @@
385
495
  ],
386
496
  "events": [
387
497
  {
388
- "name": "schedule",
389
498
  "type": {
390
- "text": "OrSchedulerChangedEvent"
499
+ "text": "OrSchedulerRemovedEvent"
391
500
  }
392
501
  }
393
502
  ],
@@ -407,6 +516,14 @@
407
516
  "default": "\"default\"",
408
517
  "fieldName": "defaultEventTypeLabel"
409
518
  },
519
+ {
520
+ "name": "disableNegativeByPartValues",
521
+ "type": {
522
+ "text": "boolean"
523
+ },
524
+ "default": "false",
525
+ "fieldName": "disableNegativeByPartValues"
526
+ },
410
527
  {
411
528
  "name": "disabledFrequencies",
412
529
  "type": {
@@ -418,11 +535,19 @@
418
535
  {
419
536
  "name": "disabledRRuleParts",
420
537
  "type": {
421
- "text": "RulePartKey[]"
538
+ "text": "RRulePartKeys[]"
422
539
  },
423
540
  "default": "[]",
424
541
  "fieldName": "disabledRRuleParts"
425
542
  },
543
+ {
544
+ "name": "disabledByPartCombinations",
545
+ "type": {
546
+ "text": "ByRRuleCombination"
547
+ },
548
+ "default": "RFC_STRICT_NOT_APPLICABLE",
549
+ "fieldName": "disabledByPartCombinations"
550
+ },
426
551
  {
427
552
  "name": "header",
428
553
  "type": {
@@ -439,6 +564,22 @@
439
564
  "default": "true",
440
565
  "fieldName": "isAllDay"
441
566
  },
567
+ {
568
+ "name": "open",
569
+ "type": {
570
+ "text": "boolean"
571
+ },
572
+ "default": "false",
573
+ "fieldName": "open"
574
+ },
575
+ {
576
+ "name": "removable",
577
+ "type": {
578
+ "text": "boolean"
579
+ },
580
+ "default": "false",
581
+ "fieldName": "removable"
582
+ },
442
583
  {
443
584
  "name": "schedule",
444
585
  "type": {
@@ -474,49 +615,33 @@
474
615
  "exports": [
475
616
  {
476
617
  "kind": "js",
477
- "name": "RuleParts",
478
- "declaration": {
479
- "name": "RuleParts",
480
- "module": "src/index.ts"
481
- }
482
- },
483
- {
484
- "kind": "js",
485
- "name": "RulePartKey",
618
+ "name": "*",
486
619
  "declaration": {
487
- "name": "RulePartKey",
488
- "module": "src/index.ts"
620
+ "name": "*",
621
+ "module": "src/types"
489
622
  }
490
623
  },
491
624
  {
492
625
  "kind": "js",
493
- "name": "Frequency",
626
+ "name": "*",
494
627
  "declaration": {
495
- "name": "Frequency",
496
- "module": "src/index.ts"
628
+ "name": "*",
629
+ "module": "src/util"
497
630
  }
498
631
  },
499
632
  {
500
633
  "kind": "js",
501
- "name": "LabeledEventTypes",
634
+ "name": "OrSchedulerChangedEvent",
502
635
  "declaration": {
503
- "name": "LabeledEventTypes",
636
+ "name": "OrSchedulerChangedEvent",
504
637
  "module": "src/index.ts"
505
638
  }
506
639
  },
507
640
  {
508
641
  "kind": "js",
509
- "name": "*",
510
- "declaration": {
511
- "name": "*",
512
- "package": "\"./util\""
513
- }
514
- },
515
- {
516
- "kind": "js",
517
- "name": "OrSchedulerChangedEvent",
642
+ "name": "OrSchedulerRemovedEvent",
518
643
  "declaration": {
519
- "name": "OrSchedulerChangedEvent",
644
+ "name": "OrSchedulerRemovedEvent",
520
645
  "module": "src/index.ts"
521
646
  }
522
647
  },
@@ -551,7 +676,7 @@
551
676
  {
552
677
  "kind": "variable",
553
678
  "name": "FREQUENCIES",
554
- "default": "{ YEARLY: \"rrule.frequency.YEARLY\", MONTHLY: \"rrule.frequency.MONTHLY\", WEEKLY: \"rrule.frequency.WEEKLY\", DAILY: \"rrule.frequency.DAILY\", HOURLY: \"rrule.frequency.HOURLY\", MINUTELY: \"rrule.frequency.MINUTELY\", SECONDLY: \"rrule.frequency.SECONDLY\", }"
679
+ "default": "{ YEARLY: \"rrule.frequency.YEARLY\", MONTHLY: \"rrule.frequency.MONTHLY\", WEEKLY: \"rrule.frequency.WEEKLY\", DAILY: \"rrule.frequency.DAILY\", HOURLY: \"rrule.frequency.HOURLY\", MINUTELY: \"rrule.frequency.MINUTELY\", SECONDLY: \"rrule.frequency.SECONDLY\", } as const satisfies Record<keyof typeof Frequency, string>"
555
680
  },
556
681
  {
557
682
  "kind": "variable",
@@ -560,27 +685,41 @@
560
685
  "text": "[\n \"bymonth\",\n \"byweekno\",\n \"byyearday\",\n \"bymonthday\",\n \"byweekday\",\n \"byhour\",\n \"byminute\",\n \"bysecond\",\n]"
561
686
  },
562
687
  "default": "[ \"bymonth\", \"byweekno\", \"byyearday\", \"bymonthday\", \"byweekday\", \"byhour\", \"byminute\", \"bysecond\", ]",
563
- "description": "Evaluation order: BYMONTH, BYWEEKNO, BYYEARDAY, BYMONTHDAY, BYDAY, BYHOUR, BYMINUTE and BYSECOND.\nAs per https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 page 44"
688
+ "description": "Evaluation order in RFC 5545 (Page 44): BYMONTH, BYWEEKNO, BYYEARDAY, BYMONTHDAY, BYDAY, BYHOUR, BYMINUTE and BYSECOND."
564
689
  },
565
690
  {
566
691
  "kind": "variable",
567
- "name": "NOT_APPLICABLE_BY_RRULE_PARTS",
568
- "default": "{ SECONDLY: [\"BYWEEKNO\"], MINUTELY: [\"BYWEEKNO\"], HOURLY: [\"BYWEEKNO\"], DAILY: [\"BYWEEKNO\", \"BYYEARDAY\"], WEEKLY: [\"BYWEEKNO\", \"BYYEARDAY\", \"BYMONTHDAY\"], MONTHLY: [\"BYWEEKNO\", \"BYYEARDAY\"], }",
569
- "description": "Dependency of by rule parts table\nAs per https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 page 44"
692
+ "name": "RFC_STRICT_NOT_APPLICABLE",
693
+ "default": "{ SECONDLY: [\"byweekno\"], MINUTELY: [\"byweekno\"], HOURLY: [\"byweekno\"], DAILY: [\"byweekno\", \"byyearday\"], WEEKLY: [\"byweekno\", \"byyearday\", \"bymonthday\"], MONTHLY: [\"byweekno\", \"byyearday\"], YEARLY: [], } as const satisfies ByRRuleCombination",
694
+ "description": "Strictly prohibited by RFC 5545 (Page 44).\nThese combinations are invalid according to the specification."
695
+ },
696
+ {
697
+ "kind": "variable",
698
+ "name": "INTUITIVE_NOT_APPLICABLE",
699
+ "default": "{ SECONDLY: [\"bymonthday\", \"byweekday\", ...COMMONLY_NOT_APPLICABLE, ...RFC_STRICT_NOT_APPLICABLE.SECONDLY], MINUTELY: [\"bymonthday\", \"byweekday\", ...COMMONLY_NOT_APPLICABLE, ...RFC_STRICT_NOT_APPLICABLE.MINUTELY], HOURLY: [\"bymonthday\", \"byweekday\", ...COMMONLY_NOT_APPLICABLE, ...RFC_STRICT_NOT_APPLICABLE.HOURLY], DAILY: [\"bymonthday\", \"byweekday\", ...COMMONLY_NOT_APPLICABLE, ...RFC_STRICT_NOT_APPLICABLE.DAILY], WEEKLY: [\"bymonthday\", ...COMMONLY_NOT_APPLICABLE, ...RFC_STRICT_NOT_APPLICABLE.WEEKLY], MONTHLY: [\"byweekday\", ...COMMONLY_NOT_APPLICABLE, ...RFC_STRICT_NOT_APPLICABLE.MONTHLY], YEARLY: [\"bymonthday\", \"byweekday\", ...COMMONLY_NOT_APPLICABLE, ...RFC_STRICT_NOT_APPLICABLE.YEARLY], } as const satisfies ByRRuleCombination",
700
+ "description": "Merged rules: RFC prohibitions + non-required/unintuitive parts.\nUse this to simplify UI options for end-users."
701
+ },
702
+ {
703
+ "kind": "variable",
704
+ "name": "WEEKDAYS",
705
+ "type": {
706
+ "text": "{\n MO: \"monday\",\n TU: \"tuesday\",\n WE: \"wednesday\",\n TH: \"thursday\",\n FR: \"friday\",\n SA: \"saturday\",\n SU: \"sunday\",\n}"
707
+ },
708
+ "default": "{ MO: \"monday\", TU: \"tuesday\", WE: \"wednesday\", TH: \"thursday\", FR: \"friday\", SA: \"saturday\", SU: \"sunday\", }"
570
709
  },
571
710
  {
572
711
  "kind": "variable",
573
712
  "name": "MONTHS",
574
713
  "type": {
575
- "text": "object"
714
+ "text": "{\n \"1\": \"january\",\n \"2\": \"february\",\n \"3\": \"march\",\n \"4\": \"april\",\n \"5\": \"may\",\n \"6\": \"june\",\n \"7\": \"july\",\n \"8\": \"august\",\n \"9\": \"september\",\n \"10\": \"october\",\n \"11\": \"november\",\n \"12\": \"december\",\n}"
576
715
  },
577
- "default": "{ 1: \"JAN\", 2: \"FEB\", 3: \"MAR\", 4: \"APR\", 5: \"MAY\", 6: \"JUN\", 7: \"JUL\", 8: \"AUG\", 9: \"SEP\", 10: \"OCT\", 11: \"NOV\", 12: \"DEC\", }"
716
+ "default": "{ \"1\": \"january\", \"2\": \"february\", \"3\": \"march\", \"4\": \"april\", \"5\": \"may\", \"6\": \"june\", \"7\": \"july\", \"8\": \"august\", \"9\": \"september\", \"10\": \"october\", \"11\": \"november\", \"12\": \"december\", }"
578
717
  },
579
718
  {
580
719
  "kind": "variable",
581
- "name": "rruleEnds",
720
+ "name": "RRULE_ENDS",
582
721
  "type": {
583
- "text": "object"
722
+ "text": "{\n never: \"never\",\n until: \"schedule.ends.until\",\n count: \"schedule.ends.count\",\n}"
584
723
  },
585
724
  "default": "{ never: \"never\", until: \"schedule.ends.until\", count: \"schedule.ends.count\", }"
586
725
  }
@@ -604,9 +743,25 @@
604
743
  },
605
744
  {
606
745
  "kind": "js",
607
- "name": "NOT_APPLICABLE_BY_RRULE_PARTS",
746
+ "name": "RFC_STRICT_NOT_APPLICABLE",
747
+ "declaration": {
748
+ "name": "RFC_STRICT_NOT_APPLICABLE",
749
+ "module": "src/util.ts"
750
+ }
751
+ },
752
+ {
753
+ "kind": "js",
754
+ "name": "INTUITIVE_NOT_APPLICABLE",
755
+ "declaration": {
756
+ "name": "INTUITIVE_NOT_APPLICABLE",
757
+ "module": "src/util.ts"
758
+ }
759
+ },
760
+ {
761
+ "kind": "js",
762
+ "name": "WEEKDAYS",
608
763
  "declaration": {
609
- "name": "NOT_APPLICABLE_BY_RRULE_PARTS",
764
+ "name": "WEEKDAYS",
610
765
  "module": "src/util.ts"
611
766
  }
612
767
  },
@@ -620,9 +775,9 @@
620
775
  },
621
776
  {
622
777
  "kind": "js",
623
- "name": "rruleEnds",
778
+ "name": "RRULE_ENDS",
624
779
  "declaration": {
625
- "name": "rruleEnds",
780
+ "name": "RRULE_ENDS",
626
781
  "module": "src/util.ts"
627
782
  }
628
783
  }