fixed-vuesax 3.14.1 → 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/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.umd.js +1 -1
- package/dist/vuesax.umd.js.map +1 -1
- package/dist/vuesax.umd.min.js +1 -1
- package/dist/vuesax.umd.min.js.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fixed-vuesax",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.2",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7"
|
|
6
6
|
},
|
|
@@ -39,22 +39,22 @@
|
|
|
39
39
|
"@vue/cli-plugin-babel": "^5.0.7",
|
|
40
40
|
"@vue/cli-plugin-eslint": "^5.0.7",
|
|
41
41
|
"@vue/cli-service": "^5.0.7",
|
|
42
|
-
"@vue/eslint-config-standard": "^
|
|
42
|
+
"@vue/eslint-config-standard": "^8.0.1",
|
|
43
43
|
"chalk": "^4.1.2",
|
|
44
44
|
"copy-webpack-plugin": "^11.0.0",
|
|
45
|
-
"core-js": "^3.
|
|
46
|
-
"eslint": "^8.
|
|
47
|
-
"eslint-plugin-import": "^2.
|
|
45
|
+
"core-js": "^3.49.0",
|
|
46
|
+
"eslint": "^8.57.1",
|
|
47
|
+
"eslint-plugin-import": "^2.32.0",
|
|
48
48
|
"eslint-plugin-n": "^15.2.4",
|
|
49
49
|
"eslint-plugin-promise": "^6.0.0",
|
|
50
|
-
"eslint-plugin-vue": "^9.
|
|
50
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
51
51
|
"file-loader": "^6.2.0",
|
|
52
52
|
"stylus": "^0.58.1",
|
|
53
53
|
"stylus-loader": "^7.0.0",
|
|
54
54
|
"terser-webpack-plugin": "^5.3.3",
|
|
55
55
|
"vue-loader": "^15.10.0",
|
|
56
56
|
"vue-template-compiler": "^2.7.3",
|
|
57
|
-
"webpack": "^5.
|
|
57
|
+
"webpack": "^5.107.2"
|
|
58
58
|
},
|
|
59
59
|
"eslintConfig": {
|
|
60
60
|
"root": true,
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"stylus"
|
|
104
104
|
],
|
|
105
105
|
"license": "MIT",
|
|
106
|
-
"repository": "
|
|
106
|
+
"repository": "tofandel/vuesax"
|
|
107
107
|
}
|