bl-common-vue3 3.7.20 → 3.7.21

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 (28) hide show
  1. package/.history/package_20230222150904.json +54 -54
  2. package/.history/package_20230227191203.json +54 -54
  3. package/.history/package_20230227193052.json +54 -54
  4. package/.history/package_20230308102851.json +54 -54
  5. package/.history/src/common/utils/util_20230210124242.js +156 -156
  6. package/.history/src/common/utils/util_20230228192253.js +157 -157
  7. package/.history/src/components/BLIcon/index_20230103102354.js +17 -17
  8. package/.history/src/components/BLIcon/index_20230227191108.js +18 -18
  9. package/.history/src/components/BLIcon/index_20230227193020.js +18 -18
  10. package/.history/src/components/BLIcon/index_20230227193025.js +18 -18
  11. package/.history/src/components/ChooseHousingResources/index_20230222193654.vue +1252 -1252
  12. package/.history/src/components/ChooseHousingResources/index_20230227191144.vue +1252 -1252
  13. package/.history/src/components/ChooseHousingResources/index_20230227193035.vue +1252 -1252
  14. package/.history/src/components/VillageTree/index_20230227202552.vue +298 -298
  15. package/.history/src/components/VillageTree/index_20230308102756.vue +305 -305
  16. package/.history/src/components/VillageTree/index_20230308113141.vue +305 -305
  17. package/.history/src/components/components_20230216190147.js +15 -15
  18. package/.history/src/components/components_20230227191116.js +15 -15
  19. package/.history/src/components/components_20230227191117.js +15 -15
  20. package/.history/src/components/components_20230308102833.js +16 -16
  21. package/.idea/components_vue3.iml +12 -0
  22. package/.idea/inspectionProfiles/Project_Default.xml +6 -0
  23. package/.idea/modules.xml +8 -0
  24. package/.idea/vcs.xml +6 -0
  25. package/lib/vue3common.common.js +21317 -34351
  26. package/lib/vue3common.umd.js +21317 -34351
  27. package/lib/vue3common.umd.min.js +41 -37
  28. package/package.json +1 -1
@@ -1,18 +1,18 @@
1
- import { createFromIconfontCN } from "@ant-design/icons-vue";
2
- import { defineComponent } from "vue";
3
- const BLIcon = createFromIconfontCN({
4
- scriptUrl: "https://at.alicdn.com/t/c/font_3830450_qycn1dphw6e.js", // 在 iconfont.cn 上生成
5
- });
6
-
7
- export default defineComponent({
8
- name: "BlIcon",
9
- props: {
10
- type: {
11
- type: String,
12
- default: "",
13
- },
14
- },
15
- setup(props) {
16
- return () => <BLIcon type={`bl-${props.type}`} />;
17
- },
18
- });
1
+ import { createFromIconfontCN } from "@ant-design/icons-vue";
2
+ import { defineComponent } from "vue";
3
+ const BLIcon = createFromIconfontCN({
4
+ scriptUrl: "https://at.alicdn.com/t/c/font_3830450_qycn1dphw6e.js", // 在 iconfont.cn 上生成
5
+ });
6
+
7
+ export default defineComponent({
8
+ name: "BlIcon",
9
+ props: {
10
+ type: {
11
+ type: String,
12
+ default: "",
13
+ },
14
+ },
15
+ setup(props) {
16
+ return () => <BLIcon type={`bl-${props.type}`} />;
17
+ },
18
+ });
@@ -1,18 +1,18 @@
1
- import { createFromIconfontCN } from "@ant-design/icons-vue";
2
- import { defineComponent } from "vue";
3
- const BLIcon = createFromIconfontCN({
4
- scriptUrl: "https://at.alicdn.com/t/c/font_3830450_v6ixbx80t38.js", // 在 iconfont.cn 上生成
5
- });
6
-
7
- export default defineComponent({
8
- name: "BlIcon",
9
- props: {
10
- type: {
11
- type: String,
12
- default: "",
13
- },
14
- },
15
- setup(props) {
16
- return () => <BLIcon type={`bl-${props.type}`} />;
17
- },
18
- });
1
+ import { createFromIconfontCN } from "@ant-design/icons-vue";
2
+ import { defineComponent } from "vue";
3
+ const BLIcon = createFromIconfontCN({
4
+ scriptUrl: "https://at.alicdn.com/t/c/font_3830450_v6ixbx80t38.js", // 在 iconfont.cn 上生成
5
+ });
6
+
7
+ export default defineComponent({
8
+ name: "BlIcon",
9
+ props: {
10
+ type: {
11
+ type: String,
12
+ default: "",
13
+ },
14
+ },
15
+ setup(props) {
16
+ return () => <BLIcon type={`bl-${props.type}`} />;
17
+ },
18
+ });
@@ -1,18 +1,18 @@
1
- import { createFromIconfontCN } from "@ant-design/icons-vue";
2
- import { defineComponent } from "vue";
3
- const BLIcon = createFromIconfontCN({
4
- scriptUrl: "https://at.alicdn.com/t/c/font_3830450_v6ixbx80t38.js", // 在 iconfont.cn 上生成
5
- });
6
-
7
- export default defineComponent({
8
- name: "BlIcon",
9
- props: {
10
- type: {
11
- type: String,
12
- default: "",
13
- },
14
- },
15
- setup(props) {
16
- return () => <BLIcon type={`bl-${props.type}`} />;
17
- },
18
- });
1
+ import { createFromIconfontCN } from "@ant-design/icons-vue";
2
+ import { defineComponent } from "vue";
3
+ const BLIcon = createFromIconfontCN({
4
+ scriptUrl: "https://at.alicdn.com/t/c/font_3830450_v6ixbx80t38.js", // 在 iconfont.cn 上生成
5
+ });
6
+
7
+ export default defineComponent({
8
+ name: "BlIcon",
9
+ props: {
10
+ type: {
11
+ type: String,
12
+ default: "",
13
+ },
14
+ },
15
+ setup(props) {
16
+ return () => <BLIcon type={`bl-${props.type}`} />;
17
+ },
18
+ });