@quadrel-enterprise-ui/framework 19.6.1 → 19.7.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.
Files changed (39) hide show
  1. package/fesm2022/quadrel-enterprise-ui-framework.mjs +741 -591
  2. package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
  3. package/lib/dialog/dialog.component.d.ts +15 -6
  4. package/lib/dialog/dialog.component.d.ts.map +1 -1
  5. package/lib/dialog/dialog.module.d.ts +3 -3
  6. package/lib/dialog/dialog.module.d.ts.map +1 -1
  7. package/lib/dialog/directives/pending-changes-guard.directive.d.ts +20 -19
  8. package/lib/dialog/directives/pending-changes-guard.directive.d.ts.map +1 -1
  9. package/lib/dialog/models/dialog-close.model.d.ts +51 -0
  10. package/lib/dialog/models/dialog-close.model.d.ts.map +1 -0
  11. package/lib/dialog/models/dialog-config.model.d.ts +2 -0
  12. package/lib/dialog/models/dialog-config.model.d.ts.map +1 -1
  13. package/lib/dialog/models/page-dialog-host.token.d.ts +10 -0
  14. package/lib/dialog/models/page-dialog-host.token.d.ts.map +1 -0
  15. package/lib/dialog/services/confirmation-dialog.service.d.ts.map +1 -1
  16. package/lib/dialog/services/dialog.service.d.ts +20 -4
  17. package/lib/dialog/services/dialog.service.d.ts.map +1 -1
  18. package/lib/file-collector/models/file-type.d.ts +1 -1
  19. package/lib/file-collector/models/file-type.d.ts.map +1 -1
  20. package/lib/file-collector/services/file-type.service.d.ts.map +1 -1
  21. package/lib/forms/input/input.component.d.ts.map +1 -1
  22. package/lib/helpers/html-plaintext.helper.d.ts +1 -1
  23. package/lib/helpers/html-plaintext.helper.d.ts.map +1 -1
  24. package/lib/page/model/page-config.interface.d.ts +14 -1
  25. package/lib/page/model/page-config.interface.d.ts.map +1 -1
  26. package/lib/page/page.component.d.ts +5 -2
  27. package/lib/page/page.component.d.ts.map +1 -1
  28. package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +17 -4
  29. package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +1 -1
  30. package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +2 -2
  31. package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +1 -1
  32. package/lib/table/services/resolver.service.d.ts +2 -0
  33. package/lib/table/services/resolver.service.d.ts.map +1 -1
  34. package/package.json +2 -2
  35. package/src/assets/i18n/de.json +2 -0
  36. package/src/assets/i18n/en.json +11 -1
  37. package/src/assets/i18n/fr.json +2 -0
  38. package/src/assets/i18n/it.json +2 -0
  39. package/src/assets/styles/settings/_settings.grid.scss +4 -1
@@ -415,6 +415,8 @@
415
415
  "i18n.qd.tabs.tab.three": "Transport",
416
416
  "i18n.qd.tabs.tab.four": "Assessment",
417
417
 
418
+ "i18n.qd.dialog.action.primary": "Bestätigen",
419
+ "i18n.qd.dialog.action.cancel": "Abbrechen",
418
420
  "i18n.qd.dialog.confirmation.checkbox.label": "Daten vollständig und richtig",
419
421
 
420
422
  "i18n.qd.example.dialog.confirmation.title": "Bestätigungsdialog",
@@ -313,6 +313,8 @@
313
313
  "i18n.qd.tabs.tab.three": "Transport",
314
314
  "i18n.qd.tabs.tab.four": "Assessment",
315
315
 
316
+ "i18n.qd.dialog.action.primary": "Submit",
317
+ "i18n.qd.dialog.action.cancel": "Cancel",
316
318
  "i18n.qd.dialog.confirmation.checkbox.label": "Data complete and correct",
317
319
 
318
320
  "i18n.qd.exampleFilterData.category.isAquarius": "Aquarius",
@@ -408,5 +410,13 @@
408
410
 
409
411
  "i18n.qd.quick.edit.submitButtonLabel": "Save",
410
412
  "i18n.qd.quick.edit.createButtonLabel": "Add",
411
- "i18n.qd.quick.edit.removeButtonLabel": "Remove"
413
+ "i18n.qd.quick.edit.removeButtonLabel": "Remove",
414
+
415
+ "i18n.qd.exampleDialog.transportEquipment.seals.sectionConfig.title": "Seals",
416
+ "i18n.qd.exampleDialog.transportEquipment.goodsItemReference.sectionConfig.title": "References",
417
+ "i18n.qd.exampleTable.seals.empty": "No seals available.",
418
+ "i18n.qd.exampleTable.goodsItemReference.empty": "No references available.",
419
+ "i18n.qd.exampleTable.transportEquipment.containerIdentificationNumber": "Container number",
420
+ "i18n.qd.exampleTable.transportEquipment.numberOfSeals": "Number of seals",
421
+ "i18n.qd.exampleTable.transportEquipment.containerIdentificationNumber.hint": "If you do not have a container number, you must provide at least one seal."
412
422
  }
@@ -275,6 +275,8 @@
275
275
  "i18n.qd.tabs.tab.three": "Transport",
276
276
  "i18n.qd.tabs.tab.four": "Assessment",
277
277
 
278
+ "i18n.qd.dialog.action.primary": "Valider",
279
+ "i18n.qd.dialog.action.cancel": "Annuler",
278
280
  "i18n.qd.dialog.confirmation.checkbox.label": "Données complètes et correctes",
279
281
 
280
282
  "i18n.qd.example.dialog.confirmation.title": "Dialogue de Confirmation",
@@ -275,6 +275,8 @@
275
275
  "i18n.qd.tabs.tab.three": "Transport",
276
276
  "i18n.qd.tabs.tab.four": "Assessment",
277
277
 
278
+ "i18n.qd.dialog.action.primary": "Conferma",
279
+ "i18n.qd.dialog.action.cancel": "Annulla",
278
280
  "i18n.qd.dialog.confirmation.checkbox.label": "Dati completi e corretti",
279
281
 
280
282
  "i18n.qd.example.dialog.confirmation.title": "Dialogo di Conferma",
@@ -38,6 +38,9 @@ $tabletPortraitColspansMapping: (
38
38
  (2, 1): 1
39
39
  );
40
40
  $tabletPortraitNextInSameRowMapping: (
41
- "*": (1, 1)
41
+ "*": (
42
+ 1,
43
+ 1
44
+ )
42
45
  );
43
46
  $mobileGridSize: 1;