bi-element-ui 0.1.49 → 0.1.50

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 (53) hide show
  1. package/.browserslistrc +3 -3
  2. package/.eslintrc.js +287 -287
  3. package/.prettierrc +7 -7
  4. package/README.md +148 -148
  5. package/cypress.json +3 -3
  6. package/dist/css/about.2c825c53.css +1 -0
  7. package/dist/css/chunk-vendors.8140bef9.css +1 -0
  8. package/dist/css/index.16a68369.css +1 -0
  9. package/dist/favicon.ico +0 -0
  10. package/dist/fonts/element-icons.535877f5.woff +0 -0
  11. package/dist/fonts/element-icons.732389de.ttf +0 -0
  12. package/dist/index.html +1 -0
  13. package/dist/js/about.78bcdce4.js +2 -0
  14. package/dist/js/chunk-vendors.dcba7b0e.js +318 -0
  15. package/dist/js/index.62a7fbd4.js +2 -0
  16. package/dist/static/img/swiperBg.png +0 -0
  17. package/lib/bi-element-ui.common.js +21124 -20936
  18. package/lib/bi-element-ui.css +1 -1
  19. package/lib/bi-element-ui.umd.js +21124 -20936
  20. package/lib/bi-element-ui.umd.min.js +2 -279
  21. package/lib/static/img/swiperBg.png +0 -0
  22. package/package.json +57 -57
  23. package/src/App.vue +42 -42
  24. package/src/components/BiDatePicker/datePickerOption.js +229 -229
  25. package/src/components/BiDatePicker/index.vue +74 -74
  26. package/src/components/BiTable/columu.vue +104 -104
  27. package/src/components/BiTable/forced.js +76 -76
  28. package/src/components/BiTable/index.js +6 -6
  29. package/src/components/BiTable/render.vue +13 -13
  30. package/src/components/BiTable/table.vue +202 -202
  31. package/src/components/BiTableColumn/Group.vue +277 -277
  32. package/src/components/BiTableColumn/api.js +16 -16
  33. package/src/components/BiTableColumn/index.vue +614 -614
  34. package/src/components/BiTooltipIcon/index.vue +71 -71
  35. package/src/components/EditBtn.vue +15 -15
  36. package/src/components/FreeButton/index.vue +69 -69
  37. package/src/components/Pagination/index.vue +104 -104
  38. package/src/components/Pagination/scrollTo.js +69 -69
  39. package/src/main.js +18 -18
  40. package/src/router/index.js +39 -39
  41. package/src/store/index.js +11 -11
  42. package/src/table.js +463 -463
  43. package/src/views/Date.vue +132 -132
  44. package/src/views/Home.vue +330 -330
  45. package/src/views/Scene.vue +140 -140
  46. package/src/views/Table.vue +220 -220
  47. package/src/views/showData.vue +455 -455
  48. package/tests/e2e/.eslintrc.js +10 -10
  49. package/tests/e2e/plugins/index.js +25 -25
  50. package/tests/e2e/specs/test.js +8 -8
  51. package/tests/e2e/support/commands.js +25 -25
  52. package/tests/e2e/support/index.js +20 -20
  53. package/tests/unit/example.spec.js +13 -13

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.