@teamix/pro 1.2.11 → 1.2.12

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 (42) hide show
  1. package/dist/212.js +1 -1
  2. package/dist/pro.css +1 -1
  3. package/dist/pro.js +1382 -644
  4. package/dist/pro.min.css +1 -1
  5. package/dist/pro.min.js +1 -1
  6. package/es/actions/index.scss +14 -0
  7. package/es/form/Filter/index.d.ts +2 -5
  8. package/es/form/Filter/index.js +3 -44
  9. package/es/form/Filter/index.scss +71 -0
  10. package/es/form/Filter/index2.d.ts +8 -0
  11. package/es/form/Filter/index2.js +318 -0
  12. package/es/form/ProForm/index.scss +1 -19
  13. package/es/form/ProForm/useFormDisplayValues.d.ts +3 -5
  14. package/es/form/ProForm/useFormDisplayValues.js +44 -38
  15. package/es/form/index.d.ts +2 -1
  16. package/es/form/index.js +3 -2
  17. package/es/form/typing.d.ts +3 -0
  18. package/es/index.d.ts +1 -1
  19. package/es/index.js +1 -1
  20. package/es/table/components/Filter/index.js +8 -6
  21. package/es/table/components/Filter/index.scss +7 -3
  22. package/es/table/components/Layout/index.js +10 -1
  23. package/es/table/index.js +2 -3
  24. package/lib/actions/index.scss +14 -0
  25. package/lib/form/Filter/index.d.ts +2 -5
  26. package/lib/form/Filter/index.js +4 -45
  27. package/lib/form/Filter/index.scss +71 -0
  28. package/lib/form/Filter/index2.d.ts +8 -0
  29. package/lib/form/Filter/index2.js +342 -0
  30. package/lib/form/ProForm/index.scss +1 -19
  31. package/lib/form/ProForm/useFormDisplayValues.d.ts +3 -5
  32. package/lib/form/ProForm/useFormDisplayValues.js +51 -44
  33. package/lib/form/index.d.ts +2 -1
  34. package/lib/form/index.js +5 -3
  35. package/lib/form/typing.d.ts +3 -0
  36. package/lib/index.d.ts +1 -1
  37. package/lib/index.js +1 -1
  38. package/lib/table/components/Filter/index.js +8 -6
  39. package/lib/table/components/Filter/index.scss +7 -3
  40. package/lib/table/components/Layout/index.js +10 -1
  41. package/lib/table/index.js +1 -2
  42. package/package.json +4 -4
@@ -525,8 +525,7 @@ var ProTable = function ProTable(props) {
525
525
 
526
526
  if (props.onError) {
527
527
  props.onError(error);
528
- } else {
529
- _components.Message.error(error.toString());
528
+ } else {// Message.error(error.toString());
530
529
  } // 重新计算是否需要吸底
531
530
 
532
531
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamix/pro",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "TeamixPro大包",
5
5
  "repository": "http://gitlab.alibaba-inc.com/teamix/pro",
6
6
  "author": "Velociraptor(迅猛龙)",
@@ -22,9 +22,9 @@
22
22
  ],
23
23
  "private": false,
24
24
  "dependencies": {
25
- "@formily/core": "2.0.4",
26
- "@formily/react": "2.0.4",
27
- "@teamix/formily": "2.0.4",
25
+ "@formily/core": "2.0.5",
26
+ "@formily/react": "2.0.5",
27
+ "@teamix/formily": "2.0.5",
28
28
  "@teamix/hooks": "^0.1.0",
29
29
  "@teamix/pop-confirm": "^1.2.2",
30
30
  "@teamix/pro-field": "^1.0.0",