@retailcrm/embed-ui 0.9.26 → 0.9.28

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,17 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.9.28](https://github.com/retailcrm/embed-ui/compare/v0.9.27...v0.9.28) (2026-06-05)
5
+
6
+ ### Features
7
+
8
+ * Before route leave host hook forwarded ([106f4ce](https://github.com/retailcrm/embed-ui/commit/106f4ce4f2089142929e2055dbb317722b6ba317))
9
+ * **v1-types:** Before route leave host hook added ([438913c](https://github.com/retailcrm/embed-ui/commit/438913ce4fd1b3324c65efb493d8761ac09000ad))
10
+ ## [0.9.27](https://github.com/retailcrm/embed-ui/compare/v0.9.26...v0.9.27) (2026-06-04)
11
+
12
+ ### Bug Fixes
13
+
14
+ * **v1-components:** fixed show footer-pagination ([8e7f85f](https://github.com/retailcrm/embed-ui/commit/8e7f85f63d3396d373d1e0cfd461a15be22a9600))
4
15
  ## [0.9.26](https://github.com/retailcrm/embed-ui/compare/v0.9.25...v0.9.26) (2026-05-29)
5
16
  ## [0.9.25](https://github.com/retailcrm/embed-ui/compare/v0.9.24...v0.9.25) (2026-05-28)
6
17
 
package/dist/index.cjs CHANGED
@@ -57,6 +57,9 @@ const useHost = () => {
57
57
  },
58
58
  pushQuery(query, options = void 0) {
59
59
  return options ? endpoint.call.pushQuery(query, options) : endpoint.call.pushQuery(query);
60
+ },
61
+ onBeforeRouteLeave(hook) {
62
+ return endpoint.call.onBeforeRouteLeave(hook);
60
63
  }
61
64
  };
62
65
  };
package/dist/index.mjs CHANGED
@@ -56,6 +56,9 @@ const useHost = () => {
56
56
  },
57
57
  pushQuery(query, options = void 0) {
58
58
  return options ? endpoint.call.pushQuery(query, options) : endpoint.call.pushQuery(query);
59
+ },
60
+ onBeforeRouteLeave(hook) {
61
+ return endpoint.call.onBeforeRouteLeave(hook);
59
62
  }
60
63
  };
61
64
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.9.26",
4
+ "version": "0.9.28",
5
5
  "description": "API and components for creating RetailCRM UI extensions",
6
6
  "repository": {
7
7
  "type": "git",
@@ -57,10 +57,10 @@
57
57
  "@omnicajs/symfony-router": "^1.0.0",
58
58
  "@omnicajs/vue-remote": "^0.2.24",
59
59
  "@remote-ui/rpc": "^1.4.5",
60
- "@retailcrm/embed-ui-v1-components": "^0.9.26",
61
- "@retailcrm/embed-ui-v1-contexts": "^0.9.26",
62
- "@retailcrm/embed-ui-v1-endpoint": "^0.9.26",
63
- "@retailcrm/embed-ui-v1-types": "^0.9.26",
60
+ "@retailcrm/embed-ui-v1-components": "^0.9.28",
61
+ "@retailcrm/embed-ui-v1-contexts": "^0.9.28",
62
+ "@retailcrm/embed-ui-v1-endpoint": "^0.9.28",
63
+ "@retailcrm/embed-ui-v1-types": "^0.9.28",
64
64
  "yargs": "^17.7.2"
65
65
  },
66
66
  "devDependencies": {
@@ -69,26 +69,26 @@
69
69
  "@modulify/git-toolkit": "^0.0.2",
70
70
  "@modulify/pkg": "^1.0.1",
71
71
  "@omnicajs/eslint-plugin-dependencies": "^0.0.2",
72
- "@retailcrm/embed-ui-v1-testing": "^0.9.26",
72
+ "@retailcrm/embed-ui-v1-testing": "^0.9.28",
73
73
  "@types/git-semver-tags": "^7.0.0",
74
74
  "@types/node": "^22.19.2",
75
75
  "@types/semver": "^7.7.1",
76
76
  "@types/yargs": "^17.0.35",
77
77
  "@vitejs/plugin-vue": "^6.0.2",
78
- "@vitest/coverage-istanbul": "4.1.3",
78
+ "@vitest/coverage-istanbul": "4.1.8",
79
79
  "@vue/language-server": "^3.1.8",
80
80
  "@vue/test-utils": "^2.4.6",
81
81
  "chalk": "^5.3.0",
82
82
  "conventional-changelog": "^6.0.0",
83
83
  "conventional-changelog-conventionalcommits": "^8.0.0",
84
- "conventional-recommended-bump": "^10.0.0",
84
+ "conventional-recommended-bump": "11.2.0",
85
85
  "eslint": "^9.39.1",
86
86
  "eslint-plugin-import": "^2.32.0",
87
87
  "eslint-plugin-n": "^17.23.1",
88
88
  "eslint-plugin-promise": "^7.2.1",
89
89
  "eslint-plugin-vue": "^10.8.0",
90
90
  "figures": "^6.1.0",
91
- "git-semver-tags": "^7.0.1",
91
+ "git-semver-tags": "8.0.1",
92
92
  "glob": "^13.0.0",
93
93
  "globals": "^16.5.0",
94
94
  "jsdom": "^27.3.0",
@@ -99,12 +99,15 @@
99
99
  "typescript-eslint": "^8.49.0",
100
100
  "vite": "^7.3.2",
101
101
  "vite-plugin-dts": "^4.5.4",
102
- "vitest": "^4.1.3",
102
+ "vitest": "4.1.8",
103
103
  "vue": "^3.5.32",
104
104
  "vue-eslint-parser": "^10.4.0"
105
105
  },
106
106
  "resolutions": {
107
- "handlebars": "^4.7.9"
107
+ "ajv@npm:^6.12.4": "6.15.0",
108
+ "handlebars": "^4.7.9",
109
+ "js-cookie": "^3.0.8",
110
+ "qs": "^6.15.2"
108
111
  },
109
112
  "publishConfig": {
110
113
  "access": "public"