bl-common-vue3 3.8.11-beta1 → 3.8.11-beta2

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 (50) hide show
  1. package/package.json +3 -7
  2. package/lib/components/ApprovalDetail/ApprovalDetail.common.js +0 -45728
  3. package/lib/components/AttachmentInfo/AttachmentInfo.common.js +0 -14414
  4. package/lib/components/BlCreateChatBtn/BlCreateChatBtn.common.js +0 -1598
  5. package/lib/components/BlIcon/BlIcon.common.js +0 -1493
  6. package/lib/components/BlMobileAnnexUpload/BlMobileAnnexUpload.common.js +0 -12753
  7. package/lib/components/BlPhoneInput/BlPhoneInput.common.js +0 -2257
  8. package/lib/components/BlTextTranslationBtn/BlTextTranslationBtn.common.js +0 -1597
  9. package/lib/components/BlTextTranslationModal/BlTextTranslationModal.common.js +0 -2163
  10. package/lib/components/CheckedHousingResources/CheckedHousingResources.common.js +0 -3812
  11. package/lib/components/CheckedPropertyResources/CheckedPropertyResources.common.js +0 -2380
  12. package/lib/components/ChooseBuildings/ChooseBuildings.common.js +0 -2294
  13. package/lib/components/ChooseHousingModal/ChooseHousingModal.common.js +0 -4730
  14. package/lib/components/ChooseHousingResources/ChooseHousingResources.common.js +0 -4349
  15. package/lib/components/ChooseOrgMember/ChooseOrgMember.common.js +0 -2811
  16. package/lib/components/ChoosePropertyResources/ChoosePropertyResources.common.js +0 -2968
  17. package/lib/components/ColorPicker/ColorPicker.common.js +0 -2429
  18. package/lib/components/CustomImport/CustomImport.common.js +0 -2208
  19. package/lib/components/CustomTable/CustomTable.common.js +0 -11658
  20. package/lib/components/DatePicker/DatePicker.common.js +0 -1677
  21. package/lib/components/DepartmentPositionForm/DepartmentPositionForm.common.js +0 -4049
  22. package/lib/components/DepartmentPositionModal/DepartmentPositionModal.common.js +0 -3833
  23. package/lib/components/ExportComponents/ExportComponents.common.js +0 -1784
  24. package/lib/components/ExtraFieldsItem/ExtraFieldsItem.common.js +0 -2541
  25. package/lib/components/ExtraManage/ExtraManage.common.1.js +0 -8442
  26. package/lib/components/ExtraManage/ExtraManage.common.js +0 -3445
  27. package/lib/components/IDCardReader/IDCardReader.common.js +0 -2280
  28. package/lib/components/ImportFile/ImportFile.common.js +0 -1748
  29. package/lib/components/ImportResult/ImportResult.common.js +0 -2060
  30. package/lib/components/LinkLibrary/LinkLibrary.common.js +0 -3535
  31. package/lib/components/MonthPicker/MonthPicker.common.js +0 -1670
  32. package/lib/components/PaySetting/PaySetting.common.js +0 -1956
  33. package/lib/components/PhotoUpload/PhotoUpload.common.js +0 -13159
  34. package/lib/components/PreviewImg/PreviewImg.common.js +0 -2049
  35. package/lib/components/PublicExtensionField/PublicExtensionField.common.1.js +0 -9670
  36. package/lib/components/PublicExtensionField/PublicExtensionField.common.js +0 -3364
  37. package/lib/components/QrcodeModal/QrcodeModal.common.js +0 -12252
  38. package/lib/components/RangePicker/RangePicker.common.js +0 -1677
  39. package/lib/components/ReportLang/ReportLang.common.js +0 -2115
  40. package/lib/components/SelectColor/SelectColor.common.js +0 -2049
  41. package/lib/components/SelectProperty/SelectProperty.common.js +0 -2736
  42. package/lib/components/TenantComponent/TenantComponent.common.js +0 -2283
  43. package/lib/components/TextTip/TextTip.common.js +0 -670
  44. package/lib/components/TimePicker/TimePicker.common.js +0 -1670
  45. package/lib/components/TimeRangePicker/TimeRangePicker.common.js +0 -1670
  46. package/lib/components/UserDetail/UserDetail.common.js +0 -3153
  47. package/lib/components/ViewEnergyList/ViewEnergyList.common.js +0 -1873
  48. package/lib/components/ViewPropertyList/ViewPropertyList.common.js +0 -1770
  49. package/lib/components/VillageTree/VillageTree.common.js +0 -3050
  50. package/scripts/build-components.js +0 -52
package/package.json CHANGED
@@ -1,14 +1,11 @@
1
1
  {
2
2
  "name": "bl-common-vue3",
3
- "version": "3.8.11-beta1",
3
+ "version": "3.8.11-beta2",
4
4
  "main": "lib/vue3common.umd.min.js",
5
5
  "description": "bailing vue3 common components lib",
6
6
  "private": false,
7
7
  "scripts": {
8
- "lib:main": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
9
- "lib:components": "node scripts/build-components.js",
10
- "lib": "npm run lib:main && npm run lib:components",
11
- "lib:all": "npm run lib",
8
+ "lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
12
9
  "serve": "vue-cli-service serve",
13
10
  "build": "vue-cli-service build",
14
11
  "lint": "vue-cli-service lint",
@@ -17,8 +14,7 @@
17
14
  "exports": {
18
15
  ".": "./lib/vue3common.common.js",
19
16
  "./package.json": "./package.json",
20
- "./lib/*": "./lib/*",
21
- "./*": "./lib/components/*/*.common.js"
17
+ "./lib/*": "./lib/*"
22
18
  },
23
19
  "peerDependencies": {
24
20
  "ant-design-vue": "^3.2.20",