apply-clients 3.3.79 → 3.3.84

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 (31) hide show
  1. package/.project +17 -0
  2. package/build/dev-server-app.js +76 -76
  3. package/build/dev-server.js +156 -127
  4. package/package.json +1 -1
  5. package/src/App.vue +22 -20
  6. package/src/apply.js +5 -0
  7. package/src/applyAndroid.js +39 -34
  8. package/src/components/android/AppOnetomany.vue +50 -8
  9. package/src/components/android/AppServiceView.vue +88 -8
  10. package/src/components/android/AppSign.vue +151 -142
  11. package/src/components/android/AppTakePic.vue +144 -143
  12. package/src/components/android/AreaSelect/AppResAreaSelect.vue +108 -0
  13. package/src/components/android/AreaSelect/AppResAreaSelectGroup.vue +135 -0
  14. package/src/components/android/Process/AppExplorationUser.vue +495 -492
  15. package/src/components/android/Process/AppServiceControl.vue +64 -1
  16. package/src/components/android/Supervisory/AppProcessSupervisory.vue +311 -311
  17. package/src/components/product/AreaSelect/MyAreaSelect.vue +423 -0
  18. package/src/components/product/AreaSelect/ResAreaSelect.vue +106 -0
  19. package/src/components/product/AreaSelect/ResAreaSelectGroup.vue +150 -0
  20. package/src/components/product/AreaSelect/utils/EventListener.js +29 -0
  21. package/src/components/product/AreaSelect/utils/coerceBoolean.js +7 -0
  22. package/src/components/product/Function/InstallInfoSelect.vue +320 -320
  23. package/src/components/product/Onetomany.vue +49 -7
  24. package/src/components/product/Print/BuildOrder/buildOrderList.vue +8 -4
  25. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +4 -0
  26. package/src/components/product/Process/ExplorationSelect.vue +36 -23
  27. package/src/components/product/Process/Service/ServiceControl.vue +62 -0
  28. package/src/components/product/ServiceView.vue +276 -6
  29. package/src/components/product/Supervisory/SupervisoryList.vue +29 -11
  30. package/src/main.js +27 -27
  31. package/yarn.lock +0 -9013

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.