@fly-vue/lcdp-iview 1.8.2 → 1.8.3
Sign up to get free protection for your applications and to get access to all the features.
- package/@types/module/action-nodes/impl/open-in-drawer.d.ts +16 -0
- package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +2 -2
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +4 -4
- package/@types/module/components/components/IvTableGrid/cols.d.ts +12 -10
- package/@types/module/components/components/IvTableGrid/index.vue.d.ts +30 -11
- package/@types/module/components/components/IvTableGrid/table-props.d.ts +3 -3
- package/@types/module/components/components/base/IvText/index.vue.d.ts +2 -2
- package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +0 -4
- package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +13 -17
- package/@types/module/components/index.d.ts +8 -404
- package/@types/module/components/utils.d.ts +13 -7
- package/@types/module/schema-extend/components/form.d.ts +6 -0
- package/@types/module/schema-extend/components/iv-table.d.ts +10 -0
- package/bingo-builder-manifest.json +13 -13
- package/index.js +4 -4
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.efbf3416.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.5b4a24f2.css +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.20736aa76d2f1f5367fb.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +7 -7
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.20736aa76d2f1f5367fb.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.20736aa76d2f1f5367fb.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.20736aa76d2f1f5367fb.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.aae5f4aed19bbf4b228c.js → lcdp-iview-component-region.20736aa76d2f1f5367fb.js} +2 -2
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.20736aa76d2f1f5367fb.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.20736aa76d2f1f5367fb.js +1 -0
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-component.20736aa76d2f1f5367fb.js +1 -0
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.20736aa76d2f1f5367fb.js +7 -0
- package/package.json +15 -15
- package/@types/module/components/components/base/IvHtml/index.vue.d.ts +0 -14
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.6c592905.css +0 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.0e011fec.css +0 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.aae5f4aed19bbf4b228c.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.aae5f4aed19bbf4b228c.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.aae5f4aed19bbf4b228c.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.aae5f4aed19bbf4b228c.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.aae5f4aed19bbf4b228c.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.aae5f4aed19bbf4b228c.js +0 -1
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-component.aae5f4aed19bbf4b228c.js +0 -1
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.aae5f4aed19bbf4b228c.js +0 -7
- /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.aae5f4aed19bbf4b228c.js → lcdp-designer-components.20736aa76d2f1f5367fb.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.aae5f4aed19bbf4b228c.js → vendors~lcdp-iview-component-ice.20736aa76d2f1f5367fb.js} +0 -0
@@ -87,15 +87,13 @@ declare const _default: {
|
|
87
87
|
default: boolean;
|
88
88
|
};
|
89
89
|
height: {
|
90
|
-
type: (
|
90
|
+
type: (StringConstructor | NumberConstructor)[];
|
91
91
|
};
|
92
92
|
headerHide: {
|
93
93
|
type: BooleanConstructor;
|
94
94
|
default: boolean;
|
95
95
|
};
|
96
|
-
};
|
97
|
-
* @description: // 基础组件
|
98
|
-
*/
|
96
|
+
};
|
99
97
|
data(): {
|
100
98
|
isFullScreen: any;
|
101
99
|
};
|
@@ -173,407 +171,14 @@ declare const _default: {
|
|
173
171
|
Tabs: () => Promise<typeof import("*.vue")>;
|
174
172
|
IvDrawer: () => Promise<typeof import("./components/iview/IvDrawer.js")>;
|
175
173
|
Cascader: () => Promise<typeof import("*.vue")>;
|
174
|
+
Progress: () => Promise<typeof import("*.vue")>;
|
176
175
|
IvSplit: () => Promise<typeof import("*.vue")>;
|
177
176
|
IvCrud: () => Promise<typeof import("*.vue")>;
|
178
|
-
IvTableGrid:
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
|
184
|
-
required: true;
|
185
|
-
};
|
186
|
-
data: {
|
187
|
-
type: ArrayConstructor;
|
188
|
-
};
|
189
|
-
visibleHeaderOp: {
|
190
|
-
type: BooleanConstructor;
|
191
|
-
};
|
192
|
-
autoReload: {
|
193
|
-
type: BooleanConstructor;
|
194
|
-
};
|
195
|
-
filters: {
|
196
|
-
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SimpleDsQueryFilter>;
|
197
|
-
};
|
198
|
-
visibleMore: {
|
199
|
-
type: BooleanConstructor;
|
200
|
-
};
|
201
|
-
tableCols: {
|
202
|
-
type: import("vue").PropType<{
|
203
|
-
[index: string]: any;
|
204
|
-
title: string;
|
205
|
-
show: boolean;
|
206
|
-
}[]>;
|
207
|
-
};
|
208
|
-
enableSelectionCol: {
|
209
|
-
type: BooleanConstructor;
|
210
|
-
};
|
211
|
-
enableIndexCol: {
|
212
|
-
type: BooleanConstructor;
|
213
|
-
};
|
214
|
-
fixedIndex: {
|
215
|
-
type: StringConstructor;
|
216
|
-
};
|
217
|
-
fixedSelection: {
|
218
|
-
type: StringConstructor;
|
219
|
-
};
|
220
|
-
visiblePage: {
|
221
|
-
type: BooleanConstructor;
|
222
|
-
};
|
223
|
-
loadOnMounted: {
|
224
|
-
type: BooleanConstructor;
|
225
|
-
default: boolean;
|
226
|
-
};
|
227
|
-
showChildren: {
|
228
|
-
type: BooleanConstructor;
|
229
|
-
default: boolean;
|
230
|
-
};
|
231
|
-
selectRowSingle: {
|
232
|
-
type: BooleanConstructor;
|
233
|
-
default: boolean;
|
234
|
-
};
|
235
|
-
size: {
|
236
|
-
validator(value: any): boolean;
|
237
|
-
};
|
238
|
-
width: {
|
239
|
-
type: (NumberConstructor | StringConstructor)[];
|
240
|
-
};
|
241
|
-
height: {
|
242
|
-
type: (NumberConstructor | StringConstructor)[];
|
243
|
-
};
|
244
|
-
maxHeight: {
|
245
|
-
type: (NumberConstructor | StringConstructor)[];
|
246
|
-
};
|
247
|
-
stripe: {
|
248
|
-
type: BooleanConstructor;
|
249
|
-
default: boolean;
|
250
|
-
};
|
251
|
-
border: {
|
252
|
-
type: BooleanConstructor;
|
253
|
-
default: boolean;
|
254
|
-
};
|
255
|
-
showHeader: {
|
256
|
-
type: BooleanConstructor;
|
257
|
-
default: boolean;
|
258
|
-
};
|
259
|
-
highlightRow: {
|
260
|
-
type: BooleanConstructor;
|
261
|
-
default: boolean;
|
262
|
-
};
|
263
|
-
rowClassName: {
|
264
|
-
type: FunctionConstructor;
|
265
|
-
default(): string;
|
266
|
-
};
|
267
|
-
context: {
|
268
|
-
type: ObjectConstructor;
|
269
|
-
};
|
270
|
-
noDataText: {
|
271
|
-
type: StringConstructor;
|
272
|
-
};
|
273
|
-
noFilteredDataText: {
|
274
|
-
type: StringConstructor;
|
275
|
-
};
|
276
|
-
disabledHover: {
|
277
|
-
type: BooleanConstructor;
|
278
|
-
};
|
279
|
-
loading: {
|
280
|
-
type: BooleanConstructor;
|
281
|
-
default: boolean;
|
282
|
-
};
|
283
|
-
draggable: {
|
284
|
-
type: BooleanConstructor;
|
285
|
-
default: boolean;
|
286
|
-
};
|
287
|
-
tooltipTheme: {
|
288
|
-
validator(value: any): boolean;
|
289
|
-
default: string;
|
290
|
-
};
|
291
|
-
tooltipMaxWidth: {
|
292
|
-
type: NumberConstructor;
|
293
|
-
default: number;
|
294
|
-
};
|
295
|
-
rowKey: {
|
296
|
-
type: (BooleanConstructor | StringConstructor)[];
|
297
|
-
default: boolean;
|
298
|
-
};
|
299
|
-
spanMethod: {
|
300
|
-
type: FunctionConstructor;
|
301
|
-
};
|
302
|
-
showSummary: {
|
303
|
-
type: BooleanConstructor;
|
304
|
-
default: boolean;
|
305
|
-
};
|
306
|
-
summaryMethod: {
|
307
|
-
type: FunctionConstructor;
|
308
|
-
};
|
309
|
-
sumText: {
|
310
|
-
type: StringConstructor;
|
311
|
-
};
|
312
|
-
indentSize: {
|
313
|
-
type: NumberConstructor;
|
314
|
-
default: number;
|
315
|
-
};
|
316
|
-
loadData: {
|
317
|
-
type: FunctionConstructor;
|
318
|
-
};
|
319
|
-
updateShowChildren: {
|
320
|
-
type: BooleanConstructor;
|
321
|
-
default: boolean;
|
322
|
-
};
|
323
|
-
contextMenu: {
|
324
|
-
type: BooleanConstructor;
|
325
|
-
default: boolean;
|
326
|
-
};
|
327
|
-
showContextMenu: {
|
328
|
-
type: BooleanConstructor;
|
329
|
-
default: boolean;
|
330
|
-
};
|
331
|
-
fixedShadow: {
|
332
|
-
type: StringConstructor;
|
333
|
-
default: string;
|
334
|
-
};
|
335
|
-
padding: {
|
336
|
-
type: (NumberConstructor | StringConstructor)[];
|
337
|
-
default: number;
|
338
|
-
};
|
339
|
-
}, {
|
340
|
-
ivTableGridRef: import("vue").Ref<string>;
|
341
|
-
allTableColumn: import("vue").ComputedRef<any[]>;
|
342
|
-
tableColumns: import("vue").ComputedRef<any>;
|
343
|
-
filterTableColumn: import("vue").Ref<any[]>;
|
344
|
-
pager: import("./components/IvTableGrid/use-pager-events").TablePager;
|
345
|
-
pagerPropsNew: import("vue").Ref<{
|
346
|
-
pageSize: number;
|
347
|
-
pageSizeOpts: number[];
|
348
|
-
placement: "bottom" | "top";
|
349
|
-
transfer: boolean;
|
350
|
-
size: "default" | "small";
|
351
|
-
simple: boolean;
|
352
|
-
showTotal: boolean;
|
353
|
-
showElevator: boolean;
|
354
|
-
showSizer: boolean;
|
355
|
-
className: string;
|
356
|
-
styles: any;
|
357
|
-
prevText: string;
|
358
|
-
nextText: string;
|
359
|
-
disabled: boolean;
|
360
|
-
}>;
|
361
|
-
grdiStyle: import("vue").ComputedRef<{
|
362
|
-
padding: string | number;
|
363
|
-
}>;
|
364
|
-
tableData: import("vue").Ref<any[]>;
|
365
|
-
onSearch: (resetPage?: boolean, immediate?: boolean) => void;
|
366
|
-
onSelectionChange: (_selection: any) => void;
|
367
|
-
selection: any;
|
368
|
-
tableFullscreen: import("vue").Ref<boolean>;
|
369
|
-
handleFullscreen: () => void;
|
370
|
-
handleResetColumn: (cols: any) => void;
|
371
|
-
addRow: (params: any, isFirst: boolean) => void;
|
372
|
-
deleteRow: (num: number | number[], callback: any) => any;
|
373
|
-
getSelectData: (id: any) => any;
|
374
|
-
gridTable: import("vue").Ref<any>;
|
375
|
-
onContextmenu: (row: any, event: any) => void;
|
376
|
-
handlePagePrev: (val: any) => void;
|
377
|
-
handlePageNext: (val: any) => void;
|
378
|
-
handlePageSizeChange: (val: any) => void;
|
379
|
-
handlePageChange: (val: any) => void;
|
380
|
-
reload: () => void;
|
381
|
-
showGridHeader: import("vue").Ref<boolean>;
|
382
|
-
}, {}, {}, {
|
383
|
-
onRowClick(selection: any, index: any): void;
|
384
|
-
exportCsv(params: any): void;
|
385
|
-
clearCurrentRow(): void;
|
386
|
-
selectAll(status: any): void;
|
387
|
-
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
388
|
-
pagerProps: {
|
389
|
-
type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
|
390
|
-
};
|
391
|
-
ds: {
|
392
|
-
type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
|
393
|
-
required: true;
|
394
|
-
};
|
395
|
-
data: {
|
396
|
-
type: ArrayConstructor;
|
397
|
-
};
|
398
|
-
visibleHeaderOp: {
|
399
|
-
type: BooleanConstructor;
|
400
|
-
};
|
401
|
-
autoReload: {
|
402
|
-
type: BooleanConstructor;
|
403
|
-
};
|
404
|
-
filters: {
|
405
|
-
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SimpleDsQueryFilter>;
|
406
|
-
};
|
407
|
-
visibleMore: {
|
408
|
-
type: BooleanConstructor;
|
409
|
-
};
|
410
|
-
tableCols: {
|
411
|
-
type: import("vue").PropType<{
|
412
|
-
[index: string]: any;
|
413
|
-
title: string;
|
414
|
-
show: boolean;
|
415
|
-
}[]>;
|
416
|
-
};
|
417
|
-
enableSelectionCol: {
|
418
|
-
type: BooleanConstructor;
|
419
|
-
};
|
420
|
-
enableIndexCol: {
|
421
|
-
type: BooleanConstructor;
|
422
|
-
};
|
423
|
-
fixedIndex: {
|
424
|
-
type: StringConstructor;
|
425
|
-
};
|
426
|
-
fixedSelection: {
|
427
|
-
type: StringConstructor;
|
428
|
-
};
|
429
|
-
visiblePage: {
|
430
|
-
type: BooleanConstructor;
|
431
|
-
};
|
432
|
-
loadOnMounted: {
|
433
|
-
type: BooleanConstructor;
|
434
|
-
default: boolean;
|
435
|
-
};
|
436
|
-
showChildren: {
|
437
|
-
type: BooleanConstructor;
|
438
|
-
default: boolean;
|
439
|
-
};
|
440
|
-
selectRowSingle: {
|
441
|
-
type: BooleanConstructor;
|
442
|
-
default: boolean;
|
443
|
-
};
|
444
|
-
size: {
|
445
|
-
validator(value: any): boolean;
|
446
|
-
};
|
447
|
-
width: {
|
448
|
-
type: (NumberConstructor | StringConstructor)[];
|
449
|
-
};
|
450
|
-
height: {
|
451
|
-
type: (NumberConstructor | StringConstructor)[];
|
452
|
-
};
|
453
|
-
maxHeight: {
|
454
|
-
type: (NumberConstructor | StringConstructor)[];
|
455
|
-
};
|
456
|
-
stripe: {
|
457
|
-
type: BooleanConstructor;
|
458
|
-
default: boolean;
|
459
|
-
};
|
460
|
-
border: {
|
461
|
-
type: BooleanConstructor;
|
462
|
-
default: boolean;
|
463
|
-
};
|
464
|
-
showHeader: {
|
465
|
-
type: BooleanConstructor;
|
466
|
-
default: boolean;
|
467
|
-
};
|
468
|
-
highlightRow: {
|
469
|
-
type: BooleanConstructor;
|
470
|
-
default: boolean;
|
471
|
-
};
|
472
|
-
rowClassName: {
|
473
|
-
type: FunctionConstructor;
|
474
|
-
default(): string;
|
475
|
-
};
|
476
|
-
context: {
|
477
|
-
type: ObjectConstructor;
|
478
|
-
};
|
479
|
-
noDataText: {
|
480
|
-
type: StringConstructor;
|
481
|
-
};
|
482
|
-
noFilteredDataText: {
|
483
|
-
type: StringConstructor;
|
484
|
-
};
|
485
|
-
disabledHover: {
|
486
|
-
type: BooleanConstructor;
|
487
|
-
};
|
488
|
-
loading: {
|
489
|
-
type: BooleanConstructor;
|
490
|
-
default: boolean;
|
491
|
-
};
|
492
|
-
draggable: {
|
493
|
-
type: BooleanConstructor;
|
494
|
-
default: boolean;
|
495
|
-
};
|
496
|
-
tooltipTheme: {
|
497
|
-
validator(value: any): boolean;
|
498
|
-
default: string;
|
499
|
-
};
|
500
|
-
tooltipMaxWidth: {
|
501
|
-
type: NumberConstructor;
|
502
|
-
default: number;
|
503
|
-
};
|
504
|
-
rowKey: {
|
505
|
-
type: (BooleanConstructor | StringConstructor)[];
|
506
|
-
default: boolean;
|
507
|
-
};
|
508
|
-
spanMethod: {
|
509
|
-
type: FunctionConstructor;
|
510
|
-
};
|
511
|
-
showSummary: {
|
512
|
-
type: BooleanConstructor;
|
513
|
-
default: boolean;
|
514
|
-
};
|
515
|
-
summaryMethod: {
|
516
|
-
type: FunctionConstructor;
|
517
|
-
};
|
518
|
-
sumText: {
|
519
|
-
type: StringConstructor;
|
520
|
-
};
|
521
|
-
indentSize: {
|
522
|
-
type: NumberConstructor;
|
523
|
-
default: number;
|
524
|
-
};
|
525
|
-
loadData: {
|
526
|
-
type: FunctionConstructor;
|
527
|
-
};
|
528
|
-
updateShowChildren: {
|
529
|
-
type: BooleanConstructor;
|
530
|
-
default: boolean;
|
531
|
-
};
|
532
|
-
contextMenu: {
|
533
|
-
type: BooleanConstructor;
|
534
|
-
default: boolean;
|
535
|
-
};
|
536
|
-
showContextMenu: {
|
537
|
-
type: BooleanConstructor;
|
538
|
-
default: boolean;
|
539
|
-
};
|
540
|
-
fixedShadow: {
|
541
|
-
type: StringConstructor;
|
542
|
-
default: string;
|
543
|
-
};
|
544
|
-
padding: {
|
545
|
-
type: (NumberConstructor | StringConstructor)[];
|
546
|
-
default: number;
|
547
|
-
};
|
548
|
-
}>>, {
|
549
|
-
draggable: boolean;
|
550
|
-
border: boolean;
|
551
|
-
contextMenu: boolean;
|
552
|
-
visibleHeaderOp: boolean;
|
553
|
-
autoReload: boolean;
|
554
|
-
visibleMore: boolean;
|
555
|
-
enableSelectionCol: boolean;
|
556
|
-
enableIndexCol: boolean;
|
557
|
-
visiblePage: boolean;
|
558
|
-
loadOnMounted: boolean;
|
559
|
-
showChildren: boolean;
|
560
|
-
selectRowSingle: boolean;
|
561
|
-
stripe: boolean;
|
562
|
-
showHeader: boolean;
|
563
|
-
highlightRow: boolean;
|
564
|
-
rowClassName: Function;
|
565
|
-
disabledHover: boolean;
|
566
|
-
loading: boolean;
|
567
|
-
tooltipTheme: string;
|
568
|
-
tooltipMaxWidth: number;
|
569
|
-
rowKey: string | boolean;
|
570
|
-
showSummary: boolean;
|
571
|
-
indentSize: number;
|
572
|
-
updateShowChildren: boolean;
|
573
|
-
showContextMenu: boolean;
|
574
|
-
fixedShadow: string;
|
575
|
-
padding: string | number;
|
576
|
-
}>;
|
177
|
+
IvTableGrid: {
|
178
|
+
name: string;
|
179
|
+
functional: boolean;
|
180
|
+
render: (createElement: any, context: any) => any;
|
181
|
+
};
|
577
182
|
IvWizard: () => Promise<typeof import("./components/IvWizard/index.vue")>;
|
578
183
|
IamMemberSelect: () => Promise<typeof import("*.vue")>;
|
579
184
|
IamOrgSelect: () => Promise<typeof import("*.vue")>;
|
@@ -590,7 +195,6 @@ declare const _default: {
|
|
590
195
|
IvTinymce: () => Promise<typeof import("*.vue")>;
|
591
196
|
IvContainer: () => Promise<typeof import("./components/base/IvContainer/index.js")>;
|
592
197
|
IvDiv: () => Promise<typeof import("./components/base/IvDiv/index.js")>;
|
593
|
-
IvHtml: () => Promise<typeof import("./components/base/IvHtml/index.vue")>;
|
594
198
|
IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
|
595
199
|
IvImage: () => Promise<typeof import("*.vue")>;
|
596
200
|
IvLink: () => Promise<typeof import("./components/base/IvLink/index.js")>;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { CreateElement, RenderContext } from 'vue';
|
2
2
|
/**
|
3
|
-
*
|
3
|
+
* 创建基础组件
|
4
4
|
*/
|
5
5
|
export declare function _createFnComponent(p: string | ((createElement: CreateElement, context: RenderContext<any>) => any), ex?: any): any;
|
6
6
|
/**
|
7
|
-
*
|
7
|
+
* 创建属性组件
|
8
8
|
*/
|
9
9
|
export declare function _createAttrFnComponent(p: string | ((createElement: CreateElement, context: RenderContext<any>) => any), attrs?: any): {
|
10
10
|
functional: boolean;
|
@@ -12,24 +12,30 @@ export declare function _createAttrFnComponent(p: string | ((createElement: Crea
|
|
12
12
|
render(createElement: any, context: any): any;
|
13
13
|
};
|
14
14
|
/**
|
15
|
-
*
|
15
|
+
* 移除 设计器样式、属性
|
16
16
|
*/
|
17
17
|
export declare function _removeClass(data: any): any;
|
18
18
|
/**
|
19
|
-
*
|
19
|
+
* 移除 表单设计器属性
|
20
20
|
*/
|
21
21
|
export declare function _removeFormProps(data: any): any;
|
22
22
|
/**
|
23
|
-
*
|
23
|
+
* 字符串样式转json
|
24
24
|
*/
|
25
25
|
export declare function _styleToObj(style: any): {};
|
26
26
|
/**
|
27
|
-
*
|
27
|
+
* 保留表单需要的设计器class
|
28
28
|
*/
|
29
29
|
export declare function _keepFormClass(data: any): "" | "lcdp-editor-drag-content lcdp-editor-drag-space drawing-item-border le-designer-input";
|
30
30
|
/**
|
31
|
-
*
|
31
|
+
* 获取setting里面的全局配置
|
32
32
|
* @param componentName 组件的名称
|
33
33
|
* @param prop 组件里面的属性
|
34
34
|
*/
|
35
35
|
export declare function _getGlobalUiConfig(componentName: any, prop: any): any;
|
36
|
+
/**
|
37
|
+
* 判断是否为数字
|
38
|
+
* @param {any} val 传入值
|
39
|
+
* @return {boolean} 返回一个布尔值
|
40
|
+
*/
|
41
|
+
export declare function _isNumber(val: any): boolean;
|
@@ -71,6 +71,16 @@ declare const _default: {
|
|
71
71
|
node: any;
|
72
72
|
}): boolean;
|
73
73
|
};
|
74
|
+
single: {
|
75
|
+
turnOn({ node }: {
|
76
|
+
node: any;
|
77
|
+
}): boolean;
|
78
|
+
};
|
79
|
+
valueField: {
|
80
|
+
turnOn({ node }: {
|
81
|
+
node: any;
|
82
|
+
}): boolean;
|
83
|
+
};
|
74
84
|
fixedSelection: {
|
75
85
|
turnOn({ node }: {
|
76
86
|
node: any;
|
@@ -1,23 +1,23 @@
|
|
1
1
|
{
|
2
|
-
"date": "
|
2
|
+
"date": "20240401160707",
|
3
3
|
"distModuleDir": "modules/fly_vue_lcdp_iview",
|
4
4
|
"distModuleDirName": "modules",
|
5
5
|
"dll": true,
|
6
6
|
"moduleDependencieVer": {
|
7
|
-
"@fly-vue/components": "1.8.
|
8
|
-
"@fly-vue/core": "1.8.
|
7
|
+
"@fly-vue/components": "1.8.3",
|
8
|
+
"@fly-vue/core": "1.8.3",
|
9
9
|
"@fly-vue/fuse-ui-codemirror": "1.8.0-snapshot",
|
10
|
-
"@fly-vue/iview-pro": "1.8.
|
10
|
+
"@fly-vue/iview-pro": "1.8.3",
|
11
11
|
"@fly-vue/lcdp-api": "1.8.0-snapshot",
|
12
|
-
"@fly-vue/lcdp-designer": "1.8.
|
13
|
-
"@fly-vue/lcdp-designer-extra": "1.8.
|
14
|
-
"@fly-vue/lcdp-engine": "1.8.
|
15
|
-
"@fly-vue/lcdp-micro": "1.8.
|
16
|
-
"@fly-vue/lcdp-orch": "1.8.
|
17
|
-
"@fly-vue/lcdp-schema": "1.8.
|
12
|
+
"@fly-vue/lcdp-designer": "1.8.3",
|
13
|
+
"@fly-vue/lcdp-designer-extra": "1.8.3",
|
14
|
+
"@fly-vue/lcdp-engine": "1.8.3",
|
15
|
+
"@fly-vue/lcdp-micro": "1.8.3",
|
16
|
+
"@fly-vue/lcdp-orch": "1.8.3",
|
17
|
+
"@fly-vue/lcdp-schema": "1.8.3",
|
18
18
|
"@fly-vue/loader": "1.8.0-snapshot",
|
19
|
-
"@fly-vue/ufs": "1.8.
|
20
|
-
"@fly-vue/use": "1.8.
|
19
|
+
"@fly-vue/ufs": "1.8.3",
|
20
|
+
"@fly-vue/use": "1.8.3"
|
21
21
|
},
|
22
22
|
"moduleDependencies": [
|
23
23
|
"@fly-vue/core",
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"name": "@fly-vue/lcdp-iview",
|
39
39
|
"npmPacks": [
|
40
40
|
],
|
41
|
-
"version": "1.8.
|
41
|
+
"version": "1.8.3"
|
42
42
|
}
|