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.
- package/package.json +3 -7
- package/lib/components/ApprovalDetail/ApprovalDetail.common.js +0 -45728
- package/lib/components/AttachmentInfo/AttachmentInfo.common.js +0 -14414
- package/lib/components/BlCreateChatBtn/BlCreateChatBtn.common.js +0 -1598
- package/lib/components/BlIcon/BlIcon.common.js +0 -1493
- package/lib/components/BlMobileAnnexUpload/BlMobileAnnexUpload.common.js +0 -12753
- package/lib/components/BlPhoneInput/BlPhoneInput.common.js +0 -2257
- package/lib/components/BlTextTranslationBtn/BlTextTranslationBtn.common.js +0 -1597
- package/lib/components/BlTextTranslationModal/BlTextTranslationModal.common.js +0 -2163
- package/lib/components/CheckedHousingResources/CheckedHousingResources.common.js +0 -3812
- package/lib/components/CheckedPropertyResources/CheckedPropertyResources.common.js +0 -2380
- package/lib/components/ChooseBuildings/ChooseBuildings.common.js +0 -2294
- package/lib/components/ChooseHousingModal/ChooseHousingModal.common.js +0 -4730
- package/lib/components/ChooseHousingResources/ChooseHousingResources.common.js +0 -4349
- package/lib/components/ChooseOrgMember/ChooseOrgMember.common.js +0 -2811
- package/lib/components/ChoosePropertyResources/ChoosePropertyResources.common.js +0 -2968
- package/lib/components/ColorPicker/ColorPicker.common.js +0 -2429
- package/lib/components/CustomImport/CustomImport.common.js +0 -2208
- package/lib/components/CustomTable/CustomTable.common.js +0 -11658
- package/lib/components/DatePicker/DatePicker.common.js +0 -1677
- package/lib/components/DepartmentPositionForm/DepartmentPositionForm.common.js +0 -4049
- package/lib/components/DepartmentPositionModal/DepartmentPositionModal.common.js +0 -3833
- package/lib/components/ExportComponents/ExportComponents.common.js +0 -1784
- package/lib/components/ExtraFieldsItem/ExtraFieldsItem.common.js +0 -2541
- package/lib/components/ExtraManage/ExtraManage.common.1.js +0 -8442
- package/lib/components/ExtraManage/ExtraManage.common.js +0 -3445
- package/lib/components/IDCardReader/IDCardReader.common.js +0 -2280
- package/lib/components/ImportFile/ImportFile.common.js +0 -1748
- package/lib/components/ImportResult/ImportResult.common.js +0 -2060
- package/lib/components/LinkLibrary/LinkLibrary.common.js +0 -3535
- package/lib/components/MonthPicker/MonthPicker.common.js +0 -1670
- package/lib/components/PaySetting/PaySetting.common.js +0 -1956
- package/lib/components/PhotoUpload/PhotoUpload.common.js +0 -13159
- package/lib/components/PreviewImg/PreviewImg.common.js +0 -2049
- package/lib/components/PublicExtensionField/PublicExtensionField.common.1.js +0 -9670
- package/lib/components/PublicExtensionField/PublicExtensionField.common.js +0 -3364
- package/lib/components/QrcodeModal/QrcodeModal.common.js +0 -12252
- package/lib/components/RangePicker/RangePicker.common.js +0 -1677
- package/lib/components/ReportLang/ReportLang.common.js +0 -2115
- package/lib/components/SelectColor/SelectColor.common.js +0 -2049
- package/lib/components/SelectProperty/SelectProperty.common.js +0 -2736
- package/lib/components/TenantComponent/TenantComponent.common.js +0 -2283
- package/lib/components/TextTip/TextTip.common.js +0 -670
- package/lib/components/TimePicker/TimePicker.common.js +0 -1670
- package/lib/components/TimeRangePicker/TimeRangePicker.common.js +0 -1670
- package/lib/components/UserDetail/UserDetail.common.js +0 -3153
- package/lib/components/ViewEnergyList/ViewEnergyList.common.js +0 -1873
- package/lib/components/ViewPropertyList/ViewPropertyList.common.js +0 -1770
- package/lib/components/VillageTree/VillageTree.common.js +0 -3050
- 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-
|
|
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
|
|
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",
|