star-horse-lowcode 2.7.70 → 2.7.71

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.
@@ -2316,6 +2316,7 @@ declare interface DataSelectorProps {
2316
2316
  disabled?: boolean;
2317
2317
  checkStrictly?: boolean;
2318
2318
  selectLeaf?: boolean;
2319
+ showTagLength?: number;
2319
2320
  style?: CSSProperties;
2320
2321
  }
2321
2322
 
@@ -5414,11 +5415,12 @@ placeholder: string;
5414
5415
  displayName: string;
5415
5416
  disabled: boolean;
5416
5417
  compSize: string;
5417
- displayValue: string;
5418
5418
  pageSize: number;
5419
+ displayValue: string;
5419
5420
  multiple: boolean;
5420
5421
  checkStrictly: boolean;
5421
5422
  selectLeaf: boolean;
5423
+ showTagLength: number;
5422
5424
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
5423
5425
  dataPickerRef: CreateComponentPublicInstanceWithMixins<Readonly<DataDropdownProps> & Readonly<{
5424
5426
  "onUpdate:modelValue"?: (modelValue: any) => any;
@@ -5429,8 +5431,8 @@ open: () => void;
5429
5431
  }, PublicProps, {
5430
5432
  displayName: string;
5431
5433
  compSize: string;
5432
- displayValue: string;
5433
5434
  pageSize: number;
5435
+ displayValue: string;
5434
5436
  multiple: boolean;
5435
5437
  checkStrictly: boolean;
5436
5438
  selectLeaf: boolean;
@@ -5450,8 +5452,8 @@ open: () => void;
5450
5452
  }, {}, {}, {}, {
5451
5453
  displayName: string;
5452
5454
  compSize: string;
5453
- displayValue: string;
5454
5455
  pageSize: number;
5456
+ displayValue: string;
5455
5457
  multiple: boolean;
5456
5458
  checkStrictly: boolean;
5457
5459
  selectLeaf: boolean;
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.7.70",
5
+ "version": "2.7.71",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -61,7 +61,7 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
- "@element-plus/icons-vue": "^2.3.1",
64
+ "@element-plus/icons-vue": "^2.3.2",
65
65
  "@originjs/vite-plugin-commonjs": "^1.0.3",
66
66
  "@rollup/plugin-inject": "^5.0.5",
67
67
  "@tailwindcss/vite": "^4.1.11",
@@ -82,7 +82,7 @@
82
82
  "smooth-signature": "^1.1.0",
83
83
  "sortablejs": "^1.15.6",
84
84
  "tailwindcss": "^4.1.11",
85
- "unplugin-auto-import": "^19.3.0",
85
+ "unplugin-auto-import": "^20.0.0",
86
86
  "unplugin-element-plus": "^0.10.0",
87
87
  "unplugin-vue-components": "^28.8.0",
88
88
  "uuid": "^11.1.0",
@@ -108,7 +108,7 @@
108
108
  "eslint-plugin-prettier": "^5.5.3",
109
109
  "eslint-plugin-vue": "^10.4.0",
110
110
  "prettier": "^3.6.2",
111
- "sass-embedded": "^1.89.2",
111
+ "sass-embedded": "^1.90.0",
112
112
  "terser": "^5.43.1",
113
113
  "vite": "^7.0.6"
114
114
  },