cnhis-design-vue 3.1.41-beta.8 → 3.1.41-beta.9

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 (54) hide show
  1. package/README.md +87 -87
  2. package/es/components/button-print/src/utils/print.d.ts +1 -1
  3. package/es/components/button-print/src/utils/print.js +1 -1
  4. package/es/components/iho-table/index.d.ts +2 -2
  5. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -2
  6. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  7. package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
  8. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
  9. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
  10. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
  11. package/es/components/iho-table/src/plugins/index.js +1 -1
  12. package/es/components/iho-table/src/types/index.d.ts +6 -6
  13. package/es/components/iho-table/src/utils/index.js +1 -1
  14. package/es/components/iho-table/style/index.css +1 -1
  15. package/es/components/index.css +1 -1
  16. package/es/components/scale-view/src/ScaleView.vue.d.ts +0 -3
  17. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  18. package/es/components/table-filter/index.d.ts +2 -71
  19. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +2 -20
  20. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  21. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  22. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -1
  23. package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +2 -18
  24. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -1
  25. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -1
  26. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +0 -51
  27. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  28. package/es/components/table-filter/style/index.css +1 -1
  29. package/es/env.d.ts +24 -24
  30. package/package.json +2 -2
  31. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  32. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  33. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  34. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  35. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  36. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  37. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  38. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  39. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  40. package/es/components/iho-table/src/plugins/filterPlugin/types.js +0 -1
  41. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  42. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  43. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  44. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  45. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  46. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  47. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  48. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  49. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -12
  50. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  51. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  52. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  53. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  54. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1,266 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { ISearchType } from '../../../../../../es/components/table-filter/src/types';
3
- import moment from 'moment';
4
- declare const _default: import("vue").DefineComponent<{
5
- item: {
6
- type: PropType<ISearchType>;
7
- default: () => void;
8
- };
9
- filterApiConfig: {
10
- type: ObjectConstructor;
11
- default: () => void;
12
- };
13
- }, {
14
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
15
- wordBookutils: {
16
- hasArray: (arr: ISearchType[]) => boolean;
17
- handleWordbookData(item: any, data: any, params: any): {
18
- rows: never[];
19
- hasFieldList: boolean;
20
- searchPageConfig: {};
21
- };
22
- getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
23
- };
24
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
25
- item: {
26
- type: PropType<ISearchType>;
27
- default: () => void;
28
- };
29
- filterApiConfig: {
30
- type: ObjectConstructor;
31
- default: () => void;
32
- };
33
- }>> & {
34
- onOutFilterChange?: ((...args: any[]) => any) | undefined;
35
- }>>;
36
- emit: (event: "outFilterChange", ...args: any[]) => void;
37
- fetchingWordbook: import("vue").Ref<boolean>;
38
- initSearch: import("vue").Ref<boolean>;
39
- handlePickerShowTime: import("vue").ComputedRef<(item: ISearchType) => false | {
40
- defaultValue: moment.Moment[];
41
- }>;
42
- init: () => void;
43
- handleWordBookSearch: (value: string, item: ISearchType, config?: any) => void;
44
- dropdownVisibleChange: (open: boolean, item: ISearchType, config?: any) => void;
45
- handleWordbookData: (item: ISearchType, data: any, params: any) => void;
46
- getWordbookData: (o: any, obj: any) => Promise<any>;
47
- rangePickerChange: (value: string, item: ISearchType) => void;
48
- outFilterChange: (config?: {}) => void;
49
- maxTagPlaceholder: (item: ISearchType) => number;
50
- changeOutFilterNumber: (item: ISearchType) => void;
51
- clearOutFilterNumber: (item: ISearchType) => void;
52
- NInput: any;
53
- NDatePicker: any;
54
- multiSelect: import("vue").DefineComponent<{
55
- item: {
56
- type: PropType<ISearchType>;
57
- default: () => void;
58
- };
59
- maxTagPlaceholder: {
60
- type: FunctionConstructor;
61
- default: () => {};
62
- };
63
- outFilterChange: {
64
- type: FunctionConstructor;
65
- default: () => {};
66
- };
67
- handleWordBookSearch: {
68
- type: FunctionConstructor;
69
- default: () => {};
70
- };
71
- dropdownVisibleChange: {
72
- type: FunctionConstructor;
73
- default: () => {};
74
- };
75
- source: {
76
- type: StringConstructor;
77
- default: string;
78
- };
79
- fetchingWordbook: {
80
- type: BooleanConstructor;
81
- default: boolean;
82
- };
83
- }, {
84
- quickInputSelect: any;
85
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
86
- item: {
87
- type: PropType<ISearchType>;
88
- default: () => void;
89
- };
90
- maxTagPlaceholder: {
91
- type: FunctionConstructor;
92
- default: () => {};
93
- };
94
- outFilterChange: {
95
- type: FunctionConstructor;
96
- default: () => {};
97
- };
98
- handleWordBookSearch: {
99
- type: FunctionConstructor;
100
- default: () => {};
101
- };
102
- dropdownVisibleChange: {
103
- type: FunctionConstructor;
104
- default: () => {};
105
- };
106
- source: {
107
- type: StringConstructor;
108
- default: string;
109
- };
110
- fetchingWordbook: {
111
- type: BooleanConstructor;
112
- default: boolean;
113
- };
114
- }>> & {}>>;
115
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
116
- isnoPages: import("vue").ComputedRef<boolean>;
117
- hasShowKeys: import("vue").ComputedRef<boolean>;
118
- showRemoveIcon: import("vue").ComputedRef<boolean>;
119
- mode: import("vue").ComputedRef<boolean>;
120
- renderList: import("vue").ComputedRef<any>;
121
- createSuffixIcon: () => void;
122
- filterOption: (...arg: any) => any;
123
- handleSearchChangePage: (type: string) => void;
124
- handleChange: () => void;
125
- NSelect: any;
126
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
127
- item: {
128
- type: PropType<ISearchType>;
129
- default: () => void;
130
- };
131
- maxTagPlaceholder: {
132
- type: FunctionConstructor;
133
- default: () => {};
134
- };
135
- outFilterChange: {
136
- type: FunctionConstructor;
137
- default: () => {};
138
- };
139
- handleWordBookSearch: {
140
- type: FunctionConstructor;
141
- default: () => {};
142
- };
143
- dropdownVisibleChange: {
144
- type: FunctionConstructor;
145
- default: () => {};
146
- };
147
- source: {
148
- type: StringConstructor;
149
- default: string;
150
- };
151
- fetchingWordbook: {
152
- type: BooleanConstructor;
153
- default: boolean;
154
- };
155
- }>>, {
156
- item: ISearchType;
157
- source: string;
158
- maxTagPlaceholder: Function;
159
- outFilterChange: Function;
160
- handleWordBookSearch: Function;
161
- dropdownVisibleChange: Function;
162
- fetchingWordbook: boolean;
163
- }>;
164
- cTreeSelect: import("vue").DefineComponent<{
165
- item: {
166
- type: PropType<ISearchType>;
167
- default: () => {
168
- value: never[];
169
- };
170
- };
171
- handleGetConfigApi: {
172
- type: FunctionConstructor;
173
- default: () => void;
174
- };
175
- filterApiConfig: {
176
- type: ObjectConstructor;
177
- };
178
- outFilterChange: {
179
- type: FunctionConstructor;
180
- default: () => void;
181
- };
182
- }, {
183
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
184
- item: {
185
- type: PropType<ISearchType>;
186
- default: () => {
187
- value: never[];
188
- };
189
- };
190
- handleGetConfigApi: {
191
- type: FunctionConstructor;
192
- default: () => void;
193
- };
194
- filterApiConfig: {
195
- type: ObjectConstructor;
196
- };
197
- outFilterChange: {
198
- type: FunctionConstructor;
199
- default: () => void;
200
- };
201
- }>> & {}>>;
202
- quickInputSelect: any;
203
- treeData: import("vue").Ref<{
204
- label: string;
205
- key: string;
206
- selectable: boolean;
207
- scopedSlots: {
208
- title: string;
209
- };
210
- }[]>;
211
- handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
212
- showRemoveIcon: import("vue").ComputedRef<boolean>;
213
- init: () => Promise<void>;
214
- handleMaxTag: () => string;
215
- handleRequestedOptions: (item: ISearchType) => Promise<any>;
216
- getSearchDefParams: (item: ISearchType) => any;
217
- formatField: (value: any) => any;
218
- hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
219
- handleInitTreeData: (list: any, config: ISearchType) => void;
220
- hanldeSetTreeDef: () => void;
221
- maxTagPlaceholder: (item: ISearchType) => number;
222
- treeSelect: (key: string, vnode: any) => void;
223
- change: () => void;
224
- handleDisabledTreeData: (list?: any, config?: any) => void;
225
- createSuffixIcon: () => void;
226
- NTreeSelect: any;
227
- NSpin: any;
228
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
229
- item: {
230
- type: PropType<ISearchType>;
231
- default: () => {
232
- value: never[];
233
- };
234
- };
235
- handleGetConfigApi: {
236
- type: FunctionConstructor;
237
- default: () => void;
238
- };
239
- filterApiConfig: {
240
- type: ObjectConstructor;
241
- };
242
- outFilterChange: {
243
- type: FunctionConstructor;
244
- default: () => void;
245
- };
246
- }>>, {
247
- item: ISearchType;
248
- handleGetConfigApi: Function;
249
- outFilterChange: Function;
250
- }>;
251
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "outFilterChange"[], "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
252
- item: {
253
- type: PropType<ISearchType>;
254
- default: () => void;
255
- };
256
- filterApiConfig: {
257
- type: ObjectConstructor;
258
- default: () => void;
259
- };
260
- }>> & {
261
- onOutFilterChange?: ((...args: any[]) => any) | undefined;
262
- }, {
263
- item: ISearchType;
264
- filterApiConfig: Record<string, any>;
265
- }>;
266
- export default _default;
@@ -1,248 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- value: {
3
- value: ObjectConstructor;
4
- default: () => {
5
- star_val: string;
6
- end_val: string;
7
- };
8
- };
9
- options: {
10
- type: ArrayConstructor;
11
- default: () => never[];
12
- };
13
- item: {
14
- type: ObjectConstructor;
15
- default: () => {};
16
- };
17
- defaultValue: {
18
- type: ObjectConstructor;
19
- default: () => {};
20
- };
21
- format: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- disabled: {
26
- type: BooleanConstructor;
27
- default: boolean;
28
- };
29
- dataName: {
30
- type: StringConstructor;
31
- };
32
- }, {
33
- valueObj: any;
34
- startValue: any;
35
- endValue: any;
36
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
37
- value: {
38
- value: ObjectConstructor;
39
- default: () => {
40
- star_val: string;
41
- end_val: string;
42
- };
43
- };
44
- options: {
45
- type: ArrayConstructor;
46
- default: () => never[];
47
- };
48
- item: {
49
- type: ObjectConstructor;
50
- default: () => {};
51
- };
52
- defaultValue: {
53
- type: ObjectConstructor;
54
- default: () => {};
55
- };
56
- format: {
57
- type: StringConstructor;
58
- default: string;
59
- };
60
- disabled: {
61
- type: BooleanConstructor;
62
- default: boolean;
63
- };
64
- dataName: {
65
- type: StringConstructor;
66
- };
67
- }>> & {
68
- onChange?: ((...args: any[]) => any) | undefined;
69
- }>>;
70
- emits: (event: "change", ...args: any[]) => void;
71
- initDefaultValue: () => void;
72
- diffTime: (days: number) => {
73
- year?: undefined;
74
- month?: undefined;
75
- day?: undefined;
76
- days?: undefined;
77
- } | {
78
- year: string | number;
79
- month: string | number;
80
- day: string | number;
81
- days: string | number;
82
- };
83
- ageStartOnChange: (obj: any) => void;
84
- ageEndOnChange: (obj: any) => void;
85
- reset: () => void;
86
- ageCom: import("vue").DefineComponent<{
87
- value: {
88
- type: ObjectConstructor;
89
- default: () => void;
90
- };
91
- format: {
92
- type: StringConstructor;
93
- default: string;
94
- };
95
- disabled: {
96
- type: BooleanConstructor;
97
- default: boolean;
98
- };
99
- isDetail: {
100
- type: BooleanConstructor;
101
- default: boolean;
102
- };
103
- defaultValue: {
104
- type: ObjectConstructor;
105
- default: () => {};
106
- };
107
- itemData: {
108
- type: ObjectConstructor;
109
- default: () => {};
110
- };
111
- shortcutFieldsList: {
112
- type: ArrayConstructor;
113
- default: () => never[];
114
- };
115
- }, {
116
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
117
- value: {
118
- type: ObjectConstructor;
119
- default: () => void;
120
- };
121
- format: {
122
- type: StringConstructor;
123
- default: string;
124
- };
125
- disabled: {
126
- type: BooleanConstructor;
127
- default: boolean;
128
- };
129
- isDetail: {
130
- type: BooleanConstructor;
131
- default: boolean;
132
- };
133
- defaultValue: {
134
- type: ObjectConstructor;
135
- default: () => {};
136
- };
137
- itemData: {
138
- type: ObjectConstructor;
139
- default: () => {};
140
- };
141
- shortcutFieldsList: {
142
- type: ArrayConstructor;
143
- default: () => never[];
144
- };
145
- }>> & {
146
- onChange?: ((...args: any[]) => any) | undefined;
147
- }>>;
148
- emits: (event: "change", ...args: any[]) => void;
149
- ageValue: any;
150
- showType: import("vue").ComputedRef<string>;
151
- isDisabled: import("vue").ComputedRef<boolean>;
152
- handleInitDefaultValue: () => void;
153
- checkType: (val: any) => string;
154
- handlefillVal: (val?: any) => void;
155
- handleYearChange: (e: any) => void;
156
- handleMonthChange: (e: any) => void;
157
- handleDayChange: (e: any) => void;
158
- getvalue: (e: any) => any;
159
- valueChange: (val: string, key: string) => void;
160
- checkVal: (val: string, key: string) => boolean;
161
- handleProrate: () => void;
162
- triggerChange: (changedValue: any) => void;
163
- NInputNumber: any;
164
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
165
- value: {
166
- type: ObjectConstructor;
167
- default: () => void;
168
- };
169
- format: {
170
- type: StringConstructor;
171
- default: string;
172
- };
173
- disabled: {
174
- type: BooleanConstructor;
175
- default: boolean;
176
- };
177
- isDetail: {
178
- type: BooleanConstructor;
179
- default: boolean;
180
- };
181
- defaultValue: {
182
- type: ObjectConstructor;
183
- default: () => {};
184
- };
185
- itemData: {
186
- type: ObjectConstructor;
187
- default: () => {};
188
- };
189
- shortcutFieldsList: {
190
- type: ArrayConstructor;
191
- default: () => never[];
192
- };
193
- }>> & {
194
- onChange?: ((...args: any[]) => any) | undefined;
195
- }, {
196
- value: Record<string, any>;
197
- disabled: boolean;
198
- isDetail: boolean;
199
- defaultValue: Record<string, any>;
200
- format: string;
201
- itemData: Record<string, any>;
202
- shortcutFieldsList: unknown[];
203
- }>;
204
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
205
- value: {
206
- value: ObjectConstructor;
207
- default: () => {
208
- star_val: string;
209
- end_val: string;
210
- };
211
- };
212
- options: {
213
- type: ArrayConstructor;
214
- default: () => never[];
215
- };
216
- item: {
217
- type: ObjectConstructor;
218
- default: () => {};
219
- };
220
- defaultValue: {
221
- type: ObjectConstructor;
222
- default: () => {};
223
- };
224
- format: {
225
- type: StringConstructor;
226
- default: string;
227
- };
228
- disabled: {
229
- type: BooleanConstructor;
230
- default: boolean;
231
- };
232
- dataName: {
233
- type: StringConstructor;
234
- };
235
- }>> & {
236
- onChange?: ((...args: any[]) => any) | undefined;
237
- }, {
238
- value: {
239
- star_val: string;
240
- end_val: string;
241
- };
242
- disabled: boolean;
243
- options: unknown[];
244
- item: Record<string, any>;
245
- defaultValue: Record<string, any>;
246
- format: string;
247
- }>;
248
- export default _default;
@@ -1,12 +0,0 @@
1
- declare const TEAMS: {
2
- con: string;
3
- title: string;
4
- name: string;
5
- }[];
6
- declare const DAYUNITS: {
7
- title: string;
8
- units: number;
9
- con: string;
10
- name: string;
11
- }[];
12
- export { TEAMS, DAYUNITS };
@@ -1 +0,0 @@
1
- const t=[{con:"TODAY",title:"1.1.4.37",name:"今天"},{con:"TOMORROW",title:"1.1.4.38",name:"明天"},{con:"YESTERDAY",title:"1.1.4.39",name:"昨天"},{con:"THIS_WEEK",title:"1.1.4.40",name:"本周"},{con:"NEXT_WEEK",title:"1.1.4.41",name:"下周"},{con:"LAST_WEEK",title:"1.1.4.42",name:"上周"},{con:"THIS_MONTH",title:"1.1.4.43",name:"本月"},{con:"NEXT_MONTH",title:"1.1.4.44",name:"下月"},{con:"LAST_MONTH",title:"1.1.4.45",name:"上月"},{con:"THIS_SEASON",title:"1.1.4.46",name:"本季度"},{con:"NEXT_SEASON",title:"1.1.4.47",name:"下季度"},{con:"LAST_SEASON",title:"1.1.4.48",name:"上季度"},{con:"THIS_YEAR",title:"1.1.4.49",name:"本年"},{con:"NEXT_YEAR",title:"1.1.4.50",name:"下年"},{con:"LAST_YEAR",title:"1.1.4.51",name:"上年"}],n=[{title:"1.2.5.58",units:1,con:"DAY",name:"天"},{title:"1.2.5.59",units:2,con:"WEEK",name:"周"},{title:"1.2.1.11.18",units:1,con:"MONTH",name:"月"},{title:"1.9.273",units:1,con:"YEAR",name:"岁"}];export{n as DAYUNITS,t as TEAMS};
@@ -1,4 +0,0 @@
1
- declare const PreventReClick: {
2
- mounted(el: any, binding: any): void;
3
- };
4
- export default PreventReClick;
@@ -1 +0,0 @@
1
- const e={mounted(e,d){e.addEventListener("click",(()=>{e.disabled||(e.disabled=!0,setTimeout((()=>{e.disabled=!1}),d.value||1e3))}))}};export{e as default};
@@ -1,86 +0,0 @@
1
- declare const draggableComponent: import('vue').DefineComponent<
2
- {
3
- list: {
4
- type: ArrayConstructor;
5
- required: boolean;
6
- default: any;
7
- };
8
- modelValue: {
9
- type: ArrayConstructor;
10
- required: boolean;
11
- default: any;
12
- };
13
- itemKey: {
14
- type: (FunctionConstructor | StringConstructor)[];
15
- required: boolean;
16
- };
17
- clone: {
18
- type: FunctionConstructor;
19
- default: (original: any) => any;
20
- };
21
- tag: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- move: {
26
- type: FunctionConstructor;
27
- default: any;
28
- };
29
- componentData: {
30
- type: ObjectConstructor;
31
- required: boolean;
32
- default: any;
33
- };
34
- },
35
- unknown,
36
- {
37
- error: boolean;
38
- },
39
- {
40
- realList(): any;
41
- getKey(): any;
42
- },
43
- {
44
- getUnderlyingVm(domElement: any): any;
45
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
46
- emitChanges(evt: any): void;
47
- alterList(onList: any): void;
48
- spliceList(): void;
49
- updatePosition(oldIndex: any, newIndex: any): void;
50
- getRelatedContextFromMoveEvent({ to, related }: { to: any; related: any }): any;
51
- getVmIndexFromDomIndex(domIndex: any): any;
52
- onDragStart(evt: any): void;
53
- onDragAdd(evt: any): void;
54
- onDragRemove(evt: any): void;
55
- onDragUpdate(evt: any): void;
56
- computeFutureIndex(relatedContext: any, evt: any): any;
57
- onDragMove(evt: any, originalEvent: any): any;
58
- onDragEnd(): void;
59
- },
60
- import('vue').ComponentOptionsMixin,
61
- import('vue').ComponentOptionsMixin,
62
- any[],
63
- any,
64
- import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps,
65
- Readonly<
66
- {
67
- move: Function;
68
- tag: string;
69
- clone: Function;
70
- list: unknown[];
71
- modelValue: unknown[];
72
- componentData: Record<string, any>;
73
- } & {
74
- itemKey?: string | Function;
75
- }
76
- >,
77
- {
78
- move: Function;
79
- tag: string;
80
- clone: Function;
81
- list: unknown[];
82
- modelValue: unknown[];
83
- componentData: Record<string, any>;
84
- }
85
- >;
86
- export default draggableComponent;