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