@valtimo/shared 13.2.1 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/core/de.json +75 -6
- package/assets/core/en.json +73 -13
- package/assets/core/nl.json +74 -14
- package/fesm2022/valtimo-shared.mjs +12 -2
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/models/condition.model.d.ts +15 -0
- package/lib/models/condition.model.d.ts.map +1 -0
- package/lib/models/config.d.ts +1 -0
- package/lib/models/config.d.ts.map +1 -1
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/modal.model.d.ts +1 -1
- package/lib/models/modal.model.d.ts.map +1 -1
- package/package.json +1 -1
package/assets/core/de.json
CHANGED
|
@@ -642,7 +642,8 @@
|
|
|
642
642
|
"title": "Casedetails",
|
|
643
643
|
"tabs": "Tabs",
|
|
644
644
|
"statuses": "Status",
|
|
645
|
-
"tags": "Etikett"
|
|
645
|
+
"tags": "Etikett",
|
|
646
|
+
"header": "Header"
|
|
646
647
|
}
|
|
647
648
|
},
|
|
648
649
|
"tabManagement": {
|
|
@@ -761,6 +762,7 @@
|
|
|
761
762
|
"invisible": "Nicht sichtbar",
|
|
762
763
|
"deleteText": "Sind Sie sicher, dass Sie diesen Status löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.",
|
|
763
764
|
"keyAutoGenerated": "Der Schlüssel wird automatisch generiert",
|
|
765
|
+
"keyDuplicated": "Dieser Schlüssel wird bereits verwendet. Bitte wählen Sie einen eindeutigen Schlüssel.",
|
|
764
766
|
"colorPlaceholder": "Wähle eine Farbe",
|
|
765
767
|
"columns": {
|
|
766
768
|
"title": "Statusname",
|
|
@@ -813,10 +815,28 @@
|
|
|
813
815
|
},
|
|
814
816
|
"columns": {"highContrast": "Hoher Kontrast", "type": "Typ", "width": "Breite"},
|
|
815
817
|
"list": {
|
|
818
|
+
"dividerModal": {
|
|
819
|
+
"addDividerTitle": "Neuen Widget-Teiler hinzufügen",
|
|
820
|
+
"editDividerTitle": "Widget-Teiler bearbeiten",
|
|
821
|
+
"duplicateDividerTitle": "Widget-Teiler duplizieren",
|
|
822
|
+
"dividerTitleLabel": "Titel des Teilers (optional)",
|
|
823
|
+
"dividerTitlePlaceholder": "Teiler-Titel",
|
|
824
|
+
"dividerKeyLabel": "Teiler-Schlüssel",
|
|
825
|
+
"dividerKeyPlaceholder": "Trennschlüssel",
|
|
826
|
+
"add": "Erstellen",
|
|
827
|
+
"duplicate": "Duplizieren",
|
|
828
|
+
"edit": "Bearbeiten",
|
|
829
|
+
"idError": "Dieser Trenner-Schlüssel wird bereits verwendet. Bitte wählen Sie einen eindeutigen Schlüssel."
|
|
830
|
+
},
|
|
816
831
|
"add": "Widget hinzufügen",
|
|
832
|
+
"addDivider": "Trennlinie hinzufügen",
|
|
817
833
|
"noResults": {
|
|
818
834
|
"title": "Es wurden keine Widgets konfiguriert",
|
|
819
835
|
"description": "Klicken Sie hier, um Widgets zu konfigurieren"
|
|
836
|
+
},
|
|
837
|
+
"noResultsSingle": {
|
|
838
|
+
"title": "Es wurde noch kein Widget konfiguriert",
|
|
839
|
+
"description": "Klicken Sie hier, um ein Widget zu konfigurieren"
|
|
820
840
|
}
|
|
821
841
|
},
|
|
822
842
|
"wizard": {
|
|
@@ -826,7 +846,8 @@
|
|
|
826
846
|
"content": "Wählen Sie den Widget-Inhalt",
|
|
827
847
|
"style": "Wählen Sie den Widget-Stil",
|
|
828
848
|
"type": "Wählen Sie den Widget-Typ",
|
|
829
|
-
"width": "Wählen Sie die Widget-Breite"
|
|
849
|
+
"width": "Wählen Sie die Widget-Breite",
|
|
850
|
+
"displayConditions": "Anzeigebedingungen festlegen"
|
|
830
851
|
}
|
|
831
852
|
},
|
|
832
853
|
"notification": {
|
|
@@ -838,8 +859,13 @@
|
|
|
838
859
|
"fields": {"title": "Felder", "description": "Textdaten mit Inhalt und einer Beschriftung"},
|
|
839
860
|
"custom": {"title": "Benutzerdefinierte Komponente", "description": "Für komplexe Inhalte"},
|
|
840
861
|
"formio": {"title": "Form.io", "description": "Ausgefülltes Form.io-Formular"},
|
|
862
|
+
"interactive-table": {
|
|
863
|
+
"title": "Interaktive Tabelle",
|
|
864
|
+
"description": "Erstelle eine interaktive Tabelle"
|
|
865
|
+
},
|
|
841
866
|
"table": {"title": "Tabelle", "description": "Erstellen Sie eine Tabelle"},
|
|
842
|
-
"collection": {"title": "Kollektion", "description": "Erstellen Sie eine Kollektion"}
|
|
867
|
+
"collection": {"title": "Kollektion", "description": "Erstellen Sie eine Kollektion"},
|
|
868
|
+
"divider": {"title": "Trennlinie"}
|
|
843
869
|
},
|
|
844
870
|
"width": {
|
|
845
871
|
"description": "Wählen Sie die gewünschte Breite für das Widget aus.",
|
|
@@ -948,6 +974,14 @@
|
|
|
948
974
|
"valueTooltip": "Name der Eigenschaft, auf die Sie im zuvor ausgefüllten Tabellendatenpfad zugreifen möchten"
|
|
949
975
|
}
|
|
950
976
|
},
|
|
977
|
+
"displayConditions": {
|
|
978
|
+
"description": "Konfigurieren Sie Bedingungen, um zu steuern, wann dieses Widget angezeigt wird. Wenn Sie keine Bedingungen hinzufügen, wird das Widget immer angezeigt.",
|
|
979
|
+
"conditions": "Bedingungen (Optional)",
|
|
980
|
+
"addCondition": "Bedingung hinzufügen",
|
|
981
|
+
"operator": "Operator",
|
|
982
|
+
"path": "Pfad",
|
|
983
|
+
"value": "Wert"
|
|
984
|
+
},
|
|
951
985
|
"cancelModal": {
|
|
952
986
|
"title": "Verlassen des Editors",
|
|
953
987
|
"content": "Sind Sie sicher, dass Sie den Editor verlassen möchten? Möglicherweise gehen nicht gespeicherte Änderungen verloren. Beachten Sie beim Speichern, dass das Entfernen oder Ändern eines Attributs die Widget-Konfiguration zerstören kann."
|
|
@@ -1350,7 +1384,8 @@
|
|
|
1350
1384
|
"yes": "Ja",
|
|
1351
1385
|
"no": "Nein",
|
|
1352
1386
|
"upload": "Hochladen",
|
|
1353
|
-
"noTranslationFound": "Keine Übersetzung gefunden"
|
|
1387
|
+
"noTranslationFound": "Keine Übersetzung gefunden",
|
|
1388
|
+
"url": "URL"
|
|
1354
1389
|
},
|
|
1355
1390
|
"taskDetail": {"taskCreated": "Erstellt", "taskCompleted": "erfolgreich abgeschlossen"},
|
|
1356
1391
|
"assignTask": {
|
|
@@ -1489,6 +1524,7 @@
|
|
|
1489
1524
|
"collapseButtonText": "Ausblenden",
|
|
1490
1525
|
"searchButtonText": "Suche",
|
|
1491
1526
|
"clearButtonText": "Löschen",
|
|
1527
|
+
"saveButtonText": "Suche speichern",
|
|
1492
1528
|
"downloadButtonText": "Konfiguration herunterladen",
|
|
1493
1529
|
"to": "bis",
|
|
1494
1530
|
"text": "Text",
|
|
@@ -1861,7 +1897,7 @@
|
|
|
1861
1897
|
"processStartSuccessful": "{{processName}} wurde erfolgreich gestartet.",
|
|
1862
1898
|
"widgets": {
|
|
1863
1899
|
"noData": "Keine Data gefunden",
|
|
1864
|
-
"emptyFields": "
|
|
1900
|
+
"emptyFields": "Nichts hier",
|
|
1865
1901
|
"noWidgets": "Keine Widgets",
|
|
1866
1902
|
"noWidgetsDescription": "Für dieses Tab sind keine Widgets konfiguriert, oder Sie verfügen nicht über die entsprechenden Berechtigungen, um sie anzuzeigen.",
|
|
1867
1903
|
"noCustomComponent": "Widget nicht verfügbar",
|
|
@@ -1872,11 +1908,18 @@
|
|
|
1872
1908
|
},
|
|
1873
1909
|
"ikoManagement": {
|
|
1874
1910
|
"ikoServer": "IKO Server",
|
|
1875
|
-
"
|
|
1911
|
+
"dataUrl": "Daten-URL",
|
|
1876
1912
|
"title": "Konfiguration",
|
|
1877
1913
|
"list": "Liste",
|
|
1878
1914
|
"tabs": {"title": "Tabs"},
|
|
1879
1915
|
"widgets": {"title": "Widgets"},
|
|
1916
|
+
"views": {
|
|
1917
|
+
"title": "Bilder",
|
|
1918
|
+
"add": "Bild hinzufügen",
|
|
1919
|
+
"deleteContent": "Sind Sie sicher, dass Sie dieses Bild löschen möchten? Diese Änderung kann nicht rückgängig gemacht werden.",
|
|
1920
|
+
"noResultsTitle": "Es sind keine konfigurierten Bilder vorhanden",
|
|
1921
|
+
"noResultsDescription": "Klicken Sie hier, um ein Bild zu konfigurieren."
|
|
1922
|
+
},
|
|
1880
1923
|
"searchActions": {
|
|
1881
1924
|
"addActionTitle": "Suchaktion hinzufügen",
|
|
1882
1925
|
"editActionTitle": "Suchaktion bearbeiten",
|
|
@@ -1920,8 +1963,34 @@
|
|
|
1920
1963
|
"tabTypePlaceholder": "Tabtyp eingeben",
|
|
1921
1964
|
"addTab": "Tab hinzufügen",
|
|
1922
1965
|
"editTab": "Tab bearbeiten",
|
|
1966
|
+
"rowAction": "Zeilenaktion",
|
|
1967
|
+
"canStartCase": "Kann Case starten",
|
|
1923
1968
|
"tabTypes": {
|
|
1924
1969
|
"widgets": "Widgets"
|
|
1925
1970
|
}
|
|
1971
|
+
},
|
|
1972
|
+
"listViewColumns": {
|
|
1973
|
+
"label": "Sichtbare Spalten auswählen",
|
|
1974
|
+
"tooltip": "Spalten in der Liste anzeigen oder ausblenden",
|
|
1975
|
+
"disabledTooltip": "Spalten ausblenden/anzeigen ist nicht verfügbar, solange keine Listenspalten definiert sind",
|
|
1976
|
+
"warning": "Es muss mindestens eine Option ausgewählt sein"
|
|
1977
|
+
},
|
|
1978
|
+
"condition": {
|
|
1979
|
+
"operator": {
|
|
1980
|
+
"!=": "Nicht gleichzusetzen mit",
|
|
1981
|
+
"==": "Gleich",
|
|
1982
|
+
">": "Größer als",
|
|
1983
|
+
">=": "Größer als oder gleich wie",
|
|
1984
|
+
"<": "Weniger als",
|
|
1985
|
+
"<=": "Gleich oder kleiner als"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"quickSearch": {
|
|
1989
|
+
"addItem": "Schnellsuche-Element hinzufügen",
|
|
1990
|
+
"deleteModalTitle": "Schnellsuche-Element löschen",
|
|
1991
|
+
"deleteModalContent": "Sind Sie sicher, dass Sie dieses Schnellsuche-Element löschen möchten? Diese Änderung kann nicht rückgängig gemacht werden.",
|
|
1992
|
+
"rightClickTooltip": "Rechtsklick für Optionen",
|
|
1993
|
+
"deleteHelperText": "Nachdem Sie ein Schnellsuchelement erstellt haben, können Sie es mit einem Rechtsklick darauf löschen",
|
|
1994
|
+
"duplicateError": "Ein Schnellsuchobjekt mit diesem Titel existiert bereits"
|
|
1926
1995
|
}
|
|
1927
1996
|
}
|
package/assets/core/en.json
CHANGED
|
@@ -156,15 +156,7 @@
|
|
|
156
156
|
"noFormSpecified": "No form definition has been specified for this tab.",
|
|
157
157
|
"formNotFound": "The form definition '{{formDefinitionName}}' could not be found."
|
|
158
158
|
},
|
|
159
|
-
"rowLocked": "You don't have access to this case"
|
|
160
|
-
"widgets": {
|
|
161
|
-
"noData": "No data found",
|
|
162
|
-
"emptyFields": "Nothing here",
|
|
163
|
-
"noWidgets": "No widgets",
|
|
164
|
-
"noWidgetsDescription": "There are no widgets configured for this tab, or you don't have the rights to view them.",
|
|
165
|
-
"noWidget": "Widget not found",
|
|
166
|
-
"noCustomComponentDescription": "The custom component configured for this widget is not available."
|
|
167
|
-
}
|
|
159
|
+
"rowLocked": "You don't have access to this case"
|
|
168
160
|
},
|
|
169
161
|
"document": {
|
|
170
162
|
"title": {"single": "Document", "plural": "Documents"},
|
|
@@ -643,7 +635,8 @@
|
|
|
643
635
|
"title": "Case details",
|
|
644
636
|
"tabs": "Tabs",
|
|
645
637
|
"statuses": "Statuses",
|
|
646
|
-
"tags": "Tags"
|
|
638
|
+
"tags": "Tags",
|
|
639
|
+
"header": "Header"
|
|
647
640
|
}
|
|
648
641
|
},
|
|
649
642
|
"tabManagement": {
|
|
@@ -762,6 +755,7 @@
|
|
|
762
755
|
"invisible": "Not visible",
|
|
763
756
|
"deleteText": "Are you sure you want to delete this status? This action cannot be undone.",
|
|
764
757
|
"keyAutoGenerated": "Key will be auto-generated",
|
|
758
|
+
"keyDuplicated": "This key is already in use. Please change to a unique key.",
|
|
765
759
|
"colorPlaceholder": "Choose a color",
|
|
766
760
|
"columns": {
|
|
767
761
|
"title": "Status name",
|
|
@@ -807,10 +801,28 @@
|
|
|
807
801
|
},
|
|
808
802
|
"columns": {"highContrast": "High contrast", "type": "Type", "width": "Width"},
|
|
809
803
|
"list": {
|
|
804
|
+
"dividerModal": {
|
|
805
|
+
"addDividerTitle": "Add new widget divider",
|
|
806
|
+
"editDividerTitle": "Edit widget divider",
|
|
807
|
+
"duplicateDividerTitle": "Duplicate widget divider",
|
|
808
|
+
"dividerTitleLabel": "Divider title (optional)",
|
|
809
|
+
"dividerTitlePlaceholder": "Divider title",
|
|
810
|
+
"dividerKeyLabel": "Divider key (automatically generated)",
|
|
811
|
+
"dividerKeyPlaceholder": "Divider key",
|
|
812
|
+
"add": "Create",
|
|
813
|
+
"duplicate": "Duplicate",
|
|
814
|
+
"edit": "Edit",
|
|
815
|
+
"idError": "This divider key is already in use. Please change to a unique key"
|
|
816
|
+
},
|
|
810
817
|
"add": "Add widget",
|
|
818
|
+
"addDivider": "Add divider",
|
|
811
819
|
"noResults": {
|
|
812
820
|
"title": "No widgets have been configured",
|
|
813
821
|
"description": "Click here to configure widgets"
|
|
822
|
+
},
|
|
823
|
+
"noResultsSingle": {
|
|
824
|
+
"title": "No widget has been configured",
|
|
825
|
+
"description": "Click here to configure a widget"
|
|
814
826
|
}
|
|
815
827
|
},
|
|
816
828
|
"wizard": {
|
|
@@ -820,7 +832,8 @@
|
|
|
820
832
|
"content": "Choose widget content",
|
|
821
833
|
"style": "Choose widget style",
|
|
822
834
|
"type": "Choose widget type",
|
|
823
|
-
"width": "Choose widget width"
|
|
835
|
+
"width": "Choose widget width",
|
|
836
|
+
"displayConditions": "Set display conditions"
|
|
824
837
|
}
|
|
825
838
|
},
|
|
826
839
|
"notification": {
|
|
@@ -833,6 +846,10 @@
|
|
|
833
846
|
"custom": {"title": "Custom component", "description": "For complex content"},
|
|
834
847
|
"formio": {"title": "Form.io", "description": "Prefilled Form.io form"},
|
|
835
848
|
"table": {"title": "Table", "description": "Create a table"},
|
|
849
|
+
"interactive-table": {
|
|
850
|
+
"title": "Interactive table",
|
|
851
|
+
"description": "Create an interactive table"
|
|
852
|
+
},
|
|
836
853
|
"collection": {"title": "Collection", "description": "Create a collection"}
|
|
837
854
|
},
|
|
838
855
|
"width": {
|
|
@@ -933,6 +950,14 @@
|
|
|
933
950
|
"valueTooltip": "Name of the property you wish to access within the previously filled collection data path"
|
|
934
951
|
}
|
|
935
952
|
},
|
|
953
|
+
"displayConditions": {
|
|
954
|
+
"description": "Configure conditions to control when this widget is shown. If you do not add any conditions, the widget is always displayed.",
|
|
955
|
+
"conditions": "Conditions (Optional)",
|
|
956
|
+
"addCondition": "Add condition",
|
|
957
|
+
"operator": "Operator",
|
|
958
|
+
"path": "Path",
|
|
959
|
+
"value": "Value"
|
|
960
|
+
},
|
|
936
961
|
"cancelModal": {
|
|
937
962
|
"title": "Leaving the editor",
|
|
938
963
|
"content": "Are you sure you want to leave the editor? There can be unsaved changes that will be lost."
|
|
@@ -1333,7 +1358,8 @@
|
|
|
1333
1358
|
"yes": "Yes",
|
|
1334
1359
|
"no": "No",
|
|
1335
1360
|
"upload": "Upload",
|
|
1336
|
-
"noTranslationFound": "No translation found"
|
|
1361
|
+
"noTranslationFound": "No translation found",
|
|
1362
|
+
"url": "URL"
|
|
1337
1363
|
},
|
|
1338
1364
|
"taskDetail": {"taskCreated": "Created", "taskCompleted": "has successfully been completed"},
|
|
1339
1365
|
"assignTask": {
|
|
@@ -1474,6 +1500,7 @@
|
|
|
1474
1500
|
"collapseButtonText": "Hide",
|
|
1475
1501
|
"searchButtonText": "Search",
|
|
1476
1502
|
"clearButtonText": "Clear",
|
|
1503
|
+
"saveButtonText": "Save search",
|
|
1477
1504
|
"downloadButtonText": "Download configuration",
|
|
1478
1505
|
"to": "to",
|
|
1479
1506
|
"text": "Text",
|
|
@@ -1854,11 +1881,18 @@
|
|
|
1854
1881
|
},
|
|
1855
1882
|
"ikoManagement": {
|
|
1856
1883
|
"ikoServer": "IKO Server",
|
|
1857
|
-
"
|
|
1884
|
+
"dataUrl": "Data URL",
|
|
1858
1885
|
"title": "Configuration",
|
|
1859
1886
|
"list": "List",
|
|
1860
1887
|
"tabs": {"title": "Tabs"},
|
|
1861
1888
|
"widgets": {"title": "Widgets"},
|
|
1889
|
+
"views": {
|
|
1890
|
+
"title": "Views",
|
|
1891
|
+
"add": "Add view",
|
|
1892
|
+
"deleteContent": "Are you sure you want to delete this view? This change cannot be reverted",
|
|
1893
|
+
"noResultsTitle": "There are no configured views",
|
|
1894
|
+
"noResultsDescription": "Click here to configure a view."
|
|
1895
|
+
},
|
|
1862
1896
|
"searchActions": {
|
|
1863
1897
|
"addActionTitle": "Add search action",
|
|
1864
1898
|
"editActionTitle": "Edit search action",
|
|
@@ -1902,8 +1936,34 @@
|
|
|
1902
1936
|
"tabTypePlaceholder": "Enter tab type",
|
|
1903
1937
|
"addTab": "Add tab",
|
|
1904
1938
|
"editTab": "Edit tab",
|
|
1939
|
+
"rowAction": "Row action",
|
|
1940
|
+
"canStartCase": "Can start case",
|
|
1905
1941
|
"tabTypes": {
|
|
1906
1942
|
"widgets": "Widgets"
|
|
1907
1943
|
}
|
|
1944
|
+
},
|
|
1945
|
+
"listViewColumns": {
|
|
1946
|
+
"label": "Select visible columns",
|
|
1947
|
+
"tooltip": "Show or hide columns in the list",
|
|
1948
|
+
"disabledTooltip": "Hiding/showing columns is not available unless list columns are defined",
|
|
1949
|
+
"warning": "At least one option must be selected"
|
|
1950
|
+
},
|
|
1951
|
+
"condition": {
|
|
1952
|
+
"operator": {
|
|
1953
|
+
"!=": "Not equal to",
|
|
1954
|
+
"==": "Equal to",
|
|
1955
|
+
">": "Greater than",
|
|
1956
|
+
">=": "Greater than or equal to",
|
|
1957
|
+
"<": "Less than",
|
|
1958
|
+
"<=": "Less than or equal to"
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"quickSearch": {
|
|
1962
|
+
"addItem": "Add quick search item",
|
|
1963
|
+
"deleteModalTitle": "Delete quick search item",
|
|
1964
|
+
"deleteModalContent": "Are you sure you want to delete this quick search item? This change cannot be undone",
|
|
1965
|
+
"rightClickTooltip": "Right-click for options",
|
|
1966
|
+
"deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it",
|
|
1967
|
+
"duplicateError": "A quick search item with this title already exists"
|
|
1908
1968
|
}
|
|
1909
1969
|
}
|
package/assets/core/nl.json
CHANGED
|
@@ -159,15 +159,7 @@
|
|
|
159
159
|
"noFormSpecified": "Voor dit tabblad is geen formulierdefinitie opgegeven.",
|
|
160
160
|
"formNotFound": "De formulierdefinitie '{{formDefinitionName}}' kan niet worden gevonden."
|
|
161
161
|
},
|
|
162
|
-
"rowLocked": "Je hebt geen toegang tot dit dossier"
|
|
163
|
-
"widgets": {
|
|
164
|
-
"noData": "Geen data gevonden",
|
|
165
|
-
"emptyFields": "Niks hier",
|
|
166
|
-
"noWidgets": "Geen widgets",
|
|
167
|
-
"noWidgetsDescription": "Er zijn geen widgets geconfigureerd voor dit tabblad, of je hebt niet de juiste rechten om deze te zien.",
|
|
168
|
-
"noWidget": "Widget niet beschikbaar",
|
|
169
|
-
"noCustomComponentDescription": "De component die geconfigureerd is voor deze widget is niet beschikbaar."
|
|
170
|
-
}
|
|
162
|
+
"rowLocked": "Je hebt geen toegang tot dit dossier"
|
|
171
163
|
},
|
|
172
164
|
"document": {
|
|
173
165
|
"title": {"single": "Document", "plural": "Document's"},
|
|
@@ -650,7 +642,8 @@
|
|
|
650
642
|
"title": "Dossierdetails",
|
|
651
643
|
"tabs": "Tabbladen",
|
|
652
644
|
"tags": "Tags",
|
|
653
|
-
"statuses": "Statussen"
|
|
645
|
+
"statuses": "Statussen",
|
|
646
|
+
"header": "Header"
|
|
654
647
|
}
|
|
655
648
|
},
|
|
656
649
|
"tabManagement": {
|
|
@@ -776,6 +769,7 @@
|
|
|
776
769
|
"invisible": "Niet zichtbaar",
|
|
777
770
|
"deleteText": "Weet je zeker dat je deze status wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.",
|
|
778
771
|
"keyAutoGenerated": "De key wordt automatisch gegenereerd",
|
|
772
|
+
"keyDuplicated": "Deze sleutel is al in gebruik. Kies een unieke sleutel.",
|
|
779
773
|
"colorPlaceholder": "Kies een kleur",
|
|
780
774
|
"columns": {
|
|
781
775
|
"title": "Statusnaam",
|
|
@@ -826,10 +820,28 @@
|
|
|
826
820
|
},
|
|
827
821
|
"columns": {"highContrast": "Hoog contrast", "type": "Type", "width": "Breedte"},
|
|
828
822
|
"list": {
|
|
823
|
+
"dividerModal": {
|
|
824
|
+
"addDividerTitle": "Nieuwe widget-scheiding toevoegen",
|
|
825
|
+
"editDividerTitle": "Widget-scheiding bewerken",
|
|
826
|
+
"duplicateDividerTitle": "Widget-scheiding dupliceren",
|
|
827
|
+
"dividerTitleLabel": "Scheider-titel (optioneel)",
|
|
828
|
+
"dividerTitlePlaceholder": "Scheider-titel",
|
|
829
|
+
"dividerKeyLabel": "Scheider-sleutel (automatisch gegenereerd)",
|
|
830
|
+
"dividerKeyPlaceholder": "Scheidingssleutel",
|
|
831
|
+
"add": "Aanmaken",
|
|
832
|
+
"duplicate": "Dupliceren",
|
|
833
|
+
"edit": "Bewerken",
|
|
834
|
+
"idError": "Deze scheidingssleutel is al in gebruik. Kies een unieke sleutel."
|
|
835
|
+
},
|
|
829
836
|
"add": "Widget toevoegen",
|
|
837
|
+
"addDivider": "Scheiding toevoegen",
|
|
830
838
|
"noResults": {
|
|
831
839
|
"title": "Er zijn geen widgets geconfigureerd",
|
|
832
840
|
"description": "Klik hier om widgets te configureren"
|
|
841
|
+
},
|
|
842
|
+
"noResultsSingle": {
|
|
843
|
+
"title": "Er is nog geen widget geconfigureerd",
|
|
844
|
+
"description": "Klik hier om een widget te configureren"
|
|
833
845
|
}
|
|
834
846
|
},
|
|
835
847
|
"wizard": {
|
|
@@ -839,7 +851,8 @@
|
|
|
839
851
|
"content": "Kies widget-inhoud",
|
|
840
852
|
"style": "Kies widget-stijl",
|
|
841
853
|
"type": "Kies widget-type",
|
|
842
|
-
"width": "Kies widget-breedte"
|
|
854
|
+
"width": "Kies widget-breedte",
|
|
855
|
+
"displayConditions": "Weergavecondities instellen"
|
|
843
856
|
}
|
|
844
857
|
},
|
|
845
858
|
"notification": {
|
|
@@ -852,6 +865,10 @@
|
|
|
852
865
|
"custom": {"title": "Eigen component", "description": "Voor complexe inhoud"},
|
|
853
866
|
"formio": {"title": "Form.io", "description": "Ingevuld Form.io-formulier"},
|
|
854
867
|
"table": {"title": "Tabel", "description": "Maak een tabel aan"},
|
|
868
|
+
"interactive-table": {
|
|
869
|
+
"title": "Interactieve tabel",
|
|
870
|
+
"description": "Maak een interactieve tabel"
|
|
871
|
+
},
|
|
855
872
|
"collection": {"title": "Collectie", "description": "Maak een collectie aan"}
|
|
856
873
|
},
|
|
857
874
|
"width": {
|
|
@@ -958,6 +975,14 @@
|
|
|
958
975
|
"valueTooltip": "Naam van de eigenschap waartoe u toegang wilt krijgen binnen het eerder ingevulde collectiegegevens-pad"
|
|
959
976
|
}
|
|
960
977
|
},
|
|
978
|
+
"displayConditions": {
|
|
979
|
+
"description": "Configureer condities om te bepalen wanneer deze widget wordt getoond. Als je geen condities toevoegt, wordt de widget altijd weergegeven.",
|
|
980
|
+
"conditions": "Condities (Optioneel)",
|
|
981
|
+
"addCondition": "Conditie toevoegen",
|
|
982
|
+
"operator": "Operator",
|
|
983
|
+
"path": "Pad",
|
|
984
|
+
"value": "Waarde"
|
|
985
|
+
},
|
|
961
986
|
"cancelModal": {
|
|
962
987
|
"title": "De editor verlaten",
|
|
963
988
|
"content": "Weet je zeker dat je de editor wilt verlaten? Er kunnen niet-opgeslagen wijzigingen zijn die verloren gaan."
|
|
@@ -1360,7 +1385,8 @@
|
|
|
1360
1385
|
"yes": "Ja",
|
|
1361
1386
|
"no": "Nee",
|
|
1362
1387
|
"upload": "Uploaden",
|
|
1363
|
-
"noTranslationFound": "Geen vertaling gevonden"
|
|
1388
|
+
"noTranslationFound": "Geen vertaling gevonden",
|
|
1389
|
+
"url": "URL"
|
|
1364
1390
|
},
|
|
1365
1391
|
"taskDetail": {"taskCreated": "Aangemaakt op", "taskCompleted": "is succesvol afgerond"},
|
|
1366
1392
|
"assignTask": {
|
|
@@ -1501,6 +1527,7 @@
|
|
|
1501
1527
|
"collapseButtonText": "Verbergen",
|
|
1502
1528
|
"searchButtonText": "Zoeken",
|
|
1503
1529
|
"clearButtonText": "Wissen",
|
|
1530
|
+
"saveButtonText": "Zoekopdracht opslaan",
|
|
1504
1531
|
"downloadButtonText": "Download configuratie",
|
|
1505
1532
|
"to": "tot",
|
|
1506
1533
|
"text": "Tekst",
|
|
@@ -1876,7 +1903,7 @@
|
|
|
1876
1903
|
"processStartSuccessful": "{{processName}} is succesvol gestart",
|
|
1877
1904
|
"widgets": {
|
|
1878
1905
|
"noData": "Geen data gevonden",
|
|
1879
|
-
"emptyFields": "
|
|
1906
|
+
"emptyFields": "Niets hier",
|
|
1880
1907
|
"noWidgets": "Geen widgets",
|
|
1881
1908
|
"noWidgetsDescription": "Er zijn geen widgets geconfigureerd voor dit tabblad, of je hebt niet de juiste rechten om deze te zien.",
|
|
1882
1909
|
"noWidget": "Widget niet beschikbaar",
|
|
@@ -1888,10 +1915,17 @@
|
|
|
1888
1915
|
"ikoManagement": {
|
|
1889
1916
|
"title": "Configuratie",
|
|
1890
1917
|
"ikoServer": "IKO Server",
|
|
1891
|
-
"
|
|
1918
|
+
"dataUrl": "Gegevens-URL",
|
|
1892
1919
|
"list": "Lijst",
|
|
1893
1920
|
"tabs": {"title": "Tabbladen"},
|
|
1894
1921
|
"widgets": {"title": "Widgets"},
|
|
1922
|
+
"views": {
|
|
1923
|
+
"title": "Beelden",
|
|
1924
|
+
"add": "Beeld toevoegen",
|
|
1925
|
+
"deleteContent": "Weet u zeker dat u dit beeld wilt verwijderen? Deze wijziging kan niet ongedaan worden gemaakt.",
|
|
1926
|
+
"noResultsTitle": "Er zijn geen geconfigureerde beelden",
|
|
1927
|
+
"noResultsDescription": "Klik hier om een beeld te configureren."
|
|
1928
|
+
},
|
|
1895
1929
|
"searchActions": {
|
|
1896
1930
|
"addActionTitle": "Zoekactie toevoegen",
|
|
1897
1931
|
"editActionTitle": "Zoekactie bewerken",
|
|
@@ -1935,8 +1969,34 @@
|
|
|
1935
1969
|
"tabTypePlaceholder": "Voer tabtype in",
|
|
1936
1970
|
"addTab": "Tab toevoegen",
|
|
1937
1971
|
"editTab": "Tab bewerken",
|
|
1972
|
+
"rowAction": "Rijactie",
|
|
1973
|
+
"canStartCase": "Kan zaak starten",
|
|
1938
1974
|
"tabTypes": {
|
|
1939
1975
|
"widgets": "Widgets"
|
|
1940
1976
|
}
|
|
1977
|
+
},
|
|
1978
|
+
"listViewColumns": {
|
|
1979
|
+
"label": "Selecteer zichtbare kolommen",
|
|
1980
|
+
"tooltip": "Toon of verberg kolommen in de lijst",
|
|
1981
|
+
"disabledTooltip": "Kolommen verbergen/tonen is niet beschikbaar tenzij lijstkolommen zijn gedefinieerd",
|
|
1982
|
+
"warning": "Er moet minimaal één optie zijn geselecteerd"
|
|
1983
|
+
},
|
|
1984
|
+
"condition": {
|
|
1985
|
+
"operator": {
|
|
1986
|
+
"!=": "Niet gelijk aan",
|
|
1987
|
+
"==": "Gelijk aan",
|
|
1988
|
+
">": "Groter dan",
|
|
1989
|
+
">=": "Groter dan of gelijk aan",
|
|
1990
|
+
"<": "Minder dan",
|
|
1991
|
+
"<=": "Minder dan of gelijk aan"
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1994
|
+
"quickSearch": {
|
|
1995
|
+
"addItem": "Snelzoekitem toevoegen",
|
|
1996
|
+
"deleteModalTitle": "Snelzoekitem verwijderen",
|
|
1997
|
+
"deleteModalContent": "Weet u zeker dat u dit snelzoekitem wilt verwijderen? Deze wijziging kan niet ongedaan worden gemaakt.",
|
|
1998
|
+
"rightClickTooltip": "Klik met de rechtermuisknop voor opties",
|
|
1999
|
+
"deleteHelperText": "Nadat je een snelzoekitem hebt gemaakt, kun je het verwijderen door er met de rechtermuisknop op te klikken",
|
|
2000
|
+
"duplicateError": "Er bestaat al een snelzoekitem met deze titel"
|
|
1941
2001
|
}
|
|
1942
2002
|
}
|
|
@@ -692,6 +692,16 @@ var TagColor;
|
|
|
692
692
|
* limitations under the License.
|
|
693
693
|
*/
|
|
694
694
|
|
|
695
|
+
var Operator;
|
|
696
|
+
(function (Operator) {
|
|
697
|
+
Operator["NOT_EQUAL_TO"] = "!=";
|
|
698
|
+
Operator["EQUAL_TO"] = "==";
|
|
699
|
+
Operator["GREATER_THAN"] = ">";
|
|
700
|
+
Operator["GREATER_THAN_OR_EQUAL_TO"] = ">=";
|
|
701
|
+
Operator["LESS_THAN"] = "<";
|
|
702
|
+
Operator["LESS_THAN_OR_EQUAL_TO"] = "<=";
|
|
703
|
+
})(Operator || (Operator = {}));
|
|
704
|
+
|
|
695
705
|
/*
|
|
696
706
|
* Copyright 2015-2025 Ritense BV, the Netherlands.
|
|
697
707
|
*
|
|
@@ -1040,7 +1050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1040
1050
|
* limitations under the License.
|
|
1041
1051
|
*/
|
|
1042
1052
|
const VERSIONS = {
|
|
1043
|
-
frontendLibraries: '13.
|
|
1053
|
+
frontendLibraries: '13.4.0',
|
|
1044
1054
|
};
|
|
1045
1055
|
|
|
1046
1056
|
/*
|
|
@@ -1747,5 +1757,5 @@ const ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN = new InjectionToken('Specify
|
|
|
1747
1757
|
* Generated bundle index. Do not edit.
|
|
1748
1758
|
*/
|
|
1749
1759
|
|
|
1750
|
-
export { BaseApiService, BasicExtensionPoint, CASE_CONFIGURATION_EXTENSIONS_TOKEN, CASE_MANAGEMENT_TAB_TOKEN, CaseListTab, ConfigModule, ConfigService, CustomMultiTranslateHttpLoader, CustomMultiTranslateHttpLoaderFactory, DEFAULT_NOTIFICATION_PARAMS, DraftVersionService, EditPermissionsService, EnvironmentService, Extension, ExtensionComponent, ExtensionLoader, FORM_VIEW_MODEL_TOKEN, GlobalNotificationComponent, GlobalNotificationService, HttpLoaderFactory, IKO_TOKEN, INITIALIZERS, IncludeFunction, InterceptorSkip, InterceptorSkipHeader, Language, LocalizationService, MenuIncludeService, MockIconService, MockKeycloakService, MockTranslateService, MultiTranslateHttpLoaderFactory, ROLE_ADMIN, ROLE_DEVELOPER, ROLE_USER, RouterUtils, TagColor, TaskListTab, UploadProvider, UrlUtils, UserSettingsService, VALTIMO_CONFIG, VERSIONS, ValtimoUserIdentity, ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN, ZGW_OBJECT_TYPE_COMPONENT_TOKEN, getCaseManagementRouteParams, getCaseManagementRouteParamsAndContext, getContextObservable, getDisplayTypeParametersView, getNotificationObject };
|
|
1760
|
+
export { BaseApiService, BasicExtensionPoint, CASE_CONFIGURATION_EXTENSIONS_TOKEN, CASE_MANAGEMENT_TAB_TOKEN, CaseListTab, ConfigModule, ConfigService, CustomMultiTranslateHttpLoader, CustomMultiTranslateHttpLoaderFactory, DEFAULT_NOTIFICATION_PARAMS, DraftVersionService, EditPermissionsService, EnvironmentService, Extension, ExtensionComponent, ExtensionLoader, FORM_VIEW_MODEL_TOKEN, GlobalNotificationComponent, GlobalNotificationService, HttpLoaderFactory, IKO_TOKEN, INITIALIZERS, IncludeFunction, InterceptorSkip, InterceptorSkipHeader, Language, LocalizationService, MenuIncludeService, MockIconService, MockKeycloakService, MockTranslateService, MultiTranslateHttpLoaderFactory, Operator, ROLE_ADMIN, ROLE_DEVELOPER, ROLE_USER, RouterUtils, TagColor, TaskListTab, UploadProvider, UrlUtils, UserSettingsService, VALTIMO_CONFIG, VERSIONS, ValtimoUserIdentity, ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN, ZGW_OBJECT_TYPE_COMPONENT_TOKEN, getCaseManagementRouteParams, getCaseManagementRouteParamsAndContext, getContextObservable, getDisplayTypeParametersView, getNotificationObject };
|
|
1751
1761
|
//# sourceMappingURL=valtimo-shared.mjs.map
|