@xysfe/actui 1.4.5 → 1.4.7

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 (85) hide show
  1. package/es/BankSelect/index.js +1 -1
  2. package/es/BaseInput/index.js +1 -1
  3. package/es/GoldArea/index.js +1 -1
  4. package/es/GoldCareer/index.js +1 -1
  5. package/es/GoldCareerV2/index.js +1 -1
  6. package/es/GoldCompute/index.js +1 -1
  7. package/es/GoldComputeV2/index.js +1 -1
  8. package/es/GoldContactElement/index.js +1 -1
  9. package/es/GoldCoupon/index.js +1 -1
  10. package/es/GoldDate/index.js +1 -1
  11. package/es/GoldDisease/index.js +1 -1
  12. package/es/GoldElement/index.js +1 -1
  13. package/es/GoldFile/index.js +1 -1
  14. package/es/GoldFileAssess/index.js +1 -1
  15. package/es/GoldIndexBar/index.js +1 -1
  16. package/es/GoldInput/index.js +1 -1
  17. package/es/GoldInsureDuty/index.js +1 -1
  18. package/es/GoldItem/index.js +1 -1
  19. package/es/GoldLattice/index.js +1 -1
  20. package/es/GoldMailPrecheck/index.js +1 -1
  21. package/es/GoldMailPrecheckV2/index.js +1 -1
  22. package/es/GoldMulSelect/index.js +1 -1
  23. package/es/GoldOcr/index.js +1 -1
  24. package/es/GoldPureText/index.js +1 -1
  25. package/es/GoldSelect/index.js +1 -1
  26. package/es/GoldSignature/index.js +1 -1
  27. package/es/GoldStepper/index.js +1 -1
  28. package/es/GoldSwitch/index.js +1 -1
  29. package/es/GoldText/index.js +1 -1
  30. package/es/GoldTextarea/index.js +1 -1
  31. package/es/GoldUniversal/index.js +1 -1
  32. package/es/GoldVerifyCode/index.js +1 -1
  33. package/es/Login/index.js +1 -1
  34. package/es/LoginLayer/index.js +1 -1
  35. package/es/MobileAuth/index.js +1 -1
  36. package/es/MobileAuthLayer/index.js +1 -1
  37. package/es/RowCascadePicker/index.js +1 -1
  38. package/es/index.js +1 -1
  39. package/lib/BankSelect/index.js +1 -1
  40. package/lib/BaseInput/index.js +1 -1
  41. package/lib/Contact/index.js +1 -1
  42. package/lib/ContactBook/index.js +1 -1
  43. package/lib/GoldAml/index.js +1 -1
  44. package/lib/GoldArea/index.js +1 -1
  45. package/lib/GoldCareer/index.js +1 -1
  46. package/lib/GoldCareerV2/index.js +1 -1
  47. package/lib/GoldCompute/index.js +1 -1
  48. package/lib/GoldComputeV2/index.js +1 -1
  49. package/lib/GoldContact/index.js +1 -1
  50. package/lib/GoldContactBook/index.js +1 -1
  51. package/lib/GoldContactElement/index.js +1 -1
  52. package/lib/GoldCoupon/index.js +1 -1
  53. package/lib/GoldDate/index.js +1 -1
  54. package/lib/GoldDisease/index.js +1 -1
  55. package/lib/GoldElement/index.js +1 -1
  56. package/lib/GoldElementGroup/index.js +1 -1
  57. package/lib/GoldFile/index.js +1 -1
  58. package/lib/GoldFileAssess/index.js +1 -1
  59. package/lib/GoldIndexBar/index.js +1 -1
  60. package/lib/GoldInput/index.js +1 -1
  61. package/lib/GoldInsureDuty/index.js +1 -1
  62. package/lib/GoldItem/index.js +1 -1
  63. package/lib/GoldLattice/index.js +1 -1
  64. package/lib/GoldMailPrecheck/index.js +1 -1
  65. package/lib/GoldMailPrecheckV2/index.js +1 -1
  66. package/lib/GoldMobileLayer/index.js +1 -1
  67. package/lib/GoldModule/index.js +1 -1
  68. package/lib/GoldMulSelect/index.js +1 -1
  69. package/lib/GoldOcr/index.js +1 -1
  70. package/lib/GoldPureText/index.js +1 -1
  71. package/lib/GoldSelect/index.js +1 -1
  72. package/lib/GoldSignature/index.js +1 -1
  73. package/lib/GoldStepper/index.js +1 -1
  74. package/lib/GoldSwitch/index.js +1 -1
  75. package/lib/GoldText/index.js +1 -1
  76. package/lib/GoldTextarea/index.js +1 -1
  77. package/lib/GoldUniversal/index.js +1 -1
  78. package/lib/GoldVerifyCode/index.js +1 -1
  79. package/lib/Login/index.js +1 -1
  80. package/lib/LoginLayer/index.js +1 -1
  81. package/lib/MobileAuth/index.js +1 -1
  82. package/lib/MobileAuthLayer/index.js +1 -1
  83. package/lib/RowCascadePicker/index.js +1 -1
  84. package/lib/index.js +1 -1
  85. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xysfe/actui",
3
3
  "distname": "actui",
4
- "version": "1.4.5",
4
+ "version": "1.4.7",
5
5
  "prefix": "act",
6
6
  "description": "A fantastic mobile ui lib implement by Vue",
7
7
  "main": "lib/index.js",