@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.
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +741 -591
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/lib/dialog/dialog.component.d.ts +15 -6
- package/lib/dialog/dialog.component.d.ts.map +1 -1
- package/lib/dialog/dialog.module.d.ts +3 -3
- package/lib/dialog/dialog.module.d.ts.map +1 -1
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts +20 -19
- package/lib/dialog/directives/pending-changes-guard.directive.d.ts.map +1 -1
- package/lib/dialog/models/dialog-close.model.d.ts +51 -0
- package/lib/dialog/models/dialog-close.model.d.ts.map +1 -0
- package/lib/dialog/models/dialog-config.model.d.ts +2 -0
- package/lib/dialog/models/dialog-config.model.d.ts.map +1 -1
- package/lib/dialog/models/page-dialog-host.token.d.ts +10 -0
- package/lib/dialog/models/page-dialog-host.token.d.ts.map +1 -0
- package/lib/dialog/services/confirmation-dialog.service.d.ts.map +1 -1
- package/lib/dialog/services/dialog.service.d.ts +20 -4
- package/lib/dialog/services/dialog.service.d.ts.map +1 -1
- package/lib/file-collector/models/file-type.d.ts +1 -1
- package/lib/file-collector/models/file-type.d.ts.map +1 -1
- package/lib/file-collector/services/file-type.service.d.ts.map +1 -1
- package/lib/forms/input/input.component.d.ts.map +1 -1
- package/lib/helpers/html-plaintext.helper.d.ts +1 -1
- package/lib/helpers/html-plaintext.helper.d.ts.map +1 -1
- package/lib/page/model/page-config.interface.d.ts +14 -1
- package/lib/page/model/page-config.interface.d.ts.map +1 -1
- package/lib/page/page.component.d.ts +5 -2
- package/lib/page/page.component.d.ts.map +1 -1
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts +17 -4
- package/lib/page/shared/directives/connect-form-state-to-page.directive.d.ts.map +1 -1
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts +2 -2
- package/lib/shell/header/service-navigation/shell-service-navigation.component.d.ts.map +1 -1
- package/lib/table/services/resolver.service.d.ts +2 -0
- package/lib/table/services/resolver.service.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/i18n/de.json +2 -0
- package/src/assets/i18n/en.json +11 -1
- package/src/assets/i18n/fr.json +2 -0
- package/src/assets/i18n/it.json +2 -0
- package/src/assets/styles/settings/_settings.grid.scss +4 -1
package/src/assets/i18n/de.json
CHANGED
|
@@ -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",
|
package/src/assets/i18n/en.json
CHANGED
|
@@ -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
|
}
|
package/src/assets/i18n/fr.json
CHANGED
|
@@ -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",
|
package/src/assets/i18n/it.json
CHANGED
|
@@ -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",
|