@alfadocs/ui-kit 0.95.0 → 0.97.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.
- package/dist/_chunks/signature-request-BzXTV_RH.js +403 -0
- package/dist/agent-catalog.json +10 -6
- package/dist/agent-i18n/en.json +1 -1
- package/dist/i18n/locales/ar.d.ts +3 -1
- package/dist/i18n/locales/ar.js +3 -1
- package/dist/i18n/locales/de.d.ts +3 -1
- package/dist/i18n/locales/de.js +3 -1
- package/dist/i18n/locales/el.d.ts +3 -1
- package/dist/i18n/locales/el.js +3 -1
- package/dist/i18n/locales/en.d.ts +3 -1
- package/dist/i18n/locales/en.js +3 -1
- package/dist/i18n/locales/es.d.ts +3 -1
- package/dist/i18n/locales/es.js +3 -1
- package/dist/i18n/locales/fr.d.ts +3 -1
- package/dist/i18n/locales/fr.js +3 -1
- package/dist/i18n/locales/hi.d.ts +3 -1
- package/dist/i18n/locales/hi.js +3 -1
- package/dist/i18n/locales/it.d.ts +3 -1
- package/dist/i18n/locales/it.js +3 -1
- package/dist/i18n/locales/ja.d.ts +3 -1
- package/dist/i18n/locales/ja.js +3 -1
- package/dist/i18n/locales/nl.d.ts +3 -1
- package/dist/i18n/locales/nl.js +3 -1
- package/dist/i18n/locales/pl.d.ts +3 -1
- package/dist/i18n/locales/pl.js +3 -1
- package/dist/i18n/locales/pt.d.ts +3 -1
- package/dist/i18n/locales/pt.js +3 -1
- package/dist/i18n/locales/ro.d.ts +3 -1
- package/dist/i18n/locales/ro.js +3 -1
- package/dist/i18n/locales/ru.d.ts +3 -1
- package/dist/i18n/locales/ru.js +3 -1
- package/dist/i18n/locales/sq.d.ts +3 -1
- package/dist/i18n/locales/sq.js +3 -1
- package/dist/i18n/locales/sv.d.ts +3 -1
- package/dist/i18n/locales/sv.js +3 -1
- package/dist/i18n/locales/tr.d.ts +3 -1
- package/dist/i18n/locales/tr.js +3 -1
- package/dist/i18n/locales/zh.d.ts +3 -1
- package/dist/i18n/locales/zh.js +3 -1
- package/dist/index.js +1 -1
- package/dist/locales/ar.json +3 -1
- package/dist/locales/de.json +3 -1
- package/dist/locales/el.json +3 -1
- package/dist/locales/en.json +3 -1
- package/dist/locales/es.json +3 -1
- package/dist/locales/fr.json +3 -1
- package/dist/locales/hi.json +3 -1
- package/dist/locales/it.json +3 -1
- package/dist/locales/ja.json +3 -1
- package/dist/locales/nl.json +3 -1
- package/dist/locales/pl.json +3 -1
- package/dist/locales/pt.json +3 -1
- package/dist/locales/ro.json +3 -1
- package/dist/locales/ru.json +3 -1
- package/dist/locales/sq.json +3 -1
- package/dist/locales/sv.json +3 -1
- package/dist/locales/tr.json +3 -1
- package/dist/locales/zh.json +3 -1
- package/dist/patterns/signature-request/index.d.ts +1 -1
- package/dist/patterns/signature-request/index.js +1 -1
- package/dist/patterns/signature-request/signature-request.d.ts +30 -3
- package/dist/tokens.css +1 -0
- package/package.json +1 -1
- package/dist/_chunks/signature-request-D_6jgDZd.js +0 -324
package/dist/i18n/locales/it.js
CHANGED
|
@@ -2985,7 +2985,9 @@ const e = {
|
|
|
2985
2985
|
assignToMe: "Assegna a me",
|
|
2986
2986
|
operatorPlaceholder: "Seleziona un operatore",
|
|
2987
2987
|
assignLater: "Assegna più tardi",
|
|
2988
|
-
|
|
2988
|
+
operatorChannelLabel: "Canale di firma dell'Operatore",
|
|
2989
|
+
onDeviceUnavailableHint: "Disponibile quando almeno un firmatario paziente firma su questo dispositivo.",
|
|
2990
|
+
operatorChannelReverted: "Il canale di firma dell'Operatore è stato reimpostato su {{channel}}: nessun firmatario paziente firma su questo dispositivo.",
|
|
2989
2991
|
signersSection: "Firmatari paziente",
|
|
2990
2992
|
signerPlaceholder: "Seleziona un firmatario",
|
|
2991
2993
|
channelLabel: "Canale di firma",
|
|
@@ -3027,7 +3027,9 @@ export declare const jaUi: {
|
|
|
3027
3027
|
readonly assignToMe: "自分に割り当てる";
|
|
3028
3028
|
readonly operatorPlaceholder: "オペレーターを選択";
|
|
3029
3029
|
readonly assignLater: "後で割り当てる";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "オペレーターの署名チャネル";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "患者側の署名者のうち少なくとも1人がこのデバイスで署名する場合に利用できます。";
|
|
3032
|
+
readonly operatorChannelReverted: "このデバイスで署名する患者側の署名者がいなくなったため、オペレーターの署名チャネルは「{{channel}}」にリセットされました。";
|
|
3031
3033
|
readonly signersSection: "患者側の署名者";
|
|
3032
3034
|
readonly signerPlaceholder: "署名者を選択";
|
|
3033
3035
|
readonly channelLabel: "署名チャネル";
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -3007,7 +3007,9 @@ const e = {
|
|
|
3007
3007
|
assignToMe: "自分に割り当てる",
|
|
3008
3008
|
operatorPlaceholder: "オペレーターを選択",
|
|
3009
3009
|
assignLater: "後で割り当てる",
|
|
3010
|
-
|
|
3010
|
+
operatorChannelLabel: "オペレーターの署名チャネル",
|
|
3011
|
+
onDeviceUnavailableHint: "患者側の署名者のうち少なくとも1人がこのデバイスで署名する場合に利用できます。",
|
|
3012
|
+
operatorChannelReverted: "このデバイスで署名する患者側の署名者がいなくなったため、オペレーターの署名チャネルは「{{channel}}」にリセットされました。",
|
|
3011
3013
|
signersSection: "患者側の署名者",
|
|
3012
3014
|
signerPlaceholder: "署名者を選択",
|
|
3013
3015
|
channelLabel: "署名チャネル",
|
|
@@ -3027,7 +3027,9 @@ export declare const nlUi: {
|
|
|
3027
3027
|
readonly assignToMe: "Aan mij toewijzen";
|
|
3028
3028
|
readonly operatorPlaceholder: "Selecteer een operator";
|
|
3029
3029
|
readonly assignLater: "Later toewijzen";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "Ondertekeningskanaal operator";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "Beschikbaar wanneer ten minste één ondertekenaar aan patiëntzijde op dit apparaat ondertekent.";
|
|
3032
|
+
readonly operatorChannelReverted: "De verzending voor de operator is teruggezet naar {{channel}} — er ondertekent geen ondertekenaar aan patiëntzijde op dit apparaat.";
|
|
3031
3033
|
readonly signersSection: "Ondertekenaars (patiëntzijde)";
|
|
3032
3034
|
readonly signerPlaceholder: "Selecteer een ondertekenaar";
|
|
3033
3035
|
readonly channelLabel: "Ondertekeningskanaal";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -2996,7 +2996,9 @@ const e = {
|
|
|
2996
2996
|
assignToMe: "Aan mij toewijzen",
|
|
2997
2997
|
operatorPlaceholder: "Selecteer een operator",
|
|
2998
2998
|
assignLater: "Later toewijzen",
|
|
2999
|
-
|
|
2999
|
+
operatorChannelLabel: "Ondertekeningskanaal operator",
|
|
3000
|
+
onDeviceUnavailableHint: "Beschikbaar wanneer ten minste één ondertekenaar aan patiëntzijde op dit apparaat ondertekent.",
|
|
3001
|
+
operatorChannelReverted: "De verzending voor de operator is teruggezet naar {{channel}} — er ondertekent geen ondertekenaar aan patiëntzijde op dit apparaat.",
|
|
3000
3002
|
signersSection: "Ondertekenaars (patiëntzijde)",
|
|
3001
3003
|
signerPlaceholder: "Selecteer een ondertekenaar",
|
|
3002
3004
|
channelLabel: "Ondertekeningskanaal",
|
|
@@ -3027,7 +3027,9 @@ export declare const plUi: {
|
|
|
3027
3027
|
readonly assignToMe: "Przypisz do mnie";
|
|
3028
3028
|
readonly operatorPlaceholder: "Wybierz operatora";
|
|
3029
3029
|
readonly assignLater: "Przypisz później";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "Kanał podpisu operatora";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "Dostępne, gdy co najmniej jeden podpisujący po stronie pacjenta podpisuje na tym urządzeniu.";
|
|
3032
|
+
readonly operatorChannelReverted: "Kanał podpisu operatora przywrócono na {{channel}} — żaden podpisujący po stronie pacjenta nie podpisuje na tym urządzeniu.";
|
|
3031
3033
|
readonly signersSection: "Podpisujący (strona pacjenta)";
|
|
3032
3034
|
readonly signerPlaceholder: "Wybierz podpisującego";
|
|
3033
3035
|
readonly channelLabel: "Kanał podpisu";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -3007,7 +3007,9 @@ const e = {
|
|
|
3007
3007
|
assignToMe: "Przypisz do mnie",
|
|
3008
3008
|
operatorPlaceholder: "Wybierz operatora",
|
|
3009
3009
|
assignLater: "Przypisz później",
|
|
3010
|
-
|
|
3010
|
+
operatorChannelLabel: "Kanał podpisu operatora",
|
|
3011
|
+
onDeviceUnavailableHint: "Dostępne, gdy co najmniej jeden podpisujący po stronie pacjenta podpisuje na tym urządzeniu.",
|
|
3012
|
+
operatorChannelReverted: "Kanał podpisu operatora przywrócono na {{channel}} — żaden podpisujący po stronie pacjenta nie podpisuje na tym urządzeniu.",
|
|
3011
3013
|
signersSection: "Podpisujący (strona pacjenta)",
|
|
3012
3014
|
signerPlaceholder: "Wybierz podpisującego",
|
|
3013
3015
|
channelLabel: "Kanał podpisu",
|
|
@@ -3028,7 +3028,9 @@ export declare const ptUi: {
|
|
|
3028
3028
|
readonly assignToMe: "Atribuir a mim";
|
|
3029
3029
|
readonly operatorPlaceholder: "Selecione um operador";
|
|
3030
3030
|
readonly assignLater: "Atribuir mais tarde";
|
|
3031
|
-
readonly
|
|
3031
|
+
readonly operatorChannelLabel: "Canal de assinatura do operador";
|
|
3032
|
+
readonly onDeviceUnavailableHint: "Disponível quando pelo menos um assinante do paciente assina neste dispositivo.";
|
|
3033
|
+
readonly operatorChannelReverted: "O envio ao operador foi reposto para {{channel}} — nenhum assinante do paciente assina neste dispositivo.";
|
|
3032
3034
|
readonly signersSection: "Assinantes do paciente";
|
|
3033
3035
|
readonly signerPlaceholder: "Selecione um assinante";
|
|
3034
3036
|
readonly channelLabel: "Canal de assinatura";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -3012,7 +3012,9 @@ const e = {
|
|
|
3012
3012
|
assignToMe: "Atribuir a mim",
|
|
3013
3013
|
operatorPlaceholder: "Selecione um operador",
|
|
3014
3014
|
assignLater: "Atribuir mais tarde",
|
|
3015
|
-
|
|
3015
|
+
operatorChannelLabel: "Canal de assinatura do operador",
|
|
3016
|
+
onDeviceUnavailableHint: "Disponível quando pelo menos um assinante do paciente assina neste dispositivo.",
|
|
3017
|
+
operatorChannelReverted: "O envio ao operador foi reposto para {{channel}} — nenhum assinante do paciente assina neste dispositivo.",
|
|
3016
3018
|
signersSection: "Assinantes do paciente",
|
|
3017
3019
|
signerPlaceholder: "Selecione um assinante",
|
|
3018
3020
|
channelLabel: "Canal de assinatura",
|
|
@@ -3027,7 +3027,9 @@ export declare const roUi: {
|
|
|
3027
3027
|
readonly assignToMe: "Atribuie-mi mie";
|
|
3028
3028
|
readonly operatorPlaceholder: "Selectează un operator";
|
|
3029
3029
|
readonly assignLater: "Atribuie mai târziu";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "Canal de semnare al operatorului";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "Disponibil când cel puțin un semnatar pacient semnează pe acest dispozitiv.";
|
|
3032
|
+
readonly operatorChannelReverted: "Canalul de semnare al operatorului a fost resetat la {{channel}} — niciun semnatar pacient nu semnează pe acest dispozitiv.";
|
|
3031
3033
|
readonly signersSection: "Semnatari pacient";
|
|
3032
3034
|
readonly signerPlaceholder: "Selectează un semnatar";
|
|
3033
3035
|
readonly channelLabel: "Canal de semnare";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -3011,7 +3011,9 @@ const e = {
|
|
|
3011
3011
|
assignToMe: "Atribuie-mi mie",
|
|
3012
3012
|
operatorPlaceholder: "Selectează un operator",
|
|
3013
3013
|
assignLater: "Atribuie mai târziu",
|
|
3014
|
-
|
|
3014
|
+
operatorChannelLabel: "Canal de semnare al operatorului",
|
|
3015
|
+
onDeviceUnavailableHint: "Disponibil când cel puțin un semnatar pacient semnează pe acest dispozitiv.",
|
|
3016
|
+
operatorChannelReverted: "Canalul de semnare al operatorului a fost resetat la {{channel}} — niciun semnatar pacient nu semnează pe acest dispozitiv.",
|
|
3015
3017
|
signersSection: "Semnatari pacient",
|
|
3016
3018
|
signerPlaceholder: "Selectează un semnatar",
|
|
3017
3019
|
channelLabel: "Canal de semnare",
|
|
@@ -3027,7 +3027,9 @@ export declare const ruUi: {
|
|
|
3027
3027
|
readonly assignToMe: "Назначить мне";
|
|
3028
3028
|
readonly operatorPlaceholder: "Выберите оператора";
|
|
3029
3029
|
readonly assignLater: "Назначить позже";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "Канал подписи оператора";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "Доступно, если хотя бы один подписант пациента подписывает на этом устройстве.";
|
|
3032
|
+
readonly operatorChannelReverted: "Канал подписи оператора сброшен на «{{channel}}» — ни один подписант пациента не подписывает на этом устройстве.";
|
|
3031
3033
|
readonly signersSection: "Подписанты пациента";
|
|
3032
3034
|
readonly signerPlaceholder: "Выберите подписанта";
|
|
3033
3035
|
readonly channelLabel: "Канал подписи";
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -3004,7 +3004,9 @@ const e = {
|
|
|
3004
3004
|
assignToMe: "Назначить мне",
|
|
3005
3005
|
operatorPlaceholder: "Выберите оператора",
|
|
3006
3006
|
assignLater: "Назначить позже",
|
|
3007
|
-
|
|
3007
|
+
operatorChannelLabel: "Канал подписи оператора",
|
|
3008
|
+
onDeviceUnavailableHint: "Доступно, если хотя бы один подписант пациента подписывает на этом устройстве.",
|
|
3009
|
+
operatorChannelReverted: "Канал подписи оператора сброшен на «{{channel}}» — ни один подписант пациента не подписывает на этом устройстве.",
|
|
3008
3010
|
signersSection: "Подписанты пациента",
|
|
3009
3011
|
signerPlaceholder: "Выберите подписанта",
|
|
3010
3012
|
channelLabel: "Канал подписи",
|
|
@@ -3027,7 +3027,9 @@ export declare const sqUi: {
|
|
|
3027
3027
|
readonly assignToMe: "Ma cakto mua";
|
|
3028
3028
|
readonly operatorPlaceholder: "Zgjidh një operator";
|
|
3029
3029
|
readonly assignLater: "Cakto më vonë";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "Kanali i nënshkrimit të operatorit";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "I disponueshëm kur të paktën një nënshkrues i pacientit nënshkruan në këtë pajisje.";
|
|
3032
|
+
readonly operatorChannelReverted: "Dërgimi për operatorin u rikthye në {{channel}} — asnjë nënshkrues i pacientit nuk nënshkruan në këtë pajisje.";
|
|
3031
3033
|
readonly signersSection: "Nënshkruesit e pacientit";
|
|
3032
3034
|
readonly signerPlaceholder: "Zgjidh një nënshkrues";
|
|
3033
3035
|
readonly channelLabel: "Kanali i nënshkrimit";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -3008,7 +3008,9 @@ const e = {
|
|
|
3008
3008
|
assignToMe: "Ma cakto mua",
|
|
3009
3009
|
operatorPlaceholder: "Zgjidh një operator",
|
|
3010
3010
|
assignLater: "Cakto më vonë",
|
|
3011
|
-
|
|
3011
|
+
operatorChannelLabel: "Kanali i nënshkrimit të operatorit",
|
|
3012
|
+
onDeviceUnavailableHint: "I disponueshëm kur të paktën një nënshkrues i pacientit nënshkruan në këtë pajisje.",
|
|
3013
|
+
operatorChannelReverted: "Dërgimi për operatorin u rikthye në {{channel}} — asnjë nënshkrues i pacientit nuk nënshkruan në këtë pajisje.",
|
|
3012
3014
|
signersSection: "Nënshkruesit e pacientit",
|
|
3013
3015
|
signerPlaceholder: "Zgjidh një nënshkrues",
|
|
3014
3016
|
channelLabel: "Kanali i nënshkrimit",
|
|
@@ -3027,7 +3027,9 @@ export declare const svUi: {
|
|
|
3027
3027
|
readonly assignToMe: "Tilldela mig";
|
|
3028
3028
|
readonly operatorPlaceholder: "Välj en behandlare";
|
|
3029
3029
|
readonly assignLater: "Tilldela senare";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "Behandlarens signeringskanal";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "Tillgängligt när minst en undertecknare på patientsidan signerar på den här enheten.";
|
|
3032
|
+
readonly operatorChannelReverted: "Behandlarens signeringskanal återställdes till {{channel}} – ingen undertecknare på patientsidan signerar på den här enheten.";
|
|
3031
3033
|
readonly signersSection: "Undertecknare (patientsidan)";
|
|
3032
3034
|
readonly signerPlaceholder: "Välj en undertecknare";
|
|
3033
3035
|
readonly channelLabel: "Signeringskanal";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -3004,7 +3004,9 @@ const e = {
|
|
|
3004
3004
|
assignToMe: "Tilldela mig",
|
|
3005
3005
|
operatorPlaceholder: "Välj en behandlare",
|
|
3006
3006
|
assignLater: "Tilldela senare",
|
|
3007
|
-
|
|
3007
|
+
operatorChannelLabel: "Behandlarens signeringskanal",
|
|
3008
|
+
onDeviceUnavailableHint: "Tillgängligt när minst en undertecknare på patientsidan signerar på den här enheten.",
|
|
3009
|
+
operatorChannelReverted: "Behandlarens signeringskanal återställdes till {{channel}} – ingen undertecknare på patientsidan signerar på den här enheten.",
|
|
3008
3010
|
signersSection: "Undertecknare (patientsidan)",
|
|
3009
3011
|
signerPlaceholder: "Välj en undertecknare",
|
|
3010
3012
|
channelLabel: "Signeringskanal",
|
|
@@ -3027,7 +3027,9 @@ export declare const trUi: {
|
|
|
3027
3027
|
readonly assignToMe: "Bana ata";
|
|
3028
3028
|
readonly operatorPlaceholder: "Bir operatör seçin";
|
|
3029
3029
|
readonly assignLater: "Daha sonra ata";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "Operatör imza kanalı";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "En az bir hasta imzalayanı bu cihazda imza attığında kullanılabilir.";
|
|
3032
|
+
readonly operatorChannelReverted: "Operatörün gönderimi {{channel}} seçeneğine sıfırlandı — bu cihazda imza atan hasta imzalayanı yok.";
|
|
3031
3033
|
readonly signersSection: "Hasta imzalayanları";
|
|
3032
3034
|
readonly signerPlaceholder: "Bir imzalayan seçin";
|
|
3033
3035
|
readonly channelLabel: "İmza kanalı";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -3004,7 +3004,9 @@ const e = {
|
|
|
3004
3004
|
assignToMe: "Bana ata",
|
|
3005
3005
|
operatorPlaceholder: "Bir operatör seçin",
|
|
3006
3006
|
assignLater: "Daha sonra ata",
|
|
3007
|
-
|
|
3007
|
+
operatorChannelLabel: "Operatör imza kanalı",
|
|
3008
|
+
onDeviceUnavailableHint: "En az bir hasta imzalayanı bu cihazda imza attığında kullanılabilir.",
|
|
3009
|
+
operatorChannelReverted: "Operatörün gönderimi {{channel}} seçeneğine sıfırlandı — bu cihazda imza atan hasta imzalayanı yok.",
|
|
3008
3010
|
signersSection: "Hasta imzalayanları",
|
|
3009
3011
|
signerPlaceholder: "Bir imzalayan seçin",
|
|
3010
3012
|
channelLabel: "İmza kanalı",
|
|
@@ -3027,7 +3027,9 @@ export declare const zhUi: {
|
|
|
3027
3027
|
readonly assignToMe: "分配给我";
|
|
3028
3028
|
readonly operatorPlaceholder: "选择操作员";
|
|
3029
3029
|
readonly assignLater: "稍后分配";
|
|
3030
|
-
readonly
|
|
3030
|
+
readonly operatorChannelLabel: "操作员签名渠道";
|
|
3031
|
+
readonly onDeviceUnavailableHint: "当至少有一位患者方签署人在此设备上签名时可用。";
|
|
3032
|
+
readonly operatorChannelReverted: "由于已无患者方签署人在此设备上签名,操作员签名渠道已恢复为{{channel}}。";
|
|
3031
3033
|
readonly signersSection: "患者方签署人";
|
|
3032
3034
|
readonly signerPlaceholder: "选择签署人";
|
|
3033
3035
|
readonly channelLabel: "签名渠道";
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -2997,7 +2997,9 @@ const e = {
|
|
|
2997
2997
|
assignToMe: "分配给我",
|
|
2998
2998
|
operatorPlaceholder: "选择操作员",
|
|
2999
2999
|
assignLater: "稍后分配",
|
|
3000
|
-
|
|
3000
|
+
operatorChannelLabel: "操作员签名渠道",
|
|
3001
|
+
onDeviceUnavailableHint: "当至少有一位患者方签署人在此设备上签名时可用。",
|
|
3002
|
+
operatorChannelReverted: "由于已无患者方签署人在此设备上签名,操作员签名渠道已恢复为{{channel}}。",
|
|
3001
3003
|
signersSection: "患者方签署人",
|
|
3002
3004
|
signerPlaceholder: "选择签署人",
|
|
3003
3005
|
channelLabel: "签名渠道",
|
package/dist/index.js
CHANGED
|
@@ -217,7 +217,7 @@ import { W as Uu, a as Wu } from "./_chunks/whatsapp-button-BIy6NaJK.js";
|
|
|
217
217
|
import { C as Ku, W as Yu, a as ju, b as Xu, c as qu, i as Qu, l as $u, m as Ju, r as Zu, w as ax, d as ex, e as sx, f as rx } from "./_chunks/workflow-map-SIfAhmWz.js";
|
|
218
218
|
import { A as ox, a as ix, b as nx, c as lx } from "./_chunks/alia-sidebar-DzNz1gDf.js";
|
|
219
219
|
import { C as mx, M as px, P as cx } from "./_chunks/marketplace-app-shell-35eRpT3r.js";
|
|
220
|
-
import { S as gx } from "./_chunks/signature-request-
|
|
220
|
+
import { S as gx } from "./_chunks/signature-request-BzXTV_RH.js";
|
|
221
221
|
import { D as ux, d as xx } from "./_chunks/dependent-selector-DyFpdzZV.js";
|
|
222
222
|
import { D as Sx, d as Tx } from "./_chunks/document-preview-DXl9migE.js";
|
|
223
223
|
import { D as Px, d as hx } from "./_chunks/document-scanner-cS_ispQs.js";
|
package/dist/locales/ar.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "إسناد إليّ",
|
|
3024
3024
|
"operatorPlaceholder": "اختر مشغّلاً",
|
|
3025
3025
|
"assignLater": "الإسناد لاحقاً",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "قناة توقيع المشغّل",
|
|
3027
|
+
"onDeviceUnavailableHint": "متاح عندما يوقّع واحد على الأقل من موقّعي المريض على هذا الجهاز.",
|
|
3028
|
+
"operatorChannelReverted": "تمت إعادة تعيين قناة توقيع المشغّل إلى {{channel}} — لا يوقّع أي من موقّعي المريض على هذا الجهاز.",
|
|
3027
3029
|
"signersSection": "موقّعو المريض",
|
|
3028
3030
|
"signerPlaceholder": "اختر موقّعاً",
|
|
3029
3031
|
"channelLabel": "قناة التوقيع",
|
package/dist/locales/de.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Mir zuweisen",
|
|
3024
3024
|
"operatorPlaceholder": "Operator auswählen",
|
|
3025
3025
|
"assignLater": "Später zuweisen",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Signaturkanal des Operators",
|
|
3027
|
+
"onDeviceUnavailableHint": "Verfügbar, wenn mindestens ein Patienten-Unterzeichner auf diesem Gerät signiert.",
|
|
3028
|
+
"operatorChannelReverted": "Der Signaturkanal des Operators wurde auf {{channel}} zurückgesetzt — kein Patienten-Unterzeichner signiert auf diesem Gerät.",
|
|
3027
3029
|
"signersSection": "Unterzeichner (Patientenseite)",
|
|
3028
3030
|
"signerPlaceholder": "Unterzeichner auswählen",
|
|
3029
3031
|
"channelLabel": "Signaturkanal",
|
package/dist/locales/el.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Ανάθεση σε εμένα",
|
|
3024
3024
|
"operatorPlaceholder": "Επιλέξτε χειριστή",
|
|
3025
3025
|
"assignLater": "Ανάθεση αργότερα",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Κανάλι υπογραφής χειριστή",
|
|
3027
|
+
"onDeviceUnavailableHint": "Διαθέσιμο όταν τουλάχιστον ένας υπογράφων ασθενούς υπογράφει σε αυτήν τη συσκευή.",
|
|
3028
|
+
"operatorChannelReverted": "Η αποστολή προς τον χειριστή επανήλθε σε {{channel}} — κανένας υπογράφων ασθενούς δεν υπογράφει σε αυτήν τη συσκευή.",
|
|
3027
3029
|
"signersSection": "Υπογράφοντες ασθενούς",
|
|
3028
3030
|
"signerPlaceholder": "Επιλέξτε υπογράφοντα",
|
|
3029
3031
|
"channelLabel": "Κανάλι υπογραφής",
|
package/dist/locales/en.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Assign to me",
|
|
3024
3024
|
"operatorPlaceholder": "Select an operator",
|
|
3025
3025
|
"assignLater": "Assign later",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Operator signature channel",
|
|
3027
|
+
"onDeviceUnavailableHint": "Available when at least one patient signer signs on this device.",
|
|
3028
|
+
"operatorChannelReverted": "The operator's delivery reset to {{channel}} — no patient signer signs on this device.",
|
|
3027
3029
|
"signersSection": "Patient signers",
|
|
3028
3030
|
"signerPlaceholder": "Select a signer",
|
|
3029
3031
|
"channelLabel": "Signature channel",
|
package/dist/locales/es.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Asignármelo",
|
|
3024
3024
|
"operatorPlaceholder": "Selecciona un operador",
|
|
3025
3025
|
"assignLater": "Asignar más tarde",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Canal de firma del operador",
|
|
3027
|
+
"onDeviceUnavailableHint": "Disponible cuando al menos un firmante del paciente firma en este dispositivo.",
|
|
3028
|
+
"operatorChannelReverted": "El canal de firma del operador se ha restablecido a {{channel}}: ningún firmante del paciente firma en este dispositivo.",
|
|
3027
3029
|
"signersSection": "Firmantes del paciente",
|
|
3028
3030
|
"signerPlaceholder": "Selecciona un firmante",
|
|
3029
3031
|
"channelLabel": "Canal de firma",
|
package/dist/locales/fr.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Me l'assigner",
|
|
3024
3024
|
"operatorPlaceholder": "Sélectionner un opérateur",
|
|
3025
3025
|
"assignLater": "Assigner plus tard",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Canal de signature de l'opérateur",
|
|
3027
|
+
"onDeviceUnavailableHint": "Disponible lorsqu'au moins un signataire patient signe sur cet appareil.",
|
|
3028
|
+
"operatorChannelReverted": "Le canal de signature de l'opérateur est revenu à {{channel}} — aucun signataire patient ne signe sur cet appareil.",
|
|
3027
3029
|
"signersSection": "Signataires patient",
|
|
3028
3030
|
"signerPlaceholder": "Sélectionner un signataire",
|
|
3029
3031
|
"channelLabel": "Canal de signature",
|
package/dist/locales/hi.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "मुझे सौंपें",
|
|
3024
3024
|
"operatorPlaceholder": "ऑपरेटर चुनें",
|
|
3025
3025
|
"assignLater": "बाद में सौंपें",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "ऑपरेटर हस्ताक्षर चैनल",
|
|
3027
|
+
"onDeviceUnavailableHint": "तब उपलब्ध जब कम से कम एक मरीज़ हस्ताक्षरकर्ता इस डिवाइस पर हस्ताक्षर करता है।",
|
|
3028
|
+
"operatorChannelReverted": "ऑपरेटर का हस्ताक्षर चैनल {{channel}} पर रीसेट हो गया — कोई भी मरीज़ हस्ताक्षरकर्ता इस डिवाइस पर हस्ताक्षर नहीं कर रहा है।",
|
|
3027
3029
|
"signersSection": "मरीज़ पक्ष के हस्ताक्षरकर्ता",
|
|
3028
3030
|
"signerPlaceholder": "हस्ताक्षरकर्ता चुनें",
|
|
3029
3031
|
"channelLabel": "हस्ताक्षर चैनल",
|
package/dist/locales/it.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Assegna a me",
|
|
3024
3024
|
"operatorPlaceholder": "Seleziona un operatore",
|
|
3025
3025
|
"assignLater": "Assegna più tardi",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Canale di firma dell'Operatore",
|
|
3027
|
+
"onDeviceUnavailableHint": "Disponibile quando almeno un firmatario paziente firma su questo dispositivo.",
|
|
3028
|
+
"operatorChannelReverted": "Il canale di firma dell'Operatore è stato reimpostato su {{channel}}: nessun firmatario paziente firma su questo dispositivo.",
|
|
3027
3029
|
"signersSection": "Firmatari paziente",
|
|
3028
3030
|
"signerPlaceholder": "Seleziona un firmatario",
|
|
3029
3031
|
"channelLabel": "Canale di firma",
|
package/dist/locales/ja.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "自分に割り当てる",
|
|
3024
3024
|
"operatorPlaceholder": "オペレーターを選択",
|
|
3025
3025
|
"assignLater": "後で割り当てる",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "オペレーターの署名チャネル",
|
|
3027
|
+
"onDeviceUnavailableHint": "患者側の署名者のうち少なくとも1人がこのデバイスで署名する場合に利用できます。",
|
|
3028
|
+
"operatorChannelReverted": "このデバイスで署名する患者側の署名者がいなくなったため、オペレーターの署名チャネルは「{{channel}}」にリセットされました。",
|
|
3027
3029
|
"signersSection": "患者側の署名者",
|
|
3028
3030
|
"signerPlaceholder": "署名者を選択",
|
|
3029
3031
|
"channelLabel": "署名チャネル",
|
package/dist/locales/nl.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Aan mij toewijzen",
|
|
3024
3024
|
"operatorPlaceholder": "Selecteer een operator",
|
|
3025
3025
|
"assignLater": "Later toewijzen",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Ondertekeningskanaal operator",
|
|
3027
|
+
"onDeviceUnavailableHint": "Beschikbaar wanneer ten minste één ondertekenaar aan patiëntzijde op dit apparaat ondertekent.",
|
|
3028
|
+
"operatorChannelReverted": "De verzending voor de operator is teruggezet naar {{channel}} — er ondertekent geen ondertekenaar aan patiëntzijde op dit apparaat.",
|
|
3027
3029
|
"signersSection": "Ondertekenaars (patiëntzijde)",
|
|
3028
3030
|
"signerPlaceholder": "Selecteer een ondertekenaar",
|
|
3029
3031
|
"channelLabel": "Ondertekeningskanaal",
|
package/dist/locales/pl.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Przypisz do mnie",
|
|
3024
3024
|
"operatorPlaceholder": "Wybierz operatora",
|
|
3025
3025
|
"assignLater": "Przypisz później",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Kanał podpisu operatora",
|
|
3027
|
+
"onDeviceUnavailableHint": "Dostępne, gdy co najmniej jeden podpisujący po stronie pacjenta podpisuje na tym urządzeniu.",
|
|
3028
|
+
"operatorChannelReverted": "Kanał podpisu operatora przywrócono na {{channel}} — żaden podpisujący po stronie pacjenta nie podpisuje na tym urządzeniu.",
|
|
3027
3029
|
"signersSection": "Podpisujący (strona pacjenta)",
|
|
3028
3030
|
"signerPlaceholder": "Wybierz podpisującego",
|
|
3029
3031
|
"channelLabel": "Kanał podpisu",
|
package/dist/locales/pt.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Atribuir a mim",
|
|
3024
3024
|
"operatorPlaceholder": "Selecione um operador",
|
|
3025
3025
|
"assignLater": "Atribuir mais tarde",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Canal de assinatura do operador",
|
|
3027
|
+
"onDeviceUnavailableHint": "Disponível quando pelo menos um assinante do paciente assina neste dispositivo.",
|
|
3028
|
+
"operatorChannelReverted": "O envio ao operador foi reposto para {{channel}} — nenhum assinante do paciente assina neste dispositivo.",
|
|
3027
3029
|
"signersSection": "Assinantes do paciente",
|
|
3028
3030
|
"signerPlaceholder": "Selecione um assinante",
|
|
3029
3031
|
"channelLabel": "Canal de assinatura",
|
package/dist/locales/ro.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Atribuie-mi mie",
|
|
3024
3024
|
"operatorPlaceholder": "Selectează un operator",
|
|
3025
3025
|
"assignLater": "Atribuie mai târziu",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Canal de semnare al operatorului",
|
|
3027
|
+
"onDeviceUnavailableHint": "Disponibil când cel puțin un semnatar pacient semnează pe acest dispozitiv.",
|
|
3028
|
+
"operatorChannelReverted": "Canalul de semnare al operatorului a fost resetat la {{channel}} — niciun semnatar pacient nu semnează pe acest dispozitiv.",
|
|
3027
3029
|
"signersSection": "Semnatari pacient",
|
|
3028
3030
|
"signerPlaceholder": "Selectează un semnatar",
|
|
3029
3031
|
"channelLabel": "Canal de semnare",
|
package/dist/locales/ru.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Назначить мне",
|
|
3024
3024
|
"operatorPlaceholder": "Выберите оператора",
|
|
3025
3025
|
"assignLater": "Назначить позже",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Канал подписи оператора",
|
|
3027
|
+
"onDeviceUnavailableHint": "Доступно, если хотя бы один подписант пациента подписывает на этом устройстве.",
|
|
3028
|
+
"operatorChannelReverted": "Канал подписи оператора сброшен на «{{channel}}» — ни один подписант пациента не подписывает на этом устройстве.",
|
|
3027
3029
|
"signersSection": "Подписанты пациента",
|
|
3028
3030
|
"signerPlaceholder": "Выберите подписанта",
|
|
3029
3031
|
"channelLabel": "Канал подписи",
|
package/dist/locales/sq.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Ma cakto mua",
|
|
3024
3024
|
"operatorPlaceholder": "Zgjidh një operator",
|
|
3025
3025
|
"assignLater": "Cakto më vonë",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Kanali i nënshkrimit të operatorit",
|
|
3027
|
+
"onDeviceUnavailableHint": "I disponueshëm kur të paktën një nënshkrues i pacientit nënshkruan në këtë pajisje.",
|
|
3028
|
+
"operatorChannelReverted": "Dërgimi për operatorin u rikthye në {{channel}} — asnjë nënshkrues i pacientit nuk nënshkruan në këtë pajisje.",
|
|
3027
3029
|
"signersSection": "Nënshkruesit e pacientit",
|
|
3028
3030
|
"signerPlaceholder": "Zgjidh një nënshkrues",
|
|
3029
3031
|
"channelLabel": "Kanali i nënshkrimit",
|
package/dist/locales/sv.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Tilldela mig",
|
|
3024
3024
|
"operatorPlaceholder": "Välj en behandlare",
|
|
3025
3025
|
"assignLater": "Tilldela senare",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Behandlarens signeringskanal",
|
|
3027
|
+
"onDeviceUnavailableHint": "Tillgängligt när minst en undertecknare på patientsidan signerar på den här enheten.",
|
|
3028
|
+
"operatorChannelReverted": "Behandlarens signeringskanal återställdes till {{channel}} – ingen undertecknare på patientsidan signerar på den här enheten.",
|
|
3027
3029
|
"signersSection": "Undertecknare (patientsidan)",
|
|
3028
3030
|
"signerPlaceholder": "Välj en undertecknare",
|
|
3029
3031
|
"channelLabel": "Signeringskanal",
|
package/dist/locales/tr.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "Bana ata",
|
|
3024
3024
|
"operatorPlaceholder": "Bir operatör seçin",
|
|
3025
3025
|
"assignLater": "Daha sonra ata",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "Operatör imza kanalı",
|
|
3027
|
+
"onDeviceUnavailableHint": "En az bir hasta imzalayanı bu cihazda imza attığında kullanılabilir.",
|
|
3028
|
+
"operatorChannelReverted": "Operatörün gönderimi {{channel}} seçeneğine sıfırlandı — bu cihazda imza atan hasta imzalayanı yok.",
|
|
3027
3029
|
"signersSection": "Hasta imzalayanları",
|
|
3028
3030
|
"signerPlaceholder": "Bir imzalayan seçin",
|
|
3029
3031
|
"channelLabel": "İmza kanalı",
|
package/dist/locales/zh.json
CHANGED
|
@@ -3023,7 +3023,9 @@
|
|
|
3023
3023
|
"assignToMe": "分配给我",
|
|
3024
3024
|
"operatorPlaceholder": "选择操作员",
|
|
3025
3025
|
"assignLater": "稍后分配",
|
|
3026
|
-
"
|
|
3026
|
+
"operatorChannelLabel": "操作员签名渠道",
|
|
3027
|
+
"onDeviceUnavailableHint": "当至少有一位患者方签署人在此设备上签名时可用。",
|
|
3028
|
+
"operatorChannelReverted": "由于已无患者方签署人在此设备上签名,操作员签名渠道已恢复为{{channel}}。",
|
|
3027
3029
|
"signersSection": "患者方签署人",
|
|
3028
3030
|
"signerPlaceholder": "选择签署人",
|
|
3029
3031
|
"channelLabel": "签名渠道",
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { SignatureRequestModal } from './signature-request';
|
|
2
|
-
export type { SignatureRequestModalProps, SignatureRequestSubmission, SignerRequest, SignerOption, SignatureChannel, } from './signature-request';
|
|
2
|
+
export type { SignatureRequestModalProps, SignatureRequestSubmission, SignerRequest, SignerOption, SignatureChannel, OperatorChannel, } from './signature-request';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* SignatureRequestModal — the practice-side "Documenti firmati" modal that
|
|
3
3
|
* dispatches a document-signature request: assign the operator who must
|
|
4
|
-
* counter-sign (or leave the request unassigned)
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* counter-sign (or leave the request unassigned) and how their request is
|
|
5
|
+
* delivered (their system-defined default channel arrives pre-checked),
|
|
6
|
+
* build the patient-side signer roster (up to `maxSigners`, each with their
|
|
7
|
+
* own delivery channel and, for on-device signing, an OTP waiver), and send.
|
|
7
8
|
*
|
|
8
9
|
* Runtime pattern: real consuming apps mount this in production (surfaced via
|
|
9
10
|
* `src/patterns/index.ts` and the `./patterns/signature-request` subpath).
|
|
@@ -16,6 +17,13 @@
|
|
|
16
17
|
import { type ComponentPropsWithoutRef } from 'react';
|
|
17
18
|
/** Delivery channel for one signer's signature request. */
|
|
18
19
|
export type SignatureChannel = 'sms' | 'email' | 'whatsapp' | 'on-device';
|
|
20
|
+
/**
|
|
21
|
+
* Delivery channel for the operator's counter-sign request. The default is
|
|
22
|
+
* system defined — the assigned operator's own `defaultChannel` (e-mail or
|
|
23
|
+
* SMS) arrives pre-checked; `'on-device'` is offerable only while a roster
|
|
24
|
+
* signer also signs on this device.
|
|
25
|
+
*/
|
|
26
|
+
export type OperatorChannel = 'sms' | 'email' | 'on-device';
|
|
19
27
|
/** One selectable person/role for the operator or signer selects. */
|
|
20
28
|
export interface SignerOption {
|
|
21
29
|
value: string;
|
|
@@ -27,6 +35,13 @@ export interface SignerOption {
|
|
|
27
35
|
* and `'whatsapp'`. Only meaningful for signer options, not operators.
|
|
28
36
|
*/
|
|
29
37
|
availableChannels?: SignatureChannel[];
|
|
38
|
+
/**
|
|
39
|
+
* The delivery channel this operator's own settings resolve to — the
|
|
40
|
+
* system-defined default, pre-checked when the operator is assigned.
|
|
41
|
+
* Falls back to `'email'` when omitted. Only meaningful for operator
|
|
42
|
+
* options, not signers.
|
|
43
|
+
*/
|
|
44
|
+
defaultChannel?: 'sms' | 'email';
|
|
30
45
|
}
|
|
31
46
|
/** One patient-side signer row in the submission. */
|
|
32
47
|
export interface SignerRequest {
|
|
@@ -39,6 +54,12 @@ export interface SignerRequest {
|
|
|
39
54
|
export interface SignatureRequestSubmission {
|
|
40
55
|
/** `null` when the counter-signing operator is left unassigned. */
|
|
41
56
|
operatorId: string | null;
|
|
57
|
+
/**
|
|
58
|
+
* How the operator's counter-sign request is delivered. `null` while the
|
|
59
|
+
* operator is unassigned. Defaults to the operator's own system-defined
|
|
60
|
+
* channel unless explicitly changed in the modal.
|
|
61
|
+
*/
|
|
62
|
+
operatorChannel: OperatorChannel | null;
|
|
42
63
|
/** 1..N signers; on-device signers sign sequentially in this order. */
|
|
43
64
|
signers: SignerRequest[];
|
|
44
65
|
}
|
|
@@ -64,6 +85,12 @@ export interface SignatureRequestModalProps {
|
|
|
64
85
|
* while `allowAssignLater` — otherwise the first operator is seeded).
|
|
65
86
|
*/
|
|
66
87
|
initialOperatorId?: string | null;
|
|
88
|
+
/**
|
|
89
|
+
* Preselected operator delivery channel. Defaults to the seeded operator's
|
|
90
|
+
* system-defined `defaultChannel`. `'on-device'` is honoured only while a
|
|
91
|
+
* seeded roster signer also signs on this device.
|
|
92
|
+
*/
|
|
93
|
+
initialOperatorChannel?: OperatorChannel;
|
|
67
94
|
/** Seed the signer roster. Defaults to the first option, on-device. */
|
|
68
95
|
initialSigners?: SignerRequest[];
|
|
69
96
|
/** Cap on roster size. Default `2`. */
|
package/dist/tokens.css
CHANGED
|
@@ -1352,6 +1352,7 @@ button.ag-side-button-button:focus{box-shadow:none}
|
|
|
1352
1352
|
.ag-theme-alfadocs .ag-paging-panel{border:0;border-block-start:var(--border-width-sm) solid color-mix(in srgb,var(--border) 50%,transparent);padding-block:var(--spacing-sm);padding-inline:var(--spacing-md)}
|
|
1353
1353
|
.ag-theme-alfadocs .ag-cell{display:flex;align-items:center;line-height:var(--line-height-base, 1.5);font-feature-settings:"tnum";letter-spacing:0}
|
|
1354
1354
|
.ag-theme-alfadocs .ag-cell.ag-row-group{align-items:flex-start}
|
|
1355
|
+
.ag-theme-alfadocs .ag-right-aligned-cell{justify-content:flex-end}
|
|
1355
1356
|
.ag-theme-alfadocs .ag-cell-wrapper.ag-row-group .ag-group-value{align-self:stretch;display:flex;align-items:center}
|
|
1356
1357
|
.ag-theme-alfadocs .ag-cell-value,.ag-theme-alfadocs .ag-cell-wrapper,.ag-theme-alfadocs .ag-cell-wrapper .ag-group-value{min-inline-size:0}
|
|
1357
1358
|
.ag-theme-alfadocs .ag-cell:focus-within{outline:var(--focus-ring-width) solid var(--ring);outline-offset:-1px}
|