fixed-vuesax 3.13.122 → 3.14.2
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/LICENSE +21 -21
- package/README.md +187 -187
- package/dist/demo.html +1 -10
- package/dist/style/colors.styl +30 -30
- package/dist/style/components/vsAlert.styl +66 -66
- package/dist/style/components/vsAvatar.styl +64 -64
- package/dist/style/components/vsBreadcrumb.styl +50 -50
- package/dist/style/components/vsButton.styl +181 -181
- package/dist/style/components/vsCard.styl +64 -64
- package/dist/style/components/vsCheckBox.styl +111 -111
- package/dist/style/components/vsChip.styl +122 -122
- package/dist/style/components/vsCollapse.styl +109 -109
- package/dist/style/components/vsDivider.styl +34 -34
- package/dist/style/components/vsDropDown.styl +231 -231
- package/dist/style/components/vsIcon.styl +47 -47
- package/dist/style/components/vsImages.styl +166 -166
- package/dist/style/components/vsInput.styl +219 -219
- package/dist/style/components/vsInputNumber.styl +170 -170
- package/dist/style/components/vsList.styl +49 -49
- package/dist/style/components/vsLoading.styl +397 -397
- package/dist/style/components/vsNavbar.styl +286 -286
- package/dist/style/components/vsNotifications.styl +92 -92
- package/dist/style/components/vsPagination.styl +143 -143
- package/dist/style/components/vsPopup.styl +159 -159
- package/dist/style/components/vsProgress.styl +45 -45
- package/dist/style/components/vsRadio.styl +93 -93
- package/dist/style/components/vsSelect.styl +219 -219
- package/dist/style/components/vsSideBar.styl +267 -267
- package/dist/style/components/vsSlider.styl +196 -196
- package/dist/style/components/vsSpacer.styl +5 -5
- package/dist/style/components/vsSwitch.styl +93 -93
- package/dist/style/components/vsTable.styl +408 -408
- package/dist/style/components/vsTabs.styl +280 -280
- package/dist/style/components/vsTextarea.styl +82 -82
- package/dist/style/components/vsTimePicker.styl +42 -42
- package/dist/style/components/vsTooltip.styl +85 -85
- package/dist/style/components/vsUpload.styl +460 -460
- package/dist/style/mixins.styl +133 -133
- package/dist/style/root.styl +9 -9
- package/dist/style/vars.styl +45 -45
- package/dist/style/vuesax.styl +25 -25
- package/dist/vuesax.common.js +1 -1
- package/dist/vuesax.common.js.map +1 -1
- package/dist/vuesax.css +1 -1
- package/dist/vuesax.umd.js +1 -1
- package/dist/vuesax.umd.js.map +1 -1
- package/dist/vuesax.umd.min.js +2 -1
- package/dist/vuesax.umd.min.js.map +1 -0
- package/package.json +24 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fixed-vuesax",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.2",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7"
|
|
6
6
|
},
|
|
@@ -30,33 +30,31 @@
|
|
|
30
30
|
"main": "dist/vuesax.common.js",
|
|
31
31
|
"unpkg": "dist/vuesax.umd.min.js",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"vue": "^2.6
|
|
33
|
+
"vue": "^2.6"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@babel/core": "^7.
|
|
37
|
-
"@babel/eslint-parser": "^7.
|
|
38
|
-
"@vue/cli": "^5.0.
|
|
39
|
-
"@vue/cli-plugin-babel": "^5.0.
|
|
40
|
-
"@vue/cli-plugin-eslint": "^5.0.
|
|
41
|
-
"@vue/cli-service": "^
|
|
42
|
-
"@vue/eslint-config-standard": "^
|
|
36
|
+
"@babel/core": "^7.18.6",
|
|
37
|
+
"@babel/eslint-parser": "^7.18.2",
|
|
38
|
+
"@vue/cli": "^5.0.7",
|
|
39
|
+
"@vue/cli-plugin-babel": "^5.0.7",
|
|
40
|
+
"@vue/cli-plugin-eslint": "^5.0.7",
|
|
41
|
+
"@vue/cli-service": "^5.0.7",
|
|
42
|
+
"@vue/eslint-config-standard": "^8.0.1",
|
|
43
43
|
"chalk": "^4.1.2",
|
|
44
|
-
"copy-webpack-plugin": "^
|
|
45
|
-
"core-js": "^3.
|
|
46
|
-
"eslint": "^
|
|
47
|
-
"eslint-plugin-import": "^2.
|
|
48
|
-
"eslint-plugin-
|
|
49
|
-
"eslint-plugin-promise": "^
|
|
50
|
-
"eslint-plugin-vue": "^
|
|
44
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
45
|
+
"core-js": "^3.49.0",
|
|
46
|
+
"eslint": "^8.57.1",
|
|
47
|
+
"eslint-plugin-import": "^2.32.0",
|
|
48
|
+
"eslint-plugin-n": "^15.2.4",
|
|
49
|
+
"eslint-plugin-promise": "^6.0.0",
|
|
50
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
51
51
|
"file-loader": "^6.2.0",
|
|
52
|
-
"stylus": "^0.
|
|
53
|
-
"stylus-loader": "^
|
|
54
|
-
"terser-webpack-plugin": "^
|
|
55
|
-
"
|
|
56
|
-
"vue-
|
|
57
|
-
"
|
|
58
|
-
"vuepress": "^1.8.2",
|
|
59
|
-
"webpack": "^4.46.0"
|
|
52
|
+
"stylus": "^0.58.1",
|
|
53
|
+
"stylus-loader": "^7.0.0",
|
|
54
|
+
"terser-webpack-plugin": "^5.3.3",
|
|
55
|
+
"vue-loader": "^15.10.0",
|
|
56
|
+
"vue-template-compiler": "^2.7.3",
|
|
57
|
+
"webpack": "^5.107.2"
|
|
60
58
|
},
|
|
61
59
|
"eslintConfig": {
|
|
62
60
|
"root": true,
|
|
@@ -85,7 +83,7 @@
|
|
|
85
83
|
"last 1 safari version"
|
|
86
84
|
],
|
|
87
85
|
"bugs": {
|
|
88
|
-
"url": "https://github.com/
|
|
86
|
+
"url": "https://github.com/tofandel/fixed-vuesax/issues"
|
|
89
87
|
},
|
|
90
88
|
"homepage": "https://lusaxweb.github.io/vuesax/#/",
|
|
91
89
|
"jsdelivr": "dist/vuesax.umd.min.js",
|
|
@@ -105,5 +103,5 @@
|
|
|
105
103
|
"stylus"
|
|
106
104
|
],
|
|
107
105
|
"license": "MIT",
|
|
108
|
-
"repository": "
|
|
106
|
+
"repository": "tofandel/vuesax"
|
|
109
107
|
}
|