@bcrumbs.net/inbox 0.0.17 → 0.0.20
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/ar/inbox.json +2 -1
- package/assets/en/inbox.json +2 -1
- package/index.cjs.js +7133 -6867
- package/index.esm.js +7136 -6870
- package/package.json +1 -1
- package/src/app/inbox/components/Chat/index.d.ts +3 -1
- package/src/app/inbox/components/Shared/Inbox.d.ts +17 -0
- package/src/app/inbox/constants/index.d.ts +1 -0
- package/src/app/inbox/hooks/useConversationsPerodicFetch.d.ts +1 -0
- package/src/graphql.autogenerated.d.ts +12 -0
- package/src/lib/inbox.d.ts +1 -0
package/assets/ar/inbox.json
CHANGED
|
@@ -107,7 +107,8 @@
|
|
|
107
107
|
"integration": "تكامل / قناة",
|
|
108
108
|
"filterByState": "فلترة حسب الحالة",
|
|
109
109
|
"filterByAssignee": "فلترة حسب الموكل",
|
|
110
|
-
"filterByLifeCycle": "فلترة حسب المرحلة"
|
|
110
|
+
"filterByLifeCycle": "فلترة حسب المرحلة",
|
|
111
|
+
"moreThan100Conversations": "تم العثور على أكثر من 100 محادثة، لتجنب الأداء المنخفض، يتم عرض أول 100 محادثة مفتوحة. يرجى فلترة المحادثات أو إغلاق بعض المحادثات."
|
|
111
112
|
},
|
|
112
113
|
"id": "المعرف",
|
|
113
114
|
"save": "حفظ",
|
package/assets/en/inbox.json
CHANGED
|
@@ -107,7 +107,8 @@
|
|
|
107
107
|
"newClient": "New client",
|
|
108
108
|
"filterByState": "Filter by state",
|
|
109
109
|
"filterByAssignee": "Filter by assignee",
|
|
110
|
-
"filterByLifeCycle": "Filter by life-cycle"
|
|
110
|
+
"filterByLifeCycle": "Filter by life-cycle",
|
|
111
|
+
"moreThan100Conversations": "More than 100 conversations found, we only show the first 100 to avoid performance issues. Please refine your search or try to close some conversations."
|
|
111
112
|
},
|
|
112
113
|
"id": "ID",
|
|
113
114
|
"save": "Save",
|