web-component-gallery 0.1.8 → 0.1.10

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 (96) 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 +25 -25
  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/{plugins/lib/Form → lib/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/{plugins/lib/Form → lib/form}/style/Search.less +4 -1
  20. package/lib/index.js +22 -0
  21. package/lib/style/css.js +2 -0
  22. package/lib/style/index.css +1 -0
  23. package/lib/style/index.js +2 -0
  24. package/lib/style/index.less +6 -0
  25. package/lib/style/mixins.less +53 -0
  26. package/lib/svgIcon/index.js +7 -0
  27. package/lib/svgIcon/index.vue +77 -0
  28. package/lib/table/index.js +7 -0
  29. package/{plugins/lib/table/Table.vue → lib/table/index.vue} +1 -1
  30. package/lib/table/style/css.js +2 -0
  31. package/lib/table/style/index.css +1 -0
  32. package/lib/table/style/index.js +2 -0
  33. package/lib/table/style/index.less +31 -0
  34. package/{plugins/lib/Tree → lib/tree}/Directory.js +1 -1
  35. package/lib/tree/Tree.vue +261 -0
  36. package/lib/tree/style/css.js +2 -0
  37. package/lib/tree/style/index.js +2 -0
  38. package/package.json +7 -4
  39. package/plugins/font/DS-DIGI-1.ttf +0 -0
  40. package/plugins/font/DS-DIGIB-2.ttf +0 -0
  41. package/plugins/font/DS-DIGII-3.ttf +0 -0
  42. package/plugins/font/DS-DIGIT-4.ttf +0 -0
  43. package/plugins/font/Orbitron-Black.ttf +0 -0
  44. package/plugins/font/Orbitron-Bold.ttf +0 -0
  45. package/plugins/font/Orbitron-Medium.ttf +0 -0
  46. package/plugins/font/Orbitron-Regular.ttf +0 -0
  47. package/plugins/font/PANGMENZHENGDAOBIAOTITI-1.TTF +0 -0
  48. package/plugins/font/PingFang SC.ttf +0 -0
  49. package/plugins/font/YouSheBiaoTiHei.ttf +0 -0
  50. package/plugins/font/font.css +48 -0
  51. 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
  52. package/plugins/lib/avatar/index.js +7 -0
  53. package/plugins/lib/avatar/index.vue +47 -0
  54. package/plugins/lib/button/Button.js +83 -0
  55. package/plugins/lib/button/index.js +7 -0
  56. package/plugins/lib/form/Model.js +185 -0
  57. package/plugins/lib/form/RenderComp.vue +52 -0
  58. package/plugins/lib/form/Search.vue +170 -0
  59. package/plugins/lib/form/components/ACascaderMultiple.vue +764 -0
  60. package/plugins/lib/form/components/ADatePicker.vue +100 -0
  61. package/plugins/lib/form/components/ARadio.vue +74 -0
  62. package/plugins/lib/form/components/ASelectCustom.vue +225 -0
  63. package/plugins/lib/form/components/ATagsInput.vue +70 -0
  64. package/plugins/lib/form/components/ATimePicker.vue +68 -0
  65. package/plugins/lib/form/components/AUpload.vue +156 -0
  66. package/plugins/lib/form/index.js +44 -0
  67. package/plugins/lib/form/style/Model.less +54 -0
  68. package/plugins/lib/form/style/Search.less +34 -0
  69. package/plugins/lib/index.js +1 -1
  70. package/plugins/lib/map/index.vue +0 -0
  71. package/plugins/lib/svgIcon/index.js +7 -0
  72. package/plugins/lib/svgIcon/index.vue +77 -0
  73. package/plugins/lib/table/index.js +1 -1
  74. package/plugins/lib/table/index.vue +174 -0
  75. package/plugins/lib/tree/Directory.js +402 -0
  76. package/plugins/lib/tree/Tree.vue +261 -0
  77. package/plugins/lib/tree/index.js +0 -0
  78. package/plugins/lib/tree/style/Directory.less +132 -0
  79. package/plugins/lib/tree/style/index.less +1 -0
  80. package/plugins/method/Dialog.js +127 -0
  81. package/plugins/method/PageLoading.jsx +106 -0
  82. package/plugins/method/index.js +8 -0
  83. package/plugins/utils/Filter.js +95 -0
  84. package/plugins/utils/PostMessage.js +15 -0
  85. package/plugins/utils/Utils.js +29 -0
  86. package/plugins/utils/index.js +1 -0
  87. package/plugins/lib/Form/components/ATable.vue +0 -149
  88. /package/{plugins/lib/style → dist/css}/index.css +0 -0
  89. /package/{plugins/lib/Form → lib/form}/RenderComp.vue +0 -0
  90. /package/{plugins/lib/Form → lib/form}/components/ACascaderMultiple.vue +0 -0
  91. /package/{plugins/lib/Form → lib/form}/components/ARadio.vue +0 -0
  92. /package/{plugins/lib/Form → lib/form}/components/ASelectCustom.vue +0 -0
  93. /package/{plugins/lib/Form → lib/form}/components/ATimePicker.vue +0 -0
  94. /package/{plugins/lib/style/mixins.css → lib/tree/index.js} +0 -0
  95. /package/{plugins/lib/Tree → lib/tree}/style/Directory.less +0 -0
  96. /package/{plugins/lib/Tree → lib/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.