star-horse-lowcode 2.8.17 → 2.8.19
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 +7 -5
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +32800 -207405
- package/dist/types/index.d.ts +171 -207
- package/package.json +14 -14
package/dist/types/index.d.ts
CHANGED
|
@@ -2,14 +2,21 @@ import { App } from 'vue';
|
|
|
2
2
|
import { AxiosInstance } from 'axios';
|
|
3
3
|
import { AxiosResponse } from 'axios';
|
|
4
4
|
import { ComponentOptionsMixin } from 'vue';
|
|
5
|
+
import { ComponentOptionsMixin as ComponentOptionsMixin_2 } from '@vue/runtime-core';
|
|
5
6
|
import { ComponentProvideOptions } from 'vue';
|
|
7
|
+
import { ComponentProvideOptions as ComponentProvideOptions_2 } from '@vue/runtime-core';
|
|
6
8
|
import { ComputedRef } from 'vue';
|
|
9
|
+
import { ComputedRef as ComputedRef_2 } from '@vue/reactivity';
|
|
7
10
|
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
11
|
+
import { CreateComponentPublicInstanceWithMixins as CreateComponentPublicInstanceWithMixins_2 } from '@vue/runtime-core';
|
|
8
12
|
import { CSSProperties } from 'vue';
|
|
9
13
|
import { DefineComponent } from 'vue';
|
|
10
14
|
import { ExtractPropTypes } from 'vue';
|
|
15
|
+
import { ExtractPropTypes as ExtractPropTypes_2 } from '@vue/runtime-core';
|
|
11
16
|
import { GlobalComponents } from 'vue';
|
|
17
|
+
import { GlobalComponents as GlobalComponents_2 } from '@vue/runtime-core';
|
|
12
18
|
import { GlobalDirectives } from 'vue';
|
|
19
|
+
import { GlobalDirectives as GlobalDirectives_2 } from '@vue/runtime-core';
|
|
13
20
|
import { JSONEditorSelection } from 'vanilla-jsoneditor';
|
|
14
21
|
import { JSONParser } from 'vanilla-jsoneditor';
|
|
15
22
|
import { JSONPathParser } from 'vanilla-jsoneditor';
|
|
@@ -18,10 +25,13 @@ import { OnRenderMenu } from 'vanilla-jsoneditor';
|
|
|
18
25
|
import { OnRenderValue } from 'vanilla-jsoneditor';
|
|
19
26
|
import { Pinia } from 'pinia';
|
|
20
27
|
import { PropType } from 'vue';
|
|
28
|
+
import { PropType as PropType_2 } from '@vue/runtime-core';
|
|
21
29
|
import { PublicProps } from 'vue';
|
|
30
|
+
import { PublicProps as PublicProps_2 } from '@vue/runtime-core';
|
|
22
31
|
import { QueryLanguageId } from 'vue3-ts-jsoneditor';
|
|
23
32
|
import { Reactive } from 'vue';
|
|
24
33
|
import { Ref } from 'vue';
|
|
34
|
+
import { Ref as Ref_2 } from '@vue/reactivity';
|
|
25
35
|
import { RouteLocationNormalized } from 'vue-router';
|
|
26
36
|
import { Router } from 'vue-router';
|
|
27
37
|
import { ShallowRef } from 'vue';
|
|
@@ -257,9 +267,12 @@ showLine: {
|
|
|
257
267
|
type: BooleanConstructor;
|
|
258
268
|
default: boolean;
|
|
259
269
|
};
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
270
|
+
/**
|
|
271
|
+
* 大小控制类型,percent:百分比,px:像素
|
|
272
|
+
*/
|
|
273
|
+
sizeControlType: {
|
|
274
|
+
type: StringConstructor;
|
|
275
|
+
default: string;
|
|
263
276
|
};
|
|
264
277
|
isDesign: {
|
|
265
278
|
type: BooleanConstructor;
|
|
@@ -284,9 +297,12 @@ showLine: {
|
|
|
284
297
|
type: BooleanConstructor;
|
|
285
298
|
default: boolean;
|
|
286
299
|
};
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
300
|
+
/**
|
|
301
|
+
* 大小控制类型,percent:百分比,px:像素
|
|
302
|
+
*/
|
|
303
|
+
sizeControlType: {
|
|
304
|
+
type: StringConstructor;
|
|
305
|
+
default: string;
|
|
290
306
|
};
|
|
291
307
|
isDesign: {
|
|
292
308
|
type: BooleanConstructor;
|
|
@@ -297,9 +313,10 @@ onSelectNode?: (...args: any[]) => any;
|
|
|
297
313
|
}>, {
|
|
298
314
|
isActive: boolean;
|
|
299
315
|
showLine: boolean;
|
|
300
|
-
|
|
316
|
+
sizeControlType: string;
|
|
301
317
|
isDesign: boolean;
|
|
302
318
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
319
|
+
nodeRef: HTMLDivElement;
|
|
303
320
|
contentMenuRef: unknown;
|
|
304
321
|
}, any>;
|
|
305
322
|
|
|
@@ -705,6 +722,7 @@ declare function __VLS_template_2(): {
|
|
|
705
722
|
default?(_: {}): any;
|
|
706
723
|
};
|
|
707
724
|
refs: {
|
|
725
|
+
nodeRef: HTMLDivElement;
|
|
708
726
|
contentMenuRef: unknown;
|
|
709
727
|
};
|
|
710
728
|
rootEl: any;
|
|
@@ -2257,6 +2275,7 @@ declare const _default: {
|
|
|
2257
2275
|
axiosInstance?: AxiosInstance;
|
|
2258
2276
|
elementPlusOptions?: any;
|
|
2259
2277
|
lang?: LangType;
|
|
2278
|
+
initElementPlus?: boolean;
|
|
2260
2279
|
}) => void;
|
|
2261
2280
|
piniaInstance: Pinia;
|
|
2262
2281
|
starHorseAxios: AxiosInstance;
|
|
@@ -2423,29 +2442,17 @@ export declare interface DynamicNode {
|
|
|
2423
2442
|
*/
|
|
2424
2443
|
id: string;
|
|
2425
2444
|
/**
|
|
2426
|
-
*
|
|
2427
|
-
*/
|
|
2428
|
-
zIndex?: number;
|
|
2429
|
-
/**
|
|
2430
|
-
* 节点的宽度
|
|
2431
|
-
*/
|
|
2432
|
-
width: number;
|
|
2433
|
-
/**
|
|
2434
|
-
* 节点的高度
|
|
2445
|
+
* 节点标签
|
|
2435
2446
|
*/
|
|
2436
|
-
|
|
2437
|
-
/**
|
|
2438
|
-
* 节点的left位置
|
|
2439
|
-
*/
|
|
2440
|
-
left: number;
|
|
2441
|
-
/**
|
|
2442
|
-
* 节点的Top位置
|
|
2443
|
-
*/
|
|
2444
|
-
top: number;
|
|
2447
|
+
label: string;
|
|
2445
2448
|
/**
|
|
2446
2449
|
* 节点名称
|
|
2447
2450
|
*/
|
|
2448
2451
|
name: string;
|
|
2452
|
+
/**
|
|
2453
|
+
* 节点图标
|
|
2454
|
+
*/
|
|
2455
|
+
icon?: string;
|
|
2449
2456
|
/**
|
|
2450
2457
|
* 节点类型
|
|
2451
2458
|
*/
|
|
@@ -2453,7 +2460,11 @@ export declare interface DynamicNode {
|
|
|
2453
2460
|
/**
|
|
2454
2461
|
* 节点属性
|
|
2455
2462
|
*/
|
|
2456
|
-
|
|
2463
|
+
preps?: Record<string, any>;
|
|
2464
|
+
/**
|
|
2465
|
+
* 节点样式
|
|
2466
|
+
*/
|
|
2467
|
+
styles?: Record<string, any>;
|
|
2457
2468
|
/**
|
|
2458
2469
|
* 子节点
|
|
2459
2470
|
*/
|
|
@@ -4979,76 +4990,76 @@ type: PropType<{}>;
|
|
|
4979
4990
|
currentMode: any;
|
|
4980
4991
|
modeList: unknown[];
|
|
4981
4992
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4982
|
-
editor:
|
|
4983
|
-
modelValue:
|
|
4993
|
+
editor: CreateComponentPublicInstanceWithMixins_2<Readonly<ExtractPropTypes_2< {
|
|
4994
|
+
modelValue: PropType_2<unknown>;
|
|
4984
4995
|
value: {
|
|
4985
|
-
type:
|
|
4996
|
+
type: PropType_2<unknown>;
|
|
4986
4997
|
default: any;
|
|
4987
4998
|
};
|
|
4988
4999
|
json: {
|
|
4989
|
-
type:
|
|
5000
|
+
type: PropType_2<unknown>;
|
|
4990
5001
|
default: any;
|
|
4991
5002
|
};
|
|
4992
|
-
text:
|
|
4993
|
-
jsonString:
|
|
5003
|
+
text: PropType_2<string>;
|
|
5004
|
+
jsonString: PropType_2<string>;
|
|
4994
5005
|
selection: {
|
|
4995
|
-
type:
|
|
5006
|
+
type: PropType_2<JSONEditorSelection>;
|
|
4996
5007
|
default: any;
|
|
4997
5008
|
};
|
|
4998
5009
|
mode: {
|
|
4999
|
-
type:
|
|
5010
|
+
type: PropType_2<"table" | "text" | "tree">;
|
|
5000
5011
|
default: string;
|
|
5001
5012
|
};
|
|
5002
5013
|
mainMenuBar: {
|
|
5003
|
-
type:
|
|
5014
|
+
type: PropType_2<boolean>;
|
|
5004
5015
|
default: any;
|
|
5005
5016
|
};
|
|
5006
5017
|
navigationBar: {
|
|
5007
|
-
type:
|
|
5018
|
+
type: PropType_2<boolean>;
|
|
5008
5019
|
default: any;
|
|
5009
5020
|
};
|
|
5010
5021
|
statusBar: {
|
|
5011
|
-
type:
|
|
5022
|
+
type: PropType_2<boolean>;
|
|
5012
5023
|
default: any;
|
|
5013
5024
|
};
|
|
5014
5025
|
askToFormat: {
|
|
5015
|
-
type:
|
|
5026
|
+
type: PropType_2<boolean>;
|
|
5016
5027
|
default: any;
|
|
5017
5028
|
};
|
|
5018
5029
|
readOnly: {
|
|
5019
|
-
type:
|
|
5030
|
+
type: PropType_2<boolean>;
|
|
5020
5031
|
default: any;
|
|
5021
5032
|
};
|
|
5022
|
-
indentation:
|
|
5023
|
-
tabSize:
|
|
5033
|
+
indentation: PropType_2<string | number>;
|
|
5034
|
+
tabSize: PropType_2<number>;
|
|
5024
5035
|
escapeControlCharacters: {
|
|
5025
|
-
type:
|
|
5036
|
+
type: PropType_2<boolean>;
|
|
5026
5037
|
default: any;
|
|
5027
5038
|
};
|
|
5028
5039
|
escapeUnicodeCharacters: {
|
|
5029
|
-
type:
|
|
5040
|
+
type: PropType_2<boolean>;
|
|
5030
5041
|
default: any;
|
|
5031
5042
|
};
|
|
5032
5043
|
flattenColumns: {
|
|
5033
|
-
type:
|
|
5044
|
+
type: PropType_2<boolean>;
|
|
5034
5045
|
default: any;
|
|
5035
5046
|
};
|
|
5036
|
-
validator:
|
|
5037
|
-
parser:
|
|
5038
|
-
validationParser:
|
|
5039
|
-
pathParser:
|
|
5040
|
-
queryLanguagesIds:
|
|
5041
|
-
queryLanguageId:
|
|
5042
|
-
onClassName:
|
|
5043
|
-
onRenderValue:
|
|
5044
|
-
onRenderMenu:
|
|
5045
|
-
height:
|
|
5047
|
+
validator: PropType_2<Validator>;
|
|
5048
|
+
parser: PropType_2<JSONParser>;
|
|
5049
|
+
validationParser: PropType_2<JSONParser>;
|
|
5050
|
+
pathParser: PropType_2<JSONPathParser>;
|
|
5051
|
+
queryLanguagesIds: PropType_2<QueryLanguageId[]>;
|
|
5052
|
+
queryLanguageId: PropType_2<QueryLanguageId>;
|
|
5053
|
+
onClassName: PropType_2<OnClassName>;
|
|
5054
|
+
onRenderValue: PropType_2<OnRenderValue>;
|
|
5055
|
+
onRenderMenu: PropType_2<OnRenderMenu>;
|
|
5056
|
+
height: PropType_2<string | number>;
|
|
5046
5057
|
fullWidthButton: {
|
|
5047
|
-
type:
|
|
5058
|
+
type: PropType_2<boolean>;
|
|
5048
5059
|
default: any;
|
|
5049
5060
|
};
|
|
5050
5061
|
darkTheme: {
|
|
5051
|
-
type:
|
|
5062
|
+
type: PropType_2<boolean>;
|
|
5052
5063
|
default: any;
|
|
5053
5064
|
};
|
|
5054
5065
|
}>> & Readonly<{
|
|
@@ -5065,16 +5076,16 @@ onError?: (...args: any[]) => any;
|
|
|
5065
5076
|
onFocus?: (...args: any[]) => any;
|
|
5066
5077
|
onBlur?: (...args: any[]) => any;
|
|
5067
5078
|
}>, {
|
|
5068
|
-
max:
|
|
5069
|
-
getHeight:
|
|
5079
|
+
max: Ref_2<boolean, boolean>;
|
|
5080
|
+
getHeight: ComputedRef_2< {
|
|
5070
5081
|
height: string;
|
|
5071
5082
|
} | {
|
|
5072
5083
|
height?: undefined;
|
|
5073
5084
|
}>;
|
|
5074
|
-
container:
|
|
5075
|
-
darkThemeStyle:
|
|
5076
|
-
fallbackSlot:
|
|
5077
|
-
}, {}, {}, {},
|
|
5085
|
+
container: Ref_2<HTMLDivElement, HTMLDivElement>;
|
|
5086
|
+
darkThemeStyle: ComputedRef_2<boolean>;
|
|
5087
|
+
fallbackSlot: Ref_2<boolean, boolean>;
|
|
5088
|
+
}, {}, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, ("error" | "blur" | "change" | "focus" | "update:modelValue" | "update:json" | "update:text" | "update:jsonString" | "update:selection" | "change-mode" | "update:mode" | "change-query-language")[], PublicProps_2, {
|
|
5078
5089
|
selection: JSONEditorSelection;
|
|
5079
5090
|
mainMenuBar: boolean;
|
|
5080
5091
|
navigationBar: boolean;
|
|
@@ -5089,83 +5100,83 @@ fullWidthButton: boolean;
|
|
|
5089
5100
|
darkTheme: boolean;
|
|
5090
5101
|
value: any;
|
|
5091
5102
|
json: any;
|
|
5092
|
-
}, true, {}, {},
|
|
5103
|
+
}, true, {}, {}, GlobalComponents_2, GlobalDirectives_2, string, {}, any, ComponentProvideOptions_2, {
|
|
5093
5104
|
P: {};
|
|
5094
5105
|
B: {};
|
|
5095
5106
|
D: {};
|
|
5096
5107
|
C: {};
|
|
5097
5108
|
M: {};
|
|
5098
5109
|
Defaults: {};
|
|
5099
|
-
}, Readonly<
|
|
5100
|
-
modelValue:
|
|
5110
|
+
}, Readonly<ExtractPropTypes_2< {
|
|
5111
|
+
modelValue: PropType_2<unknown>;
|
|
5101
5112
|
value: {
|
|
5102
|
-
type:
|
|
5113
|
+
type: PropType_2<unknown>;
|
|
5103
5114
|
default: any;
|
|
5104
5115
|
};
|
|
5105
5116
|
json: {
|
|
5106
|
-
type:
|
|
5117
|
+
type: PropType_2<unknown>;
|
|
5107
5118
|
default: any;
|
|
5108
5119
|
};
|
|
5109
|
-
text:
|
|
5110
|
-
jsonString:
|
|
5120
|
+
text: PropType_2<string>;
|
|
5121
|
+
jsonString: PropType_2<string>;
|
|
5111
5122
|
selection: {
|
|
5112
|
-
type:
|
|
5123
|
+
type: PropType_2<JSONEditorSelection>;
|
|
5113
5124
|
default: any;
|
|
5114
5125
|
};
|
|
5115
5126
|
mode: {
|
|
5116
|
-
type:
|
|
5127
|
+
type: PropType_2<"table" | "text" | "tree">;
|
|
5117
5128
|
default: string;
|
|
5118
5129
|
};
|
|
5119
5130
|
mainMenuBar: {
|
|
5120
|
-
type:
|
|
5131
|
+
type: PropType_2<boolean>;
|
|
5121
5132
|
default: any;
|
|
5122
5133
|
};
|
|
5123
5134
|
navigationBar: {
|
|
5124
|
-
type:
|
|
5135
|
+
type: PropType_2<boolean>;
|
|
5125
5136
|
default: any;
|
|
5126
5137
|
};
|
|
5127
5138
|
statusBar: {
|
|
5128
|
-
type:
|
|
5139
|
+
type: PropType_2<boolean>;
|
|
5129
5140
|
default: any;
|
|
5130
5141
|
};
|
|
5131
5142
|
askToFormat: {
|
|
5132
|
-
type:
|
|
5143
|
+
type: PropType_2<boolean>;
|
|
5133
5144
|
default: any;
|
|
5134
5145
|
};
|
|
5135
5146
|
readOnly: {
|
|
5136
|
-
type:
|
|
5147
|
+
type: PropType_2<boolean>;
|
|
5137
5148
|
default: any;
|
|
5138
5149
|
};
|
|
5139
|
-
indentation:
|
|
5140
|
-
tabSize:
|
|
5150
|
+
indentation: PropType_2<string | number>;
|
|
5151
|
+
tabSize: PropType_2<number>;
|
|
5141
5152
|
escapeControlCharacters: {
|
|
5142
|
-
type:
|
|
5153
|
+
type: PropType_2<boolean>;
|
|
5143
5154
|
default: any;
|
|
5144
5155
|
};
|
|
5145
5156
|
escapeUnicodeCharacters: {
|
|
5146
|
-
type:
|
|
5157
|
+
type: PropType_2<boolean>;
|
|
5147
5158
|
default: any;
|
|
5148
5159
|
};
|
|
5149
5160
|
flattenColumns: {
|
|
5150
|
-
type:
|
|
5161
|
+
type: PropType_2<boolean>;
|
|
5151
5162
|
default: any;
|
|
5152
5163
|
};
|
|
5153
|
-
validator:
|
|
5154
|
-
parser:
|
|
5155
|
-
validationParser:
|
|
5156
|
-
pathParser:
|
|
5157
|
-
queryLanguagesIds:
|
|
5158
|
-
queryLanguageId:
|
|
5159
|
-
onClassName:
|
|
5160
|
-
onRenderValue:
|
|
5161
|
-
onRenderMenu:
|
|
5162
|
-
height:
|
|
5164
|
+
validator: PropType_2<Validator>;
|
|
5165
|
+
parser: PropType_2<JSONParser>;
|
|
5166
|
+
validationParser: PropType_2<JSONParser>;
|
|
5167
|
+
pathParser: PropType_2<JSONPathParser>;
|
|
5168
|
+
queryLanguagesIds: PropType_2<QueryLanguageId[]>;
|
|
5169
|
+
queryLanguageId: PropType_2<QueryLanguageId>;
|
|
5170
|
+
onClassName: PropType_2<OnClassName>;
|
|
5171
|
+
onRenderValue: PropType_2<OnRenderValue>;
|
|
5172
|
+
onRenderMenu: PropType_2<OnRenderMenu>;
|
|
5173
|
+
height: PropType_2<string | number>;
|
|
5163
5174
|
fullWidthButton: {
|
|
5164
|
-
type:
|
|
5175
|
+
type: PropType_2<boolean>;
|
|
5165
5176
|
default: any;
|
|
5166
5177
|
};
|
|
5167
5178
|
darkTheme: {
|
|
5168
|
-
type:
|
|
5179
|
+
type: PropType_2<boolean>;
|
|
5169
5180
|
default: any;
|
|
5170
5181
|
};
|
|
5171
5182
|
}>> & Readonly<{
|
|
@@ -5182,15 +5193,15 @@ onError?: (...args: any[]) => any;
|
|
|
5182
5193
|
onFocus?: (...args: any[]) => any;
|
|
5183
5194
|
onBlur?: (...args: any[]) => any;
|
|
5184
5195
|
}>, {
|
|
5185
|
-
max:
|
|
5186
|
-
getHeight:
|
|
5196
|
+
max: Ref_2<boolean, boolean>;
|
|
5197
|
+
getHeight: ComputedRef_2< {
|
|
5187
5198
|
height: string;
|
|
5188
5199
|
} | {
|
|
5189
5200
|
height?: undefined;
|
|
5190
5201
|
}>;
|
|
5191
|
-
container:
|
|
5192
|
-
darkThemeStyle:
|
|
5193
|
-
fallbackSlot:
|
|
5202
|
+
container: Ref_2<HTMLDivElement, HTMLDivElement>;
|
|
5203
|
+
darkThemeStyle: ComputedRef_2<boolean>;
|
|
5204
|
+
fallbackSlot: Ref_2<boolean, boolean>;
|
|
5194
5205
|
}, {}, {}, {}, {
|
|
5195
5206
|
selection: JSONEditorSelection;
|
|
5196
5207
|
mainMenuBar: boolean;
|
|
@@ -6014,6 +6025,10 @@ default: boolean;
|
|
|
6014
6025
|
compUrl: {
|
|
6015
6026
|
type: PropType<ApiUrls>;
|
|
6016
6027
|
};
|
|
6028
|
+
orderBy: {
|
|
6029
|
+
type: PropType<OrderByInfo[]>;
|
|
6030
|
+
default: () => any[];
|
|
6031
|
+
};
|
|
6017
6032
|
btnTitle: {
|
|
6018
6033
|
type: StringConstructor;
|
|
6019
6034
|
default: () => any;
|
|
@@ -6129,6 +6144,10 @@ default: boolean;
|
|
|
6129
6144
|
compUrl: {
|
|
6130
6145
|
type: PropType<ApiUrls>;
|
|
6131
6146
|
};
|
|
6147
|
+
orderBy: {
|
|
6148
|
+
type: PropType<OrderByInfo[]>;
|
|
6149
|
+
default: () => any[];
|
|
6150
|
+
};
|
|
6132
6151
|
btnTitle: {
|
|
6133
6152
|
type: StringConstructor;
|
|
6134
6153
|
default: () => any;
|
|
@@ -6170,6 +6189,7 @@ onAddData?: (...args: any[]) => any;
|
|
|
6170
6189
|
onRemoveData?: (...args: any[]) => any;
|
|
6171
6190
|
"onUpdate:treeDatas"?: (value: any) => any;
|
|
6172
6191
|
}>, {
|
|
6192
|
+
orderBy: OrderByInfo[];
|
|
6173
6193
|
preps: any;
|
|
6174
6194
|
height: number;
|
|
6175
6195
|
checkStrictly: boolean;
|
|
@@ -6316,7 +6336,7 @@ export declare interface TabFieldInfo {
|
|
|
6316
6336
|
/**
|
|
6317
6337
|
* 是否默认禁用
|
|
6318
6338
|
*/
|
|
6319
|
-
disabled
|
|
6339
|
+
disabled?: boolean;
|
|
6320
6340
|
/**
|
|
6321
6341
|
* fieldList 是否是子表单
|
|
6322
6342
|
*/
|
|
@@ -6324,7 +6344,7 @@ export declare interface TabFieldInfo {
|
|
|
6324
6344
|
/**
|
|
6325
6345
|
* 如果要列表显示则该属性需要设置为Y
|
|
6326
6346
|
*/
|
|
6327
|
-
tableFlag
|
|
6347
|
+
tableFlag?: string;
|
|
6328
6348
|
/**
|
|
6329
6349
|
* 子集合Key 名称,如果配置了此名字,所有tab 下组件的数据将存入该名字下
|
|
6330
6350
|
* 该属性的使用场景是 1对1 或者1 对多关系时,tab里组件是另外一个表的情况
|
|
@@ -6654,38 +6674,6 @@ getTableInfo: (tableName: string) => any;
|
|
|
6654
6674
|
clearAll: () => void;
|
|
6655
6675
|
}, "clearAll" | "addTableInfo" | "setDbConfigId" | "getTableInfo">>;
|
|
6656
6676
|
|
|
6657
|
-
export declare const useContinusConfigStore: StoreDefinition<"continuousConfig", Pick<{
|
|
6658
|
-
addNodeInfo: (nodeName: string, data: any) => void;
|
|
6659
|
-
addNodeFields: (formNo: string, data: any) => void;
|
|
6660
|
-
getNodeFields: (formNo: string) => any;
|
|
6661
|
-
removeNodeFields: (formNo: string) => void;
|
|
6662
|
-
getNodeInfo: (nodeName: string) => any;
|
|
6663
|
-
removeNode: (nodeName: string) => void;
|
|
6664
|
-
clear: () => void;
|
|
6665
|
-
nodeInfo: Ref<any, any>;
|
|
6666
|
-
nodeFields: Ref<any, any>;
|
|
6667
|
-
}, "nodeInfo" | "nodeFields">, Pick<{
|
|
6668
|
-
addNodeInfo: (nodeName: string, data: any) => void;
|
|
6669
|
-
addNodeFields: (formNo: string, data: any) => void;
|
|
6670
|
-
getNodeFields: (formNo: string) => any;
|
|
6671
|
-
removeNodeFields: (formNo: string) => void;
|
|
6672
|
-
getNodeInfo: (nodeName: string) => any;
|
|
6673
|
-
removeNode: (nodeName: string) => void;
|
|
6674
|
-
clear: () => void;
|
|
6675
|
-
nodeInfo: Ref<any, any>;
|
|
6676
|
-
nodeFields: Ref<any, any>;
|
|
6677
|
-
}, never>, Pick<{
|
|
6678
|
-
addNodeInfo: (nodeName: string, data: any) => void;
|
|
6679
|
-
addNodeFields: (formNo: string, data: any) => void;
|
|
6680
|
-
getNodeFields: (formNo: string) => any;
|
|
6681
|
-
removeNodeFields: (formNo: string) => void;
|
|
6682
|
-
getNodeInfo: (nodeName: string) => any;
|
|
6683
|
-
removeNode: (nodeName: string) => void;
|
|
6684
|
-
clear: () => void;
|
|
6685
|
-
nodeInfo: Ref<any, any>;
|
|
6686
|
-
nodeFields: Ref<any, any>;
|
|
6687
|
-
}, "clear" | "removeNode" | "addNodeInfo" | "addNodeFields" | "getNodeFields" | "removeNodeFields" | "getNodeInfo">>;
|
|
6688
|
-
|
|
6689
6677
|
/**
|
|
6690
6678
|
* 用户自定义方法处理逻辑
|
|
6691
6679
|
*/
|
|
@@ -6897,48 +6885,40 @@ getFieldDataIndex: () => number;
|
|
|
6897
6885
|
export declare const useDesignPageStore: StoreDefinition<"designPage", Pick<{
|
|
6898
6886
|
nodeList: Ref< {
|
|
6899
6887
|
id: string;
|
|
6900
|
-
|
|
6901
|
-
width: number;
|
|
6902
|
-
height: number;
|
|
6903
|
-
left: number;
|
|
6904
|
-
top: number;
|
|
6888
|
+
label: string;
|
|
6905
6889
|
name: string;
|
|
6890
|
+
icon?: string;
|
|
6906
6891
|
type?: string;
|
|
6907
|
-
|
|
6892
|
+
preps?: Record<string, any>;
|
|
6893
|
+
styles?: Record<string, any>;
|
|
6908
6894
|
children?: /*elided*/ any[];
|
|
6909
6895
|
}[], DynamicNode[] | {
|
|
6910
6896
|
id: string;
|
|
6911
|
-
|
|
6912
|
-
width: number;
|
|
6913
|
-
height: number;
|
|
6914
|
-
left: number;
|
|
6915
|
-
top: number;
|
|
6897
|
+
label: string;
|
|
6916
6898
|
name: string;
|
|
6899
|
+
icon?: string;
|
|
6917
6900
|
type?: string;
|
|
6918
|
-
|
|
6901
|
+
preps?: Record<string, any>;
|
|
6902
|
+
styles?: Record<string, any>;
|
|
6919
6903
|
children?: /*elided*/ any[];
|
|
6920
6904
|
}[]>;
|
|
6921
6905
|
currentNode: Ref< {
|
|
6922
6906
|
id: string;
|
|
6923
|
-
|
|
6924
|
-
width: number;
|
|
6925
|
-
height: number;
|
|
6926
|
-
left: number;
|
|
6927
|
-
top: number;
|
|
6907
|
+
label: string;
|
|
6928
6908
|
name: string;
|
|
6909
|
+
icon?: string;
|
|
6929
6910
|
type?: string;
|
|
6930
|
-
|
|
6911
|
+
preps?: Record<string, any>;
|
|
6912
|
+
styles?: Record<string, any>;
|
|
6931
6913
|
children?: /*elided*/ any[];
|
|
6932
6914
|
}, DynamicNode | {
|
|
6933
6915
|
id: string;
|
|
6934
|
-
|
|
6935
|
-
width: number;
|
|
6936
|
-
height: number;
|
|
6937
|
-
left: number;
|
|
6938
|
-
top: number;
|
|
6916
|
+
label: string;
|
|
6939
6917
|
name: string;
|
|
6918
|
+
icon?: string;
|
|
6940
6919
|
type?: string;
|
|
6941
|
-
|
|
6920
|
+
preps?: Record<string, any>;
|
|
6921
|
+
styles?: Record<string, any>;
|
|
6942
6922
|
children?: /*elided*/ any[];
|
|
6943
6923
|
}>;
|
|
6944
6924
|
isEdit: Ref<boolean, boolean>;
|
|
@@ -6949,53 +6929,45 @@ addNode: (node: DynamicNode) => void;
|
|
|
6949
6929
|
selectNode: (node: DynamicNode) => void;
|
|
6950
6930
|
clearAll: () => void;
|
|
6951
6931
|
setIsEdit: (edit: boolean) => void;
|
|
6952
|
-
maxZIndex: () =>
|
|
6932
|
+
maxZIndex: () => any;
|
|
6953
6933
|
init: () => void;
|
|
6954
6934
|
}, "isEdit" | "nodeList" | "currentNode" | "defaultZindex">, Pick<{
|
|
6955
6935
|
nodeList: Ref< {
|
|
6956
6936
|
id: string;
|
|
6957
|
-
|
|
6958
|
-
width: number;
|
|
6959
|
-
height: number;
|
|
6960
|
-
left: number;
|
|
6961
|
-
top: number;
|
|
6937
|
+
label: string;
|
|
6962
6938
|
name: string;
|
|
6939
|
+
icon?: string;
|
|
6963
6940
|
type?: string;
|
|
6964
|
-
|
|
6941
|
+
preps?: Record<string, any>;
|
|
6942
|
+
styles?: Record<string, any>;
|
|
6965
6943
|
children?: /*elided*/ any[];
|
|
6966
6944
|
}[], DynamicNode[] | {
|
|
6967
6945
|
id: string;
|
|
6968
|
-
|
|
6969
|
-
width: number;
|
|
6970
|
-
height: number;
|
|
6971
|
-
left: number;
|
|
6972
|
-
top: number;
|
|
6946
|
+
label: string;
|
|
6973
6947
|
name: string;
|
|
6948
|
+
icon?: string;
|
|
6974
6949
|
type?: string;
|
|
6975
|
-
|
|
6950
|
+
preps?: Record<string, any>;
|
|
6951
|
+
styles?: Record<string, any>;
|
|
6976
6952
|
children?: /*elided*/ any[];
|
|
6977
6953
|
}[]>;
|
|
6978
6954
|
currentNode: Ref< {
|
|
6979
6955
|
id: string;
|
|
6980
|
-
|
|
6981
|
-
width: number;
|
|
6982
|
-
height: number;
|
|
6983
|
-
left: number;
|
|
6984
|
-
top: number;
|
|
6956
|
+
label: string;
|
|
6985
6957
|
name: string;
|
|
6958
|
+
icon?: string;
|
|
6986
6959
|
type?: string;
|
|
6987
|
-
|
|
6960
|
+
preps?: Record<string, any>;
|
|
6961
|
+
styles?: Record<string, any>;
|
|
6988
6962
|
children?: /*elided*/ any[];
|
|
6989
6963
|
}, DynamicNode | {
|
|
6990
6964
|
id: string;
|
|
6991
|
-
|
|
6992
|
-
width: number;
|
|
6993
|
-
height: number;
|
|
6994
|
-
left: number;
|
|
6995
|
-
top: number;
|
|
6965
|
+
label: string;
|
|
6996
6966
|
name: string;
|
|
6967
|
+
icon?: string;
|
|
6997
6968
|
type?: string;
|
|
6998
|
-
|
|
6969
|
+
preps?: Record<string, any>;
|
|
6970
|
+
styles?: Record<string, any>;
|
|
6999
6971
|
children?: /*elided*/ any[];
|
|
7000
6972
|
}>;
|
|
7001
6973
|
isEdit: Ref<boolean, boolean>;
|
|
@@ -7006,53 +6978,45 @@ addNode: (node: DynamicNode) => void;
|
|
|
7006
6978
|
selectNode: (node: DynamicNode) => void;
|
|
7007
6979
|
clearAll: () => void;
|
|
7008
6980
|
setIsEdit: (edit: boolean) => void;
|
|
7009
|
-
maxZIndex: () =>
|
|
6981
|
+
maxZIndex: () => any;
|
|
7010
6982
|
init: () => void;
|
|
7011
6983
|
}, never>, Pick<{
|
|
7012
6984
|
nodeList: Ref< {
|
|
7013
6985
|
id: string;
|
|
7014
|
-
|
|
7015
|
-
width: number;
|
|
7016
|
-
height: number;
|
|
7017
|
-
left: number;
|
|
7018
|
-
top: number;
|
|
6986
|
+
label: string;
|
|
7019
6987
|
name: string;
|
|
6988
|
+
icon?: string;
|
|
7020
6989
|
type?: string;
|
|
7021
|
-
|
|
6990
|
+
preps?: Record<string, any>;
|
|
6991
|
+
styles?: Record<string, any>;
|
|
7022
6992
|
children?: /*elided*/ any[];
|
|
7023
6993
|
}[], DynamicNode[] | {
|
|
7024
6994
|
id: string;
|
|
7025
|
-
|
|
7026
|
-
width: number;
|
|
7027
|
-
height: number;
|
|
7028
|
-
left: number;
|
|
7029
|
-
top: number;
|
|
6995
|
+
label: string;
|
|
7030
6996
|
name: string;
|
|
6997
|
+
icon?: string;
|
|
7031
6998
|
type?: string;
|
|
7032
|
-
|
|
6999
|
+
preps?: Record<string, any>;
|
|
7000
|
+
styles?: Record<string, any>;
|
|
7033
7001
|
children?: /*elided*/ any[];
|
|
7034
7002
|
}[]>;
|
|
7035
7003
|
currentNode: Ref< {
|
|
7036
7004
|
id: string;
|
|
7037
|
-
|
|
7038
|
-
width: number;
|
|
7039
|
-
height: number;
|
|
7040
|
-
left: number;
|
|
7041
|
-
top: number;
|
|
7005
|
+
label: string;
|
|
7042
7006
|
name: string;
|
|
7007
|
+
icon?: string;
|
|
7043
7008
|
type?: string;
|
|
7044
|
-
|
|
7009
|
+
preps?: Record<string, any>;
|
|
7010
|
+
styles?: Record<string, any>;
|
|
7045
7011
|
children?: /*elided*/ any[];
|
|
7046
7012
|
}, DynamicNode | {
|
|
7047
7013
|
id: string;
|
|
7048
|
-
|
|
7049
|
-
width: number;
|
|
7050
|
-
height: number;
|
|
7051
|
-
left: number;
|
|
7052
|
-
top: number;
|
|
7014
|
+
label: string;
|
|
7053
7015
|
name: string;
|
|
7016
|
+
icon?: string;
|
|
7054
7017
|
type?: string;
|
|
7055
|
-
|
|
7018
|
+
preps?: Record<string, any>;
|
|
7019
|
+
styles?: Record<string, any>;
|
|
7056
7020
|
children?: /*elided*/ any[];
|
|
7057
7021
|
}>;
|
|
7058
7022
|
isEdit: Ref<boolean, boolean>;
|
|
@@ -7063,7 +7027,7 @@ addNode: (node: DynamicNode) => void;
|
|
|
7063
7027
|
selectNode: (node: DynamicNode) => void;
|
|
7064
7028
|
clearAll: () => void;
|
|
7065
7029
|
setIsEdit: (edit: boolean) => void;
|
|
7066
|
-
maxZIndex: () =>
|
|
7030
|
+
maxZIndex: () => any;
|
|
7067
7031
|
init: () => void;
|
|
7068
7032
|
}, "init" | "clearAll" | "setIsEdit" | "setNodeList" | "removeNode" | "addNode" | "selectNode" | "maxZIndex">>;
|
|
7069
7033
|
|