@topconsultnpm/sdkui-react 6.19.0-dev2.5 → 6.19.0-dev2.51
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/lib/components/base/TMButton.d.ts +1 -0
- package/lib/components/base/TMButton.js +6 -6
- package/lib/components/base/TMCustomButton.d.ts +1 -1
- package/lib/components/base/TMCustomButton.js +83 -28
- package/lib/components/base/TMDataGridExportForm.d.ts +1 -1
- package/lib/components/base/TMDataGridExportForm.js +9 -3
- package/lib/components/base/TMFileManager.js +12 -3
- package/lib/components/base/TMFileManagerDataGridView.d.ts +2 -0
- package/lib/components/base/TMFileManagerDataGridView.js +12 -3
- package/lib/components/base/TMFileManagerThumbnailItems.d.ts +2 -0
- package/lib/components/base/TMFileManagerThumbnailItems.js +12 -2
- package/lib/components/base/TMFileManagerThumbnailsView.d.ts +2 -0
- package/lib/components/base/TMFileManagerThumbnailsView.js +2 -2
- package/lib/components/base/TMModal.d.ts +2 -0
- package/lib/components/base/TMModal.js +13 -2
- package/lib/components/base/TMTooltip.d.ts +1 -1
- package/lib/components/base/TMTooltip.js +1 -1
- package/lib/components/base/TMWaitPanel.js +8 -2
- package/lib/components/choosers/TMDataListItemChooser.js +1 -1
- package/lib/components/choosers/TMDcmtTypeChooser.js +2 -2
- package/lib/components/choosers/TMMetadataChooser.d.ts +4 -1
- package/lib/components/choosers/TMMetadataChooser.js +31 -8
- package/lib/components/choosers/TMUserChooser.d.ts +4 -0
- package/lib/components/choosers/TMUserChooser.js +21 -5
- package/lib/components/editors/TMDateBox.d.ts +1 -1
- package/lib/components/editors/TMTextArea.d.ts +1 -0
- package/lib/components/editors/TMTextArea.js +43 -9
- package/lib/components/editors/TMTextBox.js +33 -3
- package/lib/components/editors/TMTextExpression.js +36 -28
- package/lib/components/features/assistant/ToppyDraggableHelpCenter.d.ts +28 -0
- package/lib/components/features/assistant/ToppyDraggableHelpCenter.js +324 -0
- package/lib/components/features/assistant/ToppyHelpCenter.js +1 -1
- package/lib/components/features/assistant/ToppySpeechBubble.d.ts +8 -0
- package/lib/components/features/assistant/ToppySpeechBubble.js +53 -0
- package/lib/components/features/blog/TMBlogCommentForm.d.ts +2 -0
- package/lib/components/features/blog/TMBlogCommentForm.js +18 -6
- package/lib/components/features/documents/TMDcmtBlog.js +1 -1
- package/lib/components/features/documents/TMDcmtForm.js +313 -57
- package/lib/components/features/documents/TMDcmtPreview.js +45 -8
- package/lib/components/features/documents/TMRelationViewer.js +56 -23
- package/lib/components/features/search/TMSavedQuerySelector.js +1 -1
- package/lib/components/features/search/TMSearch.js +2 -2
- package/lib/components/features/search/TMSearchQueryEditor.js +1 -1
- package/lib/components/features/search/TMSearchQueryPanel.js +8 -25
- package/lib/components/features/search/TMSearchResult.js +94 -13
- package/lib/components/features/search/TMSearchResultsMenuItems.d.ts +2 -1
- package/lib/components/features/search/TMSearchResultsMenuItems.js +97 -51
- package/lib/components/features/tasks/TMTaskForm.js +11 -5
- package/lib/components/features/tasks/TMTasksAgenda.js +4 -4
- package/lib/components/features/tasks/TMTasksCalendar.js +2 -2
- package/lib/components/features/tasks/TMTasksHeader.js +1 -1
- package/lib/components/features/tasks/TMTasksUtils.d.ts +2 -1
- package/lib/components/features/tasks/TMTasksUtils.js +18 -3
- package/lib/components/features/tasks/TMTasksUtilsView.js +26 -4
- package/lib/components/features/tasks/TMTasksView.js +12 -6
- package/lib/components/features/workflow/TMWorkflowPopup.js +3 -3
- package/lib/components/features/workflow/diagram/DiagramItemForm.js +8 -3
- package/lib/components/forms/TMResultDialog.js +8 -2
- package/lib/components/forms/TMSaveForm.js +2 -2
- package/lib/components/grids/TMBlogsPost.d.ts +8 -3
- package/lib/components/grids/TMBlogsPost.js +73 -11
- package/lib/components/grids/TMBlogsPostUtils.d.ts +1 -0
- package/lib/components/grids/TMBlogsPostUtils.js +15 -3
- package/lib/components/grids/TMRecentsManager.js +1 -1
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +2 -1
- package/lib/components/layout/panelManager/TMPanelManagerContainer.d.ts +1 -0
- package/lib/components/layout/panelManager/TMPanelManagerContainer.js +2 -2
- package/lib/components/layout/panelManager/TMPanelManagerContext.js +0 -1
- package/lib/components/layout/panelManager/TMPanelManagerToolbar.js +2 -1
- package/lib/components/layout/panelManager/types.d.ts +1 -0
- package/lib/components/pages/TMPage.js +1 -1
- package/lib/components/settings/SettingsAppearance.js +5 -5
- package/lib/components/viewers/TMDataListItemViewer.d.ts +1 -1
- package/lib/components/viewers/TMMidViewer.d.ts +1 -1
- package/lib/components/viewers/TMTidViewer.d.ts +1 -1
- package/lib/helper/GlobalStyles.d.ts +2 -0
- package/lib/helper/GlobalStyles.js +10 -0
- package/lib/helper/Globalization.d.ts +1 -0
- package/lib/helper/Globalization.js +30 -0
- package/lib/helper/SDKUI_Localizator.d.ts +39 -2
- package/lib/helper/SDKUI_Localizator.js +392 -22
- package/lib/helper/TMCustomSearchBar.js +1 -1
- package/lib/helper/TMIcons.d.ts +4 -1
- package/lib/helper/TMIcons.js +13 -1
- package/lib/helper/TMUtils.d.ts +1 -4
- package/lib/helper/TMUtils.js +18 -23
- package/lib/helper/dcmtsHelper.d.ts +2 -1
- package/lib/helper/dcmtsHelper.js +56 -17
- package/lib/helper/helpers.js +5 -1
- package/lib/helper/index.d.ts +1 -0
- package/lib/helper/index.js +1 -0
- package/lib/hooks/useRelatedDocuments.js +35 -26
- package/lib/ts/types.d.ts +3 -1
- package/package.json +8 -8
|
@@ -434,6 +434,26 @@ export class SDKUI_Localizator {
|
|
|
434
434
|
default: return "Archivio documentale";
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
+
static get ArchiveDetailDocument() {
|
|
438
|
+
switch (this._cultureID) {
|
|
439
|
+
case CultureIDs.De_DE: return "Detaildokument archivieren";
|
|
440
|
+
case CultureIDs.En_US: return "Archive detail document";
|
|
441
|
+
case CultureIDs.Es_ES: return "Archivar documento de detalle";
|
|
442
|
+
case CultureIDs.Fr_FR: return "Archiver le document détail";
|
|
443
|
+
case CultureIDs.Pt_PT: return "Arquivar documento de detalhe";
|
|
444
|
+
default: return "Archivia documento dettaglio";
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
static get ArchiveMasterDocument() {
|
|
448
|
+
switch (this._cultureID) {
|
|
449
|
+
case CultureIDs.De_DE: return "Master-Dokument archivieren";
|
|
450
|
+
case CultureIDs.En_US: return "Archive master document";
|
|
451
|
+
case CultureIDs.Es_ES: return "Archivar documento maestro";
|
|
452
|
+
case CultureIDs.Fr_FR: return "Archiver le document maître";
|
|
453
|
+
case CultureIDs.Pt_PT: return "Arquivar documento mestre";
|
|
454
|
+
default: return "Archivia documento master";
|
|
455
|
+
}
|
|
456
|
+
}
|
|
437
457
|
static get Arguments() {
|
|
438
458
|
switch (this._cultureID) {
|
|
439
459
|
case CultureIDs.De_DE: return "Themen";
|
|
@@ -474,6 +494,16 @@ export class SDKUI_Localizator {
|
|
|
474
494
|
default: return "Assegnato a";
|
|
475
495
|
}
|
|
476
496
|
}
|
|
497
|
+
static get AssignedTo_Female() {
|
|
498
|
+
switch (this._cultureID) {
|
|
499
|
+
case CultureIDs.De_DE: return "Zugewiesen an";
|
|
500
|
+
case CultureIDs.En_US: return "Assigned to";
|
|
501
|
+
case CultureIDs.Es_ES: return "Asignada a";
|
|
502
|
+
case CultureIDs.Fr_FR: return "Attribuée à";
|
|
503
|
+
case CultureIDs.Pt_PT: return "Atribuída a";
|
|
504
|
+
default: return "Assegnata a";
|
|
505
|
+
}
|
|
506
|
+
}
|
|
477
507
|
static get AssignedToMe() {
|
|
478
508
|
switch (this._cultureID) {
|
|
479
509
|
case CultureIDs.De_DE: return "Mir zugewiesene";
|
|
@@ -595,6 +625,26 @@ export class SDKUI_Localizator {
|
|
|
595
625
|
default: return "Bottoni personalizzati";
|
|
596
626
|
}
|
|
597
627
|
}
|
|
628
|
+
static get CustomButtonAction() {
|
|
629
|
+
switch (this._cultureID) {
|
|
630
|
+
case CultureIDs.De_DE: return "Vorgang läuft";
|
|
631
|
+
case CultureIDs.En_US: return "Operation in progress";
|
|
632
|
+
case CultureIDs.Es_ES: return "Operación en curso";
|
|
633
|
+
case CultureIDs.Fr_FR: return "Opération en cours";
|
|
634
|
+
case CultureIDs.Pt_PT: return "Operação em curso";
|
|
635
|
+
default: return "Operazione in corso";
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
static get CustomButtonActions() {
|
|
639
|
+
switch (this._cultureID) {
|
|
640
|
+
case CultureIDs.De_DE: return "Aktion {{0}} von {{1}} wird ausgeführt";
|
|
641
|
+
case CultureIDs.En_US: return "Executing action {{0}} of {{1}}";
|
|
642
|
+
case CultureIDs.Es_ES: return "Ejecutando acción {{0}} de {{1}}";
|
|
643
|
+
case CultureIDs.Fr_FR: return "Exécution de l'action {{0}} sur {{1}}";
|
|
644
|
+
case CultureIDs.Pt_PT: return "Executando ação {{0}} de {{1}}";
|
|
645
|
+
default: return "Esecuzione azione {{0}} di {{1}}";
|
|
646
|
+
}
|
|
647
|
+
}
|
|
598
648
|
static get Back() {
|
|
599
649
|
switch (this._cultureID) {
|
|
600
650
|
case CultureIDs.De_DE: return "Zurück";
|
|
@@ -695,6 +745,16 @@ export class SDKUI_Localizator {
|
|
|
695
745
|
default: return "Calendario";
|
|
696
746
|
}
|
|
697
747
|
}
|
|
748
|
+
static get CancelCheckOut() {
|
|
749
|
+
switch (this._cultureID) {
|
|
750
|
+
case CultureIDs.De_DE: return "Check-out abbrechen";
|
|
751
|
+
case CultureIDs.En_US: return "Cancel Check Out";
|
|
752
|
+
case CultureIDs.Es_ES: return "Cancelar check-out";
|
|
753
|
+
case CultureIDs.Fr_FR: return "Annuler le check-out";
|
|
754
|
+
case CultureIDs.Pt_PT: return "Cancelar check-out";
|
|
755
|
+
default: return "Annulla Check out";
|
|
756
|
+
}
|
|
757
|
+
}
|
|
698
758
|
static get CassettoDoganaleExportMRN() {
|
|
699
759
|
switch (this._cultureID) {
|
|
700
760
|
case CultureIDs.De_DE: return "MRN-Erholung für den Export";
|
|
@@ -915,6 +975,16 @@ export class SDKUI_Localizator {
|
|
|
915
975
|
default: return "Commento";
|
|
916
976
|
}
|
|
917
977
|
}
|
|
978
|
+
static get CompactView() {
|
|
979
|
+
switch (this._cultureID) {
|
|
980
|
+
case CultureIDs.De_DE: return "Kompaktansicht";
|
|
981
|
+
case CultureIDs.En_US: return "Compact View";
|
|
982
|
+
case CultureIDs.Es_ES: return "Vista Compacta";
|
|
983
|
+
case CultureIDs.Fr_FR: return "Vue Compacte";
|
|
984
|
+
case CultureIDs.Pt_PT: return "Vista Compacta";
|
|
985
|
+
default: return "Vista Compatta";
|
|
986
|
+
}
|
|
987
|
+
}
|
|
918
988
|
static get Completed() {
|
|
919
989
|
switch (this._cultureID) {
|
|
920
990
|
case CultureIDs.De_DE: return "Abgeschlossen";
|
|
@@ -1583,10 +1653,10 @@ export class SDKUI_Localizator {
|
|
|
1583
1653
|
return `${this.WorkGroup} - ${this.AddParticipants}`;
|
|
1584
1654
|
}
|
|
1585
1655
|
static get DiagramItemTypes_CaseFlow_Create() {
|
|
1586
|
-
return `${this.
|
|
1656
|
+
return `${this.Dossier} - ${this.Create}`;
|
|
1587
1657
|
}
|
|
1588
1658
|
static get DiagramItemTypes_CaseFlow_AddParts() {
|
|
1589
|
-
return `${this.
|
|
1659
|
+
return `${this.Dossier} - ${this.AddParticipants}`;
|
|
1590
1660
|
}
|
|
1591
1661
|
static get DiagramItemTypes_Exit() {
|
|
1592
1662
|
switch (this._cultureID) {
|
|
@@ -1728,6 +1798,26 @@ export class SDKUI_Localizator {
|
|
|
1728
1798
|
default: return "Dominio";
|
|
1729
1799
|
}
|
|
1730
1800
|
}
|
|
1801
|
+
static get Dossier() {
|
|
1802
|
+
switch (this._cultureID) {
|
|
1803
|
+
case CultureIDs.De_DE: return "Übung";
|
|
1804
|
+
case CultureIDs.En_US: return "Dossier";
|
|
1805
|
+
case CultureIDs.Es_ES: return "Expediente";
|
|
1806
|
+
case CultureIDs.Fr_FR: return "Pratique";
|
|
1807
|
+
case CultureIDs.Pt_PT: return "Prática";
|
|
1808
|
+
default: return "Pratica";
|
|
1809
|
+
}
|
|
1810
|
+
}
|
|
1811
|
+
static get Dossiers() {
|
|
1812
|
+
switch (this._cultureID) {
|
|
1813
|
+
case CultureIDs.De_DE: return "Akten";
|
|
1814
|
+
case CultureIDs.En_US: return "Dossiers";
|
|
1815
|
+
case CultureIDs.Es_ES: return "Expedientes";
|
|
1816
|
+
case CultureIDs.Fr_FR: return "Pratiques";
|
|
1817
|
+
case CultureIDs.Pt_PT: return "Práticas";
|
|
1818
|
+
default: return "Pratiche";
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1731
1821
|
static get DownloadFile() {
|
|
1732
1822
|
switch (this._cultureID) {
|
|
1733
1823
|
case CultureIDs.De_DE: return "Datei herunterladen";
|
|
@@ -2040,6 +2130,26 @@ export class SDKUI_Localizator {
|
|
|
2040
2130
|
default: return "Errore nelle date (1)";
|
|
2041
2131
|
}
|
|
2042
2132
|
}
|
|
2133
|
+
static get ExecuteCancelCheckOutQuestion() {
|
|
2134
|
+
switch (this._cultureID) {
|
|
2135
|
+
case CultureIDs.De_DE: return "Check-out abbrechen?";
|
|
2136
|
+
case CultureIDs.En_US: return "Cancel Check Out?";
|
|
2137
|
+
case CultureIDs.Es_ES: return "¿Cancelar el check-out?";
|
|
2138
|
+
case CultureIDs.Fr_FR: return "Annuler le check-out ?";
|
|
2139
|
+
case CultureIDs.Pt_PT: return "Cancelar o check-out?";
|
|
2140
|
+
default: return "Annullare il Check out?";
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
static get ExecuteCheckOutQuestion() {
|
|
2144
|
+
switch (this._cultureID) {
|
|
2145
|
+
case CultureIDs.De_DE: return "Check-out durchführen?";
|
|
2146
|
+
case CultureIDs.En_US: return "Perform Check Out?";
|
|
2147
|
+
case CultureIDs.Es_ES: return "¿Realizar el check-out?";
|
|
2148
|
+
case CultureIDs.Fr_FR: return "Effectuer le check-out ?";
|
|
2149
|
+
case CultureIDs.Pt_PT: return "Executar o check-out?";
|
|
2150
|
+
default: return "Eseguire il Check out?";
|
|
2151
|
+
}
|
|
2152
|
+
}
|
|
2043
2153
|
static get ExportDataListsDescriptionField() {
|
|
2044
2154
|
switch (this._cultureID) {
|
|
2045
2155
|
case CultureIDs.De_DE: return 'Exportiere die "Beschreibung"-Felder der Datenlisten';
|
|
@@ -2689,6 +2799,16 @@ export class SDKUI_Localizator {
|
|
|
2689
2799
|
default: return "Nascondi nome completo";
|
|
2690
2800
|
}
|
|
2691
2801
|
}
|
|
2802
|
+
static get HideAll() {
|
|
2803
|
+
switch (this._cultureID) {
|
|
2804
|
+
case CultureIDs.De_DE: return "Alle ausblenden";
|
|
2805
|
+
case CultureIDs.En_US: return "Hide all";
|
|
2806
|
+
case CultureIDs.Es_ES: return "Ocultar todo";
|
|
2807
|
+
case CultureIDs.Fr_FR: return "Masquer tout";
|
|
2808
|
+
case CultureIDs.Pt_PT: return "Ocultar tudo";
|
|
2809
|
+
default: return "Nascondi tutti";
|
|
2810
|
+
}
|
|
2811
|
+
}
|
|
2692
2812
|
static get HideFloatingBar() {
|
|
2693
2813
|
switch (this._cultureID) {
|
|
2694
2814
|
case CultureIDs.De_DE: return "Floating-Leiste ausblenden";
|
|
@@ -2889,6 +3009,16 @@ export class SDKUI_Localizator {
|
|
|
2889
3009
|
default: return "In corso";
|
|
2890
3010
|
}
|
|
2891
3011
|
}
|
|
3012
|
+
static get InsertCommentToCompleteOperation() {
|
|
3013
|
+
switch (this._cultureID) {
|
|
3014
|
+
case CultureIDs.De_DE: return "Geben Sie einen Kommentar ein, um den Vorgang abzuschließen.";
|
|
3015
|
+
case CultureIDs.En_US: return "Enter a comment to complete the operation.";
|
|
3016
|
+
case CultureIDs.Es_ES: return "Introduzca un comentario para completar la operación.";
|
|
3017
|
+
case CultureIDs.Fr_FR: return "Saisissez un commentaire pour terminer l’opération.";
|
|
3018
|
+
case CultureIDs.Pt_PT: return "Introduza um comentário para concluir a operação.";
|
|
3019
|
+
default: return "Inserisci un commento per completare l’operazione.";
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
2892
3022
|
static get InsertYourEmail() {
|
|
2893
3023
|
switch (this._cultureID) {
|
|
2894
3024
|
case CultureIDs.De_DE: return "Geben Sie Ihre E-Mail ein";
|
|
@@ -3139,6 +3269,26 @@ export class SDKUI_Localizator {
|
|
|
3139
3269
|
default: return "Segna come";
|
|
3140
3270
|
}
|
|
3141
3271
|
}
|
|
3272
|
+
static get Match() {
|
|
3273
|
+
switch (this._cultureID) {
|
|
3274
|
+
case CultureIDs.De_DE: return "Übereinstimmen";
|
|
3275
|
+
case CultureIDs.En_US: return "Match";
|
|
3276
|
+
case CultureIDs.Es_ES: return "Emparejar";
|
|
3277
|
+
case CultureIDs.Fr_FR: return "Associer";
|
|
3278
|
+
case CultureIDs.Pt_PT: return "Corresponder";
|
|
3279
|
+
default: return "Abbina";
|
|
3280
|
+
}
|
|
3281
|
+
}
|
|
3282
|
+
static get MatchManyDocumentsManyToMany() {
|
|
3283
|
+
switch (this._cultureID) {
|
|
3284
|
+
case CultureIDs.De_DE: return "Mehrere Dokumente mehrfach zuordnen";
|
|
3285
|
+
case CultureIDs.En_US: return "Match many documents many to many";
|
|
3286
|
+
case CultureIDs.Es_ES: return "Emparejar muchos documentos de muchos a muchos";
|
|
3287
|
+
case CultureIDs.Fr_FR: return "Associer plusieurs documents plusieurs à plusieurs";
|
|
3288
|
+
case CultureIDs.Pt_PT: return "Corresponder muitos documentos de muitos para muitos";
|
|
3289
|
+
default: return "Abbina documenti molti a molti";
|
|
3290
|
+
}
|
|
3291
|
+
}
|
|
3142
3292
|
static get Max_Value() {
|
|
3143
3293
|
switch (this._cultureID) {
|
|
3144
3294
|
case CultureIDs.De_DE: return "Der Maximalwert ist {{0}}";
|
|
@@ -3691,6 +3841,146 @@ export class SDKUI_Localizator {
|
|
|
3691
3841
|
default: return "Nessun documento selezionato";
|
|
3692
3842
|
}
|
|
3693
3843
|
}
|
|
3844
|
+
static get NoDetailDocumentFoundForArchiving() {
|
|
3845
|
+
switch (this._cultureID) {
|
|
3846
|
+
case CultureIDs.De_DE: return "Kein Detaildokument zur Archivierung gefunden.";
|
|
3847
|
+
case CultureIDs.En_US: return "No detail document found for archiving.";
|
|
3848
|
+
case CultureIDs.Es_ES: return "No se encontró ningún documento de detalle para archivar.";
|
|
3849
|
+
case CultureIDs.Fr_FR: return "Aucun document détail trouvé pour l'archivage.";
|
|
3850
|
+
case CultureIDs.Pt_PT: return "Nenhum documento de detalhe encontrado para arquivamento.";
|
|
3851
|
+
default: return "Nessun documento di dettaglio trovato per l'archiviazione.";
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3854
|
+
static get NoDocumentMatchFound() {
|
|
3855
|
+
switch (this._cultureID) {
|
|
3856
|
+
case CultureIDs.De_DE: return "Kein zugeordnetes Dokument gefunden.";
|
|
3857
|
+
case CultureIDs.En_US: return "No document match found.";
|
|
3858
|
+
case CultureIDs.Es_ES: return "No se encontró ningún documento emparejado.";
|
|
3859
|
+
case CultureIDs.Fr_FR: return "Aucun document associé trouvé.";
|
|
3860
|
+
case CultureIDs.Pt_PT: return "Nenhum documento correspondente encontrado.";
|
|
3861
|
+
default: return "Nessun documento abbinato trovato.";
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3864
|
+
static get NoDocumentSelectedForManyToManyMatching() {
|
|
3865
|
+
switch (this._cultureID) {
|
|
3866
|
+
case CultureIDs.De_DE: return "Kein Dokument für die Mehrfach-Zuordnung ausgewählt.";
|
|
3867
|
+
case CultureIDs.En_US: return "No document selected for many-to-many matching.";
|
|
3868
|
+
case CultureIDs.Es_ES: return "Ningún documento seleccionado para el emparejamiento de muchos a muchos.";
|
|
3869
|
+
case CultureIDs.Fr_FR: return "Aucun document sélectionné pour l'association plusieurs à plusieurs.";
|
|
3870
|
+
case CultureIDs.Pt_PT: return "Nenhum documento selecionado para correspondência de muitos para muitos.";
|
|
3871
|
+
default: return "Nessun documento selezionato per l'abbinamento molti a molti.";
|
|
3872
|
+
}
|
|
3873
|
+
}
|
|
3874
|
+
static get NoDocumentSelectedForManyToManyUnmatching() {
|
|
3875
|
+
switch (this._cultureID) {
|
|
3876
|
+
case CultureIDs.De_DE: return "Kein Dokument für die Aufhebung der Mehrfach-Zuordnung ausgewählt.";
|
|
3877
|
+
case CultureIDs.En_US: return "No document selected for many-to-many unmatching.";
|
|
3878
|
+
case CultureIDs.Es_ES: return "Ningún documento seleccionado para el desemparejamiento de muchos a muchos.";
|
|
3879
|
+
case CultureIDs.Fr_FR: return "Aucun document sélectionné pour la dissociation plusieurs à plusieurs.";
|
|
3880
|
+
case CultureIDs.Pt_PT: return "Nenhum documento selecionado para descorrespondência de muitos para muitos.";
|
|
3881
|
+
default: return "Nessun documento selezionato per il disabbinamento molti a molti.";
|
|
3882
|
+
}
|
|
3883
|
+
}
|
|
3884
|
+
static get NoDocumentToMatch() {
|
|
3885
|
+
switch (this._cultureID) {
|
|
3886
|
+
case CultureIDs.De_DE: return "Kein Dokument zuzuordnen. Alle resultierenden Dokumente sind bereits zugeordnet.";
|
|
3887
|
+
case CultureIDs.En_US: return "No document to match. All resulting documents are already matched.";
|
|
3888
|
+
case CultureIDs.Es_ES: return "Ningún documento para emparejar. Todos los documentos resultantes ya están emparejados.";
|
|
3889
|
+
case CultureIDs.Fr_FR: return "Aucun document à associer. Tous les documents résultants sont déjà associés.";
|
|
3890
|
+
case CultureIDs.Pt_PT: return "Nenhum documento para corresponder. Todos os documentos resultantes já estão correspondidos.";
|
|
3891
|
+
default: return "Nessun documento da abbinare. Tutti i documenti risultanti sono già abbinati.";
|
|
3892
|
+
}
|
|
3893
|
+
}
|
|
3894
|
+
static get NoManyToManyMatchingRelationshipAssociatedWithRetrievalQuery() {
|
|
3895
|
+
switch (this._cultureID) {
|
|
3896
|
+
case CultureIDs.De_DE: return "Keine Mehrfach-Zuordnungsbeziehung mit Abrufabfrage verknüpft.";
|
|
3897
|
+
case CultureIDs.En_US: return "No many-to-many matching relationship associated with retrieval query.";
|
|
3898
|
+
case CultureIDs.Es_ES: return "Ninguna relación de emparejamiento de muchos a muchos asociada con la consulta de recuperación.";
|
|
3899
|
+
case CultureIDs.Fr_FR: return "Aucune relation d'association plusieurs à plusieurs associée à la requête de récupération.";
|
|
3900
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de correspondência de muitos para muitos associada à consulta de recuperação.";
|
|
3901
|
+
default: return "Nessuna query di recupero associata alla relazione di abbinamento molti a molti.";
|
|
3902
|
+
}
|
|
3903
|
+
}
|
|
3904
|
+
static get NoManyToManyMatchingRelationshipDefined() {
|
|
3905
|
+
switch (this._cultureID) {
|
|
3906
|
+
case CultureIDs.De_DE: return "Keine Mehrfach-Zuordnungsbeziehung im System definiert.";
|
|
3907
|
+
case CultureIDs.En_US: return "No many-to-many matching relationship defined in the system.";
|
|
3908
|
+
case CultureIDs.Es_ES: return "Ninguna relación de emparejamiento de muchos a muchos definida en el sistema.";
|
|
3909
|
+
case CultureIDs.Fr_FR: return "Aucune relation d'association plusieurs à plusieurs définie dans le système.";
|
|
3910
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de correspondência de muitos para muitos definida no sistema.";
|
|
3911
|
+
default: return "Nessuna relazione di abbinamento molti a molti definita nel sistema.";
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
static get NoManyToManyMatchingRelationshipDefinedForSelectedDocumentType() {
|
|
3915
|
+
switch (this._cultureID) {
|
|
3916
|
+
case CultureIDs.De_DE: return "Keine Mehrfach-Zuordnungsbeziehung für den ausgewählten Dokumenttyp definiert.";
|
|
3917
|
+
case CultureIDs.En_US: return "No many-to-many matching relationship defined for selected document type.";
|
|
3918
|
+
case CultureIDs.Es_ES: return "Ninguna relación de emparejamiento de muchos a muchos definida para el tipo de documento seleccionado.";
|
|
3919
|
+
case CultureIDs.Fr_FR: return "Aucune relation d'association plusieurs à plusieurs définie pour le type de document sélectionné.";
|
|
3920
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de correspondência de muitos para muitos definida para o tipo de documento selecionado.";
|
|
3921
|
+
default: return "Nessuna relazione di abbinamento molti a molti definita per il tipo di documento selezionato.";
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
static get NoManyToManyUnmatchingRelationshipAssociatedWithRetrievalQuery() {
|
|
3925
|
+
switch (this._cultureID) {
|
|
3926
|
+
case CultureIDs.De_DE: return "Keine Beziehung zur Aufhebung der Mehrfach-Zuordnung mit Abrufabfrage verknüpft.";
|
|
3927
|
+
case CultureIDs.En_US: return "No many-to-many unmatching relationship associated with retrieval query.";
|
|
3928
|
+
case CultureIDs.Es_ES: return "Ninguna relación de desemparejamiento de muchos a muchos asociada con la consulta de recuperación.";
|
|
3929
|
+
case CultureIDs.Fr_FR: return "Aucune relation de dissociation plusieurs à plusieurs associée à la requête de récupération.";
|
|
3930
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de descorrespondência de muitos para muitos associada à consulta de recuperação.";
|
|
3931
|
+
default: return "Nessuna query di recupero associata alla relazione di disabbinamento molti a molti.";
|
|
3932
|
+
}
|
|
3933
|
+
}
|
|
3934
|
+
static get NoManyToManyUnmatchingRelationshipDefined() {
|
|
3935
|
+
switch (this._cultureID) {
|
|
3936
|
+
case CultureIDs.De_DE: return "Keine Beziehung zur Aufhebung der Mehrfach-Zuordnung im System definiert.";
|
|
3937
|
+
case CultureIDs.En_US: return "No many-to-many unmatching relationship defined in the system.";
|
|
3938
|
+
case CultureIDs.Es_ES: return "Ninguna relación de desemparejamiento de muchos a muchos definida en el sistema.";
|
|
3939
|
+
case CultureIDs.Fr_FR: return "Aucune relation de dissociation plusieurs à plusieurs définie dans le système.";
|
|
3940
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de descorrespondência de muitos para muitos definida no sistema.";
|
|
3941
|
+
default: return "Nessuna relazione di disabbinamento molti a molti definita nel sistema.";
|
|
3942
|
+
}
|
|
3943
|
+
}
|
|
3944
|
+
static get NoManyToManyUnmatchingRelationshipDefinedForSelectedDocumentType() {
|
|
3945
|
+
switch (this._cultureID) {
|
|
3946
|
+
case CultureIDs.De_DE: return "Keine Beziehung zur Aufhebung der Mehrfach-Zuordnung für den ausgewählten Dokumenttyp definiert.";
|
|
3947
|
+
case CultureIDs.En_US: return "No many-to-many unmatching relationship defined for selected document type.";
|
|
3948
|
+
case CultureIDs.Es_ES: return "Ninguna relación de desemparejamiento de muchos a muchos definida para el tipo de documento seleccionado.";
|
|
3949
|
+
case CultureIDs.Fr_FR: return "Aucune relation de dissociation plusieurs à plusieurs définie pour le type de document sélectionné.";
|
|
3950
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de descorrespondência de muitos para muitos definida para o tipo de documento selecionado.";
|
|
3951
|
+
default: return "Nessuna relazione di abbinamento molti a molti definita per il tipo di documento selezionato.";
|
|
3952
|
+
}
|
|
3953
|
+
}
|
|
3954
|
+
static get NoMasterDocumentFoundForArchiving() {
|
|
3955
|
+
switch (this._cultureID) {
|
|
3956
|
+
case CultureIDs.De_DE: return "Kein Master-Dokument zur Archivierung gefunden.";
|
|
3957
|
+
case CultureIDs.En_US: return "No master document found for archiving.";
|
|
3958
|
+
case CultureIDs.Es_ES: return "No se encontró ningún documento maestro para archivar.";
|
|
3959
|
+
case CultureIDs.Fr_FR: return "Aucun document maître trouvé pour l'archivage.";
|
|
3960
|
+
case CultureIDs.Pt_PT: return "Nenhum documento mestre encontrado para arquivamento.";
|
|
3961
|
+
default: return "Nessun documento di master trovato per l'archiviazione";
|
|
3962
|
+
}
|
|
3963
|
+
}
|
|
3964
|
+
static get NoMatchFoundForDetailDocuments() {
|
|
3965
|
+
switch (this._cultureID) {
|
|
3966
|
+
case CultureIDs.De_DE: return "Keine Zuordnung für Detaildokumente gefunden.";
|
|
3967
|
+
case CultureIDs.En_US: return "No match found for detail documents.";
|
|
3968
|
+
case CultureIDs.Es_ES: return "No se encontró ninguna correspondencia para los documentos de detalle.";
|
|
3969
|
+
case CultureIDs.Fr_FR: return "Aucune correspondance trouvée pour les documents détail.";
|
|
3970
|
+
case CultureIDs.Pt_PT: return "Nenhuma correspondência encontrada para documentos de detalhe.";
|
|
3971
|
+
default: return "Nessuna associazione trovata per i documenti di dettaglio";
|
|
3972
|
+
}
|
|
3973
|
+
}
|
|
3974
|
+
static get NoMatchFoundForMasterDocuments() {
|
|
3975
|
+
switch (this._cultureID) {
|
|
3976
|
+
case CultureIDs.De_DE: return "Keine Zuordnung für Master-Dokumente gefunden.";
|
|
3977
|
+
case CultureIDs.En_US: return "No match found for master documents.";
|
|
3978
|
+
case CultureIDs.Es_ES: return "No se encontró ninguna correspondencia para los documentos maestros.";
|
|
3979
|
+
case CultureIDs.Fr_FR: return "Aucune correspondance trouvée pour les documents maîtres.";
|
|
3980
|
+
case CultureIDs.Pt_PT: return "Nenhuma correspondência encontrada para documentos mestres.";
|
|
3981
|
+
default: return "Nessuna associazione trovata per i documenti di master";
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3694
3984
|
static get NoMessages() {
|
|
3695
3985
|
switch (this._cultureID) {
|
|
3696
3986
|
case CultureIDs.De_DE: return "Keine Nachrichten vorhanden";
|
|
@@ -4371,16 +4661,6 @@ export class SDKUI_Localizator {
|
|
|
4371
4661
|
default: return "Rinviata";
|
|
4372
4662
|
}
|
|
4373
4663
|
}
|
|
4374
|
-
static get Practice() {
|
|
4375
|
-
switch (this._cultureID) {
|
|
4376
|
-
case CultureIDs.De_DE: return "Praxis";
|
|
4377
|
-
case CultureIDs.En_US: return "Practice";
|
|
4378
|
-
case CultureIDs.Es_ES: return "Práctica";
|
|
4379
|
-
case CultureIDs.Fr_FR: return "Pratique";
|
|
4380
|
-
case CultureIDs.Pt_PT: return "Prática";
|
|
4381
|
-
default: return "Pratica";
|
|
4382
|
-
}
|
|
4383
|
-
}
|
|
4384
4664
|
static get PreparingFileForArchive() {
|
|
4385
4665
|
switch (this._cultureID) {
|
|
4386
4666
|
case CultureIDs.De_DE: return "Datei für Archivierung vorbereiten...";
|
|
@@ -4431,16 +4711,6 @@ export class SDKUI_Localizator {
|
|
|
4431
4711
|
default: return "Anteprima non disponibile per questo dispositivo. Clicca per visualizzare il documento.";
|
|
4432
4712
|
}
|
|
4433
4713
|
}
|
|
4434
|
-
static get PreviewView() {
|
|
4435
|
-
switch (this._cultureID) {
|
|
4436
|
-
case CultureIDs.De_DE: return "Vorschauansicht";
|
|
4437
|
-
case CultureIDs.En_US: return "Preview View";
|
|
4438
|
-
case CultureIDs.Es_ES: return "Vista Previa";
|
|
4439
|
-
case CultureIDs.Fr_FR: return "Vue Prévisualisation";
|
|
4440
|
-
case CultureIDs.Pt_PT: return "Vista de Pré-visualização";
|
|
4441
|
-
default: return "Anteprima";
|
|
4442
|
-
}
|
|
4443
|
-
}
|
|
4444
4714
|
static get Previous() {
|
|
4445
4715
|
switch (this._cultureID) {
|
|
4446
4716
|
case CultureIDs.De_DE: return "Vorherige";
|
|
@@ -4738,6 +5008,16 @@ export class SDKUI_Localizator {
|
|
|
4738
5008
|
default: return "Riapri documento";
|
|
4739
5009
|
}
|
|
4740
5010
|
}
|
|
5011
|
+
static get TryAgain() {
|
|
5012
|
+
switch (this._cultureID) {
|
|
5013
|
+
case CultureIDs.De_DE: return "Erneut versuchen";
|
|
5014
|
+
case CultureIDs.En_US: return "Try Again";
|
|
5015
|
+
case CultureIDs.Es_ES: return "Intentar de nuevo";
|
|
5016
|
+
case CultureIDs.Fr_FR: return "Réessayer";
|
|
5017
|
+
case CultureIDs.Pt_PT: return "Tentar novamente";
|
|
5018
|
+
default: return "Riprova";
|
|
5019
|
+
}
|
|
5020
|
+
}
|
|
4741
5021
|
static get ReplaceDocument() {
|
|
4742
5022
|
switch (this._cultureID) {
|
|
4743
5023
|
case CultureIDs.De_DE: return "Dokument ersetzen";
|
|
@@ -5349,6 +5629,26 @@ export class SDKUI_Localizator {
|
|
|
5349
5629
|
default: return "Condivisa";
|
|
5350
5630
|
}
|
|
5351
5631
|
}
|
|
5632
|
+
static get SharedArchiving() {
|
|
5633
|
+
switch (this._cultureID) {
|
|
5634
|
+
case CultureIDs.De_DE: return "Gemeinsame Archivierung";
|
|
5635
|
+
case CultureIDs.En_US: return "Shared archiving";
|
|
5636
|
+
case CultureIDs.Es_ES: return "Archivo compartido";
|
|
5637
|
+
case CultureIDs.Fr_FR: return "Archivage partagé";
|
|
5638
|
+
case CultureIDs.Pt_PT: return "Arquivamento compartilhado";
|
|
5639
|
+
default: return "Archiviazione condivisa";
|
|
5640
|
+
}
|
|
5641
|
+
}
|
|
5642
|
+
static get SharedDocuments() {
|
|
5643
|
+
switch (this._cultureID) {
|
|
5644
|
+
case CultureIDs.De_DE: return "Gemeinsame Dokumente";
|
|
5645
|
+
case CultureIDs.En_US: return "Shared documents";
|
|
5646
|
+
case CultureIDs.Es_ES: return "Documentos compartidos";
|
|
5647
|
+
case CultureIDs.Fr_FR: return "Documents partagés";
|
|
5648
|
+
case CultureIDs.Pt_PT: return "Documentos compartilhados";
|
|
5649
|
+
default: return "Documenti condivisi";
|
|
5650
|
+
}
|
|
5651
|
+
}
|
|
5352
5652
|
static get Shortcuts() {
|
|
5353
5653
|
switch (this._cultureID) {
|
|
5354
5654
|
case CultureIDs.De_DE: return "Tastenkombinationen";
|
|
@@ -5459,6 +5759,16 @@ export class SDKUI_Localizator {
|
|
|
5459
5759
|
default: return "Mostra ricerca";
|
|
5460
5760
|
}
|
|
5461
5761
|
}
|
|
5762
|
+
static get ShowSharedDocuments() {
|
|
5763
|
+
switch (this._cultureID) {
|
|
5764
|
+
case CultureIDs.De_DE: return "Gemeinsame Dokumente anzeigen";
|
|
5765
|
+
case CultureIDs.En_US: return "Show shared documents";
|
|
5766
|
+
case CultureIDs.Es_ES: return "Mostrar documentos compartidos";
|
|
5767
|
+
case CultureIDs.Fr_FR: return "Afficher les documents partagés";
|
|
5768
|
+
case CultureIDs.Pt_PT: return "Mostrar documentos compartilhados";
|
|
5769
|
+
default: return "Mostra documenti condivisi";
|
|
5770
|
+
}
|
|
5771
|
+
}
|
|
5462
5772
|
static get ShowColumnSeparatingLines() {
|
|
5463
5773
|
switch (this._cultureID) {
|
|
5464
5774
|
case CultureIDs.De_DE: return "Spalten-Trennungslinien anzeigen";
|
|
@@ -5979,6 +6289,26 @@ export class SDKUI_Localizator {
|
|
|
5979
6289
|
default: return "Non seguire più";
|
|
5980
6290
|
}
|
|
5981
6291
|
}
|
|
6292
|
+
static get Unmatch() {
|
|
6293
|
+
switch (this._cultureID) {
|
|
6294
|
+
case CultureIDs.De_DE: return "Zuordnung aufheben";
|
|
6295
|
+
case CultureIDs.En_US: return "Unmatch";
|
|
6296
|
+
case CultureIDs.Es_ES: return "Desemparejar";
|
|
6297
|
+
case CultureIDs.Fr_FR: return "Dissocier";
|
|
6298
|
+
case CultureIDs.Pt_PT: return "Descorresponder";
|
|
6299
|
+
default: return "Disabbina";
|
|
6300
|
+
}
|
|
6301
|
+
}
|
|
6302
|
+
static get UnmatchManyDocumentsManyToMany() {
|
|
6303
|
+
switch (this._cultureID) {
|
|
6304
|
+
case CultureIDs.De_DE: return "Mehrfache Zuordnung von vielen Dokumenten aufheben";
|
|
6305
|
+
case CultureIDs.En_US: return "Unmatch many documents many to many";
|
|
6306
|
+
case CultureIDs.Es_ES: return "Desemparejar muchos documentos de muchos a muchos";
|
|
6307
|
+
case CultureIDs.Fr_FR: return "Dissocier plusieurs documents plusieurs à plusieurs";
|
|
6308
|
+
case CultureIDs.Pt_PT: return "Descorresponder muitos documentos de muitos para muitos";
|
|
6309
|
+
default: return "Disabbina documenti molti a molti";
|
|
6310
|
+
}
|
|
6311
|
+
}
|
|
5982
6312
|
static get UnfollowSelectedItem() {
|
|
5983
6313
|
switch (this._cultureID) {
|
|
5984
6314
|
case CultureIDs.De_DE:
|
|
@@ -6415,6 +6745,26 @@ export class SDKUI_Localizator {
|
|
|
6415
6745
|
default: return "Aggiungere il documento alle bozze del gruppo di lavoro";
|
|
6416
6746
|
}
|
|
6417
6747
|
}
|
|
6748
|
+
static get WorkflowAddDcmtAsAttachment() {
|
|
6749
|
+
switch (this._cultureID) {
|
|
6750
|
+
case CultureIDs.De_DE: return "Dokument als Anhang zur Praxis hinzufügen";
|
|
6751
|
+
case CultureIDs.En_US: return "Add the document as an attachment to the case";
|
|
6752
|
+
case CultureIDs.Es_ES: return "Agregar el documento como adjunto al expediente";
|
|
6753
|
+
case CultureIDs.Fr_FR: return "Ajouter le document en tant que pièce jointe au dossier";
|
|
6754
|
+
case CultureIDs.Pt_PT: return "Adicionar o documento como anexo ao processo";
|
|
6755
|
+
default: return "Aggiungere il documento come allegato della pratica";
|
|
6756
|
+
}
|
|
6757
|
+
}
|
|
6758
|
+
static get WorkflowAddDcmtToDossier() {
|
|
6759
|
+
switch (this._cultureID) {
|
|
6760
|
+
case CultureIDs.De_DE: return "Dokument zur Praxis hinzufügen";
|
|
6761
|
+
case CultureIDs.En_US: return "Add the document to the case";
|
|
6762
|
+
case CultureIDs.Es_ES: return "Agregar el documento al expediente";
|
|
6763
|
+
case CultureIDs.Fr_FR: return "Ajouter le document au dossier";
|
|
6764
|
+
case CultureIDs.Pt_PT: return "Adicionar o documento ao processo";
|
|
6765
|
+
default: return "Aggiungere il documento alla pratica";
|
|
6766
|
+
}
|
|
6767
|
+
}
|
|
6418
6768
|
static get WorkflowAllowZeroTos() {
|
|
6419
6769
|
switch (this._cultureID) {
|
|
6420
6770
|
case CultureIDs.De_DE: return "0 Empfänger zulassen";
|
|
@@ -6945,6 +7295,26 @@ export class SDKUI_Localizator {
|
|
|
6945
7295
|
default: return "Scritto il";
|
|
6946
7296
|
}
|
|
6947
7297
|
}
|
|
7298
|
+
static get YouDoNotHavePermissionsToArchiveDetailDocumentsOfThisType() {
|
|
7299
|
+
switch (this._cultureID) {
|
|
7300
|
+
case CultureIDs.De_DE: return "Sie haben keine Berechtigung, Detaildokumente dieses Typs zu archivieren.";
|
|
7301
|
+
case CultureIDs.En_US: return "You do not have permissions to archive detail documents of this type.";
|
|
7302
|
+
case CultureIDs.Es_ES: return "No tienes permisos para archivar documentos de detalle de este tipo.";
|
|
7303
|
+
case CultureIDs.Fr_FR: return "Vous n'avez pas les permissions pour archiver les documents détail de ce type.";
|
|
7304
|
+
case CultureIDs.Pt_PT: return "Você não tem permissões para arquivar documentos de detalhe deste tipo.";
|
|
7305
|
+
default: return "Non hai i permessi per archiviare documenti di dettaglio di questo tipo.";
|
|
7306
|
+
}
|
|
7307
|
+
}
|
|
7308
|
+
static get YouDoNotHavePermissionsToArchiveMasterDocumentsOfThisType() {
|
|
7309
|
+
switch (this._cultureID) {
|
|
7310
|
+
case CultureIDs.De_DE: return "Sie haben keine Berechtigung, Master-Dokumente dieses Typs zu archivieren.";
|
|
7311
|
+
case CultureIDs.En_US: return "You do not have permissions to archive master documents of this type.";
|
|
7312
|
+
case CultureIDs.Es_ES: return "No tienes permisos para archivar documentos maestros de este tipo.";
|
|
7313
|
+
case CultureIDs.Fr_FR: return "Vous n'avez pas les permissions pour archiver les documents maîtres de ce type.";
|
|
7314
|
+
case CultureIDs.Pt_PT: return "Você não tem permissões para arquivar documentos mestres deste tipo.";
|
|
7315
|
+
default: return "Non hai i permessi per archiviare documenti master di questo tipo.";
|
|
7316
|
+
}
|
|
7317
|
+
}
|
|
6948
7318
|
static get Yes() {
|
|
6949
7319
|
switch (this._cultureID) {
|
|
6950
7320
|
case CultureIDs.De_DE: return "Ja";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import TextBox from 'devextreme-react/
|
|
2
|
+
import TextBox from 'devextreme-react/text-box';
|
|
3
3
|
import { useEffect, useState } from 'react';
|
|
4
4
|
import { SDKUI_Localizator } from './SDKUI_Localizator';
|
|
5
5
|
import { IconCloseOutline, IconSearch } from './TMIcons';
|
package/lib/helper/TMIcons.d.ts
CHANGED
|
@@ -134,6 +134,8 @@ declare function IconImport(props: React.SVGProps<SVGSVGElement>): import("react
|
|
|
134
134
|
declare function IconPalette(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
135
135
|
declare function IconFastSearch(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
136
136
|
declare function IconUserGroup(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
137
|
+
export declare function IconShowAllUsers(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
138
|
+
export declare function IconShowAllUsersOff(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
137
139
|
declare function IconUserGroupOutline(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
138
140
|
declare function IconBoard(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
139
141
|
declare function IconActivity(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -270,4 +272,5 @@ export declare function IconArchiveMaster(props: React.SVGProps<SVGSVGElement>):
|
|
|
270
272
|
export declare function IconPair(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
271
273
|
export declare function IconUnpair(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
272
274
|
export declare function IconBackhandIndexPointingRight(props: Readonly<React.SVGProps<SVGSVGElement>>): import("react/jsx-runtime").JSX.Element;
|
|
273
|
-
export
|
|
275
|
+
export declare function IconMoveToFolder(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
276
|
+
export { Icon123, IconABC, IconAccessPoint, IconAddressBook, IconSignCert, IconServerService, IconActivity, IconActivityLog, IconAdd, IconAddCircleOutline, IconAll, IconApply, IconApplyAndClose, IconArchive, IconArchiveDoc, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowUp, IconAtSign, IconAttachment, IconAutoConfig, IconBackward, IconBasket, IconBoard, IconBoxArchiveIn, IconBxInfo, IconBxLock, IconCalendar, IconCloseCircle, IconCloseOutline, IconCloud, IconCircleInfo, IconClear, IconColumns, IconCommand, IconCopy, IconCount, IconCrown, IconDashboard, IconDcmtType, IconDcmtTypeOnlyMetadata, IconDcmtTypeSys, IconDelete, IconDetails, IconDown, IconDownload, IconDotsVerticalCircleOutline, IconDuplicate, IconEdit, IconEqual, IconEqualNot, IconEraser, IconExpandRight, IconExport, IconFastBackward, IconFoldeAdd, IconFolderSearch, IconFolderZip, IconFastForward, IconFastSearch, IconFileDots, IconFilter, IconForceStop, IconForward, IconFreeze, IconFreeSearch, IconGreaterThan, IconGreaterThanOrEqual, IconHistory, IconImport, IconTag, IconInfo, IconInsertAbove, IconInsertBelow, IconHeart, IconHide, IconLanguage, IconLeft, IconLessThan, IconLessThanOrEqual, IconLock, IconLockClosed, IconLogin, IconLink, IconLogout, IconMail, IconMapping, IconMic, IconMenuHorizontal, IconMenuKebab, IconMenuVertical, IconMetadata, IconMetadata_Computed, IconMetadata_DataList, IconMetadata_Date, IconMetadata_DynamicDataList, IconMetadata_Numerator, IconMetadata_Numeric, IconMetadata_Special, IconMetadata_Text, IconMetadata_User, IconMonitor, IconOpenInNew, IconNotification, IconPassword, IconPencil, IconPlatform, IconPlay, IconPreview, IconPrinter, IconPrintOutline, IconProcess, IconProgressAbortRequested, IconProgressCompleted, IconProgressNotCompleted, IconProgressReady, IconProgressRunning, IconProgressStarted, IconRefresh, IconReset, IconRecentlyViewed, IconRight, IconSave, IconSearch, IconSelected, IconSettings, IconShow, IconSort, IconStop, IconStopwatch, IconSuccess, IconAlarmPlus, IconHourglass, IconNone, IconNotStarted, IconProgress, IconSuccessCirlce, IconSuitcase, IconSupport, IconUndo, IconUnFreeze, IconUp, IconUpdate, IconUpload, IconUser, IconUserProfile, IconVisible, IconWarning, IconWeb, IconWifi, IconWindowMaximize, IconWindowMinimize, IconWorkflow, IconWorkspace, IconUserGroup, IconUserGroupOutline, IconUserLevelMember, IconUserLevelAdministrator, IconUserLevelSystemAdministrator, IconUserLevelAutonomousAdministrator, IconDraggabledots, IconRelation, IconEasy, IconSum, IconDisk, IconDataList, IconPalette, IconFormatPageSplit, IconPaste, IconFileSearch, IconStar, IconStarRemove, IconSearchCheck, IconLightningFill, IconArrowUnsorted, IconArrowSortedUp, IconArrowSortedDown, IconConvertFilePdf, IconExportTo, IconSharedDcmt, IconShare, IconBatchUpdate, IconCheckFile, IconStatistics, IconSubstFile, IconAdvanced, IconSync, IconSavedQuery, IconSignature, IconSignaturePencil, IconRecursiveOps, IconCheckIn, IconTree, IconGrid, IconList, IconFolder, IconFolderOpen, IconFactory, IconTest, IconCheck, IconUncheck, IconSortAsc, IconSortDesc, IconRoundFileUpload, IconSortAscLetters, IconSortDescLetters, IconRotate, IconSortAscNumbers, IconSortDescNumbers, IconSortAscClock, IconSortDescClock, IconLayerGroup, IconBell, IconBellCheck, IconBellOutline, IconBellCheckOutline, IconEnvelopeOpenText, IconChangeUser, IconUserCheck, IconRelationManyToMany, IconRelationOneToMany, IconUserExpired, IconKey, IconZoomInLinear, IconZoomOutLinear, IconMenuCAWorkingGroups, IconCADossier, IconMenuCACaseflow, IconMenuDashboard, IconMenuCAAreas, IconMenuTask, IconMenuSearch, IconMenuFullTextSearch, IconMenuFavourite, IconSAPLogin, IconSAPLogin2, IconView };
|
package/lib/helper/TMIcons.js
CHANGED
|
@@ -405,6 +405,15 @@ function IconFastSearch(props) {
|
|
|
405
405
|
function IconUserGroup(props) {
|
|
406
406
|
return (_jsxs("svg", { fontSize: props.fontSize ? props.fontSize : FONTSIZE, viewBox: "0 0 640 512", fill: "currentColor", height: "1em", width: "1em", ...props, children: [" ", _jsx("path", { d: "M352 128c0 70.7-57.3 128-128 128S96 198.7 96 128 153.3 0 224 0s128 57.3 128 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM609.3 512H471.4c5.4-9.4 8.6-20.3 8.6-32v-8c0-60.7-27.1-115.2-69.8-151.8 2.4-.1 4.7-.2 7.1-.2h61.4c89.1 0 161.3 72.2 161.3 161.3 0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9 19.7-26.6 31.3-59.5 31.3-95.1 0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z" }), " "] }));
|
|
407
407
|
}
|
|
408
|
+
export function IconShowAllUsers(props) {
|
|
409
|
+
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fontSize: props.fontSize ? props.fontSize : FONTSIZE, ...props, children: _jsx("path", { fill: "currentColor", d: "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3s1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5S5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05c1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5" }) }));
|
|
410
|
+
}
|
|
411
|
+
export function IconShowAllUsersOff(props) {
|
|
412
|
+
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fontSize: props.fontSize ? props.fontSize : FONTSIZE, ...props, children: _jsx("path", { fill: "currentColor", d: "M15 8c0-1.42-.5-2.73-1.33-3.76c.42-.14.86-.24 1.33-.24c2.21 0 4 1.79 4 4s-1.79 4-4 4h-.18l-.77-.77c.6-.94.95-2.05.95-3.23m7.83 12H23v-3c0-2.18-3.58-3.47-6.34-3.87c1.1.75 1.95 1.71 2.23 2.94zM7.24 4.41a3.996 3.996 0 0 1 5.35 5.35zM9.17 12H9c-2.21 0-4-1.79-4-4v-.17L.69 3.51L2.1 2.1l19.8 19.8l-1.41 1.41L17 19.83V20H1v-3c0-2.66 5.33-4 8-4c.37 0 .8.03 1.25.08z" }) }));
|
|
413
|
+
}
|
|
414
|
+
function IconUserGroupSlash(props) {
|
|
415
|
+
return (_jsxs("svg", { fontSize: props.fontSize ? props.fontSize : FONTSIZE, viewBox: "0 0 640 512", fill: "currentColor", height: "1em", width: "1em", ...props, children: [" ", _jsx("path", { d: "M352 128c0 70.7-57.3 128-128 128S96 198.7 96 128 153.3 0 224 0s128 57.3 128 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM609.3 512H471.4c5.4-9.4 8.6-20.3 8.6-32v-8c0-60.7-27.1-115.2-69.8-151.8 2.4-.1 4.7-.2 7.1-.2h61.4c89.1 0 161.3 72.2 161.3 161.3 0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9 19.7-26.6 31.3-59.5 31.3-95.1 0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z" }), " ", _jsx("line", { x1: "0", y1: "512", x2: "640", y2: "0", stroke: "currentColor", strokeWidth: "40" }), " "] }));
|
|
416
|
+
}
|
|
408
417
|
function IconUserGroupOutline(props) {
|
|
409
418
|
return (_jsxs("svg", { fontSize: props.fontSize ? props.fontSize : FONTSIZE, viewBox: "0 0 640 512", fill: "white", stroke: "black", strokeWidth: "40", height: "1em", width: "1em", ...props, children: [" ", _jsx("path", { d: "M352 128c0 70.7-57.3 128-128 128S96 198.7 96 128 153.3 0 224 0s128 57.3 128 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM609.3 512H471.4c5.4-9.4 8.6-20.3 8.6-32v-8c0-60.7-27.1-115.2-69.8-151.8 2.4-.1 4.7-.2 7.1-.2h61.4c89.1 0 161.3 72.2 161.3 161.3 0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9 19.7-26.6 31.3-59.5 31.3-95.1 0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z" }), " "] }));
|
|
410
419
|
}
|
|
@@ -667,4 +676,7 @@ export function IconUnpair(props) {
|
|
|
667
676
|
export function IconBackhandIndexPointingRight(props) {
|
|
668
677
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", width: "1em", height: "1em", ...props, children: [_jsx("path", { fill: "#E0BB95", d: "M58.7 41.1c10.8.1 53.3.4 54.9.4c12.8.3 12.7 16.7.7 16.9c-1.5 0-25 1.1-32.2 1.3c5.2 2 7.5 11.9-3.1 14.9c5 2.6 6.4 12.9-4.2 14.7c3.8 2.5 4.3 10.9-6 14.2c-8.4 2.7-28.2 2-40.3-2.3c-9.1-3.3-8.4-5.8-16.7-5.6c-1.4 0-2.1-1.1-2.4-2.4c-1.3-5.9-1.9-26.3-.3-33.8c.4-1.6 1.7-1.8 2.2-1.9c2.1-.4 4.2-2.5 5-4.3c3.2-6.4 12.8-12.8 23.4-18.2c5.5-2.8 9.2-8.8 10.4-18.3c.8-6.3 8.6-7.7 11.8-2.5c2.2 3.6 2.9 7 2.9 10.4c.2 6.2-1.6 10.1-6.1 16.5" }), _jsx("defs", { children: _jsx("path", { id: "notoBackhandIndexPointingRightMediumLightSkinTone0", d: "M58.7 41.1c10.8.1 53.3.4 54.9.4c12.8.3 12.7 16.7.7 16.9c-1.5 0-25 1.1-32.2 1.3c5.2 2 7.5 11.9-3.1 14.9c5 2.6 6.4 12.9-4.2 14.7c3.8 2.5 4.3 10.9-6 14.2c-8.4 2.7-28.2 2-40.3-2.3c-9.1-3.3-8.4-5.8-16.7-5.6c-1.4 0-2.1-1.1-2.4-2.4c-1.3-5.9-1.9-26.3-.3-33.8c.4-1.6 1.7-1.8 2.2-1.9c2.1-.4 4.2-2.5 5-4.3c3.2-6.4 12.8-12.8 23.4-18.2c5.5-2.8 9.2-8.8 10.4-18.3c.8-6.3 8.6-7.7 11.8-2.5c2.2 3.6 2.9 7 2.9 10.4c.2 6.2-1.6 10.1-6.1 16.5" }) }), _jsx("clipPath", { id: "notoBackhandIndexPointingRightMediumLightSkinTone1", children: _jsx("use", { href: "#notoBackhandIndexPointingRightMediumLightSkinTone0" }) }), _jsx("g", { fill: "#D19661", clipPath: "url(#notoBackhandIndexPointingRightMediumLightSkinTone1)", children: _jsx("path", { d: "M73.3 59.5c.1 1.6 2.8 2.9 2.8 6.4c0 3.7-3 4.7-3.1 7.5c-.1 2.7 2 3.8 1.5 7.7c-.6 4.5-4.1 4-4.2 7.1c0 2.7 1.8 3.2 1.8 6.6c0 3.1-3 5.8-5.5 7s-1.2 3.4 0 3.4s11.9-1.3 14.5-8.2c3-8 11-29.6 8.8-36.9c-7.1-1-11.5-1.6-13.7-1.8c-.7-.1-2.9-.6-2.9 1.2M60.1 40.7c0 .9.1 1.5 1 1.5c1 0 43.6 2.1 51.6 2.3c9.2.2 8.7 7.6 5.9 10.1c-1.9 1.7.6 4 2.2 2.6s4.4-3.4 4.3-8.4s-4.4-8.6-8.4-8.9c-3.8-.3-56.6.8-56.6.8m-51.9 21c15.9 0 14.1-11.7 25.2-18.9c15.4-10.1 16.3-11.1 19.7-25.2c1.2-4.9 5.7-4.4 7.7-2.1s4.9-1.3 3.6-2.7s-7.8-7.7-14.8-1.1s-42 46.2-42 46.2z" }) }), _jsx("defs", { children: _jsx("use", { href: "#notoBackhandIndexPointingRightMediumLightSkinTone0", id: "notoBackhandIndexPointingRightMediumLightSkinTone2" }) }), _jsx("clipPath", { id: "notoBackhandIndexPointingRightMediumLightSkinTone3", children: _jsx("use", { href: "#notoBackhandIndexPointingRightMediumLightSkinTone2" }) }), _jsx("g", { fill: "#8D542E", clipPath: "url(#notoBackhandIndexPointingRightMediumLightSkinTone3)", children: _jsx("path", { d: "M58.7 41.1h-1.9c-.4 0-.8-.4-.2-1.3s5.8-8 5.8-15c0-3.2-.5-7.7-3.4-12.4c-.6-.9.2-1.4.9-1c.7.5 6.4 3.2 6.5 13.4s-7.7 16.3-7.7 16.3m65.1 8.8c-.5 0-1.1-.2-1.7 1c-.7 1.5-3.1 4.4-8.4 4.7s-38.1 2.5-38.9 2.5c-1.1 0-1.2 1.9.1 1.8c1.7-.1 7.2-.2 7.2-.2s30.9 1.8 36.9-.6c6.1-2.4 4.8-9.2 4.8-9.2M86.6 68.5c-.3-.1-.7-.1-1 .3c-1.5 2-4.6 3.5-10.6 3.3c-1.4 0-1.6 2.7.1 2.7c.7 0 4-.1 4-.1l6.6-.2zm-3.6 15c-.3-.1-.7-.1-1.1.4c-1.5 2-3.5 2.8-9.7 3c-1.5.1-1.4 2.6.2 2.6c1.1 0 2.4-.1 2.4-.1l7-.6zm-5.4 12.7c-.3-.1-.8-.2-1.2.4c-.8 1.1-2.9 3-7.5 4.4c-3.7 1.1-21.3 1.9-32.5-.7c-2.3-.5-9.9-3-13.6-5.3s-7.3-1.6-8.3-1.4s-6.3.7-6.3.7l2.5 3.7l27 8.6l38.5-.6z" }) })] }));
|
|
669
678
|
}
|
|
670
|
-
export
|
|
679
|
+
export function IconMoveToFolder(props) {
|
|
680
|
+
return (_jsx("svg", { fontSize: props.fontSize ?? FONTSIZE, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28", width: "1em", height: "1em", ...props, children: _jsx("path", { d: "M21.5 15a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zM10.207 4c.46 0 .908.141 1.284.402l.156.12L14.022 6.5h9.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v7.06a6.518 6.518 0 0 0-1.499-1.077L24.5 8.75a.75.75 0 0 0-.648-.743L23.75 8h-9.729l-2.374 1.978a2.25 2.25 0 0 1-1.244.513l-.196.009l-6.707-.001V21.75c0 .38.282.693.648.743l.102.007h11.064a6.47 6.47 0 0 0 .709 1.501L4.25 24a2.25 2.25 0 0 1-2.245-2.096L2 21.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h5.957zm11.585 13.545l-.076.044l-.07.057l-.057.07a.5.5 0 0 0 0 .568l.057.07l1.646 1.645l-4.798.001l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008l4.8-.001l-1.648 1.647l-.057.07a.5.5 0 0 0 .695.695l.07-.057l2.535-2.541l.031-.042l.042-.08l.026-.083l.01-.064l-.002-.11l-.008-.042l-.026-.083l-.042-.08l-.037-.05l-2.53-2.533l-.069-.057a.5.5 0 0 0-.492-.044zM10.207 5.5H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L10.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167l-.104-.007z", fill: "currentColor", fillRule: "nonzero" }) }));
|
|
681
|
+
}
|
|
682
|
+
export { Icon123, IconABC, IconAccessPoint, IconAddressBook, IconSignCert, IconServerService, IconActivity, IconActivityLog, IconAdd, IconAddCircleOutline, IconAll, IconApply, IconApplyAndClose, IconArchive, IconArchiveDoc, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowUp, IconAtSign, IconAttachment, IconAutoConfig, IconBackward, IconBasket, IconBoard, IconBoxArchiveIn, IconBxInfo, IconBxLock, IconCalendar, IconCloseCircle, IconCloseOutline, IconCloud, IconCircleInfo, IconClear, IconColumns, IconCommand, IconCopy, IconCount, IconCrown, IconDashboard, IconDcmtType, IconDcmtTypeOnlyMetadata, IconDcmtTypeSys, IconDelete, IconDetails, IconDown, IconDownload, IconDotsVerticalCircleOutline, IconDuplicate, IconEdit, IconEqual, IconEqualNot, IconEraser, IconExpandRight, IconExport, IconFastBackward, IconFoldeAdd, IconFolderSearch, IconFolderZip, IconFastForward, IconFastSearch, IconFileDots, IconFilter, IconForceStop, IconForward, IconFreeze, IconFreeSearch, IconGreaterThan, IconGreaterThanOrEqual, IconHistory, IconImport, IconTag, IconInfo, IconInsertAbove, IconInsertBelow, IconHeart, IconHide, IconLanguage, IconLeft, IconLessThan, IconLessThanOrEqual, IconLock, IconLockClosed, IconLogin, IconLink, IconLogout, IconMail, IconMapping, IconMic, IconMenuHorizontal, IconMenuKebab, IconMenuVertical, IconMetadata, IconMetadata_Computed, IconMetadata_DataList, IconMetadata_Date, IconMetadata_DynamicDataList, IconMetadata_Numerator, IconMetadata_Numeric, IconMetadata_Special, IconMetadata_Text, IconMetadata_User, IconMonitor, IconOpenInNew, IconNotification, IconPassword, IconPencil, IconPlatform, IconPlay, IconPreview, IconPrinter, IconPrintOutline, IconProcess, IconProgressAbortRequested, IconProgressCompleted, IconProgressNotCompleted, IconProgressReady, IconProgressRunning, IconProgressStarted, IconRefresh, IconReset, IconRecentlyViewed, IconRight, IconSave, IconSearch, IconSelected, IconSettings, IconShow, IconSort, IconStop, IconStopwatch, IconSuccess, IconAlarmPlus, IconHourglass, IconNone, IconNotStarted, IconProgress, IconSuccessCirlce, IconSuitcase, IconSupport, IconUndo, IconUnFreeze, IconUp, IconUpdate, IconUpload, IconUser, IconUserProfile, IconVisible, IconWarning, IconWeb, IconWifi, IconWindowMaximize, IconWindowMinimize, IconWorkflow, IconWorkspace, IconUserGroup, IconUserGroupOutline, IconUserLevelMember, IconUserLevelAdministrator, IconUserLevelSystemAdministrator, IconUserLevelAutonomousAdministrator, IconDraggabledots, IconRelation, IconEasy, IconSum, IconDisk, IconDataList, IconPalette, IconFormatPageSplit, IconPaste, IconFileSearch, IconStar, IconStarRemove, IconSearchCheck, IconLightningFill, IconArrowUnsorted, IconArrowSortedUp, IconArrowSortedDown, IconConvertFilePdf, IconExportTo, IconSharedDcmt, IconShare, IconBatchUpdate, IconCheckFile, IconStatistics, IconSubstFile, IconAdvanced, IconSync, IconSavedQuery, IconSignature, IconSignaturePencil, IconRecursiveOps, IconCheckIn, IconTree, IconGrid, IconList, IconFolder, IconFolderOpen, IconFactory, IconTest, IconCheck, IconUncheck, IconSortAsc, IconSortDesc, IconRoundFileUpload, IconSortAscLetters, IconSortDescLetters, IconRotate, IconSortAscNumbers, IconSortDescNumbers, IconSortAscClock, IconSortDescClock, IconLayerGroup, IconBell, IconBellCheck, IconBellOutline, IconBellCheckOutline, IconEnvelopeOpenText, IconChangeUser, IconUserCheck, IconRelationManyToMany, IconRelationOneToMany, IconUserExpired, IconKey, IconZoomInLinear, IconZoomOutLinear, IconMenuCAWorkingGroups, IconCADossier, IconMenuCACaseflow, IconMenuDashboard, IconMenuCAAreas, IconMenuTask, IconMenuSearch, IconMenuFullTextSearch, IconMenuFavourite, IconSAPLogin, IconSAPLogin2, IconView };
|