linkmore-design 1.0.23 → 1.0.26

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 (111) hide show
  1. package/dist/index.umd.js +49984 -45899
  2. package/dist/index.umd.min.js +7 -7
  3. package/es/ButtonTags/style/style.css +3 -0
  4. package/es/Card/style/index.css +3 -0
  5. package/es/CkFilter/baseFilter/NestedFilter.js +137 -0
  6. package/es/CkFilter/baseFilter/filterMenu.js +12 -7
  7. package/es/CkFilter/baseFilter/index.js +3 -1
  8. package/es/CkFilter/baseFilter/moreFilters.js +15 -1
  9. package/es/CkFilter/complexFilter/drawer.js +27 -11
  10. package/es/CkFilter/components/Controls.js +8 -0
  11. package/es/CkFilter/components/DragBox/DndContainer.js +49 -0
  12. package/es/CkFilter/components/DragBox/index.js +64 -0
  13. package/es/CkFilter/components/DragBox/sortableBox.js +24 -0
  14. package/es/CkFilter/components/DragBox/sortableItem.js +107 -0
  15. package/es/CkFilter/components/Nested.js +90 -0
  16. package/es/CkFilter/components/filterTypes.js +27 -77
  17. package/es/CkFilter/components/modal.js +85 -30
  18. package/es/CkFilter/context.js +14 -2
  19. package/es/CkFilter/customFilter/drawer.js +1 -2
  20. package/es/CkFilter/style/style.css +24 -1
  21. package/es/CustomerService/style/style.css +3 -0
  22. package/es/Drawer/style/index.css +3 -0
  23. package/es/Dropdown/style/index.css +3 -0
  24. package/es/EditTable/style/style.css +3 -0
  25. package/es/Empty/index.d.ts +7 -0
  26. package/es/Empty/index.js +3 -0
  27. package/es/Empty/style/index.css +502 -0
  28. package/es/Empty/style/index.d.ts +1 -0
  29. package/es/Empty/style/index.js +1 -0
  30. package/es/Filter/style/style.css +3 -0
  31. package/es/Input/style/style.css +26 -0
  32. package/es/InputNumber/style/index.css +3 -0
  33. package/es/LeftTable/style/style.css +3 -0
  34. package/es/LmTable/style/style.css +3 -0
  35. package/es/Menu/index.d.ts +7 -0
  36. package/es/Menu/index.js +3 -0
  37. package/es/Menu/style/index.css +502 -0
  38. package/es/Menu/style/index.d.ts +1 -0
  39. package/es/Menu/style/index.js +1 -0
  40. package/es/Modal/index.js +1 -1
  41. package/es/Modal/style/index.css +3 -0
  42. package/es/Notification/style/index.css +3 -0
  43. package/es/Pagination/style/index.css +3 -0
  44. package/es/PopTable/style/style.css +3 -0
  45. package/es/ProTable/style/style.css +3 -0
  46. package/es/Select/style/index.css +3 -0
  47. package/es/Space/style/index.css +3 -0
  48. package/es/TabBar/index.js +1 -1
  49. package/es/Tree/index.d.ts +7 -0
  50. package/es/Tree/index.js +3 -0
  51. package/es/Tree/style/index.css +502 -0
  52. package/es/Tree/style/index.d.ts +1 -0
  53. package/es/Tree/style/index.js +1 -0
  54. package/es/index.js +37 -5
  55. package/es/styles/main.css +3 -0
  56. package/es/styles/resetAntd.css +3 -0
  57. package/lib/ButtonTags/style/style.css +3 -0
  58. package/lib/Card/style/index.css +3 -0
  59. package/lib/CkFilter/baseFilter/NestedFilter.js +137 -0
  60. package/lib/CkFilter/baseFilter/filterMenu.js +12 -7
  61. package/lib/CkFilter/baseFilter/index.js +3 -1
  62. package/lib/CkFilter/baseFilter/moreFilters.js +15 -1
  63. package/lib/CkFilter/complexFilter/drawer.js +27 -11
  64. package/lib/CkFilter/components/Controls.js +8 -0
  65. package/lib/CkFilter/components/DragBox/DndContainer.js +49 -0
  66. package/lib/CkFilter/components/DragBox/index.js +64 -0
  67. package/lib/CkFilter/components/DragBox/sortableBox.js +24 -0
  68. package/lib/CkFilter/components/DragBox/sortableItem.js +107 -0
  69. package/lib/CkFilter/components/Nested.js +90 -0
  70. package/lib/CkFilter/components/filterTypes.js +27 -77
  71. package/lib/CkFilter/components/modal.js +85 -30
  72. package/lib/CkFilter/context.js +14 -2
  73. package/lib/CkFilter/customFilter/drawer.js +1 -2
  74. package/lib/CkFilter/style/style.css +24 -1
  75. package/lib/CustomerService/style/style.css +3 -0
  76. package/lib/Drawer/style/index.css +3 -0
  77. package/lib/Dropdown/style/index.css +3 -0
  78. package/lib/EditTable/style/style.css +3 -0
  79. package/lib/Empty/index.d.ts +7 -0
  80. package/lib/Empty/index.js +15 -0
  81. package/lib/Empty/style/index.css +502 -0
  82. package/lib/Empty/style/index.d.ts +1 -0
  83. package/lib/Empty/style/index.js +3 -0
  84. package/lib/Filter/style/style.css +3 -0
  85. package/lib/Input/style/style.css +26 -0
  86. package/lib/InputNumber/style/index.css +3 -0
  87. package/lib/LeftTable/style/style.css +3 -0
  88. package/lib/LmTable/style/style.css +3 -0
  89. package/lib/Menu/index.d.ts +7 -0
  90. package/lib/Menu/index.js +15 -0
  91. package/lib/Menu/style/index.css +502 -0
  92. package/lib/Menu/style/index.d.ts +1 -0
  93. package/lib/Menu/style/index.js +3 -0
  94. package/lib/Modal/index.js +3 -3
  95. package/lib/Modal/style/index.css +3 -0
  96. package/lib/Notification/style/index.css +3 -0
  97. package/lib/Pagination/style/index.css +3 -0
  98. package/lib/PopTable/style/style.css +3 -0
  99. package/lib/ProTable/style/style.css +3 -0
  100. package/lib/Select/style/index.css +3 -0
  101. package/lib/Space/style/index.css +3 -0
  102. package/lib/TabBar/index.js +5 -5
  103. package/lib/Tree/index.d.ts +7 -0
  104. package/lib/Tree/index.js +15 -0
  105. package/lib/Tree/style/index.css +502 -0
  106. package/lib/Tree/style/index.d.ts +1 -0
  107. package/lib/Tree/style/index.js +3 -0
  108. package/lib/index.js +37 -5
  109. package/lib/styles/main.css +3 -0
  110. package/lib/styles/resetAntd.css +3 -0
  111. package/package.json +4 -1

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.