bxs-tools-ui 3.3.3 → 3.4.0

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 (56) hide show
  1. package/es/add-and-take/index.js +1 -7969
  2. package/es/adjust-baoe/index.js +197 -8192
  3. package/es/index.css +1 -1
  4. package/es/index.js +8788 -43737
  5. package/es/insure-calculate/index.css +1 -1
  6. package/es/insure-calculate/index.js +1046 -36665
  7. package/es/person-info/index.css +1 -1
  8. package/es/person-info/index.js +83 -8042
  9. package/es/product-info/index.css +1 -1
  10. package/es/product-info/index.js +3006 -10612
  11. package/es/share-sheet/index.js +69 -8040
  12. package/es/utils/index.js +1250 -9334
  13. package/lib/add-and-take/index.js +4 -7973
  14. package/lib/adjust-baoe/index.js +196 -8192
  15. package/lib/index.css +1 -1
  16. package/lib/index.js +8717 -43671
  17. package/lib/insure-calculate/index.css +1 -1
  18. package/lib/insure-calculate/index.js +1034 -36662
  19. package/lib/person-info/index.css +1 -1
  20. package/lib/person-info/index.js +86 -8046
  21. package/lib/product-info/index.css +1 -1
  22. package/lib/product-info/index.js +2807 -10414
  23. package/lib/share-sheet/index.js +72 -8044
  24. package/lib/utils/index.js +1252 -9337
  25. package/package.json +5 -3
  26. package/packages/adjust-baoe/index.vue +2 -9
  27. package/packages/bxs-utils/planbook/common.ts +5 -0
  28. package/packages/bxs-utils/planbook/insurance.ts +19 -0
  29. package/packages/bxs-utils/planbook/person.ts +3 -2
  30. package/packages/bxs-utils/planbook/product.ts +57 -164
  31. package/packages/bxs-utils/readme.md +3 -1
  32. package/packages/index.ts +1 -1
  33. package/packages/insure-calculate/demo/index.vue +1 -1
  34. package/packages/insure-calculate/index.vue +18 -17
  35. package/packages/planbook-input/components/product-table.vue +3 -13
  36. package/packages/planbook-input/helper.js +4 -26
  37. package/packages/product-info/components/product-insurance-form.md +46 -0
  38. package/packages/product-info/components/product-insurance-form.vue +360 -0
  39. package/packages/product-info/demo/index.vue +2 -1
  40. package/packages/product-info/handler.js +307 -0
  41. package/packages/product-info/handler.md +26 -0
  42. package/packages/product-info/index.less +33 -0
  43. package/packages/product-info/index.vue +306 -532
  44. package/packages/product-info/readme.md +7 -1
  45. package/packages/share-sheet/constant.js +1 -2
  46. package/src/api/trade.js +31 -0
  47. package/src/components/common/common-group-title.less +54 -0
  48. package/src/components/common/common-group-title.md +34 -0
  49. package/src/components/common/common-group-title.vue +72 -0
  50. package/src/components/common/common-title.less +4 -0
  51. package/src/components/common/common-title.vue +8 -2
  52. package/src/components/profession-list/README.md +114 -0
  53. package/src/components/profession-list/constant.js +4 -0
  54. package/src/components/profession-list/handler.js +155 -0
  55. package/src/components/profession-list/index.less +182 -0
  56. package/src/components/profession-list/index.vue +443 -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.