@alfadocs/ui-kit 1.46.0 → 1.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/booking-C4MwImkS.js +3362 -0
- package/dist/_chunks/calendar-workspace-BmscntRR.js +12528 -0
- package/dist/_chunks/control-room-rail-CdBOXIqX.js +366 -0
- package/dist/_chunks/{freemium-paywall-Cz-O9lQD.js → freemium-paywall-BaW5ODc9.js} +2 -2
- package/dist/_chunks/{patient-details-DUj1htsH.js → patient-details-yrgkSeEY.js} +2 -2
- package/dist/_chunks/{patient-field-row-CO0WR7yA.js → patient-field-row-DCMkFGqI.js} +2 -2
- package/dist/_chunks/{patient-summary-card-DNzdYjxE.js → patient-summary-card-CmEFflGS.js} +2 -2
- package/dist/_chunks/payment-form-DqJFiplX.js +881 -0
- package/dist/_chunks/{phone-input-BsZIoE36.js → phone-input-IWrGOCwm.js} +40 -39
- package/dist/_chunks/{stepper-accordion-DmVykr5F.js → stepper-accordion-jMR8NaOB.js} +2 -1
- package/dist/agent-catalog.json +5 -4
- package/dist/agent-i18n/en.json +2 -2
- package/dist/components/booking/booking-types.d.ts +60 -1
- package/dist/components/booking/booking.d.ts +1 -1
- package/dist/components/booking/details-form.d.ts +5 -1
- package/dist/components/booking/index.d.ts +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/booking/payment.d.ts +9 -0
- package/dist/components/booking/use-booking-payment.d.ts +14 -0
- package/dist/components/control-room-rail/control-room-rail.d.ts +9 -2
- package/dist/components/control-room-rail/index.d.ts +1 -1
- package/dist/components/control-room-rail/index.js +1 -1
- package/dist/components/freemium-paywall/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-summary-card/index.js +1 -1
- package/dist/components/payment-form/index.d.ts +1 -1
- package/dist/components/payment-form/index.js +1 -1
- package/dist/components/payment-form/payment-form.d.ts +35 -3
- package/dist/components/phone-input/index.js +1 -1
- package/dist/components/stepper-accordion/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +36 -1
- package/dist/i18n/locales/ar.js +36 -1
- package/dist/i18n/locales/de.d.ts +36 -1
- package/dist/i18n/locales/de.js +36 -1
- package/dist/i18n/locales/el.d.ts +36 -1
- package/dist/i18n/locales/el.js +36 -1
- package/dist/i18n/locales/en.d.ts +36 -1
- package/dist/i18n/locales/en.js +36 -1
- package/dist/i18n/locales/es.d.ts +36 -1
- package/dist/i18n/locales/es.js +36 -1
- package/dist/i18n/locales/fr.d.ts +36 -1
- package/dist/i18n/locales/fr.js +36 -1
- package/dist/i18n/locales/hi.d.ts +36 -1
- package/dist/i18n/locales/hi.js +36 -1
- package/dist/i18n/locales/it.d.ts +36 -1
- package/dist/i18n/locales/it.js +36 -1
- package/dist/i18n/locales/ja.d.ts +36 -1
- package/dist/i18n/locales/ja.js +36 -1
- package/dist/i18n/locales/nl.d.ts +36 -1
- package/dist/i18n/locales/nl.js +36 -1
- package/dist/i18n/locales/pl.d.ts +36 -1
- package/dist/i18n/locales/pl.js +36 -1
- package/dist/i18n/locales/pt.d.ts +36 -1
- package/dist/i18n/locales/pt.js +36 -1
- package/dist/i18n/locales/ro.d.ts +36 -1
- package/dist/i18n/locales/ro.js +36 -1
- package/dist/i18n/locales/ru.d.ts +36 -1
- package/dist/i18n/locales/ru.js +36 -1
- package/dist/i18n/locales/sq.d.ts +36 -1
- package/dist/i18n/locales/sq.js +36 -1
- package/dist/i18n/locales/sv.d.ts +36 -1
- package/dist/i18n/locales/sv.js +36 -1
- package/dist/i18n/locales/tr.d.ts +36 -1
- package/dist/i18n/locales/tr.js +36 -1
- package/dist/i18n/locales/zh.d.ts +36 -1
- package/dist/i18n/locales/zh.js +36 -1
- package/dist/index.js +9 -9
- package/dist/locales/ar.json +36 -1
- package/dist/locales/de.json +36 -1
- package/dist/locales/el.json +36 -1
- package/dist/locales/en.json +36 -1
- package/dist/locales/es.json +36 -1
- package/dist/locales/fr.json +36 -1
- package/dist/locales/hi.json +36 -1
- package/dist/locales/it.json +36 -1
- package/dist/locales/ja.json +36 -1
- package/dist/locales/nl.json +36 -1
- package/dist/locales/pl.json +36 -1
- package/dist/locales/pt.json +36 -1
- package/dist/locales/ro.json +36 -1
- package/dist/locales/ru.json +36 -1
- package/dist/locales/sq.json +36 -1
- package/dist/locales/sv.json +36 -1
- package/dist/locales/tr.json +36 -1
- package/dist/locales/zh.json +36 -1
- package/dist/patterns/calendar/calendar-editor-fields.d.ts +33 -0
- package/dist/patterns/calendar/calendar-sticky-offset.d.ts +20 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +88 -0
- package/dist/patterns/calendar/calendar.data.d.ts +17 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +2 -0
- package/dist/patterns/calendar/calendar.sheets.d.ts +2 -0
- package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
- package/dist/patterns/calendar/calendar.types.d.ts +24 -10
- package/dist/patterns/calendar/index.d.ts +1 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/booking-B7gA9gFB.js +0 -3017
- package/dist/_chunks/calendar-workspace-BB-BZT7W.js +0 -12251
- package/dist/_chunks/control-room-rail-Cv7GpMqX.js +0 -354
- package/dist/_chunks/payment-form-BHMDqW9C.js +0 -767
package/dist/locales/pt.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Pagamento recebido, marcação confirmada",
|
|
1731
|
+
"paidBody": "Recebemos {{amount}}. A sua consulta está confirmada.",
|
|
1732
|
+
"paidDemoTitle": "Pagamento concluído com sucesso (demonstração)",
|
|
1733
|
+
"paidDemo": "Demonstração concluída: não foi efetuado nenhum pagamento nem marcada nenhuma consulta.",
|
|
1734
|
+
"summaryPaid": "Montante pago",
|
|
1735
|
+
"heading": "Pague para confirmar a sua marcação",
|
|
1736
|
+
"processing": "O seu pagamento está a ser processado.",
|
|
1737
|
+
"confirming": "Pagamento recebido. Estamos a confirmar a sua marcação.",
|
|
1738
|
+
"failed": "O seu pagamento não foi concluído. Tente novamente.",
|
|
1739
|
+
"completionFailed": "Pagamento recebido. Tente confirmar a marcação novamente sem voltar a pagar.",
|
|
1740
|
+
"retryConfirmation": "Tentar confirmar novamente",
|
|
1741
|
+
"cancelled": "Pagamento cancelado. Nenhuma marcação foi confirmada.",
|
|
1742
|
+
"noticeTitle": "Pagamento online obrigatório",
|
|
1743
|
+
"noticeBody": "Pague {{amount}} online para confirmar esta consulta.",
|
|
1744
|
+
"accept": "Concordo em pagar {{amount}} online.",
|
|
1745
|
+
"terms": "Condições de pagamento",
|
|
1746
|
+
"submit": "Pagar {{amount}} e marcar",
|
|
1747
|
+
"submitFailed": "Não foi possível iniciar a sua marcação. Tente novamente.",
|
|
1748
|
+
"full": "Pagar {{amount}} online",
|
|
1749
|
+
"deposit": "Sinal de {{amount}} online",
|
|
1750
|
+
"unavailable": "Os dados do pagamento não estão disponíveis. Selecione novamente um serviço."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Agendar consulta",
|
|
1730
1753
|
"stepAnnouncement": "Passo {{current}} de {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "As suas seleções",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Preencha a morada de faturação antes de pagar.",
|
|
2977
|
+
"billingDetailsChanged": "A sua morada de faturação mudou. Verifique-a e tente novamente.",
|
|
2978
|
+
"billingDetailsSave": "Não foi possível guardar os seus dados de faturação. Tente novamente.",
|
|
2953
2979
|
"generic": "Algo correu mal. Tente novamente.",
|
|
2954
2980
|
"cardNumber": "O número do cartão não é válido.",
|
|
2955
2981
|
"expiry": "A data de validade não é válida.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Introduza uma nota.",
|
|
4646
4672
|
"operator": "Operador",
|
|
4647
4673
|
"operatorNone": "Sem operador",
|
|
4674
|
+
"operatorUnresolved": "Operador não consta da lista: {{id}}",
|
|
4675
|
+
"type": "Tipo",
|
|
4676
|
+
"typeGroupStandard": "Tipos padrão",
|
|
4677
|
+
"typeGroupCustom": "Tipos da clínica",
|
|
4678
|
+
"typeUnresolved": "Tipo não consta da lista: {{id}}",
|
|
4679
|
+
"assignee": "Atribuída a",
|
|
4680
|
+
"assigneeNone": "Ninguém",
|
|
4681
|
+
"assigneeUnresolved": "Responsável não consta da lista: {{id}}",
|
|
4648
4682
|
"about": "Refere-se a",
|
|
4649
4683
|
"aboutNobody": "Ninguém",
|
|
4650
4684
|
"aboutPatient": "Paciente",
|
|
4651
4685
|
"aboutCompany": "Empresa",
|
|
4686
|
+
"aboutOperator": "Operador",
|
|
4652
4687
|
"companyName": "Nome da empresa",
|
|
4653
4688
|
"companyUnresolved": "Empresa associada (não está na lista): {{id}}",
|
|
4654
4689
|
"companyReplace": "Substituir empresa",
|
|
4655
4690
|
"done": "Concluída",
|
|
4656
4691
|
"save": "Guardar",
|
|
4657
4692
|
"cancel": "Cancelar",
|
|
4693
|
+
"actionsLabel": "Ações da tarefa",
|
|
4658
4694
|
"delete": "Eliminar",
|
|
4659
4695
|
"deleteConfirmTitle": "Eliminar esta tarefa?",
|
|
4660
4696
|
"deleteConfirmBody": "A tarefa será removida. Esta ação não pode ser revertida aqui.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Não tem permissão para criar consultas.",
|
|
4969
|
-
"createTaskBlocked": "Não tem permissão para criar tarefas.",
|
|
4970
5005
|
"changeBlocked": "Não tem permissão para alterar consultas.",
|
|
4971
5006
|
"waitingBlocked": "Não tem permissão para alterar a lista de espera.",
|
|
4972
5007
|
"waitingLockedBody": "Não tem permissão para alterar a lista de espera: peça ao responsável da clínica o direito de edição da agenda."
|
package/dist/locales/ro.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Plată primită, rezervare confirmată",
|
|
1731
|
+
"paidBody": "Am primit {{amount}}. Programarea dumneavoastră este confirmată.",
|
|
1732
|
+
"paidDemoTitle": "Plată reușită (demo)",
|
|
1733
|
+
"paidDemo": "Demonstrație încheiată: nu s-a efectuat nicio plată și nu s-a rezervat nicio programare.",
|
|
1734
|
+
"summaryPaid": "Sumă plătită",
|
|
1735
|
+
"heading": "Plătiți pentru a confirma rezervarea",
|
|
1736
|
+
"processing": "Plata dumneavoastră este în curs de procesare.",
|
|
1737
|
+
"confirming": "Plată primită. Vă confirmăm rezervarea.",
|
|
1738
|
+
"failed": "Plata nu a fost finalizată. Încercați din nou.",
|
|
1739
|
+
"completionFailed": "Plată primită. Încercați din nou confirmarea rezervării fără a plăti din nou.",
|
|
1740
|
+
"retryConfirmation": "Reîncercați confirmarea",
|
|
1741
|
+
"cancelled": "Plată anulată. Nicio rezervare nu a fost confirmată.",
|
|
1742
|
+
"noticeTitle": "Plata online este obligatorie",
|
|
1743
|
+
"noticeBody": "Plătiți {{amount}} online pentru a confirma această programare.",
|
|
1744
|
+
"accept": "Sunt de acord să plătesc {{amount}} online.",
|
|
1745
|
+
"terms": "Condiții de plată",
|
|
1746
|
+
"submit": "Plătiți {{amount}} și rezervați",
|
|
1747
|
+
"submitFailed": "Nu am putut începe rezervarea. Încercați din nou.",
|
|
1748
|
+
"full": "Plătiți {{amount}} online",
|
|
1749
|
+
"deposit": "Avans de {{amount}} online",
|
|
1750
|
+
"unavailable": "Detaliile plății nu sunt disponibile. Selectați din nou un serviciu."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Programare",
|
|
1730
1753
|
"stepAnnouncement": "Pasul {{current}} din {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Selecțiile tale",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Completați adresa de facturare înainte de a plăti.",
|
|
2977
|
+
"billingDetailsChanged": "Adresa de facturare s-a schimbat. Verificați-o și încercați din nou.",
|
|
2978
|
+
"billingDetailsSave": "Datele de facturare nu au putut fi salvate. Încercați din nou.",
|
|
2953
2979
|
"generic": "Ceva a mers greșit. Încearcă din nou.",
|
|
2954
2980
|
"cardNumber": "Numărul cardului nu este valid.",
|
|
2955
2981
|
"expiry": "Data de expirare nu este validă.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Introduceți o notă.",
|
|
4646
4672
|
"operator": "Operator",
|
|
4647
4673
|
"operatorNone": "Fără operator",
|
|
4674
|
+
"operatorUnresolved": "Operator care nu este în listă: {{id}}",
|
|
4675
|
+
"type": "Tip",
|
|
4676
|
+
"typeGroupStandard": "Tipuri standard",
|
|
4677
|
+
"typeGroupCustom": "Tipuri ale cabinetului",
|
|
4678
|
+
"typeUnresolved": "Tip care nu este în listă: {{id}}",
|
|
4679
|
+
"assignee": "Atribuită lui",
|
|
4680
|
+
"assigneeNone": "Nimeni",
|
|
4681
|
+
"assigneeUnresolved": "Persoana atribuită nu este în listă: {{id}}",
|
|
4648
4682
|
"about": "Referitor la",
|
|
4649
4683
|
"aboutNobody": "Nimeni",
|
|
4650
4684
|
"aboutPatient": "Pacient",
|
|
4651
4685
|
"aboutCompany": "Companie",
|
|
4686
|
+
"aboutOperator": "Operator",
|
|
4652
4687
|
"companyName": "Numele companiei",
|
|
4653
4688
|
"companyUnresolved": "Companie asociată (nu este în listă): {{id}}",
|
|
4654
4689
|
"companyReplace": "Înlocuiește compania",
|
|
4655
4690
|
"done": "Finalizată",
|
|
4656
4691
|
"save": "Salvează",
|
|
4657
4692
|
"cancel": "Anulează",
|
|
4693
|
+
"actionsLabel": "Acțiunile sarcinii",
|
|
4658
4694
|
"delete": "Șterge",
|
|
4659
4695
|
"deleteConfirmTitle": "Ștergeți această sarcină?",
|
|
4660
4696
|
"deleteConfirmBody": "Sarcina va fi eliminată. Această acțiune nu poate fi anulată aici.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Nu ai permisiunea de a crea programări.",
|
|
4969
|
-
"createTaskBlocked": "Nu ai permisiunea de a crea activități.",
|
|
4970
5005
|
"changeBlocked": "Nu ai permisiunea de a modifica programări.",
|
|
4971
5006
|
"waitingBlocked": "Nu ai permisiunea de a modifica lista de așteptare.",
|
|
4972
5007
|
"waitingLockedBody": "Nu ai permisiunea de a modifica lista de așteptare — cere proprietarului cabinetului dreptul de editare a calendarului."
|
package/dist/locales/ru.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Оплата получена, запись подтверждена",
|
|
1731
|
+
"paidBody": "Мы получили {{amount}}. Ваша запись на приём подтверждена.",
|
|
1732
|
+
"paidDemoTitle": "Оплата прошла успешно (демо)",
|
|
1733
|
+
"paidDemo": "Демонстрация завершена: оплата не взималась, запись на приём не создана.",
|
|
1734
|
+
"summaryPaid": "Оплаченная сумма",
|
|
1735
|
+
"heading": "Оплатите, чтобы подтвердить запись",
|
|
1736
|
+
"processing": "Ваш платёж обрабатывается.",
|
|
1737
|
+
"confirming": "Оплата получена. Подтверждаем вашу запись.",
|
|
1738
|
+
"failed": "Оплата не завершена. Попробуйте ещё раз.",
|
|
1739
|
+
"completionFailed": "Оплата получена. Повторите подтверждение записи без повторной оплаты.",
|
|
1740
|
+
"retryConfirmation": "Повторить подтверждение",
|
|
1741
|
+
"cancelled": "Оплата отменена. Ни одна запись не подтверждена.",
|
|
1742
|
+
"noticeTitle": "Требуется онлайн-оплата",
|
|
1743
|
+
"noticeBody": "Оплатите {{amount}} онлайн, чтобы подтвердить эту запись на приём.",
|
|
1744
|
+
"accept": "Я соглашаюсь оплатить {{amount}} онлайн.",
|
|
1745
|
+
"terms": "Условия оплаты",
|
|
1746
|
+
"submit": "Оплатить {{amount}} и записаться",
|
|
1747
|
+
"submitFailed": "Не удалось начать оформление записи. Попробуйте ещё раз.",
|
|
1748
|
+
"full": "Оплатить {{amount}} онлайн",
|
|
1749
|
+
"deposit": "Предоплата {{amount}} онлайн",
|
|
1750
|
+
"unavailable": "Данные об оплате недоступны. Выберите услугу ещё раз."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Записаться на приём",
|
|
1730
1753
|
"stepAnnouncement": "Шаг {{current}} из {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Ваш выбор",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Заполните платёжный адрес полностью перед оплатой.",
|
|
2977
|
+
"billingDetailsChanged": "Ваш платёжный адрес изменился. Проверьте его и попробуйте ещё раз.",
|
|
2978
|
+
"billingDetailsSave": "Не удалось сохранить ваши платёжные данные. Попробуйте ещё раз.",
|
|
2953
2979
|
"generic": "Что-то пошло не так. Повторите попытку.",
|
|
2954
2980
|
"cardNumber": "Номер карты недействителен.",
|
|
2955
2981
|
"expiry": "Дата истечения срока недействительна.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Введите заметку.",
|
|
4646
4672
|
"operator": "Оператор",
|
|
4647
4673
|
"operatorNone": "Без оператора",
|
|
4674
|
+
"operatorUnresolved": "Оператор отсутствует в списке: {{id}}",
|
|
4675
|
+
"type": "Тип",
|
|
4676
|
+
"typeGroupStandard": "Стандартные типы",
|
|
4677
|
+
"typeGroupCustom": "Типы клиники",
|
|
4678
|
+
"typeUnresolved": "Тип отсутствует в списке: {{id}}",
|
|
4679
|
+
"assignee": "Назначено",
|
|
4680
|
+
"assigneeNone": "Никому",
|
|
4681
|
+
"assigneeUnresolved": "Исполнитель отсутствует в списке: {{id}}",
|
|
4648
4682
|
"about": "Относится к",
|
|
4649
4683
|
"aboutNobody": "Никого",
|
|
4650
4684
|
"aboutPatient": "Пациент",
|
|
4651
4685
|
"aboutCompany": "Компания",
|
|
4686
|
+
"aboutOperator": "Оператор",
|
|
4652
4687
|
"companyName": "Название компании",
|
|
4653
4688
|
"companyUnresolved": "Связанная компания (нет в списке): {{id}}",
|
|
4654
4689
|
"companyReplace": "Заменить компанию",
|
|
4655
4690
|
"done": "Выполнена",
|
|
4656
4691
|
"save": "Сохранить",
|
|
4657
4692
|
"cancel": "Отмена",
|
|
4693
|
+
"actionsLabel": "Действия с задачей",
|
|
4658
4694
|
"delete": "Удалить",
|
|
4659
4695
|
"deleteConfirmTitle": "Удалить эту задачу?",
|
|
4660
4696
|
"deleteConfirmBody": "Задача будет удалена. Это действие нельзя отменить здесь.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "У вас нет прав для создания приёмов.",
|
|
4969
|
-
"createTaskBlocked": "У вас нет прав для создания задач.",
|
|
4970
5005
|
"changeBlocked": "У вас нет прав для изменения приёмов.",
|
|
4971
5006
|
"waitingBlocked": "У вас нет прав для изменения листа ожидания.",
|
|
4972
5007
|
"waitingLockedBody": "У вас нет прав для изменения листа ожидания — попросите владельца клиники предоставить право на редактирование календаря."
|
package/dist/locales/sq.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Pagesa u mor, rezervimi u konfirmua",
|
|
1731
|
+
"paidBody": "Morëm {{amount}}. Takimi juaj është konfirmuar.",
|
|
1732
|
+
"paidDemoTitle": "Pagesa u krye me sukses (demo)",
|
|
1733
|
+
"paidDemo": "Demonstrimi përfundoi: nuk u krye asnjë pagesë dhe nuk u rezervua asnjë takim.",
|
|
1734
|
+
"summaryPaid": "Shuma e paguar",
|
|
1735
|
+
"heading": "Paguani për të konfirmuar rezervimin tuaj",
|
|
1736
|
+
"processing": "Pagesa juaj po përpunohet.",
|
|
1737
|
+
"confirming": "Pagesa u mor. Po konfirmojmë rezervimin tuaj.",
|
|
1738
|
+
"failed": "Pagesa juaj nuk u përfundua. Provoni përsëri.",
|
|
1739
|
+
"completionFailed": "Pagesa u mor. Provoni ta konfirmoni sërish rezervimin pa paguar përsëri.",
|
|
1740
|
+
"retryConfirmation": "Provoni sërish konfirmimin",
|
|
1741
|
+
"cancelled": "Pagesa u anulua. Asnjë rezervim nuk është konfirmuar.",
|
|
1742
|
+
"noticeTitle": "Kërkohet pagesë në internet",
|
|
1743
|
+
"noticeBody": "Paguani {{amount}} në internet për të konfirmuar këtë takim.",
|
|
1744
|
+
"accept": "Pranoj të paguaj {{amount}} në internet.",
|
|
1745
|
+
"terms": "Kushtet e pagesës",
|
|
1746
|
+
"submit": "Paguani {{amount}} dhe rezervoni",
|
|
1747
|
+
"submitFailed": "Nuk mundëm të nisnim rezervimin tuaj. Provoni përsëri.",
|
|
1748
|
+
"full": "Paguani {{amount}} në internet",
|
|
1749
|
+
"deposit": "Parapagim prej {{amount}} në internet",
|
|
1750
|
+
"unavailable": "Të dhënat e pagesës nuk janë të disponueshme. Zgjidhni sërish një shërbim."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Rezervo termin",
|
|
1730
1753
|
"stepAnnouncement": "Hapi {{current}} nga {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Zgjedhjet tuaja",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Plotësoni adresën e faturimit përpara se të paguani.",
|
|
2977
|
+
"billingDetailsChanged": "Adresa juaj e faturimit ka ndryshuar. Kontrollojeni dhe provoni përsëri.",
|
|
2978
|
+
"billingDetailsSave": "Të dhënat tuaja të faturimit nuk mund të ruheshin. Provoni përsëri.",
|
|
2953
2979
|
"generic": "Diçka shkoi keq. Provoni përsëri.",
|
|
2954
2980
|
"cardNumber": "Numri i kartës nuk është i vlefshëm.",
|
|
2955
2981
|
"expiry": "Data e skadencës nuk është e vlefshme.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Shkruani një shënim.",
|
|
4646
4672
|
"operator": "Operatori",
|
|
4647
4673
|
"operatorNone": "Pa operator",
|
|
4674
|
+
"operatorUnresolved": "Operator që nuk është në listë: {{id}}",
|
|
4675
|
+
"type": "Lloji",
|
|
4676
|
+
"typeGroupStandard": "Llojet standarde",
|
|
4677
|
+
"typeGroupCustom": "Llojet e klinikës",
|
|
4678
|
+
"typeUnresolved": "Lloj që nuk është në listë: {{id}}",
|
|
4679
|
+
"assignee": "Caktuar për",
|
|
4680
|
+
"assigneeNone": "Askush",
|
|
4681
|
+
"assigneeUnresolved": "Personi i caktuar nuk është në listë: {{id}}",
|
|
4648
4682
|
"about": "Lidhet me",
|
|
4649
4683
|
"aboutNobody": "Askush",
|
|
4650
4684
|
"aboutPatient": "Pacienti",
|
|
4651
4685
|
"aboutCompany": "Kompania",
|
|
4686
|
+
"aboutOperator": "Operatori",
|
|
4652
4687
|
"companyName": "Emri i kompanisë",
|
|
4653
4688
|
"companyUnresolved": "Kompania e lidhur (nuk është në listë): {{id}}",
|
|
4654
4689
|
"companyReplace": "Zëvendëso kompaninë",
|
|
4655
4690
|
"done": "Përfunduar",
|
|
4656
4691
|
"save": "Ruaj",
|
|
4657
4692
|
"cancel": "Anulo",
|
|
4693
|
+
"actionsLabel": "Veprimet e detyrës",
|
|
4658
4694
|
"delete": "Fshi",
|
|
4659
4695
|
"deleteConfirmTitle": "Të fshihet kjo detyrë?",
|
|
4660
4696
|
"deleteConfirmBody": "Detyra do të hiqet. Ky veprim nuk mund të zhbëhet këtu.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Nuk keni leje për të krijuar takime.",
|
|
4969
|
-
"createTaskBlocked": "Nuk keni leje për të krijuar detyra.",
|
|
4970
5005
|
"changeBlocked": "Nuk keni leje për të ndryshuar takimet.",
|
|
4971
5006
|
"waitingBlocked": "Nuk keni leje për të ndryshuar listën e pritjes.",
|
|
4972
5007
|
"waitingLockedBody": "Nuk keni leje për të ndryshuar listën e pritjes — kërkojini pronarit të klinikës të drejtën e modifikimit të kalendarit."
|
package/dist/locales/sv.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Betalning mottagen, bokning bekräftad",
|
|
1731
|
+
"paidBody": "Vi har tagit emot {{amount}}. Din tid är bekräftad.",
|
|
1732
|
+
"paidDemoTitle": "Betalningen lyckades (demo)",
|
|
1733
|
+
"paidDemo": "Demon är klar: ingen betalning har gjorts och ingen tid har bokats.",
|
|
1734
|
+
"summaryPaid": "Betalt belopp",
|
|
1735
|
+
"heading": "Betala för att bekräfta din bokning",
|
|
1736
|
+
"processing": "Din betalning behandlas.",
|
|
1737
|
+
"confirming": "Betalningen har tagits emot. Vi bekräftar din bokning.",
|
|
1738
|
+
"failed": "Din betalning slutfördes inte. Försök igen.",
|
|
1739
|
+
"completionFailed": "Betalningen har tagits emot. Försök bekräfta bokningen igen utan att betala en gång till.",
|
|
1740
|
+
"retryConfirmation": "Försök bekräfta igen",
|
|
1741
|
+
"cancelled": "Betalningen har avbrutits. Ingen bokning har bekräftats.",
|
|
1742
|
+
"noticeTitle": "Onlinebetalning krävs",
|
|
1743
|
+
"noticeBody": "Betala {{amount}} online för att bekräfta den här tiden.",
|
|
1744
|
+
"accept": "Jag godkänner att betala {{amount}} online.",
|
|
1745
|
+
"terms": "Betalningsvillkor",
|
|
1746
|
+
"submit": "Betala {{amount}} och boka",
|
|
1747
|
+
"submitFailed": "Vi kunde inte påbörja din bokning. Försök igen.",
|
|
1748
|
+
"full": "Betala {{amount}} online",
|
|
1749
|
+
"deposit": "Förskottsbetalning på {{amount}} online",
|
|
1750
|
+
"unavailable": "Betalningsuppgifterna är inte tillgängliga. Välj en tjänst igen."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Boka tid",
|
|
1730
1753
|
"stepAnnouncement": "Steg {{current}} av {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Dina val",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Fyll i hela faktureringsadressen innan du betalar.",
|
|
2977
|
+
"billingDetailsChanged": "Din faktureringsadress har ändrats. Kontrollera den och försök igen.",
|
|
2978
|
+
"billingDetailsSave": "Dina faktureringsuppgifter kunde inte sparas. Försök igen.",
|
|
2953
2979
|
"generic": "Något gick fel. Försök igen.",
|
|
2954
2980
|
"cardNumber": "Kortnumret är ogiltigt.",
|
|
2955
2981
|
"expiry": "Utgångsdatumet är ogiltigt.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Ange en anteckning.",
|
|
4646
4672
|
"operator": "Operatör",
|
|
4647
4673
|
"operatorNone": "Ingen operatör",
|
|
4674
|
+
"operatorUnresolved": "Operatör som inte finns i listan: {{id}}",
|
|
4675
|
+
"type": "Typ",
|
|
4676
|
+
"typeGroupStandard": "Standardtyper",
|
|
4677
|
+
"typeGroupCustom": "Klinikens typer",
|
|
4678
|
+
"typeUnresolved": "Typ som inte finns i listan: {{id}}",
|
|
4679
|
+
"assignee": "Tilldelad till",
|
|
4680
|
+
"assigneeNone": "Ingen",
|
|
4681
|
+
"assigneeUnresolved": "Tilldelad person som inte finns i listan: {{id}}",
|
|
4648
4682
|
"about": "Gäller",
|
|
4649
4683
|
"aboutNobody": "Ingen",
|
|
4650
4684
|
"aboutPatient": "Patient",
|
|
4651
4685
|
"aboutCompany": "Företag",
|
|
4686
|
+
"aboutOperator": "Operatör",
|
|
4652
4687
|
"companyName": "Företagsnamn",
|
|
4653
4688
|
"companyUnresolved": "Kopplat företag (finns inte i listan): {{id}}",
|
|
4654
4689
|
"companyReplace": "Byt företag",
|
|
4655
4690
|
"done": "Klar",
|
|
4656
4691
|
"save": "Spara",
|
|
4657
4692
|
"cancel": "Avbryt",
|
|
4693
|
+
"actionsLabel": "Uppgiftsåtgärder",
|
|
4658
4694
|
"delete": "Ta bort",
|
|
4659
4695
|
"deleteConfirmTitle": "Ta bort den här uppgiften?",
|
|
4660
4696
|
"deleteConfirmBody": "Uppgiften tas bort. Åtgärden kan inte ångras här.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Du har inte behörighet att skapa bokningar.",
|
|
4969
|
-
"createTaskBlocked": "Du har inte behörighet att skapa uppgifter.",
|
|
4970
5005
|
"changeBlocked": "Du har inte behörighet att ändra bokningar.",
|
|
4971
5006
|
"waitingBlocked": "Du har inte behörighet att ändra väntelistan.",
|
|
4972
5007
|
"waitingLockedBody": "Du har inte behörighet att ändra väntelistan — be klinikens ägare om rättigheten att redigera kalendern."
|
package/dist/locales/tr.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Ödeme alındı, randevu onaylandı",
|
|
1731
|
+
"paidBody": "{{amount}} tutarındaki ödemenizi aldık. Randevunuz onaylandı.",
|
|
1732
|
+
"paidDemoTitle": "Ödeme başarılı (demo)",
|
|
1733
|
+
"paidDemo": "Demo tamamlandı: ödeme alınmadı ve randevu oluşturulmadı.",
|
|
1734
|
+
"summaryPaid": "Ödenen tutar",
|
|
1735
|
+
"heading": "Randevunuzu onaylamak için ödeme yapın",
|
|
1736
|
+
"processing": "Ödemeniz işleniyor.",
|
|
1737
|
+
"confirming": "Ödeme alındı. Randevunuzu onaylıyoruz.",
|
|
1738
|
+
"failed": "Ödemeniz tamamlanmadı. Lütfen tekrar deneyin.",
|
|
1739
|
+
"completionFailed": "Ödeme alındı. Yeniden ödeme yapmadan randevuyu onaylamayı tekrar deneyin.",
|
|
1740
|
+
"retryConfirmation": "Onaylamayı tekrar deneyin",
|
|
1741
|
+
"cancelled": "Ödeme iptal edildi. Hiçbir randevu onaylanmadı.",
|
|
1742
|
+
"noticeTitle": "Çevrimiçi ödeme gerekli",
|
|
1743
|
+
"noticeBody": "Bu randevuyu onaylamak için {{amount}} tutarını çevrimiçi ödeyin.",
|
|
1744
|
+
"accept": "{{amount}} tutarını çevrimiçi ödemeyi kabul ediyorum.",
|
|
1745
|
+
"terms": "Ödeme koşulları",
|
|
1746
|
+
"submit": "{{amount}} ödeyin ve randevu alın",
|
|
1747
|
+
"submitFailed": "Randevu işleminizi başlatamadık. Lütfen tekrar deneyin.",
|
|
1748
|
+
"full": "{{amount}} tutarını çevrimiçi ödeyin",
|
|
1749
|
+
"deposit": "Çevrimiçi {{amount}} ön ödeme",
|
|
1750
|
+
"unavailable": "Ödeme bilgileri mevcut değil. Lütfen yeniden bir hizmet seçin."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Randevu al",
|
|
1730
1753
|
"stepAnnouncement": "Adım {{current}} / {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Seçimleriniz",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Ödeme yapmadan önce fatura adresini eksiksiz doldurun.",
|
|
2977
|
+
"billingDetailsChanged": "Fatura adresiniz değişti. Lütfen kontrol edip tekrar deneyin.",
|
|
2978
|
+
"billingDetailsSave": "Fatura bilgileriniz kaydedilemedi. Lütfen tekrar deneyin.",
|
|
2953
2979
|
"generic": "Bir şeyler ters gitti. Lütfen tekrar deneyin.",
|
|
2954
2980
|
"cardNumber": "Kart numarası geçersiz.",
|
|
2955
2981
|
"expiry": "Son kullanma tarihi geçersiz.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Bir not girin.",
|
|
4646
4672
|
"operator": "Operatör",
|
|
4647
4673
|
"operatorNone": "Operatör yok",
|
|
4674
|
+
"operatorUnresolved": "Listede olmayan operatör: {{id}}",
|
|
4675
|
+
"type": "Tür",
|
|
4676
|
+
"typeGroupStandard": "Standart türler",
|
|
4677
|
+
"typeGroupCustom": "Kliniğe özel türler",
|
|
4678
|
+
"typeUnresolved": "Listede olmayan tür: {{id}}",
|
|
4679
|
+
"assignee": "Atanan kişi",
|
|
4680
|
+
"assigneeNone": "Kimse",
|
|
4681
|
+
"assigneeUnresolved": "Listede olmayan atanan kişi: {{id}}",
|
|
4648
4682
|
"about": "İlgili",
|
|
4649
4683
|
"aboutNobody": "Hiç kimse",
|
|
4650
4684
|
"aboutPatient": "Hasta",
|
|
4651
4685
|
"aboutCompany": "Şirket",
|
|
4686
|
+
"aboutOperator": "Operatör",
|
|
4652
4687
|
"companyName": "Şirket adı",
|
|
4653
4688
|
"companyUnresolved": "Bağlı şirket (listede yok): {{id}}",
|
|
4654
4689
|
"companyReplace": "Şirketi değiştir",
|
|
4655
4690
|
"done": "Tamamlandı",
|
|
4656
4691
|
"save": "Kaydet",
|
|
4657
4692
|
"cancel": "İptal",
|
|
4693
|
+
"actionsLabel": "Görev işlemleri",
|
|
4658
4694
|
"delete": "Sil",
|
|
4659
4695
|
"deleteConfirmTitle": "Bu görev silinsin mi?",
|
|
4660
4696
|
"deleteConfirmBody": "Görev kaldırılacak. Bu işlem burada geri alınamaz.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Randevu oluşturma izniniz yok.",
|
|
4969
|
-
"createTaskBlocked": "Görev oluşturma izniniz yok.",
|
|
4970
5005
|
"changeBlocked": "Randevuları değiştirme izniniz yok.",
|
|
4971
5006
|
"waitingBlocked": "Bekleme listesini değiştirme izniniz yok.",
|
|
4972
5007
|
"waitingLockedBody": "Bekleme listesini değiştirme izniniz yok — klinik sahibinden takvim düzenleme yetkisi isteyin."
|
package/dist/locales/zh.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}},{{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "已收到付款,预约已确认",
|
|
1731
|
+
"paidBody": "我们已收到{{amount}},您的预约已确认。",
|
|
1732
|
+
"paidDemoTitle": "支付成功(演示)",
|
|
1733
|
+
"paidDemo": "演示已完成:未收取任何款项,也未创建任何预约。",
|
|
1734
|
+
"summaryPaid": "已付金额",
|
|
1735
|
+
"heading": "支付以确认预约",
|
|
1736
|
+
"processing": "正在处理您的付款。",
|
|
1737
|
+
"confirming": "已收到付款,正在确认您的预约。",
|
|
1738
|
+
"failed": "付款未完成。请重试。",
|
|
1739
|
+
"completionFailed": "已收到付款。请重试确认预约,无需再次付款。",
|
|
1740
|
+
"retryConfirmation": "重新确认预约",
|
|
1741
|
+
"cancelled": "付款已取消,尚未确认任何预约。",
|
|
1742
|
+
"noticeTitle": "需要在线支付",
|
|
1743
|
+
"noticeBody": "请在线支付{{amount}}以确认本次预约。",
|
|
1744
|
+
"accept": "我同意在线支付{{amount}}。",
|
|
1745
|
+
"terms": "付款条款",
|
|
1746
|
+
"submit": "支付{{amount}}并预约",
|
|
1747
|
+
"submitFailed": "无法开始预约。请重试。",
|
|
1748
|
+
"full": "在线支付{{amount}}",
|
|
1749
|
+
"deposit": "在线预付{{amount}}",
|
|
1750
|
+
"unavailable": "无法获取付款详情。请重新选择服务。"
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "预约",
|
|
1730
1753
|
"stepAnnouncement": "步骤 {{current}} / {{total}}:{{label}}",
|
|
1731
1754
|
"filtersLabel": "您的选择",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "请在付款前填写完整的账单地址。",
|
|
2977
|
+
"billingDetailsChanged": "您的账单地址已更改。请检查后重试。",
|
|
2978
|
+
"billingDetailsSave": "无法保存您的账单信息。请重试。",
|
|
2953
2979
|
"generic": "出现错误,请重试。",
|
|
2954
2980
|
"cardNumber": "卡号无效。",
|
|
2955
2981
|
"expiry": "有效期无效。",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "请输入备注。",
|
|
4646
4672
|
"operator": "操作员",
|
|
4647
4673
|
"operatorNone": "无操作员",
|
|
4674
|
+
"operatorUnresolved": "列表中没有的操作员:{{id}}",
|
|
4675
|
+
"type": "类型",
|
|
4676
|
+
"typeGroupStandard": "标准类型",
|
|
4677
|
+
"typeGroupCustom": "诊所类型",
|
|
4678
|
+
"typeUnresolved": "列表中没有的类型:{{id}}",
|
|
4679
|
+
"assignee": "指派给",
|
|
4680
|
+
"assigneeNone": "无人",
|
|
4681
|
+
"assigneeUnresolved": "列表中没有的被指派人:{{id}}",
|
|
4648
4682
|
"about": "相关对象",
|
|
4649
4683
|
"aboutNobody": "无",
|
|
4650
4684
|
"aboutPatient": "患者",
|
|
4651
4685
|
"aboutCompany": "公司",
|
|
4686
|
+
"aboutOperator": "操作员",
|
|
4652
4687
|
"companyName": "公司名称",
|
|
4653
4688
|
"companyUnresolved": "关联公司(不在列表中):{{id}}",
|
|
4654
4689
|
"companyReplace": "更换公司",
|
|
4655
4690
|
"done": "已完成",
|
|
4656
4691
|
"save": "保存",
|
|
4657
4692
|
"cancel": "取消",
|
|
4693
|
+
"actionsLabel": "任务操作",
|
|
4658
4694
|
"delete": "删除",
|
|
4659
4695
|
"deleteConfirmTitle": "删除此任务?",
|
|
4660
4696
|
"deleteConfirmBody": "该任务将被删除。此操作在此处无法撤销。",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "您没有创建预约的权限。",
|
|
4969
|
-
"createTaskBlocked": "您没有创建任务的权限。",
|
|
4970
5005
|
"changeBlocked": "您没有修改预约的权限。",
|
|
4971
5006
|
"waitingBlocked": "您没有修改等候名单的权限。",
|
|
4972
5007
|
"waitingLockedBody": "您没有修改等候名单的权限 — 请向诊所所有者申请日历编辑权限。"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Compact fields for the calendar's three editors (appointment, task and
|
|
3
|
+
* waiting-list entry): 32px high with `--radius-md` corners, the height and
|
|
4
|
+
* shape of the calendar toolbar's controls, where the kit default is 44px
|
|
5
|
+
* with `--radius-sm`.
|
|
6
|
+
*
|
|
7
|
+
* INTENTIONAL EXCEPTION — do not "fix" these back to 44px. 32px sits below
|
|
8
|
+
* `--min-target-size` on purpose: it is the toolbar's sanctioned sub-target
|
|
9
|
+
* trade (documented beside `--min-target-size` in `src/tokens/index.css` and
|
|
10
|
+
* in `calendar-toolbar.mdx`). 32×32 clears WCAG 2.5.8 (AA, 24×24), and
|
|
11
|
+
* every field keeps at least `--spacing-md` of clear space from the next.
|
|
12
|
+
*
|
|
13
|
+
* Scoped by a class on each editor's form root, reaching the fields through
|
|
14
|
+
* their `data-component` markers, so the kit-wide `TextInput`, `Select`,
|
|
15
|
+
* `DatePicker`, `TimePicker` and `Combobox` defaults stay untouched. The
|
|
16
|
+
* descendant selector outranks each field's own height utility, so no
|
|
17
|
+
* `size` prop is needed — and `Select`'s `size="sm"` would also have shrunk
|
|
18
|
+
* its menu items, which must keep the kit's target.
|
|
19
|
+
*
|
|
20
|
+
* The raise is opt-in, as on the toolbar: under `.theme-accessible` every
|
|
21
|
+
* field goes back to `--min-target-size` (48px), and below the `sm`
|
|
22
|
+
* breakpoint, where the pointer is a finger, to the full target as well.
|
|
23
|
+
* `min-block-size` beats `h-8`, so the raise lands without undoing it.
|
|
24
|
+
*/
|
|
25
|
+
export declare const EDITOR_COMPACT_FIELDS_CLASS: string;
|
|
26
|
+
/**
|
|
27
|
+
* The same exception for a `variant="segmented"` RadioGroup (the task
|
|
28
|
+
* editor's "Concerns" switch): pass it as the group's `className`. The
|
|
29
|
+
* track takes 32px and its segments stretch to fill it; accessible themes
|
|
30
|
+
* give each segment `--min-target-size` back and let the track grow.
|
|
31
|
+
*/
|
|
32
|
+
export declare const EDITOR_COMPACT_SEGMENTED_CLASS: string;
|
|
33
|
+
//# sourceMappingURL=calendar-editor-fields.d.ts.map
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare const STICKY_HEADER_CELL = ".fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > *";
|
|
2
|
+
/** The box `position: sticky` resolves against: the nearest ancestor that
|
|
3
|
+
* is a scroll container (`clip` is not one), or null for the viewport. */
|
|
4
|
+
export declare function stickyScrollport(el: Element): Element | null;
|
|
5
|
+
/** How far the header must sit below its natural `top: 0`. The nav only
|
|
6
|
+
* covers it in a SHARED scrollport; in the grid's own (the platform's
|
|
7
|
+
* table) any offset lands the header on the all-day lane. No header, no
|
|
8
|
+
* offset: a nav height set blind is exactly that bug. */
|
|
9
|
+
export declare function stickyHeaderOffset(navigation: HTMLElement, header: Element | null): number;
|
|
10
|
+
/**
|
|
11
|
+
* Keeps `--inc1-nav-offset` on `surface` current and returns the cleanup.
|
|
12
|
+
* Re-measures when the nav or surface resizes AND when FullCalendar
|
|
13
|
+
* inserts or replaces the header, which can happen with no size change.
|
|
14
|
+
*
|
|
15
|
+
* Not re-measured: a host changing an ancestor's `overflow` at runtime
|
|
16
|
+
* with no resize. Watching style across FullCalendar's subtree would fire
|
|
17
|
+
* on every hover and drag; no host does this. Remount if you must.
|
|
18
|
+
*/
|
|
19
|
+
export declare function trackStickyHeaderOffset(navigation: HTMLElement, surface: HTMLElement): () => void;
|
|
20
|
+
//# sourceMappingURL=calendar-sticky-offset.d.ts.map
|