@topconsultnpm/sdkui-react 6.19.0-dev2.2 → 6.19.0-dev2.21
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/TMCustomButton.js +2 -2
- 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 +11 -2
- 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/TMTooltip.d.ts +1 -1
- package/lib/components/base/TMTooltip.js +1 -1
- package/lib/components/choosers/TMMetadataChooser.d.ts +4 -1
- package/lib/components/choosers/TMMetadataChooser.js +14 -6
- package/lib/components/editors/TMDateBox.d.ts +1 -1
- package/lib/components/features/documents/TMDcmtForm.js +41 -38
- 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 +91 -10
- 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 +1 -1
- package/lib/components/features/tasks/TMTasksAgenda.js +3 -3
- package/lib/components/features/tasks/TMTasksCalendar.js +1 -1
- package/lib/components/features/tasks/TMTasksHeader.js +1 -1
- package/lib/components/features/tasks/TMTasksUtils.d.ts +1 -1
- package/lib/components/features/tasks/TMTasksUtils.js +1 -1
- package/lib/components/features/tasks/TMTasksUtilsView.js +2 -1
- package/lib/components/features/tasks/TMTasksView.js +1 -1
- package/lib/components/features/workflow/TMWorkflowPopup.js +1 -1
- package/lib/components/features/workflow/diagram/DiagramItemForm.js +11 -6
- package/lib/components/features/workflow/diagram/RecipientList.js +1 -1
- package/lib/components/features/workflow/diagram/WFDiagram.js +20 -6
- package/lib/components/forms/TMResultDialog.js +8 -2
- package/lib/components/grids/TMBlogsPost.d.ts +1 -0
- package/lib/components/grids/TMBlogsPost.js +20 -4
- package/lib/components/grids/TMBlogsPostUtils.js +1 -1
- package/lib/components/grids/TMRecentsManager.js +1 -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/query/TMQuerySummary.d.ts +1 -0
- package/lib/components/query/TMQuerySummary.js +3 -3
- 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/SDKUI_Localizator.d.ts +35 -2
- package/lib/helper/SDKUI_Localizator.js +352 -22
- package/lib/helper/TMCustomSearchBar.js +1 -1
- package/lib/helper/TMIcons.d.ts +1 -0
- package/lib/helper/TMIcons.js +3 -0
- package/lib/helper/TMUtils.d.ts +1 -4
- package/lib/helper/TMUtils.js +13 -9
- package/lib/helper/helpers.js +2 -1
- package/lib/helper/index.d.ts +1 -0
- package/lib/helper/index.js +1 -0
- package/lib/hooks/useRelatedDocuments.js +24 -24
- package/lib/ts/types.d.ts +1 -1
- package/package.json +4 -4
|
@@ -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";
|
|
@@ -695,6 +715,16 @@ export class SDKUI_Localizator {
|
|
|
695
715
|
default: return "Calendario";
|
|
696
716
|
}
|
|
697
717
|
}
|
|
718
|
+
static get CancelCheckOut() {
|
|
719
|
+
switch (this._cultureID) {
|
|
720
|
+
case CultureIDs.De_DE: return "Check-out abbrechen";
|
|
721
|
+
case CultureIDs.En_US: return "Cancel Check Out";
|
|
722
|
+
case CultureIDs.Es_ES: return "Cancelar check-out";
|
|
723
|
+
case CultureIDs.Fr_FR: return "Annuler le check-out";
|
|
724
|
+
case CultureIDs.Pt_PT: return "Cancelar check-out";
|
|
725
|
+
default: return "Annulla Check out";
|
|
726
|
+
}
|
|
727
|
+
}
|
|
698
728
|
static get CassettoDoganaleExportMRN() {
|
|
699
729
|
switch (this._cultureID) {
|
|
700
730
|
case CultureIDs.De_DE: return "MRN-Erholung für den Export";
|
|
@@ -915,6 +945,16 @@ export class SDKUI_Localizator {
|
|
|
915
945
|
default: return "Commento";
|
|
916
946
|
}
|
|
917
947
|
}
|
|
948
|
+
static get CompactView() {
|
|
949
|
+
switch (this._cultureID) {
|
|
950
|
+
case CultureIDs.De_DE: return "Kompaktansicht";
|
|
951
|
+
case CultureIDs.En_US: return "Compact View";
|
|
952
|
+
case CultureIDs.Es_ES: return "Vista Compacta";
|
|
953
|
+
case CultureIDs.Fr_FR: return "Vue Compacte";
|
|
954
|
+
case CultureIDs.Pt_PT: return "Vista Compacta";
|
|
955
|
+
default: return "Vista Compatta";
|
|
956
|
+
}
|
|
957
|
+
}
|
|
918
958
|
static get Completed() {
|
|
919
959
|
switch (this._cultureID) {
|
|
920
960
|
case CultureIDs.De_DE: return "Abgeschlossen";
|
|
@@ -1583,10 +1623,10 @@ export class SDKUI_Localizator {
|
|
|
1583
1623
|
return `${this.WorkGroup} - ${this.AddParticipants}`;
|
|
1584
1624
|
}
|
|
1585
1625
|
static get DiagramItemTypes_CaseFlow_Create() {
|
|
1586
|
-
return `${this.
|
|
1626
|
+
return `${this.Dossier} - ${this.Create}`;
|
|
1587
1627
|
}
|
|
1588
1628
|
static get DiagramItemTypes_CaseFlow_AddParts() {
|
|
1589
|
-
return `${this.
|
|
1629
|
+
return `${this.Dossier} - ${this.AddParticipants}`;
|
|
1590
1630
|
}
|
|
1591
1631
|
static get DiagramItemTypes_Exit() {
|
|
1592
1632
|
switch (this._cultureID) {
|
|
@@ -1728,6 +1768,26 @@ export class SDKUI_Localizator {
|
|
|
1728
1768
|
default: return "Dominio";
|
|
1729
1769
|
}
|
|
1730
1770
|
}
|
|
1771
|
+
static get Dossier() {
|
|
1772
|
+
switch (this._cultureID) {
|
|
1773
|
+
case CultureIDs.De_DE: return "Übung";
|
|
1774
|
+
case CultureIDs.En_US: return "Dossier";
|
|
1775
|
+
case CultureIDs.Es_ES: return "Expediente";
|
|
1776
|
+
case CultureIDs.Fr_FR: return "Pratique";
|
|
1777
|
+
case CultureIDs.Pt_PT: return "Prática";
|
|
1778
|
+
default: return "Pratica";
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
static get Dossiers() {
|
|
1782
|
+
switch (this._cultureID) {
|
|
1783
|
+
case CultureIDs.De_DE: return "Akten";
|
|
1784
|
+
case CultureIDs.En_US: return "Dossiers";
|
|
1785
|
+
case CultureIDs.Es_ES: return "Expedientes";
|
|
1786
|
+
case CultureIDs.Fr_FR: return "Pratiques";
|
|
1787
|
+
case CultureIDs.Pt_PT: return "Práticas";
|
|
1788
|
+
default: return "Pratiche";
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1731
1791
|
static get DownloadFile() {
|
|
1732
1792
|
switch (this._cultureID) {
|
|
1733
1793
|
case CultureIDs.De_DE: return "Datei herunterladen";
|
|
@@ -2040,6 +2100,26 @@ export class SDKUI_Localizator {
|
|
|
2040
2100
|
default: return "Errore nelle date (1)";
|
|
2041
2101
|
}
|
|
2042
2102
|
}
|
|
2103
|
+
static get ExecuteCancelCheckOutQuestion() {
|
|
2104
|
+
switch (this._cultureID) {
|
|
2105
|
+
case CultureIDs.De_DE: return "Check-out abbrechen?";
|
|
2106
|
+
case CultureIDs.En_US: return "Cancel Check Out?";
|
|
2107
|
+
case CultureIDs.Es_ES: return "¿Cancelar el check-out?";
|
|
2108
|
+
case CultureIDs.Fr_FR: return "Annuler le check-out ?";
|
|
2109
|
+
case CultureIDs.Pt_PT: return "Cancelar o check-out?";
|
|
2110
|
+
default: return "Annullare il Check out?";
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
static get ExecuteCheckOutQuestion() {
|
|
2114
|
+
switch (this._cultureID) {
|
|
2115
|
+
case CultureIDs.De_DE: return "Check-out durchführen?";
|
|
2116
|
+
case CultureIDs.En_US: return "Perform Check Out?";
|
|
2117
|
+
case CultureIDs.Es_ES: return "¿Realizar el check-out?";
|
|
2118
|
+
case CultureIDs.Fr_FR: return "Effectuer le check-out ?";
|
|
2119
|
+
case CultureIDs.Pt_PT: return "Executar o check-out?";
|
|
2120
|
+
default: return "Eseguire il Check out?";
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2043
2123
|
static get ExportDataListsDescriptionField() {
|
|
2044
2124
|
switch (this._cultureID) {
|
|
2045
2125
|
case CultureIDs.De_DE: return 'Exportiere die "Beschreibung"-Felder der Datenlisten';
|
|
@@ -3139,6 +3219,26 @@ export class SDKUI_Localizator {
|
|
|
3139
3219
|
default: return "Segna come";
|
|
3140
3220
|
}
|
|
3141
3221
|
}
|
|
3222
|
+
static get Match() {
|
|
3223
|
+
switch (this._cultureID) {
|
|
3224
|
+
case CultureIDs.De_DE: return "Übereinstimmen";
|
|
3225
|
+
case CultureIDs.En_US: return "Match";
|
|
3226
|
+
case CultureIDs.Es_ES: return "Emparejar";
|
|
3227
|
+
case CultureIDs.Fr_FR: return "Associer";
|
|
3228
|
+
case CultureIDs.Pt_PT: return "Corresponder";
|
|
3229
|
+
default: return "Abbina";
|
|
3230
|
+
}
|
|
3231
|
+
}
|
|
3232
|
+
static get MatchManyDocumentsManyToMany() {
|
|
3233
|
+
switch (this._cultureID) {
|
|
3234
|
+
case CultureIDs.De_DE: return "Mehrere Dokumente mehrfach zuordnen";
|
|
3235
|
+
case CultureIDs.En_US: return "Match many documents many to many";
|
|
3236
|
+
case CultureIDs.Es_ES: return "Emparejar muchos documentos de muchos a muchos";
|
|
3237
|
+
case CultureIDs.Fr_FR: return "Associer plusieurs documents plusieurs à plusieurs";
|
|
3238
|
+
case CultureIDs.Pt_PT: return "Corresponder muitos documentos de muitos para muitos";
|
|
3239
|
+
default: return "Abbina documenti molti a molti";
|
|
3240
|
+
}
|
|
3241
|
+
}
|
|
3142
3242
|
static get Max_Value() {
|
|
3143
3243
|
switch (this._cultureID) {
|
|
3144
3244
|
case CultureIDs.De_DE: return "Der Maximalwert ist {{0}}";
|
|
@@ -3691,6 +3791,146 @@ export class SDKUI_Localizator {
|
|
|
3691
3791
|
default: return "Nessun documento selezionato";
|
|
3692
3792
|
}
|
|
3693
3793
|
}
|
|
3794
|
+
static get NoDetailDocumentFoundForArchiving() {
|
|
3795
|
+
switch (this._cultureID) {
|
|
3796
|
+
case CultureIDs.De_DE: return "Kein Detaildokument zur Archivierung gefunden.";
|
|
3797
|
+
case CultureIDs.En_US: return "No detail document found for archiving.";
|
|
3798
|
+
case CultureIDs.Es_ES: return "No se encontró ningún documento de detalle para archivar.";
|
|
3799
|
+
case CultureIDs.Fr_FR: return "Aucun document détail trouvé pour l'archivage.";
|
|
3800
|
+
case CultureIDs.Pt_PT: return "Nenhum documento de detalhe encontrado para arquivamento.";
|
|
3801
|
+
default: return "Nessun documento di dettaglio trovato per l'archiviazione.";
|
|
3802
|
+
}
|
|
3803
|
+
}
|
|
3804
|
+
static get NoDocumentMatchFound() {
|
|
3805
|
+
switch (this._cultureID) {
|
|
3806
|
+
case CultureIDs.De_DE: return "Kein zugeordnetes Dokument gefunden.";
|
|
3807
|
+
case CultureIDs.En_US: return "No document match found.";
|
|
3808
|
+
case CultureIDs.Es_ES: return "No se encontró ningún documento emparejado.";
|
|
3809
|
+
case CultureIDs.Fr_FR: return "Aucun document associé trouvé.";
|
|
3810
|
+
case CultureIDs.Pt_PT: return "Nenhum documento correspondente encontrado.";
|
|
3811
|
+
default: return "Nessun documento abbinato trovato.";
|
|
3812
|
+
}
|
|
3813
|
+
}
|
|
3814
|
+
static get NoDocumentSelectedForManyToManyMatching() {
|
|
3815
|
+
switch (this._cultureID) {
|
|
3816
|
+
case CultureIDs.De_DE: return "Kein Dokument für die Mehrfach-Zuordnung ausgewählt.";
|
|
3817
|
+
case CultureIDs.En_US: return "No document selected for many-to-many matching.";
|
|
3818
|
+
case CultureIDs.Es_ES: return "Ningún documento seleccionado para el emparejamiento de muchos a muchos.";
|
|
3819
|
+
case CultureIDs.Fr_FR: return "Aucun document sélectionné pour l'association plusieurs à plusieurs.";
|
|
3820
|
+
case CultureIDs.Pt_PT: return "Nenhum documento selecionado para correspondência de muitos para muitos.";
|
|
3821
|
+
default: return "Nessun documento selezionato per l'abbinamento molti a molti.";
|
|
3822
|
+
}
|
|
3823
|
+
}
|
|
3824
|
+
static get NoDocumentSelectedForManyToManyUnmatching() {
|
|
3825
|
+
switch (this._cultureID) {
|
|
3826
|
+
case CultureIDs.De_DE: return "Kein Dokument für die Aufhebung der Mehrfach-Zuordnung ausgewählt.";
|
|
3827
|
+
case CultureIDs.En_US: return "No document selected for many-to-many unmatching.";
|
|
3828
|
+
case CultureIDs.Es_ES: return "Ningún documento seleccionado para el desemparejamiento de muchos a muchos.";
|
|
3829
|
+
case CultureIDs.Fr_FR: return "Aucun document sélectionné pour la dissociation plusieurs à plusieurs.";
|
|
3830
|
+
case CultureIDs.Pt_PT: return "Nenhum documento selecionado para descorrespondência de muitos para muitos.";
|
|
3831
|
+
default: return "Nessun documento selezionato per il disabbinamento molti a molti.";
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
static get NoDocumentToMatch() {
|
|
3835
|
+
switch (this._cultureID) {
|
|
3836
|
+
case CultureIDs.De_DE: return "Kein Dokument zuzuordnen. Alle resultierenden Dokumente sind bereits zugeordnet.";
|
|
3837
|
+
case CultureIDs.En_US: return "No document to match. All resulting documents are already matched.";
|
|
3838
|
+
case CultureIDs.Es_ES: return "Ningún documento para emparejar. Todos los documentos resultantes ya están emparejados.";
|
|
3839
|
+
case CultureIDs.Fr_FR: return "Aucun document à associer. Tous les documents résultants sont déjà associés.";
|
|
3840
|
+
case CultureIDs.Pt_PT: return "Nenhum documento para corresponder. Todos os documentos resultantes já estão correspondidos.";
|
|
3841
|
+
default: return "Nessun documento da abbinare. Tutti i documenti risultanti sono già abbinati.";
|
|
3842
|
+
}
|
|
3843
|
+
}
|
|
3844
|
+
static get NoManyToManyMatchingRelationshipAssociatedWithRetrievalQuery() {
|
|
3845
|
+
switch (this._cultureID) {
|
|
3846
|
+
case CultureIDs.De_DE: return "Keine Mehrfach-Zuordnungsbeziehung mit Abrufabfrage verknüpft.";
|
|
3847
|
+
case CultureIDs.En_US: return "No many-to-many matching relationship associated with retrieval query.";
|
|
3848
|
+
case CultureIDs.Es_ES: return "Ninguna relación de emparejamiento de muchos a muchos asociada con la consulta de recuperación.";
|
|
3849
|
+
case CultureIDs.Fr_FR: return "Aucune relation d'association plusieurs à plusieurs associée à la requête de récupération.";
|
|
3850
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de correspondência de muitos para muitos associada à consulta de recuperação.";
|
|
3851
|
+
default: return "Nessuna query di recupero associata alla relazione di abbinamento molti a molti.";
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3854
|
+
static get NoManyToManyMatchingRelationshipDefined() {
|
|
3855
|
+
switch (this._cultureID) {
|
|
3856
|
+
case CultureIDs.De_DE: return "Keine Mehrfach-Zuordnungsbeziehung im System definiert.";
|
|
3857
|
+
case CultureIDs.En_US: return "No many-to-many matching relationship defined in the system.";
|
|
3858
|
+
case CultureIDs.Es_ES: return "Ninguna relación de emparejamiento de muchos a muchos definida en el sistema.";
|
|
3859
|
+
case CultureIDs.Fr_FR: return "Aucune relation d'association plusieurs à plusieurs définie dans le système.";
|
|
3860
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de correspondência de muitos para muitos definida no sistema.";
|
|
3861
|
+
default: return "Nessuna relazione di abbinamento molti a molti definita nel sistema.";
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3864
|
+
static get NoManyToManyMatchingRelationshipDefinedForSelectedDocumentType() {
|
|
3865
|
+
switch (this._cultureID) {
|
|
3866
|
+
case CultureIDs.De_DE: return "Keine Mehrfach-Zuordnungsbeziehung für den ausgewählten Dokumenttyp definiert.";
|
|
3867
|
+
case CultureIDs.En_US: return "No many-to-many matching relationship defined for selected document type.";
|
|
3868
|
+
case CultureIDs.Es_ES: return "Ninguna relación de emparejamiento de muchos a muchos definida para el tipo de documento seleccionado.";
|
|
3869
|
+
case CultureIDs.Fr_FR: return "Aucune relation d'association plusieurs à plusieurs définie pour le type de document sélectionné.";
|
|
3870
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de correspondência de muitos para muitos definida para o tipo de documento selecionado.";
|
|
3871
|
+
default: return "Nessuna relazione di abbinamento molti a molti definita per il tipo di documento selezionato.";
|
|
3872
|
+
}
|
|
3873
|
+
}
|
|
3874
|
+
static get NoManyToManyUnmatchingRelationshipAssociatedWithRetrievalQuery() {
|
|
3875
|
+
switch (this._cultureID) {
|
|
3876
|
+
case CultureIDs.De_DE: return "Keine Beziehung zur Aufhebung der Mehrfach-Zuordnung mit Abrufabfrage verknüpft.";
|
|
3877
|
+
case CultureIDs.En_US: return "No many-to-many unmatching relationship associated with retrieval query.";
|
|
3878
|
+
case CultureIDs.Es_ES: return "Ninguna relación de desemparejamiento de muchos a muchos asociada con la consulta de recuperación.";
|
|
3879
|
+
case CultureIDs.Fr_FR: return "Aucune relation de dissociation plusieurs à plusieurs associée à la requête de récupération.";
|
|
3880
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de descorrespondência de muitos para muitos associada à consulta de recuperação.";
|
|
3881
|
+
default: return "Nessuna query di recupero associata alla relazione di disabbinamento molti a molti.";
|
|
3882
|
+
}
|
|
3883
|
+
}
|
|
3884
|
+
static get NoManyToManyUnmatchingRelationshipDefined() {
|
|
3885
|
+
switch (this._cultureID) {
|
|
3886
|
+
case CultureIDs.De_DE: return "Keine Beziehung zur Aufhebung der Mehrfach-Zuordnung im System definiert.";
|
|
3887
|
+
case CultureIDs.En_US: return "No many-to-many unmatching relationship defined in the system.";
|
|
3888
|
+
case CultureIDs.Es_ES: return "Ninguna relación de desemparejamiento de muchos a muchos definida en el sistema.";
|
|
3889
|
+
case CultureIDs.Fr_FR: return "Aucune relation de dissociation plusieurs à plusieurs définie dans le système.";
|
|
3890
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de descorrespondência de muitos para muitos definida no sistema.";
|
|
3891
|
+
default: return "Nessuna relazione di disabbinamento molti a molti definita nel sistema.";
|
|
3892
|
+
}
|
|
3893
|
+
}
|
|
3894
|
+
static get NoManyToManyUnmatchingRelationshipDefinedForSelectedDocumentType() {
|
|
3895
|
+
switch (this._cultureID) {
|
|
3896
|
+
case CultureIDs.De_DE: return "Keine Beziehung zur Aufhebung der Mehrfach-Zuordnung für den ausgewählten Dokumenttyp definiert.";
|
|
3897
|
+
case CultureIDs.En_US: return "No many-to-many unmatching relationship defined for selected document type.";
|
|
3898
|
+
case CultureIDs.Es_ES: return "Ninguna relación de desemparejamiento de muchos a muchos definida para el tipo de documento seleccionado.";
|
|
3899
|
+
case CultureIDs.Fr_FR: return "Aucune relation de dissociation plusieurs à plusieurs définie pour le type de document sélectionné.";
|
|
3900
|
+
case CultureIDs.Pt_PT: return "Nenhuma relação de descorrespondência de muitos para muitos definida para o tipo de documento selecionado.";
|
|
3901
|
+
default: return "Nessuna relazione di abbinamento molti a molti definita per il tipo di documento selezionato.";
|
|
3902
|
+
}
|
|
3903
|
+
}
|
|
3904
|
+
static get NoMasterDocumentFoundForArchiving() {
|
|
3905
|
+
switch (this._cultureID) {
|
|
3906
|
+
case CultureIDs.De_DE: return "Kein Master-Dokument zur Archivierung gefunden.";
|
|
3907
|
+
case CultureIDs.En_US: return "No master document found for archiving.";
|
|
3908
|
+
case CultureIDs.Es_ES: return "No se encontró ningún documento maestro para archivar.";
|
|
3909
|
+
case CultureIDs.Fr_FR: return "Aucun document maître trouvé pour l'archivage.";
|
|
3910
|
+
case CultureIDs.Pt_PT: return "Nenhum documento mestre encontrado para arquivamento.";
|
|
3911
|
+
default: return "Nessun documento di master trovato per l'archiviazione";
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
static get NoMatchFoundForDetailDocuments() {
|
|
3915
|
+
switch (this._cultureID) {
|
|
3916
|
+
case CultureIDs.De_DE: return "Keine Zuordnung für Detaildokumente gefunden.";
|
|
3917
|
+
case CultureIDs.En_US: return "No match found for detail documents.";
|
|
3918
|
+
case CultureIDs.Es_ES: return "No se encontró ninguna correspondencia para los documentos de detalle.";
|
|
3919
|
+
case CultureIDs.Fr_FR: return "Aucune correspondance trouvée pour les documents détail.";
|
|
3920
|
+
case CultureIDs.Pt_PT: return "Nenhuma correspondência encontrada para documentos de detalhe.";
|
|
3921
|
+
default: return "Nessuna associazione trovata per i documenti di dettaglio";
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
static get NoMatchFoundForMasterDocuments() {
|
|
3925
|
+
switch (this._cultureID) {
|
|
3926
|
+
case CultureIDs.De_DE: return "Keine Zuordnung für Master-Dokumente gefunden.";
|
|
3927
|
+
case CultureIDs.En_US: return "No match found for master documents.";
|
|
3928
|
+
case CultureIDs.Es_ES: return "No se encontró ninguna correspondencia para los documentos maestros.";
|
|
3929
|
+
case CultureIDs.Fr_FR: return "Aucune correspondance trouvée pour les documents maîtres.";
|
|
3930
|
+
case CultureIDs.Pt_PT: return "Nenhuma correspondência encontrada para documentos mestres.";
|
|
3931
|
+
default: return "Nessuna associazione trovata per i documenti di master";
|
|
3932
|
+
}
|
|
3933
|
+
}
|
|
3694
3934
|
static get NoMessages() {
|
|
3695
3935
|
switch (this._cultureID) {
|
|
3696
3936
|
case CultureIDs.De_DE: return "Keine Nachrichten vorhanden";
|
|
@@ -4371,16 +4611,6 @@ export class SDKUI_Localizator {
|
|
|
4371
4611
|
default: return "Rinviata";
|
|
4372
4612
|
}
|
|
4373
4613
|
}
|
|
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
4614
|
static get PreparingFileForArchive() {
|
|
4385
4615
|
switch (this._cultureID) {
|
|
4386
4616
|
case CultureIDs.De_DE: return "Datei für Archivierung vorbereiten...";
|
|
@@ -4431,16 +4661,6 @@ export class SDKUI_Localizator {
|
|
|
4431
4661
|
default: return "Anteprima non disponibile per questo dispositivo. Clicca per visualizzare il documento.";
|
|
4432
4662
|
}
|
|
4433
4663
|
}
|
|
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
4664
|
static get Previous() {
|
|
4445
4665
|
switch (this._cultureID) {
|
|
4446
4666
|
case CultureIDs.De_DE: return "Vorherige";
|
|
@@ -5349,6 +5569,26 @@ export class SDKUI_Localizator {
|
|
|
5349
5569
|
default: return "Condivisa";
|
|
5350
5570
|
}
|
|
5351
5571
|
}
|
|
5572
|
+
static get SharedArchiving() {
|
|
5573
|
+
switch (this._cultureID) {
|
|
5574
|
+
case CultureIDs.De_DE: return "Gemeinsame Archivierung";
|
|
5575
|
+
case CultureIDs.En_US: return "Shared archiving";
|
|
5576
|
+
case CultureIDs.Es_ES: return "Archivo compartido";
|
|
5577
|
+
case CultureIDs.Fr_FR: return "Archivage partagé";
|
|
5578
|
+
case CultureIDs.Pt_PT: return "Arquivamento compartilhado";
|
|
5579
|
+
default: return "Archiviazione condivisa";
|
|
5580
|
+
}
|
|
5581
|
+
}
|
|
5582
|
+
static get SharedDocuments() {
|
|
5583
|
+
switch (this._cultureID) {
|
|
5584
|
+
case CultureIDs.De_DE: return "Gemeinsame Dokumente";
|
|
5585
|
+
case CultureIDs.En_US: return "Shared documents";
|
|
5586
|
+
case CultureIDs.Es_ES: return "Documentos compartidos";
|
|
5587
|
+
case CultureIDs.Fr_FR: return "Documents partagés";
|
|
5588
|
+
case CultureIDs.Pt_PT: return "Documentos compartilhados";
|
|
5589
|
+
default: return "Documenti condivisi";
|
|
5590
|
+
}
|
|
5591
|
+
}
|
|
5352
5592
|
static get Shortcuts() {
|
|
5353
5593
|
switch (this._cultureID) {
|
|
5354
5594
|
case CultureIDs.De_DE: return "Tastenkombinationen";
|
|
@@ -5459,6 +5699,16 @@ export class SDKUI_Localizator {
|
|
|
5459
5699
|
default: return "Mostra ricerca";
|
|
5460
5700
|
}
|
|
5461
5701
|
}
|
|
5702
|
+
static get ShowSharedDocuments() {
|
|
5703
|
+
switch (this._cultureID) {
|
|
5704
|
+
case CultureIDs.De_DE: return "Gemeinsame Dokumente anzeigen";
|
|
5705
|
+
case CultureIDs.En_US: return "Show shared documents";
|
|
5706
|
+
case CultureIDs.Es_ES: return "Mostrar documentos compartidos";
|
|
5707
|
+
case CultureIDs.Fr_FR: return "Afficher les documents partagés";
|
|
5708
|
+
case CultureIDs.Pt_PT: return "Mostrar documentos compartilhados";
|
|
5709
|
+
default: return "Mostra documenti condivisi";
|
|
5710
|
+
}
|
|
5711
|
+
}
|
|
5462
5712
|
static get ShowColumnSeparatingLines() {
|
|
5463
5713
|
switch (this._cultureID) {
|
|
5464
5714
|
case CultureIDs.De_DE: return "Spalten-Trennungslinien anzeigen";
|
|
@@ -5979,6 +6229,26 @@ export class SDKUI_Localizator {
|
|
|
5979
6229
|
default: return "Non seguire più";
|
|
5980
6230
|
}
|
|
5981
6231
|
}
|
|
6232
|
+
static get Unmatch() {
|
|
6233
|
+
switch (this._cultureID) {
|
|
6234
|
+
case CultureIDs.De_DE: return "Zuordnung aufheben";
|
|
6235
|
+
case CultureIDs.En_US: return "Unmatch";
|
|
6236
|
+
case CultureIDs.Es_ES: return "Desemparejar";
|
|
6237
|
+
case CultureIDs.Fr_FR: return "Dissocier";
|
|
6238
|
+
case CultureIDs.Pt_PT: return "Descorresponder";
|
|
6239
|
+
default: return "Disabbina";
|
|
6240
|
+
}
|
|
6241
|
+
}
|
|
6242
|
+
static get UnmatchManyDocumentsManyToMany() {
|
|
6243
|
+
switch (this._cultureID) {
|
|
6244
|
+
case CultureIDs.De_DE: return "Mehrfache Zuordnung von vielen Dokumenten aufheben";
|
|
6245
|
+
case CultureIDs.En_US: return "Unmatch many documents many to many";
|
|
6246
|
+
case CultureIDs.Es_ES: return "Desemparejar muchos documentos de muchos a muchos";
|
|
6247
|
+
case CultureIDs.Fr_FR: return "Dissocier plusieurs documents plusieurs à plusieurs";
|
|
6248
|
+
case CultureIDs.Pt_PT: return "Descorresponder muitos documentos de muitos para muitos";
|
|
6249
|
+
default: return "Disabbina documenti molti a molti";
|
|
6250
|
+
}
|
|
6251
|
+
}
|
|
5982
6252
|
static get UnfollowSelectedItem() {
|
|
5983
6253
|
switch (this._cultureID) {
|
|
5984
6254
|
case CultureIDs.De_DE:
|
|
@@ -6415,6 +6685,26 @@ export class SDKUI_Localizator {
|
|
|
6415
6685
|
default: return "Aggiungere il documento alle bozze del gruppo di lavoro";
|
|
6416
6686
|
}
|
|
6417
6687
|
}
|
|
6688
|
+
static get WorkflowAddDcmtAsAttachment() {
|
|
6689
|
+
switch (this._cultureID) {
|
|
6690
|
+
case CultureIDs.De_DE: return "Dokument als Anhang zur Praxis hinzufügen";
|
|
6691
|
+
case CultureIDs.En_US: return "Add the document as an attachment to the case";
|
|
6692
|
+
case CultureIDs.Es_ES: return "Agregar el documento como adjunto al expediente";
|
|
6693
|
+
case CultureIDs.Fr_FR: return "Ajouter le document en tant que pièce jointe au dossier";
|
|
6694
|
+
case CultureIDs.Pt_PT: return "Adicionar o documento como anexo ao processo";
|
|
6695
|
+
default: return "Aggiungere il documento come allegato della pratica";
|
|
6696
|
+
}
|
|
6697
|
+
}
|
|
6698
|
+
static get WorkflowAddDcmtToDossier() {
|
|
6699
|
+
switch (this._cultureID) {
|
|
6700
|
+
case CultureIDs.De_DE: return "Dokument zur Praxis hinzufügen";
|
|
6701
|
+
case CultureIDs.En_US: return "Add the document to the case";
|
|
6702
|
+
case CultureIDs.Es_ES: return "Agregar el documento al expediente";
|
|
6703
|
+
case CultureIDs.Fr_FR: return "Ajouter le document au dossier";
|
|
6704
|
+
case CultureIDs.Pt_PT: return "Adicionar o documento ao processo";
|
|
6705
|
+
default: return "Aggiungere il documento alla pratica";
|
|
6706
|
+
}
|
|
6707
|
+
}
|
|
6418
6708
|
static get WorkflowAllowZeroTos() {
|
|
6419
6709
|
switch (this._cultureID) {
|
|
6420
6710
|
case CultureIDs.De_DE: return "0 Empfänger zulassen";
|
|
@@ -6475,6 +6765,26 @@ export class SDKUI_Localizator {
|
|
|
6475
6765
|
default: return "Connessione non valida: nodo sorgente o destinazione non trovato.";
|
|
6476
6766
|
}
|
|
6477
6767
|
}
|
|
6768
|
+
static get WorkflowRestoreDiagram() {
|
|
6769
|
+
switch (this._cultureID) {
|
|
6770
|
+
case CultureIDs.De_DE: return "Diagramm wiederherstellen";
|
|
6771
|
+
case CultureIDs.En_US: return "Restore diagram";
|
|
6772
|
+
case CultureIDs.Es_ES: return "Restaurar diagrama";
|
|
6773
|
+
case CultureIDs.Fr_FR: return "Restaurer le diagramme";
|
|
6774
|
+
case CultureIDs.Pt_PT: return "Restaurar diagrama";
|
|
6775
|
+
default: return "Ripristina diagramma";
|
|
6776
|
+
}
|
|
6777
|
+
}
|
|
6778
|
+
static get WorkflowRestoreDiagramMessage() {
|
|
6779
|
+
switch (this._cultureID) {
|
|
6780
|
+
case CultureIDs.De_DE: return "Möchten Sie das ursprüngliche Diagramm wiederherstellen? Alle nicht gespeicherten Änderungen gehen verloren.";
|
|
6781
|
+
case CultureIDs.En_US: return "Are you sure you want to restore the initial diagram? All unsaved changes will be lost.";
|
|
6782
|
+
case CultureIDs.Es_ES: return "¿Está seguro de que desea restaurar el diagrama inicial? Se perderán todos los cambios no guardados.";
|
|
6783
|
+
case CultureIDs.Fr_FR: return "Êtes-vous sûr de vouloir restaurer le diagramme initial ? Toutes les modifications non enregistrées seront perdues.";
|
|
6784
|
+
case CultureIDs.Pt_PT: return "Tem certeza de que deseja restaurar o diagrama inicial? Todas as alterações não salvas serão perdidas.";
|
|
6785
|
+
default: return "Sei sicuro di voler ripristinare il diagramma iniziale? Tutte le modifiche non salvate andranno perse.";
|
|
6786
|
+
}
|
|
6787
|
+
}
|
|
6478
6788
|
static get WorkflowDiagramCannotConnectToStart() {
|
|
6479
6789
|
switch (this._cultureID) {
|
|
6480
6790
|
case CultureIDs.De_DE: return "Non können Sie an einen 'Start'-Knoten verbinden.";
|
|
@@ -6925,6 +7235,26 @@ export class SDKUI_Localizator {
|
|
|
6925
7235
|
default: return "Scritto il";
|
|
6926
7236
|
}
|
|
6927
7237
|
}
|
|
7238
|
+
static get YouDoNotHavePermissionsToArchiveDetailDocumentsOfThisType() {
|
|
7239
|
+
switch (this._cultureID) {
|
|
7240
|
+
case CultureIDs.De_DE: return "Sie haben keine Berechtigung, Detaildokumente dieses Typs zu archivieren.";
|
|
7241
|
+
case CultureIDs.En_US: return "You do not have permissions to archive detail documents of this type.";
|
|
7242
|
+
case CultureIDs.Es_ES: return "No tienes permisos para archivar documentos de detalle de este tipo.";
|
|
7243
|
+
case CultureIDs.Fr_FR: return "Vous n'avez pas les permissions pour archiver les documents détail de ce type.";
|
|
7244
|
+
case CultureIDs.Pt_PT: return "Você não tem permissões para arquivar documentos de detalhe deste tipo.";
|
|
7245
|
+
default: return "Non hai i permessi per archiviare documenti di dettaglio di questo tipo.";
|
|
7246
|
+
}
|
|
7247
|
+
}
|
|
7248
|
+
static get YouDoNotHavePermissionsToArchiveMasterDocumentsOfThisType() {
|
|
7249
|
+
switch (this._cultureID) {
|
|
7250
|
+
case CultureIDs.De_DE: return "Sie haben keine Berechtigung, Master-Dokumente dieses Typs zu archivieren.";
|
|
7251
|
+
case CultureIDs.En_US: return "You do not have permissions to archive master documents of this type.";
|
|
7252
|
+
case CultureIDs.Es_ES: return "No tienes permisos para archivar documentos maestros de este tipo.";
|
|
7253
|
+
case CultureIDs.Fr_FR: return "Vous n'avez pas les permissions pour archiver les documents maîtres de ce type.";
|
|
7254
|
+
case CultureIDs.Pt_PT: return "Você não tem permissões para arquivar documentos mestres deste tipo.";
|
|
7255
|
+
default: return "Non hai i permessi per archiviare documenti master di questo tipo.";
|
|
7256
|
+
}
|
|
7257
|
+
}
|
|
6928
7258
|
static get Yes() {
|
|
6929
7259
|
switch (this._cultureID) {
|
|
6930
7260
|
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
|
@@ -270,4 +270,5 @@ export declare function IconArchiveMaster(props: React.SVGProps<SVGSVGElement>):
|
|
|
270
270
|
export declare function IconPair(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
271
271
|
export declare function IconUnpair(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
272
272
|
export declare function IconBackhandIndexPointingRight(props: Readonly<React.SVGProps<SVGSVGElement>>): import("react/jsx-runtime").JSX.Element;
|
|
273
|
+
export declare function IconMoveToFolder(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
273
274
|
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
|
@@ -667,4 +667,7 @@ export function IconUnpair(props) {
|
|
|
667
667
|
export function IconBackhandIndexPointingRight(props) {
|
|
668
668
|
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
669
|
}
|
|
670
|
+
export function IconMoveToFolder(props) {
|
|
671
|
+
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" }) }));
|
|
672
|
+
}
|
|
670
673
|
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/TMUtils.d.ts
CHANGED
|
@@ -6,10 +6,7 @@ export interface RowData {
|
|
|
6
6
|
[key: string]: string | number | null;
|
|
7
7
|
}
|
|
8
8
|
export declare const associateColumnsToRows: (columns: Array<DataColumnDescriptor> | undefined, rows: Array<Array<string>> | undefined) => Array<RowData>;
|
|
9
|
-
export declare const buildValueToLabelMapFromDataColumns: (columns: Array<DataColumnDescriptor>) => Promise<
|
|
10
|
-
valueToNameMap: Map<string, string>;
|
|
11
|
-
captions: Set<string>;
|
|
12
|
-
}>;
|
|
9
|
+
export declare const buildValueToLabelMapFromDataColumns: (columns: Array<DataColumnDescriptor>) => Promise<Map<string, Map<string, string>>>;
|
|
13
10
|
export declare const getAvatarColor: (name: string) => string;
|
|
14
11
|
export declare const extractInitialsFromName: (name: string) => string;
|
|
15
12
|
export declare const SIGN4_TOP_WIDGET_ID = "60003";
|
package/lib/helper/TMUtils.js
CHANGED
|
@@ -119,23 +119,27 @@ export const associateColumnsToRows = (columns, rows) => {
|
|
|
119
119
|
};
|
|
120
120
|
export const buildValueToLabelMapFromDataColumns = async (columns) => {
|
|
121
121
|
const valueToNameMap = new Map();
|
|
122
|
-
const
|
|
123
|
-
|
|
124
|
-
const dataDomain = MetadataDataDomains[(
|
|
122
|
+
const dataListColumns = columns.filter(col => {
|
|
123
|
+
const dataDomainRaw = col.extendedProperties?.["DataDomain"];
|
|
124
|
+
const dataDomain = MetadataDataDomains[(dataDomainRaw ?? "None")];
|
|
125
|
+
return dataDomain === MetadataDataDomains.DataList;
|
|
126
|
+
});
|
|
127
|
+
for (const col of dataListColumns) {
|
|
128
|
+
const tid = Number(col.extendedProperties?.["TID"]);
|
|
129
|
+
const mid = Number(col.extendedProperties?.["MID"]);
|
|
125
130
|
const dataListID = Number(col.extendedProperties?.["DataListID"]);
|
|
126
|
-
if (
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
131
|
+
if (tid && mid && dataListID) {
|
|
132
|
+
const tid_mid = `${tid}_${mid}`;
|
|
133
|
+
valueToNameMap.set(tid_mid, new Map());
|
|
130
134
|
const dl = await DataListCacheService.GetAsync(dataListID);
|
|
131
135
|
dl?.items?.forEach((item) => {
|
|
132
136
|
if (item?.name !== undefined && item?.value !== undefined) {
|
|
133
|
-
valueToNameMap.set(item.value, item.name);
|
|
137
|
+
valueToNameMap.get(tid_mid)?.set(item.value, item.name);
|
|
134
138
|
}
|
|
135
139
|
});
|
|
136
140
|
}
|
|
137
141
|
}
|
|
138
|
-
return
|
|
142
|
+
return valueToNameMap;
|
|
139
143
|
};
|
|
140
144
|
export const getAvatarColor = (name) => {
|
|
141
145
|
const colors = [
|
package/lib/helper/helpers.js
CHANGED
|
@@ -633,7 +633,8 @@ export const highlightText = (text, searchValue) => {
|
|
|
633
633
|
export const renderHighlightedText = (text, searchText, isSelected) => {
|
|
634
634
|
if (!searchText)
|
|
635
635
|
return text;
|
|
636
|
-
const
|
|
636
|
+
const escapedSearchText = searchText.trim().replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
|
637
|
+
const regex = new RegExp(`(${escapedSearchText})`, 'gi');
|
|
637
638
|
return text.split(regex).map((part, index) => regex.test(part) ? (_jsx("span", { style: { backgroundColor: isSelected ? '#6c9023' : 'yellow' }, children: part }, index)) : (part));
|
|
638
639
|
};
|
|
639
640
|
export function versionAndBuildtypeInfo(module) {
|
package/lib/helper/index.d.ts
CHANGED
package/lib/helper/index.js
CHANGED