@opencloud-eu/web-pkg 4.2.1 → 5.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{TextEditor-BEOcGAsh.js → TextEditor-uEaAtt7z.js} +44 -42
- package/dist/assets/worker-Br2EoHIh.js +40 -0
- package/dist/assets/{worker-DkMHRpBn.js → worker-CL8AMTxB.js} +20 -30
- package/dist/assets/worker-SrzUf4Ns.js +40 -0
- package/dist/{index-C-VmIu2P.js → index-BwyOzVbn.js} +18618 -18873
- package/dist/src/apps/types.d.ts +1 -0
- package/dist/src/components/AppBar/AppBar.vue.d.ts +2 -0
- package/dist/src/components/BatchActions.vue.d.ts +1 -0
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +1 -0
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +1 -0
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +2 -2
- package/dist/src/components/CreateLinkModal.vue.d.ts +17 -141
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +1 -0
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +7 -28
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +5 -44
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +174 -1533
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +4 -2
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +19 -67
- package/dist/src/components/ItemFilter.vue.d.ts +12 -9
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +60 -85
- package/dist/src/composables/actions/files/index.d.ts +12 -11
- package/dist/src/composables/actions/files/useFileActions.d.ts +2 -7
- package/dist/src/composables/actions/files/useFileActionsOpenWithDefault.d.ts +4 -0
- package/dist/src/composables/actions/types.d.ts +2 -2
- package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +8 -4
- package/dist/src/composables/folderLink/useFolderLink.d.ts +2 -2
- package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +1 -1
- package/dist/src/composables/piniaStores/apps.d.ts +6 -0
- package/dist/src/composables/piniaStores/capabilities.d.ts +27 -0
- package/dist/src/composables/piniaStores/config/config.d.ts +4 -1
- package/dist/src/composables/piniaStores/groupwareConfig/groupwareConfig.d.ts +297 -0
- package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +2 -0
- package/dist/src/composables/piniaStores/groupwareConfig/types.d.ts +140 -0
- package/dist/src/composables/piniaStores/index.d.ts +1 -0
- package/dist/src/composables/piniaStores/messages.d.ts +12 -12
- package/dist/src/composables/resources/index.d.ts +4 -0
- package/dist/src/composables/resources/useResourceViewContextMenu.d.ts +11 -0
- package/dist/src/composables/resources/useResourceViewDrag.d.ts +37 -0
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +67 -0
- package/dist/src/composables/resources/useResourceViewSelection.d.ts +13 -0
- package/dist/src/composables/selection/index.d.ts +0 -1
- package/dist/src/composables/sort/useSort.d.ts +2 -0
- package/dist/src/constants.d.ts +3 -0
- package/dist/src/helpers/contextMenuDropdown.d.ts +1 -1
- package/dist/src/helpers/index.d.ts +1 -1
- package/dist/src/helpers/promise.d.ts +2 -0
- package/dist/src/index.d.ts +0 -1
- package/dist/web-pkg.js +345 -332
- package/dist/web-pkg.umd.cjs +47 -66
- package/package.json +4 -4
- package/src/index.ts +0 -3
- package/dist/assets/worker-C2IPj8GP.js +0 -50
- package/dist/assets/worker-CQqhh0uK.js +0 -50
- package/dist/src/cern/composables/index.d.ts +0 -1
- package/dist/src/cern/composables/useGroupingSettings.d.ts +0 -34
- package/dist/src/cern/index.d.ts +0 -1
- package/dist/src/composables/selection/useToggleTile.d.ts +0 -4
- package/dist/src/helpers/folderLink/index.d.ts +0 -1
- package/dist/src/helpers/folderLink/types.d.ts +0 -6
|
@@ -1,1555 +1,196 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
default: number;
|
|
98
|
-
};
|
|
99
|
-
/**
|
|
100
|
-
* Asserts whether resources in the table can be selected
|
|
101
|
-
*/
|
|
102
|
-
isSelectable: {
|
|
103
|
-
type: BooleanConstructor;
|
|
104
|
-
required: false;
|
|
105
|
-
default: boolean;
|
|
106
|
-
};
|
|
107
|
-
/**
|
|
108
|
-
* Sets specific css classes for when the side bar is (not) open
|
|
109
|
-
*/
|
|
110
|
-
isSideBarOpen: {
|
|
111
|
-
type: BooleanConstructor;
|
|
112
|
-
required: false;
|
|
113
|
-
default: boolean;
|
|
114
|
-
};
|
|
115
|
-
/**
|
|
116
|
-
* Sets the padding size for x axis
|
|
117
|
-
* @values xsmall, small, medium, large, xlarge
|
|
118
|
-
*/
|
|
119
|
-
paddingX: {
|
|
120
|
-
type: StringConstructor;
|
|
121
|
-
required: false;
|
|
122
|
-
default: string;
|
|
123
|
-
validator: (size: string) => boolean;
|
|
124
|
-
};
|
|
125
|
-
/**
|
|
126
|
-
* Enable Drag & Drop events
|
|
127
|
-
*/
|
|
128
|
-
dragDrop: {
|
|
129
|
-
type: BooleanConstructor;
|
|
130
|
-
required: false;
|
|
131
|
-
default: boolean;
|
|
132
|
-
};
|
|
133
|
-
/**
|
|
134
|
-
* The active view mode.
|
|
135
|
-
*/
|
|
136
|
-
viewMode: {
|
|
137
|
-
type: PropType<typeof FolderViewModeConstants.name.condensedTable | typeof FolderViewModeConstants.name.table>;
|
|
138
|
-
default: () => "resource-tiles";
|
|
139
|
-
validator: (value: typeof FolderViewModeConstants.name.condensedTable | typeof FolderViewModeConstants.name.table) => boolean;
|
|
140
|
-
};
|
|
141
|
-
/**
|
|
142
|
-
* Enable hover effect
|
|
143
|
-
*/
|
|
144
|
-
hover: {
|
|
145
|
-
type: BooleanConstructor;
|
|
146
|
-
required: false;
|
|
147
|
-
default: boolean;
|
|
148
|
-
};
|
|
149
|
-
/**
|
|
150
|
-
* Show that the table is sorted by this column (no actual sorting takes place)
|
|
151
|
-
*/
|
|
152
|
-
sortBy: {
|
|
153
|
-
type: StringConstructor;
|
|
154
|
-
required: false;
|
|
155
|
-
default: any;
|
|
156
|
-
};
|
|
157
|
-
/**
|
|
158
|
-
* Define what fields should be displayed in the table
|
|
159
|
-
* If null, all fields are displayed
|
|
160
|
-
*/
|
|
161
|
-
fieldsDisplayed: {
|
|
162
|
-
type: ArrayConstructor;
|
|
163
|
-
required: false;
|
|
164
|
-
default: any;
|
|
165
|
-
};
|
|
166
|
-
/**
|
|
167
|
-
* Show that the table is sorted ascendingly/descendingly (no actual sorting takes place)
|
|
168
|
-
*/
|
|
169
|
-
sortDir: {
|
|
170
|
-
type: PropType<SortDir>;
|
|
171
|
-
required: false;
|
|
172
|
-
default: any;
|
|
173
|
-
validator: (value: string) => boolean;
|
|
174
|
-
};
|
|
175
|
-
/**
|
|
176
|
-
* Space resource the provided resources originate from. Not required on meta pages like favorites, search, ...
|
|
177
|
-
*/
|
|
178
|
-
space: {
|
|
179
|
-
type: PropType<SpaceResource>;
|
|
180
|
-
required: false;
|
|
181
|
-
default: any;
|
|
182
|
-
};
|
|
183
|
-
resourceType: {
|
|
184
|
-
type: PropType<"file" | "space">;
|
|
185
|
-
default: string;
|
|
186
|
-
};
|
|
187
|
-
/**
|
|
188
|
-
* Determines if the table content should be loaded lazily.
|
|
189
|
-
*/
|
|
190
|
-
lazy: {
|
|
191
|
-
type: BooleanConstructor;
|
|
192
|
-
default: boolean;
|
|
193
|
-
};
|
|
194
|
-
/**
|
|
195
|
-
* This is only relevant for CERN and can be ignored in any other cases.
|
|
196
|
-
*/
|
|
197
|
-
groupingSettings: {
|
|
198
|
-
type: ObjectConstructor;
|
|
199
|
-
required: false;
|
|
200
|
-
default: any;
|
|
201
|
-
};
|
|
202
|
-
}>, {
|
|
203
|
-
postMessage: <Payload>(name: string, data?: Payload) => void;
|
|
204
|
-
isFilePicker: ComputedRef<boolean>;
|
|
205
|
-
isLocationPicker: ComputedRef<boolean>;
|
|
206
|
-
isEmbedModeEnabled: ComputedRef<boolean>;
|
|
207
|
-
emitSelect: (selectedIds: string[]) => void;
|
|
208
|
-
toggleSelection: (resourceId: string) => void;
|
|
209
|
-
eventBus: import('../..').EventBus;
|
|
210
|
-
interceptModifierClick: (event: MouseEvent | undefined, resource: Resource) => boolean;
|
|
211
|
-
areFileExtensionsShown: import('vue').Ref<boolean, boolean>;
|
|
212
|
-
latestSelectedId: import('vue').Ref<string, string>;
|
|
213
|
-
isResourceClickable: (resource: Resource) => boolean;
|
|
214
|
-
getResourceLink: (resource: Resource) => unknown;
|
|
215
|
-
isSticky: import('vue').Ref<boolean, boolean>;
|
|
216
|
-
isResourceInDeleteQueue: (id: string) => boolean;
|
|
217
|
-
ShareTypes: typeof ShareTypes;
|
|
218
|
-
showContextDrop: (item: Resource | SpaceResource) => boolean;
|
|
219
|
-
isMobile: ComputedRef<boolean>;
|
|
220
|
-
getPathPrefix: (resource: Resource) => any;
|
|
221
|
-
getFolderLink: (resource: Resource) => unknown;
|
|
222
|
-
getParentFolderLink: (resource: Resource) => unknown;
|
|
223
|
-
getParentFolderName: (resource: Resource) => string;
|
|
224
|
-
getParentFolderLinkIconAdditionalAttributes: (resource: Resource) => {
|
|
225
|
-
name: string;
|
|
226
|
-
'fill-type': string;
|
|
227
|
-
} | {
|
|
228
|
-
name?: undefined;
|
|
229
|
-
'fill-type'?: undefined;
|
|
230
|
-
};
|
|
231
|
-
createFileAction: (resource: Resource) => void;
|
|
232
|
-
createFolderLink: (createTargetRouteOptions: CreateTargetRouteOptions) => unknown;
|
|
233
|
-
router: import('vue-router').Router;
|
|
234
|
-
configOptions: import('vue').Ref<{
|
|
235
|
-
cernFeatures?: boolean;
|
|
236
|
-
concurrentRequests?: {
|
|
237
|
-
resourceBatchActions?: number;
|
|
238
|
-
sse?: number;
|
|
239
|
-
shares?: {
|
|
240
|
-
create?: number;
|
|
241
|
-
list?: number;
|
|
242
|
-
};
|
|
243
|
-
avatars?: number;
|
|
244
|
-
};
|
|
245
|
-
contextHelpers?: boolean;
|
|
246
|
-
contextHelpersReadMore?: boolean;
|
|
247
|
-
defaultAppId?: string;
|
|
248
|
-
disabledExtensions?: string[];
|
|
249
|
-
disableFeedbackLink?: boolean;
|
|
250
|
-
accountEditLink?: {
|
|
251
|
-
href?: string;
|
|
252
|
-
};
|
|
253
|
-
editor?: {
|
|
254
|
-
autosaveEnabled?: boolean;
|
|
255
|
-
autosaveInterval?: number;
|
|
256
|
-
openAsPreview?: boolean | string[];
|
|
257
|
-
};
|
|
258
|
-
embed?: {
|
|
259
|
-
enabled?: boolean;
|
|
260
|
-
target?: string;
|
|
261
|
-
messagesOrigin?: string;
|
|
262
|
-
delegateAuthentication?: boolean;
|
|
263
|
-
delegateAuthenticationOrigin?: string;
|
|
264
|
-
fileTypes?: string[];
|
|
265
|
-
chooseFileName?: boolean;
|
|
266
|
-
chooseFileNameSuggestion?: string;
|
|
267
|
-
};
|
|
268
|
-
feedbackLink?: {
|
|
269
|
-
ariaLabel?: string;
|
|
270
|
-
description?: string;
|
|
271
|
-
href?: string;
|
|
272
|
-
};
|
|
273
|
-
isRunningOnEos?: boolean;
|
|
274
|
-
loginUrl?: string;
|
|
275
|
-
logoutUrl?: string;
|
|
276
|
-
ocm?: {
|
|
277
|
-
openRemotely?: boolean;
|
|
278
|
-
};
|
|
279
|
-
routing?: {
|
|
280
|
-
fullShareOwnerPaths?: boolean;
|
|
281
|
-
idBased?: boolean;
|
|
282
|
-
};
|
|
283
|
-
runningOnEos?: boolean;
|
|
284
|
-
tokenStorageLocal?: boolean;
|
|
285
|
-
upload?: {
|
|
286
|
-
companionUrl?: string;
|
|
287
|
-
};
|
|
288
|
-
userListRequiresFilter?: boolean;
|
|
289
|
-
hideLogo?: boolean;
|
|
290
|
-
}, {
|
|
291
|
-
cernFeatures?: boolean;
|
|
292
|
-
concurrentRequests?: {
|
|
293
|
-
resourceBatchActions?: number;
|
|
294
|
-
sse?: number;
|
|
295
|
-
shares?: {
|
|
296
|
-
create?: number;
|
|
297
|
-
list?: number;
|
|
298
|
-
};
|
|
299
|
-
avatars?: number;
|
|
300
|
-
};
|
|
301
|
-
contextHelpers?: boolean;
|
|
302
|
-
contextHelpersReadMore?: boolean;
|
|
303
|
-
defaultAppId?: string;
|
|
304
|
-
disabledExtensions?: string[];
|
|
305
|
-
disableFeedbackLink?: boolean;
|
|
306
|
-
accountEditLink?: {
|
|
307
|
-
href?: string;
|
|
308
|
-
};
|
|
309
|
-
editor?: {
|
|
310
|
-
autosaveEnabled?: boolean;
|
|
311
|
-
autosaveInterval?: number;
|
|
312
|
-
openAsPreview?: boolean | string[];
|
|
313
|
-
};
|
|
314
|
-
embed?: {
|
|
315
|
-
enabled?: boolean;
|
|
316
|
-
target?: string;
|
|
317
|
-
messagesOrigin?: string;
|
|
318
|
-
delegateAuthentication?: boolean;
|
|
319
|
-
delegateAuthenticationOrigin?: string;
|
|
320
|
-
fileTypes?: string[];
|
|
321
|
-
chooseFileName?: boolean;
|
|
322
|
-
chooseFileNameSuggestion?: string;
|
|
323
|
-
};
|
|
324
|
-
feedbackLink?: {
|
|
325
|
-
ariaLabel?: string;
|
|
326
|
-
description?: string;
|
|
327
|
-
href?: string;
|
|
328
|
-
};
|
|
329
|
-
isRunningOnEos?: boolean;
|
|
330
|
-
loginUrl?: string;
|
|
331
|
-
logoutUrl?: string;
|
|
332
|
-
ocm?: {
|
|
333
|
-
openRemotely?: boolean;
|
|
334
|
-
};
|
|
335
|
-
routing?: {
|
|
336
|
-
fullShareOwnerPaths?: boolean;
|
|
337
|
-
idBased?: boolean;
|
|
338
|
-
};
|
|
339
|
-
runningOnEos?: boolean;
|
|
340
|
-
tokenStorageLocal?: boolean;
|
|
341
|
-
upload?: {
|
|
342
|
-
companionUrl?: string;
|
|
343
|
-
};
|
|
344
|
-
userListRequiresFilter?: boolean;
|
|
345
|
-
hideLogo?: boolean;
|
|
346
|
-
} | {
|
|
347
|
-
cernFeatures?: boolean;
|
|
348
|
-
concurrentRequests?: {
|
|
349
|
-
resourceBatchActions?: number;
|
|
350
|
-
sse?: number;
|
|
351
|
-
shares?: {
|
|
352
|
-
create?: number;
|
|
353
|
-
list?: number;
|
|
354
|
-
};
|
|
355
|
-
avatars?: number;
|
|
356
|
-
};
|
|
357
|
-
contextHelpers?: boolean;
|
|
358
|
-
contextHelpersReadMore?: boolean;
|
|
359
|
-
defaultAppId?: string;
|
|
360
|
-
disabledExtensions?: string[];
|
|
361
|
-
disableFeedbackLink?: boolean;
|
|
362
|
-
accountEditLink?: {
|
|
363
|
-
href?: string;
|
|
364
|
-
};
|
|
365
|
-
editor?: {
|
|
366
|
-
autosaveEnabled?: boolean;
|
|
367
|
-
autosaveInterval?: number;
|
|
368
|
-
openAsPreview?: boolean | string[];
|
|
369
|
-
};
|
|
370
|
-
embed?: {
|
|
371
|
-
enabled?: boolean;
|
|
372
|
-
target?: string;
|
|
373
|
-
messagesOrigin?: string;
|
|
374
|
-
delegateAuthentication?: boolean;
|
|
375
|
-
delegateAuthenticationOrigin?: string;
|
|
376
|
-
fileTypes?: string[];
|
|
377
|
-
chooseFileName?: boolean;
|
|
378
|
-
chooseFileNameSuggestion?: string;
|
|
379
|
-
};
|
|
380
|
-
feedbackLink?: {
|
|
381
|
-
ariaLabel?: string;
|
|
382
|
-
description?: string;
|
|
383
|
-
href?: string;
|
|
384
|
-
};
|
|
385
|
-
isRunningOnEos?: boolean;
|
|
386
|
-
loginUrl?: string;
|
|
387
|
-
logoutUrl?: string;
|
|
388
|
-
ocm?: {
|
|
389
|
-
openRemotely?: boolean;
|
|
390
|
-
};
|
|
391
|
-
routing?: {
|
|
392
|
-
fullShareOwnerPaths?: boolean;
|
|
393
|
-
idBased?: boolean;
|
|
394
|
-
};
|
|
395
|
-
runningOnEos?: boolean;
|
|
396
|
-
tokenStorageLocal?: boolean;
|
|
397
|
-
upload?: {
|
|
398
|
-
companionUrl?: string;
|
|
399
|
-
};
|
|
400
|
-
userListRequiresFilter?: boolean;
|
|
401
|
-
hideLogo?: boolean;
|
|
402
|
-
}>;
|
|
403
|
-
dragItem: import('vue').Ref<Resource, Resource>;
|
|
404
|
-
ghostElement: Readonly<import('vue').ShallowRef<ComponentPublicInstance<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
405
|
-
previewItems: {
|
|
406
|
-
type: PropType<Resource[]>;
|
|
407
|
-
required: true;
|
|
408
|
-
};
|
|
409
|
-
}>, {}, {}, {
|
|
410
|
-
layerCount(): number;
|
|
411
|
-
showSecondLayer(): boolean;
|
|
412
|
-
showThirdLayer(): boolean;
|
|
413
|
-
itemCount(): number;
|
|
414
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
415
|
-
previewItems: {
|
|
416
|
-
type: PropType<Resource[]>;
|
|
417
|
-
required: true;
|
|
418
|
-
};
|
|
419
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
420
|
-
ResourceIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
421
|
-
resource: {
|
|
422
|
-
type: PropType<Resource | SpaceResource>;
|
|
423
|
-
required: true;
|
|
424
|
-
};
|
|
425
|
-
size: {
|
|
426
|
-
type: PropType<import('@opencloud-eu/design-system/helpers').SizeType>;
|
|
427
|
-
default: string;
|
|
428
|
-
validator: (value: string) => boolean;
|
|
429
|
-
};
|
|
430
|
-
}>, {
|
|
431
|
-
icon: ComputedRef<import('../..').IconType>;
|
|
432
|
-
isSpace: ComputedRef<boolean>;
|
|
433
|
-
isFolder: ComputedRef<boolean>;
|
|
434
|
-
isDisabledSpace: ComputedRef<boolean>;
|
|
435
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
436
|
-
resource: {
|
|
437
|
-
type: PropType<Resource | SpaceResource>;
|
|
1
|
+
import { Resource, SpaceResource } from '@opencloud-eu/web-client';
|
|
2
|
+
import { FolderViewModeConstants } from '../../composables';
|
|
3
|
+
import { FileActionOptions } from '../../composables/actions';
|
|
4
|
+
import { SortDir } from '@opencloud-eu/design-system/helpers';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
resources: Resource[];
|
|
7
|
+
resourceDomSelector?: (resource: Resource) => string;
|
|
8
|
+
arePathsDisplayed?: boolean;
|
|
9
|
+
selectedIds?: string[];
|
|
10
|
+
hasActions?: boolean;
|
|
11
|
+
showRenameQuickAction?: boolean;
|
|
12
|
+
areResourcesClickable?: boolean;
|
|
13
|
+
headerPosition?: number;
|
|
14
|
+
isSelectable?: boolean;
|
|
15
|
+
isSideBarOpen?: boolean;
|
|
16
|
+
dragDrop?: boolean;
|
|
17
|
+
viewMode?: typeof FolderViewModeConstants.name.condensedTable | typeof FolderViewModeConstants.name.table;
|
|
18
|
+
hover?: boolean;
|
|
19
|
+
sortBy?: string;
|
|
20
|
+
fieldsDisplayed?: string[];
|
|
21
|
+
sortDir?: SortDir;
|
|
22
|
+
space?: SpaceResource;
|
|
23
|
+
resourceType?: 'file' | 'space';
|
|
24
|
+
lazy?: boolean;
|
|
25
|
+
};
|
|
26
|
+
declare function __VLS_template(): {
|
|
27
|
+
attrs: Partial<{}>;
|
|
28
|
+
slots: Readonly<{
|
|
29
|
+
image?: (props: {
|
|
30
|
+
resource: Resource;
|
|
31
|
+
}) => unknown;
|
|
32
|
+
additionalResourceContent?: (props: {
|
|
33
|
+
resource: Resource;
|
|
34
|
+
}) => unknown;
|
|
35
|
+
syncEnabled?: (props: {
|
|
36
|
+
resource: Resource;
|
|
37
|
+
}) => unknown;
|
|
38
|
+
manager?: (props: {
|
|
39
|
+
resource: Resource;
|
|
40
|
+
}) => unknown;
|
|
41
|
+
members?: (props: {
|
|
42
|
+
resource: Resource;
|
|
43
|
+
}) => unknown;
|
|
44
|
+
totalQuota?: (props: {
|
|
45
|
+
resource: Resource;
|
|
46
|
+
}) => unknown;
|
|
47
|
+
usedQuota?: (props: {
|
|
48
|
+
resource: Resource;
|
|
49
|
+
}) => unknown;
|
|
50
|
+
remainingQuota?: (props: {
|
|
51
|
+
resource: Resource;
|
|
52
|
+
}) => unknown;
|
|
53
|
+
quickActions?: (props: {
|
|
54
|
+
resource: Resource;
|
|
55
|
+
}) => unknown;
|
|
56
|
+
contextMenu?: (props: {
|
|
57
|
+
resource: Resource;
|
|
58
|
+
}) => unknown;
|
|
59
|
+
footer?: () => unknown;
|
|
60
|
+
}> & {
|
|
61
|
+
image?: (props: {
|
|
62
|
+
resource: Resource;
|
|
63
|
+
}) => unknown;
|
|
64
|
+
additionalResourceContent?: (props: {
|
|
65
|
+
resource: Resource;
|
|
66
|
+
}) => unknown;
|
|
67
|
+
syncEnabled?: (props: {
|
|
68
|
+
resource: Resource;
|
|
69
|
+
}) => unknown;
|
|
70
|
+
manager?: (props: {
|
|
71
|
+
resource: Resource;
|
|
72
|
+
}) => unknown;
|
|
73
|
+
members?: (props: {
|
|
74
|
+
resource: Resource;
|
|
75
|
+
}) => unknown;
|
|
76
|
+
totalQuota?: (props: {
|
|
77
|
+
resource: Resource;
|
|
78
|
+
}) => unknown;
|
|
79
|
+
usedQuota?: (props: {
|
|
80
|
+
resource: Resource;
|
|
81
|
+
}) => unknown;
|
|
82
|
+
remainingQuota?: (props: {
|
|
83
|
+
resource: Resource;
|
|
84
|
+
}) => unknown;
|
|
85
|
+
quickActions?: (props: {
|
|
86
|
+
resource: Resource;
|
|
87
|
+
}) => unknown;
|
|
88
|
+
contextMenu?: (props: {
|
|
89
|
+
resource: Resource;
|
|
90
|
+
}) => unknown;
|
|
91
|
+
footer?: () => unknown;
|
|
92
|
+
};
|
|
93
|
+
refs: {
|
|
94
|
+
ghostElement: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
95
|
+
previewItems: {
|
|
96
|
+
type: import('vue').PropType<Resource[]>;
|
|
438
97
|
required: true;
|
|
439
98
|
};
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
99
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
100
|
+
layerCount(): number;
|
|
101
|
+
showSecondLayer(): boolean;
|
|
102
|
+
showThirdLayer(): boolean;
|
|
103
|
+
itemCount(): number;
|
|
104
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, {
|
|
105
|
+
ResourceIcon: import('vue').DefineComponent<{
|
|
106
|
+
resource: Resource | SpaceResource;
|
|
107
|
+
size?: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
108
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
109
|
+
resource: Resource | SpaceResource;
|
|
110
|
+
size?: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
111
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
112
|
+
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
455
113
|
P: {};
|
|
456
114
|
B: {};
|
|
457
115
|
D: {};
|
|
458
116
|
C: {};
|
|
459
117
|
M: {};
|
|
460
118
|
Defaults: {};
|
|
461
|
-
}, Readonly<import('
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
renameHandlerSpace: ComputedRef<(options?: import('../..').SpaceActionOptions) => Promise<void> | void>;
|
|
479
|
-
FolderViewModeConstants: {
|
|
480
|
-
readonly name: {
|
|
481
|
-
readonly table: "resource-table";
|
|
482
|
-
readonly condensedTable: "resource-table-condensed";
|
|
483
|
-
readonly tiles: "resource-tiles";
|
|
484
|
-
};
|
|
485
|
-
readonly defaultModeName: "resource-tiles";
|
|
486
|
-
readonly queryName: "view-mode";
|
|
487
|
-
readonly tilesSizeDefault: 2;
|
|
488
|
-
readonly tilesSizeMax: 6;
|
|
489
|
-
readonly tilesSizeQueryName: "tiles-size";
|
|
490
|
-
};
|
|
491
|
-
hasTags: ComputedRef<boolean>;
|
|
492
|
-
disabledResources: ComputedRef<string[]>;
|
|
493
|
-
isResourceDisabled: (resource: Resource) => boolean;
|
|
494
|
-
userContextReady: import('vue').Ref<boolean, boolean>;
|
|
495
|
-
getMatchingSpace: (resource: Resource) => SpaceResource;
|
|
496
|
-
clipboardResources: import('vue').Ref<{
|
|
497
|
-
id: string;
|
|
498
|
-
fileId?: string;
|
|
499
|
-
parentFolderId?: string;
|
|
500
|
-
storageId?: string;
|
|
501
|
-
readonly nodeId?: string;
|
|
502
|
-
name?: string;
|
|
503
|
-
tags?: string[];
|
|
504
|
-
audio?: {
|
|
505
|
-
album?: string;
|
|
506
|
-
albumArtist?: string;
|
|
507
|
-
artist?: string;
|
|
508
|
-
bitrate?: number;
|
|
509
|
-
composers?: string;
|
|
510
|
-
copyright?: string;
|
|
511
|
-
disc?: number;
|
|
512
|
-
discCount?: number;
|
|
513
|
-
duration?: number;
|
|
514
|
-
genre?: string;
|
|
515
|
-
hasDrm?: boolean;
|
|
516
|
-
isVariableBitrate?: boolean;
|
|
517
|
-
title?: string;
|
|
518
|
-
track?: number;
|
|
519
|
-
trackCount?: number;
|
|
520
|
-
year?: number;
|
|
521
|
-
};
|
|
522
|
-
location?: {
|
|
523
|
-
altitude?: number;
|
|
524
|
-
latitude?: number;
|
|
525
|
-
longitude?: number;
|
|
526
|
-
};
|
|
527
|
-
image?: {
|
|
528
|
-
height?: number;
|
|
529
|
-
width?: number;
|
|
530
|
-
};
|
|
531
|
-
photo?: {
|
|
532
|
-
cameraMake?: string;
|
|
533
|
-
cameraModel?: string;
|
|
534
|
-
exposureDenominator?: number;
|
|
535
|
-
exposureNumerator?: number;
|
|
536
|
-
fNumber?: number;
|
|
537
|
-
focalLength?: number;
|
|
538
|
-
iso?: number;
|
|
539
|
-
orientation?: number;
|
|
540
|
-
takenDateTime?: string;
|
|
541
|
-
};
|
|
542
|
-
path: string;
|
|
543
|
-
webDavPath?: string;
|
|
544
|
-
downloadURL?: string;
|
|
545
|
-
type?: string;
|
|
546
|
-
thumbnail?: string;
|
|
547
|
-
processing?: boolean;
|
|
548
|
-
locked?: boolean;
|
|
549
|
-
lockOwner?: string;
|
|
550
|
-
lockTime?: string;
|
|
551
|
-
mimeType?: string;
|
|
552
|
-
isFolder?: boolean;
|
|
553
|
-
mdate?: string;
|
|
554
|
-
size?: number | string;
|
|
555
|
-
permissions?: string;
|
|
556
|
-
starred?: boolean;
|
|
557
|
-
etag?: string;
|
|
558
|
-
shareTypes?: number[];
|
|
559
|
-
privateLink?: string;
|
|
560
|
-
owner?: {
|
|
561
|
-
displayName: string;
|
|
562
|
-
id?: string;
|
|
563
|
-
'@libre.graph.userType'?: string;
|
|
564
|
-
};
|
|
565
|
-
extension?: string;
|
|
566
|
-
extraProps?: Record<string, unknown>;
|
|
567
|
-
remoteItemId?: string;
|
|
568
|
-
remoteItemPath?: string;
|
|
569
|
-
hasPreview?: () => boolean;
|
|
570
|
-
canCreate?: () => boolean;
|
|
571
|
-
canUpload?: ({ user }: {
|
|
572
|
-
user?: import('@opencloud-eu/web-client/graph/generated').User;
|
|
573
|
-
}) => boolean;
|
|
574
|
-
canDownload?: () => boolean;
|
|
575
|
-
canShare?: (args?: {
|
|
576
|
-
user?: import('@opencloud-eu/web-client/graph/generated').User;
|
|
577
|
-
ability?: import('@opencloud-eu/web-client').Ability;
|
|
578
|
-
}) => boolean;
|
|
579
|
-
canRename?: (args?: {
|
|
580
|
-
user?: import('@opencloud-eu/web-client/graph/generated').User;
|
|
581
|
-
ability?: import('@opencloud-eu/web-client').Ability;
|
|
582
|
-
}) => boolean;
|
|
583
|
-
canBeDeleted?: (args?: {
|
|
584
|
-
user?: import('@opencloud-eu/web-client/graph/generated').User;
|
|
585
|
-
ability?: import('@opencloud-eu/web-client').Ability;
|
|
586
|
-
}) => boolean;
|
|
587
|
-
canEditTags?: () => boolean;
|
|
588
|
-
getDomSelector?: () => string;
|
|
589
|
-
isReceivedShare?: () => boolean;
|
|
590
|
-
isShareRoot?: () => boolean;
|
|
591
|
-
isMounted?: () => boolean;
|
|
592
|
-
}[], Resource[] | {
|
|
593
|
-
id: string;
|
|
594
|
-
fileId?: string;
|
|
595
|
-
parentFolderId?: string;
|
|
596
|
-
storageId?: string;
|
|
597
|
-
readonly nodeId?: string;
|
|
598
|
-
name?: string;
|
|
599
|
-
tags?: string[];
|
|
600
|
-
audio?: {
|
|
601
|
-
album?: string;
|
|
602
|
-
albumArtist?: string;
|
|
603
|
-
artist?: string;
|
|
604
|
-
bitrate?: number;
|
|
605
|
-
composers?: string;
|
|
606
|
-
copyright?: string;
|
|
607
|
-
disc?: number;
|
|
608
|
-
discCount?: number;
|
|
609
|
-
duration?: number;
|
|
610
|
-
genre?: string;
|
|
611
|
-
hasDrm?: boolean;
|
|
612
|
-
isVariableBitrate?: boolean;
|
|
613
|
-
title?: string;
|
|
614
|
-
track?: number;
|
|
615
|
-
trackCount?: number;
|
|
616
|
-
year?: number;
|
|
617
|
-
};
|
|
618
|
-
location?: {
|
|
619
|
-
altitude?: number;
|
|
620
|
-
latitude?: number;
|
|
621
|
-
longitude?: number;
|
|
622
|
-
};
|
|
623
|
-
image?: {
|
|
624
|
-
height?: number;
|
|
625
|
-
width?: number;
|
|
626
|
-
};
|
|
627
|
-
photo?: {
|
|
628
|
-
cameraMake?: string;
|
|
629
|
-
cameraModel?: string;
|
|
630
|
-
exposureDenominator?: number;
|
|
631
|
-
exposureNumerator?: number;
|
|
632
|
-
fNumber?: number;
|
|
633
|
-
focalLength?: number;
|
|
634
|
-
iso?: number;
|
|
635
|
-
orientation?: number;
|
|
636
|
-
takenDateTime?: string;
|
|
637
|
-
};
|
|
638
|
-
path: string;
|
|
639
|
-
webDavPath?: string;
|
|
640
|
-
downloadURL?: string;
|
|
641
|
-
type?: string;
|
|
642
|
-
thumbnail?: string;
|
|
643
|
-
processing?: boolean;
|
|
644
|
-
locked?: boolean;
|
|
645
|
-
lockOwner?: string;
|
|
646
|
-
lockTime?: string;
|
|
647
|
-
mimeType?: string;
|
|
648
|
-
isFolder?: boolean;
|
|
649
|
-
mdate?: string;
|
|
650
|
-
size?: number | string;
|
|
651
|
-
permissions?: string;
|
|
652
|
-
starred?: boolean;
|
|
653
|
-
etag?: string;
|
|
654
|
-
shareTypes?: number[];
|
|
655
|
-
privateLink?: string;
|
|
656
|
-
owner?: {
|
|
657
|
-
displayName: string;
|
|
658
|
-
id?: string;
|
|
659
|
-
'@libre.graph.userType'?: string;
|
|
660
|
-
};
|
|
661
|
-
extension?: string;
|
|
662
|
-
extraProps?: Record<string, unknown>;
|
|
663
|
-
remoteItemId?: string;
|
|
664
|
-
remoteItemPath?: string;
|
|
665
|
-
hasPreview?: () => boolean;
|
|
666
|
-
canCreate?: () => boolean;
|
|
667
|
-
canUpload?: ({ user }: {
|
|
668
|
-
user?: import('@opencloud-eu/web-client/graph/generated').User;
|
|
669
|
-
}) => boolean;
|
|
670
|
-
canDownload?: () => boolean;
|
|
671
|
-
canShare?: (args?: {
|
|
672
|
-
user?: import('@opencloud-eu/web-client/graph/generated').User;
|
|
673
|
-
ability?: import('@opencloud-eu/web-client').Ability;
|
|
674
|
-
}) => boolean;
|
|
675
|
-
canRename?: (args?: {
|
|
676
|
-
user?: import('@opencloud-eu/web-client/graph/generated').User;
|
|
677
|
-
ability?: import('@opencloud-eu/web-client').Ability;
|
|
678
|
-
}) => boolean;
|
|
679
|
-
canBeDeleted?: (args?: {
|
|
680
|
-
user?: import('@opencloud-eu/web-client/graph/generated').User;
|
|
681
|
-
ability?: import('@opencloud-eu/web-client').Ability;
|
|
682
|
-
}) => boolean;
|
|
683
|
-
canEditTags?: () => boolean;
|
|
684
|
-
getDomSelector?: () => string;
|
|
685
|
-
isReceivedShare?: () => boolean;
|
|
686
|
-
isShareRoot?: () => boolean;
|
|
687
|
-
isMounted?: () => boolean;
|
|
688
|
-
}[]>;
|
|
689
|
-
clipboardAction: import('vue').Ref<ClipboardActions, ClipboardActions>;
|
|
690
|
-
}, {
|
|
691
|
-
constants: {
|
|
692
|
-
ImageDimension: typeof ImageDimension;
|
|
693
|
-
EVENT_TROW_MOUNTED: string;
|
|
694
|
-
};
|
|
695
|
-
}, {
|
|
696
|
-
fields(): FieldType[];
|
|
697
|
-
areAllResourcesSelected(): boolean;
|
|
698
|
-
selectAllCheckboxLabel(): string;
|
|
699
|
-
selectedResources(): Resource[];
|
|
700
|
-
contextMenuLabel(): string;
|
|
701
|
-
dragSelection(): Resource[];
|
|
702
|
-
}, {
|
|
703
|
-
isResourceSelected(item: Resource): boolean;
|
|
704
|
-
isResourceCut(resource: Resource): boolean;
|
|
705
|
-
getTagLink(tag: string): import('vue-router').RouteLocationNamedRaw;
|
|
706
|
-
getTagComponentAttrs(tag: string): {
|
|
707
|
-
to?: undefined;
|
|
708
|
-
} | {
|
|
709
|
-
to: import('vue-router').RouteLocationNamedRaw;
|
|
710
|
-
};
|
|
711
|
-
isLatestSelectedItem(item: Resource): boolean;
|
|
712
|
-
hasRenameAction(item: Resource): number | false;
|
|
713
|
-
openRenameDialog(item: Resource): void | Promise<void>;
|
|
714
|
-
openTagsSidebar(): void;
|
|
715
|
-
handleFileClick(e: MouseEvent, resource: Resource): void;
|
|
716
|
-
fileDragged(file: Resource, event: DragEvent): Promise<void>;
|
|
717
|
-
fileDropped(selector: string, event: DragEvent): void;
|
|
718
|
-
setDragItem(item: Resource, event: DragEvent): Promise<void>;
|
|
719
|
-
dropRowStyling(selector: string, leaving: boolean, event: DragEvent): void;
|
|
720
|
-
sort(opts: {
|
|
119
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
120
|
+
previewItems: {
|
|
121
|
+
type: import('vue').PropType<Resource[]>;
|
|
122
|
+
required: true;
|
|
123
|
+
};
|
|
124
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
125
|
+
layerCount(): number;
|
|
126
|
+
showSecondLayer(): boolean;
|
|
127
|
+
showThirdLayer(): boolean;
|
|
128
|
+
itemCount(): number;
|
|
129
|
+
}, {}, {}>;
|
|
130
|
+
};
|
|
131
|
+
rootEl: any;
|
|
132
|
+
};
|
|
133
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
134
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
135
|
+
sort: (options: {
|
|
721
136
|
sortBy: string;
|
|
722
137
|
sortDir: SortDir;
|
|
723
|
-
})
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
avatarType: string;
|
|
740
|
-
username: string;
|
|
741
|
-
userId: string;
|
|
742
|
-
}[];
|
|
743
|
-
getSharedWithAvatarItems(resource: Resource): {
|
|
744
|
-
displayName: string;
|
|
745
|
-
name: string;
|
|
746
|
-
avatarType: string;
|
|
747
|
-
username: string;
|
|
748
|
-
userId: string;
|
|
749
|
-
}[];
|
|
750
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("sort" | "rowMounted" | "fileDropped" | "update:modelValue" | "fileClick" | "update:selectedIds")[], "sort" | "rowMounted" | "fileDropped" | "update:modelValue" | "fileClick" | "update:selectedIds", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
751
|
-
/**
|
|
752
|
-
* Resources to be displayed in the table.
|
|
753
|
-
* Required fields:
|
|
754
|
-
* - name: The name of the resource containing the file extension in case of a file
|
|
755
|
-
* - path: The full path of the resource
|
|
756
|
-
* - type: The type of the resource. Can be `file` or `folder`
|
|
757
|
-
* Optional fields:
|
|
758
|
-
* - thumbnail
|
|
759
|
-
* - size: The size of the resource
|
|
760
|
-
* - modificationDate: The date of the last modification of the resource
|
|
761
|
-
* - shareDate: The date when the share was created
|
|
762
|
-
* - deletionDate: The date when the resource has been deleted
|
|
763
|
-
* - syncEnabled: The sync status of the share
|
|
764
|
-
*/
|
|
765
|
-
resources: {
|
|
766
|
-
type: PropType<Resource[]>;
|
|
767
|
-
required: true;
|
|
768
|
-
};
|
|
769
|
-
/**
|
|
770
|
-
* Closure function to mutate the resource id into a valid DOM selector.
|
|
771
|
-
*/
|
|
772
|
-
resourceDomSelector: {
|
|
773
|
-
type: PropType<(resource: Resource) => string>;
|
|
774
|
-
required: false;
|
|
775
|
-
default: (resource: Resource) => string;
|
|
776
|
-
};
|
|
777
|
-
/**
|
|
778
|
-
* Asserts whether resources path should be shown in the resource name
|
|
779
|
-
*/
|
|
780
|
-
arePathsDisplayed: {
|
|
781
|
-
type: BooleanConstructor;
|
|
782
|
-
required: false;
|
|
783
|
-
default: boolean;
|
|
784
|
-
};
|
|
785
|
-
/**
|
|
786
|
-
* Asserts whether icons should be replaced with thumbnails for resources which provide them
|
|
787
|
-
*/
|
|
788
|
-
areThumbnailsDisplayed: {
|
|
789
|
-
type: BooleanConstructor;
|
|
790
|
-
required: false;
|
|
791
|
-
default: boolean;
|
|
792
|
-
};
|
|
793
|
-
/**
|
|
794
|
-
* V-model for the selection
|
|
795
|
-
*/
|
|
796
|
-
selectedIds: {
|
|
797
|
-
type: PropType<string[]>;
|
|
798
|
-
default: () => string[];
|
|
799
|
-
};
|
|
800
|
-
/**
|
|
801
|
-
* Asserts whether actions are available
|
|
802
|
-
*/
|
|
803
|
-
hasActions: {
|
|
804
|
-
type: BooleanConstructor;
|
|
805
|
-
required: false;
|
|
806
|
-
default: boolean;
|
|
807
|
-
};
|
|
808
|
-
/**
|
|
809
|
-
* Asserts whether rename quick action is available
|
|
810
|
-
*/
|
|
811
|
-
showRenameQuickAction: {
|
|
812
|
-
type: BooleanConstructor;
|
|
813
|
-
required: false;
|
|
814
|
-
default: boolean;
|
|
815
|
-
};
|
|
816
|
-
/**
|
|
817
|
-
* Accepts a `path` and a `resource` param and returns a corresponding route object.
|
|
818
|
-
*/
|
|
819
|
-
targetRouteCallback: {
|
|
820
|
-
type: PropType<(arg: CreateTargetRouteOptions) => unknown>;
|
|
821
|
-
required: false;
|
|
822
|
-
default: any;
|
|
823
|
-
};
|
|
824
|
-
/**
|
|
825
|
-
* Asserts whether clicking on the resource name triggers any action
|
|
826
|
-
*/
|
|
827
|
-
areResourcesClickable: {
|
|
828
|
-
type: BooleanConstructor;
|
|
829
|
-
required: false;
|
|
830
|
-
default: boolean;
|
|
831
|
-
};
|
|
832
|
-
/**
|
|
833
|
-
* Top position of header used when the header is sticky in pixels
|
|
834
|
-
*/
|
|
835
|
-
headerPosition: {
|
|
836
|
-
type: NumberConstructor;
|
|
837
|
-
required: false;
|
|
838
|
-
default: number;
|
|
839
|
-
};
|
|
840
|
-
/**
|
|
841
|
-
* Asserts whether resources in the table can be selected
|
|
842
|
-
*/
|
|
843
|
-
isSelectable: {
|
|
844
|
-
type: BooleanConstructor;
|
|
845
|
-
required: false;
|
|
846
|
-
default: boolean;
|
|
847
|
-
};
|
|
848
|
-
/**
|
|
849
|
-
* Sets specific css classes for when the side bar is (not) open
|
|
850
|
-
*/
|
|
851
|
-
isSideBarOpen: {
|
|
852
|
-
type: BooleanConstructor;
|
|
853
|
-
required: false;
|
|
854
|
-
default: boolean;
|
|
855
|
-
};
|
|
856
|
-
/**
|
|
857
|
-
* Sets the padding size for x axis
|
|
858
|
-
* @values xsmall, small, medium, large, xlarge
|
|
859
|
-
*/
|
|
860
|
-
paddingX: {
|
|
861
|
-
type: StringConstructor;
|
|
862
|
-
required: false;
|
|
863
|
-
default: string;
|
|
864
|
-
validator: (size: string) => boolean;
|
|
865
|
-
};
|
|
866
|
-
/**
|
|
867
|
-
* Enable Drag & Drop events
|
|
868
|
-
*/
|
|
869
|
-
dragDrop: {
|
|
870
|
-
type: BooleanConstructor;
|
|
871
|
-
required: false;
|
|
872
|
-
default: boolean;
|
|
873
|
-
};
|
|
874
|
-
/**
|
|
875
|
-
* The active view mode.
|
|
876
|
-
*/
|
|
877
|
-
viewMode: {
|
|
878
|
-
type: PropType<typeof FolderViewModeConstants.name.condensedTable | typeof FolderViewModeConstants.name.table>;
|
|
879
|
-
default: () => "resource-tiles";
|
|
880
|
-
validator: (value: typeof FolderViewModeConstants.name.condensedTable | typeof FolderViewModeConstants.name.table) => boolean;
|
|
881
|
-
};
|
|
882
|
-
/**
|
|
883
|
-
* Enable hover effect
|
|
884
|
-
*/
|
|
885
|
-
hover: {
|
|
886
|
-
type: BooleanConstructor;
|
|
887
|
-
required: false;
|
|
888
|
-
default: boolean;
|
|
889
|
-
};
|
|
890
|
-
/**
|
|
891
|
-
* Show that the table is sorted by this column (no actual sorting takes place)
|
|
892
|
-
*/
|
|
893
|
-
sortBy: {
|
|
894
|
-
type: StringConstructor;
|
|
895
|
-
required: false;
|
|
896
|
-
default: any;
|
|
897
|
-
};
|
|
898
|
-
/**
|
|
899
|
-
* Define what fields should be displayed in the table
|
|
900
|
-
* If null, all fields are displayed
|
|
901
|
-
*/
|
|
902
|
-
fieldsDisplayed: {
|
|
903
|
-
type: ArrayConstructor;
|
|
904
|
-
required: false;
|
|
905
|
-
default: any;
|
|
906
|
-
};
|
|
907
|
-
/**
|
|
908
|
-
* Show that the table is sorted ascendingly/descendingly (no actual sorting takes place)
|
|
909
|
-
*/
|
|
910
|
-
sortDir: {
|
|
911
|
-
type: PropType<SortDir>;
|
|
912
|
-
required: false;
|
|
913
|
-
default: any;
|
|
914
|
-
validator: (value: string) => boolean;
|
|
915
|
-
};
|
|
916
|
-
/**
|
|
917
|
-
* Space resource the provided resources originate from. Not required on meta pages like favorites, search, ...
|
|
918
|
-
*/
|
|
919
|
-
space: {
|
|
920
|
-
type: PropType<SpaceResource>;
|
|
921
|
-
required: false;
|
|
922
|
-
default: any;
|
|
923
|
-
};
|
|
924
|
-
resourceType: {
|
|
925
|
-
type: PropType<"file" | "space">;
|
|
926
|
-
default: string;
|
|
927
|
-
};
|
|
928
|
-
/**
|
|
929
|
-
* Determines if the table content should be loaded lazily.
|
|
930
|
-
*/
|
|
931
|
-
lazy: {
|
|
932
|
-
type: BooleanConstructor;
|
|
933
|
-
default: boolean;
|
|
934
|
-
};
|
|
935
|
-
/**
|
|
936
|
-
* This is only relevant for CERN and can be ignored in any other cases.
|
|
937
|
-
*/
|
|
938
|
-
groupingSettings: {
|
|
939
|
-
type: ObjectConstructor;
|
|
940
|
-
required: false;
|
|
941
|
-
default: any;
|
|
942
|
-
};
|
|
943
|
-
}>> & Readonly<{
|
|
944
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
945
|
-
onSort?: (...args: any[]) => any;
|
|
946
|
-
onRowMounted?: (...args: any[]) => any;
|
|
947
|
-
onFileDropped?: (...args: any[]) => any;
|
|
948
|
-
onFileClick?: (...args: any[]) => any;
|
|
949
|
-
"onUpdate:selectedIds"?: (...args: any[]) => any;
|
|
950
|
-
}>, {
|
|
951
|
-
space: SpaceResource;
|
|
952
|
-
lazy: boolean;
|
|
953
|
-
selectedIds: string[];
|
|
954
|
-
sortBy: string;
|
|
955
|
-
hover: boolean;
|
|
956
|
-
dragDrop: boolean;
|
|
957
|
-
headerPosition: number;
|
|
958
|
-
paddingX: string;
|
|
959
|
-
sortDir: SortDir;
|
|
960
|
-
resourceDomSelector: (resource: Resource) => string;
|
|
961
|
-
isSideBarOpen: boolean;
|
|
962
|
-
viewMode: "resource-table" | "resource-table-condensed";
|
|
963
|
-
targetRouteCallback: (arg: CreateTargetRouteOptions) => unknown;
|
|
964
|
-
arePathsDisplayed: boolean;
|
|
965
|
-
areThumbnailsDisplayed: boolean;
|
|
966
|
-
hasActions: boolean;
|
|
967
|
-
showRenameQuickAction: boolean;
|
|
968
|
-
areResourcesClickable: boolean;
|
|
969
|
-
isSelectable: boolean;
|
|
970
|
-
fieldsDisplayed: unknown[];
|
|
971
|
-
resourceType: "file" | "space";
|
|
972
|
-
groupingSettings: Record<string, any>;
|
|
973
|
-
}, {}, {
|
|
974
|
-
UserAvatar: import('vue').DefineComponent<{
|
|
975
|
-
userId: string;
|
|
976
|
-
userName: string;
|
|
977
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
978
|
-
userId: string;
|
|
979
|
-
userName: string;
|
|
980
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
981
|
-
ContextMenuQuickAction: {
|
|
982
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
983
|
-
item: Resource;
|
|
984
|
-
resourceDomSelector?: (resource: Resource) => string;
|
|
985
|
-
title?: string;
|
|
986
|
-
}> & Readonly<{
|
|
987
|
-
onQuickActionClicked?: (payload: {
|
|
988
|
-
event: MouseEvent;
|
|
989
|
-
dropdown: unknown;
|
|
990
|
-
}) => any;
|
|
991
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
992
|
-
quickActionClicked: (payload: {
|
|
993
|
-
event: MouseEvent;
|
|
994
|
-
dropdown: unknown;
|
|
995
|
-
}) => any;
|
|
996
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
997
|
-
P: {};
|
|
998
|
-
B: {};
|
|
999
|
-
D: {};
|
|
1000
|
-
C: {};
|
|
1001
|
-
M: {};
|
|
1002
|
-
Defaults: {};
|
|
1003
|
-
}, Readonly<{
|
|
1004
|
-
item: Resource;
|
|
1005
|
-
resourceDomSelector?: (resource: Resource) => string;
|
|
1006
|
-
title?: string;
|
|
1007
|
-
}> & Readonly<{
|
|
1008
|
-
onQuickActionClicked?: (payload: {
|
|
1009
|
-
event: MouseEvent;
|
|
1010
|
-
dropdown: unknown;
|
|
1011
|
-
}) => any;
|
|
1012
|
-
}>, {}, {}, {}, {}, {}>;
|
|
1013
|
-
__isFragment?: never;
|
|
1014
|
-
__isTeleport?: never;
|
|
1015
|
-
__isSuspense?: never;
|
|
1016
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
1017
|
-
item: Resource;
|
|
1018
|
-
resourceDomSelector?: (resource: Resource) => string;
|
|
1019
|
-
title?: string;
|
|
1020
|
-
}> & Readonly<{
|
|
1021
|
-
onQuickActionClicked?: (payload: {
|
|
1022
|
-
event: MouseEvent;
|
|
1023
|
-
dropdown: unknown;
|
|
1024
|
-
}) => any;
|
|
1025
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1026
|
-
quickActionClicked: (payload: {
|
|
1027
|
-
event: MouseEvent;
|
|
1028
|
-
dropdown: unknown;
|
|
1029
|
-
}) => any;
|
|
1030
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1031
|
-
$slots: {
|
|
1032
|
-
contextMenu?(_: {
|
|
1033
|
-
item: Resource;
|
|
1034
|
-
}): any;
|
|
1035
|
-
};
|
|
1036
|
-
});
|
|
1037
|
-
ResourceGhostElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
138
|
+
}) => any;
|
|
139
|
+
fileDropped: (id: string) => any;
|
|
140
|
+
"update:modelValue": (value: Resource[]) => any;
|
|
141
|
+
fileClick: (options: FileActionOptions) => any;
|
|
142
|
+
"update:selectedIds": (selectedIds: string[]) => any;
|
|
143
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
144
|
+
onSort?: (options: {
|
|
145
|
+
sortBy: string;
|
|
146
|
+
sortDir: SortDir;
|
|
147
|
+
}) => any;
|
|
148
|
+
onFileDropped?: (id: string) => any;
|
|
149
|
+
"onUpdate:modelValue"?: (value: Resource[]) => any;
|
|
150
|
+
onFileClick?: (options: FileActionOptions) => any;
|
|
151
|
+
"onUpdate:selectedIds"?: (selectedIds: string[]) => any;
|
|
152
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
153
|
+
ghostElement: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1038
154
|
previewItems: {
|
|
1039
|
-
type: PropType<Resource[]>;
|
|
155
|
+
type: import('vue').PropType<Resource[]>;
|
|
1040
156
|
required: true;
|
|
1041
157
|
};
|
|
1042
|
-
}>, {}, {}, {
|
|
158
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
1043
159
|
layerCount(): number;
|
|
1044
160
|
showSecondLayer(): boolean;
|
|
1045
161
|
showThirdLayer(): boolean;
|
|
1046
162
|
itemCount(): number;
|
|
1047
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {},
|
|
163
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, {
|
|
164
|
+
ResourceIcon: import('vue').DefineComponent<{
|
|
165
|
+
resource: Resource | SpaceResource;
|
|
166
|
+
size?: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
167
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
168
|
+
resource: Resource | SpaceResource;
|
|
169
|
+
size?: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
170
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
171
|
+
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
172
|
+
P: {};
|
|
173
|
+
B: {};
|
|
174
|
+
D: {};
|
|
175
|
+
C: {};
|
|
176
|
+
M: {};
|
|
177
|
+
Defaults: {};
|
|
178
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1048
179
|
previewItems: {
|
|
1049
|
-
type: PropType<Resource[]>;
|
|
180
|
+
type: import('vue').PropType<Resource[]>;
|
|
1050
181
|
required: true;
|
|
1051
182
|
};
|
|
1052
183
|
}>> & Readonly<{}>, {}, {}, {
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
default: string;
|
|
1061
|
-
validator: (value: string) => boolean;
|
|
1062
|
-
};
|
|
1063
|
-
}>, {
|
|
1064
|
-
icon: ComputedRef<import('../..').IconType>;
|
|
1065
|
-
isSpace: ComputedRef<boolean>;
|
|
1066
|
-
isFolder: ComputedRef<boolean>;
|
|
1067
|
-
isDisabledSpace: ComputedRef<boolean>;
|
|
1068
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1069
|
-
resource: {
|
|
1070
|
-
type: PropType<Resource | SpaceResource>;
|
|
1071
|
-
required: true;
|
|
1072
|
-
};
|
|
1073
|
-
size: {
|
|
1074
|
-
type: PropType<import('@opencloud-eu/design-system/helpers').SizeType>;
|
|
1075
|
-
default: string;
|
|
1076
|
-
validator: (value: string) => boolean;
|
|
1077
|
-
};
|
|
1078
|
-
}>> & Readonly<{}>, {
|
|
1079
|
-
size: import('@opencloud-eu/design-system/helpers').SizeType;
|
|
1080
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1081
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1082
|
-
ResourceListItem: import('vue').DefineComponent<{
|
|
1083
|
-
resource: Resource;
|
|
1084
|
-
pathPrefix?: string;
|
|
1085
|
-
link?: import('vue-router').RouteLocationRaw;
|
|
1086
|
-
isPathDisplayed?: boolean;
|
|
1087
|
-
parentFolderLink?: import('vue-router').RouteLocationRaw;
|
|
1088
|
-
parentFolderName?: string;
|
|
1089
|
-
parentFolderLinkIconAdditionalAttributes?: Record<string, unknown>;
|
|
1090
|
-
isExtensionDisplayed?: boolean;
|
|
1091
|
-
isThumbnailDisplayed?: boolean;
|
|
1092
|
-
isIconDisplayed?: boolean;
|
|
1093
|
-
isResourceClickable?: boolean;
|
|
1094
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1095
|
-
click: (event: MouseEvent) => any;
|
|
1096
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
1097
|
-
resource: Resource;
|
|
1098
|
-
pathPrefix?: string;
|
|
1099
|
-
link?: import('vue-router').RouteLocationRaw;
|
|
1100
|
-
isPathDisplayed?: boolean;
|
|
1101
|
-
parentFolderLink?: import('vue-router').RouteLocationRaw;
|
|
1102
|
-
parentFolderName?: string;
|
|
1103
|
-
parentFolderLinkIconAdditionalAttributes?: Record<string, unknown>;
|
|
1104
|
-
isExtensionDisplayed?: boolean;
|
|
1105
|
-
isThumbnailDisplayed?: boolean;
|
|
1106
|
-
isIconDisplayed?: boolean;
|
|
1107
|
-
isResourceClickable?: boolean;
|
|
1108
|
-
}> & Readonly<{
|
|
1109
|
-
onClick?: (event: MouseEvent) => any;
|
|
1110
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1111
|
-
ResourceSize: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1112
|
-
size: {
|
|
1113
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1114
|
-
required: true;
|
|
1115
|
-
};
|
|
1116
|
-
}>, {
|
|
1117
|
-
formattedSize: ComputedRef<string>;
|
|
1118
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1119
|
-
size: {
|
|
1120
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1121
|
-
required: true;
|
|
1122
|
-
};
|
|
1123
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1124
|
-
ResourceStatusIndicators: import('vue').DefineComponent<{
|
|
1125
|
-
resource: Resource;
|
|
1126
|
-
space?: SpaceResource;
|
|
1127
|
-
filter?: (indicator: import('../..').ResourceIndicator) => boolean;
|
|
1128
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
1129
|
-
resource: Resource;
|
|
1130
|
-
space?: SpaceResource;
|
|
1131
|
-
filter?: (indicator: import('../..').ResourceIndicator) => boolean;
|
|
1132
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1133
|
-
OcSpinner: import('vue').DefineComponent<import('node_modules/@opencloud-eu/design-system/src/components/OcSpinner/OcSpinner.vue').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcSpinner/OcSpinner.vue').Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
1134
|
-
OcTable: {
|
|
1135
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTable/OcTable.vue').Props> & Readonly<{
|
|
1136
|
-
onSort?: (sort: {
|
|
1137
|
-
sortBy: string;
|
|
1138
|
-
sortDir: "asc" | "desc";
|
|
1139
|
-
}) => any;
|
|
1140
|
-
onHighlight?: (args: [any, MouseEvent]) => any;
|
|
1141
|
-
onRowMounted?: (item: any, element: {
|
|
1142
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1143
|
-
onClick?: (...args: any[]) => any;
|
|
1144
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1145
|
-
onDragenter?: (...args: any[]) => any;
|
|
1146
|
-
onDragleave?: (...args: any[]) => any;
|
|
1147
|
-
onDragover?: (...args: any[]) => any;
|
|
1148
|
-
onDragstart?: (...args: any[]) => any;
|
|
1149
|
-
onDrop?: (...args: any[]) => any;
|
|
1150
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1151
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1152
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1153
|
-
click: (...args: any[]) => void;
|
|
1154
|
-
contextmenu: (...args: any[]) => void;
|
|
1155
|
-
dragenter: (...args: any[]) => void;
|
|
1156
|
-
dragleave: (...args: any[]) => void;
|
|
1157
|
-
dragover: (...args: any[]) => void;
|
|
1158
|
-
dragstart: (...args: any[]) => void;
|
|
1159
|
-
drop: (...args: any[]) => void;
|
|
1160
|
-
mouseleave: (...args: any[]) => void;
|
|
1161
|
-
itemVisible: (...args: any[]) => void;
|
|
1162
|
-
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1163
|
-
observerTarget: HTMLTableRowElement;
|
|
1164
|
-
}, HTMLTableRowElement, import('vue').ComponentProvideOptions, {
|
|
1165
|
-
P: {};
|
|
1166
|
-
B: {};
|
|
1167
|
-
D: {};
|
|
1168
|
-
C: {};
|
|
1169
|
-
M: {};
|
|
1170
|
-
Defaults: {};
|
|
1171
|
-
}, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1172
|
-
onClick?: (...args: any[]) => any;
|
|
1173
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1174
|
-
onDragenter?: (...args: any[]) => any;
|
|
1175
|
-
onDragleave?: (...args: any[]) => any;
|
|
1176
|
-
onDragover?: (...args: any[]) => any;
|
|
1177
|
-
onDragstart?: (...args: any[]) => any;
|
|
1178
|
-
onDrop?: (...args: any[]) => any;
|
|
1179
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1180
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1181
|
-
}>, {}, {}, {}, {}, {}>;
|
|
1182
|
-
__isFragment?: never;
|
|
1183
|
-
__isTeleport?: never;
|
|
1184
|
-
__isSuspense?: never;
|
|
1185
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1186
|
-
onClick?: (...args: any[]) => any;
|
|
1187
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1188
|
-
onDragenter?: (...args: any[]) => any;
|
|
1189
|
-
onDragleave?: (...args: any[]) => any;
|
|
1190
|
-
onDragover?: (...args: any[]) => any;
|
|
1191
|
-
onDragstart?: (...args: any[]) => any;
|
|
1192
|
-
onDrop?: (...args: any[]) => any;
|
|
1193
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1194
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1195
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1196
|
-
click: (...args: any[]) => void;
|
|
1197
|
-
contextmenu: (...args: any[]) => void;
|
|
1198
|
-
dragenter: (...args: any[]) => void;
|
|
1199
|
-
dragleave: (...args: any[]) => void;
|
|
1200
|
-
dragover: (...args: any[]) => void;
|
|
1201
|
-
dragstart: (...args: any[]) => void;
|
|
1202
|
-
drop: (...args: any[]) => void;
|
|
1203
|
-
mouseleave: (...args: any[]) => void;
|
|
1204
|
-
itemVisible: (...args: any[]) => void;
|
|
1205
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1206
|
-
$slots: {
|
|
1207
|
-
default?(_: {}): any;
|
|
1208
|
-
};
|
|
1209
|
-
})) => any;
|
|
1210
|
-
onContextmenuClicked?: (element: ComponentPublicInstance<unknown>, event: MouseEvent, item: any) => any;
|
|
1211
|
-
onItemDropped?: (selector: string, event: DragEvent) => any;
|
|
1212
|
-
onItemDragged?: (item: any, event: DragEvent) => any;
|
|
1213
|
-
onItemVisible?: (item: any) => any;
|
|
1214
|
-
onTheadClicked?: (event: MouseEvent) => any;
|
|
1215
|
-
onDropRowStyling?: (selector: string, leaving: boolean, event: DragEvent) => any;
|
|
1216
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1217
|
-
sort: (sort: {
|
|
1218
|
-
sortBy: string;
|
|
1219
|
-
sortDir: "asc" | "desc";
|
|
1220
|
-
}) => any;
|
|
1221
|
-
highlight: (args: [any, MouseEvent]) => any;
|
|
1222
|
-
rowMounted: (item: any, element: {
|
|
1223
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1224
|
-
onClick?: (...args: any[]) => any;
|
|
1225
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1226
|
-
onDragenter?: (...args: any[]) => any;
|
|
1227
|
-
onDragleave?: (...args: any[]) => any;
|
|
1228
|
-
onDragover?: (...args: any[]) => any;
|
|
1229
|
-
onDragstart?: (...args: any[]) => any;
|
|
1230
|
-
onDrop?: (...args: any[]) => any;
|
|
1231
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1232
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1233
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1234
|
-
click: (...args: any[]) => void;
|
|
1235
|
-
contextmenu: (...args: any[]) => void;
|
|
1236
|
-
dragenter: (...args: any[]) => void;
|
|
1237
|
-
dragleave: (...args: any[]) => void;
|
|
1238
|
-
dragover: (...args: any[]) => void;
|
|
1239
|
-
dragstart: (...args: any[]) => void;
|
|
1240
|
-
drop: (...args: any[]) => void;
|
|
1241
|
-
mouseleave: (...args: any[]) => void;
|
|
1242
|
-
itemVisible: (...args: any[]) => void;
|
|
1243
|
-
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1244
|
-
observerTarget: HTMLTableRowElement;
|
|
1245
|
-
}, HTMLTableRowElement, import('vue').ComponentProvideOptions, {
|
|
1246
|
-
P: {};
|
|
1247
|
-
B: {};
|
|
1248
|
-
D: {};
|
|
1249
|
-
C: {};
|
|
1250
|
-
M: {};
|
|
1251
|
-
Defaults: {};
|
|
1252
|
-
}, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1253
|
-
onClick?: (...args: any[]) => any;
|
|
1254
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1255
|
-
onDragenter?: (...args: any[]) => any;
|
|
1256
|
-
onDragleave?: (...args: any[]) => any;
|
|
1257
|
-
onDragover?: (...args: any[]) => any;
|
|
1258
|
-
onDragstart?: (...args: any[]) => any;
|
|
1259
|
-
onDrop?: (...args: any[]) => any;
|
|
1260
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1261
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1262
|
-
}>, {}, {}, {}, {}, {}>;
|
|
1263
|
-
__isFragment?: never;
|
|
1264
|
-
__isTeleport?: never;
|
|
1265
|
-
__isSuspense?: never;
|
|
1266
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1267
|
-
onClick?: (...args: any[]) => any;
|
|
1268
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1269
|
-
onDragenter?: (...args: any[]) => any;
|
|
1270
|
-
onDragleave?: (...args: any[]) => any;
|
|
1271
|
-
onDragover?: (...args: any[]) => any;
|
|
1272
|
-
onDragstart?: (...args: any[]) => any;
|
|
1273
|
-
onDrop?: (...args: any[]) => any;
|
|
1274
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1275
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1276
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1277
|
-
click: (...args: any[]) => void;
|
|
1278
|
-
contextmenu: (...args: any[]) => void;
|
|
1279
|
-
dragenter: (...args: any[]) => void;
|
|
1280
|
-
dragleave: (...args: any[]) => void;
|
|
1281
|
-
dragover: (...args: any[]) => void;
|
|
1282
|
-
dragstart: (...args: any[]) => void;
|
|
1283
|
-
drop: (...args: any[]) => void;
|
|
1284
|
-
mouseleave: (...args: any[]) => void;
|
|
1285
|
-
itemVisible: (...args: any[]) => void;
|
|
1286
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1287
|
-
$slots: {
|
|
1288
|
-
default?(_: {}): any;
|
|
1289
|
-
};
|
|
1290
|
-
})) => any;
|
|
1291
|
-
contextmenuClicked: (element: ComponentPublicInstance<unknown>, event: MouseEvent, item: any) => any;
|
|
1292
|
-
itemDropped: (selector: string, event: DragEvent) => any;
|
|
1293
|
-
itemDragged: (item: any, event: DragEvent) => any;
|
|
1294
|
-
itemVisible: (item: any) => any;
|
|
1295
|
-
theadClicked: (event: MouseEvent) => any;
|
|
1296
|
-
dropRowStyling: (selector: string, leaving: boolean, event: DragEvent) => any;
|
|
1297
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
|
|
1298
|
-
P: {};
|
|
1299
|
-
B: {};
|
|
1300
|
-
D: {};
|
|
1301
|
-
C: {};
|
|
1302
|
-
M: {};
|
|
1303
|
-
Defaults: {};
|
|
1304
|
-
}, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTable/OcTable.vue').Props> & Readonly<{
|
|
1305
|
-
onSort?: (sort: {
|
|
1306
|
-
sortBy: string;
|
|
1307
|
-
sortDir: "asc" | "desc";
|
|
1308
|
-
}) => any;
|
|
1309
|
-
onHighlight?: (args: [any, MouseEvent]) => any;
|
|
1310
|
-
onRowMounted?: (item: any, element: {
|
|
1311
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1312
|
-
onClick?: (...args: any[]) => any;
|
|
1313
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1314
|
-
onDragenter?: (...args: any[]) => any;
|
|
1315
|
-
onDragleave?: (...args: any[]) => any;
|
|
1316
|
-
onDragover?: (...args: any[]) => any;
|
|
1317
|
-
onDragstart?: (...args: any[]) => any;
|
|
1318
|
-
onDrop?: (...args: any[]) => any;
|
|
1319
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1320
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1321
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1322
|
-
click: (...args: any[]) => void;
|
|
1323
|
-
contextmenu: (...args: any[]) => void;
|
|
1324
|
-
dragenter: (...args: any[]) => void;
|
|
1325
|
-
dragleave: (...args: any[]) => void;
|
|
1326
|
-
dragover: (...args: any[]) => void;
|
|
1327
|
-
dragstart: (...args: any[]) => void;
|
|
1328
|
-
drop: (...args: any[]) => void;
|
|
1329
|
-
mouseleave: (...args: any[]) => void;
|
|
1330
|
-
itemVisible: (...args: any[]) => void;
|
|
1331
|
-
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1332
|
-
observerTarget: HTMLTableRowElement;
|
|
1333
|
-
}, HTMLTableRowElement, import('vue').ComponentProvideOptions, {
|
|
1334
|
-
P: {};
|
|
1335
|
-
B: {};
|
|
1336
|
-
D: {};
|
|
1337
|
-
C: {};
|
|
1338
|
-
M: {};
|
|
1339
|
-
Defaults: {};
|
|
1340
|
-
}, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1341
|
-
onClick?: (...args: any[]) => any;
|
|
1342
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1343
|
-
onDragenter?: (...args: any[]) => any;
|
|
1344
|
-
onDragleave?: (...args: any[]) => any;
|
|
1345
|
-
onDragover?: (...args: any[]) => any;
|
|
1346
|
-
onDragstart?: (...args: any[]) => any;
|
|
1347
|
-
onDrop?: (...args: any[]) => any;
|
|
1348
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1349
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1350
|
-
}>, {}, {}, {}, {}, {}>;
|
|
1351
|
-
__isFragment?: never;
|
|
1352
|
-
__isTeleport?: never;
|
|
1353
|
-
__isSuspense?: never;
|
|
1354
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1355
|
-
onClick?: (...args: any[]) => any;
|
|
1356
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1357
|
-
onDragenter?: (...args: any[]) => any;
|
|
1358
|
-
onDragleave?: (...args: any[]) => any;
|
|
1359
|
-
onDragover?: (...args: any[]) => any;
|
|
1360
|
-
onDragstart?: (...args: any[]) => any;
|
|
1361
|
-
onDrop?: (...args: any[]) => any;
|
|
1362
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1363
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1364
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1365
|
-
click: (...args: any[]) => void;
|
|
1366
|
-
contextmenu: (...args: any[]) => void;
|
|
1367
|
-
dragenter: (...args: any[]) => void;
|
|
1368
|
-
dragleave: (...args: any[]) => void;
|
|
1369
|
-
dragover: (...args: any[]) => void;
|
|
1370
|
-
dragstart: (...args: any[]) => void;
|
|
1371
|
-
drop: (...args: any[]) => void;
|
|
1372
|
-
mouseleave: (...args: any[]) => void;
|
|
1373
|
-
itemVisible: (...args: any[]) => void;
|
|
1374
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1375
|
-
$slots: {
|
|
1376
|
-
default?(_: {}): any;
|
|
1377
|
-
};
|
|
1378
|
-
})) => any;
|
|
1379
|
-
onContextmenuClicked?: (element: ComponentPublicInstance<unknown>, event: MouseEvent, item: any) => any;
|
|
1380
|
-
onItemDropped?: (selector: string, event: DragEvent) => any;
|
|
1381
|
-
onItemDragged?: (item: any, event: DragEvent) => any;
|
|
1382
|
-
onItemVisible?: (item: any) => any;
|
|
1383
|
-
onTheadClicked?: (event: MouseEvent) => any;
|
|
1384
|
-
onDropRowStyling?: (selector: string, leaving: boolean, event: DragEvent) => any;
|
|
1385
|
-
}>, {}, {}, {}, {}, {}>;
|
|
1386
|
-
__isFragment?: never;
|
|
1387
|
-
__isTeleport?: never;
|
|
1388
|
-
__isSuspense?: never;
|
|
1389
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTable/OcTable.vue').Props> & Readonly<{
|
|
1390
|
-
onSort?: (sort: {
|
|
1391
|
-
sortBy: string;
|
|
1392
|
-
sortDir: "asc" | "desc";
|
|
1393
|
-
}) => any;
|
|
1394
|
-
onHighlight?: (args: [any, MouseEvent]) => any;
|
|
1395
|
-
onRowMounted?: (item: any, element: {
|
|
1396
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1397
|
-
onClick?: (...args: any[]) => any;
|
|
1398
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1399
|
-
onDragenter?: (...args: any[]) => any;
|
|
1400
|
-
onDragleave?: (...args: any[]) => any;
|
|
1401
|
-
onDragover?: (...args: any[]) => any;
|
|
1402
|
-
onDragstart?: (...args: any[]) => any;
|
|
1403
|
-
onDrop?: (...args: any[]) => any;
|
|
1404
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1405
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1406
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1407
|
-
click: (...args: any[]) => void;
|
|
1408
|
-
contextmenu: (...args: any[]) => void;
|
|
1409
|
-
dragenter: (...args: any[]) => void;
|
|
1410
|
-
dragleave: (...args: any[]) => void;
|
|
1411
|
-
dragover: (...args: any[]) => void;
|
|
1412
|
-
dragstart: (...args: any[]) => void;
|
|
1413
|
-
drop: (...args: any[]) => void;
|
|
1414
|
-
mouseleave: (...args: any[]) => void;
|
|
1415
|
-
itemVisible: (...args: any[]) => void;
|
|
1416
|
-
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1417
|
-
observerTarget: HTMLTableRowElement;
|
|
1418
|
-
}, HTMLTableRowElement, import('vue').ComponentProvideOptions, {
|
|
1419
|
-
P: {};
|
|
1420
|
-
B: {};
|
|
1421
|
-
D: {};
|
|
1422
|
-
C: {};
|
|
1423
|
-
M: {};
|
|
1424
|
-
Defaults: {};
|
|
1425
|
-
}, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1426
|
-
onClick?: (...args: any[]) => any;
|
|
1427
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1428
|
-
onDragenter?: (...args: any[]) => any;
|
|
1429
|
-
onDragleave?: (...args: any[]) => any;
|
|
1430
|
-
onDragover?: (...args: any[]) => any;
|
|
1431
|
-
onDragstart?: (...args: any[]) => any;
|
|
1432
|
-
onDrop?: (...args: any[]) => any;
|
|
1433
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1434
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1435
|
-
}>, {}, {}, {}, {}, {}>;
|
|
1436
|
-
__isFragment?: never;
|
|
1437
|
-
__isTeleport?: never;
|
|
1438
|
-
__isSuspense?: never;
|
|
1439
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1440
|
-
onClick?: (...args: any[]) => any;
|
|
1441
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1442
|
-
onDragenter?: (...args: any[]) => any;
|
|
1443
|
-
onDragleave?: (...args: any[]) => any;
|
|
1444
|
-
onDragover?: (...args: any[]) => any;
|
|
1445
|
-
onDragstart?: (...args: any[]) => any;
|
|
1446
|
-
onDrop?: (...args: any[]) => any;
|
|
1447
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1448
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1449
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1450
|
-
click: (...args: any[]) => void;
|
|
1451
|
-
contextmenu: (...args: any[]) => void;
|
|
1452
|
-
dragenter: (...args: any[]) => void;
|
|
1453
|
-
dragleave: (...args: any[]) => void;
|
|
1454
|
-
dragover: (...args: any[]) => void;
|
|
1455
|
-
dragstart: (...args: any[]) => void;
|
|
1456
|
-
drop: (...args: any[]) => void;
|
|
1457
|
-
mouseleave: (...args: any[]) => void;
|
|
1458
|
-
itemVisible: (...args: any[]) => void;
|
|
1459
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1460
|
-
$slots: {
|
|
1461
|
-
default?(_: {}): any;
|
|
1462
|
-
};
|
|
1463
|
-
})) => any;
|
|
1464
|
-
onContextmenuClicked?: (element: ComponentPublicInstance<unknown>, event: MouseEvent, item: any) => any;
|
|
1465
|
-
onItemDropped?: (selector: string, event: DragEvent) => any;
|
|
1466
|
-
onItemDragged?: (item: any, event: DragEvent) => any;
|
|
1467
|
-
onItemVisible?: (item: any) => any;
|
|
1468
|
-
onTheadClicked?: (event: MouseEvent) => any;
|
|
1469
|
-
onDropRowStyling?: (selector: string, leaving: boolean, event: DragEvent) => any;
|
|
1470
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1471
|
-
sort: (sort: {
|
|
1472
|
-
sortBy: string;
|
|
1473
|
-
sortDir: "asc" | "desc";
|
|
1474
|
-
}) => any;
|
|
1475
|
-
highlight: (args: [any, MouseEvent]) => any;
|
|
1476
|
-
rowMounted: (item: any, element: {
|
|
1477
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1478
|
-
onClick?: (...args: any[]) => any;
|
|
1479
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1480
|
-
onDragenter?: (...args: any[]) => any;
|
|
1481
|
-
onDragleave?: (...args: any[]) => any;
|
|
1482
|
-
onDragover?: (...args: any[]) => any;
|
|
1483
|
-
onDragstart?: (...args: any[]) => any;
|
|
1484
|
-
onDrop?: (...args: any[]) => any;
|
|
1485
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1486
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1487
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1488
|
-
click: (...args: any[]) => void;
|
|
1489
|
-
contextmenu: (...args: any[]) => void;
|
|
1490
|
-
dragenter: (...args: any[]) => void;
|
|
1491
|
-
dragleave: (...args: any[]) => void;
|
|
1492
|
-
dragover: (...args: any[]) => void;
|
|
1493
|
-
dragstart: (...args: any[]) => void;
|
|
1494
|
-
drop: (...args: any[]) => void;
|
|
1495
|
-
mouseleave: (...args: any[]) => void;
|
|
1496
|
-
itemVisible: (...args: any[]) => void;
|
|
1497
|
-
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1498
|
-
observerTarget: HTMLTableRowElement;
|
|
1499
|
-
}, HTMLTableRowElement, import('vue').ComponentProvideOptions, {
|
|
1500
|
-
P: {};
|
|
1501
|
-
B: {};
|
|
1502
|
-
D: {};
|
|
1503
|
-
C: {};
|
|
1504
|
-
M: {};
|
|
1505
|
-
Defaults: {};
|
|
1506
|
-
}, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1507
|
-
onClick?: (...args: any[]) => any;
|
|
1508
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1509
|
-
onDragenter?: (...args: any[]) => any;
|
|
1510
|
-
onDragleave?: (...args: any[]) => any;
|
|
1511
|
-
onDragover?: (...args: any[]) => any;
|
|
1512
|
-
onDragstart?: (...args: any[]) => any;
|
|
1513
|
-
onDrop?: (...args: any[]) => any;
|
|
1514
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1515
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1516
|
-
}>, {}, {}, {}, {}, {}>;
|
|
1517
|
-
__isFragment?: never;
|
|
1518
|
-
__isTeleport?: never;
|
|
1519
|
-
__isSuspense?: never;
|
|
1520
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTableTr/OcTableTr.vue').Props> & Readonly<{
|
|
1521
|
-
onClick?: (...args: any[]) => any;
|
|
1522
|
-
onContextmenu?: (...args: any[]) => any;
|
|
1523
|
-
onDragenter?: (...args: any[]) => any;
|
|
1524
|
-
onDragleave?: (...args: any[]) => any;
|
|
1525
|
-
onDragover?: (...args: any[]) => any;
|
|
1526
|
-
onDragstart?: (...args: any[]) => any;
|
|
1527
|
-
onDrop?: (...args: any[]) => any;
|
|
1528
|
-
onMouseleave?: (...args: any[]) => any;
|
|
1529
|
-
onItemVisible?: (...args: any[]) => any;
|
|
1530
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1531
|
-
click: (...args: any[]) => void;
|
|
1532
|
-
contextmenu: (...args: any[]) => void;
|
|
1533
|
-
dragenter: (...args: any[]) => void;
|
|
1534
|
-
dragleave: (...args: any[]) => void;
|
|
1535
|
-
dragover: (...args: any[]) => void;
|
|
1536
|
-
dragstart: (...args: any[]) => void;
|
|
1537
|
-
drop: (...args: any[]) => void;
|
|
1538
|
-
mouseleave: (...args: any[]) => void;
|
|
1539
|
-
itemVisible: (...args: any[]) => void;
|
|
1540
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1541
|
-
$slots: {
|
|
1542
|
-
default?(_: {}): any;
|
|
1543
|
-
};
|
|
1544
|
-
})) => any;
|
|
1545
|
-
contextmenuClicked: (element: ComponentPublicInstance<unknown>, event: MouseEvent, item: any) => any;
|
|
1546
|
-
itemDropped: (selector: string, event: DragEvent) => any;
|
|
1547
|
-
itemDragged: (item: any, event: DragEvent) => any;
|
|
1548
|
-
itemVisible: (item: any) => any;
|
|
1549
|
-
theadClicked: (event: MouseEvent) => any;
|
|
1550
|
-
dropRowStyling: (selector: string, leaving: boolean, event: DragEvent) => any;
|
|
1551
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1552
|
-
$slots: Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTable/OcTable.vue').Slots> & import('node_modules/@opencloud-eu/design-system/src/components/OcTable/OcTable.vue').Slots;
|
|
1553
|
-
});
|
|
1554
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
184
|
+
layerCount(): number;
|
|
185
|
+
showSecondLayer(): boolean;
|
|
186
|
+
showThirdLayer(): boolean;
|
|
187
|
+
itemCount(): number;
|
|
188
|
+
}, {}, {}>;
|
|
189
|
+
}, any>;
|
|
190
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1555
191
|
export default _default;
|
|
192
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
193
|
+
new (): {
|
|
194
|
+
$slots: S;
|
|
195
|
+
};
|
|
196
|
+
};
|