@masterteam/structure-builder 0.0.37 → 0.0.39
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/i18n/ar.json +11 -11
- package/assets/i18n/en.json +11 -11
- package/package.json +4 -4
package/assets/i18n/ar.json
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"structureBuilder": {
|
|
3
3
|
"levelTemplates": "قوالب المستويات",
|
|
4
4
|
"steps": "الخطوات",
|
|
5
|
-
"dragToAdd": "اسحب لإضافة عنصر إلى الهيكل الخاص بك:",
|
|
6
|
-
"allItemsInUse": "جميع عناصر {tab} قيد الاستخدام",
|
|
7
|
-
"addNode": "إضافة عقدة",
|
|
8
|
-
"addConnectionProperties": "إضافة خصائص الاتصال",
|
|
9
|
-
"editNodeProperties": "تعديل خصائص العقدة",
|
|
10
|
-
"editConnectionProperties": "تعديل خصائص الاتصال",
|
|
11
|
-
"formula": "معادلة",
|
|
12
|
-
"cancel": "إلغاء",
|
|
13
|
-
"saveChanges": "حفظ التغييرات"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
5
|
+
"dragToAdd": "اسحب لإضافة عنصر إلى الهيكل الخاص بك:",
|
|
6
|
+
"allItemsInUse": "جميع عناصر {tab} قيد الاستخدام",
|
|
7
|
+
"addNode": "إضافة عقدة",
|
|
8
|
+
"addConnectionProperties": "إضافة خصائص الاتصال",
|
|
9
|
+
"editNodeProperties": "تعديل خصائص العقدة",
|
|
10
|
+
"editConnectionProperties": "تعديل خصائص الاتصال",
|
|
11
|
+
"formula": "معادلة",
|
|
12
|
+
"cancel": "إلغاء",
|
|
13
|
+
"saveChanges": "حفظ التغييرات"
|
|
14
|
+
}
|
|
15
|
+
}
|
package/assets/i18n/en.json
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"structureBuilder": {
|
|
3
3
|
"levelTemplates": "Level templates",
|
|
4
4
|
"steps": "Steps",
|
|
5
|
-
"dragToAdd": "Drag to add item to your Structure:",
|
|
6
|
-
"allItemsInUse": "All {tab} items are in use",
|
|
7
|
-
"addNode": "Add Node",
|
|
8
|
-
"addConnectionProperties": "Add Connection Properties",
|
|
9
|
-
"editNodeProperties": "Edit Node Properties",
|
|
10
|
-
"editConnectionProperties": "Edit Connection Properties",
|
|
11
|
-
"formula": "Formula",
|
|
12
|
-
"cancel": "Cancel",
|
|
13
|
-
"saveChanges": "Save Changes"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
5
|
+
"dragToAdd": "Drag to add item to your Structure:",
|
|
6
|
+
"allItemsInUse": "All {tab} items are in use",
|
|
7
|
+
"addNode": "Add Node",
|
|
8
|
+
"addConnectionProperties": "Add Connection Properties",
|
|
9
|
+
"editNodeProperties": "Edit Node Properties",
|
|
10
|
+
"editConnectionProperties": "Edit Connection Properties",
|
|
11
|
+
"formula": "Formula",
|
|
12
|
+
"cancel": "Cancel",
|
|
13
|
+
"saveChanges": "Save Changes"
|
|
14
|
+
}
|
|
15
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@masterteam/structure-builder",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/structure-builder",
|
|
6
6
|
"linkDirectory": false,
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"tailwindcss": "^4.1.17",
|
|
21
21
|
"tailwindcss-primeui": "^0.6.1",
|
|
22
22
|
"dagre": "^0.8.5",
|
|
23
|
-
"@masterteam/components": "^0.0.
|
|
24
|
-
"@masterteam/
|
|
25
|
-
"@masterteam/
|
|
23
|
+
"@masterteam/components": "^0.0.103",
|
|
24
|
+
"@masterteam/forms": "^0.0.49",
|
|
25
|
+
"@masterteam/icons": "^0.0.13"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"exports": {
|