@retailcrm/embed-ui 0.8.4 → 0.9.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/CHANGELOG.md +9 -0
- package/dist/meta.json +25 -2
- package/package.json +4 -4
- package/types/widget.d.ts +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.9.0](https://github.com/retailcrm/embed-ui/compare/v0.8.4...v0.9.0) (2025-09-12)
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* Заменена цель customer/card:appeals на цели customer/card:inWork.before и customer/card:inWork.after
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* Заменена цель customer/card:appeals на цели customer/card:inWork.before и customer/card:inWork.after ([5763fd8](https://github.com/retailcrm/embed-ui/commit/5763fd8d3aa9d4e823c5f142d0e18d930d51c946))
|
|
4
13
|
## [0.8.4](https://github.com/retailcrm/embed-ui/compare/v0.8.3...v0.8.4) (2025-09-10)
|
|
5
14
|
|
|
6
15
|
### Bug Fixes
|
package/dist/meta.json
CHANGED
|
@@ -1630,7 +1630,7 @@
|
|
|
1630
1630
|
"actions": []
|
|
1631
1631
|
},
|
|
1632
1632
|
{
|
|
1633
|
-
"id": "customer/card:
|
|
1633
|
+
"id": "customer/card:inWork.before",
|
|
1634
1634
|
"description": {
|
|
1635
1635
|
"en-GB": "Widget for the contact request item",
|
|
1636
1636
|
"es-ES": "Widget para el elemento de solicitud de contacto",
|
|
@@ -1651,6 +1651,28 @@
|
|
|
1651
1651
|
],
|
|
1652
1652
|
"actions": []
|
|
1653
1653
|
},
|
|
1654
|
+
{
|
|
1655
|
+
"id": "customer/card:inWork.after",
|
|
1656
|
+
"description": {
|
|
1657
|
+
"en-GB": "Widget for the contact request item",
|
|
1658
|
+
"es-ES": "Widget para el elemento de solicitud de contacto",
|
|
1659
|
+
"ru-RU": "Виджет для элемента обращений"
|
|
1660
|
+
},
|
|
1661
|
+
"location": {
|
|
1662
|
+
"en-GB": "At the end of the \"In progress\" block in the client card",
|
|
1663
|
+
"es-ES": "Al final del bloque \"En progreso\" en la tarjeta del cliente",
|
|
1664
|
+
"ru-RU": "В конце блока \"В работе\" в карточке клиента"
|
|
1665
|
+
},
|
|
1666
|
+
"contexts": [
|
|
1667
|
+
"customer/card",
|
|
1668
|
+
"user/current",
|
|
1669
|
+
"settings"
|
|
1670
|
+
],
|
|
1671
|
+
"customContexts": [
|
|
1672
|
+
"customer"
|
|
1673
|
+
],
|
|
1674
|
+
"actions": []
|
|
1675
|
+
},
|
|
1654
1676
|
{
|
|
1655
1677
|
"id": "order/card:common.before",
|
|
1656
1678
|
"description": {
|
|
@@ -2023,7 +2045,8 @@
|
|
|
2023
2045
|
"targets": [
|
|
2024
2046
|
"customer/card:phone",
|
|
2025
2047
|
"customer/card:communications.after",
|
|
2026
|
-
"customer/card:
|
|
2048
|
+
"customer/card:inWork.before",
|
|
2049
|
+
"customer/card:inWork.after"
|
|
2027
2050
|
]
|
|
2028
2051
|
},
|
|
2029
2052
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.0",
|
|
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.
|
|
44
|
-
"@retailcrm/embed-ui-v1-types": "^0.
|
|
43
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.9.0",
|
|
44
|
+
"@retailcrm/embed-ui-v1-types": "^0.9.0"
|
|
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.
|
|
51
|
+
"@retailcrm/embed-ui-v1-testing": "^0.9.0",
|
|
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,7 +43,12 @@ export type SchemaListByTarget = {
|
|
|
43
43
|
| 'user/current'
|
|
44
44
|
| 'settings'
|
|
45
45
|
>,
|
|
46
|
-
'customer/card:
|
|
46
|
+
'customer/card:inWork.before': Pick<SchemaList,
|
|
47
|
+
| 'customer/card'
|
|
48
|
+
| 'user/current'
|
|
49
|
+
| 'settings'
|
|
50
|
+
>;
|
|
51
|
+
'customer/card:inWork.after': Pick<SchemaList,
|
|
47
52
|
| 'customer/card'
|
|
48
53
|
| 'user/current'
|
|
49
54
|
| 'settings'
|