@longhongguo/form-create-ant-design-vue 3.4.89 → 3.4.92

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 (24) hide show
  1. package/dist/form-create.css +8 -0
  2. package/dist/form-create.esm.css +8 -0
  3. package/dist/form-create.esm.js +2 -2
  4. package/dist/form-create.js +2 -2
  5. package/package.json +1 -1
  6. package/src/api/index.js +1 -0
  7. package/src/api/storeVacation.js +35 -0
  8. package/src/components/FcEditorWrapper.vue +0 -19
  9. package/src/components/businessComponent/ActivitySettingsInspectionBlock.vue +2 -2
  10. package/src/components/businessComponent/AggregatedLogisticsApplyBlock.vue +8 -6
  11. package/src/components/businessComponent/AggregatedLogisticsCloseApplyBlock.vue +21 -21
  12. package/src/components/businessComponent/EbCompanyToServiceSettlementApplyBlock.vue +233 -78
  13. package/src/components/businessComponent/JdStoreOperatorApplyBlock.vue +1 -1
  14. package/src/components/businessComponent/MeituanCompanyToServiceSettlementApplyBlock.vue +232 -62
  15. package/src/components/businessComponent/MerchantOperationAnalysisBlock.vue +839 -559
  16. package/src/components/businessComponent/PlatformExpandDeliveryRangeApplyBlock.vue +1 -1
  17. package/src/components/businessComponent/ProductManagementInspectionBlock.vue +2 -4
  18. package/src/components/businessComponent/StoreOperationQualityFollowUpBlock.vue +807 -0
  19. package/src/components/businessComponent/StorePlatformQualificationChangeAuditBlock.vue +3 -8
  20. package/src/components/businessComponent/SubsidyApplyBlock.vue +1080 -105
  21. package/src/components/businessComponent/VacationDetailBlock.vue +652 -0
  22. package/src/style/index.css +8 -0
  23. package/src/utils/businessTimeDisplay.js +151 -0
  24. package/src/utils/resolveImageUrl.js +15 -0
@@ -45,6 +45,14 @@
45
45
  margin-bottom: 22px !important;
46
46
  }
47
47
 
48
+ /* 业务组件等未包 ant-form-item 的 show-count(如 MerchantOperationAnalysisBlock 第二步) */
49
+ .ant-input-textarea.ant-input-textarea-show-count:not(.ant-input-textarea-in-form-item),
50
+ .ant-input-textarea-show-count:not(.ant-input-textarea-in-form-item) {
51
+ display: flow-root !important;
52
+ width: 100% !important;
53
+ max-height: fit-content;
54
+ }
55
+
48
56
  .form-create {
49
57
  width: 100%;
50
58
  }
@@ -45,6 +45,14 @@
45
45
  margin-bottom: 22px !important;
46
46
  }
47
47
 
48
+ /* 业务组件等未包 ant-form-item 的 show-count(如 MerchantOperationAnalysisBlock 第二步) */
49
+ .ant-input-textarea.ant-input-textarea-show-count:not(.ant-input-textarea-in-form-item),
50
+ .ant-input-textarea-show-count:not(.ant-input-textarea-in-form-item) {
51
+ display: flow-root !important;
52
+ width: 100% !important;
53
+ max-height: fit-content;
54
+ }
55
+
48
56
  .form-create {
49
57
  width: 100%;
50
58
  }