star-horse-lowcode 2.7.74 → 2.7.75

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.
@@ -2303,8 +2303,34 @@ declare interface DataDropdownProps {
2303
2303
  * 是否只选叶子节点
2304
2304
  */
2305
2305
  selectLeaf?: boolean;
2306
+ /**
2307
+ * 自动关闭弹窗
2308
+ */
2309
+ autoClose?: boolean;
2306
2310
  }
2307
2311
 
2312
+ export declare const DataPicker: DefineComponent<DataDropdownProps, {
2313
+ open: () => void;
2314
+ close: () => void;
2315
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2316
+ "update:modelValue": (modelValue: any) => any;
2317
+ dataSubmit: (data: any[]) => any;
2318
+ }, string, PublicProps, Readonly<DataDropdownProps> & Readonly<{
2319
+ "onUpdate:modelValue"?: (modelValue: any) => any;
2320
+ onDataSubmit?: (data: any[]) => any;
2321
+ }>, {
2322
+ displayName: string;
2323
+ compSize: string;
2324
+ pageSize: number;
2325
+ displayValue: string;
2326
+ multiple: boolean;
2327
+ checkStrictly: boolean;
2328
+ selectLeaf: boolean;
2329
+ autoClose: boolean;
2330
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
2331
+ orgTreeRef: unknown;
2332
+ }, any>;
2333
+
2308
2334
  declare interface DataSelectorProps {
2309
2335
  modelValue: ModelValueType;
2310
2336
  selectedData?: any;
@@ -5428,10 +5454,13 @@ showTagLength: number;
5428
5454
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
5429
5455
  dataPickerRef: CreateComponentPublicInstanceWithMixins<Readonly<DataDropdownProps> & Readonly<{
5430
5456
  "onUpdate:modelValue"?: (modelValue: any) => any;
5457
+ onDataSubmit?: (data: any[]) => any;
5431
5458
  }>, {
5432
5459
  open: () => void;
5460
+ close: () => void;
5433
5461
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
5434
5462
  "update:modelValue": (modelValue: any) => any;
5463
+ dataSubmit: (data: any[]) => any;
5435
5464
  }, PublicProps, {
5436
5465
  displayName: string;
5437
5466
  compSize: string;
@@ -5440,6 +5469,7 @@ displayValue: string;
5440
5469
  multiple: boolean;
5441
5470
  checkStrictly: boolean;
5442
5471
  selectLeaf: boolean;
5472
+ autoClose: boolean;
5443
5473
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
5444
5474
  orgTreeRef: unknown;
5445
5475
  }, any, ComponentProvideOptions, {
@@ -5451,8 +5481,10 @@ M: {};
5451
5481
  Defaults: {};
5452
5482
  }, Readonly<DataDropdownProps> & Readonly<{
5453
5483
  "onUpdate:modelValue"?: (modelValue: any) => any;
5484
+ onDataSubmit?: (data: any[]) => any;
5454
5485
  }>, {
5455
5486
  open: () => void;
5487
+ close: () => void;
5456
5488
  }, {}, {}, {}, {
5457
5489
  displayName: string;
5458
5490
  compSize: string;
@@ -5461,6 +5493,7 @@ displayValue: string;
5461
5493
  multiple: boolean;
5462
5494
  checkStrictly: boolean;
5463
5495
  selectLeaf: boolean;
5496
+ autoClose: boolean;
5464
5497
  }>;
5465
5498
  }, any>;
5466
5499
 
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.74",
5
+ "version": "2.7.75",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -114,7 +114,7 @@
114
114
  "prettier": "^3.6.2",
115
115
  "sass-embedded": "^1.90.0",
116
116
  "terser": "^5.43.1",
117
- "vite": "^7.0.6"
117
+ "vite": "^7.1.0"
118
118
  },
119
119
  "engines": {
120
120
  "node": ">=20.13.0"