@fly-vue/lcdp-iview 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/@types/module/action-nodes/impl/back.d.ts +6 -0
- package/@types/module/action-nodes/impl/call-component-method.d.ts +9 -0
- package/@types/module/action-nodes/impl/condition.d.ts +9 -0
- package/@types/module/action-nodes/impl/confirm.d.ts +6 -0
- package/@types/module/action-nodes/impl/d-component-emit.d.ts +6 -0
- package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +6 -0
- package/@types/module/action-nodes/impl/end.d.ts +4 -0
- package/@types/module/action-nodes/impl/foreach.d.ts +6 -0
- package/@types/module/action-nodes/impl/form.d.ts +8 -0
- package/@types/module/action-nodes/impl/http.d.ts +6 -0
- package/@types/module/action-nodes/impl/iam-member-select.d.ts +6 -0
- package/@types/module/action-nodes/impl/iam-org-select.d.ts +6 -0
- package/@types/module/action-nodes/impl/index.d.ts +4 -0
- package/@types/module/action-nodes/impl/message.d.ts +6 -0
- package/@types/module/action-nodes/impl/notice.d.ts +6 -0
- package/@types/module/action-nodes/impl/open-in-dialog.d.ts +10 -0
- package/@types/module/action-nodes/impl/open-url.d.ts +6 -0
- package/@types/module/action-nodes/impl/output.d.ts +6 -0
- package/@types/module/action-nodes/impl/script.d.ts +6 -0
- package/@types/module/action-nodes/impl/set-page-variable.d.ts +6 -0
- package/@types/module/action-nodes/impl/start.d.ts +4 -0
- package/@types/module/action-nodes/impl/wizard.d.ts +8 -0
- package/@types/module/action-nodes/index.d.ts +6 -0
- package/@types/module/common/dialog-service.d.ts +8 -0
- package/@types/module/common/index.d.ts +1 -0
- package/@types/module/components/IvTableGrid/cols.d.ts +20 -0
- package/@types/module/components/IvTableGrid/index.vue.d.ts +351 -0
- package/@types/module/components/IvTableGrid/pager-props.d.ts +19 -0
- package/@types/module/components/IvTableGrid/table-props.d.ts +103 -0
- package/@types/module/components/IvTableGrid/use-pager-events.d.ts +8 -0
- package/@types/module/components/IvTableGrid/use-table-events.d.ts +9 -0
- package/@types/module/components/IvTableGrid/utils.d.ts +1 -0
- package/@types/module/components/IvWizard/index.vue.d.ts +26 -0
- package/@types/module/components/IvWizard/step-pane.vue.d.ts +24 -0
- package/@types/module/components/attribute/RadioGroupAttrEdit.vue.d.ts +35 -0
- package/@types/module/components/attribute/TableColAttrEdit.vue.d.ts +129 -0
- package/@types/module/components/attribute/TableColAttrEditMockData.vue.d.ts +39 -0
- package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +19 -0
- package/@types/module/components/attribute/prop-value-editor/designer-props.d.ts +17 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/common-props.d.ts +19 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +83 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +89 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +49 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/operators.d.ts +4 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/types.d.ts +11 -0
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +53 -0
- package/@types/module/components/attribute/prop-value-editor/use-v-model.d.ts +49 -0
- package/@types/module/components/attribute/tableDictionary.d.ts +6 -0
- package/@types/module/components/base/IvHtml/index.vue.d.ts +14 -0
- package/@types/module/components/base/IvIframe/index.vue.d.ts +35 -0
- package/@types/module/components/base/IvText/index.vue.d.ts +41 -0
- package/@types/module/components/base-attr-components.d.ts +60 -0
- package/@types/module/components/design/SlotContainer.vue.d.ts +4 -0
- package/@types/module/components/designer/common/index.d.ts +2 -0
- package/@types/module/components/designer/common/use-action-expression-context.d.ts +15 -0
- package/@types/module/components/designer/common/use-expression-dialog.d.ts +11 -0
- package/@types/module/components/designer/prop-value-editor/var-input/index.vue.d.ts +60 -0
- package/@types/module/components/iam/lib/modal.d.ts +2 -0
- package/@types/module/components/iam/lib/query-methods-builder.d.ts +22 -0
- package/@types/module/components/iam/lib/tree.d.ts +10 -0
- package/@types/module/components/iam/mixins/build-query-methods.d.ts +21 -0
- package/@types/module/components/index.d.ts +588 -0
- package/@types/module/components/iview.d.ts +11 -0
- package/@types/module/components/lab-component/dynamic-input/index.vue.d.ts +40 -0
- package/@types/module/components/utils.d.ts +18 -0
- package/@types/module/index.d.ts +12 -0
- package/@types/module/plugins/index.d.ts +1 -0
- package/@types/module/plugins/use-services.d.ts +6 -0
- package/@types/module/schema-extend/components/actions.d.ts +23 -0
- package/@types/module/schema-extend/components/badge.d.ts +63 -0
- package/@types/module/schema-extend/components/carousel.d.ts +47 -0
- package/@types/module/schema-extend/components/checkbox.d.ts +37 -0
- package/@types/module/schema-extend/components/collapse.d.ts +39 -0
- package/@types/module/schema-extend/components/color-picker.d.ts +12 -0
- package/@types/module/schema-extend/components/description-list.d.ts +39 -0
- package/@types/module/schema-extend/components/ellipsis.d.ts +47 -0
- package/@types/module/schema-extend/components/footer.d.ts +23 -0
- package/@types/module/schema-extend/components/form.d.ts +376 -0
- package/@types/module/schema-extend/components/globalfooter.d.ts +23 -0
- package/@types/module/schema-extend/components/grid.d.ts +35 -0
- package/@types/module/schema-extend/components/image.d.ts +22 -0
- package/@types/module/schema-extend/components/input.d.ts +10 -0
- package/@types/module/schema-extend/components/iv-table.d.ts +225 -0
- package/@types/module/schema-extend/components/layout.d.ts +164 -0
- package/@types/module/schema-extend/components/li-list.d.ts +33 -0
- package/@types/module/schema-extend/components/list.d.ts +81 -0
- package/@types/module/schema-extend/components/modal.d.ts +40 -0
- package/@types/module/schema-extend/components/numberInfo.d.ts +10 -0
- package/@types/module/schema-extend/components/others.d.ts +297 -0
- package/@types/module/schema-extend/components/page.d.ts +37 -0
- package/@types/module/schema-extend/components/poptip.d.ts +22 -0
- package/@types/module/schema-extend/components/radio.d.ts +54 -0
- package/@types/module/schema-extend/components/steps.d.ts +38 -0
- package/@types/module/schema-extend/components/table.d.ts +131 -0
- package/@types/module/schema-extend/components/tag-select.d.ts +30 -0
- package/@types/module/schema-extend/components/tag.d.ts +18 -0
- package/@types/module/schema-extend/components/timeline.d.ts +39 -0
- package/@types/module/schema-extend/components/title.d.ts +11 -0
- package/@types/module/schema-extend/components/tooltips.d.ts +10 -0
- package/@types/module/schema-extend/components/tree.d.ts +35 -0
- package/@types/module/schema-extend/components/wizard.d.ts +62 -0
- package/@types/module/schema-extend/index.d.ts +1 -0
- package/@types/module/schema-extend/iview-schema.d.ts +2 -0
- package/@types/module/schema-extend/utils.d.ts +34 -0
- package/@types/module/validate-processor.d.ts +6 -0
- package/_starter.js +1 -0
- package/bingo-builder-manifest.json +31 -0
- package/index.js +38 -0
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.82058947.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.fd5dc24a.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/image/img.jpg +0 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-121column-fill.a1e141a8.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-14column-fill.22c0c252.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-1column-fill.6d1caadc.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-21column-fill.f21bd4f8.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-22column-fill.8937ef0e.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-2column-fill.5d99cf8a.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-3column-fill.b40e3f82.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-41column-fill.920364fa.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-4column-fill.83ec8853.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/img.3ed67b0a.jpg +0 -0
- package/modules/fly_vue_lcdp_iview/assets/img/img.8004483f.svg +1 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-121column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-14column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-1column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-21column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-22column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-2column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-3column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-41column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-4column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/img.svg +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.113976de81be9aa496ea.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll-manifest.json +12 -0
- package/modules/fly_vue_lcdp_iview/dll.js +36 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.113976de81be9aa496ea.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.113976de81be9aa496ea.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.113976de81be9aa496ea.js +1 -0
- package/package.json +28 -0
@@ -0,0 +1,588 @@
|
|
1
|
+
/// <reference types="vue-shims" />
|
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
|
+
}>;
|
51
|
+
AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
|
52
|
+
ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
53
|
+
FlexAttrEdit: () => Promise<typeof import("*.vue")>;
|
54
|
+
ColorPickerAttrEdit: () => Promise<typeof import("*.vue")>;
|
55
|
+
DataDictionaryAttrEdit: () => Promise<typeof import("*.vue")>;
|
56
|
+
TableDataDictionaryAttrEdit: () => Promise<typeof import("*.vue")>;
|
57
|
+
DatePickerAttrEdit: () => Promise<typeof import("*.vue")>;
|
58
|
+
IconSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
59
|
+
KeyNameAttrEdit: () => Promise<typeof import("*.vue")>;
|
60
|
+
MonacoAttrEdit: () => Promise<typeof import("*.vue")>;
|
61
|
+
OptionAttrEdit: () => Promise<typeof import("*.vue")>;
|
62
|
+
PagerAttrEdit: () => Promise<typeof import("*.vue")>;
|
63
|
+
RadioGroupAttrEdit: () => Promise<typeof import("./attribute/RadioGroupAttrEdit.vue")>;
|
64
|
+
RulesAttrEdit: () => Promise<typeof import("*.vue")>;
|
65
|
+
SliderAttrEdit: () => Promise<typeof import("*.vue")>;
|
66
|
+
StrokeColorAttrEdit: () => Promise<typeof import("*.vue")>;
|
67
|
+
StyleAttrEdit: () => Promise<typeof import("*.vue")>;
|
68
|
+
TabPanelAttrEdit: () => Promise<typeof import("*.vue")>;
|
69
|
+
TableColAttrEdit: () => Promise<typeof import("./attribute/TableColAttrEdit.vue")>;
|
70
|
+
TableSearchAttrEdit: () => Promise<typeof import("*.vue")>;
|
71
|
+
TextareaAttrEdit: () => Promise<typeof import("*.vue")>;
|
72
|
+
AttrSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
73
|
+
FormIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
74
|
+
StepIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
75
|
+
ScheamPropertiesAttrEdit: () => Promise<typeof import("*.vue")>;
|
76
|
+
IvTableDataAttrEdit: () => Promise<typeof import("*.vue")>;
|
77
|
+
MenuTreeAttrEdit: () => Promise<typeof import("*.vue")>;
|
78
|
+
FileTypeAttrEdit: () => Promise<typeof import("*.vue")>;
|
79
|
+
FileSizeAttrEdit: () => Promise<typeof import("*.vue")>;
|
80
|
+
TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
|
81
|
+
IvFormItem: () => Promise<any>;
|
82
|
+
IvFormTimePicker: () => Promise<any>;
|
83
|
+
IvFormSwitch: () => Promise<any>;
|
84
|
+
IvFormSelect: () => Promise<any>;
|
85
|
+
IvFormRate: () => Promise<any>;
|
86
|
+
IvFormRadio: () => Promise<any>;
|
87
|
+
IvFormInputNumber: () => Promise<any>;
|
88
|
+
IvFormDatePicker: () => Promise<any>;
|
89
|
+
IvFormCheckbox: () => Promise<any>;
|
90
|
+
IvFormAutoComplete: () => Promise<any>;
|
91
|
+
IvFormInput: () => Promise<any>;
|
92
|
+
IvModal: any;
|
93
|
+
IvAlert: () => Promise<any>;
|
94
|
+
IvAnchor: () => Promise<any>;
|
95
|
+
IvAutoComplete: () => Promise<typeof import("*.vue")>;
|
96
|
+
IvAvatar: () => Promise<any>;
|
97
|
+
IvAvatarList: () => Promise<any>;
|
98
|
+
IvBadge: () => Promise<any>;
|
99
|
+
IvBreadcrumb: () => Promise<any>;
|
100
|
+
IvButton: () => Promise<any>;
|
101
|
+
IvCell: () => Promise<any>;
|
102
|
+
IvCheckbox: () => Promise<any>;
|
103
|
+
IvCheckboxSingle: () => Promise<any>;
|
104
|
+
IvCollapsePanel: () => Promise<any>;
|
105
|
+
IvColorPicker: () => Promise<any>;
|
106
|
+
IvCountDown: () => Promise<any>;
|
107
|
+
IvDescription: () => Promise<any>;
|
108
|
+
IvDivider: () => Promise<any>;
|
109
|
+
IvDropdown: () => Promise<any>;
|
110
|
+
IvDropdownItem: () => Promise<any>;
|
111
|
+
IvEllipsis: () => Promise<any>;
|
112
|
+
IvGlobalFooter: () => Promise<any>;
|
113
|
+
IvListItem: () => Promise<any>;
|
114
|
+
IvMenu: () => Promise<typeof import("*.vue")>;
|
115
|
+
IvRadio: () => Promise<any>;
|
116
|
+
IvRadioSingle: () => Promise<any>;
|
117
|
+
IvSelect: () => Promise<any>;
|
118
|
+
IvSpin: () => Promise<any>;
|
119
|
+
IvStep: () => Promise<any>;
|
120
|
+
IvStepPane: () => Promise<typeof import("./IvWizard/step-pane.vue")>;
|
121
|
+
IvSwitch: () => Promise<any>;
|
122
|
+
IvTable: () => Promise<any>;
|
123
|
+
IvTag: () => Promise<any>;
|
124
|
+
IvTagSelect: () => Promise<typeof import("*.vue")>;
|
125
|
+
IvTimeline: () => Promise<any>;
|
126
|
+
IvTimelineItem: () => Promise<any>;
|
127
|
+
IvTooltip: () => Promise<any>;
|
128
|
+
IvTreeSelect: () => Promise<any>;
|
129
|
+
IvUpload: () => Promise<typeof import("*.vue")>;
|
130
|
+
DesignSlotContainer: () => Promise<typeof import("./design/SlotContainer.vue")>;
|
131
|
+
IvTree: () => Promise<any>;
|
132
|
+
IvTransfer: () => Promise<any>;
|
133
|
+
IvCarouselItem: () => Promise<any>;
|
134
|
+
IvCalendar: () => Promise<any>;
|
135
|
+
IvPoptip: () => Promise<any>;
|
136
|
+
IvCrud: () => Promise<typeof import("*.vue")>;
|
137
|
+
IvTableGrid: import("vue").DefineComponent<{
|
138
|
+
pagerProps: {
|
139
|
+
type: import("vue").PropType<import("./IvTableGrid/pager-props").PagerProps>;
|
140
|
+
};
|
141
|
+
ds: {
|
142
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
|
143
|
+
required: true;
|
144
|
+
};
|
145
|
+
data: {
|
146
|
+
type: ArrayConstructor;
|
147
|
+
};
|
148
|
+
visibleHeaderOp: {
|
149
|
+
type: BooleanConstructor;
|
150
|
+
};
|
151
|
+
autoReload: {
|
152
|
+
type: BooleanConstructor;
|
153
|
+
};
|
154
|
+
filters: {
|
155
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SimpleDsQueryFilter>;
|
156
|
+
};
|
157
|
+
visibleMore: {
|
158
|
+
type: BooleanConstructor;
|
159
|
+
};
|
160
|
+
tableCols: {
|
161
|
+
type: import("vue").PropType<{
|
162
|
+
[index: string]: any;
|
163
|
+
title: string;
|
164
|
+
show: boolean;
|
165
|
+
}[]>;
|
166
|
+
};
|
167
|
+
enableSelectionCol: {
|
168
|
+
type: BooleanConstructor;
|
169
|
+
};
|
170
|
+
enableIndexCol: {
|
171
|
+
type: BooleanConstructor;
|
172
|
+
};
|
173
|
+
fixedIndex: {
|
174
|
+
type: StringConstructor;
|
175
|
+
};
|
176
|
+
fixedSelection: {
|
177
|
+
type: StringConstructor;
|
178
|
+
};
|
179
|
+
visiblePage: {
|
180
|
+
type: BooleanConstructor;
|
181
|
+
};
|
182
|
+
size: {
|
183
|
+
/**
|
184
|
+
* @description: // 基础组件
|
185
|
+
*/
|
186
|
+
validator(value: any): boolean;
|
187
|
+
};
|
188
|
+
width: {
|
189
|
+
type: (StringConstructor | NumberConstructor)[];
|
190
|
+
};
|
191
|
+
height: {
|
192
|
+
type: (StringConstructor | NumberConstructor)[];
|
193
|
+
};
|
194
|
+
maxHeight: {
|
195
|
+
type: (StringConstructor | NumberConstructor)[];
|
196
|
+
};
|
197
|
+
stripe: {
|
198
|
+
type: BooleanConstructor;
|
199
|
+
default: boolean;
|
200
|
+
};
|
201
|
+
border: {
|
202
|
+
type: BooleanConstructor;
|
203
|
+
default: boolean;
|
204
|
+
};
|
205
|
+
showHeader: {
|
206
|
+
type: BooleanConstructor;
|
207
|
+
default: boolean;
|
208
|
+
};
|
209
|
+
highlightRow: {
|
210
|
+
type: BooleanConstructor;
|
211
|
+
default: boolean;
|
212
|
+
};
|
213
|
+
rowClassName: {
|
214
|
+
type: FunctionConstructor;
|
215
|
+
default(): string;
|
216
|
+
};
|
217
|
+
context: {
|
218
|
+
type: ObjectConstructor;
|
219
|
+
};
|
220
|
+
noDataText: {
|
221
|
+
type: StringConstructor;
|
222
|
+
};
|
223
|
+
noFilteredDataText: {
|
224
|
+
type: StringConstructor;
|
225
|
+
};
|
226
|
+
disabledHover: {
|
227
|
+
type: BooleanConstructor;
|
228
|
+
};
|
229
|
+
loading: {
|
230
|
+
type: BooleanConstructor;
|
231
|
+
default: boolean;
|
232
|
+
};
|
233
|
+
draggable: {
|
234
|
+
type: BooleanConstructor;
|
235
|
+
default: boolean;
|
236
|
+
};
|
237
|
+
tooltipTheme: {
|
238
|
+
validator(value: any): boolean;
|
239
|
+
default: string;
|
240
|
+
};
|
241
|
+
tooltipMaxWidth: {
|
242
|
+
type: NumberConstructor;
|
243
|
+
default: number;
|
244
|
+
};
|
245
|
+
rowKey: {
|
246
|
+
type: (BooleanConstructor | StringConstructor)[];
|
247
|
+
default: boolean;
|
248
|
+
};
|
249
|
+
spanMethod: {
|
250
|
+
type: FunctionConstructor;
|
251
|
+
};
|
252
|
+
showSummary: {
|
253
|
+
type: BooleanConstructor;
|
254
|
+
default: boolean;
|
255
|
+
};
|
256
|
+
summaryMethod: {
|
257
|
+
type: FunctionConstructor;
|
258
|
+
};
|
259
|
+
sumText: {
|
260
|
+
type: StringConstructor;
|
261
|
+
};
|
262
|
+
indentSize: {
|
263
|
+
type: NumberConstructor;
|
264
|
+
default: number;
|
265
|
+
};
|
266
|
+
loadData: {
|
267
|
+
type: FunctionConstructor;
|
268
|
+
};
|
269
|
+
updateShowChildren: {
|
270
|
+
type: BooleanConstructor;
|
271
|
+
default: boolean;
|
272
|
+
};
|
273
|
+
contextMenu: {
|
274
|
+
type: BooleanConstructor;
|
275
|
+
default: boolean;
|
276
|
+
};
|
277
|
+
showContextMenu: {
|
278
|
+
type: BooleanConstructor;
|
279
|
+
default: boolean;
|
280
|
+
};
|
281
|
+
fixedShadow: {
|
282
|
+
type: StringConstructor;
|
283
|
+
default: string;
|
284
|
+
};
|
285
|
+
}, {
|
286
|
+
allTableColumn: import("vue").ComputedRef<any[]>;
|
287
|
+
tableColumns: import("vue").ComputedRef<any[]>;
|
288
|
+
filterTableColumn: import("vue").Ref<any[]>;
|
289
|
+
pager: import("./IvTableGrid/use-pager-events").TablePager;
|
290
|
+
pagerPropsNew: import("vue").Ref<{
|
291
|
+
pageSize: number;
|
292
|
+
pageSizeOpts: number[];
|
293
|
+
placement: "bottom" | "top";
|
294
|
+
transfer: boolean;
|
295
|
+
size: "default" | "small";
|
296
|
+
simple: boolean;
|
297
|
+
showTotal: boolean;
|
298
|
+
showElevator: boolean;
|
299
|
+
showSizer: boolean;
|
300
|
+
className: string;
|
301
|
+
styles: any;
|
302
|
+
prevText: string;
|
303
|
+
nextText: string;
|
304
|
+
disabled: boolean;
|
305
|
+
}>;
|
306
|
+
tableData: import("vue").ComputedRef<any>;
|
307
|
+
onSearch: (resetPage?: boolean) => void;
|
308
|
+
onSelectionChange: (_selection: any) => void;
|
309
|
+
selection: any;
|
310
|
+
tableFullscreen: import("vue").Ref<boolean>;
|
311
|
+
handleFullscreen: () => void;
|
312
|
+
handleResetColumn: (cols: any) => void;
|
313
|
+
onPageChange: (_page: any) => void;
|
314
|
+
onPageSizeChange: (_pageSize: any) => void;
|
315
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
316
|
+
pagerProps: {
|
317
|
+
type: import("vue").PropType<import("./IvTableGrid/pager-props").PagerProps>;
|
318
|
+
};
|
319
|
+
ds: {
|
320
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
|
321
|
+
required: true;
|
322
|
+
};
|
323
|
+
data: {
|
324
|
+
type: ArrayConstructor;
|
325
|
+
};
|
326
|
+
visibleHeaderOp: {
|
327
|
+
type: BooleanConstructor;
|
328
|
+
};
|
329
|
+
autoReload: {
|
330
|
+
type: BooleanConstructor;
|
331
|
+
};
|
332
|
+
filters: {
|
333
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SimpleDsQueryFilter>;
|
334
|
+
};
|
335
|
+
visibleMore: {
|
336
|
+
type: BooleanConstructor;
|
337
|
+
};
|
338
|
+
tableCols: {
|
339
|
+
type: import("vue").PropType<{
|
340
|
+
[index: string]: any;
|
341
|
+
title: string;
|
342
|
+
show: boolean;
|
343
|
+
}[]>;
|
344
|
+
};
|
345
|
+
enableSelectionCol: {
|
346
|
+
type: BooleanConstructor;
|
347
|
+
};
|
348
|
+
enableIndexCol: {
|
349
|
+
type: BooleanConstructor;
|
350
|
+
};
|
351
|
+
fixedIndex: {
|
352
|
+
type: StringConstructor;
|
353
|
+
};
|
354
|
+
fixedSelection: {
|
355
|
+
type: StringConstructor;
|
356
|
+
};
|
357
|
+
visiblePage: {
|
358
|
+
type: BooleanConstructor;
|
359
|
+
};
|
360
|
+
size: {
|
361
|
+
/**
|
362
|
+
* @description: // 基础组件
|
363
|
+
*/
|
364
|
+
validator(value: any): boolean;
|
365
|
+
};
|
366
|
+
width: {
|
367
|
+
type: (StringConstructor | NumberConstructor)[];
|
368
|
+
};
|
369
|
+
height: {
|
370
|
+
type: (StringConstructor | NumberConstructor)[];
|
371
|
+
};
|
372
|
+
maxHeight: {
|
373
|
+
type: (StringConstructor | NumberConstructor)[];
|
374
|
+
};
|
375
|
+
stripe: {
|
376
|
+
type: BooleanConstructor;
|
377
|
+
default: boolean;
|
378
|
+
};
|
379
|
+
border: {
|
380
|
+
type: BooleanConstructor;
|
381
|
+
default: boolean;
|
382
|
+
};
|
383
|
+
showHeader: {
|
384
|
+
type: BooleanConstructor;
|
385
|
+
default: boolean;
|
386
|
+
};
|
387
|
+
highlightRow: {
|
388
|
+
type: BooleanConstructor;
|
389
|
+
default: boolean;
|
390
|
+
};
|
391
|
+
rowClassName: {
|
392
|
+
type: FunctionConstructor;
|
393
|
+
default(): string;
|
394
|
+
};
|
395
|
+
context: {
|
396
|
+
type: ObjectConstructor;
|
397
|
+
};
|
398
|
+
noDataText: {
|
399
|
+
type: StringConstructor;
|
400
|
+
};
|
401
|
+
noFilteredDataText: {
|
402
|
+
type: StringConstructor;
|
403
|
+
};
|
404
|
+
disabledHover: {
|
405
|
+
type: BooleanConstructor;
|
406
|
+
};
|
407
|
+
loading: {
|
408
|
+
type: BooleanConstructor;
|
409
|
+
default: boolean;
|
410
|
+
};
|
411
|
+
draggable: {
|
412
|
+
type: BooleanConstructor;
|
413
|
+
default: boolean;
|
414
|
+
};
|
415
|
+
tooltipTheme: {
|
416
|
+
validator(value: any): boolean;
|
417
|
+
default: string;
|
418
|
+
};
|
419
|
+
tooltipMaxWidth: {
|
420
|
+
type: NumberConstructor;
|
421
|
+
default: number;
|
422
|
+
};
|
423
|
+
rowKey: {
|
424
|
+
type: (BooleanConstructor | StringConstructor)[];
|
425
|
+
default: boolean;
|
426
|
+
};
|
427
|
+
spanMethod: {
|
428
|
+
type: FunctionConstructor;
|
429
|
+
};
|
430
|
+
showSummary: {
|
431
|
+
type: BooleanConstructor;
|
432
|
+
default: boolean;
|
433
|
+
};
|
434
|
+
summaryMethod: {
|
435
|
+
type: FunctionConstructor;
|
436
|
+
};
|
437
|
+
sumText: {
|
438
|
+
type: StringConstructor;
|
439
|
+
};
|
440
|
+
indentSize: {
|
441
|
+
type: NumberConstructor;
|
442
|
+
default: number;
|
443
|
+
};
|
444
|
+
loadData: {
|
445
|
+
type: FunctionConstructor;
|
446
|
+
};
|
447
|
+
updateShowChildren: {
|
448
|
+
type: BooleanConstructor;
|
449
|
+
default: boolean;
|
450
|
+
};
|
451
|
+
contextMenu: {
|
452
|
+
type: BooleanConstructor;
|
453
|
+
default: boolean;
|
454
|
+
};
|
455
|
+
showContextMenu: {
|
456
|
+
type: BooleanConstructor;
|
457
|
+
default: boolean;
|
458
|
+
};
|
459
|
+
fixedShadow: {
|
460
|
+
type: StringConstructor;
|
461
|
+
default: string;
|
462
|
+
};
|
463
|
+
}>>, {
|
464
|
+
loading: boolean;
|
465
|
+
border: boolean;
|
466
|
+
contextMenu: boolean;
|
467
|
+
visibleHeaderOp: boolean;
|
468
|
+
autoReload: boolean;
|
469
|
+
visibleMore: boolean;
|
470
|
+
enableSelectionCol: boolean;
|
471
|
+
enableIndexCol: boolean;
|
472
|
+
visiblePage: boolean;
|
473
|
+
stripe: boolean;
|
474
|
+
showHeader: boolean;
|
475
|
+
highlightRow: boolean;
|
476
|
+
rowClassName: Function;
|
477
|
+
disabledHover: boolean;
|
478
|
+
draggable: boolean;
|
479
|
+
tooltipTheme: string;
|
480
|
+
tooltipMaxWidth: number;
|
481
|
+
rowKey: string | boolean;
|
482
|
+
showSummary: boolean;
|
483
|
+
indentSize: number;
|
484
|
+
updateShowChildren: boolean;
|
485
|
+
showContextMenu: boolean;
|
486
|
+
fixedShadow: string;
|
487
|
+
}>;
|
488
|
+
IvWizard: () => Promise<typeof import("./IvWizard/index.vue")>;
|
489
|
+
IamMemberSelect: () => Promise<typeof import("*.vue")>;
|
490
|
+
IamOrgSelect: () => Promise<typeof import("*.vue")>;
|
491
|
+
IamOrgTree: () => Promise<typeof import("*.vue")>;
|
492
|
+
IamOrgEditTree: () => Promise<typeof import("*.vue")>;
|
493
|
+
IamStringArrayEditor: () => Promise<typeof import("*.vue")>;
|
494
|
+
IamPasswordEditor: () => Promise<typeof import("*.vue")>;
|
495
|
+
IamDoubleColumnsView: () => Promise<typeof import("*.vue")>;
|
496
|
+
IamClientSelect: () => Promise<typeof import("*.vue")>;
|
497
|
+
IvRadioGroup: () => Promise<any>;
|
498
|
+
IvCheckboxGroup: () => Promise<any>;
|
499
|
+
DynamicInput: () => Promise<typeof import("./lab-component/dynamic-input/index.vue")>;
|
500
|
+
IvContainer: () => Promise<any>;
|
501
|
+
IvDiv: () => Promise<any>;
|
502
|
+
IvFlex: () => Promise<typeof import("*.vue")>;
|
503
|
+
IvFlexItem: () => Promise<typeof import("*.vue")>;
|
504
|
+
IvHtml: () => Promise<typeof import("./base/IvHtml/index.vue")>;
|
505
|
+
IvIframe: () => Promise<typeof import("./base/IvIframe/index.vue")>;
|
506
|
+
IvImage: () => Promise<typeof import("*.vue")>;
|
507
|
+
IvLink: () => Promise<any>;
|
508
|
+
IvSpan: () => Promise<typeof import("*.vue")>;
|
509
|
+
IvText: () => Promise<typeof import("./base/IvText/index.vue")>;
|
510
|
+
IvTitle: () => Promise<any>;
|
511
|
+
IvLiList: () => Promise<any>;
|
512
|
+
IvLi: () => Promise<typeof import("*.vue")>;
|
513
|
+
IvLayoutContainer: () => Promise<typeof import("*.vue")>;
|
514
|
+
IvLayout: () => Promise<any>;
|
515
|
+
IvHeader: () => Promise<any>;
|
516
|
+
IvSider: () => Promise<any>;
|
517
|
+
IvContent: () => Promise<any>;
|
518
|
+
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;
|
529
|
+
SimpleJsonEditor: import("vue").DefineComponent<{
|
530
|
+
value: {
|
531
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
532
|
+
};
|
533
|
+
rows: {
|
534
|
+
type: (StringConstructor | NumberConstructor)[];
|
535
|
+
default: number;
|
536
|
+
};
|
537
|
+
propSchema: {
|
538
|
+
type: ObjectConstructor;
|
539
|
+
};
|
540
|
+
schemas: {
|
541
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SchemaDefs>;
|
542
|
+
required: boolean;
|
543
|
+
};
|
544
|
+
service: {
|
545
|
+
/**
|
546
|
+
* @description: // 基础组件
|
547
|
+
*/
|
548
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
|
549
|
+
required: boolean;
|
550
|
+
};
|
551
|
+
node: {
|
552
|
+
type: ObjectConstructor;
|
553
|
+
required: boolean;
|
554
|
+
};
|
555
|
+
}, {
|
556
|
+
innerValue: import("vue").Ref<string>;
|
557
|
+
hasError: import("vue").Ref<boolean>;
|
558
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
559
|
+
value: {
|
560
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
561
|
+
};
|
562
|
+
rows: {
|
563
|
+
type: (StringConstructor | NumberConstructor)[];
|
564
|
+
default: number;
|
565
|
+
};
|
566
|
+
propSchema: {
|
567
|
+
type: ObjectConstructor;
|
568
|
+
};
|
569
|
+
schemas: {
|
570
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SchemaDefs>;
|
571
|
+
required: boolean;
|
572
|
+
};
|
573
|
+
service: {
|
574
|
+
/**
|
575
|
+
* @description: // 基础组件
|
576
|
+
*/
|
577
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
|
578
|
+
required: boolean;
|
579
|
+
};
|
580
|
+
node: {
|
581
|
+
type: ObjectConstructor;
|
582
|
+
required: boolean;
|
583
|
+
};
|
584
|
+
}>>, {
|
585
|
+
rows: string | number;
|
586
|
+
}>;
|
587
|
+
};
|
588
|
+
export default _default;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
/**
|
3
|
+
* @description: IvTable column 表格项
|
4
|
+
*/
|
5
|
+
IvTableColumn: import("@fly-vue/ts").IBgMixin;
|
6
|
+
IvTableGridColumn: import("@fly-vue/ts").IBgMixin;
|
7
|
+
IvForm: import("@fly-vue/ts").IBgMixin;
|
8
|
+
IamFormMemberSelect: import("@fly-vue/ts").IBgMixin;
|
9
|
+
IamFormOrgSelect: import("@fly-vue/ts").IBgMixin;
|
10
|
+
};
|
11
|
+
export default _default;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
props: {
|
4
|
+
btnText: {
|
5
|
+
type: StringConstructor;
|
6
|
+
default: string;
|
7
|
+
};
|
8
|
+
placeholder: {
|
9
|
+
type: StringConstructor;
|
10
|
+
default: string;
|
11
|
+
};
|
12
|
+
icon: {
|
13
|
+
type: StringConstructor;
|
14
|
+
default: string;
|
15
|
+
};
|
16
|
+
value: {
|
17
|
+
type: ArrayConstructor;
|
18
|
+
default: any;
|
19
|
+
};
|
20
|
+
limit: {
|
21
|
+
type: NumberConstructor;
|
22
|
+
default: number;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
data(): {
|
26
|
+
inputArray: any[];
|
27
|
+
};
|
28
|
+
watch: {
|
29
|
+
inputArray: {
|
30
|
+
handler(val: any): void;
|
31
|
+
deep: boolean;
|
32
|
+
};
|
33
|
+
};
|
34
|
+
mounted(): void;
|
35
|
+
methods: {
|
36
|
+
addInput(): void;
|
37
|
+
delInput(item: any, index: any): void;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
export default _default;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { IBgMixin } from '@fly-vue/ts';
|
2
|
+
import { CreateElement, RenderContext } from 'vue';
|
3
|
+
/**
|
4
|
+
* @description: 创建基础组件
|
5
|
+
*/
|
6
|
+
export declare function _createFnComponent(p: string | ((createElement: CreateElement, context: RenderContext<any>) => any), ex?: IBgMixin): IBgMixin;
|
7
|
+
/**
|
8
|
+
* @description: 创建属性组件
|
9
|
+
*/
|
10
|
+
export declare function _createAttrFnComponent(p: string | ((createElement: CreateElement, context: RenderContext<any>) => any), attrs?: any, ex?: IBgMixin): IBgMixin;
|
11
|
+
/**
|
12
|
+
* @description: 移除 设计器样式、属性
|
13
|
+
*/
|
14
|
+
export declare function _removeClass(data: any): any;
|
15
|
+
/**
|
16
|
+
* @description: 移除 表单设计器属性
|
17
|
+
*/
|
18
|
+
export declare function _removeFormProps(data: any): any;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { IWebModule } from '@fly-vue/core';
|
2
|
+
import 'tippy.js/themes/light.css';
|
3
|
+
import './components/styles/index.less';
|
4
|
+
import './styles/index.less';
|
5
|
+
import './styles/windi.css';
|
6
|
+
import 'windi.css';
|
7
|
+
export declare const AdaptivePageModule: IWebModule;
|
8
|
+
export { register as registerActionNodes } from './action-nodes/index';
|
9
|
+
export { default as StyleEditor } from './components/attribute/StyleAttrEdit.vue';
|
10
|
+
export { validateProcessor } from './validate-processor';
|
11
|
+
export * from './common';
|
12
|
+
export * from './components/designer/common';
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function registerPlugins(): Promise<void>;
|