@retailcrm/embed-ui 0.4.8 → 0.5.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 +14 -0
- package/dist/meta.json +6 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.5.0](https://github.com/retailcrm/embed-ui/compare/v0.4.9...v0.5.0) (2024-12-11)
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* Renaming fields of order/card context
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* Renaming fields of order/card context ([cc8f72f](https://github.com/retailcrm/embed-ui/commit/cc8f72f95ee0481b14562a8ae1937d83459517a2))
|
|
13
|
+
## [0.4.9](https://github.com/retailcrm/embed-ui/compare/v0.4.8...v0.4.9) (2024-12-10)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **v1-contexts:** Added additional value to contragent.type ([95ad354](https://github.com/retailcrm/embed-ui/commit/95ad3548c9dbd5ab2a6bfbc7fad49d179d1f2c28))
|
|
4
18
|
## [0.4.8](https://github.com/retailcrm/embed-ui/compare/v0.4.7...v0.4.8) (2024-12-09)
|
|
5
19
|
|
|
6
20
|
### Features
|
package/dist/meta.json
CHANGED
|
@@ -206,8 +206,8 @@
|
|
|
206
206
|
"readonly": true
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
|
-
"name": "
|
|
210
|
-
"type": "\"enterpreneur\" | \"legal-entity\"",
|
|
209
|
+
"name": "company.contragentType",
|
|
210
|
+
"type": "\"enterpreneur\" | \"legal-entity\" | \"individual\"",
|
|
211
211
|
"description": {
|
|
212
212
|
"en-GB": "Legal entity type",
|
|
213
213
|
"es-ES": "Tipo de entidad legal",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"readonly": true
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
"name": "
|
|
219
|
+
"name": "company.certificateNumber",
|
|
220
220
|
"type": "string | null",
|
|
221
221
|
"description": {
|
|
222
222
|
"en-GB": "Certificate number",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"readonly": false
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
|
-
"name": "
|
|
229
|
+
"name": "company.certificateDate",
|
|
230
230
|
"type": "string | null",
|
|
231
231
|
"description": {
|
|
232
232
|
"en-GB": "Certificate date",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"readonly": false
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
|
-
"name": "
|
|
239
|
+
"name": "company.OGRN",
|
|
240
240
|
"type": "string | null",
|
|
241
241
|
"description": {
|
|
242
242
|
"en-GB": "PSRN of the counterparty",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"readonly": false
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
"name": "
|
|
249
|
+
"name": "company.OGRNIP",
|
|
250
250
|
"type": "string | null",
|
|
251
251
|
"description": {
|
|
252
252
|
"en-GB": "PSRN of Individual entrepreneur",
|
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.5.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>",
|
|
@@ -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.
|
|
37
|
-
"@retailcrm/embed-ui-v1-types": "^0.
|
|
36
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.5.0",
|
|
37
|
+
"@retailcrm/embed-ui-v1-types": "^0.5.0"
|
|
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.
|
|
46
|
+
"@retailcrm/embed-ui-v1-testing": "^0.5.0",
|
|
47
47
|
"@types/git-semver-tags": "^7.0.0",
|
|
48
48
|
"@types/node": "^22.7.9",
|
|
49
49
|
"@types/semver": "^7.5.8",
|