@activepieces/piece-text-helper 0.4.7 → 0.4.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-text-helper",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
@@ -16,7 +16,7 @@
16
16
  "zod": "3.25.76",
17
17
  "@activepieces/pieces-common": "0.7.0",
18
18
  "@activepieces/pieces-framework": "0.20.1",
19
- "@activepieces/shared": "0.22.0",
19
+ "@activepieces/shared": "0.23.0",
20
20
  "tslib": "2.8.1"
21
21
  },
22
22
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -9,6 +9,7 @@
9
9
  "Remove HTML Tags": "HTML-Tags entfernen",
10
10
  "Slugify": "Slugify",
11
11
  "Use Default Value if Input is Empty": "Standardwert verwenden, wenn Eingabe leer ist",
12
+ "List to Text Table": "Liste zur Texttabelle",
12
13
  "Concatenate two or more texts": "Zwei oder mehr Texte zusammenfassen",
13
14
  "Replaces all instances of any word, character or phrase in text, with another.": "Ersetzt alle Instanzen eines Wortes, eines Zeichens oder einer Phrase im Text durch ein anderes.",
14
15
  "Split a text by a delimiter": "Text durch Trennzeichen teilen",
@@ -18,6 +19,7 @@
18
19
  "Removes every HTML tag and returns plain text": "Entfernt jeden HTML-Tag und gibt Klartext zurück",
19
20
  "Slugifies strings.": "Verwässert Zeichenketten.",
20
21
  "Checks your input and returns the default value, if the input is an empty text or list": "Prüft Ihre Eingabe und gibt den Standardwert zurück, wenn die Eingabe ein leerer Text oder eine Liste ist",
22
+ "Convert a list of items to a text table": "Eine Liste von Elementen in eine Texttabelle konvertieren",
21
23
  "Texts": "Texte",
22
24
  "Separator": "Trennzeichen",
23
25
  "Text": "Text",
@@ -38,6 +40,7 @@
38
40
  "HTML content": "HTML-Inhalt",
39
41
  "Enter value": "Wert eingeben",
40
42
  "Default Value": "Standardwert",
43
+ "List": "Liste",
41
44
  "The text that separates the texts you want to concatenate": "Der Text, der die Texte trennt, die Sie zusammenfassen möchten",
42
45
  "Can be plain text or a regex expression.": "Kann einfacher Text oder ein regex-Ausdruck sein.",
43
46
  "Leave empty to delete found results.": "Leer lassen, um gefundene Ergebnisse zu löschen.",
@@ -50,6 +53,7 @@
50
53
  "Whether to add an ID to headers during conversion": "Gibt an, ob während der Konvertierung eine ID zu Kopfzeilen hinzugefügt werden soll",
51
54
  "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parse Linie pausiert als <br>, ohne 2 Leerzeichen am Ende der Zeile zu benötigen",
52
55
  "The HTML to convert to markdown": "HTML zum Konvertieren in Markdown",
56
+ "List of items to convert to a text table": "Liste der Elemente, die in eine Texttabelle konvertiert werden sollen",
53
57
  "Default": "Standard",
54
58
  "Original": "Original",
55
59
  "GitHub": "GitHub"
package/src/i18n/es.json CHANGED
@@ -9,6 +9,7 @@
9
9
  "Remove HTML Tags": "Eliminar etiquetas HTML",
10
10
  "Slugify": "Slugify",
11
11
  "Use Default Value if Input is Empty": "Usar valor predeterminado si la entrada está vacía",
12
+ "List to Text Table": "Lista a Tabla de Texto",
12
13
  "Concatenate two or more texts": "Concatenar dos o más textos",
13
14
  "Replaces all instances of any word, character or phrase in text, with another.": "Reemplaza todas las instancias de cualquier palabra, carácter o frase en texto, con otra.",
14
15
  "Split a text by a delimiter": "Dividir un texto por un delimitador",
@@ -18,6 +19,7 @@
18
19
  "Removes every HTML tag and returns plain text": "Elimina cada etiqueta HTML y devuelve texto plano",
19
20
  "Slugifies strings.": "Slugifica las cadenas.",
20
21
  "Checks your input and returns the default value, if the input is an empty text or list": "Comprueba tu entrada y devuelve el valor predeterminado, si la entrada está vacía de texto o lista",
22
+ "Convert a list of items to a text table": "Convierte una lista de elementos a una tabla de texto",
21
23
  "Texts": "Textos",
22
24
  "Separator": "Separador",
23
25
  "Text": "Texto",
@@ -38,6 +40,7 @@
38
40
  "HTML content": "Contenido HTML",
39
41
  "Enter value": "Introducir valor",
40
42
  "Default Value": "Valor por defecto",
43
+ "List": "Lista",
41
44
  "The text that separates the texts you want to concatenate": "El texto que separa los textos que desea concatenar",
42
45
  "Can be plain text or a regex expression.": "Puede ser texto plano o expresión regex.",
43
46
  "Leave empty to delete found results.": "Dejar en blanco para eliminar los resultados encontrados.",
@@ -50,6 +53,7 @@
50
53
  "Whether to add an ID to headers during conversion": "Si agregar un ID a las cabeceras durante la conversión",
51
54
  "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Analiza los saltos de línea como <br>, sin necesidad de 2 espacios al final de la línea",
52
55
  "The HTML to convert to markdown": "El HTML para convertir a markdown",
56
+ "List of items to convert to a text table": "Lista de elementos a convertir a una tabla de texto",
53
57
  "Default": "Por defecto",
54
58
  "Original": "Original",
55
59
  "GitHub": "GitHub"
package/src/i18n/fr.json CHANGED
@@ -9,6 +9,7 @@
9
9
  "Remove HTML Tags": "Supprimer les balises HTML",
10
10
  "Slugify": "Slugify",
11
11
  "Use Default Value if Input is Empty": "Utiliser la valeur par défaut si l'entrée est vide",
12
+ "List to Text Table": "Table de texte de la liste",
12
13
  "Concatenate two or more texts": "Concaténer deux ou plusieurs textes",
13
14
  "Replaces all instances of any word, character or phrase in text, with another.": "Remplace toutes les instances de n'importe quel mot, caractère ou expression dans le texte, par un autre.",
14
15
  "Split a text by a delimiter": "Diviser un texte par un délimiteur",
@@ -18,6 +19,7 @@
18
19
  "Removes every HTML tag and returns plain text": "Supprime chaque balise HTML et retourne du texte brut",
19
20
  "Slugifies strings.": "Slugifie les chaînes.",
20
21
  "Checks your input and returns the default value, if the input is an empty text or list": "Vérifie votre entrée et renvoie la valeur par défaut, si l'entrée est un texte vide ou une liste",
22
+ "Convert a list of items to a text table": "Convertir une liste d'éléments en un tableau de texte",
21
23
  "Texts": "Textes",
22
24
  "Separator": "Séparateur",
23
25
  "Text": "Texte du texte",
@@ -38,6 +40,7 @@
38
40
  "HTML content": "Contenu HTML",
39
41
  "Enter value": "Entrez une valeur",
40
42
  "Default Value": "Valeur par défaut",
43
+ "List": "Liste",
41
44
  "The text that separates the texts you want to concatenate": "Le texte qui sépare les textes que vous voulez concaténer",
42
45
  "Can be plain text or a regex expression.": "Peut être du texte brut ou une expression régulière.",
43
46
  "Leave empty to delete found results.": "Laisser vide pour supprimer les résultats trouvés.",
@@ -50,6 +53,7 @@
50
53
  "Whether to add an ID to headers during conversion": "S'il faut ajouter un ID aux en-têtes lors de la conversion",
51
54
  "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Analyse les sauts de ligne en <br>, sans avoir besoin de 2 espaces à la fin de la ligne",
52
55
  "The HTML to convert to markdown": "Le HTML à convertir en markdown",
56
+ "List of items to convert to a text table": "Liste des éléments à convertir en table de texte",
53
57
  "Default": "Par défaut",
54
58
  "Original": "Originale",
55
59
  "GitHub": "GitHub"
package/src/i18n/ja.json CHANGED
@@ -9,6 +9,7 @@
9
9
  "Remove HTML Tags": "HTMLタグを削除",
10
10
  "Slugify": "Slugify",
11
11
  "Use Default Value if Input is Empty": "入力が空の場合はデフォルト値を使用",
12
+ "List to Text Table": "テキストテーブルへのリスト",
12
13
  "Concatenate two or more texts": "複数のテキストを連結する",
13
14
  "Replaces all instances of any word, character or phrase in text, with another.": "テキスト内の任意の単語、文字またはフレーズのすべてのインスタンスを別の単語に置き換えます。",
14
15
  "Split a text by a delimiter": "テキストを区切り文字で分割",
@@ -18,6 +19,7 @@
18
19
  "Removes every HTML tag and returns plain text": "すべての HTML タグを削除し、プレーンテキストを返します",
19
20
  "Slugifies strings.": "文字列を削除します。",
20
21
  "Checks your input and returns the default value, if the input is an empty text or list": "入力が空のテキストまたはリストの場合、入力を確認し、デフォルト値を返します。",
22
+ "Convert a list of items to a text table": "リストの項目をテキストテーブルに変換する",
21
23
  "Texts": "テキスト",
22
24
  "Separator": "区切り記号",
23
25
  "Text": "テキスト",
@@ -38,6 +40,7 @@
38
40
  "HTML content": "HTML コンテンツ",
39
41
  "Enter value": "値を入力",
40
42
  "Default Value": "デフォルト値",
43
+ "List": "リスト",
41
44
  "The text that separates the texts you want to concatenate": "連結したいテキストを区切るテキスト",
42
45
  "Can be plain text or a regex expression.": "プレーンテキストまたは正規表現を使用できます。",
43
46
  "Leave empty to delete found results.": "見つかった結果を削除するには空白のままにしてください。",
@@ -50,6 +53,7 @@
50
53
  "Whether to add an ID to headers during conversion": "変換中にヘッダに ID を追加するかどうか",
51
54
  "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "行末に 2 つのスペースを必要とせずに、改行を <br>として解析します。",
52
55
  "The HTML to convert to markdown": "マークダウンに変換する HTML",
56
+ "List of items to convert to a text table": "テキストテーブルに変換するアイテムのリスト",
53
57
  "Default": "デフォルト",
54
58
  "Original": "オリジナル",
55
59
  "GitHub": "GitHub"
package/src/i18n/nl.json CHANGED
@@ -9,6 +9,7 @@
9
9
  "Remove HTML Tags": "Verwijder HTML-tags",
10
10
  "Slugify": "Slugify",
11
11
  "Use Default Value if Input is Empty": "Gebruik standaard waarde als de invoer leeg is",
12
+ "List to Text Table": "Lijst naar teksttabel",
12
13
  "Concatenate two or more texts": "Samenvoegen van twee of meer teksten",
13
14
  "Replaces all instances of any word, character or phrase in text, with another.": "Vervangt alle voorbeelden van een woord, teken of zin in tekst, met een ander woord.",
14
15
  "Split a text by a delimiter": "Splits tekst door een scheidingsteken",
@@ -18,6 +19,7 @@
18
19
  "Removes every HTML tag and returns plain text": "Verwijdert elke HTML-tag en geeft platte tekst terug",
19
20
  "Slugifies strings.": "Slugificeert strings.",
20
21
  "Checks your input and returns the default value, if the input is an empty text or list": "Controleert uw invoer en geeft de standaardwaarde terug als de invoer een lege tekst of lijst is",
22
+ "Convert a list of items to a text table": "Een lijst met items omzetten naar een teksttabel",
21
23
  "Texts": "Teksten",
22
24
  "Separator": "Scheidingsteken",
23
25
  "Text": "Tekstveld",
@@ -38,6 +40,7 @@
38
40
  "HTML content": "HTML inhoud",
39
41
  "Enter value": "Voer waarde in",
40
42
  "Default Value": "Standaard waarde",
43
+ "List": "Klantenlijst",
41
44
  "The text that separates the texts you want to concatenate": "De tekst die de teksten scheidt die u wilt samenvoegen",
42
45
  "Can be plain text or a regex expression.": "Kan platte tekst of een regex expressie zijn.",
43
46
  "Leave empty to delete found results.": "Laat leeg om gevonden resultaten te verwijderen.",
@@ -50,6 +53,7 @@
50
53
  "Whether to add an ID to headers during conversion": "Of een ID aan headers toe te voegen tijdens de conversie",
51
54
  "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parsen regeleinden als <br>, zonder 2 spaties nodig aan het einde van de regel",
52
55
  "The HTML to convert to markdown": "De HTML om te converteren naar markdown",
56
+ "List of items to convert to a text table": "Lijst van items om te zetten naar een teksttabel",
53
57
  "Default": "Standaard",
54
58
  "Original": "Origineel",
55
59
  "GitHub": "GitHub"
package/src/i18n/pt.json CHANGED
@@ -9,6 +9,7 @@
9
9
  "Remove HTML Tags": "Remover Tags HTML",
10
10
  "Slugify": "Slugify",
11
11
  "Use Default Value if Input is Empty": "Use o valor padrão se a entrada estiver vazia",
12
+ "List to Text Table": "Listar para Tabela de Texto",
12
13
  "Concatenate two or more texts": "Concatenar dois ou mais textos",
13
14
  "Replaces all instances of any word, character or phrase in text, with another.": "Substitui todas as instâncias de qualquer palavra, caractere ou frase no texto, por outra.",
14
15
  "Split a text by a delimiter": "Dividir um texto por um delimitador",
@@ -18,6 +19,7 @@
18
19
  "Removes every HTML tag and returns plain text": "Remove todas as tags HTML e retorna texto puro",
19
20
  "Slugifies strings.": "Elugifica strings.",
20
21
  "Checks your input and returns the default value, if the input is an empty text or list": "Verifica sua entrada e retorna o valor padrão, se a entrada estiver vazia ou em branco",
22
+ "Convert a list of items to a text table": "Converter uma lista de itens em uma tabela de texto",
21
23
  "Texts": "Textos",
22
24
  "Separator": "Separador",
23
25
  "Text": "texto",
@@ -38,6 +40,7 @@
38
40
  "HTML content": "Conteúdo HTML",
39
41
  "Enter value": "Digite o valor",
40
42
  "Default Value": "Valor Padrão",
43
+ "List": "Lista",
41
44
  "The text that separates the texts you want to concatenate": "O texto que separa os textos que você quer concatenar",
42
45
  "Can be plain text or a regex expression.": "Pode ser texto simples ou uma expressão regex .",
43
46
  "Leave empty to delete found results.": "Deixe em branco para excluir os resultados encontrados.",
@@ -50,6 +53,7 @@
50
53
  "Whether to add an ID to headers during conversion": "Adicionar um ID para cabeçalhos durante a conversão",
51
54
  "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Analisa quebra de linha como <br>, sem precisar de 2 espaços no final da linha",
52
55
  "The HTML to convert to markdown": "O HTML para converter para markdown",
56
+ "List of items to convert to a text table": "Lista de itens para converter em uma tabela de texto",
53
57
  "Default": "Padrão",
54
58
  "Original": "Original",
55
59
  "GitHub": "GitHub"
@@ -9,6 +9,7 @@
9
9
  "Remove HTML Tags": "Remove HTML Tags",
10
10
  "Slugify": "Slugify",
11
11
  "Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
12
+ "List to Text Table": "List to Text Table",
12
13
  "Concatenate two or more texts": "Concatenate two or more texts",
13
14
  "Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
14
15
  "Split a text by a delimiter": "Split a text by a delimiter",
@@ -18,6 +19,7 @@
18
19
  "Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
19
20
  "Slugifies strings.": "Slugifies strings.",
20
21
  "Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
22
+ "Convert a list of items to a text table": "Convert a list of items to a text table",
21
23
  "Texts": "Texts",
22
24
  "Separator": "Separator",
23
25
  "Text": "Text",
@@ -38,6 +40,7 @@
38
40
  "HTML content": "HTML content",
39
41
  "Enter value": "Enter value",
40
42
  "Default Value": "Default Value",
43
+ "List": "List",
41
44
  "The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
42
45
  "Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
43
46
  "Leave empty to delete found results.": "Leave empty to delete found results.",
@@ -50,6 +53,7 @@
50
53
  "Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
51
54
  "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
52
55
  "The HTML to convert to markdown": "The HTML to convert to markdown",
56
+ "List of items to convert to a text table": "List of items to convert to a text table",
53
57
  "Default": "Default",
54
58
  "Original": "Original",
55
59
  "GitHub": "GitHub"
package/src/i18n/zh.json CHANGED
@@ -9,6 +9,7 @@
9
9
  "Remove HTML Tags": "Remove HTML Tags",
10
10
  "Slugify": "Slugify",
11
11
  "Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
12
+ "List to Text Table": "List to Text Table",
12
13
  "Concatenate two or more texts": "Concatenate two or more texts",
13
14
  "Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
14
15
  "Split a text by a delimiter": "Split a text by a delimiter",
@@ -18,6 +19,7 @@
18
19
  "Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
19
20
  "Slugifies strings.": "Slugifies strings.",
20
21
  "Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
22
+ "Convert a list of items to a text table": "Convert a list of items to a text table",
21
23
  "Texts": "Texts",
22
24
  "Separator": "分隔符",
23
25
  "Text": "文本",
@@ -38,6 +40,7 @@
38
40
  "HTML content": "HTML content",
39
41
  "Enter value": "Enter value",
40
42
  "Default Value": "默认值",
43
+ "List": "List",
41
44
  "The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
42
45
  "Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
43
46
  "Leave empty to delete found results.": "Leave empty to delete found results.",
@@ -50,6 +53,7 @@
50
53
  "Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
51
54
  "Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
52
55
  "The HTML to convert to markdown": "The HTML to convert to markdown",
56
+ "List of items to convert to a text table": "List of items to convert to a text table",
53
57
  "Default": "Default",
54
58
  "Original": "Original",
55
59
  "GitHub": "GitHub"