@fly-vue/lcdp-iview 1.8.0 → 1.8.1

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 (33) hide show
  1. package/@types/module/action-nodes/impl/open-picker.d.ts +10 -0
  2. package/@types/module/components/components/IvTableGrid/index.vue.d.ts +3 -2
  3. package/@types/module/components/components/base/IvText/index.vue.d.ts +2 -2
  4. package/@types/module/components/for-renderer/index.d.ts +3 -0
  5. package/@types/module/components/index.d.ts +8 -0
  6. package/@types/module/schema-extend/components/actions.d.ts +11 -1
  7. package/@types/module/schema-extend/components/data-picker.d.ts +139 -0
  8. package/@types/module/schema-extend/components/iv-table.d.ts +16 -2
  9. package/bingo-builder-manifest.json +13 -13
  10. package/index.js +4 -4
  11. package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
  12. package/modules/fly_vue_lcdp_iview/assets/css/{lcdp-iview-attrcomponent.31e6cd5f.css → lcdp-iview-attrcomponent.6c592905.css} +1 -1
  13. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-renderer-components.88e4bfc7.css +1 -0
  14. package/modules/fly_vue_lcdp_iview/chunk-732b533d.c7ed69676503f522544d.js +1 -0
  15. package/modules/fly_vue_lcdp_iview/dll.js +8 -8
  16. package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.14d5a20f62992a32f3e8.js → lcdp-designer-components.c7ed69676503f522544d.js} +1 -1
  17. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.c7ed69676503f522544d.js +1 -0
  18. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.c7ed69676503f522544d.js +1 -0
  19. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.c7ed69676503f522544d.js +1 -0
  20. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.c7ed69676503f522544d.js +1 -0
  21. package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-component.c7ed69676503f522544d.js +1 -0
  22. package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.c7ed69676503f522544d.js +7 -0
  23. package/package.json +15 -15
  24. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-renderer-components.50aee00a.css +0 -1
  25. package/modules/fly_vue_lcdp_iview/chunk-732b533d.14d5a20f62992a32f3e8.js +0 -1
  26. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.14d5a20f62992a32f3e8.js +0 -1
  27. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.14d5a20f62992a32f3e8.js +0 -1
  28. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.14d5a20f62992a32f3e8.js +0 -1
  29. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.14d5a20f62992a32f3e8.js +0 -1
  30. package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.14d5a20f62992a32f3e8.js +0 -7
  31. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.14d5a20f62992a32f3e8.js → lcdp-iview-component-ice.c7ed69676503f522544d.js} +0 -0
  32. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.14d5a20f62992a32f3e8.js → lcdp-iview-component-region.c7ed69676503f522544d.js} +0 -0
  33. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.14d5a20f62992a32f3e8.js → vendors~lcdp-iview-component-ice.c7ed69676503f522544d.js} +0 -0
@@ -0,0 +1,10 @@
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
5
+ };
6
+ export default _default;
7
+ export declare const closePicker: {
8
+ id: string;
9
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
10
+ };
@@ -136,7 +136,7 @@ declare const _default: import("vue").DefineComponent<{
136
136
  type: FunctionConstructor;
137
137
  };
138
138
  sumText: {
139
- type: StringConstructor; /** 默认组件在渲染完后会自动加载一次数据源数据,关闭后组件渲染完将不会加载数据 */
139
+ type: StringConstructor;
140
140
  };
141
141
  indentSize: {
142
142
  type: NumberConstructor;
@@ -207,6 +207,7 @@ declare const _default: import("vue").DefineComponent<{
207
207
  handlePageSizeChange: (val: any) => void;
208
208
  handlePageChange: (val: any) => void;
209
209
  reload: () => void;
210
+ showGridHeader: import("vue").Ref<boolean>;
210
211
  }, {}, {}, {
211
212
  /**
212
213
  * 多选时,单选是否选中
@@ -346,7 +347,7 @@ declare const _default: import("vue").DefineComponent<{
346
347
  type: FunctionConstructor;
347
348
  };
348
349
  sumText: {
349
- type: StringConstructor; /** 默认组件在渲染完后会自动加载一次数据源数据,关闭后组件渲染完将不会加载数据 */
350
+ type: StringConstructor;
350
351
  };
351
352
  indentSize: {
352
353
  type: NumberConstructor;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  text: {
3
- type: StringConstructor;
3
+ type: (NumberConstructor | StringConstructor)[];
4
4
  };
5
5
  showTitle: {
6
6
  type: BooleanConstructor;
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
26
26
  };
27
27
  }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
28
28
  text: {
29
- type: StringConstructor;
29
+ type: (NumberConstructor | StringConstructor)[];
30
30
  };
31
31
  showTitle: {
32
32
  type: BooleanConstructor;
@@ -9,5 +9,8 @@ declare const _default: {
9
9
  IvHeaderLeft: () => Promise<typeof import("*.vue")>;
10
10
  IvHeaderCenter: () => Promise<typeof import("*.vue")>;
11
11
  IvHeaderRight: () => Promise<typeof import("*.vue")>;
12
+ LcdpDataPicker: () => Promise<typeof import("*.vue")>;
13
+ LcdpDataPickerInput: () => Promise<typeof import("*.vue")>;
14
+ LcdpDataColumn: () => Promise<typeof import("./data-picker/data-column.js")>;
12
15
  };
13
16
  export default _default;
@@ -10,10 +10,16 @@ declare const _default: {
10
10
  IvHeaderLeft: () => Promise<typeof import("*.vue")>;
11
11
  IvHeaderCenter: () => Promise<typeof import("*.vue")>;
12
12
  IvHeaderRight: () => Promise<typeof import("*.vue")>;
13
+ LcdpDataPicker: () => Promise<typeof import("*.vue")>;
14
+ LcdpDataPickerInput: () => Promise<typeof import("*.vue")>;
15
+ LcdpDataColumn: () => Promise<typeof import("./for-renderer/data-picker/data-column")>;
13
16
  VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
14
17
  InputSearchTypeAttrEdit: () => Promise<typeof import("*.vue")>;
15
18
  DataDictionaryDisabledAttrEdit: () => Promise<typeof import("*.vue")>;
16
19
  OneArrayOptionAttrEdit: () => Promise<typeof import("*.vue")>;
20
+ EntitySelectAttrEdit: () => Promise<typeof import("*.vue")>;
21
+ EntityFieldsAttrEdit: () => Promise<typeof import("*.vue")>;
22
+ PropsObjectAttrEdit: () => Promise<typeof import("*.vue")>;
17
23
  TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
18
24
  SimpleJsonEditor: () => Promise<typeof import("./attribute/prop-value-editor/json-editor.vue")>;
19
25
  ObjectEditor: () => Promise<typeof import("./attribute/prop-value-editor/object-editor.vue")>;
@@ -372,6 +378,7 @@ declare const _default: {
372
378
  handlePageSizeChange: (val: any) => void;
373
379
  handlePageChange: (val: any) => void;
374
380
  reload: () => void;
381
+ showGridHeader: import("vue").Ref<boolean>;
375
382
  }, {}, {}, {
376
383
  onRowClick(selection: any, index: any): void;
377
384
  exportCsv(params: any): void;
@@ -579,6 +586,7 @@ declare const _default: {
579
586
  IvEntityFormItem: () => Promise<typeof import("./components/entity/IvEntityFormItem.js")>;
580
587
  IvEntityList: () => Promise<typeof import("./components/entity/IvEntityList.js")>;
581
588
  IvEntityListItem: () => Promise<typeof import("./components/entity/IvEntityListItem.js")>;
589
+ IvEntitySelect: () => Promise<typeof import("*.vue")>;
582
590
  IvTinymce: () => Promise<typeof import("*.vue")>;
583
591
  IvContainer: () => Promise<typeof import("./components/base/IvContainer/index.js")>;
584
592
  IvDiv: () => Promise<typeof import("./components/base/IvDiv/index.js")>;
@@ -1,3 +1,13 @@
1
- declare const _default: {};
1
+ declare const _default: {
2
+ 'Action.OpenPicker': {
3
+ properties: {
4
+ url: {
5
+ turnOn({ model }: {
6
+ model: any;
7
+ }): boolean;
8
+ };
9
+ };
10
+ };
11
+ };
2
12
  /** 操作schema的扩展,用来控制属性的显示和隐藏 */
3
13
  export default _default;
@@ -0,0 +1,139 @@
1
+ declare const _default: {
2
+ LcdpDataPicker: {
3
+ properties: {
4
+ entity: {
5
+ inputType: {
6
+ type: string;
7
+ on: {
8
+ 'on-change': ({ model }: {
9
+ model: any;
10
+ }, val: any) => void;
11
+ };
12
+ };
13
+ };
14
+ data: {
15
+ mock: ({ node }: {
16
+ node: any;
17
+ }) => any[];
18
+ };
19
+ showTagCol: {
20
+ turnOn({ node }: {
21
+ node: any;
22
+ }): any;
23
+ };
24
+ tagColFixed: {
25
+ turnOn({ node }: {
26
+ node: any;
27
+ }): any;
28
+ };
29
+ indexColFixed: {
30
+ turnOn({ node }: {
31
+ node: any;
32
+ }): any;
33
+ };
34
+ indexColTitle: {
35
+ turnOn({ node }: {
36
+ node: any;
37
+ }): any;
38
+ };
39
+ indexColWidth: {
40
+ turnOn({ node }: {
41
+ node: any;
42
+ }): any;
43
+ };
44
+ indexColAlign: {
45
+ turnOn({ node }: {
46
+ node: any;
47
+ }): any;
48
+ };
49
+ showAddTips: {
50
+ turnOn({ node }: {
51
+ node: any;
52
+ }): any;
53
+ };
54
+ addTipsContent: {
55
+ turnOn({ node }: {
56
+ node: any;
57
+ }): any;
58
+ };
59
+ selectedWrapperWidth: {
60
+ turnOn({ node }: {
61
+ node: any;
62
+ }): boolean;
63
+ };
64
+ selectedItemWidth: {
65
+ turnOn({ node }: {
66
+ node: any;
67
+ }): any;
68
+ };
69
+ selectedItemMaxWidth: {
70
+ turnOn({ node }: {
71
+ node: any;
72
+ }): any;
73
+ };
74
+ selectedItemFormat: {
75
+ turnOn({ node }: {
76
+ node: any;
77
+ }): any;
78
+ };
79
+ selectedFormat: {
80
+ turnOn({ node }: {
81
+ node: any;
82
+ }): boolean;
83
+ };
84
+ };
85
+ json: {
86
+ designer: {
87
+ movein: boolean;
88
+ };
89
+ children: {
90
+ type: string;
91
+ props: {
92
+ show: boolean;
93
+ title: string;
94
+ keyName: string;
95
+ minWidth: number;
96
+ };
97
+ designer: {
98
+ movein: boolean;
99
+ };
100
+ }[];
101
+ };
102
+ };
103
+ LcdpDataColumn: {
104
+ selector({ el, $ }: {
105
+ el: any;
106
+ $: any;
107
+ }): any[];
108
+ };
109
+ LcdpDataPickerInput: {
110
+ properties: {
111
+ entity: {
112
+ inputType: {
113
+ type: string;
114
+ on: {
115
+ 'on-change': ({ model }: {
116
+ model: any;
117
+ }, val: any) => void;
118
+ };
119
+ };
120
+ };
121
+ hideButton: {
122
+ turnOn({ node }: {
123
+ node: any;
124
+ }): boolean;
125
+ };
126
+ buttonText: {
127
+ turnOn({ node }: {
128
+ node: any;
129
+ }): boolean;
130
+ };
131
+ };
132
+ json: {
133
+ designer: {
134
+ movein: boolean;
135
+ };
136
+ };
137
+ };
138
+ };
139
+ export default _default;
@@ -16,6 +16,11 @@ declare const _default: {
16
16
  model: any;
17
17
  }): boolean;
18
18
  };
19
+ decimal: {
20
+ turnOn({ model }: {
21
+ model: any;
22
+ }): boolean;
23
+ };
19
24
  sortMethod: {
20
25
  turnOn({ model }: {
21
26
  model: any;
@@ -166,6 +171,11 @@ declare const _default: {
166
171
  model: any;
167
172
  }): boolean;
168
173
  };
174
+ decimal: {
175
+ turnOn({ model }: {
176
+ model: any;
177
+ }): boolean;
178
+ };
169
179
  sortMethod: {
170
180
  turnOn(param: any): boolean;
171
181
  };
@@ -244,8 +254,7 @@ declare const _default: {
244
254
  };
245
255
  properties: {
246
256
  data: {
247
- mock({ service, node }: {
248
- service: any;
257
+ mock({ node }: {
249
258
  node: any;
250
259
  }): {}[];
251
260
  };
@@ -263,6 +272,11 @@ declare const _default: {
263
272
  model: any;
264
273
  }): boolean;
265
274
  };
275
+ decimal: {
276
+ turnOn({ model }: {
277
+ model: any;
278
+ }): boolean;
279
+ };
266
280
  sortMethod: {
267
281
  turnOn(param: any): boolean;
268
282
  };
@@ -1,23 +1,23 @@
1
1
  {
2
- "date": "20231129172520",
2
+ "date": "20240110172050",
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.0",
8
- "@fly-vue/core": "1.8.0",
7
+ "@fly-vue/components": "1.8.1",
8
+ "@fly-vue/core": "1.8.1",
9
9
  "@fly-vue/fuse-ui-codemirror": "1.8.0-snapshot",
10
- "@fly-vue/iview-pro": "1.8.0",
10
+ "@fly-vue/iview-pro": "1.8.1",
11
11
  "@fly-vue/lcdp-api": "1.8.0-snapshot",
12
- "@fly-vue/lcdp-designer": "1.8.0",
13
- "@fly-vue/lcdp-designer-extra": "1.8.0",
14
- "@fly-vue/lcdp-engine": "1.8.0",
15
- "@fly-vue/lcdp-micro": "1.8.0",
16
- "@fly-vue/lcdp-orch": "1.8.0",
17
- "@fly-vue/lcdp-schema": "1.8.0",
12
+ "@fly-vue/lcdp-designer": "1.8.1",
13
+ "@fly-vue/lcdp-designer-extra": "1.8.1",
14
+ "@fly-vue/lcdp-engine": "1.8.1",
15
+ "@fly-vue/lcdp-micro": "1.8.1",
16
+ "@fly-vue/lcdp-orch": "1.8.1",
17
+ "@fly-vue/lcdp-schema": "1.8.1",
18
18
  "@fly-vue/loader": "1.8.0-snapshot",
19
- "@fly-vue/ufs": "1.8.0",
20
- "@fly-vue/use": "1.8.0"
19
+ "@fly-vue/ufs": "1.8.1",
20
+ "@fly-vue/use": "1.8.1"
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.0"
41
+ "version": "1.8.1"
42
42
  }