@retailcrm/embed-ui 0.5.2-alpha.3 → 0.5.2-alpha.4
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/index.cjs +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.5.2-alpha.4](https://github.com/retailcrm/embed-ui/compare/v0.5.2-alpha.3...v0.5.2-alpha.4) (2024-12-24)
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **v1-types:** Removed before/last fields from CustomDictionaryFilter ([54f64ab](https://github.com/retailcrm/embed-ui/commit/54f64aba383016a081d5efe3ff6ee05cb6ecbb47))
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* Missing UiCheckbox/UiRadio in components' names list passed to remote root ([2d0981e](https://github.com/retailcrm/embed-ui/commit/2d0981eed28e076c51b4a4afb562a1fa69f0fd40))
|
|
4
13
|
## [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
14
|
|
|
6
15
|
### Bug Fixes
|
package/dist/index.cjs
CHANGED
|
@@ -42,12 +42,14 @@ const createRoot = async (channel) => {
|
|
|
42
42
|
const root = remote$1.createRemoteRoot(channel, {
|
|
43
43
|
components: [
|
|
44
44
|
"UiButton",
|
|
45
|
+
"UiCheckbox",
|
|
45
46
|
"UiError",
|
|
46
47
|
"UiLink",
|
|
47
48
|
"UiLoader",
|
|
48
49
|
"UiModalSidebar",
|
|
49
50
|
"UiModalWindow",
|
|
50
51
|
"UiModalWindowSurface",
|
|
52
|
+
"UiRadio",
|
|
51
53
|
"UiScrollBox",
|
|
52
54
|
"UiTag",
|
|
53
55
|
"UiToolbarButton",
|
package/dist/index.mjs
CHANGED
|
@@ -40,12 +40,14 @@ const createRoot = async (channel) => {
|
|
|
40
40
|
const root = createRemoteRoot(channel, {
|
|
41
41
|
components: [
|
|
42
42
|
"UiButton",
|
|
43
|
+
"UiCheckbox",
|
|
43
44
|
"UiError",
|
|
44
45
|
"UiLink",
|
|
45
46
|
"UiLoader",
|
|
46
47
|
"UiModalSidebar",
|
|
47
48
|
"UiModalWindow",
|
|
48
49
|
"UiModalWindowSurface",
|
|
50
|
+
"UiRadio",
|
|
49
51
|
"UiScrollBox",
|
|
50
52
|
"UiTag",
|
|
51
53
|
"UiToolbarButton",
|
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.4",
|
|
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.4",
|
|
37
|
+
"@retailcrm/embed-ui-v1-types": "^0.5.2-alpha.4"
|
|
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.4",
|
|
47
47
|
"@types/git-semver-tags": "^7.0.0",
|
|
48
48
|
"@types/node": "^22.7.9",
|
|
49
49
|
"@types/semver": "^7.5.8",
|