@retailcrm/embed-ui 0.5.2-alpha.1 → 0.5.2-alpha.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 +10 -0
- package/dist/meta.json +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.5.2-alpha.3](https://github.com/retailcrm/embed-ui/compare/v0.5.2-alpha.2...v0.5.2-alpha.3) (2024-12-23)
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **v1-contexts:** Missing company.KPP field of order/card context from v0.5.1 ([11c3cc4](https://github.com/retailcrm/embed-ui/commit/11c3cc41e66312b695e3fa500f07b352dde7812d))
|
|
9
|
+
## [0.5.2-alpha.2](https://github.com/retailcrm/embed-ui/compare/v0.5.2-alpha.1...v0.5.2-alpha.2) (2024-12-23)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **v1-components:** Missing UiRadio host export ([8811cf6](https://github.com/retailcrm/embed-ui/commit/8811cf6ca5a74f50aedcd354163e25da172a9c2b))
|
|
4
14
|
## [0.5.2-alpha.1](https://github.com/retailcrm/embed-ui/compare/v0.5.1-1.0...v0.5.2-alpha.1) (2024-12-23)
|
|
5
15
|
|
|
6
16
|
### Features
|
package/dist/meta.json
CHANGED
|
@@ -295,6 +295,16 @@
|
|
|
295
295
|
},
|
|
296
296
|
"readonly": false
|
|
297
297
|
},
|
|
298
|
+
{
|
|
299
|
+
"name": "company.KPP",
|
|
300
|
+
"type": "string | null",
|
|
301
|
+
"description": {
|
|
302
|
+
"en-GB": "Counterparty's KPP",
|
|
303
|
+
"es-ES": "KPP del contraparte",
|
|
304
|
+
"ru-RU": "КПП контрагента"
|
|
305
|
+
},
|
|
306
|
+
"readonly": false
|
|
307
|
+
},
|
|
298
308
|
{
|
|
299
309
|
"name": "company.OKPO",
|
|
300
310
|
"type": "string | null",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.2-alpha.
|
|
4
|
+
"version": "0.5.2-alpha.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>",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@omnicajs/vue-remote": "^0.2.3",
|
|
35
35
|
"@remote-ui/rpc": "^1.4.5",
|
|
36
|
-
"@retailcrm/embed-ui-v1-contexts": "^0.5.2-alpha.
|
|
37
|
-
"@retailcrm/embed-ui-v1-types": "^0.5.2-alpha.
|
|
36
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.5.2-alpha.3",
|
|
37
|
+
"@retailcrm/embed-ui-v1-types": "^0.5.2-alpha.3"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"pinia": "^2.2",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@eslint/eslintrc": "^3.0.2",
|
|
45
45
|
"@eslint/js": "^9.13.0",
|
|
46
|
-
"@retailcrm/embed-ui-v1-testing": "^0.5.2-alpha.
|
|
46
|
+
"@retailcrm/embed-ui-v1-testing": "^0.5.2-alpha.3",
|
|
47
47
|
"@types/git-semver-tags": "^7.0.0",
|
|
48
48
|
"@types/node": "^22.7.9",
|
|
49
49
|
"@types/semver": "^7.5.8",
|