@retailcrm/embed-ui 0.8.3 → 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 CHANGED
@@ -1,6 +1,20 @@
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))
13
+ ## [0.8.4](https://github.com/retailcrm/embed-ui/compare/v0.8.3...v0.8.4) (2025-09-10)
14
+
15
+ ### Bug Fixes
16
+
17
+ * Изменено описание для цели customer/card:appeals ([7129d33](https://github.com/retailcrm/embed-ui/commit/7129d334c28abaadf2f9a8b686042287e98dd615))
4
18
  ## [0.8.3](https://github.com/retailcrm/embed-ui/compare/v0.8.2...v0.8.3) (2025-09-09)
5
19
 
6
20
  ### Features
package/dist/meta.json CHANGED
@@ -1630,16 +1630,38 @@
1630
1630
  "actions": []
1631
1631
  },
1632
1632
  {
1633
- "id": "customer/card:appeals",
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",
1637
1637
  "ru-RU": "Виджет для элемента обращений"
1638
1638
  },
1639
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": "Перед заголовком \"В работе\" в карточке клиента"
1640
+ "en-GB": "At the beginning of the \"In Progress\" block in the client card",
1641
+ "es-ES": "Al principio del bloque \"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
+ },
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": "В конце блока \"В работе\" в карточке клиента"
1643
1665
  },
1644
1666
  "contexts": [
1645
1667
  "customer/card",
@@ -2023,7 +2045,8 @@
2023
2045
  "targets": [
2024
2046
  "customer/card:phone",
2025
2047
  "customer/card:communications.after",
2026
- "customer/card:appeals"
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.8.3",
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.8.3",
44
- "@retailcrm/embed-ui-v1-types": "^0.8.3"
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.8.3",
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:appeals': Pick<SchemaList,
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'