@mmlogic/components 0.5.2 → 0.5.4
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/cjs/{cell-renderer-CmaO0CZT.js → cell-renderer-Coy-aD3k.js} +146 -1
- package/dist/cjs/{client-layout-RZ3Ix-4a.js → client-layout-CqVuJumR.js} +9 -0
- package/dist/cjs/{index-DzRfoAPz.js → index-DVbdkYO3.js} +468 -6
- package/dist/cjs/index.cjs.js +4 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mosterdcomponents.cjs.js +2 -2
- package/dist/cjs/{mrd-boolean-field_23.cjs.entry.js → mrd-boolean-field_25.cjs.entry.js} +5696 -5229
- package/dist/cjs/mrd-merge-view.cjs.entry.js +5 -5
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/documents/mrd-document-container/mrd-document-container.css +3 -0
- package/dist/collection/components/documents/mrd-document-container/mrd-document-container.js +23 -3
- package/dist/collection/components/documents/mrd-document-list/mrd-document-list.js +76 -2
- package/dist/collection/components/documents/mrd-document-view/mrd-document-view.js +7 -8
- package/dist/collection/components/email/mrd-email-view/mrd-email-view.css +126 -0
- package/dist/collection/components/email/mrd-email-view/mrd-email-view.js +247 -0
- package/dist/collection/components/fields/file-upload-common.js +23 -7
- package/dist/collection/components/fields/mrd-boolean-field/mrd-boolean-field.js +1 -1
- package/dist/collection/components/fields/mrd-currency-field/mrd-currency-field.js +1 -1
- package/dist/collection/components/fields/mrd-date-field/mrd-date-field.js +1 -1
- package/dist/collection/components/fields/mrd-datetime-field/mrd-datetime-field.js +1 -1
- package/dist/collection/components/fields/mrd-email-field/mrd-email-field.js +1 -1
- package/dist/collection/components/fields/mrd-file-field/mrd-file-field.css +20 -1
- package/dist/collection/components/fields/mrd-file-field/mrd-file-field.js +108 -47
- package/dist/collection/components/fields/mrd-image-field/mrd-image-field.css +44 -0
- package/dist/collection/components/fields/mrd-image-field/mrd-image-field.js +126 -58
- package/dist/collection/components/fields/mrd-longtext-field/mrd-longtext-field.js +1 -1
- package/dist/collection/components/fields/mrd-number-field/mrd-number-field.js +1 -1
- package/dist/collection/components/fields/mrd-relation-field/mrd-relation-field.js +13 -3
- package/dist/collection/components/fields/mrd-secret-field/mrd-secret-field.js +2 -2
- package/dist/collection/components/fields/mrd-text-field/mrd-text-field.js +1 -1
- package/dist/collection/components/fields/mrd-textarea-field/mrd-textarea-field.js +1 -1
- package/dist/collection/components/fields/mrd-time-field/mrd-time-field.js +1 -1
- package/dist/collection/components/form/mrd-field/mrd-field.js +5 -5
- package/dist/collection/components/form/mrd-form/mrd-form.js +63 -10
- package/dist/collection/components/invoice/mrd-invoice-view/mrd-invoice-view.css +145 -0
- package/dist/collection/components/invoice/mrd-invoice-view/mrd-invoice-view.js +281 -0
- package/dist/collection/components/layout/mrd-layout-section/field-value.js +9 -3
- package/dist/collection/components/layout/mrd-layout-section/layout-helpers.js +6 -0
- package/dist/collection/components/layout/mrd-layout-section/mrd-layout-section.css +14 -0
- package/dist/collection/components/layout/mrd-layout-section/mrd-layout-section.js +45 -15
- package/dist/collection/components/merge/mrd-merge-view/mrd-merge-view.js +2 -2
- package/dist/collection/dev/api.js +20 -5
- package/dist/collection/dev/app.js +51 -13
- package/dist/collection/dev/example-data.js +132 -3
- package/dist/collection/types/client-layout.js +6 -0
- package/dist/collection/utils/document-attachments.js +27 -14
- package/dist/collection/utils/i18n.js +144 -0
- package/dist/components/cell-renderer.js +1 -1
- package/dist/components/client-layout.js +1 -1
- package/dist/components/document-attachments.js +1 -1
- package/dist/components/file-upload-common.js +1 -1
- package/dist/components/format.js +1 -1
- package/dist/components/i18n.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/mrd-boolean-field2.js +1 -1
- package/dist/components/mrd-currency-field2.js +1 -1
- package/dist/components/mrd-date-field2.js +1 -1
- package/dist/components/mrd-datetime-field2.js +1 -1
- package/dist/components/mrd-document-container2.js +1 -1
- package/dist/components/mrd-document-list2.js +1 -1
- package/dist/components/mrd-document-view2.js +1 -1
- package/dist/components/mrd-email-field2.js +1 -1
- package/dist/components/mrd-email-view.d.ts +11 -0
- package/dist/components/mrd-email-view.js +1 -0
- package/dist/components/mrd-email-view2.js +1 -0
- package/dist/components/mrd-field2.js +1 -1
- package/dist/components/mrd-file-field2.js +1 -1
- package/dist/components/mrd-form.js +1 -1
- package/dist/components/mrd-image-field2.js +1 -1
- package/dist/components/mrd-invoice-view.d.ts +11 -0
- package/dist/components/mrd-invoice-view.js +1 -0
- package/dist/components/mrd-invoice-view2.js +1 -0
- package/dist/components/mrd-layout-section.js +1 -1
- package/dist/components/mrd-longtext-field2.js +1 -1
- package/dist/components/mrd-merge-view.js +1 -1
- package/dist/components/mrd-number-field2.js +1 -1
- package/dist/components/mrd-relation-field2.js +1 -1
- package/dist/components/mrd-secret-field2.js +1 -1
- package/dist/components/mrd-table2.js +1 -1
- package/dist/components/mrd-text-field2.js +1 -1
- package/dist/components/mrd-textarea-field2.js +1 -2
- package/dist/components/mrd-time-field2.js +1 -1
- package/dist/components/purify.es.js +2 -0
- package/dist/esm/{cell-renderer-D63AUZxa.js → cell-renderer-C2FLUrMN.js} +146 -2
- package/dist/esm/{client-layout-DCOAAH92.js → client-layout-Bc42CfJB.js} +7 -1
- package/dist/esm/{index-DiSe6vjv.js → index-CDiBvvJU.js} +468 -6
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mosterdcomponents.js +3 -3
- package/dist/esm/{mrd-boolean-field_23.entry.js → mrd-boolean-field_25.entry.js} +5695 -5230
- package/dist/esm/mrd-merge-view.entry.js +5 -5
- package/dist/mosterdcomponents/index.esm.js +1 -1
- package/dist/mosterdcomponents/mosterdcomponents.esm.js +1 -1
- package/dist/mosterdcomponents/{p-2e16a7d0.entry.js → p-4ea5b97c.entry.js} +1 -1
- package/dist/mosterdcomponents/p-8736313b.entry.js +3 -0
- package/dist/mosterdcomponents/{p-DCOAAH92.js → p-Bc42CfJB.js} +1 -1
- package/dist/mosterdcomponents/p-BgsPVesg.js +1 -0
- package/dist/mosterdcomponents/p-CDiBvvJU.js +2 -0
- package/dist/types/components/documents/mrd-document-container/mrd-document-container.d.ts +7 -0
- package/dist/types/components/documents/mrd-document-list/mrd-document-list.d.ts +17 -0
- package/dist/types/components/documents/mrd-document-view/mrd-document-view.d.ts +2 -2
- package/dist/types/components/email/mrd-email-view/mrd-email-view.d.ts +52 -0
- package/dist/types/components/fields/file-upload-common.d.ts +19 -1
- package/dist/types/components/fields/mrd-file-field/mrd-file-field.d.ts +24 -10
- package/dist/types/components/fields/mrd-image-field/mrd-image-field.d.ts +27 -11
- package/dist/types/components/fields/mrd-relation-field/mrd-relation-field.d.ts +7 -0
- package/dist/types/components/form/mrd-form/mrd-form.d.ts +19 -3
- package/dist/types/components/invoice/mrd-invoice-view/mrd-invoice-view.d.ts +60 -0
- package/dist/types/components/layout/mrd-layout-section/layout-helpers.d.ts +3 -0
- package/dist/types/components/layout/mrd-layout-section/mrd-layout-section.d.ts +13 -0
- package/dist/types/components.d.ts +303 -19
- package/dist/types/types/client-layout.d.ts +13 -0
- package/dist/types/utils/document-attachments.d.ts +12 -5
- package/package.json +1 -1
- package/dist/mosterdcomponents/p-CnqDM0Gb.js +0 -1
- package/dist/mosterdcomponents/p-DiSe6vjv.js +0 -2
- package/dist/mosterdcomponents/p-b5f38707.entry.js +0 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as ClientLayoutItemType } from './client-layout-
|
|
1
|
+
import { a as ClientLayoutItemType } from './client-layout-Bc42CfJB.js';
|
|
2
2
|
|
|
3
3
|
function formatNumber(value, locale, options) {
|
|
4
4
|
if (value === null || value === undefined || isNaN(value))
|
|
@@ -102,6 +102,7 @@ const translations = {
|
|
|
102
102
|
// mrd-table footer
|
|
103
103
|
table_of: 'van',
|
|
104
104
|
download: 'Downloaden',
|
|
105
|
+
value_empty: '—',
|
|
105
106
|
// mrd-table toolbar
|
|
106
107
|
table_filter: 'Filteren',
|
|
107
108
|
table_filter_hide: 'Filter verbergen',
|
|
@@ -111,6 +112,8 @@ const translations = {
|
|
|
111
112
|
table_export_excel: 'Exporteer naar Excel',
|
|
112
113
|
doc_view_switch: 'Weergave wisselen',
|
|
113
114
|
doc_view_tree: 'Boomweergave',
|
|
115
|
+
doc_upload: 'Uploaden',
|
|
116
|
+
doc_upload_to: 'Uploaden naar',
|
|
114
117
|
doc_view_list: 'Lijstweergave',
|
|
115
118
|
// mrd-table filter popup
|
|
116
119
|
filter_sorting: 'Sortering',
|
|
@@ -160,6 +163,21 @@ const translations = {
|
|
|
160
163
|
merge_confirm_heading: 'Bevestig samenvoegen',
|
|
161
164
|
merge_confirm_warning: 'Dit kan niet ongedaan worden gemaakt: de kandidaat wordt definitief verwijderd.',
|
|
162
165
|
merge_confirm_button: 'Samenvoegen bevestigen',
|
|
166
|
+
// mrd-invoice-view
|
|
167
|
+
invoice_title: 'Factuur',
|
|
168
|
+
invoice_date: 'Factuurdatum',
|
|
169
|
+
invoice_due_date: 'Vervaldatum',
|
|
170
|
+
invoice_subtotal: 'Subtotaal',
|
|
171
|
+
invoice_tax: 'BTW',
|
|
172
|
+
invoice_total: 'Totaal',
|
|
173
|
+
invoice_customer: 'Klant',
|
|
174
|
+
invoice_supplier: 'Leverancier',
|
|
175
|
+
// mrd-email-view
|
|
176
|
+
email_from: 'Van',
|
|
177
|
+
email_to: 'Aan',
|
|
178
|
+
email_cc: 'Cc',
|
|
179
|
+
email_date: 'Datum',
|
|
180
|
+
email_show_headers: 'Toon technische headers',
|
|
163
181
|
},
|
|
164
182
|
en: {
|
|
165
183
|
required: 'This field is required',
|
|
@@ -189,6 +207,7 @@ const translations = {
|
|
|
189
207
|
// mrd-table footer
|
|
190
208
|
table_of: 'of',
|
|
191
209
|
download: 'Download',
|
|
210
|
+
value_empty: '—',
|
|
192
211
|
// mrd-table toolbar
|
|
193
212
|
table_filter: 'Filter',
|
|
194
213
|
table_filter_hide: 'Hide filter',
|
|
@@ -198,6 +217,8 @@ const translations = {
|
|
|
198
217
|
table_export_excel: 'Export to Excel',
|
|
199
218
|
doc_view_switch: 'Switch view',
|
|
200
219
|
doc_view_tree: 'Tree view',
|
|
220
|
+
doc_upload: 'Upload',
|
|
221
|
+
doc_upload_to: 'Upload to',
|
|
201
222
|
doc_view_list: 'List view',
|
|
202
223
|
// mrd-table filter popup
|
|
203
224
|
filter_sorting: 'Sorting',
|
|
@@ -247,6 +268,21 @@ const translations = {
|
|
|
247
268
|
merge_confirm_heading: 'Confirm merge',
|
|
248
269
|
merge_confirm_warning: 'This cannot be undone: the candidate will be permanently deleted.',
|
|
249
270
|
merge_confirm_button: 'Confirm merge',
|
|
271
|
+
// mrd-invoice-view
|
|
272
|
+
invoice_title: 'Invoice',
|
|
273
|
+
invoice_date: 'Invoice date',
|
|
274
|
+
invoice_due_date: 'Due date',
|
|
275
|
+
invoice_subtotal: 'Subtotal',
|
|
276
|
+
invoice_tax: 'Tax',
|
|
277
|
+
invoice_total: 'Total',
|
|
278
|
+
invoice_customer: 'Customer',
|
|
279
|
+
invoice_supplier: 'Supplier',
|
|
280
|
+
// mrd-email-view
|
|
281
|
+
email_from: 'From',
|
|
282
|
+
email_to: 'To',
|
|
283
|
+
email_cc: 'Cc',
|
|
284
|
+
email_date: 'Date',
|
|
285
|
+
email_show_headers: 'Show technical headers',
|
|
250
286
|
},
|
|
251
287
|
ar: {
|
|
252
288
|
required: 'هذا الحقل مطلوب',
|
|
@@ -276,6 +312,7 @@ const translations = {
|
|
|
276
312
|
// mrd-table footer
|
|
277
313
|
table_of: 'من أصل',
|
|
278
314
|
download: 'تنزيل',
|
|
315
|
+
value_empty: '—',
|
|
279
316
|
// mrd-table toolbar
|
|
280
317
|
table_filter: 'تصفية',
|
|
281
318
|
table_filter_hide: 'إخفاء التصفية',
|
|
@@ -285,6 +322,8 @@ const translations = {
|
|
|
285
322
|
table_export_excel: 'تصدير إلى Excel',
|
|
286
323
|
doc_view_switch: 'تبديل العرض',
|
|
287
324
|
doc_view_tree: 'عرض شجري',
|
|
325
|
+
doc_upload: 'رفع',
|
|
326
|
+
doc_upload_to: 'رفع إلى',
|
|
288
327
|
doc_view_list: 'عرض القائمة',
|
|
289
328
|
// mrd-table filter popup
|
|
290
329
|
filter_sorting: 'الترتيب',
|
|
@@ -328,6 +367,21 @@ const translations = {
|
|
|
328
367
|
merge_confirm_heading: 'تأكيد الدمج',
|
|
329
368
|
merge_confirm_warning: 'لا يمكن التراجع عن هذا الإجراء: سيتم حذف المرشح نهائياً.',
|
|
330
369
|
merge_confirm_button: 'تأكيد الدمج',
|
|
370
|
+
// mrd-invoice-view
|
|
371
|
+
invoice_title: 'فاتورة',
|
|
372
|
+
invoice_date: 'تاريخ الفاتورة',
|
|
373
|
+
invoice_due_date: 'تاريخ الاستحقاق',
|
|
374
|
+
invoice_subtotal: 'المجموع الفرعي',
|
|
375
|
+
invoice_tax: 'الضريبة',
|
|
376
|
+
invoice_total: 'الإجمالي',
|
|
377
|
+
invoice_customer: 'العميل',
|
|
378
|
+
invoice_supplier: 'المورد',
|
|
379
|
+
// mrd-email-view
|
|
380
|
+
email_from: 'من',
|
|
381
|
+
email_to: 'إلى',
|
|
382
|
+
email_cc: 'نسخة',
|
|
383
|
+
email_date: 'التاريخ',
|
|
384
|
+
email_show_headers: 'إظهار الترويسات التقنية',
|
|
331
385
|
},
|
|
332
386
|
fr: {
|
|
333
387
|
required: 'Ce champ est obligatoire',
|
|
@@ -357,6 +411,7 @@ const translations = {
|
|
|
357
411
|
// mrd-table footer
|
|
358
412
|
table_of: 'sur',
|
|
359
413
|
download: 'Télécharger',
|
|
414
|
+
value_empty: '—',
|
|
360
415
|
// mrd-table toolbar
|
|
361
416
|
table_filter: 'Filtrer',
|
|
362
417
|
table_filter_hide: 'Masquer le filtre',
|
|
@@ -366,6 +421,8 @@ const translations = {
|
|
|
366
421
|
table_export_excel: 'Exporter vers Excel',
|
|
367
422
|
doc_view_switch: 'Changer de vue',
|
|
368
423
|
doc_view_tree: 'Vue arborescente',
|
|
424
|
+
doc_upload: 'Téléverser',
|
|
425
|
+
doc_upload_to: 'Téléverser vers',
|
|
369
426
|
doc_view_list: 'Vue liste',
|
|
370
427
|
// mrd-table filter popup
|
|
371
428
|
filter_sorting: 'Tri',
|
|
@@ -409,6 +466,21 @@ const translations = {
|
|
|
409
466
|
merge_confirm_heading: 'Confirmer la fusion',
|
|
410
467
|
merge_confirm_warning: 'Cette action est irréversible : le candidat sera définitivement supprimé.',
|
|
411
468
|
merge_confirm_button: 'Confirmer la fusion',
|
|
469
|
+
// mrd-invoice-view
|
|
470
|
+
invoice_title: 'Facture',
|
|
471
|
+
invoice_date: 'Date de facture',
|
|
472
|
+
invoice_due_date: "Date d'échéance",
|
|
473
|
+
invoice_subtotal: 'Sous-total',
|
|
474
|
+
invoice_tax: 'TVA',
|
|
475
|
+
invoice_total: 'Total',
|
|
476
|
+
invoice_customer: 'Client',
|
|
477
|
+
invoice_supplier: 'Fournisseur',
|
|
478
|
+
// mrd-email-view
|
|
479
|
+
email_from: 'De',
|
|
480
|
+
email_to: 'À',
|
|
481
|
+
email_cc: 'Cc',
|
|
482
|
+
email_date: 'Date',
|
|
483
|
+
email_show_headers: 'Afficher les en-têtes techniques',
|
|
412
484
|
},
|
|
413
485
|
de: {
|
|
414
486
|
required: 'Dieses Feld ist erforderlich',
|
|
@@ -438,6 +510,7 @@ const translations = {
|
|
|
438
510
|
// mrd-table footer
|
|
439
511
|
table_of: 'von',
|
|
440
512
|
download: 'Herunterladen',
|
|
513
|
+
value_empty: '—',
|
|
441
514
|
// mrd-table toolbar
|
|
442
515
|
table_filter: 'Filtern',
|
|
443
516
|
table_filter_hide: 'Filter ausblenden',
|
|
@@ -447,6 +520,8 @@ const translations = {
|
|
|
447
520
|
table_export_excel: 'Als Excel exportieren',
|
|
448
521
|
doc_view_switch: 'Ansicht wechseln',
|
|
449
522
|
doc_view_tree: 'Baumansicht',
|
|
523
|
+
doc_upload: 'Hochladen',
|
|
524
|
+
doc_upload_to: 'Hochladen nach',
|
|
450
525
|
doc_view_list: 'Listenansicht',
|
|
451
526
|
// mrd-table filter popup
|
|
452
527
|
filter_sorting: 'Sortierung',
|
|
@@ -490,6 +565,21 @@ const translations = {
|
|
|
490
565
|
merge_confirm_heading: 'Zusammenführung bestätigen',
|
|
491
566
|
merge_confirm_warning: 'Dies kann nicht rückgängig gemacht werden: der Kandidat wird endgültig gelöscht.',
|
|
492
567
|
merge_confirm_button: 'Zusammenführung bestätigen',
|
|
568
|
+
// mrd-invoice-view
|
|
569
|
+
invoice_title: 'Rechnung',
|
|
570
|
+
invoice_date: 'Rechnungsdatum',
|
|
571
|
+
invoice_due_date: 'Fälligkeitsdatum',
|
|
572
|
+
invoice_subtotal: 'Zwischensumme',
|
|
573
|
+
invoice_tax: 'MwSt.',
|
|
574
|
+
invoice_total: 'Gesamt',
|
|
575
|
+
invoice_customer: 'Kunde',
|
|
576
|
+
invoice_supplier: 'Lieferant',
|
|
577
|
+
// mrd-email-view
|
|
578
|
+
email_from: 'Von',
|
|
579
|
+
email_to: 'An',
|
|
580
|
+
email_cc: 'Cc',
|
|
581
|
+
email_date: 'Datum',
|
|
582
|
+
email_show_headers: 'Technische Header anzeigen',
|
|
493
583
|
},
|
|
494
584
|
es: {
|
|
495
585
|
required: 'Este campo es obligatorio',
|
|
@@ -519,6 +609,7 @@ const translations = {
|
|
|
519
609
|
// mrd-table footer
|
|
520
610
|
table_of: 'de',
|
|
521
611
|
download: 'Descargar',
|
|
612
|
+
value_empty: '—',
|
|
522
613
|
// mrd-table toolbar
|
|
523
614
|
table_filter: 'Filtrar',
|
|
524
615
|
table_filter_hide: 'Ocultar filtro',
|
|
@@ -528,6 +619,8 @@ const translations = {
|
|
|
528
619
|
table_export_excel: 'Exportar a Excel',
|
|
529
620
|
doc_view_switch: 'Cambiar vista',
|
|
530
621
|
doc_view_tree: 'Vista de árbol',
|
|
622
|
+
doc_upload: 'Subir',
|
|
623
|
+
doc_upload_to: 'Subir a',
|
|
531
624
|
doc_view_list: 'Vista de lista',
|
|
532
625
|
// mrd-table filter popup
|
|
533
626
|
filter_sorting: 'Ordenación',
|
|
@@ -571,6 +664,21 @@ const translations = {
|
|
|
571
664
|
merge_confirm_heading: 'Confirmar fusión',
|
|
572
665
|
merge_confirm_warning: 'Esto no se puede deshacer: el candidato se eliminará permanentemente.',
|
|
573
666
|
merge_confirm_button: 'Confirmar fusión',
|
|
667
|
+
// mrd-invoice-view
|
|
668
|
+
invoice_title: 'Factura',
|
|
669
|
+
invoice_date: 'Fecha de factura',
|
|
670
|
+
invoice_due_date: 'Fecha de vencimiento',
|
|
671
|
+
invoice_subtotal: 'Subtotal',
|
|
672
|
+
invoice_tax: 'Impuesto',
|
|
673
|
+
invoice_total: 'Total',
|
|
674
|
+
invoice_customer: 'Cliente',
|
|
675
|
+
invoice_supplier: 'Proveedor',
|
|
676
|
+
// mrd-email-view
|
|
677
|
+
email_from: 'De',
|
|
678
|
+
email_to: 'Para',
|
|
679
|
+
email_cc: 'Cc',
|
|
680
|
+
email_date: 'Fecha',
|
|
681
|
+
email_show_headers: 'Mostrar encabezados técnicos',
|
|
574
682
|
},
|
|
575
683
|
it: {
|
|
576
684
|
required: 'Questo campo è obbligatorio',
|
|
@@ -600,6 +708,7 @@ const translations = {
|
|
|
600
708
|
// mrd-table footer
|
|
601
709
|
table_of: 'di',
|
|
602
710
|
download: 'Scarica',
|
|
711
|
+
value_empty: '—',
|
|
603
712
|
// mrd-table toolbar
|
|
604
713
|
table_filter: 'Filtra',
|
|
605
714
|
table_filter_hide: 'Nascondi filtro',
|
|
@@ -609,6 +718,8 @@ const translations = {
|
|
|
609
718
|
table_export_excel: 'Esporta in Excel',
|
|
610
719
|
doc_view_switch: 'Cambia vista',
|
|
611
720
|
doc_view_tree: 'Vista ad albero',
|
|
721
|
+
doc_upload: 'Carica',
|
|
722
|
+
doc_upload_to: 'Carica in',
|
|
612
723
|
doc_view_list: 'Vista elenco',
|
|
613
724
|
// mrd-table filter popup
|
|
614
725
|
filter_sorting: 'Ordinamento',
|
|
@@ -652,6 +763,21 @@ const translations = {
|
|
|
652
763
|
merge_confirm_heading: 'Conferma unione',
|
|
653
764
|
merge_confirm_warning: "Questa azione non può essere annullata: il candidato verrà eliminato definitivamente.",
|
|
654
765
|
merge_confirm_button: 'Conferma unione',
|
|
766
|
+
// mrd-invoice-view
|
|
767
|
+
invoice_title: 'Fattura',
|
|
768
|
+
invoice_date: 'Data fattura',
|
|
769
|
+
invoice_due_date: 'Data di scadenza',
|
|
770
|
+
invoice_subtotal: 'Subtotale',
|
|
771
|
+
invoice_tax: 'IVA',
|
|
772
|
+
invoice_total: 'Totale',
|
|
773
|
+
invoice_customer: 'Cliente',
|
|
774
|
+
invoice_supplier: 'Fornitore',
|
|
775
|
+
// mrd-email-view
|
|
776
|
+
email_from: 'Da',
|
|
777
|
+
email_to: 'A',
|
|
778
|
+
email_cc: 'Cc',
|
|
779
|
+
email_date: 'Data',
|
|
780
|
+
email_show_headers: 'Mostra intestazioni tecniche',
|
|
655
781
|
},
|
|
656
782
|
uk: {
|
|
657
783
|
required: "Це поле обов'язкове",
|
|
@@ -681,6 +807,7 @@ const translations = {
|
|
|
681
807
|
// mrd-table footer
|
|
682
808
|
table_of: 'з',
|
|
683
809
|
download: 'Завантажити',
|
|
810
|
+
value_empty: '—',
|
|
684
811
|
// mrd-table toolbar
|
|
685
812
|
table_filter: 'Фільтрувати',
|
|
686
813
|
table_filter_hide: 'Сховати фільтр',
|
|
@@ -690,6 +817,8 @@ const translations = {
|
|
|
690
817
|
table_export_excel: 'Експортувати до Excel',
|
|
691
818
|
doc_view_switch: 'Змінити вигляд',
|
|
692
819
|
doc_view_tree: 'Деревоподібний вигляд',
|
|
820
|
+
doc_upload: 'Завантажити',
|
|
821
|
+
doc_upload_to: 'Завантажити до',
|
|
693
822
|
doc_view_list: 'Список',
|
|
694
823
|
// mrd-table filter popup
|
|
695
824
|
filter_sorting: 'Сортування',
|
|
@@ -733,6 +862,21 @@ const translations = {
|
|
|
733
862
|
merge_confirm_heading: 'Підтвердити об\'єднання',
|
|
734
863
|
merge_confirm_warning: 'Цю дію не можна скасувати: кандидат буде остаточно видалено.',
|
|
735
864
|
merge_confirm_button: 'Підтвердити об\'єднання',
|
|
865
|
+
// mrd-invoice-view
|
|
866
|
+
invoice_title: 'Рахунок-фактура',
|
|
867
|
+
invoice_date: 'Дата рахунку',
|
|
868
|
+
invoice_due_date: 'Термін оплати',
|
|
869
|
+
invoice_subtotal: 'Проміжний підсумок',
|
|
870
|
+
invoice_tax: 'ПДВ',
|
|
871
|
+
invoice_total: 'Разом',
|
|
872
|
+
invoice_customer: 'Клієнт',
|
|
873
|
+
invoice_supplier: 'Постачальник',
|
|
874
|
+
// mrd-email-view
|
|
875
|
+
email_from: 'Від',
|
|
876
|
+
email_to: 'Кому',
|
|
877
|
+
email_cc: 'Копія',
|
|
878
|
+
email_date: 'Дата',
|
|
879
|
+
email_show_headers: 'Показати технічні заголовки',
|
|
736
880
|
},
|
|
737
881
|
};
|
|
738
882
|
function t(key, locale) {
|
|
@@ -851,4 +995,4 @@ class CellRenderer {
|
|
|
851
995
|
}
|
|
852
996
|
}
|
|
853
997
|
|
|
854
|
-
export { CellRenderer as C,
|
|
998
|
+
export { CellRenderer as C, formatDateTime as a, formatCurrency as b, formatNumber as c, formatPercentage as d, formatDate as f, parseLocalizedNumber as p, t };
|
|
@@ -72,6 +72,12 @@ var ClientLayoutNavigateBehaviour;
|
|
|
72
72
|
})(ClientLayoutNavigateBehaviour || (ClientLayoutNavigateBehaviour = {}));
|
|
73
73
|
/** Well-known archetype ids the client renders specially. */
|
|
74
74
|
const ARCHETYPE_DOCUMENT = 'commons.document';
|
|
75
|
+
const ARCHETYPE_INVOICE = 'commons.invoice';
|
|
76
|
+
const ARCHETYPE_EMAIL = 'commons.email';
|
|
77
|
+
/** Bound by a `commons.invoice`'s `lines` relation target class. Used to find the
|
|
78
|
+
* RELATED_VIEW item for the line items generically, by archetype id rather than
|
|
79
|
+
* by name/class string. */
|
|
80
|
+
const ARCHETYPE_INVOICE_LINE = 'commons.invoiceLine';
|
|
75
81
|
/**
|
|
76
82
|
* Find a binding for `archetypeId` in a published `archetypes` list.
|
|
77
83
|
* Returns `undefined` when the archetype is absent — callers fall back to the
|
|
@@ -81,4 +87,4 @@ function resolveArchetype(archetypes, archetypeId) {
|
|
|
81
87
|
return (archetypes !== null && archetypes !== void 0 ? archetypes : []).find(a => a.archetype === archetypeId);
|
|
82
88
|
}
|
|
83
89
|
|
|
84
|
-
export { ARCHETYPE_DOCUMENT as A, ClientLayoutType as C, ClientLayoutItemType as a, ClientLayoutItemFieldDataType as b, ClientLayoutItemRelationDisplayType as c, ClientLayoutItemRelationEditBehavior as d, ClientLayoutNavigateBehaviour as e, resolveArchetype as r };
|
|
90
|
+
export { ARCHETYPE_DOCUMENT as A, ClientLayoutType as C, ClientLayoutItemType as a, ClientLayoutItemFieldDataType as b, ClientLayoutItemRelationDisplayType as c, ClientLayoutItemRelationEditBehavior as d, ClientLayoutNavigateBehaviour as e, ARCHETYPE_INVOICE as f, ARCHETYPE_EMAIL as g, ARCHETYPE_INVOICE_LINE as h, resolveArchetype as r };
|