@voyantjs/availability-react 0.105.2 → 0.107.0

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.
Files changed (87) hide show
  1. package/README.md +161 -1
  2. package/dist/admin/availability-index-host.d.ts +12 -0
  3. package/dist/admin/availability-index-host.d.ts.map +1 -0
  4. package/dist/admin/availability-index-host.js +125 -0
  5. package/dist/admin/availability-page-data.d.ts +9 -0
  6. package/dist/admin/availability-page-data.d.ts.map +1 -0
  7. package/dist/admin/availability-page-data.js +25 -0
  8. package/dist/admin/index.d.ts +69 -0
  9. package/dist/admin/index.d.ts.map +1 -0
  10. package/dist/admin/index.js +73 -0
  11. package/dist/admin/option-resource-templates-panel.d.ts +22 -0
  12. package/dist/admin/option-resource-templates-panel.d.ts.map +1 -0
  13. package/dist/admin/option-resource-templates-panel.js +251 -0
  14. package/dist/admin/rule-detail-host.d.ts +14 -0
  15. package/dist/admin/rule-detail-host.d.ts.map +1 -0
  16. package/dist/admin/rule-detail-host.js +27 -0
  17. package/dist/admin/slot-detail-host.d.ts +29 -0
  18. package/dist/admin/slot-detail-host.d.ts.map +1 -0
  19. package/dist/admin/slot-detail-host.js +110 -0
  20. package/dist/admin/start-time-detail-host.d.ts +15 -0
  21. package/dist/admin/start-time-detail-host.d.ts.map +1 -0
  22. package/dist/admin/start-time-detail-host.js +37 -0
  23. package/dist/components/availability-columns.d.ts +42 -0
  24. package/dist/components/availability-columns.d.ts.map +1 -0
  25. package/dist/components/availability-columns.js +182 -0
  26. package/dist/components/availability-dialogs.d.ts +236 -0
  27. package/dist/components/availability-dialogs.d.ts.map +1 -0
  28. package/dist/components/availability-dialogs.js +369 -0
  29. package/dist/components/availability-overview.d.ts +54 -0
  30. package/dist/components/availability-overview.d.ts.map +1 -0
  31. package/dist/components/availability-overview.js +50 -0
  32. package/dist/components/availability-page.d.ts +32 -0
  33. package/dist/components/availability-page.d.ts.map +1 -0
  34. package/dist/components/availability-page.js +128 -0
  35. package/dist/components/availability-rule-detail-page.d.ts +251 -0
  36. package/dist/components/availability-rule-detail-page.d.ts.map +1 -0
  37. package/dist/components/availability-rule-detail-page.js +74 -0
  38. package/dist/components/availability-section-header.d.ts +8 -0
  39. package/dist/components/availability-section-header.d.ts.map +1 -0
  40. package/dist/components/availability-section-header.js +7 -0
  41. package/dist/components/availability-skeletons.d.ts +6 -0
  42. package/dist/components/availability-skeletons.d.ts.map +1 -0
  43. package/dist/components/availability-skeletons.js +34 -0
  44. package/dist/components/availability-slot-detail-page.d.ts +974 -0
  45. package/dist/components/availability-slot-detail-page.d.ts.map +1 -0
  46. package/dist/components/availability-slot-detail-page.js +383 -0
  47. package/dist/components/availability-start-time-detail-page.d.ts +246 -0
  48. package/dist/components/availability-start-time-detail-page.d.ts.map +1 -0
  49. package/dist/components/availability-start-time-detail-page.js +83 -0
  50. package/dist/components/availability-tabs.d.ts +152 -0
  51. package/dist/components/availability-tabs.d.ts.map +1 -0
  52. package/dist/components/availability-tabs.js +192 -0
  53. package/dist/components/slot-status-tone.d.ts +15 -0
  54. package/dist/components/slot-status-tone.d.ts.map +1 -0
  55. package/dist/components/slot-status-tone.js +18 -0
  56. package/dist/form-resolver.d.ts +4 -0
  57. package/dist/form-resolver.d.ts.map +1 -0
  58. package/dist/form-resolver.js +40 -0
  59. package/dist/hooks/index.d.ts +4 -0
  60. package/dist/hooks/index.d.ts.map +1 -1
  61. package/dist/hooks/index.js +3 -0
  62. package/dist/hooks/use-availability-batch-mutations.d.ts +193 -0
  63. package/dist/hooks/use-availability-batch-mutations.d.ts.map +1 -0
  64. package/dist/hooks/use-availability-batch-mutations.js +53 -0
  65. package/dist/hooks/use-availability-closeout-mutation.d.ts +34 -0
  66. package/dist/hooks/use-availability-closeout-mutation.d.ts.map +1 -0
  67. package/dist/hooks/use-availability-closeout-mutation.js +38 -0
  68. package/dist/hooks/use-availability-pickup-point-mutation.d.ts +35 -0
  69. package/dist/hooks/use-availability-pickup-point-mutation.d.ts.map +1 -0
  70. package/dist/hooks/use-availability-pickup-point-mutation.js +38 -0
  71. package/dist/i18n/index.d.ts +2 -0
  72. package/dist/i18n/index.d.ts.map +1 -0
  73. package/dist/i18n/index.js +1 -0
  74. package/dist/i18n/provider.d.ts +2003 -0
  75. package/dist/i18n/provider.d.ts.map +1 -0
  76. package/dist/i18n/provider.js +102 -0
  77. package/dist/schemas.d.ts +63 -2
  78. package/dist/schemas.d.ts.map +1 -1
  79. package/dist/schemas.js +22 -2
  80. package/dist/ui.d.ts +13 -0
  81. package/dist/ui.d.ts.map +1 -0
  82. package/dist/ui.js +12 -0
  83. package/dist/utils.d.ts +1 -0
  84. package/dist/utils.d.ts.map +1 -1
  85. package/dist/utils.js +3 -0
  86. package/package.json +92 -9
  87. package/src/styles.css +11 -0
@@ -0,0 +1,2003 @@
1
+ import { adminAvailabilityMessages, type LocaleMessageOverrides, type PackageI18nValue } from "@voyantjs/i18n";
2
+ import type { ReactNode } from "react";
3
+ type BaseAvailabilityMessages = (typeof adminAvailabilityMessages.en)["availability"];
4
+ export type AvailabilityUiMessages = BaseAvailabilityMessages & {
5
+ page: {
6
+ loading: string;
7
+ loadFailed: string;
8
+ calendarTab: string;
9
+ filters: {
10
+ statusLabel: string;
11
+ stateLabel: string;
12
+ dateRangeLabel: string;
13
+ anyDate: string;
14
+ allStatuses: string;
15
+ allStates: string;
16
+ active: string;
17
+ inactive: string;
18
+ reset: string;
19
+ productSearchEmpty: string;
20
+ };
21
+ skeleton: {
22
+ date: string;
23
+ product: string;
24
+ status: string;
25
+ remaining: string;
26
+ capacity: string;
27
+ };
28
+ };
29
+ };
30
+ export declare const availabilityUiEn: {
31
+ page: {
32
+ loading: string;
33
+ loadFailed: string;
34
+ calendarTab: string;
35
+ filters: {
36
+ statusLabel: string;
37
+ stateLabel: string;
38
+ dateRangeLabel: string;
39
+ anyDate: string;
40
+ allStatuses: string;
41
+ allStates: string;
42
+ active: string;
43
+ inactive: string;
44
+ reset: string;
45
+ productSearchEmpty: string;
46
+ };
47
+ skeleton: {
48
+ date: string;
49
+ product: string;
50
+ status: string;
51
+ remaining: string;
52
+ capacity: string;
53
+ };
54
+ };
55
+ title: string;
56
+ description: string;
57
+ searchPlaceholder: string;
58
+ allProducts: string;
59
+ clearFilters: string;
60
+ verbOpened: string;
61
+ verbClosed: string;
62
+ verbActivated: string;
63
+ verbDeactivated: string;
64
+ tabSlots: string;
65
+ bulkStatusPlaceholder: string;
66
+ tabRules: string;
67
+ tabStartTimes: string;
68
+ tabCloseouts: string;
69
+ tabPickupPoints: string;
70
+ tabCalendar: string;
71
+ slotFallbackTitle: string;
72
+ productsComboboxSearching: string;
73
+ productsComboboxEmpty: string;
74
+ statusActive: string;
75
+ statusInactive: string;
76
+ statusOpen: string;
77
+ statusClosed: string;
78
+ statusSoldOut: string;
79
+ statusCancelled: string;
80
+ productLabel: string;
81
+ timezoneLabel: string;
82
+ recurrenceLabel: string;
83
+ maxPaxLabel: string;
84
+ activeLabel: string;
85
+ viewLabel: string;
86
+ openLabel: string;
87
+ editLabel: string;
88
+ labelLabel: string;
89
+ startLabel: string;
90
+ durationLabel: string;
91
+ statusLabel: string;
92
+ dateLabel: string;
93
+ startsAtLabel: string;
94
+ endsAtLabel: string;
95
+ remainingPaxLabel: string;
96
+ totalPaxLabel: string;
97
+ slotLabel: string;
98
+ reasonLabel: string;
99
+ nameLabel: string;
100
+ locationLabel: string;
101
+ productLevelLabel: string;
102
+ overview: {
103
+ openSlotsTitle: string;
104
+ openSlotsDescription: string;
105
+ constrainedSlotsTitle: string;
106
+ constrainedSlotsDescription: string;
107
+ activeRulesTitle: string;
108
+ activeRulesDescription: string;
109
+ pickupPointsTitle: string;
110
+ pickupPointsDescription: string;
111
+ capacityWatchlistTitle: string;
112
+ capacityWatchlistEmpty: string;
113
+ coverageGapsTitle: string;
114
+ coverageGapsEmpty: string;
115
+ coverageGapDescription: string;
116
+ actionRequiredTitle: string;
117
+ actionRequiredBody: string;
118
+ actionRequiredCta: string;
119
+ attentionTitle: string;
120
+ attentionEmpty: string;
121
+ severityCoverageGap: string;
122
+ severityClosed: string;
123
+ severitySoldOut: string;
124
+ };
125
+ nouns: {
126
+ slotSingular: string;
127
+ slotPlural: string;
128
+ ruleSingular: string;
129
+ rulePlural: string;
130
+ startTimeSingular: string;
131
+ startTimePlural: string;
132
+ closeoutSingular: string;
133
+ closeoutPlural: string;
134
+ pickupPointSingular: string;
135
+ pickupPointPlural: string;
136
+ };
137
+ toasts: {
138
+ bulkUpdated: string;
139
+ bulkUpdatedPartial: string;
140
+ bulkDeleted: string;
141
+ bulkDeletedPartial: string;
142
+ };
143
+ toolbar: {
144
+ statusAll: string;
145
+ stateLabel: string;
146
+ stateAll: string;
147
+ dateRangeLabel: string;
148
+ dateRangePlaceholder: string;
149
+ reset: string;
150
+ };
151
+ tabs: {
152
+ slots: {
153
+ title: string;
154
+ description: string;
155
+ actionLabel: string;
156
+ emptyMessage: string;
157
+ bulkOpenButton: string;
158
+ bulkOpenConfirm: string;
159
+ bulkOpenTitle: string;
160
+ bulkOpenDescription: string;
161
+ bulkCloseButton: string;
162
+ bulkCloseConfirm: string;
163
+ bulkCloseTitle: string;
164
+ bulkCloseDescription: string;
165
+ bulkDeleteButton: string;
166
+ bulkDeleteConfirm: string;
167
+ bulkDeleteTitle: string;
168
+ bulkDeleteDescription: string;
169
+ };
170
+ rules: {
171
+ title: string;
172
+ description: string;
173
+ actionLabel: string;
174
+ emptyMessage: string;
175
+ bulkActivateButton: string;
176
+ bulkActivateConfirm: string;
177
+ bulkActivateTitle: string;
178
+ bulkActivateDescription: string;
179
+ bulkDeactivateButton: string;
180
+ bulkDeactivateConfirm: string;
181
+ bulkDeactivateTitle: string;
182
+ bulkDeactivateDescription: string;
183
+ bulkDeleteButton: string;
184
+ bulkDeleteConfirm: string;
185
+ bulkDeleteTitle: string;
186
+ bulkDeleteDescription: string;
187
+ };
188
+ startTimes: {
189
+ title: string;
190
+ description: string;
191
+ actionLabel: string;
192
+ emptyMessage: string;
193
+ bulkActivateButton: string;
194
+ bulkActivateConfirm: string;
195
+ bulkActivateTitle: string;
196
+ bulkActivateDescription: string;
197
+ bulkDeactivateButton: string;
198
+ bulkDeactivateConfirm: string;
199
+ bulkDeactivateTitle: string;
200
+ bulkDeactivateDescription: string;
201
+ bulkDeleteButton: string;
202
+ bulkDeleteConfirm: string;
203
+ bulkDeleteTitle: string;
204
+ bulkDeleteDescription: string;
205
+ };
206
+ closeouts: {
207
+ title: string;
208
+ description: string;
209
+ actionLabel: string;
210
+ emptyMessage: string;
211
+ bulkDeleteButton: string;
212
+ bulkDeleteConfirm: string;
213
+ bulkDeleteTitle: string;
214
+ bulkDeleteDescription: string;
215
+ };
216
+ pickupPoints: {
217
+ title: string;
218
+ description: string;
219
+ actionLabel: string;
220
+ emptyMessage: string;
221
+ bulkActivateButton: string;
222
+ bulkActivateConfirm: string;
223
+ bulkActivateTitle: string;
224
+ bulkActivateDescription: string;
225
+ bulkDeactivateButton: string;
226
+ bulkDeactivateConfirm: string;
227
+ bulkDeactivateTitle: string;
228
+ bulkDeactivateDescription: string;
229
+ bulkDeleteButton: string;
230
+ bulkDeleteConfirm: string;
231
+ bulkDeleteTitle: string;
232
+ bulkDeleteDescription: string;
233
+ };
234
+ };
235
+ details: {
236
+ backToAvailability: string;
237
+ openProduct: string;
238
+ createBooking: string;
239
+ editSlot: string;
240
+ delete: string;
241
+ yes: string;
242
+ no: string;
243
+ noValue: string;
244
+ createdLabel: string;
245
+ updatedLabel: string;
246
+ notesTitle: string;
247
+ rule: {
248
+ notFound: string;
249
+ pageTitle: string;
250
+ deleteConfirm: string;
251
+ detailsTitle: string;
252
+ capacityPolicyTitle: string;
253
+ maxPickupCapacityLabel: string;
254
+ minTotalPaxLabel: string;
255
+ cutoffMinutesLabel: string;
256
+ earlyBookingLimitLabel: string;
257
+ generatedSlotsTitle: string;
258
+ generatedSlotsEmpty: string;
259
+ };
260
+ slot: {
261
+ notFound: string;
262
+ deleteConfirm: string;
263
+ deleteDescription: string;
264
+ deleteCancel: string;
265
+ deleteConfirmAction: string;
266
+ detailsTitle: string;
267
+ ruleLabel: string;
268
+ startTimeIdLabel: string;
269
+ endsAtLabel: string;
270
+ unlimitedLabel: string;
271
+ pastCutoffLabel: string;
272
+ tooEarlyLabel: string;
273
+ capacityStateTitle: string;
274
+ initialPaxLabel: string;
275
+ paxKpiLabel: string;
276
+ totalKpiLabel: string;
277
+ paidKpiLabel: string;
278
+ outstandingKpiLabel: string;
279
+ mixedCurrenciesHint: string;
280
+ initialPickupsLabel: string;
281
+ remainingPickupsLabel: string;
282
+ remainingResourcesLabel: string;
283
+ pickupCapacityTitle: string;
284
+ pickupCapacityEmpty: string;
285
+ noLocationText: string;
286
+ initialLabel: string;
287
+ remainingLabel: string;
288
+ resourceAssignmentsTitle: string;
289
+ resourceAssignmentsEmpty: string;
290
+ unassignedResource: string;
291
+ bookingLabel: string;
292
+ poolLabel: string;
293
+ releasedLabel: string;
294
+ relatedCloseoutsTitle: string;
295
+ relatedCloseoutsEmpty: string;
296
+ createdByLabel: string;
297
+ bookingPreviewTitle: string;
298
+ bookingPreviewDescription: string;
299
+ };
300
+ resourceTemplates: {
301
+ title: string;
302
+ description: string;
303
+ addButton: string;
304
+ collapsedEmpty: string;
305
+ collapsedSummary: string;
306
+ generateFromRooms: string;
307
+ generateFromRoomsHint: string;
308
+ applyToOpenButton: string;
309
+ applyToOpenConfirm: string;
310
+ applyToOpenResult: string;
311
+ applyToOpenEmpty: string;
312
+ applyToOpenFailed: string;
313
+ editTitle: string;
314
+ newTitle: string;
315
+ loadFailed: string;
316
+ emptyMessage: string;
317
+ capacitySummary: string;
318
+ deleteConfirm: string;
319
+ deleteFailed: string;
320
+ saveFailed: string;
321
+ validation: string;
322
+ kindLabel: string;
323
+ kindPlaceholder: string;
324
+ kindCustomOption: string;
325
+ kindCustomInputPlaceholder: string;
326
+ capacityLabel: string;
327
+ capacityDerivedHint: string;
328
+ defaultCountLabel: string;
329
+ defaultCountHint: string;
330
+ namePatternLabel: string;
331
+ namePatternPlaceholder: string;
332
+ namePatternHint: string;
333
+ seatMapLabel: string;
334
+ seatMapEmpty: string;
335
+ seatMapEditButton: string;
336
+ seatMapSummary: string;
337
+ seatMapDialogTitle: string;
338
+ seatMapDialogDone: string;
339
+ cancel: string;
340
+ save: string;
341
+ createButton: string;
342
+ kinds: {
343
+ room: string;
344
+ vehicle_seat: string;
345
+ cabin: string;
346
+ flight_seat: string;
347
+ };
348
+ };
349
+ startTime: {
350
+ notFound: string;
351
+ fallbackTitle: string;
352
+ deleteConfirm: string;
353
+ detailsTitle: string;
354
+ sortOrderLabel: string;
355
+ generatedSlotsTitle: string;
356
+ generatedSlotsEmpty: string;
357
+ };
358
+ tabs: {
359
+ allocation: string;
360
+ extras: string;
361
+ pickup: string;
362
+ closeouts: string;
363
+ activity: string;
364
+ meta: string;
365
+ allocationUnwired: string;
366
+ activityEmpty: string;
367
+ activityAuditTitle: string;
368
+ activityFilterAll: string;
369
+ activityFilterAudit: string;
370
+ activityFilterAssignments: string;
371
+ activityByActor: string;
372
+ activityOngoing: string;
373
+ metaIdentifiersTitle: string;
374
+ metaLifecycleTitle: string;
375
+ metaTitle: string;
376
+ metaSlotId: string;
377
+ auditActionLabels: {
378
+ "resource.create": string;
379
+ "resource.update": string;
380
+ "resource.delete": string;
381
+ "traveler.assign": string;
382
+ "traveler.unassign": string;
383
+ "traveler.sharing-group.set": string;
384
+ "traveler.sharing-group.clear": string;
385
+ "sharing-group.label.update": string;
386
+ "sharing-group.label.clear": string;
387
+ "resources.materialize": string;
388
+ "auto-allocate": string;
389
+ };
390
+ };
391
+ duration: {
392
+ nightSingular: string;
393
+ nightsPlural: string;
394
+ daySingular: string;
395
+ daysPlural: string;
396
+ };
397
+ };
398
+ dialogs: {
399
+ slot: {
400
+ validationProductRequired: string;
401
+ validationDateRequired: string;
402
+ validationStartsAtRequired: string;
403
+ validationTimezoneRequired: string;
404
+ editTitle: string;
405
+ newTitle: string;
406
+ productLabel: string;
407
+ selectProductPlaceholder: string;
408
+ ruleLabel: string;
409
+ optionalRulePlaceholder: string;
410
+ noRule: string;
411
+ startTimeLabel: string;
412
+ optionalStartTimePlaceholder: string;
413
+ noStartTime: string;
414
+ dateLabel: string;
415
+ timezoneLabel: string;
416
+ timezonePlaceholder: string;
417
+ startsAtLabel: string;
418
+ endsAtLabel: string;
419
+ statusLabel: string;
420
+ unlimitedLabel: string;
421
+ yes: string;
422
+ no: string;
423
+ initialPaxLabel: string;
424
+ remainingPaxLabel: string;
425
+ remainingResourcesLabel: string;
426
+ initialPickupsLabel: string;
427
+ remainingPickupsLabel: string;
428
+ pastCutoffTitle: string;
429
+ pastCutoffDescription: string;
430
+ tooEarlyTitle: string;
431
+ tooEarlyDescription: string;
432
+ notesLabel: string;
433
+ notesPlaceholder: string;
434
+ cancel: string;
435
+ save: string;
436
+ create: string;
437
+ };
438
+ rule: {
439
+ validationProductRequired: string;
440
+ validationTimezoneRequired: string;
441
+ validationRecurrenceRequired: string;
442
+ editTitle: string;
443
+ newTitle: string;
444
+ productLabel: string;
445
+ selectProductPlaceholder: string;
446
+ timezoneLabel: string;
447
+ timezonePlaceholder: string;
448
+ maxCapacityLabel: string;
449
+ recurrenceRuleLabel: string;
450
+ recurrenceRulePlaceholder: string;
451
+ maxPickupCapacityLabel: string;
452
+ minimumTotalPaxLabel: string;
453
+ cutoffMinutesLabel: string;
454
+ earlyBookingLimitMinutesLabel: string;
455
+ activeTitle: string;
456
+ activeDescription: string;
457
+ cancel: string;
458
+ save: string;
459
+ create: string;
460
+ };
461
+ startTime: {
462
+ validationProductRequired: string;
463
+ validationStartTimeRequired: string;
464
+ editTitle: string;
465
+ newTitle: string;
466
+ productLabel: string;
467
+ selectProductPlaceholder: string;
468
+ labelLabel: string;
469
+ labelPlaceholder: string;
470
+ startTimeLabel: string;
471
+ durationMinutesLabel: string;
472
+ sortOrderLabel: string;
473
+ activeTitle: string;
474
+ activeDescription: string;
475
+ cancel: string;
476
+ save: string;
477
+ create: string;
478
+ };
479
+ closeout: {
480
+ validationProductRequired: string;
481
+ validationDateRequired: string;
482
+ editTitle: string;
483
+ newTitle: string;
484
+ productLabel: string;
485
+ selectProductPlaceholder: string;
486
+ slotLabel: string;
487
+ optionalSlotPlaceholder: string;
488
+ productLevelOption: string;
489
+ dateLabel: string;
490
+ datePlaceholder: string;
491
+ reasonLabel: string;
492
+ reasonPlaceholder: string;
493
+ cancel: string;
494
+ save: string;
495
+ create: string;
496
+ };
497
+ pickupPoint: {
498
+ validationProductRequired: string;
499
+ validationNameRequired: string;
500
+ editTitle: string;
501
+ newTitle: string;
502
+ productLabel: string;
503
+ selectProductPlaceholder: string;
504
+ nameLabel: string;
505
+ namePlaceholder: string;
506
+ locationTextLabel: string;
507
+ locationTextPlaceholder: string;
508
+ descriptionLabel: string;
509
+ descriptionPlaceholder: string;
510
+ activeTitle: string;
511
+ activeDescription: string;
512
+ cancel: string;
513
+ save: string;
514
+ create: string;
515
+ };
516
+ };
517
+ };
518
+ export declare const availabilityUiRo: {
519
+ page: {
520
+ loading: string;
521
+ loadFailed: string;
522
+ calendarTab: string;
523
+ filters: {
524
+ statusLabel: string;
525
+ stateLabel: string;
526
+ dateRangeLabel: string;
527
+ anyDate: string;
528
+ allStatuses: string;
529
+ allStates: string;
530
+ active: string;
531
+ inactive: string;
532
+ reset: string;
533
+ productSearchEmpty: string;
534
+ };
535
+ skeleton: {
536
+ date: string;
537
+ product: string;
538
+ status: string;
539
+ remaining: string;
540
+ capacity: string;
541
+ };
542
+ };
543
+ title: string;
544
+ description: string;
545
+ searchPlaceholder: string;
546
+ allProducts: string;
547
+ clearFilters: string;
548
+ verbOpened: string;
549
+ verbClosed: string;
550
+ verbActivated: string;
551
+ verbDeactivated: string;
552
+ tabSlots: string;
553
+ bulkStatusPlaceholder: string;
554
+ tabRules: string;
555
+ tabStartTimes: string;
556
+ tabCloseouts: string;
557
+ tabPickupPoints: string;
558
+ tabCalendar: string;
559
+ slotFallbackTitle: string;
560
+ productsComboboxSearching: string;
561
+ productsComboboxEmpty: string;
562
+ statusActive: string;
563
+ statusInactive: string;
564
+ statusOpen: string;
565
+ statusClosed: string;
566
+ statusSoldOut: string;
567
+ statusCancelled: string;
568
+ productLabel: string;
569
+ timezoneLabel: string;
570
+ recurrenceLabel: string;
571
+ maxPaxLabel: string;
572
+ activeLabel: string;
573
+ viewLabel: string;
574
+ openLabel: string;
575
+ editLabel: string;
576
+ labelLabel: string;
577
+ startLabel: string;
578
+ durationLabel: string;
579
+ statusLabel: string;
580
+ dateLabel: string;
581
+ startsAtLabel: string;
582
+ endsAtLabel: string;
583
+ remainingPaxLabel: string;
584
+ totalPaxLabel: string;
585
+ slotLabel: string;
586
+ reasonLabel: string;
587
+ nameLabel: string;
588
+ locationLabel: string;
589
+ productLevelLabel: string;
590
+ overview: {
591
+ openSlotsTitle: string;
592
+ openSlotsDescription: string;
593
+ constrainedSlotsTitle: string;
594
+ constrainedSlotsDescription: string;
595
+ activeRulesTitle: string;
596
+ activeRulesDescription: string;
597
+ pickupPointsTitle: string;
598
+ pickupPointsDescription: string;
599
+ capacityWatchlistTitle: string;
600
+ capacityWatchlistEmpty: string;
601
+ coverageGapsTitle: string;
602
+ coverageGapsEmpty: string;
603
+ coverageGapDescription: string;
604
+ actionRequiredTitle: string;
605
+ actionRequiredBody: string;
606
+ actionRequiredCta: string;
607
+ attentionTitle: string;
608
+ attentionEmpty: string;
609
+ severityCoverageGap: string;
610
+ severityClosed: string;
611
+ severitySoldOut: string;
612
+ };
613
+ nouns: {
614
+ slotSingular: string;
615
+ slotPlural: string;
616
+ ruleSingular: string;
617
+ rulePlural: string;
618
+ startTimeSingular: string;
619
+ startTimePlural: string;
620
+ closeoutSingular: string;
621
+ closeoutPlural: string;
622
+ pickupPointSingular: string;
623
+ pickupPointPlural: string;
624
+ };
625
+ toasts: {
626
+ bulkUpdated: string;
627
+ bulkUpdatedPartial: string;
628
+ bulkDeleted: string;
629
+ bulkDeletedPartial: string;
630
+ };
631
+ toolbar: {
632
+ statusAll: string;
633
+ stateLabel: string;
634
+ stateAll: string;
635
+ dateRangeLabel: string;
636
+ dateRangePlaceholder: string;
637
+ reset: string;
638
+ };
639
+ tabs: {
640
+ slots: {
641
+ title: string;
642
+ description: string;
643
+ actionLabel: string;
644
+ emptyMessage: string;
645
+ bulkOpenButton: string;
646
+ bulkOpenConfirm: string;
647
+ bulkOpenTitle: string;
648
+ bulkOpenDescription: string;
649
+ bulkCloseButton: string;
650
+ bulkCloseConfirm: string;
651
+ bulkCloseTitle: string;
652
+ bulkCloseDescription: string;
653
+ bulkDeleteButton: string;
654
+ bulkDeleteConfirm: string;
655
+ bulkDeleteTitle: string;
656
+ bulkDeleteDescription: string;
657
+ };
658
+ rules: {
659
+ title: string;
660
+ description: string;
661
+ actionLabel: string;
662
+ emptyMessage: string;
663
+ bulkActivateButton: string;
664
+ bulkActivateConfirm: string;
665
+ bulkActivateTitle: string;
666
+ bulkActivateDescription: string;
667
+ bulkDeactivateButton: string;
668
+ bulkDeactivateConfirm: string;
669
+ bulkDeactivateTitle: string;
670
+ bulkDeactivateDescription: string;
671
+ bulkDeleteButton: string;
672
+ bulkDeleteConfirm: string;
673
+ bulkDeleteTitle: string;
674
+ bulkDeleteDescription: string;
675
+ };
676
+ startTimes: {
677
+ title: string;
678
+ description: string;
679
+ actionLabel: string;
680
+ emptyMessage: string;
681
+ bulkActivateButton: string;
682
+ bulkActivateConfirm: string;
683
+ bulkActivateTitle: string;
684
+ bulkActivateDescription: string;
685
+ bulkDeactivateButton: string;
686
+ bulkDeactivateConfirm: string;
687
+ bulkDeactivateTitle: string;
688
+ bulkDeactivateDescription: string;
689
+ bulkDeleteButton: string;
690
+ bulkDeleteConfirm: string;
691
+ bulkDeleteTitle: string;
692
+ bulkDeleteDescription: string;
693
+ };
694
+ closeouts: {
695
+ title: string;
696
+ description: string;
697
+ actionLabel: string;
698
+ emptyMessage: string;
699
+ bulkDeleteButton: string;
700
+ bulkDeleteConfirm: string;
701
+ bulkDeleteTitle: string;
702
+ bulkDeleteDescription: string;
703
+ };
704
+ pickupPoints: {
705
+ title: string;
706
+ description: string;
707
+ actionLabel: string;
708
+ emptyMessage: string;
709
+ bulkActivateButton: string;
710
+ bulkActivateConfirm: string;
711
+ bulkActivateTitle: string;
712
+ bulkActivateDescription: string;
713
+ bulkDeactivateButton: string;
714
+ bulkDeactivateConfirm: string;
715
+ bulkDeactivateTitle: string;
716
+ bulkDeactivateDescription: string;
717
+ bulkDeleteButton: string;
718
+ bulkDeleteConfirm: string;
719
+ bulkDeleteTitle: string;
720
+ bulkDeleteDescription: string;
721
+ };
722
+ };
723
+ details: {
724
+ backToAvailability: string;
725
+ openProduct: string;
726
+ createBooking: string;
727
+ editSlot: string;
728
+ delete: string;
729
+ yes: string;
730
+ no: string;
731
+ noValue: string;
732
+ createdLabel: string;
733
+ updatedLabel: string;
734
+ notesTitle: string;
735
+ rule: {
736
+ notFound: string;
737
+ pageTitle: string;
738
+ deleteConfirm: string;
739
+ detailsTitle: string;
740
+ capacityPolicyTitle: string;
741
+ maxPickupCapacityLabel: string;
742
+ minTotalPaxLabel: string;
743
+ cutoffMinutesLabel: string;
744
+ earlyBookingLimitLabel: string;
745
+ generatedSlotsTitle: string;
746
+ generatedSlotsEmpty: string;
747
+ };
748
+ slot: {
749
+ notFound: string;
750
+ deleteConfirm: string;
751
+ deleteDescription: string;
752
+ deleteCancel: string;
753
+ deleteConfirmAction: string;
754
+ detailsTitle: string;
755
+ ruleLabel: string;
756
+ startTimeIdLabel: string;
757
+ endsAtLabel: string;
758
+ unlimitedLabel: string;
759
+ pastCutoffLabel: string;
760
+ tooEarlyLabel: string;
761
+ capacityStateTitle: string;
762
+ initialPaxLabel: string;
763
+ paxKpiLabel: string;
764
+ totalKpiLabel: string;
765
+ paidKpiLabel: string;
766
+ outstandingKpiLabel: string;
767
+ mixedCurrenciesHint: string;
768
+ initialPickupsLabel: string;
769
+ remainingPickupsLabel: string;
770
+ remainingResourcesLabel: string;
771
+ pickupCapacityTitle: string;
772
+ pickupCapacityEmpty: string;
773
+ noLocationText: string;
774
+ initialLabel: string;
775
+ remainingLabel: string;
776
+ resourceAssignmentsTitle: string;
777
+ resourceAssignmentsEmpty: string;
778
+ unassignedResource: string;
779
+ bookingLabel: string;
780
+ poolLabel: string;
781
+ releasedLabel: string;
782
+ relatedCloseoutsTitle: string;
783
+ relatedCloseoutsEmpty: string;
784
+ createdByLabel: string;
785
+ bookingPreviewTitle: string;
786
+ bookingPreviewDescription: string;
787
+ };
788
+ resourceTemplates: {
789
+ title: string;
790
+ description: string;
791
+ addButton: string;
792
+ collapsedEmpty: string;
793
+ collapsedSummary: string;
794
+ generateFromRooms: string;
795
+ generateFromRoomsHint: string;
796
+ applyToOpenButton: string;
797
+ applyToOpenConfirm: string;
798
+ applyToOpenResult: string;
799
+ applyToOpenEmpty: string;
800
+ applyToOpenFailed: string;
801
+ editTitle: string;
802
+ newTitle: string;
803
+ loadFailed: string;
804
+ emptyMessage: string;
805
+ capacitySummary: string;
806
+ deleteConfirm: string;
807
+ deleteFailed: string;
808
+ saveFailed: string;
809
+ validation: string;
810
+ kindLabel: string;
811
+ kindPlaceholder: string;
812
+ kindCustomOption: string;
813
+ kindCustomInputPlaceholder: string;
814
+ capacityLabel: string;
815
+ capacityDerivedHint: string;
816
+ defaultCountLabel: string;
817
+ defaultCountHint: string;
818
+ namePatternLabel: string;
819
+ namePatternPlaceholder: string;
820
+ namePatternHint: string;
821
+ seatMapLabel: string;
822
+ seatMapEmpty: string;
823
+ seatMapEditButton: string;
824
+ seatMapSummary: string;
825
+ seatMapDialogTitle: string;
826
+ seatMapDialogDone: string;
827
+ cancel: string;
828
+ save: string;
829
+ createButton: string;
830
+ kinds: {
831
+ room: string;
832
+ vehicle_seat: string;
833
+ cabin: string;
834
+ flight_seat: string;
835
+ };
836
+ };
837
+ startTime: {
838
+ notFound: string;
839
+ fallbackTitle: string;
840
+ deleteConfirm: string;
841
+ detailsTitle: string;
842
+ sortOrderLabel: string;
843
+ generatedSlotsTitle: string;
844
+ generatedSlotsEmpty: string;
845
+ };
846
+ tabs: {
847
+ allocation: string;
848
+ extras: string;
849
+ pickup: string;
850
+ closeouts: string;
851
+ activity: string;
852
+ meta: string;
853
+ allocationUnwired: string;
854
+ activityEmpty: string;
855
+ activityAuditTitle: string;
856
+ activityFilterAll: string;
857
+ activityFilterAudit: string;
858
+ activityFilterAssignments: string;
859
+ activityByActor: string;
860
+ activityOngoing: string;
861
+ metaIdentifiersTitle: string;
862
+ metaLifecycleTitle: string;
863
+ metaTitle: string;
864
+ metaSlotId: string;
865
+ auditActionLabels: {
866
+ "resource.create": string;
867
+ "resource.update": string;
868
+ "resource.delete": string;
869
+ "traveler.assign": string;
870
+ "traveler.unassign": string;
871
+ "traveler.sharing-group.set": string;
872
+ "traveler.sharing-group.clear": string;
873
+ "sharing-group.label.update": string;
874
+ "sharing-group.label.clear": string;
875
+ "resources.materialize": string;
876
+ "auto-allocate": string;
877
+ };
878
+ };
879
+ duration: {
880
+ nightSingular: string;
881
+ nightsPlural: string;
882
+ daySingular: string;
883
+ daysPlural: string;
884
+ };
885
+ };
886
+ dialogs: {
887
+ slot: {
888
+ validationProductRequired: string;
889
+ validationDateRequired: string;
890
+ validationStartsAtRequired: string;
891
+ validationTimezoneRequired: string;
892
+ editTitle: string;
893
+ newTitle: string;
894
+ productLabel: string;
895
+ selectProductPlaceholder: string;
896
+ ruleLabel: string;
897
+ optionalRulePlaceholder: string;
898
+ noRule: string;
899
+ startTimeLabel: string;
900
+ optionalStartTimePlaceholder: string;
901
+ noStartTime: string;
902
+ dateLabel: string;
903
+ timezoneLabel: string;
904
+ timezonePlaceholder: string;
905
+ startsAtLabel: string;
906
+ endsAtLabel: string;
907
+ statusLabel: string;
908
+ unlimitedLabel: string;
909
+ yes: string;
910
+ no: string;
911
+ initialPaxLabel: string;
912
+ remainingPaxLabel: string;
913
+ remainingResourcesLabel: string;
914
+ initialPickupsLabel: string;
915
+ remainingPickupsLabel: string;
916
+ pastCutoffTitle: string;
917
+ pastCutoffDescription: string;
918
+ tooEarlyTitle: string;
919
+ tooEarlyDescription: string;
920
+ notesLabel: string;
921
+ notesPlaceholder: string;
922
+ cancel: string;
923
+ save: string;
924
+ create: string;
925
+ };
926
+ rule: {
927
+ validationProductRequired: string;
928
+ validationTimezoneRequired: string;
929
+ validationRecurrenceRequired: string;
930
+ editTitle: string;
931
+ newTitle: string;
932
+ productLabel: string;
933
+ selectProductPlaceholder: string;
934
+ timezoneLabel: string;
935
+ timezonePlaceholder: string;
936
+ maxCapacityLabel: string;
937
+ recurrenceRuleLabel: string;
938
+ recurrenceRulePlaceholder: string;
939
+ maxPickupCapacityLabel: string;
940
+ minimumTotalPaxLabel: string;
941
+ cutoffMinutesLabel: string;
942
+ earlyBookingLimitMinutesLabel: string;
943
+ activeTitle: string;
944
+ activeDescription: string;
945
+ cancel: string;
946
+ save: string;
947
+ create: string;
948
+ };
949
+ startTime: {
950
+ validationProductRequired: string;
951
+ validationStartTimeRequired: string;
952
+ editTitle: string;
953
+ newTitle: string;
954
+ productLabel: string;
955
+ selectProductPlaceholder: string;
956
+ labelLabel: string;
957
+ labelPlaceholder: string;
958
+ startTimeLabel: string;
959
+ durationMinutesLabel: string;
960
+ sortOrderLabel: string;
961
+ activeTitle: string;
962
+ activeDescription: string;
963
+ cancel: string;
964
+ save: string;
965
+ create: string;
966
+ };
967
+ closeout: {
968
+ validationProductRequired: string;
969
+ validationDateRequired: string;
970
+ editTitle: string;
971
+ newTitle: string;
972
+ productLabel: string;
973
+ selectProductPlaceholder: string;
974
+ slotLabel: string;
975
+ optionalSlotPlaceholder: string;
976
+ productLevelOption: string;
977
+ dateLabel: string;
978
+ datePlaceholder: string;
979
+ reasonLabel: string;
980
+ reasonPlaceholder: string;
981
+ cancel: string;
982
+ save: string;
983
+ create: string;
984
+ };
985
+ pickupPoint: {
986
+ validationProductRequired: string;
987
+ validationNameRequired: string;
988
+ editTitle: string;
989
+ newTitle: string;
990
+ productLabel: string;
991
+ selectProductPlaceholder: string;
992
+ nameLabel: string;
993
+ namePlaceholder: string;
994
+ locationTextLabel: string;
995
+ locationTextPlaceholder: string;
996
+ descriptionLabel: string;
997
+ descriptionPlaceholder: string;
998
+ activeTitle: string;
999
+ activeDescription: string;
1000
+ cancel: string;
1001
+ save: string;
1002
+ create: string;
1003
+ };
1004
+ };
1005
+ };
1006
+ export declare const availabilityUiMessageDefinitions: {
1007
+ en: {
1008
+ page: {
1009
+ loading: string;
1010
+ loadFailed: string;
1011
+ calendarTab: string;
1012
+ filters: {
1013
+ statusLabel: string;
1014
+ stateLabel: string;
1015
+ dateRangeLabel: string;
1016
+ anyDate: string;
1017
+ allStatuses: string;
1018
+ allStates: string;
1019
+ active: string;
1020
+ inactive: string;
1021
+ reset: string;
1022
+ productSearchEmpty: string;
1023
+ };
1024
+ skeleton: {
1025
+ date: string;
1026
+ product: string;
1027
+ status: string;
1028
+ remaining: string;
1029
+ capacity: string;
1030
+ };
1031
+ };
1032
+ title: string;
1033
+ description: string;
1034
+ searchPlaceholder: string;
1035
+ allProducts: string;
1036
+ clearFilters: string;
1037
+ verbOpened: string;
1038
+ verbClosed: string;
1039
+ verbActivated: string;
1040
+ verbDeactivated: string;
1041
+ tabSlots: string;
1042
+ bulkStatusPlaceholder: string;
1043
+ tabRules: string;
1044
+ tabStartTimes: string;
1045
+ tabCloseouts: string;
1046
+ tabPickupPoints: string;
1047
+ tabCalendar: string;
1048
+ slotFallbackTitle: string;
1049
+ productsComboboxSearching: string;
1050
+ productsComboboxEmpty: string;
1051
+ statusActive: string;
1052
+ statusInactive: string;
1053
+ statusOpen: string;
1054
+ statusClosed: string;
1055
+ statusSoldOut: string;
1056
+ statusCancelled: string;
1057
+ productLabel: string;
1058
+ timezoneLabel: string;
1059
+ recurrenceLabel: string;
1060
+ maxPaxLabel: string;
1061
+ activeLabel: string;
1062
+ viewLabel: string;
1063
+ openLabel: string;
1064
+ editLabel: string;
1065
+ labelLabel: string;
1066
+ startLabel: string;
1067
+ durationLabel: string;
1068
+ statusLabel: string;
1069
+ dateLabel: string;
1070
+ startsAtLabel: string;
1071
+ endsAtLabel: string;
1072
+ remainingPaxLabel: string;
1073
+ totalPaxLabel: string;
1074
+ slotLabel: string;
1075
+ reasonLabel: string;
1076
+ nameLabel: string;
1077
+ locationLabel: string;
1078
+ productLevelLabel: string;
1079
+ overview: {
1080
+ openSlotsTitle: string;
1081
+ openSlotsDescription: string;
1082
+ constrainedSlotsTitle: string;
1083
+ constrainedSlotsDescription: string;
1084
+ activeRulesTitle: string;
1085
+ activeRulesDescription: string;
1086
+ pickupPointsTitle: string;
1087
+ pickupPointsDescription: string;
1088
+ capacityWatchlistTitle: string;
1089
+ capacityWatchlistEmpty: string;
1090
+ coverageGapsTitle: string;
1091
+ coverageGapsEmpty: string;
1092
+ coverageGapDescription: string;
1093
+ actionRequiredTitle: string;
1094
+ actionRequiredBody: string;
1095
+ actionRequiredCta: string;
1096
+ attentionTitle: string;
1097
+ attentionEmpty: string;
1098
+ severityCoverageGap: string;
1099
+ severityClosed: string;
1100
+ severitySoldOut: string;
1101
+ };
1102
+ nouns: {
1103
+ slotSingular: string;
1104
+ slotPlural: string;
1105
+ ruleSingular: string;
1106
+ rulePlural: string;
1107
+ startTimeSingular: string;
1108
+ startTimePlural: string;
1109
+ closeoutSingular: string;
1110
+ closeoutPlural: string;
1111
+ pickupPointSingular: string;
1112
+ pickupPointPlural: string;
1113
+ };
1114
+ toasts: {
1115
+ bulkUpdated: string;
1116
+ bulkUpdatedPartial: string;
1117
+ bulkDeleted: string;
1118
+ bulkDeletedPartial: string;
1119
+ };
1120
+ toolbar: {
1121
+ statusAll: string;
1122
+ stateLabel: string;
1123
+ stateAll: string;
1124
+ dateRangeLabel: string;
1125
+ dateRangePlaceholder: string;
1126
+ reset: string;
1127
+ };
1128
+ tabs: {
1129
+ slots: {
1130
+ title: string;
1131
+ description: string;
1132
+ actionLabel: string;
1133
+ emptyMessage: string;
1134
+ bulkOpenButton: string;
1135
+ bulkOpenConfirm: string;
1136
+ bulkOpenTitle: string;
1137
+ bulkOpenDescription: string;
1138
+ bulkCloseButton: string;
1139
+ bulkCloseConfirm: string;
1140
+ bulkCloseTitle: string;
1141
+ bulkCloseDescription: string;
1142
+ bulkDeleteButton: string;
1143
+ bulkDeleteConfirm: string;
1144
+ bulkDeleteTitle: string;
1145
+ bulkDeleteDescription: string;
1146
+ };
1147
+ rules: {
1148
+ title: string;
1149
+ description: string;
1150
+ actionLabel: string;
1151
+ emptyMessage: string;
1152
+ bulkActivateButton: string;
1153
+ bulkActivateConfirm: string;
1154
+ bulkActivateTitle: string;
1155
+ bulkActivateDescription: string;
1156
+ bulkDeactivateButton: string;
1157
+ bulkDeactivateConfirm: string;
1158
+ bulkDeactivateTitle: string;
1159
+ bulkDeactivateDescription: string;
1160
+ bulkDeleteButton: string;
1161
+ bulkDeleteConfirm: string;
1162
+ bulkDeleteTitle: string;
1163
+ bulkDeleteDescription: string;
1164
+ };
1165
+ startTimes: {
1166
+ title: string;
1167
+ description: string;
1168
+ actionLabel: string;
1169
+ emptyMessage: string;
1170
+ bulkActivateButton: string;
1171
+ bulkActivateConfirm: string;
1172
+ bulkActivateTitle: string;
1173
+ bulkActivateDescription: string;
1174
+ bulkDeactivateButton: string;
1175
+ bulkDeactivateConfirm: string;
1176
+ bulkDeactivateTitle: string;
1177
+ bulkDeactivateDescription: string;
1178
+ bulkDeleteButton: string;
1179
+ bulkDeleteConfirm: string;
1180
+ bulkDeleteTitle: string;
1181
+ bulkDeleteDescription: string;
1182
+ };
1183
+ closeouts: {
1184
+ title: string;
1185
+ description: string;
1186
+ actionLabel: string;
1187
+ emptyMessage: string;
1188
+ bulkDeleteButton: string;
1189
+ bulkDeleteConfirm: string;
1190
+ bulkDeleteTitle: string;
1191
+ bulkDeleteDescription: string;
1192
+ };
1193
+ pickupPoints: {
1194
+ title: string;
1195
+ description: string;
1196
+ actionLabel: string;
1197
+ emptyMessage: string;
1198
+ bulkActivateButton: string;
1199
+ bulkActivateConfirm: string;
1200
+ bulkActivateTitle: string;
1201
+ bulkActivateDescription: string;
1202
+ bulkDeactivateButton: string;
1203
+ bulkDeactivateConfirm: string;
1204
+ bulkDeactivateTitle: string;
1205
+ bulkDeactivateDescription: string;
1206
+ bulkDeleteButton: string;
1207
+ bulkDeleteConfirm: string;
1208
+ bulkDeleteTitle: string;
1209
+ bulkDeleteDescription: string;
1210
+ };
1211
+ };
1212
+ details: {
1213
+ backToAvailability: string;
1214
+ openProduct: string;
1215
+ createBooking: string;
1216
+ editSlot: string;
1217
+ delete: string;
1218
+ yes: string;
1219
+ no: string;
1220
+ noValue: string;
1221
+ createdLabel: string;
1222
+ updatedLabel: string;
1223
+ notesTitle: string;
1224
+ rule: {
1225
+ notFound: string;
1226
+ pageTitle: string;
1227
+ deleteConfirm: string;
1228
+ detailsTitle: string;
1229
+ capacityPolicyTitle: string;
1230
+ maxPickupCapacityLabel: string;
1231
+ minTotalPaxLabel: string;
1232
+ cutoffMinutesLabel: string;
1233
+ earlyBookingLimitLabel: string;
1234
+ generatedSlotsTitle: string;
1235
+ generatedSlotsEmpty: string;
1236
+ };
1237
+ slot: {
1238
+ notFound: string;
1239
+ deleteConfirm: string;
1240
+ deleteDescription: string;
1241
+ deleteCancel: string;
1242
+ deleteConfirmAction: string;
1243
+ detailsTitle: string;
1244
+ ruleLabel: string;
1245
+ startTimeIdLabel: string;
1246
+ endsAtLabel: string;
1247
+ unlimitedLabel: string;
1248
+ pastCutoffLabel: string;
1249
+ tooEarlyLabel: string;
1250
+ capacityStateTitle: string;
1251
+ initialPaxLabel: string;
1252
+ paxKpiLabel: string;
1253
+ totalKpiLabel: string;
1254
+ paidKpiLabel: string;
1255
+ outstandingKpiLabel: string;
1256
+ mixedCurrenciesHint: string;
1257
+ initialPickupsLabel: string;
1258
+ remainingPickupsLabel: string;
1259
+ remainingResourcesLabel: string;
1260
+ pickupCapacityTitle: string;
1261
+ pickupCapacityEmpty: string;
1262
+ noLocationText: string;
1263
+ initialLabel: string;
1264
+ remainingLabel: string;
1265
+ resourceAssignmentsTitle: string;
1266
+ resourceAssignmentsEmpty: string;
1267
+ unassignedResource: string;
1268
+ bookingLabel: string;
1269
+ poolLabel: string;
1270
+ releasedLabel: string;
1271
+ relatedCloseoutsTitle: string;
1272
+ relatedCloseoutsEmpty: string;
1273
+ createdByLabel: string;
1274
+ bookingPreviewTitle: string;
1275
+ bookingPreviewDescription: string;
1276
+ };
1277
+ resourceTemplates: {
1278
+ title: string;
1279
+ description: string;
1280
+ addButton: string;
1281
+ collapsedEmpty: string;
1282
+ collapsedSummary: string;
1283
+ generateFromRooms: string;
1284
+ generateFromRoomsHint: string;
1285
+ applyToOpenButton: string;
1286
+ applyToOpenConfirm: string;
1287
+ applyToOpenResult: string;
1288
+ applyToOpenEmpty: string;
1289
+ applyToOpenFailed: string;
1290
+ editTitle: string;
1291
+ newTitle: string;
1292
+ loadFailed: string;
1293
+ emptyMessage: string;
1294
+ capacitySummary: string;
1295
+ deleteConfirm: string;
1296
+ deleteFailed: string;
1297
+ saveFailed: string;
1298
+ validation: string;
1299
+ kindLabel: string;
1300
+ kindPlaceholder: string;
1301
+ kindCustomOption: string;
1302
+ kindCustomInputPlaceholder: string;
1303
+ capacityLabel: string;
1304
+ capacityDerivedHint: string;
1305
+ defaultCountLabel: string;
1306
+ defaultCountHint: string;
1307
+ namePatternLabel: string;
1308
+ namePatternPlaceholder: string;
1309
+ namePatternHint: string;
1310
+ seatMapLabel: string;
1311
+ seatMapEmpty: string;
1312
+ seatMapEditButton: string;
1313
+ seatMapSummary: string;
1314
+ seatMapDialogTitle: string;
1315
+ seatMapDialogDone: string;
1316
+ cancel: string;
1317
+ save: string;
1318
+ createButton: string;
1319
+ kinds: {
1320
+ room: string;
1321
+ vehicle_seat: string;
1322
+ cabin: string;
1323
+ flight_seat: string;
1324
+ };
1325
+ };
1326
+ startTime: {
1327
+ notFound: string;
1328
+ fallbackTitle: string;
1329
+ deleteConfirm: string;
1330
+ detailsTitle: string;
1331
+ sortOrderLabel: string;
1332
+ generatedSlotsTitle: string;
1333
+ generatedSlotsEmpty: string;
1334
+ };
1335
+ tabs: {
1336
+ allocation: string;
1337
+ extras: string;
1338
+ pickup: string;
1339
+ closeouts: string;
1340
+ activity: string;
1341
+ meta: string;
1342
+ allocationUnwired: string;
1343
+ activityEmpty: string;
1344
+ activityAuditTitle: string;
1345
+ activityFilterAll: string;
1346
+ activityFilterAudit: string;
1347
+ activityFilterAssignments: string;
1348
+ activityByActor: string;
1349
+ activityOngoing: string;
1350
+ metaIdentifiersTitle: string;
1351
+ metaLifecycleTitle: string;
1352
+ metaTitle: string;
1353
+ metaSlotId: string;
1354
+ auditActionLabels: {
1355
+ "resource.create": string;
1356
+ "resource.update": string;
1357
+ "resource.delete": string;
1358
+ "traveler.assign": string;
1359
+ "traveler.unassign": string;
1360
+ "traveler.sharing-group.set": string;
1361
+ "traveler.sharing-group.clear": string;
1362
+ "sharing-group.label.update": string;
1363
+ "sharing-group.label.clear": string;
1364
+ "resources.materialize": string;
1365
+ "auto-allocate": string;
1366
+ };
1367
+ };
1368
+ duration: {
1369
+ nightSingular: string;
1370
+ nightsPlural: string;
1371
+ daySingular: string;
1372
+ daysPlural: string;
1373
+ };
1374
+ };
1375
+ dialogs: {
1376
+ slot: {
1377
+ validationProductRequired: string;
1378
+ validationDateRequired: string;
1379
+ validationStartsAtRequired: string;
1380
+ validationTimezoneRequired: string;
1381
+ editTitle: string;
1382
+ newTitle: string;
1383
+ productLabel: string;
1384
+ selectProductPlaceholder: string;
1385
+ ruleLabel: string;
1386
+ optionalRulePlaceholder: string;
1387
+ noRule: string;
1388
+ startTimeLabel: string;
1389
+ optionalStartTimePlaceholder: string;
1390
+ noStartTime: string;
1391
+ dateLabel: string;
1392
+ timezoneLabel: string;
1393
+ timezonePlaceholder: string;
1394
+ startsAtLabel: string;
1395
+ endsAtLabel: string;
1396
+ statusLabel: string;
1397
+ unlimitedLabel: string;
1398
+ yes: string;
1399
+ no: string;
1400
+ initialPaxLabel: string;
1401
+ remainingPaxLabel: string;
1402
+ remainingResourcesLabel: string;
1403
+ initialPickupsLabel: string;
1404
+ remainingPickupsLabel: string;
1405
+ pastCutoffTitle: string;
1406
+ pastCutoffDescription: string;
1407
+ tooEarlyTitle: string;
1408
+ tooEarlyDescription: string;
1409
+ notesLabel: string;
1410
+ notesPlaceholder: string;
1411
+ cancel: string;
1412
+ save: string;
1413
+ create: string;
1414
+ };
1415
+ rule: {
1416
+ validationProductRequired: string;
1417
+ validationTimezoneRequired: string;
1418
+ validationRecurrenceRequired: string;
1419
+ editTitle: string;
1420
+ newTitle: string;
1421
+ productLabel: string;
1422
+ selectProductPlaceholder: string;
1423
+ timezoneLabel: string;
1424
+ timezonePlaceholder: string;
1425
+ maxCapacityLabel: string;
1426
+ recurrenceRuleLabel: string;
1427
+ recurrenceRulePlaceholder: string;
1428
+ maxPickupCapacityLabel: string;
1429
+ minimumTotalPaxLabel: string;
1430
+ cutoffMinutesLabel: string;
1431
+ earlyBookingLimitMinutesLabel: string;
1432
+ activeTitle: string;
1433
+ activeDescription: string;
1434
+ cancel: string;
1435
+ save: string;
1436
+ create: string;
1437
+ };
1438
+ startTime: {
1439
+ validationProductRequired: string;
1440
+ validationStartTimeRequired: string;
1441
+ editTitle: string;
1442
+ newTitle: string;
1443
+ productLabel: string;
1444
+ selectProductPlaceholder: string;
1445
+ labelLabel: string;
1446
+ labelPlaceholder: string;
1447
+ startTimeLabel: string;
1448
+ durationMinutesLabel: string;
1449
+ sortOrderLabel: string;
1450
+ activeTitle: string;
1451
+ activeDescription: string;
1452
+ cancel: string;
1453
+ save: string;
1454
+ create: string;
1455
+ };
1456
+ closeout: {
1457
+ validationProductRequired: string;
1458
+ validationDateRequired: string;
1459
+ editTitle: string;
1460
+ newTitle: string;
1461
+ productLabel: string;
1462
+ selectProductPlaceholder: string;
1463
+ slotLabel: string;
1464
+ optionalSlotPlaceholder: string;
1465
+ productLevelOption: string;
1466
+ dateLabel: string;
1467
+ datePlaceholder: string;
1468
+ reasonLabel: string;
1469
+ reasonPlaceholder: string;
1470
+ cancel: string;
1471
+ save: string;
1472
+ create: string;
1473
+ };
1474
+ pickupPoint: {
1475
+ validationProductRequired: string;
1476
+ validationNameRequired: string;
1477
+ editTitle: string;
1478
+ newTitle: string;
1479
+ productLabel: string;
1480
+ selectProductPlaceholder: string;
1481
+ nameLabel: string;
1482
+ namePlaceholder: string;
1483
+ locationTextLabel: string;
1484
+ locationTextPlaceholder: string;
1485
+ descriptionLabel: string;
1486
+ descriptionPlaceholder: string;
1487
+ activeTitle: string;
1488
+ activeDescription: string;
1489
+ cancel: string;
1490
+ save: string;
1491
+ create: string;
1492
+ };
1493
+ };
1494
+ };
1495
+ ro: {
1496
+ page: {
1497
+ loading: string;
1498
+ loadFailed: string;
1499
+ calendarTab: string;
1500
+ filters: {
1501
+ statusLabel: string;
1502
+ stateLabel: string;
1503
+ dateRangeLabel: string;
1504
+ anyDate: string;
1505
+ allStatuses: string;
1506
+ allStates: string;
1507
+ active: string;
1508
+ inactive: string;
1509
+ reset: string;
1510
+ productSearchEmpty: string;
1511
+ };
1512
+ skeleton: {
1513
+ date: string;
1514
+ product: string;
1515
+ status: string;
1516
+ remaining: string;
1517
+ capacity: string;
1518
+ };
1519
+ };
1520
+ title: string;
1521
+ description: string;
1522
+ searchPlaceholder: string;
1523
+ allProducts: string;
1524
+ clearFilters: string;
1525
+ verbOpened: string;
1526
+ verbClosed: string;
1527
+ verbActivated: string;
1528
+ verbDeactivated: string;
1529
+ tabSlots: string;
1530
+ bulkStatusPlaceholder: string;
1531
+ tabRules: string;
1532
+ tabStartTimes: string;
1533
+ tabCloseouts: string;
1534
+ tabPickupPoints: string;
1535
+ tabCalendar: string;
1536
+ slotFallbackTitle: string;
1537
+ productsComboboxSearching: string;
1538
+ productsComboboxEmpty: string;
1539
+ statusActive: string;
1540
+ statusInactive: string;
1541
+ statusOpen: string;
1542
+ statusClosed: string;
1543
+ statusSoldOut: string;
1544
+ statusCancelled: string;
1545
+ productLabel: string;
1546
+ timezoneLabel: string;
1547
+ recurrenceLabel: string;
1548
+ maxPaxLabel: string;
1549
+ activeLabel: string;
1550
+ viewLabel: string;
1551
+ openLabel: string;
1552
+ editLabel: string;
1553
+ labelLabel: string;
1554
+ startLabel: string;
1555
+ durationLabel: string;
1556
+ statusLabel: string;
1557
+ dateLabel: string;
1558
+ startsAtLabel: string;
1559
+ endsAtLabel: string;
1560
+ remainingPaxLabel: string;
1561
+ totalPaxLabel: string;
1562
+ slotLabel: string;
1563
+ reasonLabel: string;
1564
+ nameLabel: string;
1565
+ locationLabel: string;
1566
+ productLevelLabel: string;
1567
+ overview: {
1568
+ openSlotsTitle: string;
1569
+ openSlotsDescription: string;
1570
+ constrainedSlotsTitle: string;
1571
+ constrainedSlotsDescription: string;
1572
+ activeRulesTitle: string;
1573
+ activeRulesDescription: string;
1574
+ pickupPointsTitle: string;
1575
+ pickupPointsDescription: string;
1576
+ capacityWatchlistTitle: string;
1577
+ capacityWatchlistEmpty: string;
1578
+ coverageGapsTitle: string;
1579
+ coverageGapsEmpty: string;
1580
+ coverageGapDescription: string;
1581
+ actionRequiredTitle: string;
1582
+ actionRequiredBody: string;
1583
+ actionRequiredCta: string;
1584
+ attentionTitle: string;
1585
+ attentionEmpty: string;
1586
+ severityCoverageGap: string;
1587
+ severityClosed: string;
1588
+ severitySoldOut: string;
1589
+ };
1590
+ nouns: {
1591
+ slotSingular: string;
1592
+ slotPlural: string;
1593
+ ruleSingular: string;
1594
+ rulePlural: string;
1595
+ startTimeSingular: string;
1596
+ startTimePlural: string;
1597
+ closeoutSingular: string;
1598
+ closeoutPlural: string;
1599
+ pickupPointSingular: string;
1600
+ pickupPointPlural: string;
1601
+ };
1602
+ toasts: {
1603
+ bulkUpdated: string;
1604
+ bulkUpdatedPartial: string;
1605
+ bulkDeleted: string;
1606
+ bulkDeletedPartial: string;
1607
+ };
1608
+ toolbar: {
1609
+ statusAll: string;
1610
+ stateLabel: string;
1611
+ stateAll: string;
1612
+ dateRangeLabel: string;
1613
+ dateRangePlaceholder: string;
1614
+ reset: string;
1615
+ };
1616
+ tabs: {
1617
+ slots: {
1618
+ title: string;
1619
+ description: string;
1620
+ actionLabel: string;
1621
+ emptyMessage: string;
1622
+ bulkOpenButton: string;
1623
+ bulkOpenConfirm: string;
1624
+ bulkOpenTitle: string;
1625
+ bulkOpenDescription: string;
1626
+ bulkCloseButton: string;
1627
+ bulkCloseConfirm: string;
1628
+ bulkCloseTitle: string;
1629
+ bulkCloseDescription: string;
1630
+ bulkDeleteButton: string;
1631
+ bulkDeleteConfirm: string;
1632
+ bulkDeleteTitle: string;
1633
+ bulkDeleteDescription: string;
1634
+ };
1635
+ rules: {
1636
+ title: string;
1637
+ description: string;
1638
+ actionLabel: string;
1639
+ emptyMessage: string;
1640
+ bulkActivateButton: string;
1641
+ bulkActivateConfirm: string;
1642
+ bulkActivateTitle: string;
1643
+ bulkActivateDescription: string;
1644
+ bulkDeactivateButton: string;
1645
+ bulkDeactivateConfirm: string;
1646
+ bulkDeactivateTitle: string;
1647
+ bulkDeactivateDescription: string;
1648
+ bulkDeleteButton: string;
1649
+ bulkDeleteConfirm: string;
1650
+ bulkDeleteTitle: string;
1651
+ bulkDeleteDescription: string;
1652
+ };
1653
+ startTimes: {
1654
+ title: string;
1655
+ description: string;
1656
+ actionLabel: string;
1657
+ emptyMessage: string;
1658
+ bulkActivateButton: string;
1659
+ bulkActivateConfirm: string;
1660
+ bulkActivateTitle: string;
1661
+ bulkActivateDescription: string;
1662
+ bulkDeactivateButton: string;
1663
+ bulkDeactivateConfirm: string;
1664
+ bulkDeactivateTitle: string;
1665
+ bulkDeactivateDescription: string;
1666
+ bulkDeleteButton: string;
1667
+ bulkDeleteConfirm: string;
1668
+ bulkDeleteTitle: string;
1669
+ bulkDeleteDescription: string;
1670
+ };
1671
+ closeouts: {
1672
+ title: string;
1673
+ description: string;
1674
+ actionLabel: string;
1675
+ emptyMessage: string;
1676
+ bulkDeleteButton: string;
1677
+ bulkDeleteConfirm: string;
1678
+ bulkDeleteTitle: string;
1679
+ bulkDeleteDescription: string;
1680
+ };
1681
+ pickupPoints: {
1682
+ title: string;
1683
+ description: string;
1684
+ actionLabel: string;
1685
+ emptyMessage: string;
1686
+ bulkActivateButton: string;
1687
+ bulkActivateConfirm: string;
1688
+ bulkActivateTitle: string;
1689
+ bulkActivateDescription: string;
1690
+ bulkDeactivateButton: string;
1691
+ bulkDeactivateConfirm: string;
1692
+ bulkDeactivateTitle: string;
1693
+ bulkDeactivateDescription: string;
1694
+ bulkDeleteButton: string;
1695
+ bulkDeleteConfirm: string;
1696
+ bulkDeleteTitle: string;
1697
+ bulkDeleteDescription: string;
1698
+ };
1699
+ };
1700
+ details: {
1701
+ backToAvailability: string;
1702
+ openProduct: string;
1703
+ createBooking: string;
1704
+ editSlot: string;
1705
+ delete: string;
1706
+ yes: string;
1707
+ no: string;
1708
+ noValue: string;
1709
+ createdLabel: string;
1710
+ updatedLabel: string;
1711
+ notesTitle: string;
1712
+ rule: {
1713
+ notFound: string;
1714
+ pageTitle: string;
1715
+ deleteConfirm: string;
1716
+ detailsTitle: string;
1717
+ capacityPolicyTitle: string;
1718
+ maxPickupCapacityLabel: string;
1719
+ minTotalPaxLabel: string;
1720
+ cutoffMinutesLabel: string;
1721
+ earlyBookingLimitLabel: string;
1722
+ generatedSlotsTitle: string;
1723
+ generatedSlotsEmpty: string;
1724
+ };
1725
+ slot: {
1726
+ notFound: string;
1727
+ deleteConfirm: string;
1728
+ deleteDescription: string;
1729
+ deleteCancel: string;
1730
+ deleteConfirmAction: string;
1731
+ detailsTitle: string;
1732
+ ruleLabel: string;
1733
+ startTimeIdLabel: string;
1734
+ endsAtLabel: string;
1735
+ unlimitedLabel: string;
1736
+ pastCutoffLabel: string;
1737
+ tooEarlyLabel: string;
1738
+ capacityStateTitle: string;
1739
+ initialPaxLabel: string;
1740
+ paxKpiLabel: string;
1741
+ totalKpiLabel: string;
1742
+ paidKpiLabel: string;
1743
+ outstandingKpiLabel: string;
1744
+ mixedCurrenciesHint: string;
1745
+ initialPickupsLabel: string;
1746
+ remainingPickupsLabel: string;
1747
+ remainingResourcesLabel: string;
1748
+ pickupCapacityTitle: string;
1749
+ pickupCapacityEmpty: string;
1750
+ noLocationText: string;
1751
+ initialLabel: string;
1752
+ remainingLabel: string;
1753
+ resourceAssignmentsTitle: string;
1754
+ resourceAssignmentsEmpty: string;
1755
+ unassignedResource: string;
1756
+ bookingLabel: string;
1757
+ poolLabel: string;
1758
+ releasedLabel: string;
1759
+ relatedCloseoutsTitle: string;
1760
+ relatedCloseoutsEmpty: string;
1761
+ createdByLabel: string;
1762
+ bookingPreviewTitle: string;
1763
+ bookingPreviewDescription: string;
1764
+ };
1765
+ resourceTemplates: {
1766
+ title: string;
1767
+ description: string;
1768
+ addButton: string;
1769
+ collapsedEmpty: string;
1770
+ collapsedSummary: string;
1771
+ generateFromRooms: string;
1772
+ generateFromRoomsHint: string;
1773
+ applyToOpenButton: string;
1774
+ applyToOpenConfirm: string;
1775
+ applyToOpenResult: string;
1776
+ applyToOpenEmpty: string;
1777
+ applyToOpenFailed: string;
1778
+ editTitle: string;
1779
+ newTitle: string;
1780
+ loadFailed: string;
1781
+ emptyMessage: string;
1782
+ capacitySummary: string;
1783
+ deleteConfirm: string;
1784
+ deleteFailed: string;
1785
+ saveFailed: string;
1786
+ validation: string;
1787
+ kindLabel: string;
1788
+ kindPlaceholder: string;
1789
+ kindCustomOption: string;
1790
+ kindCustomInputPlaceholder: string;
1791
+ capacityLabel: string;
1792
+ capacityDerivedHint: string;
1793
+ defaultCountLabel: string;
1794
+ defaultCountHint: string;
1795
+ namePatternLabel: string;
1796
+ namePatternPlaceholder: string;
1797
+ namePatternHint: string;
1798
+ seatMapLabel: string;
1799
+ seatMapEmpty: string;
1800
+ seatMapEditButton: string;
1801
+ seatMapSummary: string;
1802
+ seatMapDialogTitle: string;
1803
+ seatMapDialogDone: string;
1804
+ cancel: string;
1805
+ save: string;
1806
+ createButton: string;
1807
+ kinds: {
1808
+ room: string;
1809
+ vehicle_seat: string;
1810
+ cabin: string;
1811
+ flight_seat: string;
1812
+ };
1813
+ };
1814
+ startTime: {
1815
+ notFound: string;
1816
+ fallbackTitle: string;
1817
+ deleteConfirm: string;
1818
+ detailsTitle: string;
1819
+ sortOrderLabel: string;
1820
+ generatedSlotsTitle: string;
1821
+ generatedSlotsEmpty: string;
1822
+ };
1823
+ tabs: {
1824
+ allocation: string;
1825
+ extras: string;
1826
+ pickup: string;
1827
+ closeouts: string;
1828
+ activity: string;
1829
+ meta: string;
1830
+ allocationUnwired: string;
1831
+ activityEmpty: string;
1832
+ activityAuditTitle: string;
1833
+ activityFilterAll: string;
1834
+ activityFilterAudit: string;
1835
+ activityFilterAssignments: string;
1836
+ activityByActor: string;
1837
+ activityOngoing: string;
1838
+ metaIdentifiersTitle: string;
1839
+ metaLifecycleTitle: string;
1840
+ metaTitle: string;
1841
+ metaSlotId: string;
1842
+ auditActionLabels: {
1843
+ "resource.create": string;
1844
+ "resource.update": string;
1845
+ "resource.delete": string;
1846
+ "traveler.assign": string;
1847
+ "traveler.unassign": string;
1848
+ "traveler.sharing-group.set": string;
1849
+ "traveler.sharing-group.clear": string;
1850
+ "sharing-group.label.update": string;
1851
+ "sharing-group.label.clear": string;
1852
+ "resources.materialize": string;
1853
+ "auto-allocate": string;
1854
+ };
1855
+ };
1856
+ duration: {
1857
+ nightSingular: string;
1858
+ nightsPlural: string;
1859
+ daySingular: string;
1860
+ daysPlural: string;
1861
+ };
1862
+ };
1863
+ dialogs: {
1864
+ slot: {
1865
+ validationProductRequired: string;
1866
+ validationDateRequired: string;
1867
+ validationStartsAtRequired: string;
1868
+ validationTimezoneRequired: string;
1869
+ editTitle: string;
1870
+ newTitle: string;
1871
+ productLabel: string;
1872
+ selectProductPlaceholder: string;
1873
+ ruleLabel: string;
1874
+ optionalRulePlaceholder: string;
1875
+ noRule: string;
1876
+ startTimeLabel: string;
1877
+ optionalStartTimePlaceholder: string;
1878
+ noStartTime: string;
1879
+ dateLabel: string;
1880
+ timezoneLabel: string;
1881
+ timezonePlaceholder: string;
1882
+ startsAtLabel: string;
1883
+ endsAtLabel: string;
1884
+ statusLabel: string;
1885
+ unlimitedLabel: string;
1886
+ yes: string;
1887
+ no: string;
1888
+ initialPaxLabel: string;
1889
+ remainingPaxLabel: string;
1890
+ remainingResourcesLabel: string;
1891
+ initialPickupsLabel: string;
1892
+ remainingPickupsLabel: string;
1893
+ pastCutoffTitle: string;
1894
+ pastCutoffDescription: string;
1895
+ tooEarlyTitle: string;
1896
+ tooEarlyDescription: string;
1897
+ notesLabel: string;
1898
+ notesPlaceholder: string;
1899
+ cancel: string;
1900
+ save: string;
1901
+ create: string;
1902
+ };
1903
+ rule: {
1904
+ validationProductRequired: string;
1905
+ validationTimezoneRequired: string;
1906
+ validationRecurrenceRequired: string;
1907
+ editTitle: string;
1908
+ newTitle: string;
1909
+ productLabel: string;
1910
+ selectProductPlaceholder: string;
1911
+ timezoneLabel: string;
1912
+ timezonePlaceholder: string;
1913
+ maxCapacityLabel: string;
1914
+ recurrenceRuleLabel: string;
1915
+ recurrenceRulePlaceholder: string;
1916
+ maxPickupCapacityLabel: string;
1917
+ minimumTotalPaxLabel: string;
1918
+ cutoffMinutesLabel: string;
1919
+ earlyBookingLimitMinutesLabel: string;
1920
+ activeTitle: string;
1921
+ activeDescription: string;
1922
+ cancel: string;
1923
+ save: string;
1924
+ create: string;
1925
+ };
1926
+ startTime: {
1927
+ validationProductRequired: string;
1928
+ validationStartTimeRequired: string;
1929
+ editTitle: string;
1930
+ newTitle: string;
1931
+ productLabel: string;
1932
+ selectProductPlaceholder: string;
1933
+ labelLabel: string;
1934
+ labelPlaceholder: string;
1935
+ startTimeLabel: string;
1936
+ durationMinutesLabel: string;
1937
+ sortOrderLabel: string;
1938
+ activeTitle: string;
1939
+ activeDescription: string;
1940
+ cancel: string;
1941
+ save: string;
1942
+ create: string;
1943
+ };
1944
+ closeout: {
1945
+ validationProductRequired: string;
1946
+ validationDateRequired: string;
1947
+ editTitle: string;
1948
+ newTitle: string;
1949
+ productLabel: string;
1950
+ selectProductPlaceholder: string;
1951
+ slotLabel: string;
1952
+ optionalSlotPlaceholder: string;
1953
+ productLevelOption: string;
1954
+ dateLabel: string;
1955
+ datePlaceholder: string;
1956
+ reasonLabel: string;
1957
+ reasonPlaceholder: string;
1958
+ cancel: string;
1959
+ save: string;
1960
+ create: string;
1961
+ };
1962
+ pickupPoint: {
1963
+ validationProductRequired: string;
1964
+ validationNameRequired: string;
1965
+ editTitle: string;
1966
+ newTitle: string;
1967
+ productLabel: string;
1968
+ selectProductPlaceholder: string;
1969
+ nameLabel: string;
1970
+ namePlaceholder: string;
1971
+ locationTextLabel: string;
1972
+ locationTextPlaceholder: string;
1973
+ descriptionLabel: string;
1974
+ descriptionPlaceholder: string;
1975
+ activeTitle: string;
1976
+ activeDescription: string;
1977
+ cancel: string;
1978
+ save: string;
1979
+ create: string;
1980
+ };
1981
+ };
1982
+ };
1983
+ };
1984
+ export type AvailabilityUiMessageOverrides = LocaleMessageOverrides<AvailabilityUiMessages>;
1985
+ export declare function resolveAvailabilityUiMessages({ locale, overrides, }: {
1986
+ locale: string | null | undefined;
1987
+ overrides?: AvailabilityUiMessageOverrides | null;
1988
+ }): AvailabilityUiMessages;
1989
+ export declare function getAvailabilityUiI18n({ locale, overrides, }: {
1990
+ locale?: string | null | undefined;
1991
+ overrides?: AvailabilityUiMessageOverrides | null;
1992
+ }): PackageI18nValue<AvailabilityUiMessages>;
1993
+ export declare function AvailabilityUiMessagesProvider({ children, locale, overrides, }: {
1994
+ children: ReactNode;
1995
+ locale: string | null | undefined;
1996
+ overrides?: AvailabilityUiMessageOverrides | null;
1997
+ }): import("react/jsx-runtime").JSX.Element;
1998
+ export declare const useAvailabilityUiI18n: () => PackageI18nValue<AvailabilityUiMessages>;
1999
+ export declare const useAvailabilityUiMessages: () => AvailabilityUiMessages;
2000
+ export declare function useAvailabilityUiI18nOrDefault(): PackageI18nValue<AvailabilityUiMessages>;
2001
+ export declare function useAvailabilityUiMessagesOrDefault(): AvailabilityUiMessages;
2002
+ export {};
2003
+ //# sourceMappingURL=provider.d.ts.map