@stock-in-the-channel/sinch-vue-components 0.0.375 → 0.0.377
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/index.es.js +7 -2
- package/dist/style.css +1 -1
- package/package.json +64 -64
package/dist/index.es.js
CHANGED
|
@@ -37226,7 +37226,12 @@ const u2 = new h0({
|
|
|
37226
37226
|
const R = (q, O) => {
|
|
37227
37227
|
s.value = q, y("productVariantClicked", q, O);
|
|
37228
37228
|
};
|
|
37229
|
-
return
|
|
37229
|
+
return he(() => f.route.params.productId, async (q, O) => {
|
|
37230
|
+
if (q && q !== O) {
|
|
37231
|
+
const U = parseInt(q.toString());
|
|
37232
|
+
await E(U);
|
|
37233
|
+
}
|
|
37234
|
+
}), it(async () => {
|
|
37230
37235
|
if (f.route.params.productId) {
|
|
37231
37236
|
const q = parseInt(f.route.params.productId.toString());
|
|
37232
37237
|
await E(q), A();
|
|
@@ -41815,7 +41820,7 @@ const XR = { class: "text-h6" }, ZR = { class: "q-mb-md" }, eA = { class: "q-mt-
|
|
|
41815
41820
|
]));
|
|
41816
41821
|
}
|
|
41817
41822
|
});
|
|
41818
|
-
const O0 = /* @__PURE__ */ of(mL, [["__scopeId", "data-v-
|
|
41823
|
+
const O0 = /* @__PURE__ */ of(mL, [["__scopeId", "data-v-b23307fc"]]), hL = { class: "negative full-width" }, pL = ["onClick"], gL = { class: "text-caption text-grey-6" }, yL = ["onClick"], bL = { class: "text-caption text-grey-6" }, _L = "subscriptions-table", P0 = /* @__PURE__ */ nt({
|
|
41819
41824
|
__name: "SubscriptionsTable",
|
|
41820
41825
|
props: {
|
|
41821
41826
|
filters: {},
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.thumbnail-container{text-align:center}.products-row[data-v-6f02f4d6]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-9deb8386]{max-width:1100px;width:80vw}.columns-grid[data-v-
|
|
1
|
+
.thumbnail-container{text-align:center}.products-row[data-v-6f02f4d6]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-9deb8386]{max-width:1100px;width:80vw}.columns-grid[data-v-b23307fc]{display:flex;flex-wrap:wrap;gap:8px}.column-item[data-v-b23307fc]{min-width:200px;flex:1 1 auto;max-width:300px}@media (min-width: 768px){.columns-grid[data-v-b23307fc]{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.column-item[data-v-b23307fc]{max-width:100%}}@media (max-width: 767px){.columns-grid[data-v-b23307fc]{grid-template-columns:repeat(2,1fr)}}.q-td{min-width:80px}
|
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@stock-in-the-channel/sinch-vue-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"files": [
|
|
5
|
-
"dist"
|
|
6
|
-
],
|
|
7
|
-
"main": "./dist/index.umd.js",
|
|
8
|
-
"module": "./dist/index.es.js",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"import": "./dist/index.es.js",
|
|
12
|
-
"require": "./dist/index.umd.js"
|
|
13
|
-
},
|
|
14
|
-
"./dist/style.css": "./dist/style.css"
|
|
15
|
-
},
|
|
16
|
-
"types": "./dist/types/index.d.ts",
|
|
17
|
-
"scripts": {
|
|
18
|
-
"dev": "vite",
|
|
19
|
-
"build": "vite build --config vite.config.ts && vue-tsc --emitDeclarationOnly && powershell mv dist/src dist/types",
|
|
20
|
-
"buildwc": "vite build && vue-tsc --emitDeclarationOnly && powershell del ../Sinch.SponsoredProduct.Web/wwwroot/dist -ErrorAction SilentlyContinue -Force -Recurse && powershell mv dist ../Sinch.SponsoredProduct.Web/wwwroot/",
|
|
21
|
-
"buildwc_old": "vue-tsc --noEmit && vite build --config vite.config-wc.ts && powershell del ../Sinch.SponsoredProduct.Web/wwwroot/dist -ErrorAction SilentlyContinue -Force -Recurse && powershell mv dist ../Sinch.SponsoredProduct.Web/wwwroot/",
|
|
22
|
-
"p": "vite build && vue-tsc --emitDeclarationOnly && powershell mv dist/src dist/types && npm version patch && npm publish -allow-same-version --access=public",
|
|
23
|
-
"pl": "vite build && vue-tsc --emitDeclarationOnly && npm pack",
|
|
24
|
-
"typecheck": "vue-tsc --noEmit",
|
|
25
|
-
"lint": "eslint . --ext .vue,.js,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
26
|
-
"style": "node src/assets/stylebuilder.js && node src/assets/concatfiles.js",
|
|
27
|
-
"gen": "cd src/api-clients/ && graphql-codegen --verbose",
|
|
28
|
-
"pack": "vite build --config vite.config.ts && vue-tsc --emitDeclarationOnly && powershell mv dist/src dist/types && npm pack"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"@babel/core": "^7.23.3",
|
|
32
|
-
"@quasar/extras": "^1.16.8",
|
|
33
|
-
"@quasar/vite-plugin": "^1.6.0",
|
|
34
|
-
"@rushstack/eslint-patch": "^1.5.1",
|
|
35
|
-
"@types/node": "^20.9.0",
|
|
36
|
-
"@vitejs/plugin-vue": "^4.4.1",
|
|
37
|
-
"@vue/eslint-config-prettier": "^8.0.0",
|
|
38
|
-
"@vue/eslint-config-typescript": "^12.0.0",
|
|
39
|
-
"@vue/tsconfig": "^0.4.0",
|
|
40
|
-
"babel-loader": "^9.1.3",
|
|
41
|
-
"eslint": "^8.53.0",
|
|
42
|
-
"eslint-plugin-storybook": "^0.6.15",
|
|
43
|
-
"eslint-plugin-vue": "^9.18.1",
|
|
44
|
-
"prettier": "^3.1.0",
|
|
45
|
-
"quasar": "^2.14.0",
|
|
46
|
-
"react": "^18.2.0",
|
|
47
|
-
"sass": "^1.69.5",
|
|
48
|
-
"typescript": "~5.2.2",
|
|
49
|
-
"vite": "^4.5.0",
|
|
50
|
-
"vite-plugin-mkcert": "^1.16.0",
|
|
51
|
-
"vue": "^3.3.8",
|
|
52
|
-
"vue-loader": "^17.3.1",
|
|
53
|
-
"vue-tsc": "^1.8.22"
|
|
54
|
-
},
|
|
55
|
-
"dependencies": {
|
|
56
|
-
"@apollo/client": "^3.8.7",
|
|
57
|
-
"@graphql-codegen/cli": "^5.0.0",
|
|
58
|
-
"@graphql-codegen/client-preset": "^4.1.0",
|
|
59
|
-
"@quasar/app-vite": "^1.7.0",
|
|
60
|
-
"vue-i18n": "^9.7.0",
|
|
61
|
-
"vue-router": "^4.2.5",
|
|
62
|
-
"xlsx": "^0.18.5"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@stock-in-the-channel/sinch-vue-components",
|
|
3
|
+
"version": "0.0.377",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist"
|
|
6
|
+
],
|
|
7
|
+
"main": "./dist/index.umd.js",
|
|
8
|
+
"module": "./dist/index.es.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/index.es.js",
|
|
12
|
+
"require": "./dist/index.umd.js"
|
|
13
|
+
},
|
|
14
|
+
"./dist/style.css": "./dist/style.css"
|
|
15
|
+
},
|
|
16
|
+
"types": "./dist/types/index.d.ts",
|
|
17
|
+
"scripts": {
|
|
18
|
+
"dev": "vite",
|
|
19
|
+
"build": "vite build --config vite.config.ts && vue-tsc --emitDeclarationOnly && powershell mv dist/src dist/types",
|
|
20
|
+
"buildwc": "vite build && vue-tsc --emitDeclarationOnly && powershell del ../Sinch.SponsoredProduct.Web/wwwroot/dist -ErrorAction SilentlyContinue -Force -Recurse && powershell mv dist ../Sinch.SponsoredProduct.Web/wwwroot/",
|
|
21
|
+
"buildwc_old": "vue-tsc --noEmit && vite build --config vite.config-wc.ts && powershell del ../Sinch.SponsoredProduct.Web/wwwroot/dist -ErrorAction SilentlyContinue -Force -Recurse && powershell mv dist ../Sinch.SponsoredProduct.Web/wwwroot/",
|
|
22
|
+
"p": "vite build && vue-tsc --emitDeclarationOnly && powershell mv dist/src dist/types && npm version patch && npm publish -allow-same-version --access=public",
|
|
23
|
+
"pl": "vite build && vue-tsc --emitDeclarationOnly && npm pack",
|
|
24
|
+
"typecheck": "vue-tsc --noEmit",
|
|
25
|
+
"lint": "eslint . --ext .vue,.js,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
26
|
+
"style": "node src/assets/stylebuilder.js && node src/assets/concatfiles.js",
|
|
27
|
+
"gen": "cd src/api-clients/ && graphql-codegen --verbose",
|
|
28
|
+
"pack": "vite build --config vite.config.ts && vue-tsc --emitDeclarationOnly && powershell mv dist/src dist/types && npm pack"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@babel/core": "^7.23.3",
|
|
32
|
+
"@quasar/extras": "^1.16.8",
|
|
33
|
+
"@quasar/vite-plugin": "^1.6.0",
|
|
34
|
+
"@rushstack/eslint-patch": "^1.5.1",
|
|
35
|
+
"@types/node": "^20.9.0",
|
|
36
|
+
"@vitejs/plugin-vue": "^4.4.1",
|
|
37
|
+
"@vue/eslint-config-prettier": "^8.0.0",
|
|
38
|
+
"@vue/eslint-config-typescript": "^12.0.0",
|
|
39
|
+
"@vue/tsconfig": "^0.4.0",
|
|
40
|
+
"babel-loader": "^9.1.3",
|
|
41
|
+
"eslint": "^8.53.0",
|
|
42
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
43
|
+
"eslint-plugin-vue": "^9.18.1",
|
|
44
|
+
"prettier": "^3.1.0",
|
|
45
|
+
"quasar": "^2.14.0",
|
|
46
|
+
"react": "^18.2.0",
|
|
47
|
+
"sass": "^1.69.5",
|
|
48
|
+
"typescript": "~5.2.2",
|
|
49
|
+
"vite": "^4.5.0",
|
|
50
|
+
"vite-plugin-mkcert": "^1.16.0",
|
|
51
|
+
"vue": "^3.3.8",
|
|
52
|
+
"vue-loader": "^17.3.1",
|
|
53
|
+
"vue-tsc": "^1.8.22"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"@apollo/client": "^3.8.7",
|
|
57
|
+
"@graphql-codegen/cli": "^5.0.0",
|
|
58
|
+
"@graphql-codegen/client-preset": "^4.1.0",
|
|
59
|
+
"@quasar/app-vite": "^1.7.0",
|
|
60
|
+
"vue-i18n": "^9.7.0",
|
|
61
|
+
"vue-router": "^4.2.5",
|
|
62
|
+
"xlsx": "^0.18.5"
|
|
63
|
+
}
|
|
64
|
+
}
|