@creatorsn/vfluent3 0.2.17 → 0.2.20

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 (175) hide show
  1. package/dist/types/packages/affix/index.d.ts +44 -0
  2. package/dist/types/packages/affix/source/index.vue.d.ts +43 -0
  3. package/dist/types/packages/affix/style/index.d.ts +3 -0
  4. package/dist/types/packages/animated-icon/index.d.ts +325 -191
  5. package/dist/types/packages/animated-icon/source/index.vue.d.ts +325 -192
  6. package/dist/types/packages/badge/index.d.ts +76 -188
  7. package/dist/types/packages/badge/source/index.vue.d.ts +76 -188
  8. package/dist/types/packages/breadcrumb/index.d.ts +95 -293
  9. package/dist/types/packages/breadcrumb/source/index.vue.d.ts +95 -293
  10. package/dist/types/packages/button/index.d.ts +79 -289
  11. package/dist/types/packages/button/source/index.vue.d.ts +79 -289
  12. package/dist/types/packages/calendar-date-picker/index.d.ts +108 -1
  13. package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +108 -1
  14. package/dist/types/packages/calendar-view/index.d.ts +122 -175
  15. package/dist/types/packages/calendar-view/source/index.vue.d.ts +122 -175
  16. package/dist/types/packages/calendar-view/source/sub/dateBox.vue.d.ts +1 -288
  17. package/dist/types/packages/calendar-view/source/sub/monthBox.vue.d.ts +1 -239
  18. package/dist/types/packages/calendar-view/source/sub/yearBox.vue.d.ts +1 -179
  19. package/dist/types/packages/callout/index.d.ts +13 -13
  20. package/dist/types/packages/callout/source/index.vue.d.ts +21 -21
  21. package/dist/types/packages/check-box/index.d.ts +67 -200
  22. package/dist/types/packages/check-box/source/index.vue.d.ts +67 -200
  23. package/dist/types/packages/collapse/index.d.ts +77 -276
  24. package/dist/types/packages/collapse/source/index.vue.d.ts +77 -276
  25. package/dist/types/packages/color-picker/index.d.ts +7 -7
  26. package/dist/types/packages/color-picker/source/index.d.ts +3 -3
  27. package/dist/types/packages/color-picker/source/index.vue.d.ts +7 -7
  28. package/dist/types/packages/combobox/index.d.ts +106 -525
  29. package/dist/types/packages/combobox/source/index.vue.d.ts +106 -525
  30. package/dist/types/packages/command-bar/index.d.ts +97 -219
  31. package/dist/types/packages/command-bar/source/index.vue.d.ts +97 -219
  32. package/dist/types/packages/date-picker/index.d.ts +22 -22
  33. package/dist/types/packages/date-picker/source/index.d.ts +56 -56
  34. package/dist/types/packages/date-picker/source/index.vue.d.ts +22 -22
  35. package/dist/types/packages/details-list/index.d.ts +275 -689
  36. package/dist/types/packages/details-list/source/index.vue.d.ts +275 -689
  37. package/dist/types/packages/details-list/source/sub/selector.vue.d.ts +1 -117
  38. package/dist/types/packages/details-list/source/sub/spliter.vue.d.ts +1 -121
  39. package/dist/types/packages/drawer/index.d.ts +103 -197
  40. package/dist/types/packages/drawer/source/index.vue.d.ts +103 -197
  41. package/dist/types/packages/drop-down/index.d.ts +169 -456
  42. package/dist/types/packages/drop-down/source/index.vue.d.ts +169 -456
  43. package/dist/types/packages/drop-down/source/input/input.vue.d.ts +1 -305
  44. package/dist/types/packages/drop-down/source/list/listContainer.vue.d.ts +1 -370
  45. package/dist/types/packages/expander/index.d.ts +80 -270
  46. package/dist/types/packages/expander/source/index.vue.d.ts +80 -270
  47. package/dist/types/packages/flip-view/index.d.ts +186 -252
  48. package/dist/types/packages/flip-view/source/index.vue.d.ts +186 -252
  49. package/dist/types/packages/icon-element/index.d.ts +59 -164
  50. package/dist/types/packages/icon-element/source/index.vue.d.ts +59 -164
  51. package/dist/types/packages/image/index.d.ts +60 -105
  52. package/dist/types/packages/image/source/index.vue.d.ts +60 -105
  53. package/dist/types/packages/img/index.d.ts +47 -145
  54. package/dist/types/packages/img/source/index.vue.d.ts +47 -145
  55. package/dist/types/packages/img-box/index.d.ts +95 -151
  56. package/dist/types/packages/img-box/source/index.vue.d.ts +95 -151
  57. package/dist/types/packages/index.d.ts +5 -0
  58. package/dist/types/packages/infinite-scroll-view/index.d.ts +75 -176
  59. package/dist/types/packages/infinite-scroll-view/source/index.vue.d.ts +75 -176
  60. package/dist/types/packages/info-box/index.d.ts +145 -228
  61. package/dist/types/packages/info-box/source/index.vue.d.ts +145 -228
  62. package/dist/types/packages/list-view/index.d.ts +209 -1
  63. package/dist/types/packages/list-view/source/index.vue.d.ts +209 -1
  64. package/dist/types/packages/menu-flyout/index.d.ts +128 -1
  65. package/dist/types/packages/menu-flyout/source/index.vue.d.ts +128 -1
  66. package/dist/types/packages/message-bar/index.d.ts +128 -1
  67. package/dist/types/packages/message-bar/source/index.vue.d.ts +128 -1
  68. package/dist/types/packages/message-bar/source/plugin.d.ts +1 -1
  69. package/dist/types/packages/navigation-panel/index.d.ts +150 -1
  70. package/dist/types/packages/navigation-panel/source/index.vue.d.ts +150 -1
  71. package/dist/types/packages/navigation-view/index.d.ts +87 -1
  72. package/dist/types/packages/navigation-view/source/index.vue.d.ts +87 -1
  73. package/dist/types/packages/pagination/index.d.ts +63 -1
  74. package/dist/types/packages/pagination/source/index.vue.d.ts +63 -1
  75. package/dist/types/packages/panel/index.d.ts +121 -1
  76. package/dist/types/packages/panel/source/index.vue.d.ts +121 -1
  77. package/dist/types/packages/persona/index.d.ts +186 -1
  78. package/dist/types/packages/persona/source/index.vue.d.ts +186 -1
  79. package/dist/types/packages/pivot/index.d.ts +158 -1
  80. package/dist/types/packages/pivot/source/index.vue.d.ts +158 -1
  81. package/dist/types/packages/progress-bar/index.d.ts +63 -1
  82. package/dist/types/packages/progress-bar/source/index.vue.d.ts +63 -1
  83. package/dist/types/packages/progress-ring/index.d.ts +99 -1
  84. package/dist/types/packages/progress-ring/source/index.vue.d.ts +99 -1
  85. package/dist/types/packages/radio/index.d.ts +47 -60
  86. package/dist/types/packages/radio/source/index.vue.d.ts +47 -60
  87. package/dist/types/packages/rating-control/index.d.ts +105 -1
  88. package/dist/types/packages/rating-control/source/index.vue.d.ts +105 -1
  89. package/dist/types/packages/reveal-container/index.d.ts +219 -1
  90. package/dist/types/packages/reveal-container/source/index.vue.d.ts +219 -1
  91. package/dist/types/packages/scroll-story/index.d.ts +80 -1
  92. package/dist/types/packages/scroll-story/source/index.vue.d.ts +80 -1
  93. package/dist/types/packages/search-box/index.d.ts +215 -1
  94. package/dist/types/packages/search-box/source/index.vue.d.ts +215 -1
  95. package/dist/types/packages/shimmer/index.d.ts +68 -1
  96. package/dist/types/packages/shimmer/source/index.vue.d.ts +68 -1
  97. package/dist/types/packages/slider/index.d.ts +205 -1
  98. package/dist/types/packages/slider/source/index.vue.d.ts +205 -1
  99. package/dist/types/packages/swipe-control/index.d.ts +137 -1
  100. package/dist/types/packages/swipe-control/source/index.vue.d.ts +137 -1
  101. package/dist/types/packages/tag/index.d.ts +104 -1
  102. package/dist/types/packages/tag/source/index.vue.d.ts +104 -1
  103. package/dist/types/packages/text-box/index.d.ts +174 -1
  104. package/dist/types/packages/text-box/source/index.vue.d.ts +174 -1
  105. package/dist/types/packages/text-field/index.d.ts +129 -1
  106. package/dist/types/packages/text-field/source/index.vue.d.ts +129 -1
  107. package/dist/types/packages/time-picker/index.d.ts +3 -1
  108. package/dist/types/packages/time-picker/source/index.vue.d.ts +3 -1
  109. package/dist/types/packages/toggle-switch/index.d.ts +117 -1
  110. package/dist/types/packages/toggle-switch/source/index.vue.d.ts +117 -1
  111. package/dist/types/packages/tree-view/index.d.ts +125 -1
  112. package/dist/types/packages/tree-view/source/index.vue.d.ts +125 -1
  113. package/dist/types/packages/verify-box/index.d.ts +108 -1
  114. package/dist/types/packages/verify-box/source/index.vue.d.ts +108 -1
  115. package/dist/types/packages/web-window/index.d.ts +131 -1
  116. package/dist/types/packages/web-window/source/index.vue.d.ts +131 -1
  117. package/dist/types/store/image/index.d.ts +3 -3
  118. package/dist/types/utils/common/revealEffect/direct.d.ts +1 -1
  119. package/dist/types/utils/common/revealEffect/masked.d.ts +1 -1
  120. package/dist/vfluent3.js +13799 -13454
  121. package/dist/vfluent3.umd.cjs +8 -8
  122. package/package.json +1 -1
  123. package/dist/types/packages/badge/source/index.d.ts +0 -50
  124. package/dist/types/packages/breadcrumb/source/index.d.ts +0 -81
  125. package/dist/types/packages/calendar-date-picker/source/index.d.ts +0 -20
  126. package/dist/types/packages/calendar-view/source/index.d.ts +0 -796
  127. package/dist/types/packages/calendar-view/source/sub/dateBox.d.ts +0 -192
  128. package/dist/types/packages/calendar-view/source/sub/monthBox.d.ts +0 -177
  129. package/dist/types/packages/calendar-view/source/sub/yearBox.d.ts +0 -161
  130. package/dist/types/packages/callout/source/index.d.ts +0 -1113
  131. package/dist/types/packages/check-box/source/index.d.ts +0 -51
  132. package/dist/types/packages/collapse/source/index.d.ts +0 -67
  133. package/dist/types/packages/combobox/source/index.d.ts +0 -110
  134. package/dist/types/packages/command-bar/source/index.d.ts +0 -96
  135. package/dist/types/packages/details-list/source/index.d.ts +0 -228
  136. package/dist/types/packages/details-list/source/sub/selector.d.ts +0 -30
  137. package/dist/types/packages/details-list/source/sub/spliter.d.ts +0 -34
  138. package/dist/types/packages/drawer/source/index.d.ts +0 -66
  139. package/dist/types/packages/drop-down/source/index.d.ts +0 -141
  140. package/dist/types/packages/drop-down/source/input/input.d.ts +0 -80
  141. package/dist/types/packages/drop-down/source/list/listContainer.d.ts +0 -101
  142. package/dist/types/packages/expander/source/index.d.ts +0 -66
  143. package/dist/types/packages/flip-view/source/index.d.ts +0 -122
  144. package/dist/types/packages/icon-element/source/index.d.ts +0 -49
  145. package/dist/types/packages/image/source/index.d.ts +0 -38
  146. package/dist/types/packages/img/source/index.d.ts +0 -38
  147. package/dist/types/packages/img-box/source/index.d.ts +0 -155
  148. package/dist/types/packages/infinite-scroll-view/source/index.d.ts +0 -52
  149. package/dist/types/packages/info-box/source/index.d.ts +0 -87
  150. package/dist/types/packages/list-view/source/index.d.ts +0 -20
  151. package/dist/types/packages/menu-flyout/source/index.d.ts +0 -20
  152. package/dist/types/packages/message-bar/source/index.d.ts +0 -20
  153. package/dist/types/packages/navigation-panel/source/index.d.ts +0 -20
  154. package/dist/types/packages/navigation-view/source/index.d.ts +0 -20
  155. package/dist/types/packages/pagination/source/index.d.ts +0 -20
  156. package/dist/types/packages/panel/source/index.d.ts +0 -20
  157. package/dist/types/packages/pivot/source/index.d.ts +0 -20
  158. package/dist/types/packages/progress-bar/source/index.d.ts +0 -20
  159. package/dist/types/packages/progress-ring/source/index.d.ts +0 -20
  160. package/dist/types/packages/radio/source/index.d.ts +0 -20
  161. package/dist/types/packages/rating-control/source/index.d.ts +0 -20
  162. package/dist/types/packages/reveal-container/source/index.d.ts +0 -20
  163. package/dist/types/packages/scroll-story/source/index.d.ts +0 -20
  164. package/dist/types/packages/search-box/source/index.d.ts +0 -20
  165. package/dist/types/packages/shimmer/source/index.d.ts +0 -20
  166. package/dist/types/packages/slider/source/index.d.ts +0 -20
  167. package/dist/types/packages/swipe-control/source/index.d.ts +0 -20
  168. package/dist/types/packages/tag/source/index.d.ts +0 -20
  169. package/dist/types/packages/text-box/source/index.d.ts +0 -20
  170. package/dist/types/packages/text-field/source/index.d.ts +0 -20
  171. package/dist/types/packages/time-picker/source/index.d.ts +0 -20
  172. package/dist/types/packages/toggle-switch/source/index.d.ts +0 -20
  173. package/dist/types/packages/tree-view/source/index.d.ts +0 -20
  174. package/dist/types/packages/verify-box/source/index.d.ts +0 -20
  175. package/dist/types/packages/web-window/source/index.d.ts +0 -20
@@ -1,738 +1,324 @@
1
1
  import "./style";
2
2
  export declare const FvDetailsList: import("../../types/plugins/component-plugin").ComponentPlugin<{
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- modelValue: {
5
- type: import("vue").PropType<{
6
- [x: string]: any;
7
- }[]>;
8
- default: () => any[];
9
- };
10
- head: {
11
- type: import("vue").PropType<{
12
- content?: string;
13
- minWidth?: string | number;
14
- width?: string | number;
15
- sortName?: string;
16
- customSort?: (a: {
17
- [x: string]: any;
18
- }, b: {
19
- [x: string]: any;
20
- }) => number;
21
- visible?: boolean | (() => boolean);
22
- disX?: number;
23
- show?: boolean;
24
- }[]>;
25
- default: () => any[];
26
- };
27
- group: {
28
- type: import("vue").PropType<{
29
- key: string;
30
- value: string;
31
- name?: string;
32
- expand?: boolean;
33
- data?: {
34
- [x: string]: any;
35
- }[];
36
- }[]>;
37
- default: () => any[];
38
- };
39
- filter: {
40
- type: import("vue").PropType<string | {
41
- key: string;
42
- value: string;
43
- }>;
44
- default: () => {
45
- key: string;
46
- value: string;
47
- };
48
- };
49
- showGroup: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- autoHeight: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- foreground: {
58
- type: StringConstructor;
59
- default: string;
60
- };
61
- headBackground: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
- compact: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- multiSelection: {
70
- type: BooleanConstructor;
71
- default: boolean;
72
- };
73
- allowDrag: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- rowCss: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- rightMenuWidth: {
82
- type: NumberConstructor;
83
- default: number;
84
- };
85
- theme: {
86
- type: StringConstructor;
87
- default: string;
88
- };
89
- disabled: {
90
- type: BooleanConstructor;
91
- default: boolean;
92
- };
93
- lang: {
94
- type: StringConstructor;
95
- default: string;
96
- };
97
- }>> & {
98
- "onUpdate:modelValue"?: (val: {
99
- [x: string]: any;
100
- }) => any;
101
- "onChange-value"?: (val: {
102
- [x: string]: any;
103
- }) => any;
104
- "onChoose-items"?: (val: {
105
- [x: string]: any;
106
- }[]) => any;
107
- onLazyload?: (val: {
108
- [x: string]: any;
109
- }) => any;
110
- onRightclick?: (val: {
111
- [x: string]: any;
112
- }) => any;
113
- "onDrop-items"?: (val: {
114
- transfer: {
115
- [x: string]: any;
116
- } | {
117
- [x: string]: any;
118
- }[];
119
- value: {
120
- [x: string]: any;
121
- };
122
- }) => any;
123
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
124
- "update:modelValue": (val: {
125
- [x: string]: any;
126
- }) => boolean;
127
- "change-value": (val: {
128
- [x: string]: any;
129
- }) => boolean;
130
- "choose-items": (val: {
131
- [x: string]: any;
132
- }[]) => boolean;
133
- lazyload: (val: {
134
- [x: string]: any;
135
- }) => boolean;
136
- rightclick: (val: {
137
- [x: string]: any;
138
- }) => boolean;
139
- "drop-items": (val: {
140
- transfer: {
141
- [x: string]: any;
142
- } | {
143
- [x: string]: any;
144
- }[];
145
- value: {
146
- [x: string]: any;
147
- };
148
- }) => boolean;
149
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
150
- modelValue: {
151
- type: import("vue").PropType<{
152
- [x: string]: any;
153
- }[]>;
154
- default: () => any[];
155
- };
156
- head: {
157
- type: import("vue").PropType<{
158
- content?: string;
159
- minWidth?: string | number;
160
- width?: string | number;
161
- sortName?: string;
162
- customSort?: (a: {
163
- [x: string]: any;
164
- }, b: {
165
- [x: string]: any;
166
- }) => number;
167
- visible?: boolean | (() => boolean);
168
- disX?: number;
169
- show?: boolean;
170
- }[]>;
171
- default: () => any[];
172
- };
173
- group: {
174
- type: import("vue").PropType<{
175
- key: string;
176
- value: string;
177
- name?: string;
178
- expand?: boolean;
179
- data?: {
180
- [x: string]: any;
181
- }[];
182
- }[]>;
183
- default: () => any[];
184
- };
185
- filter: {
186
- type: import("vue").PropType<string | {
187
- key: string;
188
- value: string;
189
- }>;
190
- default: () => {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {
4
+ $props: {
5
+ readonly filter?: {
191
6
  key: string;
192
7
  value: string;
8
+ } | undefined;
9
+ readonly theme?: string | undefined;
10
+ readonly head?: never[] | undefined;
11
+ readonly disabled?: boolean | undefined;
12
+ readonly lang?: string | undefined;
13
+ readonly modelValue?: never[] | undefined;
14
+ readonly foreground?: string | undefined;
15
+ readonly compact?: boolean | undefined;
16
+ readonly group?: never[] | undefined;
17
+ readonly headBackground?: string | undefined;
18
+ readonly multiSelection?: boolean | undefined;
19
+ readonly showGroup?: boolean | undefined;
20
+ readonly autoHeight?: boolean | undefined;
21
+ readonly allowDrag?: boolean | undefined;
22
+ readonly rowCss?: string | undefined;
23
+ readonly rightMenuWidth?: number | undefined;
24
+ };
25
+ $emit: (event: "change-value" | "choose-items" | "lazyload" | "rightclick" | "drop-items", ...args: any[]) => void;
26
+ }, {
27
+ thisValue: never[];
28
+ listWidth: number;
29
+ thisHead: never[];
30
+ thisGroup: never[];
31
+ posX: number;
32
+ posY: number;
33
+ rightMenuHeight: number;
34
+ windowResize: {
35
+ trigger: boolean;
36
+ width: number;
37
+ };
38
+ sort: {
39
+ name: string;
40
+ desc: boolean;
41
+ };
42
+ dragTransfer: {};
43
+ FR_Table_Head: null;
44
+ show: {
45
+ rightMenu: boolean;
46
+ };
47
+ styles: {
48
+ listHead: {
49
+ background: string;
193
50
  };
194
51
  };
195
- showGroup: {
196
- type: BooleanConstructor;
197
- default: boolean;
198
- };
199
- autoHeight: {
200
- type: BooleanConstructor;
201
- default: boolean;
202
- };
203
- foreground: {
204
- type: StringConstructor;
205
- default: string;
206
- };
207
- headBackground: {
208
- type: StringConstructor;
209
- default: string;
210
- };
211
- compact: {
212
- type: BooleanConstructor;
213
- default: boolean;
214
- };
215
- multiSelection: {
216
- type: BooleanConstructor;
217
- default: boolean;
218
- };
219
- allowDrag: {
220
- type: BooleanConstructor;
221
- default: boolean;
222
- };
223
- rowCss: {
224
- type: StringConstructor;
225
- default: string;
226
- };
227
- rightMenuWidth: {
228
- type: NumberConstructor;
229
- default: number;
52
+ uR: null;
53
+ timer: {
54
+ width: {};
55
+ resize: {};
230
56
  };
231
- theme: {
232
- type: StringConstructor;
233
- default: string;
234
- };
235
- disabled: {
236
- type: BooleanConstructor;
237
- default: boolean;
238
- };
239
- lang: {
240
- type: StringConstructor;
241
- default: string;
242
- };
243
- }>> & {
244
- "onUpdate:modelValue"?: (val: {
245
- [x: string]: any;
246
- }) => any;
247
- "onChange-value"?: (val: {
248
- [x: string]: any;
249
- }) => any;
250
- "onChoose-items"?: (val: {
251
- [x: string]: any;
252
- }[]) => any;
253
- onLazyload?: (val: {
254
- [x: string]: any;
255
- }) => any;
256
- onRightclick?: (val: {
257
- [x: string]: any;
258
- }) => any;
259
- "onDrop-items"?: (val: {
260
- transfer: {
261
- [x: string]: any;
262
- } | {
263
- [x: string]: any;
264
- }[];
265
- value: {
266
- [x: string]: any;
267
- };
268
- }) => any;
269
57
  }, {
270
- filter: string | {
271
- key: string;
272
- value: string;
273
- };
274
- theme: string;
275
- head: {
276
- content?: string;
277
- minWidth?: string | number;
278
- width?: string | number;
279
- sortName?: string;
280
- customSort?: (a: {
281
- [x: string]: any;
282
- }, b: {
283
- [x: string]: any;
284
- }) => number;
285
- visible?: boolean | (() => boolean);
286
- disX?: number;
287
- show?: boolean;
288
- }[];
289
- modelValue: {
290
- [x: string]: any;
291
- }[];
292
- disabled: boolean;
293
- lang: string;
294
- foreground: string;
295
- compact: boolean;
296
- group: {
297
- key: string;
298
- value: string;
299
- name?: string;
300
- expand?: boolean;
301
- data?: {
302
- [x: string]: any;
303
- }[];
304
- }[];
305
- showGroup: boolean;
306
- autoHeight: boolean;
307
- headBackground: string;
308
- multiSelection: boolean;
309
- allowDrag: boolean;
310
- rowCss: string;
311
- rightMenuWidth: number;
312
- }, true, {}, {}, {
58
+ $theme(): string;
59
+ colWidth(): string[];
60
+ currentChoosen(): any[];
61
+ currentChoosenAll(): boolean;
62
+ currentChoosenNum(): number;
63
+ currentExpandAll(): boolean;
64
+ borderLightColor(): () => "rgba(121, 119, 117, 0.6)" | "rgba(255, 255, 255, 0.6)";
65
+ backgroundLightColor(): () => "rgba(121, 119, 117, 0.3)" | "rgba(255, 255, 255, 0.3)";
66
+ }, {
67
+ FRInit(): void;
68
+ stylesInit(): void;
69
+ headInit(): void;
70
+ valueInit(): void;
71
+ groupInit(): void;
72
+ getGroupDataInit(): void;
73
+ listWidthRefreshInit(): void;
74
+ watchWindowResizeInit(): void;
75
+ lazyLoadInit(): void;
76
+ rightMenuClearInit(): void;
77
+ filterValue(): 0 | undefined;
78
+ resizeDown(event: any, index: any): void;
79
+ resizeMove(event: any, index: any): void;
80
+ widthFormat(index: any): void;
81
+ itemChooseClick(item: any): void;
82
+ chooseCurrent(item: any): void;
83
+ chooseAll(): void;
84
+ isGroupChooseAll(group: any): boolean;
85
+ chooseGroup(group: any): void;
86
+ expandGroup(group: any): void;
87
+ expandAll(): void;
88
+ rightClick(event: any, item: any): void;
89
+ sortClick(item: any, reverse?: boolean): 0 | undefined;
90
+ inteliSort(key?: number, desc?: boolean): void;
91
+ sortNum(item1: any, item2: any): 1 | -1;
92
+ sortName(item1: any, item2: any): any;
93
+ sortTime(item1: any, item2: any): any;
94
+ drag(event: any, item: any): void;
95
+ drop(item: any): void;
96
+ valueTrigger(val: any): any;
97
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
313
98
  P: {};
314
99
  B: {};
315
100
  D: {};
316
101
  C: {};
317
102
  M: {};
318
103
  Defaults: {};
319
- }, Readonly<import("vue").ExtractPropTypes<{
320
- modelValue: {
321
- type: import("vue").PropType<{
322
- [x: string]: any;
323
- }[]>;
324
- default: () => any[];
325
- };
326
- head: {
327
- type: import("vue").PropType<{
328
- content?: string;
329
- minWidth?: string | number;
330
- width?: string | number;
331
- sortName?: string;
332
- customSort?: (a: {
333
- [x: string]: any;
334
- }, b: {
335
- [x: string]: any;
336
- }) => number;
337
- visible?: boolean | (() => boolean);
338
- disX?: number;
339
- show?: boolean;
340
- }[]>;
341
- default: () => any[];
342
- };
343
- group: {
344
- type: import("vue").PropType<{
345
- key: string;
346
- value: string;
347
- name?: string;
348
- expand?: boolean;
349
- data?: {
350
- [x: string]: any;
351
- }[];
352
- }[]>;
353
- default: () => any[];
354
- };
355
- filter: {
356
- type: import("vue").PropType<string | {
357
- key: string;
358
- value: string;
359
- }>;
360
- default: () => {
104
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, {
105
+ $props: {
106
+ readonly filter?: {
361
107
  key: string;
362
108
  value: string;
109
+ } | undefined;
110
+ readonly theme?: string | undefined;
111
+ readonly head?: never[] | undefined;
112
+ readonly disabled?: boolean | undefined;
113
+ readonly lang?: string | undefined;
114
+ readonly modelValue?: never[] | undefined;
115
+ readonly foreground?: string | undefined;
116
+ readonly compact?: boolean | undefined;
117
+ readonly group?: never[] | undefined;
118
+ readonly headBackground?: string | undefined;
119
+ readonly multiSelection?: boolean | undefined;
120
+ readonly showGroup?: boolean | undefined;
121
+ readonly autoHeight?: boolean | undefined;
122
+ readonly allowDrag?: boolean | undefined;
123
+ readonly rowCss?: string | undefined;
124
+ readonly rightMenuWidth?: number | undefined;
125
+ };
126
+ $emit: (event: "change-value" | "choose-items" | "lazyload" | "rightclick" | "drop-items", ...args: any[]) => void;
127
+ }, {
128
+ thisValue: never[];
129
+ listWidth: number;
130
+ thisHead: never[];
131
+ thisGroup: never[];
132
+ posX: number;
133
+ posY: number;
134
+ rightMenuHeight: number;
135
+ windowResize: {
136
+ trigger: boolean;
137
+ width: number;
138
+ };
139
+ sort: {
140
+ name: string;
141
+ desc: boolean;
142
+ };
143
+ dragTransfer: {};
144
+ FR_Table_Head: null;
145
+ show: {
146
+ rightMenu: boolean;
147
+ };
148
+ styles: {
149
+ listHead: {
150
+ background: string;
363
151
  };
364
152
  };
365
- showGroup: {
366
- type: BooleanConstructor;
367
- default: boolean;
368
- };
369
- autoHeight: {
370
- type: BooleanConstructor;
371
- default: boolean;
372
- };
373
- foreground: {
374
- type: StringConstructor;
375
- default: string;
376
- };
377
- headBackground: {
378
- type: StringConstructor;
379
- default: string;
380
- };
381
- compact: {
382
- type: BooleanConstructor;
383
- default: boolean;
384
- };
385
- multiSelection: {
386
- type: BooleanConstructor;
387
- default: boolean;
388
- };
389
- allowDrag: {
390
- type: BooleanConstructor;
391
- default: boolean;
392
- };
393
- rowCss: {
394
- type: StringConstructor;
395
- default: string;
396
- };
397
- rightMenuWidth: {
398
- type: NumberConstructor;
399
- default: number;
153
+ uR: null;
154
+ timer: {
155
+ width: {};
156
+ resize: {};
400
157
  };
401
- theme: {
402
- type: StringConstructor;
403
- default: string;
404
- };
405
- disabled: {
406
- type: BooleanConstructor;
407
- default: boolean;
408
- };
409
- lang: {
410
- type: StringConstructor;
411
- default: string;
412
- };
413
- }>> & {
414
- "onUpdate:modelValue"?: (val: {
415
- [x: string]: any;
416
- }) => any;
417
- "onChange-value"?: (val: {
418
- [x: string]: any;
419
- }) => any;
420
- "onChoose-items"?: (val: {
421
- [x: string]: any;
422
- }[]) => any;
423
- onLazyload?: (val: {
424
- [x: string]: any;
425
- }) => any;
426
- onRightclick?: (val: {
427
- [x: string]: any;
428
- }) => any;
429
- "onDrop-items"?: (val: {
430
- transfer: {
431
- [x: string]: any;
432
- } | {
433
- [x: string]: any;
434
- }[];
435
- value: {
436
- [x: string]: any;
437
- };
438
- }) => any;
439
- }, {}, {}, {}, {}, {
440
- filter: string | {
441
- key: string;
442
- value: string;
443
- };
444
- theme: string;
445
- head: {
446
- content?: string;
447
- minWidth?: string | number;
448
- width?: string | number;
449
- sortName?: string;
450
- customSort?: (a: {
451
- [x: string]: any;
452
- }, b: {
453
- [x: string]: any;
454
- }) => number;
455
- visible?: boolean | (() => boolean);
456
- disX?: number;
457
- show?: boolean;
458
- }[];
459
- modelValue: {
460
- [x: string]: any;
461
- }[];
462
- disabled: boolean;
463
- lang: string;
464
- foreground: string;
465
- compact: boolean;
466
- group: {
467
- key: string;
468
- value: string;
469
- name?: string;
470
- expand?: boolean;
471
- data?: {
472
- [x: string]: any;
473
- }[];
474
- }[];
475
- showGroup: boolean;
476
- autoHeight: boolean;
477
- headBackground: string;
478
- multiSelection: boolean;
479
- allowDrag: boolean;
480
- rowCss: string;
481
- rightMenuWidth: number;
482
- }>;
483
- __isFragment?: never;
484
- __isTeleport?: never;
485
- __isSuspense?: never;
486
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
487
- modelValue: {
488
- type: import("vue").PropType<{
489
- [x: string]: any;
490
- }[]>;
491
- default: () => any[];
492
- };
493
- head: {
494
- type: import("vue").PropType<{
495
- content?: string;
496
- minWidth?: string | number;
497
- width?: string | number;
498
- sortName?: string;
499
- customSort?: (a: {
500
- [x: string]: any;
501
- }, b: {
502
- [x: string]: any;
503
- }) => number;
504
- visible?: boolean | (() => boolean);
505
- disX?: number;
506
- show?: boolean;
507
- }[]>;
508
- default: () => any[];
509
- };
510
- group: {
511
- type: import("vue").PropType<{
512
- key: string;
513
- value: string;
514
- name?: string;
515
- expand?: boolean;
516
- data?: {
517
- [x: string]: any;
518
- }[];
519
- }[]>;
520
- default: () => any[];
521
- };
522
- filter: {
523
- type: import("vue").PropType<string | {
524
- key: string;
525
- value: string;
526
- }>;
527
- default: () => {
158
+ }, {
159
+ $theme(): string;
160
+ colWidth(): string[];
161
+ currentChoosen(): any[];
162
+ currentChoosenAll(): boolean;
163
+ currentChoosenNum(): number;
164
+ currentExpandAll(): boolean;
165
+ borderLightColor(): () => "rgba(121, 119, 117, 0.6)" | "rgba(255, 255, 255, 0.6)";
166
+ backgroundLightColor(): () => "rgba(121, 119, 117, 0.3)" | "rgba(255, 255, 255, 0.3)";
167
+ }, {
168
+ FRInit(): void;
169
+ stylesInit(): void;
170
+ headInit(): void;
171
+ valueInit(): void;
172
+ groupInit(): void;
173
+ getGroupDataInit(): void;
174
+ listWidthRefreshInit(): void;
175
+ watchWindowResizeInit(): void;
176
+ lazyLoadInit(): void;
177
+ rightMenuClearInit(): void;
178
+ filterValue(): 0 | undefined;
179
+ resizeDown(event: any, index: any): void;
180
+ resizeMove(event: any, index: any): void;
181
+ widthFormat(index: any): void;
182
+ itemChooseClick(item: any): void;
183
+ chooseCurrent(item: any): void;
184
+ chooseAll(): void;
185
+ isGroupChooseAll(group: any): boolean;
186
+ chooseGroup(group: any): void;
187
+ expandGroup(group: any): void;
188
+ expandAll(): void;
189
+ rightClick(event: any, item: any): void;
190
+ sortClick(item: any, reverse?: boolean): 0 | undefined;
191
+ inteliSort(key?: number, desc?: boolean): void;
192
+ sortNum(item1: any, item2: any): 1 | -1;
193
+ sortName(item1: any, item2: any): any;
194
+ sortTime(item1: any, item2: any): any;
195
+ drag(event: any, item: any): void;
196
+ drop(item: any): void;
197
+ valueTrigger(val: any): any;
198
+ }, {}>;
199
+ __isFragment?: undefined;
200
+ __isTeleport?: undefined;
201
+ __isSuspense?: undefined;
202
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
203
+ $props: {
204
+ readonly filter?: {
528
205
  key: string;
529
206
  value: string;
530
- };
531
- };
532
- showGroup: {
533
- type: BooleanConstructor;
534
- default: boolean;
535
- };
536
- autoHeight: {
537
- type: BooleanConstructor;
538
- default: boolean;
539
- };
540
- foreground: {
541
- type: StringConstructor;
542
- default: string;
543
- };
544
- headBackground: {
545
- type: StringConstructor;
546
- default: string;
547
- };
548
- compact: {
549
- type: BooleanConstructor;
550
- default: boolean;
551
- };
552
- multiSelection: {
553
- type: BooleanConstructor;
554
- default: boolean;
207
+ } | undefined;
208
+ readonly theme?: string | undefined;
209
+ readonly head?: never[] | undefined;
210
+ readonly disabled?: boolean | undefined;
211
+ readonly lang?: string | undefined;
212
+ readonly modelValue?: never[] | undefined;
213
+ readonly foreground?: string | undefined;
214
+ readonly compact?: boolean | undefined;
215
+ readonly group?: never[] | undefined;
216
+ readonly headBackground?: string | undefined;
217
+ readonly multiSelection?: boolean | undefined;
218
+ readonly showGroup?: boolean | undefined;
219
+ readonly autoHeight?: boolean | undefined;
220
+ readonly allowDrag?: boolean | undefined;
221
+ readonly rowCss?: string | undefined;
222
+ readonly rightMenuWidth?: number | undefined;
555
223
  };
556
- allowDrag: {
557
- type: BooleanConstructor;
558
- default: boolean;
224
+ $emit: (event: "change-value" | "choose-items" | "lazyload" | "rightclick" | "drop-items", ...args: any[]) => void;
225
+ }, {
226
+ thisValue: never[];
227
+ listWidth: number;
228
+ thisHead: never[];
229
+ thisGroup: never[];
230
+ posX: number;
231
+ posY: number;
232
+ rightMenuHeight: number;
233
+ windowResize: {
234
+ trigger: boolean;
235
+ width: number;
559
236
  };
560
- rowCss: {
561
- type: StringConstructor;
562
- default: string;
237
+ sort: {
238
+ name: string;
239
+ desc: boolean;
563
240
  };
564
- rightMenuWidth: {
565
- type: NumberConstructor;
566
- default: number;
241
+ dragTransfer: {};
242
+ FR_Table_Head: null;
243
+ show: {
244
+ rightMenu: boolean;
567
245
  };
568
- theme: {
569
- type: StringConstructor;
570
- default: string;
571
- };
572
- disabled: {
573
- type: BooleanConstructor;
574
- default: boolean;
575
- };
576
- lang: {
577
- type: StringConstructor;
578
- default: string;
579
- };
580
- }>> & {
581
- "onUpdate:modelValue"?: (val: {
582
- [x: string]: any;
583
- }) => any;
584
- "onChange-value"?: (val: {
585
- [x: string]: any;
586
- }) => any;
587
- "onChoose-items"?: (val: {
588
- [x: string]: any;
589
- }[]) => any;
590
- onLazyload?: (val: {
591
- [x: string]: any;
592
- }) => any;
593
- onRightclick?: (val: {
594
- [x: string]: any;
595
- }) => any;
596
- "onDrop-items"?: (val: {
597
- transfer: {
598
- [x: string]: any;
599
- } | {
600
- [x: string]: any;
601
- }[];
602
- value: {
603
- [x: string]: any;
604
- };
605
- }) => any;
606
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
607
- "update:modelValue": (val: {
608
- [x: string]: any;
609
- }) => boolean;
610
- "change-value": (val: {
611
- [x: string]: any;
612
- }) => boolean;
613
- "choose-items": (val: {
614
- [x: string]: any;
615
- }[]) => boolean;
616
- lazyload: (val: {
617
- [x: string]: any;
618
- }) => boolean;
619
- rightclick: (val: {
620
- [x: string]: any;
621
- }) => boolean;
622
- "drop-items": (val: {
623
- transfer: {
624
- [x: string]: any;
625
- } | {
626
- [x: string]: any;
627
- }[];
628
- value: {
629
- [x: string]: any;
246
+ styles: {
247
+ listHead: {
248
+ background: string;
630
249
  };
631
- }) => boolean;
632
- }, string, {
633
- filter: string | {
634
- key: string;
635
- value: string;
636
250
  };
637
- theme: string;
638
- head: {
639
- content?: string;
640
- minWidth?: string | number;
641
- width?: string | number;
642
- sortName?: string;
643
- customSort?: (a: {
644
- [x: string]: any;
645
- }, b: {
646
- [x: string]: any;
647
- }) => number;
648
- visible?: boolean | (() => boolean);
649
- disX?: number;
650
- show?: boolean;
651
- }[];
652
- modelValue: {
653
- [x: string]: any;
654
- }[];
655
- disabled: boolean;
656
- lang: string;
657
- foreground: string;
658
- compact: boolean;
659
- group: {
660
- key: string;
661
- value: string;
662
- name?: string;
663
- expand?: boolean;
664
- data?: {
665
- [x: string]: any;
666
- }[];
667
- }[];
668
- showGroup: boolean;
669
- autoHeight: boolean;
670
- headBackground: string;
671
- multiSelection: boolean;
672
- allowDrag: boolean;
673
- rowCss: string;
674
- rightMenuWidth: number;
675
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
251
+ uR: null;
252
+ timer: {
253
+ width: {};
254
+ resize: {};
255
+ };
256
+ }, {
257
+ $theme(): string;
258
+ colWidth(): string[];
259
+ currentChoosen(): any[];
260
+ currentChoosenAll(): boolean;
261
+ currentChoosenNum(): number;
262
+ currentExpandAll(): boolean;
263
+ borderLightColor(): () => "rgba(121, 119, 117, 0.6)" | "rgba(255, 255, 255, 0.6)";
264
+ backgroundLightColor(): () => "rgba(121, 119, 117, 0.3)" | "rgba(255, 255, 255, 0.3)";
265
+ }, {
266
+ FRInit(): void;
267
+ stylesInit(): void;
268
+ headInit(): void;
269
+ valueInit(): void;
270
+ groupInit(): void;
271
+ getGroupDataInit(): void;
272
+ listWidthRefreshInit(): void;
273
+ watchWindowResizeInit(): void;
274
+ lazyLoadInit(): void;
275
+ rightMenuClearInit(): void;
276
+ filterValue(): 0 | undefined;
277
+ resizeDown(event: any, index: any): void;
278
+ resizeMove(event: any, index: any): void;
279
+ widthFormat(index: any): void;
280
+ itemChooseClick(item: any): void;
281
+ chooseCurrent(item: any): void;
282
+ chooseAll(): void;
283
+ isGroupChooseAll(group: any): boolean;
284
+ chooseGroup(group: any): void;
285
+ expandGroup(group: any): void;
286
+ expandAll(): void;
287
+ rightClick(event: any, item: any): void;
288
+ sortClick(item: any, reverse?: boolean): 0 | undefined;
289
+ inteliSort(key?: number, desc?: boolean): void;
290
+ sortNum(item1: any, item2: any): 1 | -1;
291
+ sortName(item1: any, item2: any): any;
292
+ sortTime(item1: any, item2: any): any;
293
+ drag(event: any, item: any): void;
294
+ drop(item: any): void;
295
+ valueTrigger(val: any): any;
296
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
676
297
  $slots: Record<string, {
677
- item: {
678
- [x: string]: any;
679
- };
298
+ item: never;
680
299
  row_index: number;
681
300
  col_index: number;
682
301
  }> & Record<string, {
683
- item: {
684
- [x: string]: any;
685
- };
302
+ item: any;
686
303
  row_index: number;
687
304
  col_index: number;
688
305
  }> & {
689
306
  head: (_: {
690
- item: {
691
- content?: string;
692
- minWidth?: string | number;
693
- width?: string | number;
694
- sortName?: string;
695
- customSort?: (a: {
696
- [x: string]: any;
697
- }, b: {
698
- [x: string]: any;
699
- }) => number;
700
- visible?: boolean | (() => boolean);
701
- disX?: number;
702
- show?: boolean;
703
- };
307
+ item: never;
704
308
  index: number;
705
309
  }) => any;
706
310
  row_expand: (_: {
707
- item: {
708
- [x: string]: any;
709
- };
311
+ item: any;
710
312
  row_index: number;
711
313
  }) => any;
712
314
  group: (_: {
713
- item: {
714
- key: string;
715
- value: string;
716
- name?: string;
717
- expand?: boolean;
718
- data?: {
719
- [x: string]: any;
720
- }[];
721
- };
315
+ item: never;
722
316
  index: number;
723
317
  isMulti: boolean;
724
318
  isChoose: boolean;
725
319
  }) => any;
726
320
  group_content: (_: {
727
- item: {
728
- key: string;
729
- value: string;
730
- name?: string;
731
- expand?: boolean;
732
- data?: {
733
- [x: string]: any;
734
- }[];
735
- };
321
+ item: never;
736
322
  index: number;
737
323
  isMulti: boolean;
738
324
  isChoose: boolean;