@stock-in-the-channel/sinch-vue-components 0.0.375 → 0.0.378
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/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}
|
|
@@ -42,6 +42,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
42
|
siteCloud: boolean;
|
|
43
43
|
hideDistributorsSection: boolean;
|
|
44
44
|
resellerExternalSystems: GetResellerExternalClientsPayload[];
|
|
45
|
+
isCustomerPortal: boolean;
|
|
45
46
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
46
47
|
addProductToBasket: (product: DistributorProduct, quantity: number, evt: Event) => void;
|
|
47
48
|
navigateToConfigureUrl: (product: DistributorProduct, evt: Event) => void;
|
|
@@ -55,6 +56,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
56
|
siteCloud: boolean;
|
|
56
57
|
hideDistributorsSection: boolean;
|
|
57
58
|
resellerExternalSystems: GetResellerExternalClientsPayload[];
|
|
59
|
+
isCustomerPortal: boolean;
|
|
58
60
|
}>>> & Readonly<{
|
|
59
61
|
onAddProductToBasket?: ((product: DistributorProduct, quantity: number, evt: Event) => any) | undefined;
|
|
60
62
|
onNavigateToConfigureUrl?: ((product: DistributorProduct, evt: Event) => any) | undefined;
|
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.378",
|
|
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
|
+
}
|