@fly-vue/lcdp-iview 1.6.1 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. package/@types/module/action-nodes/impl/d-component-emit.d.ts +3 -0
  2. package/@types/module/components/attribute/TableColAttrEdit.vue.d.ts +1 -1
  3. package/@types/module/components/{base-attr-components.d.ts → attribute/base-attr-components.d.ts} +46 -9
  4. package/@types/module/components/{designer → attribute/designer}/common/index.d.ts +0 -0
  5. package/@types/module/components/{designer → attribute/designer}/common/use-action-expression-context.d.ts +0 -0
  6. package/@types/module/components/{designer → attribute/designer}/common/use-expression-dialog.d.ts +0 -0
  7. package/@types/module/components/{designer → attribute/designer}/prop-value-editor/var-input/index.vue.d.ts +0 -0
  8. package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +4 -4
  9. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/cols.d.ts +0 -0
  10. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/index.vue.d.ts +44 -12
  11. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/pager-props.d.ts +0 -0
  12. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/table-props.d.ts +3 -3
  13. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/use-pager-events.d.ts +0 -0
  14. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/use-table-events.d.ts +1 -1
  15. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/utils.d.ts +0 -0
  16. package/@types/module/components/{IvWizard → components/IvWizard}/index.vue.d.ts +0 -0
  17. package/@types/module/components/{IvWizard → components/IvWizard}/step-pane.vue.d.ts +0 -0
  18. package/@types/module/components/{base → components/base}/IvHtml/index.vue.d.ts +0 -0
  19. package/@types/module/components/{base → components/base}/IvIframe/index.vue.d.ts +0 -0
  20. package/@types/module/components/{base → components/base}/IvText/index.vue.d.ts +0 -0
  21. package/@types/module/components/{iam → components/iam}/lib/modal.d.ts +0 -0
  22. package/@types/module/components/{iam → components/iam}/lib/query-methods-builder.d.ts +0 -0
  23. package/@types/module/components/{iam → components/iam}/lib/tree.d.ts +0 -0
  24. package/@types/module/components/{iam → components/iam}/mixins/build-query-methods.d.ts +0 -0
  25. package/@types/module/components/components/iview.d.ts +11 -0
  26. package/@types/module/components/{lab-component → components/lab-component}/dynamic-input/index.vue.d.ts +0 -0
  27. package/@types/module/components/for-designer/LcdpInlineRenderer.vue.d.ts +2 -0
  28. package/@types/module/components/{design → for-designer}/SlotContainer.vue.d.ts +0 -0
  29. package/@types/module/components/for-designer/index.d.ts +5 -0
  30. package/@types/module/components/for-renderer/index.d.ts +4 -0
  31. package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +24 -0
  32. package/@types/module/components/index.d.ts +124 -95
  33. package/@types/module/components/utils.d.ts +6 -3
  34. package/@types/module/index.d.ts +1 -1
  35. package/@types/module/schema-extend/components/checkbox.d.ts +16 -0
  36. package/@types/module/schema-extend/components/collapse.d.ts +0 -1
  37. package/@types/module/schema-extend/components/form.d.ts +15 -0
  38. package/@types/module/schema-extend/components/ivlink.d.ts +22 -0
  39. package/@types/module/schema-extend/components/others.d.ts +20 -2
  40. package/@types/module/schema-extend/components/page.d.ts +5 -0
  41. package/@types/module/schema-extend/components/radio.d.ts +28 -0
  42. package/@types/module/schema-extend/components/scrollspy.d.ts +48 -0
  43. package/bingo-builder-manifest.json +10 -16
  44. package/index.js +4 -4
  45. package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -1
  46. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-designer-components.9ef3fc1b.css +1 -0
  47. package/modules/fly_vue_lcdp_iview/assets/css/{lcdp-iview-attrcomponent.82058947.css → lcdp-iview-attrcomponent.5b254a61.css} +1 -1
  48. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.d98cf78a.css +1 -0
  49. package/modules/fly_vue_lcdp_iview/assets/fonts/ladp-viewicon.8e648ade.ttf +0 -0
  50. package/modules/fly_vue_lcdp_iview/assets/fonts/ladp-viewicon.b3a507ca.eot +0 -0
  51. package/modules/fly_vue_lcdp_iview/assets/img/ladp-viewicon.a38af647.svg +39 -0
  52. package/modules/fly_vue_lcdp_iview/chunk-732b533d.356df03523f08139fb31.js +1 -0
  53. package/modules/fly_vue_lcdp_iview/dll.js +7 -5
  54. package/modules/fly_vue_lcdp_iview/lcdp-designer-components.356df03523f08139fb31.js +1 -0
  55. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.356df03523f08139fb31.js +1 -0
  56. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.356df03523f08139fb31.js +1 -0
  57. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.356df03523f08139fb31.js +1 -0
  58. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.356df03523f08139fb31.js +1 -0
  59. package/package.json +7 -10
  60. package/@types/module/components/iview.d.ts +0 -11
  61. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.fd5dc24a.css +0 -1
  62. package/modules/fly_vue_lcdp_iview/assets/img/grid-121column-fill.a1e141a8.svg +0 -7
  63. package/modules/fly_vue_lcdp_iview/assets/img/grid-14column-fill.22c0c252.svg +0 -7
  64. package/modules/fly_vue_lcdp_iview/assets/img/grid-1column-fill.6d1caadc.svg +0 -7
  65. package/modules/fly_vue_lcdp_iview/assets/img/grid-21column-fill.f21bd4f8.svg +0 -7
  66. package/modules/fly_vue_lcdp_iview/assets/img/grid-22column-fill.8937ef0e.svg +0 -7
  67. package/modules/fly_vue_lcdp_iview/assets/img/grid-2column-fill.5d99cf8a.svg +0 -7
  68. package/modules/fly_vue_lcdp_iview/assets/img/grid-3column-fill.b40e3f82.svg +0 -7
  69. package/modules/fly_vue_lcdp_iview/assets/img/grid-41column-fill.920364fa.svg +0 -7
  70. package/modules/fly_vue_lcdp_iview/assets/img/grid-4column-fill.83ec8853.svg +0 -7
  71. package/modules/fly_vue_lcdp_iview/assets/svg/grid-121column-fill.svg +0 -7
  72. package/modules/fly_vue_lcdp_iview/assets/svg/grid-14column-fill.svg +0 -7
  73. package/modules/fly_vue_lcdp_iview/assets/svg/grid-1column-fill.svg +0 -7
  74. package/modules/fly_vue_lcdp_iview/assets/svg/grid-21column-fill.svg +0 -7
  75. package/modules/fly_vue_lcdp_iview/assets/svg/grid-22column-fill.svg +0 -7
  76. package/modules/fly_vue_lcdp_iview/assets/svg/grid-2column-fill.svg +0 -7
  77. package/modules/fly_vue_lcdp_iview/assets/svg/grid-3column-fill.svg +0 -7
  78. package/modules/fly_vue_lcdp_iview/assets/svg/grid-41column-fill.svg +0 -7
  79. package/modules/fly_vue_lcdp_iview/assets/svg/grid-4column-fill.svg +0 -7
  80. package/modules/fly_vue_lcdp_iview/chunk-732b533d.27dfd463dacf42d168ca.js +0 -1
  81. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.27dfd463dacf42d168ca.js +0 -1
  82. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.27dfd463dacf42d168ca.js +0 -1
  83. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.27dfd463dacf42d168ca.js +0 -1
@@ -1,53 +1,9 @@
1
1
  /// <reference types="vue-shims" />
2
2
  declare const _default: {
3
- VarInput: import("vue").DefineComponent<{
4
- value: {
5
- type: StringConstructor;
6
- };
7
- showBindInput: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- showBindBtn: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- clearable: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- beforeShowVarBindModal: {
20
- type: import("vue").PropType<(params: any) => void>;
21
- };
22
- }, {
23
- slots: import("vue/types/v3-setup-context").Slots;
24
- innerValue: import("vue").Ref<string>;
25
- showVarBindModal: () => void;
26
- isValueExpr(value: any): any;
27
- }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
28
- value: {
29
- type: StringConstructor;
30
- };
31
- showBindInput: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- showBindBtn: {
36
- type: BooleanConstructor;
37
- default: boolean;
38
- };
39
- clearable: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- beforeShowVarBindModal: {
44
- type: import("vue").PropType<(params: any) => void>;
45
- };
46
- }>>, {
47
- showBindInput: boolean;
48
- showBindBtn: boolean;
49
- clearable: boolean;
50
- }>;
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")>;
6
+ VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
51
7
  AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
52
8
  ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
53
9
  FlexAttrEdit: () => Promise<typeof import("*.vue")>;
@@ -117,26 +73,30 @@ declare const _default: {
117
73
  IvSelect: () => Promise<any>;
118
74
  IvSpin: () => Promise<any>;
119
75
  IvStep: () => Promise<any>;
120
- IvStepPane: () => Promise<typeof import("./IvWizard/step-pane.vue")>;
76
+ IvStepPane: () => Promise<typeof import("./components/IvWizard/step-pane.vue")>;
121
77
  IvSwitch: () => Promise<any>;
122
78
  IvTable: () => Promise<any>;
123
79
  IvTag: () => Promise<any>;
124
80
  IvTagSelect: () => Promise<typeof import("*.vue")>;
125
81
  IvTimeline: () => Promise<any>;
126
82
  IvTimelineItem: () => Promise<any>;
127
- IvTooltip: () => Promise<any>;
83
+ IvTooltip: () => Promise<typeof import("*.vue")>;
128
84
  IvTreeSelect: () => Promise<any>;
129
85
  IvUpload: () => Promise<typeof import("*.vue")>;
130
- DesignSlotContainer: () => Promise<typeof import("./design/SlotContainer.vue")>;
86
+ Page: () => Promise<typeof import("*.vue")>;
131
87
  IvTree: () => Promise<any>;
132
88
  IvTransfer: () => Promise<any>;
133
89
  IvCarouselItem: () => Promise<any>;
134
90
  IvCalendar: () => Promise<any>;
135
91
  IvPoptip: () => Promise<any>;
92
+ IvRadioGroup: () => Promise<any>;
93
+ IvCheckboxGroup: () => Promise<any>;
94
+ IvBackTop: () => Promise<any>;
95
+ Input: () => Promise<typeof import("*.vue")>;
136
96
  IvCrud: () => Promise<typeof import("*.vue")>;
137
97
  IvTableGrid: import("vue").DefineComponent<{
138
98
  pagerProps: {
139
- type: import("vue").PropType<import("./IvTableGrid/pager-props").PagerProps>;
99
+ type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
140
100
  };
141
101
  ds: {
142
102
  type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
@@ -179,25 +139,29 @@ declare const _default: {
179
139
  visiblePage: {
180
140
  type: BooleanConstructor;
181
141
  };
142
+ loadOnMounted: {
143
+ type: BooleanConstructor;
144
+ default: boolean;
145
+ };
182
146
  size: {
183
- /**
184
- * @description: // 基础组件
185
- */
186
147
  validator(value: any): boolean;
187
148
  };
188
149
  width: {
189
- type: (StringConstructor | NumberConstructor)[];
150
+ type: (NumberConstructor | StringConstructor)[];
190
151
  };
191
152
  height: {
192
- type: (StringConstructor | NumberConstructor)[];
153
+ type: (NumberConstructor | StringConstructor)[];
193
154
  };
194
155
  maxHeight: {
195
- type: (StringConstructor | NumberConstructor)[];
156
+ type: (NumberConstructor | StringConstructor)[];
196
157
  };
197
158
  stripe: {
198
159
  type: BooleanConstructor;
199
160
  default: boolean;
200
161
  };
162
+ /**
163
+ * @description: // 基础组件
164
+ */
201
165
  border: {
202
166
  type: BooleanConstructor;
203
167
  default: boolean;
@@ -282,11 +246,18 @@ declare const _default: {
282
246
  type: StringConstructor;
283
247
  default: string;
284
248
  };
249
+ padding: {
250
+ /**
251
+ * @description: // 基础组件
252
+ */
253
+ type: (NumberConstructor | StringConstructor)[];
254
+ default: number;
255
+ };
285
256
  }, {
286
257
  allTableColumn: import("vue").ComputedRef<any[]>;
287
258
  tableColumns: import("vue").ComputedRef<any[]>;
288
259
  filterTableColumn: import("vue").Ref<any[]>;
289
- pager: import("./IvTableGrid/use-pager-events").TablePager;
260
+ pager: import("./components/IvTableGrid/use-pager-events").TablePager;
290
261
  pagerPropsNew: import("vue").Ref<{
291
262
  pageSize: number;
292
263
  pageSizeOpts: number[];
@@ -303,8 +274,11 @@ declare const _default: {
303
274
  nextText: string;
304
275
  disabled: boolean;
305
276
  }>;
306
- tableData: import("vue").ComputedRef<any>;
307
- onSearch: (resetPage?: boolean) => void;
277
+ grdiStyle: import("vue").ComputedRef<{
278
+ padding: string | number;
279
+ }>;
280
+ tableData: import("vue").Ref<any[]>;
281
+ onSearch: (resetPage?: boolean, immediate?: boolean) => void;
308
282
  onSelectionChange: (_selection: any) => void;
309
283
  selection: any;
310
284
  tableFullscreen: import("vue").Ref<boolean>;
@@ -312,9 +286,14 @@ declare const _default: {
312
286
  handleResetColumn: (cols: any) => void;
313
287
  onPageChange: (_page: any) => void;
314
288
  onPageSizeChange: (_pageSize: any) => void;
289
+ addRow: (params: any, isFirst: boolean) => void;
290
+ deleteRow: (num: number | number[], callback: any) => any;
291
+ getSelectData: () => any;
292
+ gridTable: import("vue").Ref<any>;
293
+ onContextmenu: (row: any, event: any, position: any) => void;
315
294
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
316
295
  pagerProps: {
317
- type: import("vue").PropType<import("./IvTableGrid/pager-props").PagerProps>;
296
+ type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
318
297
  };
319
298
  ds: {
320
299
  type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
@@ -357,25 +336,29 @@ declare const _default: {
357
336
  visiblePage: {
358
337
  type: BooleanConstructor;
359
338
  };
339
+ loadOnMounted: {
340
+ type: BooleanConstructor;
341
+ default: boolean;
342
+ };
360
343
  size: {
361
- /**
362
- * @description: // 基础组件
363
- */
364
344
  validator(value: any): boolean;
365
345
  };
366
346
  width: {
367
- type: (StringConstructor | NumberConstructor)[];
347
+ type: (NumberConstructor | StringConstructor)[];
368
348
  };
369
349
  height: {
370
- type: (StringConstructor | NumberConstructor)[];
350
+ type: (NumberConstructor | StringConstructor)[];
371
351
  };
372
352
  maxHeight: {
373
- type: (StringConstructor | NumberConstructor)[];
353
+ type: (NumberConstructor | StringConstructor)[];
374
354
  };
375
355
  stripe: {
376
356
  type: BooleanConstructor;
377
357
  default: boolean;
378
358
  };
359
+ /**
360
+ * @description: // 基础组件
361
+ */
379
362
  border: {
380
363
  type: BooleanConstructor;
381
364
  default: boolean;
@@ -460,6 +443,13 @@ declare const _default: {
460
443
  type: StringConstructor;
461
444
  default: string;
462
445
  };
446
+ padding: {
447
+ /**
448
+ * @description: // 基础组件
449
+ */
450
+ type: (NumberConstructor | StringConstructor)[];
451
+ default: number;
452
+ };
463
453
  }>>, {
464
454
  loading: boolean;
465
455
  border: boolean;
@@ -470,6 +460,7 @@ declare const _default: {
470
460
  enableSelectionCol: boolean;
471
461
  enableIndexCol: boolean;
472
462
  visiblePage: boolean;
463
+ loadOnMounted: boolean;
473
464
  stripe: boolean;
474
465
  showHeader: boolean;
475
466
  highlightRow: boolean;
@@ -484,8 +475,9 @@ declare const _default: {
484
475
  updateShowChildren: boolean;
485
476
  showContextMenu: boolean;
486
477
  fixedShadow: string;
478
+ padding: string | number;
487
479
  }>;
488
- IvWizard: () => Promise<typeof import("./IvWizard/index.vue")>;
480
+ IvWizard: () => Promise<typeof import("./components/IvWizard/index.vue")>;
489
481
  IamMemberSelect: () => Promise<typeof import("*.vue")>;
490
482
  IamOrgSelect: () => Promise<typeof import("*.vue")>;
491
483
  IamOrgTree: () => Promise<typeof import("*.vue")>;
@@ -494,19 +486,19 @@ declare const _default: {
494
486
  IamPasswordEditor: () => Promise<typeof import("*.vue")>;
495
487
  IamDoubleColumnsView: () => Promise<typeof import("*.vue")>;
496
488
  IamClientSelect: () => Promise<typeof import("*.vue")>;
497
- IvRadioGroup: () => Promise<any>;
498
- IvCheckboxGroup: () => Promise<any>;
499
- DynamicInput: () => Promise<typeof import("./lab-component/dynamic-input/index.vue")>;
489
+ DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
490
+ IvScrollSpy: () => Promise<typeof import("*.vue")>;
491
+ IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
500
492
  IvContainer: () => Promise<any>;
501
493
  IvDiv: () => Promise<any>;
502
494
  IvFlex: () => Promise<typeof import("*.vue")>;
503
495
  IvFlexItem: () => Promise<typeof import("*.vue")>;
504
- IvHtml: () => Promise<typeof import("./base/IvHtml/index.vue")>;
505
- IvIframe: () => Promise<typeof import("./base/IvIframe/index.vue")>;
496
+ IvHtml: () => Promise<typeof import("./components/base/IvHtml/index.vue")>;
497
+ IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
506
498
  IvImage: () => Promise<typeof import("*.vue")>;
507
499
  IvLink: () => Promise<any>;
508
500
  IvSpan: () => Promise<typeof import("*.vue")>;
509
- IvText: () => Promise<typeof import("./base/IvText/index.vue")>;
501
+ IvText: () => Promise<typeof import("./components/base/IvText/index.vue")>;
510
502
  IvTitle: () => Promise<any>;
511
503
  IvLiList: () => Promise<any>;
512
504
  IvLi: () => Promise<typeof import("*.vue")>;
@@ -516,22 +508,65 @@ declare const _default: {
516
508
  IvSider: () => Promise<any>;
517
509
  IvContent: () => Promise<any>;
518
510
  IvFooter: () => Promise<any>;
519
- IvTableColumn: import("@fly-vue/ts").IBgMixin;
520
- IvTableGridColumn: import("@fly-vue/ts").IBgMixin;
521
- IvForm: import("@fly-vue/ts").IBgMixin;
522
- IamFormMemberSelect: import("@fly-vue/ts").IBgMixin;
523
- IamFormOrgSelect: import("@fly-vue/ts").IBgMixin;
524
- SingleLineText: import("@fly-vue/ts").IBgMixin;
525
- Number: import("@fly-vue/ts").IBgMixin;
526
- Boolean: import("@fly-vue/ts").IBgMixin;
527
- SingleSelect: import("@fly-vue/ts").IBgMixin;
528
- TitleAttrEdit: import("@fly-vue/ts").IBgMixin;
511
+ IvTableColumn: any;
512
+ IvTableGridColumn: any;
513
+ IvForm: any;
514
+ IamFormMemberSelect: any;
515
+ IamFormOrgSelect: any;
516
+ SingleLineText: {
517
+ /**
518
+ * @description: // 基础组件
519
+ */
520
+ functional: boolean;
521
+ props: string[];
522
+ render(createElement: any, context: any): any;
523
+ };
524
+ Number: {
525
+ /**
526
+ * @description: // 基础组件
527
+ */
528
+ functional: boolean;
529
+ props: string[];
530
+ render(createElement: any, context: any): any;
531
+ };
532
+ Boolean: {
533
+ /**
534
+ * @description: // 基础组件
535
+ */
536
+ functional: boolean;
537
+ props: string[];
538
+ render(createElement: any, context: any): any;
539
+ };
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
+ */
552
+ functional: boolean;
553
+ props: string[];
554
+ render(createElement: any, context: any): any;
555
+ };
556
+ TitleAttrEdit: {
557
+ /**
558
+ * @description: // 基础组件
559
+ */
560
+ functional: boolean;
561
+ props: string[];
562
+ render(createElement: any, context: any): any;
563
+ };
529
564
  SimpleJsonEditor: import("vue").DefineComponent<{
530
565
  value: {
531
- type: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
566
+ type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
532
567
  };
533
568
  rows: {
534
- type: (StringConstructor | NumberConstructor)[];
569
+ type: (NumberConstructor | StringConstructor)[];
535
570
  default: number;
536
571
  };
537
572
  propSchema: {
@@ -542,9 +577,6 @@ declare const _default: {
542
577
  required: boolean;
543
578
  };
544
579
  service: {
545
- /**
546
- * @description: // 基础组件
547
- */
548
580
  type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
549
581
  required: boolean;
550
582
  };
@@ -557,10 +589,10 @@ declare const _default: {
557
589
  hasError: import("vue").Ref<boolean>;
558
590
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
559
591
  value: {
560
- type: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
592
+ type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
561
593
  };
562
594
  rows: {
563
- type: (StringConstructor | NumberConstructor)[];
595
+ type: (NumberConstructor | StringConstructor)[];
564
596
  default: number;
565
597
  };
566
598
  propSchema: {
@@ -571,9 +603,6 @@ declare const _default: {
571
603
  required: boolean;
572
604
  };
573
605
  service: {
574
- /**
575
- * @description: // 基础组件
576
- */
577
606
  type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
578
607
  required: boolean;
579
608
  };
@@ -1,13 +1,16 @@
1
- import { IBgMixin } from '@fly-vue/ts';
2
1
  import { CreateElement, RenderContext } from 'vue';
3
2
  /**
4
3
  * @description: 创建基础组件
5
4
  */
6
- export declare function _createFnComponent(p: string | ((createElement: CreateElement, context: RenderContext<any>) => any), ex?: IBgMixin): IBgMixin;
5
+ export declare function _createFnComponent(p: string | ((createElement: CreateElement, context: RenderContext<any>) => any), ex?: any): any;
7
6
  /**
8
7
  * @description: 创建属性组件
9
8
  */
10
- export declare function _createAttrFnComponent(p: string | ((createElement: CreateElement, context: RenderContext<any>) => any), attrs?: any, ex?: IBgMixin): IBgMixin;
9
+ export declare function _createAttrFnComponent(p: string | ((createElement: CreateElement, context: RenderContext<any>) => any), attrs?: any): {
10
+ functional: boolean;
11
+ props: string[];
12
+ render(createElement: any, context: any): any;
13
+ };
11
14
  /**
12
15
  * @description: 移除 设计器样式、属性
13
16
  */
@@ -9,4 +9,4 @@ 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
11
  export * from './common';
12
- export * from './components/designer/common';
12
+ export * from './components/attribute/designer/common';
@@ -26,6 +26,22 @@ declare const _default: {
26
26
  };
27
27
  };
28
28
  IvCheckboxSingle: {
29
+ properties: {
30
+ value: {
31
+ turnOn({ node, service }: {
32
+ node: any;
33
+ service: any;
34
+ }): boolean;
35
+ };
36
+ };
37
+ json: {
38
+ designer: {
39
+ moveChild: boolean;
40
+ movein: boolean;
41
+ };
42
+ };
43
+ };
44
+ IvCheckbox: {
29
45
  json: {
30
46
  designer: {
31
47
  moveChild: boolean;
@@ -23,7 +23,6 @@ declare const _default: {
23
23
  props: {
24
24
  title: string;
25
25
  content: string;
26
- hideArrow: boolean;
27
26
  arrowPlace: string;
28
27
  };
29
28
  }[];
@@ -258,6 +258,11 @@ declare const _default: {
258
258
  node: any;
259
259
  }): any;
260
260
  };
261
+ fullline: {
262
+ turnOn({ node }: {
263
+ node: any;
264
+ }): boolean;
265
+ };
261
266
  };
262
267
  };
263
268
  'Extendable.FormItemRadio': {
@@ -280,6 +285,16 @@ declare const _default: {
280
285
  node: any;
281
286
  }): any;
282
287
  };
288
+ border: {
289
+ turnOn({ node }: {
290
+ node: any;
291
+ }): boolean;
292
+ };
293
+ fullline: {
294
+ turnOn({ node }: {
295
+ node: any;
296
+ }): boolean;
297
+ };
283
298
  };
284
299
  };
285
300
  'Extendable.FormItemSelect': {
@@ -0,0 +1,22 @@
1
+ declare const _default: {
2
+ IvLink: {
3
+ properties: {
4
+ downloadName: {
5
+ turnOn({ node }: {
6
+ node: any;
7
+ }): boolean;
8
+ };
9
+ target: {
10
+ turnOn({ node }: {
11
+ node: any;
12
+ }): boolean;
13
+ };
14
+ replace: {
15
+ turnOn({ node }: {
16
+ node: any;
17
+ }): boolean;
18
+ };
19
+ };
20
+ };
21
+ };
22
+ export default _default;
@@ -143,15 +143,33 @@ declare const _default: {
143
143
  icon: string;
144
144
  expand: boolean;
145
145
  to: string;
146
- children: {
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;
@@ -6,6 +6,11 @@ declare const _default: {
6
6
  node: any;
7
7
  }): any;
8
8
  };
9
+ size: {
10
+ turnOn({ node }: {
11
+ node: any;
12
+ }): boolean;
13
+ };
9
14
  showTotal: {
10
15
  turnOn({ node }: {
11
16
  node: any;
@@ -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,31 +1,25 @@
1
1
  {
2
- "date": "20220831182054",
2
+ "date": "20221006154741",
3
3
  "distModuleDirName": "modules",
4
4
  "dll": true,
5
5
  "moduleDependencieVer": {
6
- "@fly-vue/components": "1.6.1",
7
- "@fly-vue/core": "1.6.1",
8
- "@fly-vue/iview-pro": "1.6.1",
9
- "@fly-vue/lcdp-designer": "1.6.1",
10
- "@fly-vue/lcdp-engine": "1.6.1",
11
- "@fly-vue/lcdp-engine-extra": "1.6.1",
12
- "@fly-vue/loader": "1.6.0-snapshot",
13
- "@fly-vue/ts": "1.6.1",
14
- "@fly-vue/ufs": "1.6.1"
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"
15
12
  },
16
13
  "moduleDependencies": [
17
14
  "@fly-vue/core",
15
+ "@fly-vue/iview-pro",
18
16
  "@fly-vue/ufs",
19
17
  "@fly-vue/components",
20
- "@fly-vue/iview-pro",
21
- "@fly-vue/ts",
22
18
  "@fly-vue/lcdp-engine",
23
- "@fly-vue/lcdp-designer",
24
- "@fly-vue/loader",
25
- "@fly-vue/lcdp-engine-extra"
19
+ "@fly-vue/lcdp-designer"
26
20
  ],
27
21
  "name": "@fly-vue/lcdp-iview",
28
22
  "npmPacks": [
29
23
  ],
30
- "version": "1.6.1"
24
+ "version": "1.6.3"
31
25
  }