@alfresco/adf-core 8.4.0-18836740311 → 8.4.0-18842642897

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 (35) hide show
  1. package/bundles/assets/adf-core/i18n/ar.json +5 -0
  2. package/bundles/assets/adf-core/i18n/cs.json +5 -0
  3. package/bundles/assets/adf-core/i18n/da.json +5 -0
  4. package/bundles/assets/adf-core/i18n/de.json +5 -0
  5. package/bundles/assets/adf-core/i18n/en.json +18 -2
  6. package/bundles/assets/adf-core/i18n/es.json +5 -0
  7. package/bundles/assets/adf-core/i18n/fi.json +5 -0
  8. package/bundles/assets/adf-core/i18n/fr.json +5 -0
  9. package/bundles/assets/adf-core/i18n/it.json +5 -0
  10. package/bundles/assets/adf-core/i18n/ja.json +5 -0
  11. package/bundles/assets/adf-core/i18n/nb.json +5 -0
  12. package/bundles/assets/adf-core/i18n/nl.json +5 -0
  13. package/bundles/assets/adf-core/i18n/pl.json +5 -0
  14. package/bundles/assets/adf-core/i18n/pt-BR.json +5 -0
  15. package/bundles/assets/adf-core/i18n/pt.json +5 -0
  16. package/bundles/assets/adf-core/i18n/ru.json +5 -0
  17. package/bundles/assets/adf-core/i18n/sv.json +5 -0
  18. package/bundles/assets/adf-core/i18n/zh-CN.json +5 -0
  19. package/fesm2022/adf-core.mjs +418 -136
  20. package/fesm2022/adf-core.mjs.map +1 -1
  21. package/lib/core.module.d.ts +45 -44
  22. package/lib/form/components/form-renderer.component.d.ts +7 -5
  23. package/lib/form/components/form-renderer.component.scss +24 -0
  24. package/lib/form/components/widgets/core/container-row.model.d.ts +26 -0
  25. package/lib/form/components/widgets/core/form-field-types.d.ts +2 -0
  26. package/lib/form/components/widgets/core/form-field.model.d.ts +25 -2
  27. package/lib/form/components/widgets/index.d.ts +1 -0
  28. package/lib/form/components/widgets/repeat/repeat.widget.d.ts +10 -0
  29. package/lib/form/components/widgets/repeat/repeat.widget.scss +25 -0
  30. package/lib/login/components/login-dialog/login-dialog-component-data.interface.d.ts +22 -0
  31. package/lib/login/components/login-dialog/login-dialog.component.d.ts +16 -0
  32. package/lib/login/components/login-dialog/login-dialog.component.scss +4 -0
  33. package/lib/login/login.module.d.ts +5 -3
  34. package/lib/login/public-api.d.ts +2 -0
  35. package/package.json +3 -3
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "بحاجة لمساعدة؟",
287
287
  "REGISTER": "تسجيل"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "إلغاء",
291
+ "CHOOSE": "اختيار",
292
+ "LOGIN": "تسجيل دخول"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "Potřebujete pomoc?",
287
287
  "REGISTER": "Zaregistrovat"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "Zrušit",
291
+ "CHOOSE": "Vybrat",
292
+ "LOGIN": "Přihlásit se"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "Har du brug for hjælp?",
287
287
  "REGISTER": "Tilmeld"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "Annuller",
291
+ "CHOOSE": "Vælg",
292
+ "LOGIN": "Log ind"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -364,6 +364,11 @@
364
364
  "ACTION": {
365
365
  "HELP": "Brauchen Sie Hilfe?",
366
366
  "REGISTER": "Registrieren"
367
+ },
368
+ "DIALOG": {
369
+ "CANCEL": "Abbrechen",
370
+ "CHOOSE": "Auswählen",
371
+ "LOGIN": "Anmelden"
367
372
  }
368
373
  },
369
374
  "ADF-DATATABLE": {
@@ -69,10 +69,21 @@
69
69
  "NO_LONGER_THAN": "Enter no more than {{ maxLength }} characters"
70
70
  },
71
71
  "FILE_ALREADY_UPLOADED": "A file with the same name is already uploaded.",
72
- "ATTACH": "Attach"
72
+ "ATTACH": "Attach",
73
+ "REPEATABLE_SECTION": {
74
+ "ADD_ROW": "add",
75
+ "ROW_LIMIT_REACHED": "Rows limit ({{ limit }}) reached."
76
+ }
73
77
  },
74
78
  "FORM_RENDERER": {
75
- "NAMELESS_TASK": "Nameless task"
79
+ "NAMELESS_TASK": "Nameless task",
80
+ "ROW_LABEL": "Row {{ number }}",
81
+ "REMOVE_ROW_DIALOG": {
82
+ "TITLE": "Delete the row",
83
+ "MESSAGE": "Are you sure you want to delete this row?",
84
+ "YES_LABEL": "Delete row",
85
+ "NO_LABEL": "Cancel"
86
+ }
76
87
  },
77
88
  "FIELD_STYLE": {
78
89
  "FONT_SIZE": "Font size",
@@ -366,6 +377,11 @@
366
377
  "ACTION": {
367
378
  "HELP": "NEED HELP?",
368
379
  "REGISTER": "REGISTER"
380
+ },
381
+ "DIALOG": {
382
+ "CANCEL": "Cancel",
383
+ "CHOOSE": "Choose",
384
+ "LOGIN": "Sign in"
369
385
  }
370
386
  },
371
387
  "ADF-DATATABLE": {
@@ -364,6 +364,11 @@
364
364
  "ACTION": {
365
365
  "HELP": "¿Necesita ayuda?",
366
366
  "REGISTER": "Registrarse"
367
+ },
368
+ "DIALOG": {
369
+ "CANCEL": "Cancelar",
370
+ "CHOOSE": "Elegir",
371
+ "LOGIN": "Iniciar sesión"
367
372
  }
368
373
  },
369
374
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "Tarvitsetko apua?",
287
287
  "REGISTER": "Rekisteröidy"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "Peruuta",
291
+ "CHOOSE": "Valitse",
292
+ "LOGIN": "Kirjaudu sisään"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -364,6 +364,11 @@
364
364
  "ACTION": {
365
365
  "HELP": "Besoin d'aide ?",
366
366
  "REGISTER": "S'inscrire"
367
+ },
368
+ "DIALOG": {
369
+ "CANCEL": "Annuler",
370
+ "CHOOSE": "Choisir",
371
+ "LOGIN": "Connexion"
367
372
  }
368
373
  },
369
374
  "ADF-DATATABLE": {
@@ -364,6 +364,11 @@
364
364
  "ACTION": {
365
365
  "HELP": "Hai bisogno di aiuto?",
366
366
  "REGISTER": "Registrati"
367
+ },
368
+ "DIALOG": {
369
+ "CANCEL": "Annulla",
370
+ "CHOOSE": "Scegli",
371
+ "LOGIN": "Accedi"
367
372
  }
368
373
  },
369
374
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "ヘルプが必要ですか?",
287
287
  "REGISTER": "登録"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "キャンセル",
291
+ "CHOOSE": "選択",
292
+ "LOGIN": "サインイン"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "Trenger hjelp?",
287
287
  "REGISTER": "Registrer"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "Avbryt",
291
+ "CHOOSE": "Velg",
292
+ "LOGIN": "Logg på"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "Hulp nodig?",
287
287
  "REGISTER": "Registreren"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "Annuleren",
291
+ "CHOOSE": "Kiezen",
292
+ "LOGIN": "Aanmelden"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -364,6 +364,11 @@
364
364
  "ACTION": {
365
365
  "HELP": "Potrzebujesz pomocy?",
366
366
  "REGISTER": "Zarejestruj się"
367
+ },
368
+ "DIALOG": {
369
+ "CANCEL": "Anuluj",
370
+ "CHOOSE": "Wybierz",
371
+ "LOGIN": "Zaloguj się"
367
372
  }
368
373
  },
369
374
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "Precisa de ajuda?",
287
287
  "REGISTER": "Registrar"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "Cancelar",
291
+ "CHOOSE": "Escolher",
292
+ "LOGIN": "Entrar"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -364,6 +364,11 @@
364
364
  "ACTION": {
365
365
  "HELP": "PRECISA DE AJUDA?",
366
366
  "REGISTER": "REGISTAR"
367
+ },
368
+ "DIALOG": {
369
+ "CANCEL": "Cancelar",
370
+ "CHOOSE": "Escolher",
371
+ "LOGIN": "Iniciar sessão"
367
372
  }
368
373
  },
369
374
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "Справка?",
287
287
  "REGISTER": "Регистрация"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "Отмена",
291
+ "CHOOSE": "Выбрать",
292
+ "LOGIN": "Войти"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "Behöver du hjälp?",
287
287
  "REGISTER": "Registrera"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "Avbryt",
291
+ "CHOOSE": "Välj",
292
+ "LOGIN": "Logga in"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {
@@ -285,6 +285,11 @@
285
285
  "ACTION": {
286
286
  "HELP": "是否需要帮助?",
287
287
  "REGISTER": "注册"
288
+ },
289
+ "DIALOG": {
290
+ "CANCEL": "取消",
291
+ "CHOOSE": "选择",
292
+ "LOGIN": "登录"
288
293
  }
289
294
  },
290
295
  "ADF-DATATABLE": {