star-horse-lowcode 2.8.63 → 2.8.64

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.
@@ -1598,6 +1598,10 @@ type: PropType<any>;
1598
1598
  field: {
1599
1599
  type: PropType<any>;
1600
1600
  };
1601
+ compSize: {
1602
+ type: StringConstructor;
1603
+ default: string;
1604
+ };
1601
1605
  formData: {
1602
1606
  type: PropType<any>;
1603
1607
  };
@@ -1625,6 +1629,10 @@ type: PropType<any>;
1625
1629
  field: {
1626
1630
  type: PropType<any>;
1627
1631
  };
1632
+ compSize: {
1633
+ type: StringConstructor;
1634
+ default: string;
1635
+ };
1628
1636
  formData: {
1629
1637
  type: PropType<any>;
1630
1638
  };
@@ -1632,6 +1640,7 @@ type: PropType<any>;
1632
1640
  "onUpdate:formData"?: (value: any) => any;
1633
1641
  }>, {
1634
1642
  disabled: boolean;
1643
+ compSize: string;
1635
1644
  isDesign: boolean;
1636
1645
  showFormItem: boolean;
1637
1646
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -7473,6 +7482,10 @@ type: PropType<any>;
7473
7482
  field: {
7474
7483
  type: PropType<any>;
7475
7484
  };
7485
+ compSize: {
7486
+ type: StringConstructor;
7487
+ default: string;
7488
+ };
7476
7489
  formData: {
7477
7490
  type: PropType<any>;
7478
7491
  };
@@ -7500,6 +7513,10 @@ type: PropType<any>;
7500
7513
  field: {
7501
7514
  type: PropType<any>;
7502
7515
  };
7516
+ compSize: {
7517
+ type: StringConstructor;
7518
+ default: string;
7519
+ };
7503
7520
  formData: {
7504
7521
  type: PropType<any>;
7505
7522
  };
@@ -7507,6 +7524,7 @@ type: PropType<any>;
7507
7524
  "onUpdate:formData"?: (value: any) => any;
7508
7525
  }>, {
7509
7526
  disabled: boolean;
7527
+ compSize: string;
7510
7528
  isDesign: boolean;
7511
7529
  showFormItem: boolean;
7512
7530
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "star-horse-lowcode",
3
3
  "private": false,
4
4
  "author": "l_1019@163.com",
5
- "version": "2.8.63",
5
+ "version": "2.8.64",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -80,7 +80,7 @@
80
80
  "@wangeditor/editor-for-vue": "^5.1.12",
81
81
  "axios": "^1.13.6",
82
82
  "codemirror": "^6.0.2",
83
- "element-plus": "^2.13.3",
83
+ "element-plus": "^2.13.5",
84
84
  "jquery": "^4.0.0",
85
85
  "json5": "^2.2.3",
86
86
  "md-editor-v3": "^6.4.0",
@@ -97,7 +97,7 @@
97
97
  "uuid": "^13.0.0",
98
98
  "vanilla-jsoneditor": "^3.11.0",
99
99
  "vue": "^3.5.29",
100
- "vue-i18n": "^11.2.8",
100
+ "vue-i18n": "^11.3.0",
101
101
  "vue-m-message": "^4.0.2",
102
102
  "vue-router": "^5.0.3",
103
103
  "vue3-barcode": "^1.0.1",
@@ -115,7 +115,7 @@
115
115
  "@typescript-eslint/eslint-plugin": "^8.56.1",
116
116
  "@typescript-eslint/parser": "^8.56.1",
117
117
  "@vitejs/plugin-vue": "^6.0.4",
118
- "eslint": "^10.0.2",
118
+ "eslint": "^10.0.3",
119
119
  "eslint-plugin-vue": "^10.8.0",
120
120
  "globals": "^17.4.0",
121
121
  "prettier": "^3.8.1",