@retailcrm/embed-ui-v1-components 0.9.13 → 0.9.14
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/dist/host.cjs +1 -0
- package/dist/host.js +1 -0
- package/package.json +6 -2
package/dist/host.cjs
CHANGED
|
@@ -10130,6 +10130,7 @@ const _sfc_main$d = vue.defineComponent({
|
|
|
10130
10130
|
setup(props, { attrs }) {
|
|
10131
10131
|
return () => vue.h("col", {
|
|
10132
10132
|
...attrs,
|
|
10133
|
+
width: props.width,
|
|
10133
10134
|
style: [
|
|
10134
10135
|
attrs.style ?? null,
|
|
10135
10136
|
{
|
package/dist/host.js
CHANGED
|
@@ -10128,6 +10128,7 @@ const _sfc_main$d = defineComponent({
|
|
|
10128
10128
|
setup(props, { attrs }) {
|
|
10129
10129
|
return () => h("col", {
|
|
10130
10130
|
...attrs,
|
|
10131
|
+
width: props.width,
|
|
10131
10132
|
style: [
|
|
10132
10133
|
attrs.style ?? null,
|
|
10133
10134
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui-v1-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.14",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
|
7
7
|
"repository": "git@github.com:retailcrm/embed-ui.git",
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
"build": "yarn build:host && yarn build:remote",
|
|
48
48
|
"build:host": "vite build -c ./vite.config.host.ts",
|
|
49
49
|
"build:remote": "vite build -c ./vite.config.remote.ts && sh -c 'cp dist/remote/* dist/ && rm -rf dist/remote'",
|
|
50
|
+
"test:e2e": "yarn exec vitest --run --config ./vitest.config.playwright.ts",
|
|
51
|
+
"test:playwright": "yarn exec vitest --run --config ./vitest.config.playwright.ts",
|
|
50
52
|
"storybook:build": "storybook build -c storybook -o ./storybook/dist",
|
|
51
53
|
"storybook:serve": "storybook dev -c storybook -p 6006 --no-open",
|
|
52
54
|
"storybook:shot": "tsx ./storybook/scripts/shot.ts"
|
|
@@ -55,7 +57,7 @@
|
|
|
55
57
|
"vue": "^3.5"
|
|
56
58
|
},
|
|
57
59
|
"dependencies": {
|
|
58
|
-
"@omnicajs/vue-remote": "^0.2.
|
|
60
|
+
"@omnicajs/vue-remote": "^0.2.21",
|
|
59
61
|
"@remote-ui/rpc": "^1.4.7",
|
|
60
62
|
"@retailcrm/image-preview": "^1.0.2",
|
|
61
63
|
"date-fns": "^4.1.0",
|
|
@@ -72,6 +74,8 @@
|
|
|
72
74
|
"@storybook/vue3-vite": "^10.1.11",
|
|
73
75
|
"@types/lodash.isequal": "^4.5.8",
|
|
74
76
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
77
|
+
"@vitest/browser": "4.0.15",
|
|
78
|
+
"@vitest/browser-playwright": "4.0.15",
|
|
75
79
|
"@vue/compiler-sfc": "^3.5.25",
|
|
76
80
|
"@vue/test-utils": "^2.4.6",
|
|
77
81
|
"@yandex/ymaps3-types": "^0.0.21",
|