@alfresco/adf-core 8.1.0-16877609768 → 8.1.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/bundles/assets/adf-core/i18n/de.json +13 -1
- package/bundles/assets/adf-core/i18n/en.json +13 -1
- package/bundles/assets/adf-core/i18n/es.json +13 -1
- package/bundles/assets/adf-core/i18n/fr.json +13 -1
- package/bundles/assets/adf-core/i18n/it.json +13 -1
- package/bundles/assets/adf-core/i18n/pl.json +14 -2
- package/bundles/assets/adf-core/i18n/pt.json +13 -1
- package/feature-flags/lib/components/flags/flags.component.d.ts +2 -2
- package/fesm2022/adf-core.mjs +667 -1927
- package/fesm2022/adf-core.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-api.mjs +1 -1
- package/fesm2022/alfresco-adf-core-api.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-auth.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
- package/lib/app-config/public-api.d.ts +0 -2
- package/lib/auth/basic-auth/basic-alfresco-auth.service.d.ts +13 -0
- package/lib/auth/interfaces/authentication-service.interface.d.ts +9 -4
- package/lib/auth/oidc/auth.module.d.ts +10 -13
- package/lib/{mock/form/form-definition-visibility.mock.d.ts → auth/oidc/auth.routes.d.ts} +2 -2
- package/lib/auth/oidc/oidc-authentication.service.d.ts +15 -5
- package/lib/auth/oidc/public-api.d.ts +0 -1
- package/lib/auth/services/authentication.service.d.ts +12 -2
- package/lib/auth/services/base-authentication.service.d.ts +5 -1
- package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +4 -0
- package/lib/core.module.d.ts +11 -0
- package/lib/datatable/components/datatable/datatable.component.scss +2 -1
- package/lib/form/components/form-base.component.d.ts +19 -7
- package/lib/form/components/form-renderer.component.scss +27 -9
- package/lib/form/components/form-section/form-section.component.scss +23 -1
- package/lib/form/components/widgets/amount/amount.widget.scss +1 -10
- package/lib/form/components/widgets/core/form-outcome.model.d.ts +3 -3
- package/lib/form/components/widgets/core/form.model.d.ts +4 -4
- package/lib/form/components/widgets/date-time/date-time.widget.scss +1 -2
- package/lib/form/components/widgets/display-text/display-text.widget.scss +2 -0
- package/lib/form/components/widgets/text/text-mask.component.d.ts +1 -0
- package/lib/{mock/form/form.component.mock.d.ts → landing-page/index.d.ts} +1 -1
- package/lib/landing-page/provider.d.ts +24 -0
- package/lib/{mock/form/form-definition-readonly.mock.d.ts → landing-page/public-api.d.ts} +1 -1
- package/lib/mock/data-column.mock.d.ts +0 -2
- package/lib/mock/form/widget-visibility.service.mock.d.ts +0 -5
- package/lib/mock/public-api.d.ts +0 -4
- package/lib/{mock/form/form-definition.mock.d.ts → testing/app-config-testing.d.ts} +8 -3
- package/lib/testing/index.d.ts +1 -1
- package/lib/testing/noop-auth.module.d.ts +31 -4
- package/lib/testing/unit-testing-utils.d.ts +1 -10
- package/lib/translation/provide-i18n.d.ts +1 -1
- package/lib/viewer/components/img-viewer/img-viewer.component.d.ts +2 -2
- package/lib/viewer/components/viewer.component.d.ts +6 -3
- package/lib/viewer/components/viewer.component.scss +12 -0
- package/lib/viewer/services/rendering-queue.services.d.ts +2 -2
- package/package.json +3 -3
- package/public-api.d.ts +1 -0
- package/lib/app-config/app-config.module.d.ts +0 -8
- package/lib/app-config/debug-app-config.service.d.ts +0 -10
- package/lib/auth/oidc/auth-routing.module.d.ts +0 -6
- package/lib/testing/core.testing.module.d.ts +0 -11
|
@@ -292,7 +292,19 @@
|
|
|
292
292
|
},
|
|
293
293
|
"SEARCH": {
|
|
294
294
|
"TOGGLE_ASC_DESC_ORDER": "Umschalten zwischen auf- und absteigender Reihenfolge der Ergebnisse",
|
|
295
|
-
"SORT_BY": "Sortieren nach"
|
|
295
|
+
"SORT_BY": "Sortieren nach",
|
|
296
|
+
"BUTTON": {
|
|
297
|
+
"TOOLTIP": "Suchen",
|
|
298
|
+
"ARIA-LABEL": "Suchschaltfläche"
|
|
299
|
+
},
|
|
300
|
+
"INPUT": {
|
|
301
|
+
"ARIA-LABEL": "Sucheingabe"
|
|
302
|
+
},
|
|
303
|
+
"FILTER": {
|
|
304
|
+
"BUTTONS": {
|
|
305
|
+
"CLOSE": "Schließen"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
296
308
|
},
|
|
297
309
|
"FEATURE-FLAGS": {
|
|
298
310
|
"OVERRIDES": "Feature-Flags überschreibt",
|
|
@@ -292,7 +292,19 @@
|
|
|
292
292
|
},
|
|
293
293
|
"SEARCH": {
|
|
294
294
|
"TOGGLE_ASC_DESC_ORDER": "Toggle results between ascending and descending order",
|
|
295
|
-
"SORT_BY": "Sort by"
|
|
295
|
+
"SORT_BY": "Sort by",
|
|
296
|
+
"BUTTON": {
|
|
297
|
+
"TOOLTIP": "Search",
|
|
298
|
+
"ARIA-LABEL": "Search button"
|
|
299
|
+
},
|
|
300
|
+
"INPUT": {
|
|
301
|
+
"ARIA-LABEL": "Search input"
|
|
302
|
+
},
|
|
303
|
+
"FILTER": {
|
|
304
|
+
"BUTTONS": {
|
|
305
|
+
"CLOSE": "Close"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
296
308
|
},
|
|
297
309
|
"FEATURE-FLAGS": {
|
|
298
310
|
"OVERRIDES": "Feature flag overrides",
|
|
@@ -292,7 +292,19 @@
|
|
|
292
292
|
},
|
|
293
293
|
"SEARCH": {
|
|
294
294
|
"TOGGLE_ASC_DESC_ORDER": "Cambiar entre orden ascendente y descendente de resultados",
|
|
295
|
-
"SORT_BY": "Clasificar por"
|
|
295
|
+
"SORT_BY": "Clasificar por",
|
|
296
|
+
"BUTTON": {
|
|
297
|
+
"TOOLTIP": "Buscar",
|
|
298
|
+
"ARIA-LABEL": "Botón de búsqueda"
|
|
299
|
+
},
|
|
300
|
+
"INPUT": {
|
|
301
|
+
"ARIA-LABEL": "Entrada de búsqueda"
|
|
302
|
+
},
|
|
303
|
+
"FILTER": {
|
|
304
|
+
"BUTTONS": {
|
|
305
|
+
"CLOSE": "Cerrar"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
296
308
|
},
|
|
297
309
|
"FEATURE-FLAGS": {
|
|
298
310
|
"OVERRIDES": "Anulación de indicador de características",
|
|
@@ -292,7 +292,19 @@
|
|
|
292
292
|
},
|
|
293
293
|
"SEARCH": {
|
|
294
294
|
"TOGGLE_ASC_DESC_ORDER": "Afficher les résultats dans l'ordre croissant ou décroissant",
|
|
295
|
-
"SORT_BY": "Trier par"
|
|
295
|
+
"SORT_BY": "Trier par",
|
|
296
|
+
"BUTTON": {
|
|
297
|
+
"TOOLTIP": "Rechercher",
|
|
298
|
+
"ARIA-LABEL": "Bouton Rechercher"
|
|
299
|
+
},
|
|
300
|
+
"INPUT": {
|
|
301
|
+
"ARIA-LABEL": "Rechercher"
|
|
302
|
+
},
|
|
303
|
+
"FILTER": {
|
|
304
|
+
"BUTTONS": {
|
|
305
|
+
"CLOSE": "Fermer"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
296
308
|
},
|
|
297
309
|
"FEATURE-FLAGS": {
|
|
298
310
|
"OVERRIDES": "Remplacements d’indicateur de fonctionnalité",
|
|
@@ -292,7 +292,19 @@
|
|
|
292
292
|
},
|
|
293
293
|
"SEARCH": {
|
|
294
294
|
"TOGGLE_ASC_DESC_ORDER": "Ordina i risultati in modo crescente o decrescente",
|
|
295
|
-
"SORT_BY": "Ordina per"
|
|
295
|
+
"SORT_BY": "Ordina per",
|
|
296
|
+
"BUTTON": {
|
|
297
|
+
"TOOLTIP": "Cerca",
|
|
298
|
+
"ARIA-LABEL": "Pulsante di ricerca"
|
|
299
|
+
},
|
|
300
|
+
"INPUT": {
|
|
301
|
+
"ARIA-LABEL": "Stringa di ricerca"
|
|
302
|
+
},
|
|
303
|
+
"FILTER": {
|
|
304
|
+
"BUTTONS": {
|
|
305
|
+
"CLOSE": "Chiudi"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
296
308
|
},
|
|
297
309
|
"FEATURE-FLAGS": {
|
|
298
310
|
"OVERRIDES": "Ridefinizioni flag funzione",
|
|
@@ -292,7 +292,19 @@
|
|
|
292
292
|
},
|
|
293
293
|
"SEARCH": {
|
|
294
294
|
"TOGGLE_ASC_DESC_ORDER": "Przełącz kolejność sortowania wyników między rosnącą a malejącą",
|
|
295
|
-
"SORT_BY": "Sortuj wg"
|
|
295
|
+
"SORT_BY": "Sortuj wg",
|
|
296
|
+
"BUTTON": {
|
|
297
|
+
"TOOLTIP": "Szukaj",
|
|
298
|
+
"ARIA-LABEL": "Przycisk wyszukiwania"
|
|
299
|
+
},
|
|
300
|
+
"INPUT": {
|
|
301
|
+
"ARIA-LABEL": "Wprowadzanie szukanego terminu"
|
|
302
|
+
},
|
|
303
|
+
"FILTER": {
|
|
304
|
+
"BUTTONS": {
|
|
305
|
+
"CLOSE": "Zamknij"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
296
308
|
},
|
|
297
309
|
"FEATURE-FLAGS": {
|
|
298
310
|
"OVERRIDES": "Zastąpienie flagi funkcji",
|
|
@@ -453,7 +465,7 @@
|
|
|
453
465
|
"RESET": "Resetuj",
|
|
454
466
|
"THUMBNAILS": "Miniatura dokumentu",
|
|
455
467
|
"THUMBNAILS_PANLEL_CLOSE": "Zamknij panel miniatur",
|
|
456
|
-
"LOADING": "
|
|
468
|
+
"LOADING": "Wczytywanie dokumentu"
|
|
457
469
|
},
|
|
458
470
|
"PAGE_LABEL": {
|
|
459
471
|
"SHOWING": "Wyświetlanie",
|
|
@@ -292,7 +292,19 @@
|
|
|
292
292
|
},
|
|
293
293
|
"SEARCH": {
|
|
294
294
|
"TOGGLE_ASC_DESC_ORDER": "Alternar resultados entre ordem crescente e decrescente",
|
|
295
|
-
"SORT_BY": "Ordenar por:"
|
|
295
|
+
"SORT_BY": "Ordenar por:",
|
|
296
|
+
"BUTTON": {
|
|
297
|
+
"TOOLTIP": "Pesquisar",
|
|
298
|
+
"ARIA-LABEL": "Botão Pesquisar"
|
|
299
|
+
},
|
|
300
|
+
"INPUT": {
|
|
301
|
+
"ARIA-LABEL": "Entrada de pesquisa"
|
|
302
|
+
},
|
|
303
|
+
"FILTER": {
|
|
304
|
+
"BUTTONS": {
|
|
305
|
+
"CLOSE": "Fechar"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
296
308
|
},
|
|
297
309
|
"FEATURE-FLAGS": {
|
|
298
310
|
"OVERRIDES": "Substituições do sinalizador de caraterística",
|
|
@@ -18,8 +18,8 @@ export declare class FlagsComponent {
|
|
|
18
18
|
constructor(featuresService: IDebugFeaturesService & IFeaturesService<WritableFlagChangeset>, writableFeaturesService: IWritableFeaturesService);
|
|
19
19
|
protected onChange(flag: string, value: boolean): void;
|
|
20
20
|
protected onEnable(value: boolean): void;
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
onInputChange(text: string): void;
|
|
22
|
+
onClearInput(): void;
|
|
23
23
|
protected onAdd(event: KeyboardEvent): void;
|
|
24
24
|
protected onAddButtonClick(): void;
|
|
25
25
|
protected onDelete(flag: string): void;
|