@kengic/vue 0.30.1-beta.6 → 0.30.1-beta.7

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.
@@ -0,0 +1,8 @@
1
+ const c = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M988 548c-19.9 0-36-16.1-36-36c0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9a437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7c26.7 63.1 40.2 130.2 40.2 199.3c.1 19.9-16 36-35.9 36z"/>'
5
+ };
6
+ export {
7
+ c as default
8
+ };
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
28
28
  default: undefined;
29
29
  };
30
30
  kgPicker: {
31
- type: import("vue").PropType<import("ant-design-vue/lib/vc-picker/interface").PickerMode>; /** 表单的值. */
31
+ type: import("vue").PropType<import("ant-design-vue/lib/vc-picker/interface").PickerMode>;
32
32
  default: undefined;
33
33
  };
34
34
  kgRules: import("vue").PropType<import("ant-design-vue/es/form").RuleObject[]>;
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<{
68
68
  default: undefined;
69
69
  };
70
70
  kgPicker: {
71
- type: import("vue").PropType<import("ant-design-vue/lib/vc-picker/interface").PickerMode>; /** 表单的值. */
71
+ type: import("vue").PropType<import("ant-design-vue/lib/vc-picker/interface").PickerMode>;
72
72
  default: undefined;
73
73
  };
74
74
  kgRules: import("vue").PropType<import("ant-design-vue/es/form").RuleObject[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.30.1-beta.6",
3
+ "version": "0.30.1-beta.7",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -34,7 +34,6 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@ant-design/colors": "6.0.0",
37
- "@ant-design/icons-vue": "6.1.0",
38
37
  "@iconify-icons/akar-icons": "1.2.19",
39
38
  "@iconify-icons/ant-design": "1.2.7",
40
39
  "@iconify-icons/fluent-mdl2": "1.2.1",