web-component-gallery 0.1.9 → 0.1.11

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 (103) hide show
  1. package/dist/avatar.umd.js +5375 -0
  2. package/dist/{Button.umd.js → button.umd.js} +7 -7
  3. package/dist/form.umd.js +9894 -0
  4. package/dist/index.umd.js +34 -34
  5. package/dist/svgIcon.umd.js +957 -0
  6. package/dist/{Table.umd.js → table.umd.js} +28 -28
  7. package/dist/tree.umd.js +44 -0
  8. package/lib/avatar/index.js +7 -0
  9. package/lib/avatar/index.vue +47 -0
  10. package/{plugins/lib/Button → lib/button}/Button.js +22 -29
  11. package/{plugins/lib/Button → lib/button}/index.js +2 -2
  12. package/lib/{Form → form}/Model.js +3 -3
  13. package/{plugins/lib/Form → lib/form}/Search.vue +5 -4
  14. package/lib/form/components/ADatePicker.vue +100 -0
  15. package/{plugins/lib/Form → lib/form}/components/ATagsInput.vue +2 -1
  16. package/{plugins/lib/Form → lib/form}/components/AUpload.vue +1 -1
  17. package/lib/form/index.js +44 -0
  18. package/lib/form/style/Model.less +54 -0
  19. package/lib/{Form → form/style}/Search.less +4 -1
  20. package/lib/index.js +1 -1
  21. package/lib/style/css.js +2 -0
  22. package/lib/style/index.js +2 -0
  23. package/lib/style/index.less +4 -0
  24. package/lib/svgIcon/index.js +7 -0
  25. package/lib/svgIcon/index.vue +77 -0
  26. package/lib/{Table → table}/index.js +1 -1
  27. package/lib/{Table/Table.vue → table/index.vue} +1 -1
  28. package/lib/table/style/css.js +2 -0
  29. package/lib/table/style/index.js +2 -0
  30. package/{plugins/lib/Table → lib/table}/style/index.less +2 -0
  31. package/lib/{Tree → tree}/Directory.js +1 -1
  32. package/lib/tree/Tree.vue +261 -0
  33. package/lib/tree/index.js +0 -0
  34. package/lib/tree/style/css.js +2 -0
  35. package/lib/tree/style/index.js +2 -0
  36. package/package.json +2 -1
  37. package/plugins/font/DS-DIGI-1.ttf +0 -0
  38. package/plugins/font/DS-DIGIB-2.ttf +0 -0
  39. package/plugins/font/DS-DIGII-3.ttf +0 -0
  40. package/plugins/font/DS-DIGIT-4.ttf +0 -0
  41. package/plugins/font/Orbitron-Black.ttf +0 -0
  42. package/plugins/font/Orbitron-Bold.ttf +0 -0
  43. package/plugins/font/Orbitron-Medium.ttf +0 -0
  44. package/plugins/font/Orbitron-Regular.ttf +0 -0
  45. package/plugins/font/PANGMENZHENGDAOBIAOTITI-1.TTF +0 -0
  46. package/plugins/font/PingFang SC.ttf +0 -0
  47. package/plugins/font/YouSheBiaoTiHei.ttf +0 -0
  48. package/plugins/font/font.css +48 -0
  49. package/plugins/font//345/255/227/351/255/20235/345/217/267-/347/273/217/345/205/270/351/233/205/351/273/221.ttf +0 -0
  50. package/plugins/lib/avatar/index.js +7 -0
  51. package/plugins/lib/avatar/index.vue +47 -0
  52. package/{lib/Button → plugins/lib/button}/Button.js +22 -29
  53. package/{lib/Button → plugins/lib/button}/index.js +2 -2
  54. package/plugins/lib/{Form → form}/Model.js +3 -3
  55. package/{lib/Form → plugins/lib/form}/Search.vue +5 -4
  56. package/plugins/lib/form/components/ADatePicker.vue +100 -0
  57. package/{lib/Form → plugins/lib/form}/components/ATagsInput.vue +2 -1
  58. package/{lib/Form → plugins/lib/form}/components/AUpload.vue +1 -1
  59. package/plugins/lib/form/index.js +44 -0
  60. package/plugins/lib/form/style/Model.less +54 -0
  61. package/plugins/lib/{Form → form}/style/Search.less +4 -1
  62. package/plugins/lib/index.js +1 -1
  63. package/plugins/lib/style/mixins.less +6 -5
  64. package/plugins/lib/svgIcon/index.js +7 -0
  65. package/plugins/lib/svgIcon/index.vue +77 -0
  66. package/plugins/lib/{Table → table}/index.js +1 -1
  67. package/plugins/lib/{Table/Table.vue → table/index.vue} +1 -1
  68. package/plugins/lib/table/style/index.css +1 -0
  69. package/plugins/lib/{Tree → tree}/Directory.js +1 -1
  70. package/plugins/lib/tree/Tree.vue +261 -0
  71. package/plugins/lib/tree/index.js +0 -0
  72. package/plugins/method/AMap.js +180 -0
  73. package/plugins/method/Dialog.js +127 -0
  74. package/plugins/method/PageLoading.jsx +106 -0
  75. package/plugins/method/index.js +8 -0
  76. package/plugins/utils/Filter.js +152 -0
  77. package/plugins/utils/PostMessage.js +15 -0
  78. package/plugins/utils/Utils.js +29 -0
  79. package/plugins/utils/Validate.js +10 -0
  80. package/plugins/utils/Websocket.js +162 -0
  81. package/plugins/utils/index.js +1 -0
  82. package/plugins/utils/jsencrypt.min.js +5566 -0
  83. package/lib/Form/components/ATable.vue +0 -149
  84. package/lib/index.less +0 -6
  85. package/plugins/lib/Form/components/ATable.vue +0 -149
  86. /package/lib/{Form → form}/RenderComp.vue +0 -0
  87. /package/lib/{Form → form}/components/ACascaderMultiple.vue +0 -0
  88. /package/lib/{Form → form}/components/ARadio.vue +0 -0
  89. /package/lib/{Form → form}/components/ASelectCustom.vue +0 -0
  90. /package/lib/{Form → form}/components/ATimePicker.vue +0 -0
  91. /package/lib/{Table/style → style}/index.css +0 -0
  92. /package/lib/{mixins.less → style/mixins.less} +0 -0
  93. /package/{plugins/lib/Table → lib/table}/style/index.css +0 -0
  94. /package/lib/{Tree → tree/style}/Directory.less +0 -0
  95. /package/lib/{Tree → tree/style}/index.less +0 -0
  96. /package/plugins/lib/{Form → form}/RenderComp.vue +0 -0
  97. /package/plugins/lib/{Form → form}/components/ACascaderMultiple.vue +0 -0
  98. /package/plugins/lib/{Form → form}/components/ARadio.vue +0 -0
  99. /package/plugins/lib/{Form → form}/components/ASelectCustom.vue +0 -0
  100. /package/plugins/lib/{Form → form}/components/ATimePicker.vue +0 -0
  101. /package/{lib/Table → plugins/lib/table/style}/index.less +0 -0
  102. /package/plugins/lib/{Tree → tree}/style/Directory.less +0 -0
  103. /package/plugins/lib/{Tree → tree}/style/index.less +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.