@retailcrm/embed-ui 0.8.2 → 0.8.3
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/CHANGELOG.md +5 -0
- package/dist/meta.json +24 -1
- package/package.json +4 -4
- package/types/widget.d.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.8.3](https://github.com/retailcrm/embed-ui/compare/v0.8.2...v0.8.3) (2025-09-09)
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Добавлен новая цель customer/card:appeals ([e65ae36](https://github.com/retailcrm/embed-ui/commit/e65ae36b0b0f1c82aa4409745db56344e208f047))
|
|
4
9
|
## [0.8.2](https://github.com/retailcrm/embed-ui/compare/v0.8.1...v0.8.2) (2025-08-14)
|
|
5
10
|
|
|
6
11
|
### Features
|
package/dist/meta.json
CHANGED
|
@@ -1629,6 +1629,28 @@
|
|
|
1629
1629
|
],
|
|
1630
1630
|
"actions": []
|
|
1631
1631
|
},
|
|
1632
|
+
{
|
|
1633
|
+
"id": "customer/card:appeals",
|
|
1634
|
+
"description": {
|
|
1635
|
+
"en-GB": "Widget for the contact request item",
|
|
1636
|
+
"es-ES": "Widget para el elemento de solicitud de contacto",
|
|
1637
|
+
"ru-RU": "Виджет для элемента обращений"
|
|
1638
|
+
},
|
|
1639
|
+
"location": {
|
|
1640
|
+
"en-GB": "Before the \"In Progress\" header in the client card",
|
|
1641
|
+
"es-ES": "Antes del encabezado \"En progreso\" en la tarjeta del cliente",
|
|
1642
|
+
"ru-RU": "Перед заголовком \"В работе\" в карточке клиента"
|
|
1643
|
+
},
|
|
1644
|
+
"contexts": [
|
|
1645
|
+
"customer/card",
|
|
1646
|
+
"user/current",
|
|
1647
|
+
"settings"
|
|
1648
|
+
],
|
|
1649
|
+
"customContexts": [
|
|
1650
|
+
"customer"
|
|
1651
|
+
],
|
|
1652
|
+
"actions": []
|
|
1653
|
+
},
|
|
1632
1654
|
{
|
|
1633
1655
|
"id": "order/card:common.before",
|
|
1634
1656
|
"description": {
|
|
@@ -2000,7 +2022,8 @@
|
|
|
2000
2022
|
},
|
|
2001
2023
|
"targets": [
|
|
2002
2024
|
"customer/card:phone",
|
|
2003
|
-
"customer/card:communications.after"
|
|
2025
|
+
"customer/card:communications.after",
|
|
2026
|
+
"customer/card:appeals"
|
|
2004
2027
|
]
|
|
2005
2028
|
},
|
|
2006
2029
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.3",
|
|
5
5
|
"description": "API and components for creating RetailCRM UI extensions",
|
|
6
6
|
"repository": "git@github.com:retailcrm/embed-ui.git",
|
|
7
7
|
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"@omnicajs/symfony-router": "^1.0.0",
|
|
41
41
|
"@omnicajs/vue-remote": "^0.2.5",
|
|
42
42
|
"@remote-ui/rpc": "^1.4.5",
|
|
43
|
-
"@retailcrm/embed-ui-v1-contexts": "^0.8.
|
|
44
|
-
"@retailcrm/embed-ui-v1-types": "^0.8.
|
|
43
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.8.3",
|
|
44
|
+
"@retailcrm/embed-ui-v1-types": "^0.8.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@eslint/eslintrc": "^3.0.2",
|
|
48
48
|
"@eslint/js": "^9.13.0",
|
|
49
49
|
"@modulify/git-toolkit": "^0.0.2",
|
|
50
50
|
"@modulify/pkg": "^1.0.1",
|
|
51
|
-
"@retailcrm/embed-ui-v1-testing": "^0.8.
|
|
51
|
+
"@retailcrm/embed-ui-v1-testing": "^0.8.3",
|
|
52
52
|
"@types/git-semver-tags": "^7.0.0",
|
|
53
53
|
"@types/node": "^22.7.9",
|
|
54
54
|
"@types/semver": "^7.5.8",
|
package/types/widget.d.ts
CHANGED
|
@@ -43,6 +43,11 @@ export type SchemaListByTarget = {
|
|
|
43
43
|
| 'user/current'
|
|
44
44
|
| 'settings'
|
|
45
45
|
>,
|
|
46
|
+
'customer/card:appeals': Pick<SchemaList,
|
|
47
|
+
| 'customer/card'
|
|
48
|
+
| 'user/current'
|
|
49
|
+
| 'settings'
|
|
50
|
+
>;
|
|
46
51
|
'order/card:common.before': Pick<SchemaList,
|
|
47
52
|
| 'order/card'
|
|
48
53
|
| 'user/current'
|