@alfresco/adf-core 8.4.0-19169849504 → 8.4.0-19232586891
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 +18 -4
- package/bundles/assets/adf-core/i18n/es.json +18 -4
- package/bundles/assets/adf-core/i18n/fr.json +18 -4
- package/bundles/assets/adf-core/i18n/it.json +18 -4
- package/bundles/assets/adf-core/i18n/pl.json +18 -4
- package/bundles/assets/adf-core/i18n/pt.json +18 -4
- package/fesm2022/adf-core.mjs +2 -2
- package/fesm2022/adf-core.mjs.map +1 -1
- package/lib/info-drawer/info-drawer.component.scss +6 -0
- package/package.json +3 -3
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Schließen",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "Sie haben momentan keine Benachrichtigungen.",
|
|
27
|
+
"UNREAD_MESSAGES": "Sie haben ungelesene Benachrichtigungen.",
|
|
27
28
|
"TITLE": "Benachrichtigungen",
|
|
28
29
|
"MARK_AS_READ": "Alles als gelesen markieren",
|
|
29
30
|
"SYSTEM": "System",
|
|
@@ -68,10 +69,21 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Geben Sie höchstens {{ maxLength }} Zeichen ein"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Eine Datei mit diesem Namen wurde bereits hochgeladen.",
|
|
71
|
-
"ATTACH": "Anhängen"
|
|
72
|
+
"ATTACH": "Anhängen",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "hinzufügen",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Zeilenlimit erreicht ({{ limit }})."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Namenlose Aufgabe"
|
|
79
|
+
"NAMELESS_TASK": "Namenlose Aufgabe",
|
|
80
|
+
"ROW_LABEL": "Seite {{ number }}",
|
|
81
|
+
"REMOVE_ROW_DIALOG": {
|
|
82
|
+
"TITLE": "Zeile löschen",
|
|
83
|
+
"MESSAGE": "Sind Sie sicher, dass Sie diese Zeile löschen möchten?",
|
|
84
|
+
"YES_LABEL": "Zeile löschen",
|
|
85
|
+
"NO_LABEL": "Abbrechen"
|
|
86
|
+
}
|
|
75
87
|
},
|
|
76
88
|
"FIELD_STYLE": {
|
|
77
89
|
"FONT_SIZE": "Schriftgröße",
|
|
@@ -287,7 +299,8 @@
|
|
|
287
299
|
"EDIT": "Schaltfläche 'Bearbeiten'",
|
|
288
300
|
"DATEPICKER": "Mit den Pfeiltasten können Sie zwischen den Daten wechseln. Mit den Aufwärts- und Abwärtspfeilen gelangen Sie zum selben Tag der vorherigen bzw. nächsten Woche, mit den Links- und Rechtspfeilen gelangen Sie zum vorherigen bzw. zum nächsten Tag. Drücken Sie die Eingabetaste, um ein Datum auszuwählen.",
|
|
289
301
|
"COPY_TO_CLIPBOARD_MESSAGE": "Wert in Zwischenablage kopiert",
|
|
290
|
-
"EDIT_ASPECTS": "Aspekt bearbeiten"
|
|
302
|
+
"EDIT_ASPECTS": "Aspekt bearbeiten",
|
|
303
|
+
"SECTION": "{{ sectionName }} Bereich"
|
|
291
304
|
}
|
|
292
305
|
},
|
|
293
306
|
"SEARCH": {
|
|
@@ -413,7 +426,8 @@
|
|
|
413
426
|
"COLUMNS_SELECTOR": {
|
|
414
427
|
"COLUMNS": "Spalten",
|
|
415
428
|
"SEARCH": "Suchen",
|
|
416
|
-
"APPLY": "Anwenden"
|
|
429
|
+
"APPLY": "Anwenden",
|
|
430
|
+
"COLUMNS_VISIBILITY": "Spalten zum Anzeigen auswählen"
|
|
417
431
|
}
|
|
418
432
|
},
|
|
419
433
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Cerrar",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "No tiene notificaciones en este momento.",
|
|
27
|
+
"UNREAD_MESSAGES": "Tienes notificaciones sin leer.",
|
|
27
28
|
"TITLE": "Notificaciones",
|
|
28
29
|
"MARK_AS_READ": "Marcar todo como leído",
|
|
29
30
|
"SYSTEM": "Sistema",
|
|
@@ -68,10 +69,21 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "No introducir más de {{ maxLength }} caracteres"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Ya se ha cargado un fichero con el mismo nombre.",
|
|
71
|
-
"ATTACH": "Adjuntar"
|
|
72
|
+
"ATTACH": "Adjuntar",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "añadir",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Límite de filas ({{ limit }}) alcanzado."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Tarea sin nombre"
|
|
79
|
+
"NAMELESS_TASK": "Tarea sin nombre",
|
|
80
|
+
"ROW_LABEL": "Fila {{ number }}",
|
|
81
|
+
"REMOVE_ROW_DIALOG": {
|
|
82
|
+
"TITLE": "Eliminar la fila",
|
|
83
|
+
"MESSAGE": "¿Está seguro de que desea eliminar esta fila?",
|
|
84
|
+
"YES_LABEL": "Eliminar fila",
|
|
85
|
+
"NO_LABEL": "Cancelar"
|
|
86
|
+
}
|
|
75
87
|
},
|
|
76
88
|
"FIELD_STYLE": {
|
|
77
89
|
"FONT_SIZE": "Tamaño de fuente",
|
|
@@ -287,7 +299,8 @@
|
|
|
287
299
|
"EDIT": "Botón Editar",
|
|
288
300
|
"DATEPICKER": "Utilice las teclas de dirección para cambiar de fecha. Las teclas de arriba y abajo pasan al mismo día de la semana siguiente o anterior; y las de izquierda y derecha pasan al día siguiente o anterior. Pulse la tecla de entrada para seleccionar una fecha.",
|
|
289
301
|
"COPY_TO_CLIPBOARD_MESSAGE": "Valor copiado al portapapeles",
|
|
290
|
-
"EDIT_ASPECTS": "Editar aspecto"
|
|
302
|
+
"EDIT_ASPECTS": "Editar aspecto",
|
|
303
|
+
"SECTION": "Sección {{ sectionName }}"
|
|
291
304
|
}
|
|
292
305
|
},
|
|
293
306
|
"SEARCH": {
|
|
@@ -413,7 +426,8 @@
|
|
|
413
426
|
"COLUMNS_SELECTOR": {
|
|
414
427
|
"COLUMNS": "Columnas",
|
|
415
428
|
"SEARCH": "Buscar",
|
|
416
|
-
"APPLY": "Aplicar"
|
|
429
|
+
"APPLY": "Aplicar",
|
|
430
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
417
431
|
}
|
|
418
432
|
},
|
|
419
433
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Fermer",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "Aucune notification n'est disponible pour l'instant.",
|
|
27
|
+
"UNREAD_MESSAGES": "Vous avez des notifications non lues.",
|
|
27
28
|
"TITLE": "Notifications",
|
|
28
29
|
"MARK_AS_READ": "Marquer tout comme lu",
|
|
29
30
|
"SYSTEM": "Système",
|
|
@@ -68,10 +69,21 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Saisir {{ maxLength }} caractères maximum"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Un fichier du même nom a déjà été importé.",
|
|
71
|
-
"ATTACH": "Joindre"
|
|
72
|
+
"ATTACH": "Joindre",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "ajouter",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Limite des lignes ({{ limit }}) atteinte."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Tâche sans nom"
|
|
79
|
+
"NAMELESS_TASK": "Tâche sans nom",
|
|
80
|
+
"ROW_LABEL": "Ligne {{ number }}",
|
|
81
|
+
"REMOVE_ROW_DIALOG": {
|
|
82
|
+
"TITLE": "Supprimer la ligne",
|
|
83
|
+
"MESSAGE": "Voulez-vous vraiment supprimer cette ligne ?",
|
|
84
|
+
"YES_LABEL": "Supprimer la ligne",
|
|
85
|
+
"NO_LABEL": "Annuler"
|
|
86
|
+
}
|
|
75
87
|
},
|
|
76
88
|
"FIELD_STYLE": {
|
|
77
89
|
"FONT_SIZE": "Taille de la police",
|
|
@@ -287,7 +299,8 @@
|
|
|
287
299
|
"EDIT": "Bouton Modifier",
|
|
288
300
|
"DATEPICKER": "Utilisez les touches de direction pour naviguer entre les dates : haut et bas pour passer à la semaine suivante ou précédente en conservant le même jour ; gauche et droite pour passer au jour suivant ou précédent. Appuyez sur Entrée (Saut de ligne) pour sélectionner une date.",
|
|
289
301
|
"COPY_TO_CLIPBOARD_MESSAGE": "Valeur copiée dans le Presse-papiers",
|
|
290
|
-
"EDIT_ASPECTS": "Modifier aspect"
|
|
302
|
+
"EDIT_ASPECTS": "Modifier aspect",
|
|
303
|
+
"SECTION": "Section {{ sectionName }}"
|
|
291
304
|
}
|
|
292
305
|
},
|
|
293
306
|
"SEARCH": {
|
|
@@ -413,7 +426,8 @@
|
|
|
413
426
|
"COLUMNS_SELECTOR": {
|
|
414
427
|
"COLUMNS": "Colonnes",
|
|
415
428
|
"SEARCH": "Rechercher",
|
|
416
|
-
"APPLY": "Appliquer"
|
|
429
|
+
"APPLY": "Appliquer",
|
|
430
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
417
431
|
}
|
|
418
432
|
},
|
|
419
433
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Chiudi",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "Non sono presenti notifiche in questo momento.",
|
|
27
|
+
"UNREAD_MESSAGES": "Hai delle notifiche non lette.",
|
|
27
28
|
"TITLE": "Notifiche",
|
|
28
29
|
"MARK_AS_READ": "Seleziona tutti come già letti",
|
|
29
30
|
"SYSTEM": "Sistema",
|
|
@@ -68,10 +69,21 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Immettere non più di {{ maxLength }} caratteri"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "È già stato caricato un file con lo stesso nome.",
|
|
71
|
-
"ATTACH": "Allega"
|
|
72
|
+
"ATTACH": "Allega",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "aggiungi",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Righe limite ({{ limit }}) raggiunto."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Compito senza nome"
|
|
79
|
+
"NAMELESS_TASK": "Compito senza nome",
|
|
80
|
+
"ROW_LABEL": "Riga {{ number }}",
|
|
81
|
+
"REMOVE_ROW_DIALOG": {
|
|
82
|
+
"TITLE": "Elimina la riga",
|
|
83
|
+
"MESSAGE": "Sei sicuro di voler eliminare questa riga?",
|
|
84
|
+
"YES_LABEL": "Elimina riga",
|
|
85
|
+
"NO_LABEL": "Annulla"
|
|
86
|
+
}
|
|
75
87
|
},
|
|
76
88
|
"FIELD_STYLE": {
|
|
77
89
|
"FONT_SIZE": "Dimensioni carattere",
|
|
@@ -287,7 +299,8 @@
|
|
|
287
299
|
"EDIT": "Pulsante Modifica",
|
|
288
300
|
"DATEPICKER": "Usare i tasti freccia per spostarsi fra le date. I tasti Su e Giù passano alla settimana successiva o precedente, ma nello stesso giorno. I tasti Sinistra e Destra passano al giorno successivo o precedente. Premere Invio per selezionare una data.",
|
|
289
301
|
"COPY_TO_CLIPBOARD_MESSAGE": "Valore copiato negli appunti",
|
|
290
|
-
"EDIT_ASPECTS": "Modifica aspetto"
|
|
302
|
+
"EDIT_ASPECTS": "Modifica aspetto",
|
|
303
|
+
"SECTION": "Sezione {{ sectionName }}"
|
|
291
304
|
}
|
|
292
305
|
},
|
|
293
306
|
"SEARCH": {
|
|
@@ -413,7 +426,8 @@
|
|
|
413
426
|
"COLUMNS_SELECTOR": {
|
|
414
427
|
"COLUMNS": "Colonne",
|
|
415
428
|
"SEARCH": "Cerca",
|
|
416
|
-
"APPLY": "Applica"
|
|
429
|
+
"APPLY": "Applica",
|
|
430
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
417
431
|
}
|
|
418
432
|
},
|
|
419
433
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "Zamknij",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "Aktualnie brak powiadomień.",
|
|
27
|
+
"UNREAD_MESSAGES": "Masz nieprzeczytane powiadomienia.",
|
|
27
28
|
"TITLE": "Powiadomienia",
|
|
28
29
|
"MARK_AS_READ": "Oznacz wszystkie jako przeczytane",
|
|
29
30
|
"SYSTEM": "System",
|
|
@@ -68,10 +69,21 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Możesz wprowadzić maksymalnie następującą liczbę znaków: {{ maxLength }}."
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Plik o tej samej nazwie został już przesłany.",
|
|
71
|
-
"ATTACH": "Załącz"
|
|
72
|
+
"ATTACH": "Załącz",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "dodaj",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Osiągnięto limit wierszy ({{ limit }})."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Zadanie bez nazwy"
|
|
79
|
+
"NAMELESS_TASK": "Zadanie bez nazwy",
|
|
80
|
+
"ROW_LABEL": "Wiersz {{ number }}",
|
|
81
|
+
"REMOVE_ROW_DIALOG": {
|
|
82
|
+
"TITLE": "Usuń wiersz",
|
|
83
|
+
"MESSAGE": "Czy na pewno chcesz usunąć ten wiersz?",
|
|
84
|
+
"YES_LABEL": "Usuń wiersz",
|
|
85
|
+
"NO_LABEL": "Anuluj"
|
|
86
|
+
}
|
|
75
87
|
},
|
|
76
88
|
"FIELD_STYLE": {
|
|
77
89
|
"FONT_SIZE": "Rozmiar czcionki",
|
|
@@ -287,7 +299,8 @@
|
|
|
287
299
|
"EDIT": "Przycisk Edytuj",
|
|
288
300
|
"DATEPICKER": "Użyj klawiszy strzałek, aby przełączać między datami. Strzałki w górę i w dół przełączają na ten sam dzień w następnym lub poprzednim tygodniu. Natomiast strzałki w lewo i w prawo przełączają na następny lub poprzedni dzień. Naciśnij Enter lub Return, aby wybrać datę.",
|
|
289
301
|
"COPY_TO_CLIPBOARD_MESSAGE": "Wartość skopiowano do schowka",
|
|
290
|
-
"EDIT_ASPECTS": "Edycja aspektu"
|
|
302
|
+
"EDIT_ASPECTS": "Edycja aspektu",
|
|
303
|
+
"SECTION": "Sekcja {{ sectionName }}"
|
|
291
304
|
}
|
|
292
305
|
},
|
|
293
306
|
"SEARCH": {
|
|
@@ -413,7 +426,8 @@
|
|
|
413
426
|
"COLUMNS_SELECTOR": {
|
|
414
427
|
"COLUMNS": "Kolumny",
|
|
415
428
|
"SEARCH": "Szukaj",
|
|
416
|
-
"APPLY": "Zastosuj"
|
|
429
|
+
"APPLY": "Zastosuj",
|
|
430
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
417
431
|
}
|
|
418
432
|
},
|
|
419
433
|
"USER_PROFILE": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"CLOSE": "FECHAR",
|
|
25
25
|
"NOTIFICATIONS": {
|
|
26
26
|
"NO_MESSAGE": "De momento, não tem notificações.",
|
|
27
|
+
"UNREAD_MESSAGES": "Você tem notificações não lidas.",
|
|
27
28
|
"TITLE": "Notificações",
|
|
28
29
|
"MARK_AS_READ": "Marcar todas como lidas",
|
|
29
30
|
"SYSTEM": "Sistema",
|
|
@@ -68,10 +69,21 @@
|
|
|
68
69
|
"NO_LONGER_THAN": "Não introduzir mais de {{ maxLength }} caracteres"
|
|
69
70
|
},
|
|
70
71
|
"FILE_ALREADY_UPLOADED": "Já foi carregado um ficheiro com o mesmo nome.",
|
|
71
|
-
"ATTACH": "Anexar"
|
|
72
|
+
"ATTACH": "Anexar",
|
|
73
|
+
"REPEATABLE_SECTION": {
|
|
74
|
+
"ADD_ROW": "adicionar",
|
|
75
|
+
"ROW_LIMIT_REACHED": "Limite de linhas ({{ limit }}) atingido."
|
|
76
|
+
}
|
|
72
77
|
},
|
|
73
78
|
"FORM_RENDERER": {
|
|
74
|
-
"NAMELESS_TASK": "Tarefa sem nome"
|
|
79
|
+
"NAMELESS_TASK": "Tarefa sem nome",
|
|
80
|
+
"ROW_LABEL": "Linha {{ number }}",
|
|
81
|
+
"REMOVE_ROW_DIALOG": {
|
|
82
|
+
"TITLE": "Excluir linha",
|
|
83
|
+
"MESSAGE": "Tem certeza que deseja excluir esta linha?",
|
|
84
|
+
"YES_LABEL": "Excluir linha",
|
|
85
|
+
"NO_LABEL": "Cancelar"
|
|
86
|
+
}
|
|
75
87
|
},
|
|
76
88
|
"FIELD_STYLE": {
|
|
77
89
|
"FONT_SIZE": "Tamanho do tipo de letra",
|
|
@@ -287,7 +299,8 @@
|
|
|
287
299
|
"EDIT": "Botão Editar",
|
|
288
300
|
"DATEPICKER": "Utilize as teclas de setas para navegar entre datas. Para cima e para baixo passam para a semana seguinte ou anterior, mas no mesmo dia. A esquerda e a direita deslocam-se para o dia seguinte ou anterior.",
|
|
289
301
|
"COPY_TO_CLIPBOARD_MESSAGE": "Valor copiado para a área de transferência",
|
|
290
|
-
"EDIT_ASPECTS": "Editar aspeto"
|
|
302
|
+
"EDIT_ASPECTS": "Editar aspeto",
|
|
303
|
+
"SECTION": "Seção {{ sectionName }}"
|
|
291
304
|
}
|
|
292
305
|
},
|
|
293
306
|
"SEARCH": {
|
|
@@ -413,7 +426,8 @@
|
|
|
413
426
|
"COLUMNS_SELECTOR": {
|
|
414
427
|
"COLUMNS": "Colunas",
|
|
415
428
|
"SEARCH": "Pesquisar",
|
|
416
|
-
"APPLY": "Aplicar"
|
|
429
|
+
"APPLY": "Aplicar",
|
|
430
|
+
"COLUMNS_VISIBILITY": "Select columns to display"
|
|
417
431
|
}
|
|
418
432
|
},
|
|
419
433
|
"USER_PROFILE": {
|
package/fesm2022/adf-core.mjs
CHANGED
|
@@ -12014,7 +12014,7 @@ class InfoDrawerComponent {
|
|
|
12014
12014
|
this.currentTab.emit(event.index);
|
|
12015
12015
|
}
|
|
12016
12016
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: InfoDrawerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12017
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.6", type: InfoDrawerComponent, isStandalone: true, selector: "adf-info-drawer", inputs: { title: "title", icon: "icon", selectedIndex: "selectedIndex", showHeader: "showHeader" }, outputs: { currentTab: "currentTab" }, host: { listeners: { "keydown": "onKeyDown($event)", "keyup": "onKeyUp($event)" }, classAttribute: "adf-info-drawer" }, queries: [{ propertyName: "contentBlocks", predicate: InfoDrawerTabComponent }], ngImport: i0, template: "<adf-info-drawer-layout [showHeader]=\"showHeader\">\n <img *ngIf=\"icon\" class=\"adf-info-drawer-icon\" alt=\"{{ 'INFO_DRAWER.ICON' | translate }}\" src=\"{{ icon }}\" info-drawer-node-icon>\n <div *ngIf=\"title\" role=\"heading\" aria-level=\"1\" title=\"{{ title | translate }}\" info-drawer-title>{{ title | translate }}</div>\n\n <ng-content *ngIf=\"!title\" info-drawer-title select=\"[info-drawer-title]\" />\n <ng-content info-drawer-buttons select=\"[info-drawer-buttons]\" />\n <ng-container info-drawer-content *ngIf=\"showTabLayout(); then tabLayout else singleLayout\" />\n\n <ng-template #tabLayout>\n <mat-tab-group [(selectedIndex)]=\"selectedIndex\" class=\"adf-info-drawer-tabs\" (selectedTabChange)=\"onTabChange($event)\" [animationDuration]=\"0\">\n <mat-tab *ngFor=\"let contentBlock of contentBlocks\"\n #tab\n [labelClass]=\"[\n 'adf-info-drawer-tab',\n tab.isActive ? 'adf-info-drawer-tab--active' : '',\n ]\"\n [label]=\"contentBlock.label | translate\"\n class=\"adf-info-drawer-tab\">\n\n <ng-template mat-tab-label>\n <mat-icon *ngIf=\"contentBlock.icon\">{{ contentBlock.icon }}</mat-icon>\n <span *ngIf=\"contentBlock.label\">{{ contentBlock.label | translate }}</span>\n </ng-template>\n\n <ng-container *ngTemplateOutlet=\"contentBlock.content\" />\n </mat-tab>\n </mat-tab-group>\n </ng-template>\n\n <ng-template #singleLayout>\n <ng-content select=\"[info-drawer-content]\" />\n </ng-template>\n</adf-info-drawer-layout>\n", styles: [".adf-info-drawer .adf-metadata-properties-panel{display:block;margin:0}.adf-info-drawer .mdc-tab__text-label{min-width:0}.adf-info-drawer .adf-info-drawer-layout .adf-info-drawer-icon{display:inline-block;vertical-align:middle;margin-right:10px}.adf-info-drawer .adf-info-drawer-layout-content{padding:0}.adf-info-drawer .adf-info-drawer-layout-content>:not(.adf-info-drawer-tabs){padding:10px}.adf-info-drawer .adf-info-drawer-layout-content>:not(.adf-info-drawer-tabs)>*{margin-bottom:20px;display:block}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content>*{margin-bottom:20px;display:block}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content>*:last-child{margin-bottom:0}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mdc-tab__text-label{flex-grow:1}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mdc-tab__text-label .mat-icon+span{padding-left:5px}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-tab-body{overflow-y:hidden}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content{overflow:auto}.adf-info-drawer-tabs .mat-mdc-tab-label-container{border-bottom:1px solid rgba(0,0,0,.12)}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab{color:var(--theme-accent-color);background-color:var(--adf-theme-background-card-color);border-bottom:unset;opacity:1}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab.mat-mdc-tab{flex-grow:1}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:has(span){height:32px}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--active{color:var(--theme-primary-color);background-color:var(--adf-theme-background-card-color);border-bottom:1px solid unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--active:focus{color:var(--adf-theme-foreground-text-color);border-bottom:unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:hover:not([class*=--disabled],[class*=--active]){color:var(--theme-accent-color);background-color:var(--adf-theme-background-card-color);border-bottom:unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--disabled{color:var(--adf-info-drawer-tab-disabled-color);background-color:var(--adf-info-drawer-tab-disabled-background);border-bottom:var(--adf-info-drawer-tab-disabled-bottom-line)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: InfoDrawerLayoutComponent, selector: "adf-info-drawer-layout", inputs: ["showHeader"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatTabsModule }, { kind: "directive", type: i2$7.MatTabLabel, selector: "[mat-tab-label], [matTabLabel]" }, { kind: "component", type: i2$7.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass", "id"], exportAs: ["matTab"] }, { kind: "component", type: i2$7.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-tabs", "mat-align-tabs", "dynamicHeight", "selectedIndex", "headerPosition", "animationDuration", "contentTabIndex", "disablePagination", "disableRipple", "preserveContent", "backgroundColor", "aria-label", "aria-labelledby"], outputs: ["selectedIndexChange", "focusChange", "animationDone", "selectedTabChange"], exportAs: ["matTabGroup"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i1$3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: InfoDrawerTitleDirective, selector: "[adf-info-drawer-title], [info-drawer-title]" }, { kind: "directive", type: InfoDrawerContentDirective, selector: "[adf-info-drawer-content], [info-drawer-content]" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
12017
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.6", type: InfoDrawerComponent, isStandalone: true, selector: "adf-info-drawer", inputs: { title: "title", icon: "icon", selectedIndex: "selectedIndex", showHeader: "showHeader" }, outputs: { currentTab: "currentTab" }, host: { listeners: { "keydown": "onKeyDown($event)", "keyup": "onKeyUp($event)" }, classAttribute: "adf-info-drawer" }, queries: [{ propertyName: "contentBlocks", predicate: InfoDrawerTabComponent }], ngImport: i0, template: "<adf-info-drawer-layout [showHeader]=\"showHeader\">\n <img *ngIf=\"icon\" class=\"adf-info-drawer-icon\" alt=\"{{ 'INFO_DRAWER.ICON' | translate }}\" src=\"{{ icon }}\" info-drawer-node-icon>\n <div *ngIf=\"title\" role=\"heading\" aria-level=\"1\" title=\"{{ title | translate }}\" info-drawer-title>{{ title | translate }}</div>\n\n <ng-content *ngIf=\"!title\" info-drawer-title select=\"[info-drawer-title]\" />\n <ng-content info-drawer-buttons select=\"[info-drawer-buttons]\" />\n <ng-container info-drawer-content *ngIf=\"showTabLayout(); then tabLayout else singleLayout\" />\n\n <ng-template #tabLayout>\n <mat-tab-group [(selectedIndex)]=\"selectedIndex\" class=\"adf-info-drawer-tabs\" (selectedTabChange)=\"onTabChange($event)\" [animationDuration]=\"0\">\n <mat-tab *ngFor=\"let contentBlock of contentBlocks\"\n #tab\n [labelClass]=\"[\n 'adf-info-drawer-tab',\n tab.isActive ? 'adf-info-drawer-tab--active' : '',\n ]\"\n [label]=\"contentBlock.label | translate\"\n class=\"adf-info-drawer-tab\">\n\n <ng-template mat-tab-label>\n <mat-icon *ngIf=\"contentBlock.icon\">{{ contentBlock.icon }}</mat-icon>\n <span *ngIf=\"contentBlock.label\">{{ contentBlock.label | translate }}</span>\n </ng-template>\n\n <ng-container *ngTemplateOutlet=\"contentBlock.content\" />\n </mat-tab>\n </mat-tab-group>\n </ng-template>\n\n <ng-template #singleLayout>\n <ng-content select=\"[info-drawer-content]\" />\n </ng-template>\n</adf-info-drawer-layout>\n", styles: [".adf-info-drawer .adf-metadata-properties-panel{display:block;margin:0}.adf-info-drawer .mdc-tab__text-label{min-width:0}.adf-info-drawer .adf-info-drawer-layout .adf-info-drawer-icon{display:inline-block;vertical-align:middle;margin-right:10px}.adf-info-drawer .adf-info-drawer-layout-content{padding:0}.adf-info-drawer .adf-info-drawer-layout-content>:not(.adf-info-drawer-tabs){padding:10px}.adf-info-drawer .adf-info-drawer-layout-content>:not(.adf-info-drawer-tabs)>*{margin-bottom:20px;display:block}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content>*{margin-bottom:20px;display:block}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content>*:last-child{margin-bottom:0}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mdc-tab__text-label{flex-grow:1}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mdc-tab__text-label .mat-icon+span{padding-left:5px}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-tab-body{overflow-y:hidden}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content{overflow:auto}.adf-info-drawer-tabs .mat-mdc-tab-label-container{border-bottom:1px solid rgba(0,0,0,.12)}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab{color:var(--theme-accent-color);background-color:var(--adf-theme-background-card-color);border-bottom:unset;opacity:1}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab.mat-mdc-tab{flex-grow:1}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:has(span){height:32px}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:focus-visible{outline:2px solid var(--theme-blue-button-color);border-radius:4px;outline-offset:-2px}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--active{color:var(--theme-primary-color);background-color:var(--adf-theme-background-card-color);border-bottom:1px solid unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--active:focus{color:var(--adf-theme-foreground-text-color);border-bottom:unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:hover:not([class*=--disabled],[class*=--active]){color:var(--theme-accent-color);background-color:var(--adf-theme-background-card-color);border-bottom:unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--disabled{color:var(--adf-info-drawer-tab-disabled-color);background-color:var(--adf-info-drawer-tab-disabled-background);border-bottom:var(--adf-info-drawer-tab-disabled-bottom-line)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: InfoDrawerLayoutComponent, selector: "adf-info-drawer-layout", inputs: ["showHeader"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatTabsModule }, { kind: "directive", type: i2$7.MatTabLabel, selector: "[mat-tab-label], [matTabLabel]" }, { kind: "component", type: i2$7.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass", "id"], exportAs: ["matTab"] }, { kind: "component", type: i2$7.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-tabs", "mat-align-tabs", "dynamicHeight", "selectedIndex", "headerPosition", "animationDuration", "contentTabIndex", "disablePagination", "disableRipple", "preserveContent", "backgroundColor", "aria-label", "aria-labelledby"], outputs: ["selectedIndexChange", "focusChange", "animationDone", "selectedTabChange"], exportAs: ["matTabGroup"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i1$3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: InfoDrawerTitleDirective, selector: "[adf-info-drawer-title], [info-drawer-title]" }, { kind: "directive", type: InfoDrawerContentDirective, selector: "[adf-info-drawer-content], [info-drawer-content]" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
12018
12018
|
}
|
|
12019
12019
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: InfoDrawerComponent, decorators: [{
|
|
12020
12020
|
type: Component,
|
|
@@ -12028,7 +12028,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
12028
12028
|
InfoDrawerTitleDirective,
|
|
12029
12029
|
InfoDrawerContentDirective,
|
|
12030
12030
|
InfoDrawerTabComponent
|
|
12031
|
-
], encapsulation: ViewEncapsulation.None, host: { class: 'adf-info-drawer' }, template: "<adf-info-drawer-layout [showHeader]=\"showHeader\">\n <img *ngIf=\"icon\" class=\"adf-info-drawer-icon\" alt=\"{{ 'INFO_DRAWER.ICON' | translate }}\" src=\"{{ icon }}\" info-drawer-node-icon>\n <div *ngIf=\"title\" role=\"heading\" aria-level=\"1\" title=\"{{ title | translate }}\" info-drawer-title>{{ title | translate }}</div>\n\n <ng-content *ngIf=\"!title\" info-drawer-title select=\"[info-drawer-title]\" />\n <ng-content info-drawer-buttons select=\"[info-drawer-buttons]\" />\n <ng-container info-drawer-content *ngIf=\"showTabLayout(); then tabLayout else singleLayout\" />\n\n <ng-template #tabLayout>\n <mat-tab-group [(selectedIndex)]=\"selectedIndex\" class=\"adf-info-drawer-tabs\" (selectedTabChange)=\"onTabChange($event)\" [animationDuration]=\"0\">\n <mat-tab *ngFor=\"let contentBlock of contentBlocks\"\n #tab\n [labelClass]=\"[\n 'adf-info-drawer-tab',\n tab.isActive ? 'adf-info-drawer-tab--active' : '',\n ]\"\n [label]=\"contentBlock.label | translate\"\n class=\"adf-info-drawer-tab\">\n\n <ng-template mat-tab-label>\n <mat-icon *ngIf=\"contentBlock.icon\">{{ contentBlock.icon }}</mat-icon>\n <span *ngIf=\"contentBlock.label\">{{ contentBlock.label | translate }}</span>\n </ng-template>\n\n <ng-container *ngTemplateOutlet=\"contentBlock.content\" />\n </mat-tab>\n </mat-tab-group>\n </ng-template>\n\n <ng-template #singleLayout>\n <ng-content select=\"[info-drawer-content]\" />\n </ng-template>\n</adf-info-drawer-layout>\n", styles: [".adf-info-drawer .adf-metadata-properties-panel{display:block;margin:0}.adf-info-drawer .mdc-tab__text-label{min-width:0}.adf-info-drawer .adf-info-drawer-layout .adf-info-drawer-icon{display:inline-block;vertical-align:middle;margin-right:10px}.adf-info-drawer .adf-info-drawer-layout-content{padding:0}.adf-info-drawer .adf-info-drawer-layout-content>:not(.adf-info-drawer-tabs){padding:10px}.adf-info-drawer .adf-info-drawer-layout-content>:not(.adf-info-drawer-tabs)>*{margin-bottom:20px;display:block}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content>*{margin-bottom:20px;display:block}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content>*:last-child{margin-bottom:0}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mdc-tab__text-label{flex-grow:1}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mdc-tab__text-label .mat-icon+span{padding-left:5px}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-tab-body{overflow-y:hidden}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content{overflow:auto}.adf-info-drawer-tabs .mat-mdc-tab-label-container{border-bottom:1px solid rgba(0,0,0,.12)}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab{color:var(--theme-accent-color);background-color:var(--adf-theme-background-card-color);border-bottom:unset;opacity:1}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab.mat-mdc-tab{flex-grow:1}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:has(span){height:32px}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--active{color:var(--theme-primary-color);background-color:var(--adf-theme-background-card-color);border-bottom:1px solid unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--active:focus{color:var(--adf-theme-foreground-text-color);border-bottom:unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:hover:not([class*=--disabled],[class*=--active]){color:var(--theme-accent-color);background-color:var(--adf-theme-background-card-color);border-bottom:unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--disabled{color:var(--adf-info-drawer-tab-disabled-color);background-color:var(--adf-info-drawer-tab-disabled-background);border-bottom:var(--adf-info-drawer-tab-disabled-bottom-line)}\n"] }]
|
|
12031
|
+
], encapsulation: ViewEncapsulation.None, host: { class: 'adf-info-drawer' }, template: "<adf-info-drawer-layout [showHeader]=\"showHeader\">\n <img *ngIf=\"icon\" class=\"adf-info-drawer-icon\" alt=\"{{ 'INFO_DRAWER.ICON' | translate }}\" src=\"{{ icon }}\" info-drawer-node-icon>\n <div *ngIf=\"title\" role=\"heading\" aria-level=\"1\" title=\"{{ title | translate }}\" info-drawer-title>{{ title | translate }}</div>\n\n <ng-content *ngIf=\"!title\" info-drawer-title select=\"[info-drawer-title]\" />\n <ng-content info-drawer-buttons select=\"[info-drawer-buttons]\" />\n <ng-container info-drawer-content *ngIf=\"showTabLayout(); then tabLayout else singleLayout\" />\n\n <ng-template #tabLayout>\n <mat-tab-group [(selectedIndex)]=\"selectedIndex\" class=\"adf-info-drawer-tabs\" (selectedTabChange)=\"onTabChange($event)\" [animationDuration]=\"0\">\n <mat-tab *ngFor=\"let contentBlock of contentBlocks\"\n #tab\n [labelClass]=\"[\n 'adf-info-drawer-tab',\n tab.isActive ? 'adf-info-drawer-tab--active' : '',\n ]\"\n [label]=\"contentBlock.label | translate\"\n class=\"adf-info-drawer-tab\">\n\n <ng-template mat-tab-label>\n <mat-icon *ngIf=\"contentBlock.icon\">{{ contentBlock.icon }}</mat-icon>\n <span *ngIf=\"contentBlock.label\">{{ contentBlock.label | translate }}</span>\n </ng-template>\n\n <ng-container *ngTemplateOutlet=\"contentBlock.content\" />\n </mat-tab>\n </mat-tab-group>\n </ng-template>\n\n <ng-template #singleLayout>\n <ng-content select=\"[info-drawer-content]\" />\n </ng-template>\n</adf-info-drawer-layout>\n", styles: [".adf-info-drawer .adf-metadata-properties-panel{display:block;margin:0}.adf-info-drawer .mdc-tab__text-label{min-width:0}.adf-info-drawer .adf-info-drawer-layout .adf-info-drawer-icon{display:inline-block;vertical-align:middle;margin-right:10px}.adf-info-drawer .adf-info-drawer-layout-content{padding:0}.adf-info-drawer .adf-info-drawer-layout-content>:not(.adf-info-drawer-tabs){padding:10px}.adf-info-drawer .adf-info-drawer-layout-content>:not(.adf-info-drawer-tabs)>*{margin-bottom:20px;display:block}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content>*{margin-bottom:20px;display:block}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content>*:last-child{margin-bottom:0}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mdc-tab__text-label{flex-grow:1}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mdc-tab__text-label .mat-icon+span{padding-left:5px}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-tab-body{overflow-y:hidden}.adf-info-drawer .adf-info-drawer-layout-content .adf-info-drawer-tabs .mat-mdc-card-content{overflow:auto}.adf-info-drawer-tabs .mat-mdc-tab-label-container{border-bottom:1px solid rgba(0,0,0,.12)}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab{color:var(--theme-accent-color);background-color:var(--adf-theme-background-card-color);border-bottom:unset;opacity:1}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab.mat-mdc-tab{flex-grow:1}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:has(span){height:32px}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:focus-visible{outline:2px solid var(--theme-blue-button-color);border-radius:4px;outline-offset:-2px}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--active{color:var(--theme-primary-color);background-color:var(--adf-theme-background-card-color);border-bottom:1px solid unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--active:focus{color:var(--adf-theme-foreground-text-color);border-bottom:unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab:hover:not([class*=--disabled],[class*=--active]){color:var(--theme-accent-color);background-color:var(--adf-theme-background-card-color);border-bottom:unset}.adf-info-drawer-tabs div[role=tab].adf-info-drawer-tab--disabled{color:var(--adf-info-drawer-tab-disabled-color);background-color:var(--adf-info-drawer-tab-disabled-background);border-bottom:var(--adf-info-drawer-tab-disabled-bottom-line)}\n"] }]
|
|
12032
12032
|
}], propDecorators: { title: [{
|
|
12033
12033
|
type: Input
|
|
12034
12034
|
}], icon: [{
|