@sysvale/show 1.0.0 → 1.1.0
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/@sysvale/show.es.js +4745 -0
- package/dist/@sysvale/show.umd.js +67 -0
- package/package.json +62 -154
- package/dist/@sysvale/show.esm.js +0 -662
- package/dist/@sysvale/show.min.js +0 -1
- package/dist/@sysvale/show.ssr.js +0 -623
package/package.json
CHANGED
@@ -1,156 +1,64 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
"regenerator-runtime": "^0.13.9",
|
65
|
-
"rollup": "^1.29.0",
|
66
|
-
"rollup-plugin-commonjs": "^10.1.0",
|
67
|
-
"rollup-plugin-terser": "^5.2.0",
|
68
|
-
"rollup-plugin-vue": "5.1.1",
|
69
|
-
"vue-hljs": "^2.0.0",
|
70
|
-
"vue-template-compiler": "^2.6.11"
|
71
|
-
},
|
72
|
-
"eslintConfig": {
|
73
|
-
"root": true,
|
74
|
-
"env": {
|
75
|
-
"node": true
|
76
|
-
},
|
77
|
-
"extends": [
|
78
|
-
"plugin:vue/essential",
|
79
|
-
"@vue/airbnb"
|
80
|
-
],
|
81
|
-
"parserOptions": {
|
82
|
-
"parser": "babel-eslint"
|
83
|
-
},
|
84
|
-
"rules": {
|
85
|
-
"vue/html-indent": [
|
86
|
-
"error",
|
87
|
-
"tab",
|
88
|
-
{
|
89
|
-
"attribute": 1,
|
90
|
-
"closeBracket": 0,
|
91
|
-
"alignAttributesVertically": true,
|
92
|
-
"ignores": []
|
93
|
-
}
|
94
|
-
],
|
95
|
-
"no-tabs": "off",
|
96
|
-
"indent": [
|
97
|
-
"error",
|
98
|
-
"tab",
|
99
|
-
{
|
100
|
-
"SwitchCase": 1
|
101
|
-
}
|
102
|
-
],
|
103
|
-
"quotes": [
|
104
|
-
"error",
|
105
|
-
"single",
|
106
|
-
{
|
107
|
-
"allowTemplateLiterals": true
|
108
|
-
}
|
109
|
-
]
|
110
|
-
},
|
111
|
-
"overrides": [
|
112
|
-
{
|
113
|
-
"files": [
|
114
|
-
"**/__tests__/*.{j,t}s?(x)",
|
115
|
-
"**/tests/unit/**/*.spec.{j,t}s?(x)"
|
116
|
-
],
|
117
|
-
"env": {
|
118
|
-
"jest": true
|
119
|
-
}
|
120
|
-
}
|
121
|
-
]
|
122
|
-
},
|
123
|
-
"browserslist": [
|
124
|
-
"> 1%",
|
125
|
-
"last 2 versions",
|
126
|
-
"not dead"
|
127
|
-
],
|
128
|
-
"jest": {
|
129
|
-
"preset": "@vue/cli-plugin-unit-jest",
|
130
|
-
"transform": {
|
131
|
-
".*\\.(js)$": "babel-jest"
|
132
|
-
},
|
133
|
-
"setupFilesAfterEnv": [
|
134
|
-
"./src/utils/setupTests.js"
|
135
|
-
],
|
136
|
-
"collectCoverage": true,
|
137
|
-
"collectCoverageFrom": [
|
138
|
-
"src/**/*.vue"
|
139
|
-
],
|
140
|
-
"coverageReporters": [
|
141
|
-
"lcov",
|
142
|
-
"text"
|
143
|
-
]
|
144
|
-
},
|
145
|
-
"babel": {
|
146
|
-
"presets": [
|
147
|
-
"@babel/preset-env"
|
148
|
-
]
|
149
|
-
},
|
150
|
-
"bugs": {
|
151
|
-
"url": "https://github.com/Sysvale/show/issues"
|
152
|
-
},
|
153
|
-
"homepage": "https://github.com/Sysvale/show#readme",
|
154
|
-
"author": "Sysvale",
|
155
|
-
"license": "MIT"
|
2
|
+
"name": "@sysvale/show",
|
3
|
+
"version": "1.1.0",
|
4
|
+
"description": "A set of components used at Sysvale",
|
5
|
+
"repository": {
|
6
|
+
"type": "git",
|
7
|
+
"url": "git+https://github.com/Sysvale/sys-hand-on-wheel.git"
|
8
|
+
},
|
9
|
+
"main": "dist/@sysvale/show.ssr.js",
|
10
|
+
"module": "dist/@sysvale/show.esm.js",
|
11
|
+
"unpkg": "dist/@sysvale/show.min.js",
|
12
|
+
"files": [
|
13
|
+
"dist/*"
|
14
|
+
],
|
15
|
+
"exports": {
|
16
|
+
".": {
|
17
|
+
"import": "./dist/@sysvale/show.es.js",
|
18
|
+
"require": "./dist/@sysvale/show.umd.js"
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"scripts": {
|
22
|
+
"dev": "vite",
|
23
|
+
"build": "vite build",
|
24
|
+
"preview": "vite preview",
|
25
|
+
"test": "vitest"
|
26
|
+
},
|
27
|
+
"dependencies": {
|
28
|
+
"lodash.camelcase": "^4.3.0",
|
29
|
+
"lodash.get": "^4.4.2",
|
30
|
+
"lodash.isempty": "^4.4.0",
|
31
|
+
"lodash.isequal": "^4.5.0",
|
32
|
+
"lodash.isobject": "^3.0.2",
|
33
|
+
"lodash.keyby": "^4.6.0",
|
34
|
+
"lodash.reduce": "^4.6.0",
|
35
|
+
"lodash.snakecase": "^4.1.1",
|
36
|
+
"sweetalert2": "^11.3.5",
|
37
|
+
"vue": "^3.2.37"
|
38
|
+
},
|
39
|
+
"devDependencies": {
|
40
|
+
"@babel/core": "^7.18.10",
|
41
|
+
"@rollup/plugin-typescript": "^8.4.0",
|
42
|
+
"@types/vue": "^2.0.0",
|
43
|
+
"@vitejs/plugin-vue": "^3.0.3",
|
44
|
+
"@vue/test-utils": "^2.0.2",
|
45
|
+
"babel-loader": "^8.2.5",
|
46
|
+
"concat": "^1.0.3",
|
47
|
+
"esbuild-linux-64": "^0.15.18",
|
48
|
+
"eslint": "^8.31.0",
|
49
|
+
"eslint-plugin-vue": "^9.9.0",
|
50
|
+
"jsdom": "^20.0.0",
|
51
|
+
"sass": "^1.55.0",
|
52
|
+
"typescript": "^4.6.4",
|
53
|
+
"vite": "^3.0.0",
|
54
|
+
"vitest": "^0.22.0",
|
55
|
+
"vue-loader": "^16.8.3",
|
56
|
+
"vue-tsc": "^0.38.4"
|
57
|
+
},
|
58
|
+
"bugs": {
|
59
|
+
"url": "https://github.com/Sysvale/sys-hand-on-wheel/issues"
|
60
|
+
},
|
61
|
+
"homepage": "https://github.com/Sysvale/sys-hand-on-wheel#readme",
|
62
|
+
"author": "Sysvale",
|
63
|
+
"license": "MIT"
|
156
64
|
}
|