gy-ui-plus 1.0.6 → 1.0.8

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 (38) hide show
  1. package/README.md +3 -3
  2. package/dist/gy-ui-plus.es.js +1764 -1839
  3. package/dist/gy-ui-plus.umd.js +2 -2
  4. package/package.json +12 -11
  5. package/packages/button/src/index.vue +41 -0
  6. package/packages/button/src/type.ts +11 -0
  7. package/packages/index.ts +5 -3
  8. package/packages/layout-page/index.ts +4 -0
  9. package/packages/layout-page/src/index.vue +75 -0
  10. package/packages/layout-page/style/index.ts +1 -0
  11. package/packages/layout-page/style/layout-page.scss +37 -0
  12. package/packages/table/index.ts +5 -0
  13. package/packages/table/src/GyTableColumn.vue +100 -0
  14. package/packages/table/src/index.vue +1073 -0
  15. package/packages/table/src/operator.vue +203 -0
  16. package/packages/table/src/renderCol.vue +20 -0
  17. package/packages/table/src/renderHeader.vue +18 -0
  18. package/packages/table/src/singleEdit.vue +352 -0
  19. package/packages/table/src/singleEditCell.vue +301 -0
  20. package/packages/table/src/tableProps.ts +146 -0
  21. package/packages/{gy-table → table}/src/useExpose.ts +15 -15
  22. package/packages/table/style/index.ts +1 -0
  23. package/packages/table/style/table.scss +348 -0
  24. package/dist/gy-ui-plus.css +0 -1
  25. package/packages/gy-button/src/index.vue +0 -29
  26. package/packages/gy-table/index.ts +0 -8
  27. package/packages/gy-table/src/TTableColumn.vue +0 -140
  28. package/packages/gy-table/src/index.vue +0 -1205
  29. package/packages/gy-table/src/operator.vue +0 -246
  30. package/packages/gy-table/src/renderCol.vue +0 -24
  31. package/packages/gy-table/src/renderHeader.vue +0 -18
  32. package/packages/gy-table/src/singleEdit.vue +0 -406
  33. package/packages/gy-table/src/singleEditCell.vue +0 -337
  34. package/packages/gy-table/src/tableProps.ts +0 -174
  35. package/packages/gy-table/style/table.scss +0 -368
  36. /package/packages/{gy-button → button}/index.ts +0 -0
  37. /package/packages/{gy-table → table}/src/ColumnSet.vue +0 -0
  38. /package/packages/{gy-table → table}/src/useVirtualized.ts +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.