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.
Files changed (49) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +187 -187
  3. package/dist/demo.html +1 -10
  4. package/dist/style/colors.styl +30 -30
  5. package/dist/style/components/vsAlert.styl +66 -66
  6. package/dist/style/components/vsAvatar.styl +64 -64
  7. package/dist/style/components/vsBreadcrumb.styl +50 -50
  8. package/dist/style/components/vsButton.styl +181 -181
  9. package/dist/style/components/vsCard.styl +64 -64
  10. package/dist/style/components/vsCheckBox.styl +111 -111
  11. package/dist/style/components/vsChip.styl +122 -122
  12. package/dist/style/components/vsCollapse.styl +109 -109
  13. package/dist/style/components/vsDivider.styl +34 -34
  14. package/dist/style/components/vsDropDown.styl +231 -231
  15. package/dist/style/components/vsIcon.styl +47 -47
  16. package/dist/style/components/vsImages.styl +166 -166
  17. package/dist/style/components/vsInput.styl +219 -219
  18. package/dist/style/components/vsInputNumber.styl +170 -170
  19. package/dist/style/components/vsList.styl +49 -49
  20. package/dist/style/components/vsLoading.styl +397 -397
  21. package/dist/style/components/vsNavbar.styl +286 -286
  22. package/dist/style/components/vsNotifications.styl +92 -92
  23. package/dist/style/components/vsPagination.styl +143 -143
  24. package/dist/style/components/vsPopup.styl +159 -159
  25. package/dist/style/components/vsProgress.styl +45 -45
  26. package/dist/style/components/vsRadio.styl +93 -93
  27. package/dist/style/components/vsSelect.styl +219 -219
  28. package/dist/style/components/vsSideBar.styl +267 -267
  29. package/dist/style/components/vsSlider.styl +196 -196
  30. package/dist/style/components/vsSpacer.styl +5 -5
  31. package/dist/style/components/vsSwitch.styl +93 -93
  32. package/dist/style/components/vsTable.styl +408 -408
  33. package/dist/style/components/vsTabs.styl +280 -280
  34. package/dist/style/components/vsTextarea.styl +82 -82
  35. package/dist/style/components/vsTimePicker.styl +42 -42
  36. package/dist/style/components/vsTooltip.styl +85 -85
  37. package/dist/style/components/vsUpload.styl +460 -460
  38. package/dist/style/mixins.styl +133 -133
  39. package/dist/style/root.styl +9 -9
  40. package/dist/style/vars.styl +45 -45
  41. package/dist/style/vuesax.styl +25 -25
  42. package/dist/vuesax.common.js +1 -1
  43. package/dist/vuesax.common.js.map +1 -1
  44. package/dist/vuesax.css +1 -1
  45. package/dist/vuesax.umd.js +1 -1
  46. package/dist/vuesax.umd.js.map +1 -1
  47. package/dist/vuesax.umd.min.js +2 -1
  48. package/dist/vuesax.umd.min.js.map +1 -0
  49. package/package.json +24 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fixed-vuesax",
3
- "version": "3.13.122",
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.14"
33
+ "vue": "^2.6"
34
34
  },
35
35
  "devDependencies": {
36
- "@babel/core": "^7.15.5",
37
- "@babel/eslint-parser": "^7.15.7",
38
- "@vue/cli": "^5.0.0-beta.4",
39
- "@vue/cli-plugin-babel": "^5.0.0-beta.4",
40
- "@vue/cli-plugin-eslint": "^5.0.0-beta.4",
41
- "@vue/cli-service": "^4.5.13",
42
- "@vue/eslint-config-standard": "^6.0.0",
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": "^6.4.1",
45
- "core-js": "^3.18.2",
46
- "eslint": "^7.26.0",
47
- "eslint-plugin-import": "^2.23.4",
48
- "eslint-plugin-node": "^11.1.0",
49
- "eslint-plugin-promise": "^4.3.1",
50
- "eslint-plugin-vue": "^7.11.1",
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.55.0",
53
- "stylus-loader": "^3.0.2",
54
- "terser-webpack-plugin": "^4.2.3",
55
- "viewcode": "0.0.27",
56
- "vue-loader": "^15.9.8",
57
- "vue-template-compiler": "^2.6.14",
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/lusaxweb/vuesax/issues"
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": "lusaxweb/vuesax"
106
+ "repository": "tofandel/vuesax"
109
107
  }