@quadrel-enterprise-ui/framework 20.10.1-beta.145.1 → 20.11.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/fesm2022/quadrel-enterprise-ui-framework.mjs +287 -194
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/index.d.ts +93 -117
- package/package.json +1 -1
- package/src/assets/i18n/de.json +2 -0
- package/src/assets/i18n/en.json +2 -0
- package/src/assets/i18n/fr.json +2 -0
- package/src/assets/i18n/it.json +2 -0
package/src/assets/i18n/en.json
CHANGED
|
@@ -111,6 +111,8 @@
|
|
|
111
111
|
"i18n.qd.table.pagination.of": "of",
|
|
112
112
|
"i18n.qd.table.pagination.entries": "entries",
|
|
113
113
|
"i18n.qd.table.pagination.entry": "entry",
|
|
114
|
+
"i18n.qd.table.pagination.selectedSingular": "1 row selected",
|
|
115
|
+
"i18n.qd.table.pagination.selectedPlural": "{{count}} rows selected",
|
|
114
116
|
"i18n.contact.function.sender": "Sender",
|
|
115
117
|
"i18n.contact.companyName.placeholder": "Company Name",
|
|
116
118
|
"i18n.contact.businessPartnerId.placeholder": "GP-Number",
|
package/src/assets/i18n/fr.json
CHANGED
|
@@ -111,6 +111,8 @@
|
|
|
111
111
|
"i18n.qd.table.pagination.of": "des",
|
|
112
112
|
"i18n.qd.table.pagination.entries": "entrées",
|
|
113
113
|
"i18n.qd.table.pagination.entry": "entrée",
|
|
114
|
+
"i18n.qd.table.pagination.selectedSingular": "1 ligne sélectionnée",
|
|
115
|
+
"i18n.qd.table.pagination.selectedPlural": "{{count}} lignes sélectionnées",
|
|
114
116
|
"i18n.contact.function.sender": "Envoyeur",
|
|
115
117
|
"i18n.contact.companyName.placeholder": "Raison Familiale",
|
|
116
118
|
"i18n.contact.businessPartnerId.placeholder": "Numéro GP",
|
package/src/assets/i18n/it.json
CHANGED
|
@@ -111,6 +111,8 @@
|
|
|
111
111
|
"i18n.qd.table.pagination.of": "di",
|
|
112
112
|
"i18n.qd.table.pagination.entries": "voci",
|
|
113
113
|
"i18n.qd.table.pagination.entry": "voce",
|
|
114
|
+
"i18n.qd.table.pagination.selectedSingular": "1 riga selezionata",
|
|
115
|
+
"i18n.qd.table.pagination.selectedPlural": "{{count}} righe selezionate",
|
|
114
116
|
"i18n.contact.function.sender": "Speditore",
|
|
115
117
|
"i18n.contact.companyName.placeholder": "Ragione Sociale",
|
|
116
118
|
"i18n.contact.businessPartnerId.placeholder": "Numero GP",
|