@fly-vue/lcdp-iview 1.6.2 → 1.6.3
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/@types/module/action-nodes/impl/d-component-emit.d.ts +3 -0
- package/@types/module/components/attribute/base-attr-components.d.ts +17 -0
- package/@types/module/components/components/IvTableGrid/index.vue.d.ts +21 -15
- package/@types/module/components/components/IvTableGrid/use-table-events.d.ts +1 -1
- package/@types/module/components/for-designer/LcdpInlineRenderer.vue.d.ts +2 -0
- package/@types/module/components/{components/design → for-designer}/SlotContainer.vue.d.ts +0 -0
- package/@types/module/components/for-designer/index.d.ts +5 -0
- package/@types/module/components/for-renderer/index.d.ts +4 -0
- package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +24 -0
- package/@types/module/components/index.d.ts +48 -15
- package/@types/module/schema-extend/components/checkbox.d.ts +8 -1
- package/@types/module/schema-extend/components/others.d.ts +20 -2
- package/@types/module/schema-extend/components/radio.d.ts +28 -0
- package/@types/module/schema-extend/components/scrollspy.d.ts +48 -0
- package/bingo-builder-manifest.json +8 -8
- package/index.js +4 -4
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-designer-components.9ef3fc1b.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/{lcdp-iview-attrcomponent.82058947.css → lcdp-iview-attrcomponent.5b254a61.css} +1 -1
- package/modules/fly_vue_lcdp_iview/assets/css/{lcdp-iview-component.bf2b6361.css → lcdp-iview-component.d98cf78a.css} +1 -1
- package/modules/fly_vue_lcdp_iview/assets/fonts/ladp-viewicon.8e648ade.ttf +0 -0
- package/modules/fly_vue_lcdp_iview/assets/fonts/ladp-viewicon.b3a507ca.eot +0 -0
- package/modules/fly_vue_lcdp_iview/assets/img/ladp-viewicon.a38af647.svg +39 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.356df03523f08139fb31.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +7 -5
- package/modules/fly_vue_lcdp_iview/lcdp-designer-components.356df03523f08139fb31.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.356df03523f08139fb31.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-basecomponent.cb89c1c08997457cb8f7.js → lcdp-iview-basecomponent.356df03523f08139fb31.js} +1 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.356df03523f08139fb31.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.356df03523f08139fb31.js +1 -0
- package/package.json +7 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-121column-fill.a1e141a8.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-14column-fill.22c0c252.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-1column-fill.6d1caadc.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-21column-fill.f21bd4f8.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-22column-fill.8937ef0e.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-2column-fill.5d99cf8a.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-3column-fill.b40e3f82.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-41column-fill.920364fa.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/img/grid-4column-fill.83ec8853.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-121column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-14column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-1column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-21column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-22column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-2column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-3column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-41column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-4column-fill.svg +0 -7
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.cb89c1c08997457cb8f7.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.cb89c1c08997457cb8f7.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.cb89c1c08997457cb8f7.js +0 -1
|
@@ -4,21 +4,38 @@ declare const _default: {
|
|
|
4
4
|
props: string[];
|
|
5
5
|
render(createElement: any, context: any): any;
|
|
6
6
|
};
|
|
7
|
+
/**
|
|
8
|
+
* @description: 数字类型输入框
|
|
9
|
+
*/
|
|
7
10
|
Number: {
|
|
8
11
|
functional: boolean;
|
|
9
12
|
props: string[];
|
|
10
13
|
render(createElement: any, context: any): any;
|
|
11
14
|
};
|
|
15
|
+
/**
|
|
16
|
+
* @description: 布朗类型切换
|
|
17
|
+
*/
|
|
12
18
|
Boolean: {
|
|
13
19
|
functional: boolean;
|
|
14
20
|
props: string[];
|
|
15
21
|
render(createElement: any, context: any): any;
|
|
16
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* @description: 下拉单选
|
|
25
|
+
*/
|
|
17
26
|
SingleSelect: {
|
|
18
27
|
functional: boolean;
|
|
19
28
|
props: string[];
|
|
20
29
|
render(createElement: any, context: any): any;
|
|
21
30
|
};
|
|
31
|
+
/**
|
|
32
|
+
* @description: 下拉多选
|
|
33
|
+
*/
|
|
34
|
+
MultipleSelect: {
|
|
35
|
+
functional: boolean;
|
|
36
|
+
props: string[];
|
|
37
|
+
render(createElement: any, context: any): any;
|
|
38
|
+
};
|
|
22
39
|
TitleAttrEdit: {
|
|
23
40
|
functional: boolean;
|
|
24
41
|
props: string[];
|
|
@@ -128,8 +128,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
type: FunctionConstructor;
|
|
129
129
|
};
|
|
130
130
|
sumText: {
|
|
131
|
-
type: StringConstructor;
|
|
132
|
-
};
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
}; /** 默认组件在渲染完后会自动加载一次数据源数据,关闭后组件渲染完将不会加载数据 */
|
|
133
133
|
indentSize: {
|
|
134
134
|
type: NumberConstructor;
|
|
135
135
|
default: number;
|
|
@@ -138,11 +138,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
138
|
type: FunctionConstructor;
|
|
139
139
|
};
|
|
140
140
|
updateShowChildren: {
|
|
141
|
-
type: BooleanConstructor;
|
|
141
|
+
type: BooleanConstructor; /**
|
|
142
|
+
* page 配置
|
|
143
|
+
*/
|
|
142
144
|
default: boolean;
|
|
143
|
-
};
|
|
144
|
-
* page 配置
|
|
145
|
-
*/
|
|
145
|
+
};
|
|
146
146
|
contextMenu: {
|
|
147
147
|
type: BooleanConstructor;
|
|
148
148
|
default: boolean;
|
|
@@ -154,7 +154,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
154
|
fixedShadow: {
|
|
155
155
|
type: StringConstructor;
|
|
156
156
|
default: string;
|
|
157
|
-
};
|
|
157
|
+
}; /**
|
|
158
|
+
* @description: 导出事件
|
|
159
|
+
*/
|
|
158
160
|
padding: {
|
|
159
161
|
type: (NumberConstructor | StringConstructor)[];
|
|
160
162
|
default: number;
|
|
@@ -184,7 +186,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
186
|
padding: string | number;
|
|
185
187
|
}>;
|
|
186
188
|
tableData: import("vue").Ref<any[]>;
|
|
187
|
-
onSearch: (resetPage?: boolean) => void;
|
|
189
|
+
onSearch: (resetPage?: boolean, immediate?: boolean) => void;
|
|
188
190
|
onSelectionChange: (_selection: any) => void;
|
|
189
191
|
selection: any;
|
|
190
192
|
tableFullscreen: import("vue").Ref<boolean>;
|
|
@@ -195,6 +197,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
195
197
|
addRow: (params: any, isFirst: boolean) => void;
|
|
196
198
|
deleteRow: (num: number | number[], callback: any) => any;
|
|
197
199
|
getSelectData: () => any;
|
|
200
|
+
gridTable: import("vue").Ref<any>;
|
|
201
|
+
onContextmenu: (row: any, event: any, position: any) => void;
|
|
198
202
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
199
203
|
pagerProps: {
|
|
200
204
|
type: PropType<PagerProps>;
|
|
@@ -316,8 +320,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
316
320
|
type: FunctionConstructor;
|
|
317
321
|
};
|
|
318
322
|
sumText: {
|
|
319
|
-
type: StringConstructor;
|
|
320
|
-
};
|
|
323
|
+
type: StringConstructor;
|
|
324
|
+
}; /** 默认组件在渲染完后会自动加载一次数据源数据,关闭后组件渲染完将不会加载数据 */
|
|
321
325
|
indentSize: {
|
|
322
326
|
type: NumberConstructor;
|
|
323
327
|
default: number;
|
|
@@ -326,11 +330,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
326
330
|
type: FunctionConstructor;
|
|
327
331
|
};
|
|
328
332
|
updateShowChildren: {
|
|
329
|
-
type: BooleanConstructor;
|
|
333
|
+
type: BooleanConstructor; /**
|
|
334
|
+
* page 配置
|
|
335
|
+
*/
|
|
330
336
|
default: boolean;
|
|
331
|
-
};
|
|
332
|
-
* page 配置
|
|
333
|
-
*/
|
|
337
|
+
};
|
|
334
338
|
contextMenu: {
|
|
335
339
|
type: BooleanConstructor;
|
|
336
340
|
default: boolean;
|
|
@@ -342,7 +346,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
342
346
|
fixedShadow: {
|
|
343
347
|
type: StringConstructor;
|
|
344
348
|
default: string;
|
|
345
|
-
};
|
|
349
|
+
}; /**
|
|
350
|
+
* @description: 导出事件
|
|
351
|
+
*/
|
|
346
352
|
padding: {
|
|
347
353
|
type: (NumberConstructor | StringConstructor)[];
|
|
348
354
|
default: number;
|
|
@@ -2,7 +2,7 @@ import { TablePager } from './use-pager-events';
|
|
|
2
2
|
export declare function useTableEvents(props: any, pager: TablePager): {
|
|
3
3
|
selection: any;
|
|
4
4
|
onSelectionChange: (_selection: any) => void;
|
|
5
|
-
onSearch: (resetPage?: boolean) => void;
|
|
5
|
+
onSearch: (resetPage?: boolean, immediate?: boolean) => void;
|
|
6
6
|
tableFullscreen: import("vue").Ref<boolean>;
|
|
7
7
|
handleFullscreen: () => void;
|
|
8
8
|
handleResetColumn: (cols: any) => void;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
File without changes
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { LcdpRendererConfig } from '@fly-vue/lcdp-engine';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
uri: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
requestParams: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
};
|
|
10
|
+
}, {
|
|
11
|
+
preprocessed: import("vue").Ref<boolean>;
|
|
12
|
+
payload: any;
|
|
13
|
+
rendererConfig: LcdpRendererConfig;
|
|
14
|
+
handleOnOutput: (data: any) => void;
|
|
15
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
uri: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
requestParams: {
|
|
21
|
+
type: ArrayConstructor;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/// <reference types="vue-shims" />
|
|
2
2
|
declare const _default: {
|
|
3
|
+
DesignSlotContainer: () => Promise<typeof import("./for-designer/SlotContainer.vue")>;
|
|
4
|
+
DesignLcdpInlineRenderer: () => Promise<typeof import("./for-designer/LcdpInlineRenderer.vue")>;
|
|
5
|
+
LcdpInlineRenderer: () => Promise<typeof import("./for-renderer/inline-renderer/index.vue")>;
|
|
3
6
|
VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
|
|
4
7
|
AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
5
8
|
ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
@@ -77,7 +80,7 @@ declare const _default: {
|
|
|
77
80
|
IvTagSelect: () => Promise<typeof import("*.vue")>;
|
|
78
81
|
IvTimeline: () => Promise<any>;
|
|
79
82
|
IvTimelineItem: () => Promise<any>;
|
|
80
|
-
IvTooltip: () => Promise<
|
|
83
|
+
IvTooltip: () => Promise<typeof import("*.vue")>;
|
|
81
84
|
IvTreeSelect: () => Promise<any>;
|
|
82
85
|
IvUpload: () => Promise<typeof import("*.vue")>;
|
|
83
86
|
Page: () => Promise<typeof import("*.vue")>;
|
|
@@ -88,6 +91,8 @@ declare const _default: {
|
|
|
88
91
|
IvPoptip: () => Promise<any>;
|
|
89
92
|
IvRadioGroup: () => Promise<any>;
|
|
90
93
|
IvCheckboxGroup: () => Promise<any>;
|
|
94
|
+
IvBackTop: () => Promise<any>;
|
|
95
|
+
Input: () => Promise<typeof import("*.vue")>;
|
|
91
96
|
IvCrud: () => Promise<typeof import("*.vue")>;
|
|
92
97
|
IvTableGrid: import("vue").DefineComponent<{
|
|
93
98
|
pagerProps: {
|
|
@@ -116,9 +121,7 @@ declare const _default: {
|
|
|
116
121
|
type: import("vue").PropType<{
|
|
117
122
|
[index: string]: any;
|
|
118
123
|
title: string;
|
|
119
|
-
show: boolean;
|
|
120
|
-
* @description: // 基础组件
|
|
121
|
-
*/
|
|
124
|
+
show: boolean;
|
|
122
125
|
}[]>;
|
|
123
126
|
};
|
|
124
127
|
enableSelectionCol: {
|
|
@@ -144,9 +147,6 @@ declare const _default: {
|
|
|
144
147
|
validator(value: any): boolean;
|
|
145
148
|
};
|
|
146
149
|
width: {
|
|
147
|
-
/**
|
|
148
|
-
* @description: // 基础组件
|
|
149
|
-
*/
|
|
150
150
|
type: (NumberConstructor | StringConstructor)[];
|
|
151
151
|
};
|
|
152
152
|
height: {
|
|
@@ -159,6 +159,9 @@ declare const _default: {
|
|
|
159
159
|
type: BooleanConstructor;
|
|
160
160
|
default: boolean;
|
|
161
161
|
};
|
|
162
|
+
/**
|
|
163
|
+
* @description: // 基础组件
|
|
164
|
+
*/
|
|
162
165
|
border: {
|
|
163
166
|
type: BooleanConstructor;
|
|
164
167
|
default: boolean;
|
|
@@ -244,6 +247,9 @@ declare const _default: {
|
|
|
244
247
|
default: string;
|
|
245
248
|
};
|
|
246
249
|
padding: {
|
|
250
|
+
/**
|
|
251
|
+
* @description: // 基础组件
|
|
252
|
+
*/
|
|
247
253
|
type: (NumberConstructor | StringConstructor)[];
|
|
248
254
|
default: number;
|
|
249
255
|
};
|
|
@@ -272,7 +278,7 @@ declare const _default: {
|
|
|
272
278
|
padding: string | number;
|
|
273
279
|
}>;
|
|
274
280
|
tableData: import("vue").Ref<any[]>;
|
|
275
|
-
onSearch: (resetPage?: boolean) => void;
|
|
281
|
+
onSearch: (resetPage?: boolean, immediate?: boolean) => void;
|
|
276
282
|
onSelectionChange: (_selection: any) => void;
|
|
277
283
|
selection: any;
|
|
278
284
|
tableFullscreen: import("vue").Ref<boolean>;
|
|
@@ -283,6 +289,8 @@ declare const _default: {
|
|
|
283
289
|
addRow: (params: any, isFirst: boolean) => void;
|
|
284
290
|
deleteRow: (num: number | number[], callback: any) => any;
|
|
285
291
|
getSelectData: () => any;
|
|
292
|
+
gridTable: import("vue").Ref<any>;
|
|
293
|
+
onContextmenu: (row: any, event: any, position: any) => void;
|
|
286
294
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
287
295
|
pagerProps: {
|
|
288
296
|
type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
|
|
@@ -310,9 +318,7 @@ declare const _default: {
|
|
|
310
318
|
type: import("vue").PropType<{
|
|
311
319
|
[index: string]: any;
|
|
312
320
|
title: string;
|
|
313
|
-
show: boolean;
|
|
314
|
-
* @description: // 基础组件
|
|
315
|
-
*/
|
|
321
|
+
show: boolean;
|
|
316
322
|
}[]>;
|
|
317
323
|
};
|
|
318
324
|
enableSelectionCol: {
|
|
@@ -338,9 +344,6 @@ declare const _default: {
|
|
|
338
344
|
validator(value: any): boolean;
|
|
339
345
|
};
|
|
340
346
|
width: {
|
|
341
|
-
/**
|
|
342
|
-
* @description: // 基础组件
|
|
343
|
-
*/
|
|
344
347
|
type: (NumberConstructor | StringConstructor)[];
|
|
345
348
|
};
|
|
346
349
|
height: {
|
|
@@ -353,6 +356,9 @@ declare const _default: {
|
|
|
353
356
|
type: BooleanConstructor;
|
|
354
357
|
default: boolean;
|
|
355
358
|
};
|
|
359
|
+
/**
|
|
360
|
+
* @description: // 基础组件
|
|
361
|
+
*/
|
|
356
362
|
border: {
|
|
357
363
|
type: BooleanConstructor;
|
|
358
364
|
default: boolean;
|
|
@@ -438,6 +444,9 @@ declare const _default: {
|
|
|
438
444
|
default: string;
|
|
439
445
|
};
|
|
440
446
|
padding: {
|
|
447
|
+
/**
|
|
448
|
+
* @description: // 基础组件
|
|
449
|
+
*/
|
|
441
450
|
type: (NumberConstructor | StringConstructor)[];
|
|
442
451
|
default: number;
|
|
443
452
|
};
|
|
@@ -478,7 +487,8 @@ declare const _default: {
|
|
|
478
487
|
IamDoubleColumnsView: () => Promise<typeof import("*.vue")>;
|
|
479
488
|
IamClientSelect: () => Promise<typeof import("*.vue")>;
|
|
480
489
|
DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
|
|
481
|
-
|
|
490
|
+
IvScrollSpy: () => Promise<typeof import("*.vue")>;
|
|
491
|
+
IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
|
|
482
492
|
IvContainer: () => Promise<any>;
|
|
483
493
|
IvDiv: () => Promise<any>;
|
|
484
494
|
IvFlex: () => Promise<typeof import("*.vue")>;
|
|
@@ -504,26 +514,49 @@ declare const _default: {
|
|
|
504
514
|
IamFormMemberSelect: any;
|
|
505
515
|
IamFormOrgSelect: any;
|
|
506
516
|
SingleLineText: {
|
|
517
|
+
/**
|
|
518
|
+
* @description: // 基础组件
|
|
519
|
+
*/
|
|
507
520
|
functional: boolean;
|
|
508
521
|
props: string[];
|
|
509
522
|
render(createElement: any, context: any): any;
|
|
510
523
|
};
|
|
511
524
|
Number: {
|
|
525
|
+
/**
|
|
526
|
+
* @description: // 基础组件
|
|
527
|
+
*/
|
|
512
528
|
functional: boolean;
|
|
513
529
|
props: string[];
|
|
514
530
|
render(createElement: any, context: any): any;
|
|
515
531
|
};
|
|
516
532
|
Boolean: {
|
|
533
|
+
/**
|
|
534
|
+
* @description: // 基础组件
|
|
535
|
+
*/
|
|
517
536
|
functional: boolean;
|
|
518
537
|
props: string[];
|
|
519
538
|
render(createElement: any, context: any): any;
|
|
520
539
|
};
|
|
521
540
|
SingleSelect: {
|
|
541
|
+
/**
|
|
542
|
+
* @description: // 基础组件
|
|
543
|
+
*/
|
|
544
|
+
functional: boolean;
|
|
545
|
+
props: string[];
|
|
546
|
+
render(createElement: any, context: any): any;
|
|
547
|
+
};
|
|
548
|
+
MultipleSelect: {
|
|
549
|
+
/**
|
|
550
|
+
* @description: // 基础组件
|
|
551
|
+
*/
|
|
522
552
|
functional: boolean;
|
|
523
553
|
props: string[];
|
|
524
554
|
render(createElement: any, context: any): any;
|
|
525
555
|
};
|
|
526
556
|
TitleAttrEdit: {
|
|
557
|
+
/**
|
|
558
|
+
* @description: // 基础组件
|
|
559
|
+
*/
|
|
527
560
|
functional: boolean;
|
|
528
561
|
props: string[];
|
|
529
562
|
render(createElement: any, context: any): any;
|
|
@@ -26,7 +26,14 @@ declare const _default: {
|
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
IvCheckboxSingle: {
|
|
29
|
-
properties: {
|
|
29
|
+
properties: {
|
|
30
|
+
value: {
|
|
31
|
+
turnOn({ node, service }: {
|
|
32
|
+
node: any;
|
|
33
|
+
service: any;
|
|
34
|
+
}): boolean;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
30
37
|
json: {
|
|
31
38
|
designer: {
|
|
32
39
|
moveChild: boolean;
|
|
@@ -143,15 +143,33 @@ declare const _default: {
|
|
|
143
143
|
icon: string;
|
|
144
144
|
expand: boolean;
|
|
145
145
|
to: string;
|
|
146
|
-
|
|
146
|
+
isBadge: boolean;
|
|
147
|
+
dot: boolean;
|
|
148
|
+
children: ({
|
|
149
|
+
title: string;
|
|
150
|
+
name: string;
|
|
151
|
+
expand: boolean;
|
|
152
|
+
isBadge: boolean;
|
|
153
|
+
dot: boolean;
|
|
154
|
+
icon: string;
|
|
155
|
+
to: string;
|
|
156
|
+
} | {
|
|
147
157
|
title: string;
|
|
148
158
|
name: string;
|
|
149
159
|
expand: boolean;
|
|
150
160
|
icon: string;
|
|
151
161
|
to: string;
|
|
152
|
-
|
|
162
|
+
isBadge?: undefined;
|
|
163
|
+
dot?: undefined;
|
|
164
|
+
})[];
|
|
165
|
+
text?: undefined;
|
|
166
|
+
type?: undefined;
|
|
153
167
|
} | {
|
|
154
168
|
title: string;
|
|
169
|
+
isBadge: boolean;
|
|
170
|
+
dot: boolean;
|
|
171
|
+
text: string;
|
|
172
|
+
type: string;
|
|
155
173
|
name: string;
|
|
156
174
|
expand: boolean;
|
|
157
175
|
icon: string;
|
|
@@ -43,6 +43,34 @@ declare const _default: {
|
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
IvRadioSingle: {
|
|
46
|
+
properties: {
|
|
47
|
+
value: {
|
|
48
|
+
turnOn({ node, service }: {
|
|
49
|
+
node: any;
|
|
50
|
+
service: any;
|
|
51
|
+
}): boolean;
|
|
52
|
+
};
|
|
53
|
+
trueValue: {
|
|
54
|
+
turnOn({ node, service }: {
|
|
55
|
+
node: any;
|
|
56
|
+
service: any;
|
|
57
|
+
}): boolean;
|
|
58
|
+
};
|
|
59
|
+
falseValue: {
|
|
60
|
+
turnOn({ node, service }: {
|
|
61
|
+
node: any;
|
|
62
|
+
service: any;
|
|
63
|
+
}): boolean;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
json: {
|
|
67
|
+
designer: {
|
|
68
|
+
moveChild: boolean;
|
|
69
|
+
movein: boolean;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
IvRadio: {
|
|
46
74
|
json: {
|
|
47
75
|
designer: {
|
|
48
76
|
moveChild: boolean;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
IvScrollSpy: {
|
|
3
|
+
toolbar({ node, service }: {
|
|
4
|
+
node: any;
|
|
5
|
+
service: any;
|
|
6
|
+
}): {
|
|
7
|
+
disabled: any[];
|
|
8
|
+
items: {
|
|
9
|
+
name: string;
|
|
10
|
+
icon: string;
|
|
11
|
+
click(): void;
|
|
12
|
+
}[];
|
|
13
|
+
};
|
|
14
|
+
json: {
|
|
15
|
+
children: {
|
|
16
|
+
type: string;
|
|
17
|
+
props: {
|
|
18
|
+
label: string;
|
|
19
|
+
value: string;
|
|
20
|
+
};
|
|
21
|
+
}[];
|
|
22
|
+
};
|
|
23
|
+
properties: {
|
|
24
|
+
height: {
|
|
25
|
+
turnOn({ node }: {
|
|
26
|
+
node: any;
|
|
27
|
+
}): any;
|
|
28
|
+
};
|
|
29
|
+
isShowNav: {
|
|
30
|
+
turnOn({ node }: {
|
|
31
|
+
node: any;
|
|
32
|
+
}): any;
|
|
33
|
+
};
|
|
34
|
+
topFixedHeight: {
|
|
35
|
+
turnOn({ node }: {
|
|
36
|
+
node: any;
|
|
37
|
+
}): boolean;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
IvScrollSpyItem: {
|
|
42
|
+
removeing({ service, node }: {
|
|
43
|
+
service: any;
|
|
44
|
+
node: any;
|
|
45
|
+
}): void;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export default _default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"date": "
|
|
2
|
+
"date": "20221006154741",
|
|
3
3
|
"distModuleDirName": "modules",
|
|
4
4
|
"dll": true,
|
|
5
5
|
"moduleDependencieVer": {
|
|
6
|
-
"@fly-vue/components": "1.6.
|
|
7
|
-
"@fly-vue/core": "1.6.
|
|
8
|
-
"@fly-vue/iview-pro": "1.6.
|
|
9
|
-
"@fly-vue/lcdp-designer": "1.6.
|
|
10
|
-
"@fly-vue/lcdp-engine": "1.6.
|
|
11
|
-
"@fly-vue/ufs": "1.6.
|
|
6
|
+
"@fly-vue/components": "1.6.3",
|
|
7
|
+
"@fly-vue/core": "1.6.3",
|
|
8
|
+
"@fly-vue/iview-pro": "1.6.3",
|
|
9
|
+
"@fly-vue/lcdp-designer": "1.6.3",
|
|
10
|
+
"@fly-vue/lcdp-engine": "1.6.3",
|
|
11
|
+
"@fly-vue/ufs": "1.6.3"
|
|
12
12
|
},
|
|
13
13
|
"moduleDependencies": [
|
|
14
14
|
"@fly-vue/core",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"name": "@fly-vue/lcdp-iview",
|
|
22
22
|
"npmPacks": [
|
|
23
23
|
],
|
|
24
|
-
"version": "1.6.
|
|
24
|
+
"version": "1.6.3"
|
|
25
25
|
}
|