@fly-vue/lcdp-iview 1.6.1 → 1.6.2

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.
Files changed (50) hide show
  1. package/@types/module/components/attribute/TableColAttrEdit.vue.d.ts +1 -1
  2. package/@types/module/components/{base-attr-components.d.ts → attribute/base-attr-components.d.ts} +29 -9
  3. package/@types/module/components/{designer → attribute/designer}/common/index.d.ts +0 -0
  4. package/@types/module/components/{designer → attribute/designer}/common/use-action-expression-context.d.ts +0 -0
  5. package/@types/module/components/{designer → attribute/designer}/common/use-expression-dialog.d.ts +0 -0
  6. package/@types/module/components/{designer → attribute/designer}/prop-value-editor/var-input/index.vue.d.ts +0 -0
  7. package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +4 -4
  8. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/cols.d.ts +0 -0
  9. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/index.vue.d.ts +43 -17
  10. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/pager-props.d.ts +0 -0
  11. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/table-props.d.ts +3 -3
  12. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/use-pager-events.d.ts +0 -0
  13. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/use-table-events.d.ts +0 -0
  14. package/@types/module/components/{IvTableGrid → components/IvTableGrid}/utils.d.ts +0 -0
  15. package/@types/module/components/{IvWizard → components/IvWizard}/index.vue.d.ts +0 -0
  16. package/@types/module/components/{IvWizard → components/IvWizard}/step-pane.vue.d.ts +0 -0
  17. package/@types/module/components/{base → components/base}/IvHtml/index.vue.d.ts +0 -0
  18. package/@types/module/components/{base → components/base}/IvIframe/index.vue.d.ts +0 -0
  19. package/@types/module/components/{base → components/base}/IvText/index.vue.d.ts +0 -0
  20. package/@types/module/components/{design → components/design}/SlotContainer.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/index.d.ts +91 -95
  28. package/@types/module/components/utils.d.ts +6 -3
  29. package/@types/module/index.d.ts +1 -1
  30. package/@types/module/schema-extend/components/checkbox.d.ts +9 -0
  31. package/@types/module/schema-extend/components/collapse.d.ts +0 -1
  32. package/@types/module/schema-extend/components/form.d.ts +15 -0
  33. package/@types/module/schema-extend/components/ivlink.d.ts +22 -0
  34. package/@types/module/schema-extend/components/page.d.ts +5 -0
  35. package/bingo-builder-manifest.json +10 -16
  36. package/index.js +4 -4
  37. package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -1
  38. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.bf2b6361.css +1 -0
  39. package/modules/fly_vue_lcdp_iview/chunk-732b533d.cb89c1c08997457cb8f7.js +1 -0
  40. package/modules/fly_vue_lcdp_iview/dll.js +5 -5
  41. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.cb89c1c08997457cb8f7.js +1 -0
  42. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.cb89c1c08997457cb8f7.js +1 -0
  43. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.cb89c1c08997457cb8f7.js +1 -0
  44. package/package.json +7 -10
  45. package/@types/module/components/iview.d.ts +0 -11
  46. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.fd5dc24a.css +0 -1
  47. package/modules/fly_vue_lcdp_iview/chunk-732b533d.27dfd463dacf42d168ca.js +0 -1
  48. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.27dfd463dacf42d168ca.js +0 -1
  49. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.27dfd463dacf42d168ca.js +0 -1
  50. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.27dfd463dacf42d168ca.js +0 -1
@@ -1,53 +1,6 @@
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
+ VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
51
4
  AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
52
5
  ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
53
6
  FlexAttrEdit: () => Promise<typeof import("*.vue")>;
@@ -117,7 +70,7 @@ declare const _default: {
117
70
  IvSelect: () => Promise<any>;
118
71
  IvSpin: () => Promise<any>;
119
72
  IvStep: () => Promise<any>;
120
- IvStepPane: () => Promise<typeof import("./IvWizard/step-pane.vue")>;
73
+ IvStepPane: () => Promise<typeof import("./components/IvWizard/step-pane.vue")>;
121
74
  IvSwitch: () => Promise<any>;
122
75
  IvTable: () => Promise<any>;
123
76
  IvTag: () => Promise<any>;
@@ -127,16 +80,18 @@ declare const _default: {
127
80
  IvTooltip: () => Promise<any>;
128
81
  IvTreeSelect: () => Promise<any>;
129
82
  IvUpload: () => Promise<typeof import("*.vue")>;
130
- DesignSlotContainer: () => Promise<typeof import("./design/SlotContainer.vue")>;
83
+ Page: () => Promise<typeof import("*.vue")>;
131
84
  IvTree: () => Promise<any>;
132
85
  IvTransfer: () => Promise<any>;
133
86
  IvCarouselItem: () => Promise<any>;
134
87
  IvCalendar: () => Promise<any>;
135
88
  IvPoptip: () => Promise<any>;
89
+ IvRadioGroup: () => Promise<any>;
90
+ IvCheckboxGroup: () => Promise<any>;
136
91
  IvCrud: () => Promise<typeof import("*.vue")>;
137
92
  IvTableGrid: import("vue").DefineComponent<{
138
93
  pagerProps: {
139
- type: import("vue").PropType<import("./IvTableGrid/pager-props").PagerProps>;
94
+ type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
140
95
  };
141
96
  ds: {
142
97
  type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
@@ -161,7 +116,9 @@ declare const _default: {
161
116
  type: import("vue").PropType<{
162
117
  [index: string]: any;
163
118
  title: string;
164
- show: boolean;
119
+ show: boolean; /**
120
+ * @description: // 基础组件
121
+ */
165
122
  }[]>;
166
123
  };
167
124
  enableSelectionCol: {
@@ -179,20 +136,24 @@ declare const _default: {
179
136
  visiblePage: {
180
137
  type: BooleanConstructor;
181
138
  };
139
+ loadOnMounted: {
140
+ type: BooleanConstructor;
141
+ default: boolean;
142
+ };
182
143
  size: {
183
- /**
184
- * @description: // 基础组件
185
- */
186
144
  validator(value: any): boolean;
187
145
  };
188
146
  width: {
189
- type: (StringConstructor | NumberConstructor)[];
147
+ /**
148
+ * @description: // 基础组件
149
+ */
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;
@@ -282,11 +243,15 @@ declare const _default: {
282
243
  type: StringConstructor;
283
244
  default: string;
284
245
  };
246
+ padding: {
247
+ type: (NumberConstructor | StringConstructor)[];
248
+ default: number;
249
+ };
285
250
  }, {
286
251
  allTableColumn: import("vue").ComputedRef<any[]>;
287
252
  tableColumns: import("vue").ComputedRef<any[]>;
288
253
  filterTableColumn: import("vue").Ref<any[]>;
289
- pager: import("./IvTableGrid/use-pager-events").TablePager;
254
+ pager: import("./components/IvTableGrid/use-pager-events").TablePager;
290
255
  pagerPropsNew: import("vue").Ref<{
291
256
  pageSize: number;
292
257
  pageSizeOpts: number[];
@@ -303,7 +268,10 @@ declare const _default: {
303
268
  nextText: string;
304
269
  disabled: boolean;
305
270
  }>;
306
- tableData: import("vue").ComputedRef<any>;
271
+ grdiStyle: import("vue").ComputedRef<{
272
+ padding: string | number;
273
+ }>;
274
+ tableData: import("vue").Ref<any[]>;
307
275
  onSearch: (resetPage?: boolean) => void;
308
276
  onSelectionChange: (_selection: any) => void;
309
277
  selection: any;
@@ -312,9 +280,12 @@ declare const _default: {
312
280
  handleResetColumn: (cols: any) => void;
313
281
  onPageChange: (_page: any) => void;
314
282
  onPageSizeChange: (_pageSize: any) => void;
283
+ addRow: (params: any, isFirst: boolean) => void;
284
+ deleteRow: (num: number | number[], callback: any) => any;
285
+ getSelectData: () => any;
315
286
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
316
287
  pagerProps: {
317
- type: import("vue").PropType<import("./IvTableGrid/pager-props").PagerProps>;
288
+ type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
318
289
  };
319
290
  ds: {
320
291
  type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
@@ -339,7 +310,9 @@ declare const _default: {
339
310
  type: import("vue").PropType<{
340
311
  [index: string]: any;
341
312
  title: string;
342
- show: boolean;
313
+ show: boolean; /**
314
+ * @description: // 基础组件
315
+ */
343
316
  }[]>;
344
317
  };
345
318
  enableSelectionCol: {
@@ -357,20 +330,24 @@ declare const _default: {
357
330
  visiblePage: {
358
331
  type: BooleanConstructor;
359
332
  };
333
+ loadOnMounted: {
334
+ type: BooleanConstructor;
335
+ default: boolean;
336
+ };
360
337
  size: {
361
- /**
362
- * @description: // 基础组件
363
- */
364
338
  validator(value: any): boolean;
365
339
  };
366
340
  width: {
367
- type: (StringConstructor | NumberConstructor)[];
341
+ /**
342
+ * @description: // 基础组件
343
+ */
344
+ type: (NumberConstructor | StringConstructor)[];
368
345
  };
369
346
  height: {
370
- type: (StringConstructor | NumberConstructor)[];
347
+ type: (NumberConstructor | StringConstructor)[];
371
348
  };
372
349
  maxHeight: {
373
- type: (StringConstructor | NumberConstructor)[];
350
+ type: (NumberConstructor | StringConstructor)[];
374
351
  };
375
352
  stripe: {
376
353
  type: BooleanConstructor;
@@ -460,6 +437,10 @@ declare const _default: {
460
437
  type: StringConstructor;
461
438
  default: string;
462
439
  };
440
+ padding: {
441
+ type: (NumberConstructor | StringConstructor)[];
442
+ default: number;
443
+ };
463
444
  }>>, {
464
445
  loading: boolean;
465
446
  border: boolean;
@@ -470,6 +451,7 @@ declare const _default: {
470
451
  enableSelectionCol: boolean;
471
452
  enableIndexCol: boolean;
472
453
  visiblePage: boolean;
454
+ loadOnMounted: boolean;
473
455
  stripe: boolean;
474
456
  showHeader: boolean;
475
457
  highlightRow: boolean;
@@ -484,8 +466,9 @@ declare const _default: {
484
466
  updateShowChildren: boolean;
485
467
  showContextMenu: boolean;
486
468
  fixedShadow: string;
469
+ padding: string | number;
487
470
  }>;
488
- IvWizard: () => Promise<typeof import("./IvWizard/index.vue")>;
471
+ IvWizard: () => Promise<typeof import("./components/IvWizard/index.vue")>;
489
472
  IamMemberSelect: () => Promise<typeof import("*.vue")>;
490
473
  IamOrgSelect: () => Promise<typeof import("*.vue")>;
491
474
  IamOrgTree: () => Promise<typeof import("*.vue")>;
@@ -494,19 +477,18 @@ declare const _default: {
494
477
  IamPasswordEditor: () => Promise<typeof import("*.vue")>;
495
478
  IamDoubleColumnsView: () => Promise<typeof import("*.vue")>;
496
479
  IamClientSelect: () => Promise<typeof import("*.vue")>;
497
- IvRadioGroup: () => Promise<any>;
498
- IvCheckboxGroup: () => Promise<any>;
499
- DynamicInput: () => Promise<typeof import("./lab-component/dynamic-input/index.vue")>;
480
+ DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
481
+ DesignSlotContainer: () => Promise<typeof import("./components/design/SlotContainer.vue")>;
500
482
  IvContainer: () => Promise<any>;
501
483
  IvDiv: () => Promise<any>;
502
484
  IvFlex: () => Promise<typeof import("*.vue")>;
503
485
  IvFlexItem: () => Promise<typeof import("*.vue")>;
504
- IvHtml: () => Promise<typeof import("./base/IvHtml/index.vue")>;
505
- IvIframe: () => Promise<typeof import("./base/IvIframe/index.vue")>;
486
+ IvHtml: () => Promise<typeof import("./components/base/IvHtml/index.vue")>;
487
+ IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
506
488
  IvImage: () => Promise<typeof import("*.vue")>;
507
489
  IvLink: () => Promise<any>;
508
490
  IvSpan: () => Promise<typeof import("*.vue")>;
509
- IvText: () => Promise<typeof import("./base/IvText/index.vue")>;
491
+ IvText: () => Promise<typeof import("./components/base/IvText/index.vue")>;
510
492
  IvTitle: () => Promise<any>;
511
493
  IvLiList: () => Promise<any>;
512
494
  IvLi: () => Promise<typeof import("*.vue")>;
@@ -516,22 +498,42 @@ declare const _default: {
516
498
  IvSider: () => Promise<any>;
517
499
  IvContent: () => Promise<any>;
518
500
  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;
501
+ IvTableColumn: any;
502
+ IvTableGridColumn: any;
503
+ IvForm: any;
504
+ IamFormMemberSelect: any;
505
+ IamFormOrgSelect: any;
506
+ SingleLineText: {
507
+ functional: boolean;
508
+ props: string[];
509
+ render(createElement: any, context: any): any;
510
+ };
511
+ Number: {
512
+ functional: boolean;
513
+ props: string[];
514
+ render(createElement: any, context: any): any;
515
+ };
516
+ Boolean: {
517
+ functional: boolean;
518
+ props: string[];
519
+ render(createElement: any, context: any): any;
520
+ };
521
+ SingleSelect: {
522
+ functional: boolean;
523
+ props: string[];
524
+ render(createElement: any, context: any): any;
525
+ };
526
+ TitleAttrEdit: {
527
+ functional: boolean;
528
+ props: string[];
529
+ render(createElement: any, context: any): any;
530
+ };
529
531
  SimpleJsonEditor: import("vue").DefineComponent<{
530
532
  value: {
531
- type: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
533
+ type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
532
534
  };
533
535
  rows: {
534
- type: (StringConstructor | NumberConstructor)[];
536
+ type: (NumberConstructor | StringConstructor)[];
535
537
  default: number;
536
538
  };
537
539
  propSchema: {
@@ -542,9 +544,6 @@ declare const _default: {
542
544
  required: boolean;
543
545
  };
544
546
  service: {
545
- /**
546
- * @description: // 基础组件
547
- */
548
547
  type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
549
548
  required: boolean;
550
549
  };
@@ -557,10 +556,10 @@ declare const _default: {
557
556
  hasError: import("vue").Ref<boolean>;
558
557
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
559
558
  value: {
560
- type: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
559
+ type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
561
560
  };
562
561
  rows: {
563
- type: (StringConstructor | NumberConstructor)[];
562
+ type: (NumberConstructor | StringConstructor)[];
564
563
  default: number;
565
564
  };
566
565
  propSchema: {
@@ -571,9 +570,6 @@ declare const _default: {
571
570
  required: boolean;
572
571
  };
573
572
  service: {
574
- /**
575
- * @description: // 基础组件
576
- */
577
573
  type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
578
574
  required: boolean;
579
575
  };
@@ -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,15 @@ declare const _default: {
26
26
  };
27
27
  };
28
28
  IvCheckboxSingle: {
29
+ properties: {};
30
+ json: {
31
+ designer: {
32
+ moveChild: boolean;
33
+ movein: boolean;
34
+ };
35
+ };
36
+ };
37
+ IvCheckbox: {
29
38
  json: {
30
39
  designer: {
31
40
  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;
@@ -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;
@@ -1,31 +1,25 @@
1
1
  {
2
- "date": "20220831182054",
2
+ "date": "20220911102759",
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.2",
7
+ "@fly-vue/core": "1.6.2",
8
+ "@fly-vue/iview-pro": "1.6.2",
9
+ "@fly-vue/lcdp-designer": "1.6.2",
10
+ "@fly-vue/lcdp-engine": "1.6.2",
11
+ "@fly-vue/ufs": "1.6.2"
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.2"
31
25
  }