@voyantjs/i18n 0.19.0 → 0.21.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.
@@ -118,33 +118,8 @@ export const adminFinanceMessages = {
118
118
  cancel: "Cancel",
119
119
  submit: "Create Credit Note",
120
120
  },
121
- invoiceDialog: {
122
- editTitle: "Edit Invoice",
123
- newTitle: "New Invoice",
124
- validationInvoiceNumberRequired: "Invoice number is required",
125
- validationBookingIdRequired: "Booking ID is required",
126
- validationCurrencyCode: "Use 3-letter ISO code",
127
- validationIssueDateRequired: "Issue date is required",
128
- validationDueDateRequired: "Due date is required",
129
- invoiceNumberLabel: "Invoice Number",
130
- invoiceNumberPlaceholder: "INV-2025-1234",
131
- statusLabel: "Status",
132
- bookingIdLabel: "Booking ID",
133
- bookingIdPlaceholder: "book_...",
134
- currencyLabel: "Currency",
135
- subtotalLabel: "Subtotal (cents)",
136
- taxLabel: "Tax (cents)",
137
- totalLabel: "Total (cents)",
138
- issueDateLabel: "Issue Date",
139
- issueDatePlaceholder: "Pick issue date",
140
- dueDateLabel: "Due Date",
141
- dueDatePlaceholder: "Pick due date",
142
- notesLabel: "Notes",
143
- notesPlaceholder: "Invoice notes...",
144
- cancel: "Cancel",
145
- saveChanges: "Save Changes",
146
- createInvoice: "Create Invoice",
147
- },
121
+ // invoiceDialog: removed — owned by `@voyantjs/finance-ui` via
122
+ // <FinanceUiMessagesProvider>.
148
123
  paymentDialog: {
149
124
  title: "Record Payment",
150
125
  validationAmountMin: "Amount must be at least 1",
@@ -161,28 +136,8 @@ export const adminFinanceMessages = {
161
136
  cancel: "Cancel",
162
137
  submit: "Record Payment",
163
138
  },
164
- supplierPaymentDialog: {
165
- title: "Record Supplier Payment",
166
- validationBookingIdRequired: "Booking ID is required",
167
- validationAmountMin: "Amount must be at least 1",
168
- validationPaymentDateRequired: "Payment date is required",
169
- bookingIdLabel: "Booking ID",
170
- bookingIdPlaceholder: "book_...",
171
- supplierIdLabel: "Supplier ID (optional)",
172
- supplierIdPlaceholder: "supp_...",
173
- amountLabel: "Amount (cents)",
174
- currencyLabel: "Currency",
175
- paymentDateLabel: "Payment Date",
176
- paymentDatePlaceholder: "Select payment date",
177
- paymentMethodLabel: "Payment Method",
178
- statusLabel: "Status",
179
- referenceNumberLabel: "Reference Number",
180
- referenceNumberPlaceholder: "TXN-12345",
181
- notesLabel: "Notes",
182
- notesPlaceholder: "Payment notes...",
183
- cancel: "Cancel",
184
- submit: "Record Supplier Payment",
185
- },
139
+ // supplierPaymentDialog: removed — owned by `@voyantjs/finance-ui` via
140
+ // <FinanceUiMessagesProvider>.
186
141
  },
187
142
  },
188
143
  ro: {
@@ -304,33 +259,6 @@ export const adminFinanceMessages = {
304
259
  cancel: "Anuleaza",
305
260
  submit: "Creeaza nota de credit",
306
261
  },
307
- invoiceDialog: {
308
- editTitle: "Editeaza factura",
309
- newTitle: "Factura noua",
310
- validationInvoiceNumberRequired: "Numarul facturii este obligatoriu",
311
- validationBookingIdRequired: "ID-ul rezervarii este obligatoriu",
312
- validationCurrencyCode: "Foloseste un cod ISO din 3 litere",
313
- validationIssueDateRequired: "Data emiterii este obligatorie",
314
- validationDueDateRequired: "Data scadentei este obligatorie",
315
- invoiceNumberLabel: "Numar factura",
316
- invoiceNumberPlaceholder: "INV-2025-1234",
317
- statusLabel: "Status",
318
- bookingIdLabel: "ID rezervare",
319
- bookingIdPlaceholder: "book_...",
320
- currencyLabel: "Moneda",
321
- subtotalLabel: "Subtotal (centi)",
322
- taxLabel: "Taxa (centi)",
323
- totalLabel: "Total (centi)",
324
- issueDateLabel: "Data emiterii",
325
- issueDatePlaceholder: "Alege data emiterii",
326
- dueDateLabel: "Data scadentei",
327
- dueDatePlaceholder: "Alege data scadentei",
328
- notesLabel: "Note",
329
- notesPlaceholder: "Note factura...",
330
- cancel: "Anuleaza",
331
- saveChanges: "Salveaza modificarile",
332
- createInvoice: "Creeaza factura",
333
- },
334
262
  paymentDialog: {
335
263
  title: "Inregistreaza plata",
336
264
  validationAmountMin: "Suma trebuie sa fie cel putin 1",
@@ -347,28 +275,6 @@ export const adminFinanceMessages = {
347
275
  cancel: "Anuleaza",
348
276
  submit: "Inregistreaza plata",
349
277
  },
350
- supplierPaymentDialog: {
351
- title: "Inregistreaza plata furnizorului",
352
- validationBookingIdRequired: "ID-ul rezervarii este obligatoriu",
353
- validationAmountMin: "Suma trebuie sa fie cel putin 1",
354
- validationPaymentDateRequired: "Data platii este obligatorie",
355
- bookingIdLabel: "ID rezervare",
356
- bookingIdPlaceholder: "book_...",
357
- supplierIdLabel: "ID furnizor (optional)",
358
- supplierIdPlaceholder: "supp_...",
359
- amountLabel: "Suma (centi)",
360
- currencyLabel: "Moneda",
361
- paymentDateLabel: "Data platii",
362
- paymentDatePlaceholder: "Selecteaza data platii",
363
- paymentMethodLabel: "Metoda de plata",
364
- statusLabel: "Status",
365
- referenceNumberLabel: "Numar referinta",
366
- referenceNumberPlaceholder: "TXN-12345",
367
- notesLabel: "Note",
368
- notesPlaceholder: "Note plata...",
369
- cancel: "Anuleaza",
370
- submit: "Inregistreaza plata furnizorului",
371
- },
372
278
  },
373
279
  },
374
280
  };
@@ -1,5 +1,9 @@
1
1
  export type OperatorAdminNavMessages = {
2
2
  dashboard: string;
3
+ catalog: string;
4
+ catalogOrders: string;
5
+ flights: string;
6
+ flightOrders: string;
3
7
  products: string;
4
8
  categories: string;
5
9
  bookings: string;
@@ -25,6 +29,10 @@ export declare const operatorAdminNavMessages: {
25
29
  en: {
26
30
  nav: {
27
31
  dashboard: string;
32
+ catalog: string;
33
+ catalogOrders: string;
34
+ flights: string;
35
+ flightOrders: string;
28
36
  products: string;
29
37
  categories: string;
30
38
  bookings: string;
@@ -50,6 +58,10 @@ export declare const operatorAdminNavMessages: {
50
58
  ro: {
51
59
  nav: {
52
60
  dashboard: string;
61
+ catalog: string;
62
+ catalogOrders: string;
63
+ flights: string;
64
+ flightOrders: string;
53
65
  products: string;
54
66
  categories: string;
55
67
  bookings: string;
@@ -1 +1 @@
1
- {"version":3,"file":"operator-nav.d.ts","sourceRoot":"","sources":["../../src/admin/operator-nav.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,yBAAyB,EAAE,MAAM,CAAA;IACjC,sBAAsB,EAAE,MAAM,CAAA;IAC9B,wBAAwB,EAAE,MAAM,CAAA;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,MAAM,CAAA;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;IACjB,iBAAiB,EAAE,MAAM,CAAA;IACzB,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDkC,CAAA"}
1
+ {"version":3,"file":"operator-nav.d.ts","sourceRoot":"","sources":["../../src/admin/operator-nav.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,yBAAyB,EAAE,MAAM,CAAA;IACjC,sBAAsB,EAAE,MAAM,CAAA;IAC9B,wBAAwB,EAAE,MAAM,CAAA;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,MAAM,CAAA;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;IACjB,iBAAiB,EAAE,MAAM,CAAA;IACzB,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DkC,CAAA"}
@@ -2,6 +2,10 @@ export const operatorAdminNavMessages = {
2
2
  en: {
3
3
  nav: {
4
4
  dashboard: "Dashboard",
5
+ catalog: "Catalog",
6
+ catalogOrders: "Orders",
7
+ flights: "Flights",
8
+ flightOrders: "Orders",
5
9
  products: "Products",
6
10
  categories: "Categories",
7
11
  bookings: "Bookings",
@@ -27,6 +31,10 @@ export const operatorAdminNavMessages = {
27
31
  ro: {
28
32
  nav: {
29
33
  dashboard: "Panou",
34
+ catalog: "Catalog",
35
+ catalogOrders: "Comenzi",
36
+ flights: "Zboruri",
37
+ flightOrders: "Comenzi",
30
38
  products: "Produse",
31
39
  categories: "Categorii",
32
40
  bookings: "Rezervari",
@@ -44,28 +44,6 @@ export declare const operatorAdminProductsMessages: {
44
44
  comboboxLoading: string;
45
45
  comboboxEmpty: string;
46
46
  };
47
- tags: {
48
- searchPlaceholder: string;
49
- addTag: string;
50
- tableName: string;
51
- tableActions: string;
52
- loadFailed: string;
53
- empty: string;
54
- edit: string;
55
- delete: string;
56
- deleteConfirm: string;
57
- dialogEditTitle: string;
58
- dialogNewTitle: string;
59
- dialogEditDescription: string;
60
- dialogNewDescription: string;
61
- validationNameRequired: string;
62
- saveFailed: string;
63
- nameLabel: string;
64
- namePlaceholder: string;
65
- cancel: string;
66
- saveChanges: string;
67
- createTag: string;
68
- };
69
47
  };
70
48
  core: {
71
49
  pageTitle: string;
@@ -110,6 +88,8 @@ export declare const operatorAdminProductsMessages: {
110
88
  bookingModeLabel: string;
111
89
  productTypeLabel: string;
112
90
  productTypeNone: string;
91
+ taxClassLabel: string;
92
+ taxClassNone: string;
113
93
  sellCurrencyLabel: string;
114
94
  sellAmountLabel: string;
115
95
  costAmountLabel: string;
@@ -137,6 +117,7 @@ export declare const operatorAdminProductsMessages: {
137
117
  delete: string;
138
118
  edit: string;
139
119
  detailsTitle: string;
120
+ startingFromLabel: string;
140
121
  sellLabel: string;
141
122
  costLabel: string;
142
123
  marginLabel: string;
@@ -165,6 +146,13 @@ export declare const operatorAdminProductsMessages: {
165
146
  createChannelsInSettings: string;
166
147
  organizeTitle: string;
167
148
  typeLabel: string;
149
+ brochureTitle: string;
150
+ brochureEmpty: string;
151
+ brochureMeta: string;
152
+ generateBrochure: string;
153
+ regenerateBrochure: string;
154
+ downloadBrochure: string;
155
+ brochureSizeHint: string;
168
156
  mediaTitle: string;
169
157
  itineraryTitle: string;
170
158
  itinerariesTitle: string;
@@ -275,21 +263,6 @@ export declare const operatorAdminProductsMessages: {
275
263
  create: string;
276
264
  save: string;
277
265
  };
278
- days: {
279
- editTitle: string;
280
- newTitle: string;
281
- dayNumberLabel: string;
282
- locationLabel: string;
283
- locationPlaceholder: string;
284
- titleLabel: string;
285
- titlePlaceholder: string;
286
- descriptionLabel: string;
287
- descriptionPlaceholder: string;
288
- photosLabel: string;
289
- saveToUpload: string;
290
- validationDayNumber: string;
291
- create: string;
292
- };
293
266
  services: {
294
267
  editTitle: string;
295
268
  newTitle: string;
@@ -300,6 +273,8 @@ export declare const operatorAdminProductsMessages: {
300
273
  namePlaceholder: string;
301
274
  descriptionLabel: string;
302
275
  descriptionPlaceholder: string;
276
+ countryCodeLabel: string;
277
+ countryCodePlaceholder: string;
303
278
  costCurrencyLabel: string;
304
279
  costCurrencyPlaceholder: string;
305
280
  costAmountLabel: string;
@@ -319,33 +294,7 @@ export declare const operatorAdminProductsMessages: {
319
294
  validationNameRequired: string;
320
295
  validationIsoCurrency: string;
321
296
  validationCostNonNegative: string;
322
- create: string;
323
- };
324
- options: {
325
- editTitle: string;
326
- newTitle: string;
327
- sectionTitle: string;
328
- addAction: string;
329
- empty: string;
330
- defaultBadge: string;
331
- editAction: string;
332
- deleteAction: string;
333
- deleteConfirm: string;
334
- nameLabel: string;
335
- namePlaceholder: string;
336
- codeLabel: string;
337
- codePlaceholder: string;
338
- descriptionLabel: string;
339
- statusLabel: string;
340
- sortOrderLabel: string;
341
- availableFromLabel: string;
342
- availableToLabel: string;
343
- optionalDatePlaceholder: string;
344
- defaultLabel: string;
345
- statusDraft: string;
346
- statusActive: string;
347
- statusArchived: string;
348
- validationNameRequired: string;
297
+ validationCountryCode: string;
349
298
  create: string;
350
299
  };
351
300
  units: {
@@ -486,14 +435,6 @@ export declare const operatorAdminProductsMessages: {
486
435
  tableCost: string;
487
436
  tableQuantity: string;
488
437
  };
489
- versions: {
490
- dialogTitle: string;
491
- description: string;
492
- notesLabel: string;
493
- notesPlaceholder: string;
494
- cancel: string;
495
- create: string;
496
- };
497
438
  };
498
439
  };
499
440
  };
@@ -541,28 +482,6 @@ export declare const operatorAdminProductsMessages: {
541
482
  comboboxLoading: string;
542
483
  comboboxEmpty: string;
543
484
  };
544
- tags: {
545
- searchPlaceholder: string;
546
- addTag: string;
547
- tableName: string;
548
- tableActions: string;
549
- loadFailed: string;
550
- empty: string;
551
- edit: string;
552
- delete: string;
553
- deleteConfirm: string;
554
- dialogEditTitle: string;
555
- dialogNewTitle: string;
556
- dialogEditDescription: string;
557
- dialogNewDescription: string;
558
- validationNameRequired: string;
559
- saveFailed: string;
560
- nameLabel: string;
561
- namePlaceholder: string;
562
- cancel: string;
563
- saveChanges: string;
564
- createTag: string;
565
- };
566
485
  };
567
486
  core: {
568
487
  pageTitle: string;
@@ -607,6 +526,8 @@ export declare const operatorAdminProductsMessages: {
607
526
  bookingModeLabel: string;
608
527
  productTypeLabel: string;
609
528
  productTypeNone: string;
529
+ taxClassLabel: string;
530
+ taxClassNone: string;
610
531
  sellCurrencyLabel: string;
611
532
  sellAmountLabel: string;
612
533
  costAmountLabel: string;
@@ -634,6 +555,7 @@ export declare const operatorAdminProductsMessages: {
634
555
  delete: string;
635
556
  edit: string;
636
557
  detailsTitle: string;
558
+ startingFromLabel: string;
637
559
  sellLabel: string;
638
560
  costLabel: string;
639
561
  marginLabel: string;
@@ -662,6 +584,13 @@ export declare const operatorAdminProductsMessages: {
662
584
  createChannelsInSettings: string;
663
585
  organizeTitle: string;
664
586
  typeLabel: string;
587
+ brochureTitle: string;
588
+ brochureEmpty: string;
589
+ brochureMeta: string;
590
+ generateBrochure: string;
591
+ regenerateBrochure: string;
592
+ downloadBrochure: string;
593
+ brochureSizeHint: string;
665
594
  mediaTitle: string;
666
595
  itineraryTitle: string;
667
596
  itinerariesTitle: string;
@@ -772,21 +701,6 @@ export declare const operatorAdminProductsMessages: {
772
701
  create: string;
773
702
  save: string;
774
703
  };
775
- days: {
776
- editTitle: string;
777
- newTitle: string;
778
- dayNumberLabel: string;
779
- locationLabel: string;
780
- locationPlaceholder: string;
781
- titleLabel: string;
782
- titlePlaceholder: string;
783
- descriptionLabel: string;
784
- descriptionPlaceholder: string;
785
- photosLabel: string;
786
- saveToUpload: string;
787
- validationDayNumber: string;
788
- create: string;
789
- };
790
704
  services: {
791
705
  editTitle: string;
792
706
  newTitle: string;
@@ -797,6 +711,8 @@ export declare const operatorAdminProductsMessages: {
797
711
  namePlaceholder: string;
798
712
  descriptionLabel: string;
799
713
  descriptionPlaceholder: string;
714
+ countryCodeLabel: string;
715
+ countryCodePlaceholder: string;
800
716
  costCurrencyLabel: string;
801
717
  costCurrencyPlaceholder: string;
802
718
  costAmountLabel: string;
@@ -816,33 +732,7 @@ export declare const operatorAdminProductsMessages: {
816
732
  validationNameRequired: string;
817
733
  validationIsoCurrency: string;
818
734
  validationCostNonNegative: string;
819
- create: string;
820
- };
821
- options: {
822
- editTitle: string;
823
- newTitle: string;
824
- sectionTitle: string;
825
- addAction: string;
826
- empty: string;
827
- defaultBadge: string;
828
- editAction: string;
829
- deleteAction: string;
830
- deleteConfirm: string;
831
- nameLabel: string;
832
- namePlaceholder: string;
833
- codeLabel: string;
834
- codePlaceholder: string;
835
- descriptionLabel: string;
836
- statusLabel: string;
837
- sortOrderLabel: string;
838
- availableFromLabel: string;
839
- availableToLabel: string;
840
- optionalDatePlaceholder: string;
841
- defaultLabel: string;
842
- statusDraft: string;
843
- statusActive: string;
844
- statusArchived: string;
845
- validationNameRequired: string;
735
+ validationCountryCode: string;
846
736
  create: string;
847
737
  };
848
738
  units: {
@@ -983,14 +873,6 @@ export declare const operatorAdminProductsMessages: {
983
873
  tableCost: string;
984
874
  tableQuantity: string;
985
875
  };
986
- versions: {
987
- dialogTitle: string;
988
- description: string;
989
- notesLabel: string;
990
- notesPlaceholder: string;
991
- cancel: string;
992
- create: string;
993
- };
994
876
  };
995
877
  };
996
878
  };
@@ -1 +1 @@
1
- {"version":3,"file":"products-operator.d.ts","sourceRoot":"","sources":["../../src/admin/products-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8+BzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}
1
+ {"version":3,"file":"products-operator.d.ts","sourceRoot":"","sources":["../../src/admin/products-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAy3BzC,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,CAC7D,CAAC,OAAO,6BAA6B,CAAC,CAAC,IAAI,CAAC,CAC7C,CAAA"}