@fly-vue/lcdp-iview 1.6.4 → 1.6.6
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/http-download.d.ts +6 -0
- package/@types/module/action-nodes/impl/table-grid.d.ts +8 -0
- package/@types/module/components/attribute/base-attr-components.d.ts +0 -52
- package/@types/module/components/attribute/prop-value-editor/array-editor/create-edit-dialog.d.ts +10 -0
- package/@types/module/components/attribute/prop-value-editor/array-editor/index.vue.d.ts +114 -0
- package/@types/module/components/attribute/prop-value-editor/array-editor/use-array-updater.d.ts +10 -0
- package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +9 -0
- package/@types/module/components/attribute/prop-value-editor/common/use-input-type.d.ts +8 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +14 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +14 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +14 -0
- package/@types/module/components/attribute/prop-value-editor/index.d.ts +10 -0
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +14 -0
- package/@types/module/components/attribute/prop-value-editor/name-values-editor.vue.d.ts +58 -0
- package/@types/module/components/attribute/prop-value-editor/object-editor.vue.d.ts +59 -0
- package/@types/module/components/components/IvTableGrid/index.vue.d.ts +21 -5
- package/@types/module/components/components/base/IvIframe/index.vue.d.ts +1 -1
- package/@types/module/components/components/base/IvText/index.vue.d.ts +2 -0
- package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +20 -1
- package/@types/module/components/index.d.ts +31 -83
- package/@types/module/index.d.ts +0 -1
- package/@types/module/schema-extend/components/footer.d.ts +14 -0
- package/@types/module/schema-extend/components/form.d.ts +35 -21
- package/@types/module/schema-extend/components/globalfooter.d.ts +0 -6
- package/@types/module/schema-extend/components/layout.d.ts +14 -0
- package/@types/module/schema-extend/components/others.d.ts +1 -44
- package/@types/module/schema-extend/components/tree.d.ts +2 -5
- package/@types/module/schema-extend/components/upload.d.ts +13 -0
- package/bingo-builder-manifest.json +17 -10
- 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-iview-attrcomponent.97fc26c7.css → lcdp-iview-attrcomponent.e7f782ee.css} +1 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.a1a342fc.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/fonts/ladp-viewicon.da157587.eot +0 -0
- package/modules/fly_vue_lcdp_iview/assets/fonts/ladp-viewicon.db157a8f.ttf +0 -0
- package/modules/fly_vue_lcdp_iview/assets/img/img.283cf33d.jpg +0 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.3f9274e5d39112919439.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +12 -6
- package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.28d924abe8b3ca5d9fef.js → lcdp-designer-components.3f9274e5d39112919439.js} +0 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.3f9274e5d39112919439.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.3f9274e5d39112919439.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.3f9274e5d39112919439.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.3f9274e5d39112919439.js +1 -0
- package/package.json +11 -8
- package/@types/module/components/attribute/RadioGroupAttrEdit.vue.d.ts +0 -35
- package/@types/module/components/attribute/TableColAttrEdit.vue.d.ts +0 -129
- package/@types/module/components/attribute/designer/common/index.d.ts +0 -2
- package/@types/module/components/attribute/designer/common/use-action-expression-context.d.ts +0 -15
- package/@types/module/components/attribute/designer/common/use-expression-dialog.d.ts +0 -11
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.d98cf78a.css +0 -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/img.3ed67b0a.jpg +0 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.28d924abe8b3ca5d9fef.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.28d924abe8b3ca5d9fef.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.28d924abe8b3ca5d9fef.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.28d924abe8b3ca5d9fef.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.28d924abe8b3ca5d9fef.js +0 -1
|
@@ -4,6 +4,12 @@ declare const _default: {
|
|
|
4
4
|
DesignLcdpInlineRenderer: () => Promise<typeof import("./for-designer/LcdpInlineRenderer.vue")>;
|
|
5
5
|
LcdpInlineRenderer: () => Promise<typeof import("./for-renderer/inline-renderer/index.vue")>;
|
|
6
6
|
VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
|
|
7
|
+
TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
|
|
8
|
+
SimpleJsonEditor: () => Promise<typeof import("./attribute/prop-value-editor/json-editor.vue")>;
|
|
9
|
+
ObjectEditor: () => Promise<typeof import("./attribute/prop-value-editor/object-editor.vue")>;
|
|
10
|
+
ArrayEditor: () => Promise<typeof import("./attribute/prop-value-editor/array-editor/index.vue")>;
|
|
11
|
+
NameValuesEditor: () => Promise<typeof import("./attribute/prop-value-editor/name-values-editor.vue")>;
|
|
12
|
+
MapEditor: () => Promise<typeof import("*.vue")>;
|
|
7
13
|
AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
8
14
|
ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
9
15
|
FlexAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
@@ -16,24 +22,25 @@ declare const _default: {
|
|
|
16
22
|
MonacoAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
17
23
|
OptionAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
18
24
|
PagerAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
19
|
-
RadioGroupAttrEdit: () => Promise<typeof import("
|
|
25
|
+
RadioGroupAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
20
26
|
RulesAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
27
|
+
RulesAttrEditSchema: () => Promise<typeof import("*.vue")>;
|
|
21
28
|
SliderAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
22
29
|
StrokeColorAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
23
30
|
StyleAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
24
31
|
TabPanelAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
25
|
-
TableColAttrEdit: () => Promise<typeof import("
|
|
32
|
+
TableColAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
26
33
|
TableSearchAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
27
34
|
TextareaAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
28
35
|
AttrSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
29
36
|
FormIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
37
|
+
TableIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
30
38
|
StepIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
31
39
|
ScheamPropertiesAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
32
40
|
IvTableDataAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
33
41
|
MenuTreeAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
34
42
|
FileTypeAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
35
43
|
FileSizeAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
36
|
-
TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
|
|
37
44
|
IvFormItem: () => Promise<any>;
|
|
38
45
|
IvFormTimePicker: () => Promise<any>;
|
|
39
46
|
IvFormSwitch: () => Promise<any>;
|
|
@@ -84,7 +91,7 @@ declare const _default: {
|
|
|
84
91
|
IvTreeSelect: () => Promise<any>;
|
|
85
92
|
IvUpload: () => Promise<typeof import("*.vue")>;
|
|
86
93
|
Page: () => Promise<typeof import("*.vue")>;
|
|
87
|
-
IvTree: () => Promise<
|
|
94
|
+
IvTree: () => Promise<typeof import("*.vue")>;
|
|
88
95
|
IvTransfer: () => Promise<any>;
|
|
89
96
|
IvCarouselItem: () => Promise<any>;
|
|
90
97
|
IvCalendar: () => Promise<any>;
|
|
@@ -148,6 +155,10 @@ declare const _default: {
|
|
|
148
155
|
type: BooleanConstructor;
|
|
149
156
|
default: boolean;
|
|
150
157
|
};
|
|
158
|
+
selectRowSingle: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
default: boolean;
|
|
161
|
+
};
|
|
151
162
|
size: {
|
|
152
163
|
validator(value: any): boolean;
|
|
153
164
|
};
|
|
@@ -164,10 +175,10 @@ declare const _default: {
|
|
|
164
175
|
type: BooleanConstructor;
|
|
165
176
|
default: boolean;
|
|
166
177
|
};
|
|
167
|
-
/**
|
|
168
|
-
* @description: // 基础组件
|
|
169
|
-
*/
|
|
170
178
|
border: {
|
|
179
|
+
/**
|
|
180
|
+
* @description: // 基础组件
|
|
181
|
+
*/
|
|
171
182
|
type: BooleanConstructor;
|
|
172
183
|
default: boolean;
|
|
173
184
|
};
|
|
@@ -292,8 +303,10 @@ declare const _default: {
|
|
|
292
303
|
deleteRow: (num: number | number[], callback: any) => any;
|
|
293
304
|
getSelectData: (id: any) => any;
|
|
294
305
|
gridTable: import("vue").Ref<any>;
|
|
295
|
-
onContextmenu: (row: any, event: any) => void;
|
|
296
|
-
}, {}, {}, {
|
|
306
|
+
onContextmenu: (row: any, event: any, position: any) => void;
|
|
307
|
+
}, {}, {}, {
|
|
308
|
+
onRowClick(selection: any, index: any): void;
|
|
309
|
+
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
297
310
|
pagerProps: {
|
|
298
311
|
type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
|
|
299
312
|
};
|
|
@@ -346,6 +359,10 @@ declare const _default: {
|
|
|
346
359
|
type: BooleanConstructor;
|
|
347
360
|
default: boolean;
|
|
348
361
|
};
|
|
362
|
+
selectRowSingle: {
|
|
363
|
+
type: BooleanConstructor;
|
|
364
|
+
default: boolean;
|
|
365
|
+
};
|
|
349
366
|
size: {
|
|
350
367
|
validator(value: any): boolean;
|
|
351
368
|
};
|
|
@@ -362,10 +379,10 @@ declare const _default: {
|
|
|
362
379
|
type: BooleanConstructor;
|
|
363
380
|
default: boolean;
|
|
364
381
|
};
|
|
365
|
-
/**
|
|
366
|
-
* @description: // 基础组件
|
|
367
|
-
*/
|
|
368
382
|
border: {
|
|
383
|
+
/**
|
|
384
|
+
* @description: // 基础组件
|
|
385
|
+
*/
|
|
369
386
|
type: BooleanConstructor;
|
|
370
387
|
default: boolean;
|
|
371
388
|
};
|
|
@@ -454,6 +471,7 @@ declare const _default: {
|
|
|
454
471
|
default: number;
|
|
455
472
|
};
|
|
456
473
|
}>>, {
|
|
474
|
+
draggable: boolean;
|
|
457
475
|
loading: boolean;
|
|
458
476
|
border: boolean;
|
|
459
477
|
contextMenu: boolean;
|
|
@@ -465,12 +483,12 @@ declare const _default: {
|
|
|
465
483
|
visiblePage: boolean;
|
|
466
484
|
loadOnMounted: boolean;
|
|
467
485
|
showChildren: boolean;
|
|
486
|
+
selectRowSingle: boolean;
|
|
468
487
|
stripe: boolean;
|
|
469
488
|
showHeader: boolean;
|
|
470
489
|
highlightRow: boolean;
|
|
471
490
|
rowClassName: Function;
|
|
472
491
|
disabledHover: boolean;
|
|
473
|
-
draggable: boolean;
|
|
474
492
|
tooltipTheme: string;
|
|
475
493
|
tooltipMaxWidth: number;
|
|
476
494
|
rowKey: string | boolean;
|
|
@@ -518,104 +536,34 @@ declare const _default: {
|
|
|
518
536
|
IamFormMemberSelect: any;
|
|
519
537
|
IamFormOrgSelect: any;
|
|
520
538
|
SingleLineText: {
|
|
521
|
-
/**
|
|
522
|
-
* @description: // 基础组件
|
|
523
|
-
*/
|
|
524
539
|
functional: boolean;
|
|
525
540
|
props: string[];
|
|
526
541
|
render(createElement: any, context: any): any;
|
|
527
542
|
};
|
|
528
543
|
Number: {
|
|
529
|
-
/**
|
|
530
|
-
* @description: // 基础组件
|
|
531
|
-
*/
|
|
532
544
|
functional: boolean;
|
|
533
545
|
props: string[];
|
|
534
546
|
render(createElement: any, context: any): any;
|
|
535
547
|
};
|
|
536
548
|
Boolean: {
|
|
537
|
-
/**
|
|
538
|
-
* @description: // 基础组件
|
|
539
|
-
*/
|
|
540
549
|
functional: boolean;
|
|
541
550
|
props: string[];
|
|
542
551
|
render(createElement: any, context: any): any;
|
|
543
552
|
};
|
|
544
553
|
SingleSelect: {
|
|
545
|
-
/**
|
|
546
|
-
* @description: // 基础组件
|
|
547
|
-
*/
|
|
548
554
|
functional: boolean;
|
|
549
555
|
props: string[];
|
|
550
556
|
render(createElement: any, context: any): any;
|
|
551
557
|
};
|
|
552
558
|
MultipleSelect: {
|
|
553
|
-
/**
|
|
554
|
-
* @description: // 基础组件
|
|
555
|
-
*/
|
|
556
559
|
functional: boolean;
|
|
557
560
|
props: string[];
|
|
558
561
|
render(createElement: any, context: any): any;
|
|
559
562
|
};
|
|
560
563
|
TitleAttrEdit: {
|
|
561
|
-
/**
|
|
562
|
-
* @description: // 基础组件
|
|
563
|
-
*/
|
|
564
564
|
functional: boolean;
|
|
565
565
|
props: string[];
|
|
566
566
|
render(createElement: any, context: any): any;
|
|
567
567
|
};
|
|
568
|
-
SimpleJsonEditor: import("vue").DefineComponent<{
|
|
569
|
-
value: {
|
|
570
|
-
type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
571
|
-
};
|
|
572
|
-
rows: {
|
|
573
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
574
|
-
default: number;
|
|
575
|
-
};
|
|
576
|
-
propSchema: {
|
|
577
|
-
type: ObjectConstructor;
|
|
578
|
-
};
|
|
579
|
-
schemas: {
|
|
580
|
-
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SchemaDefs>;
|
|
581
|
-
required: boolean;
|
|
582
|
-
};
|
|
583
|
-
service: {
|
|
584
|
-
type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
|
|
585
|
-
required: boolean;
|
|
586
|
-
};
|
|
587
|
-
node: {
|
|
588
|
-
type: ObjectConstructor;
|
|
589
|
-
required: boolean;
|
|
590
|
-
};
|
|
591
|
-
}, {
|
|
592
|
-
innerValue: import("vue").Ref<string>;
|
|
593
|
-
hasError: import("vue").Ref<boolean>;
|
|
594
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
595
|
-
value: {
|
|
596
|
-
type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
597
|
-
};
|
|
598
|
-
rows: {
|
|
599
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
600
|
-
default: number;
|
|
601
|
-
};
|
|
602
|
-
propSchema: {
|
|
603
|
-
type: ObjectConstructor;
|
|
604
|
-
};
|
|
605
|
-
schemas: {
|
|
606
|
-
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SchemaDefs>;
|
|
607
|
-
required: boolean;
|
|
608
|
-
};
|
|
609
|
-
service: {
|
|
610
|
-
type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
|
|
611
|
-
required: boolean;
|
|
612
|
-
};
|
|
613
|
-
node: {
|
|
614
|
-
type: ObjectConstructor;
|
|
615
|
-
required: boolean;
|
|
616
|
-
};
|
|
617
|
-
}>>, {
|
|
618
|
-
rows: string | number;
|
|
619
|
-
}>;
|
|
620
568
|
};
|
|
621
569
|
export default _default;
|
package/@types/module/index.d.ts
CHANGED
|
@@ -8,4 +8,3 @@ export declare const AdaptivePageModule: IWebModule;
|
|
|
8
8
|
export { register as registerActionNodes } from './action-nodes/index';
|
|
9
9
|
export { default as StyleEditor } from './components/attribute/StyleAttrEdit.vue';
|
|
10
10
|
export { validateProcessor } from './validate-processor';
|
|
11
|
-
export * from './components/attribute/designer/common';
|
|
@@ -252,12 +252,6 @@ declare const _default: {
|
|
|
252
252
|
}) => any;
|
|
253
253
|
default: any[];
|
|
254
254
|
};
|
|
255
|
-
keyNames: {
|
|
256
|
-
turnOn({ service, node }: {
|
|
257
|
-
service: any;
|
|
258
|
-
node: any;
|
|
259
|
-
}): any;
|
|
260
|
-
};
|
|
261
255
|
fullline: {
|
|
262
256
|
turnOn({ node }: {
|
|
263
257
|
node: any;
|
|
@@ -279,12 +273,6 @@ declare const _default: {
|
|
|
279
273
|
}) => any;
|
|
280
274
|
default: any[];
|
|
281
275
|
};
|
|
282
|
-
keyNames: {
|
|
283
|
-
turnOn({ service, node }: {
|
|
284
|
-
service: any;
|
|
285
|
-
node: any;
|
|
286
|
-
}): any;
|
|
287
|
-
};
|
|
288
276
|
border: {
|
|
289
277
|
turnOn({ node }: {
|
|
290
278
|
node: any;
|
|
@@ -306,12 +294,6 @@ declare const _default: {
|
|
|
306
294
|
}) => any;
|
|
307
295
|
default: any[];
|
|
308
296
|
};
|
|
309
|
-
keyNames: {
|
|
310
|
-
turnOn({ service, node }: {
|
|
311
|
-
service: any;
|
|
312
|
-
node: any;
|
|
313
|
-
}): any;
|
|
314
|
-
};
|
|
315
297
|
allowCreate: {
|
|
316
298
|
turnOn({ node }: {
|
|
317
299
|
node: any;
|
|
@@ -409,11 +391,43 @@ declare const _default: {
|
|
|
409
391
|
}) => any;
|
|
410
392
|
default: any[];
|
|
411
393
|
};
|
|
412
|
-
|
|
413
|
-
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
ValidateRules: {
|
|
397
|
+
properties: {
|
|
398
|
+
label: {
|
|
399
|
+
turnOn({ model, node, service }: {
|
|
400
|
+
model: any;
|
|
401
|
+
node: any;
|
|
414
402
|
service: any;
|
|
403
|
+
}): boolean;
|
|
404
|
+
};
|
|
405
|
+
min: {
|
|
406
|
+
turnOn({ model }: {
|
|
407
|
+
model: any;
|
|
408
|
+
}): boolean;
|
|
409
|
+
};
|
|
410
|
+
max: {
|
|
411
|
+
turnOn({ model }: {
|
|
412
|
+
model: any;
|
|
413
|
+
}): boolean;
|
|
414
|
+
};
|
|
415
|
+
size: {
|
|
416
|
+
turnOn({ model }: {
|
|
417
|
+
model: any;
|
|
418
|
+
}): boolean;
|
|
419
|
+
};
|
|
420
|
+
pattern: {
|
|
421
|
+
turnOn({ model, node, service }: {
|
|
422
|
+
model: any;
|
|
415
423
|
node: any;
|
|
416
|
-
|
|
424
|
+
service: any;
|
|
425
|
+
}): boolean;
|
|
426
|
+
};
|
|
427
|
+
method: {
|
|
428
|
+
turnOn({ model }: {
|
|
429
|
+
model: any;
|
|
430
|
+
}): boolean;
|
|
417
431
|
};
|
|
418
432
|
};
|
|
419
433
|
};
|
|
@@ -159,6 +159,20 @@ declare const _default: {
|
|
|
159
159
|
service: any;
|
|
160
160
|
node: any;
|
|
161
161
|
}): void;
|
|
162
|
+
properties: {
|
|
163
|
+
name: {
|
|
164
|
+
mock: ({ node, service }: {
|
|
165
|
+
node: any;
|
|
166
|
+
service: any;
|
|
167
|
+
}) => any;
|
|
168
|
+
};
|
|
169
|
+
index: {
|
|
170
|
+
turnOn({ node, model }: {
|
|
171
|
+
node: any;
|
|
172
|
+
model: any;
|
|
173
|
+
}): boolean;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
162
176
|
};
|
|
163
177
|
};
|
|
164
178
|
export default _default;
|
|
@@ -73,12 +73,6 @@ declare const _default: {
|
|
|
73
73
|
value: string;
|
|
74
74
|
}[];
|
|
75
75
|
};
|
|
76
|
-
keyNames: {
|
|
77
|
-
turnOn({ service, node }: {
|
|
78
|
-
service: any;
|
|
79
|
-
node: any;
|
|
80
|
-
}): any;
|
|
81
|
-
};
|
|
82
76
|
};
|
|
83
77
|
json: {
|
|
84
78
|
designer: {
|
|
@@ -96,14 +90,7 @@ declare const _default: {
|
|
|
96
90
|
};
|
|
97
91
|
};
|
|
98
92
|
IvBreadcrumb: {
|
|
99
|
-
properties: {
|
|
100
|
-
keyNames: {
|
|
101
|
-
turnOn({ service, node }: {
|
|
102
|
-
service: any;
|
|
103
|
-
node: any;
|
|
104
|
-
}): any;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
93
|
+
properties: {};
|
|
107
94
|
};
|
|
108
95
|
IvTimeline: {
|
|
109
96
|
properties: {
|
|
@@ -117,12 +104,6 @@ declare const _default: {
|
|
|
117
104
|
content: string;
|
|
118
105
|
}[];
|
|
119
106
|
};
|
|
120
|
-
keyNames: {
|
|
121
|
-
turnOn({ service, node }: {
|
|
122
|
-
service: any;
|
|
123
|
-
node: any;
|
|
124
|
-
}): any;
|
|
125
|
-
};
|
|
126
107
|
};
|
|
127
108
|
json: {
|
|
128
109
|
designer: {
|
|
@@ -192,12 +173,6 @@ declare const _default: {
|
|
|
192
173
|
node: any;
|
|
193
174
|
}): boolean;
|
|
194
175
|
};
|
|
195
|
-
keyNames: {
|
|
196
|
-
turnOn({ service, node }: {
|
|
197
|
-
service: any;
|
|
198
|
-
node: any;
|
|
199
|
-
}): any;
|
|
200
|
-
};
|
|
201
176
|
};
|
|
202
177
|
};
|
|
203
178
|
IvAvatar: {
|
|
@@ -240,12 +215,6 @@ declare const _default: {
|
|
|
240
215
|
value: any;
|
|
241
216
|
}[];
|
|
242
217
|
};
|
|
243
|
-
keyNames: {
|
|
244
|
-
turnOn({ service, node }: {
|
|
245
|
-
service: any;
|
|
246
|
-
node: any;
|
|
247
|
-
}): any;
|
|
248
|
-
};
|
|
249
218
|
};
|
|
250
219
|
};
|
|
251
220
|
IvTreeSelect: {
|
|
@@ -283,12 +252,6 @@ declare const _default: {
|
|
|
283
252
|
})[];
|
|
284
253
|
}[];
|
|
285
254
|
};
|
|
286
|
-
keyNames: {
|
|
287
|
-
turnOn({ service, node }: {
|
|
288
|
-
service: any;
|
|
289
|
-
node: any;
|
|
290
|
-
}): any;
|
|
291
|
-
};
|
|
292
255
|
clearable: {
|
|
293
256
|
turnOn({ service, node }: {
|
|
294
257
|
service: any;
|
|
@@ -309,12 +272,6 @@ declare const _default: {
|
|
|
309
272
|
href: string;
|
|
310
273
|
}[];
|
|
311
274
|
};
|
|
312
|
-
keyNames: {
|
|
313
|
-
turnOn({ service, node }: {
|
|
314
|
-
service: any;
|
|
315
|
-
node: any;
|
|
316
|
-
}): any;
|
|
317
|
-
};
|
|
318
275
|
};
|
|
319
276
|
};
|
|
320
277
|
};
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"date": "
|
|
2
|
+
"date": "20221212115526",
|
|
3
|
+
"distModuleDir": "modules/fly_vue_lcdp_iview",
|
|
3
4
|
"distModuleDirName": "modules",
|
|
4
5
|
"dll": true,
|
|
5
6
|
"moduleDependencieVer": {
|
|
6
|
-
"@fly-vue/components": "1.6.
|
|
7
|
-
"@fly-vue/core": "1.6.
|
|
8
|
-
"@fly-vue/
|
|
9
|
-
"@fly-vue/
|
|
10
|
-
"@fly-vue/lcdp-
|
|
11
|
-
"@fly-vue/
|
|
12
|
-
"@fly-vue/
|
|
7
|
+
"@fly-vue/components": "1.6.6",
|
|
8
|
+
"@fly-vue/core": "1.6.6",
|
|
9
|
+
"@fly-vue/fuse-ui-codemirror": "1.6.0-snapshot",
|
|
10
|
+
"@fly-vue/iview-pro": "1.6.6",
|
|
11
|
+
"@fly-vue/lcdp-designer": "1.6.6",
|
|
12
|
+
"@fly-vue/lcdp-designer-extra": "1.6.6",
|
|
13
|
+
"@fly-vue/lcdp-engine": "1.6.6",
|
|
14
|
+
"@fly-vue/lcdp-orch": "1.6.6",
|
|
15
|
+
"@fly-vue/ufs": "1.6.6",
|
|
16
|
+
"@fly-vue/use": "1.6.6"
|
|
13
17
|
},
|
|
14
18
|
"moduleDependencies": [
|
|
15
19
|
"@fly-vue/core",
|
|
@@ -18,10 +22,13 @@
|
|
|
18
22
|
"@fly-vue/components",
|
|
19
23
|
"@fly-vue/lcdp-engine",
|
|
20
24
|
"@fly-vue/lcdp-designer",
|
|
21
|
-
"@fly-vue/use"
|
|
25
|
+
"@fly-vue/use",
|
|
26
|
+
"@fly-vue/fuse-ui-codemirror",
|
|
27
|
+
"@fly-vue/lcdp-orch",
|
|
28
|
+
"@fly-vue/lcdp-designer-extra"
|
|
22
29
|
],
|
|
23
30
|
"name": "@fly-vue/lcdp-iview",
|
|
24
31
|
"npmPacks": [
|
|
25
32
|
],
|
|
26
|
-
"version": "1.6.
|
|
33
|
+
"version": "1.6.6"
|
|
27
34
|
}
|