star-horse-lowcode 2.7.73 → 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.
- package/README.md +3 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +94 -85
- package/dist/types/index.d.ts +43 -0
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -539,6 +539,10 @@ export declare type ApiUrls = {
|
|
|
539
539
|
* 接口路径前缀
|
|
540
540
|
*/
|
|
541
541
|
basePrefix?: string;
|
|
542
|
+
/**
|
|
543
|
+
* 权限接口,此接口需要用户自己赋值,如果不赋值则使用系统默认接口
|
|
544
|
+
*/
|
|
545
|
+
permissionsUrl?: string;
|
|
542
546
|
/**
|
|
543
547
|
* 应用名称
|
|
544
548
|
*/
|
|
@@ -2299,8 +2303,34 @@ declare interface DataDropdownProps {
|
|
|
2299
2303
|
* 是否只选叶子节点
|
|
2300
2304
|
*/
|
|
2301
2305
|
selectLeaf?: boolean;
|
|
2306
|
+
/**
|
|
2307
|
+
* 自动关闭弹窗
|
|
2308
|
+
*/
|
|
2309
|
+
autoClose?: boolean;
|
|
2302
2310
|
}
|
|
2303
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
|
+
|
|
2304
2334
|
declare interface DataSelectorProps {
|
|
2305
2335
|
modelValue: ModelValueType;
|
|
2306
2336
|
selectedData?: any;
|
|
@@ -5424,10 +5454,13 @@ showTagLength: number;
|
|
|
5424
5454
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
5425
5455
|
dataPickerRef: CreateComponentPublicInstanceWithMixins<Readonly<DataDropdownProps> & Readonly<{
|
|
5426
5456
|
"onUpdate:modelValue"?: (modelValue: any) => any;
|
|
5457
|
+
onDataSubmit?: (data: any[]) => any;
|
|
5427
5458
|
}>, {
|
|
5428
5459
|
open: () => void;
|
|
5460
|
+
close: () => void;
|
|
5429
5461
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5430
5462
|
"update:modelValue": (modelValue: any) => any;
|
|
5463
|
+
dataSubmit: (data: any[]) => any;
|
|
5431
5464
|
}, PublicProps, {
|
|
5432
5465
|
displayName: string;
|
|
5433
5466
|
compSize: string;
|
|
@@ -5436,6 +5469,7 @@ displayValue: string;
|
|
|
5436
5469
|
multiple: boolean;
|
|
5437
5470
|
checkStrictly: boolean;
|
|
5438
5471
|
selectLeaf: boolean;
|
|
5472
|
+
autoClose: boolean;
|
|
5439
5473
|
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
5440
5474
|
orgTreeRef: unknown;
|
|
5441
5475
|
}, any, ComponentProvideOptions, {
|
|
@@ -5447,8 +5481,10 @@ M: {};
|
|
|
5447
5481
|
Defaults: {};
|
|
5448
5482
|
}, Readonly<DataDropdownProps> & Readonly<{
|
|
5449
5483
|
"onUpdate:modelValue"?: (modelValue: any) => any;
|
|
5484
|
+
onDataSubmit?: (data: any[]) => any;
|
|
5450
5485
|
}>, {
|
|
5451
5486
|
open: () => void;
|
|
5487
|
+
close: () => void;
|
|
5452
5488
|
}, {}, {}, {}, {
|
|
5453
5489
|
displayName: string;
|
|
5454
5490
|
compSize: string;
|
|
@@ -5457,6 +5493,7 @@ displayValue: string;
|
|
|
5457
5493
|
multiple: boolean;
|
|
5458
5494
|
checkStrictly: boolean;
|
|
5459
5495
|
selectLeaf: boolean;
|
|
5496
|
+
autoClose: boolean;
|
|
5460
5497
|
}>;
|
|
5461
5498
|
}, any>;
|
|
5462
5499
|
|
|
@@ -9644,6 +9681,7 @@ importUrl?: string;
|
|
|
9644
9681
|
executeUrl?: string;
|
|
9645
9682
|
modifyColumnsUrl?: string;
|
|
9646
9683
|
basePrefix?: string;
|
|
9684
|
+
permissionsUrl?: string;
|
|
9647
9685
|
appName?: string;
|
|
9648
9686
|
condition?: {
|
|
9649
9687
|
propertyName?: string;
|
|
@@ -9743,6 +9781,7 @@ importUrl?: string;
|
|
|
9743
9781
|
executeUrl?: string;
|
|
9744
9782
|
modifyColumnsUrl?: string;
|
|
9745
9783
|
basePrefix?: string;
|
|
9784
|
+
permissionsUrl?: string;
|
|
9746
9785
|
appName?: string;
|
|
9747
9786
|
condition?: {
|
|
9748
9787
|
propertyName?: string;
|
|
@@ -9855,6 +9894,7 @@ importUrl?: string;
|
|
|
9855
9894
|
executeUrl?: string;
|
|
9856
9895
|
modifyColumnsUrl?: string;
|
|
9857
9896
|
basePrefix?: string;
|
|
9897
|
+
permissionsUrl?: string;
|
|
9858
9898
|
appName?: string;
|
|
9859
9899
|
condition?: {
|
|
9860
9900
|
propertyName?: string;
|
|
@@ -9954,6 +9994,7 @@ importUrl?: string;
|
|
|
9954
9994
|
executeUrl?: string;
|
|
9955
9995
|
modifyColumnsUrl?: string;
|
|
9956
9996
|
basePrefix?: string;
|
|
9997
|
+
permissionsUrl?: string;
|
|
9957
9998
|
appName?: string;
|
|
9958
9999
|
condition?: {
|
|
9959
10000
|
propertyName?: string;
|
|
@@ -10066,6 +10107,7 @@ importUrl?: string;
|
|
|
10066
10107
|
executeUrl?: string;
|
|
10067
10108
|
modifyColumnsUrl?: string;
|
|
10068
10109
|
basePrefix?: string;
|
|
10110
|
+
permissionsUrl?: string;
|
|
10069
10111
|
appName?: string;
|
|
10070
10112
|
condition?: {
|
|
10071
10113
|
propertyName?: string;
|
|
@@ -10165,6 +10207,7 @@ importUrl?: string;
|
|
|
10165
10207
|
executeUrl?: string;
|
|
10166
10208
|
modifyColumnsUrl?: string;
|
|
10167
10209
|
basePrefix?: string;
|
|
10210
|
+
permissionsUrl?: string;
|
|
10168
10211
|
appName?: string;
|
|
10169
10212
|
condition?: {
|
|
10170
10213
|
propertyName?: string;
|
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.
|
|
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
|
|
117
|
+
"vite": "^7.1.0"
|
|
118
118
|
},
|
|
119
119
|
"engines": {
|
|
120
120
|
"node": ">=20.13.0"
|