@opencloud-eu/web-pkg 0.1.1 → 2.0.0

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 (41) hide show
  1. package/dist/{TextEditor-dPv5RFiT.js → TextEditor-CBpP9DFX.js} +68 -51
  2. package/dist/assets/{worker-DzSy5ndr.js → worker-BCEWb3C6.js} +27 -27
  3. package/dist/assets/{worker-BTxctNFM.js → worker-BpDXOTOV.js} +18 -18
  4. package/dist/assets/{worker-oQBkmUkg.js → worker-Ds2rbROB.js} +26 -26
  5. package/dist/{index-B8n8dCfU.js → index-CPsauqxc.js} +12683 -12675
  6. package/dist/src/components/AppBar/AppBar.vue.d.ts +28 -31
  7. package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +71 -94
  8. package/dist/src/components/AppTopBar.vue.d.ts +13 -24
  9. package/dist/src/components/BatchActions.vue.d.ts +10 -11
  10. package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +10 -11
  11. package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +10 -20
  12. package/dist/src/components/CreateShortcutModal.vue.d.ts +3 -3
  13. package/dist/src/components/FilesList/ContextActions.vue.d.ts +10 -20
  14. package/dist/src/components/FilesList/ResourceLink.vue.d.ts +2 -2
  15. package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +3 -3
  16. package/dist/src/components/FilesList/ResourceTable.vue.d.ts +15 -55
  17. package/dist/src/components/FilesList/ResourceTile.vue.d.ts +6 -6
  18. package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +6 -6
  19. package/dist/src/components/Filters/DateFilter.vue.d.ts +196 -52
  20. package/dist/src/components/Search/ResourcePreview.vue.d.ts +3 -3
  21. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +57 -69
  22. package/dist/src/components/SideBar/SideBar.vue.d.ts +39 -71
  23. package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +1 -1
  24. package/dist/src/components/SpaceQuota.vue.d.ts +1 -1
  25. package/dist/src/components/Spaces/QuotaModal.vue.d.ts +1 -1
  26. package/dist/src/components/TextEditor/TextEditor.vue.d.ts +1 -0
  27. package/dist/src/components/TextEditor/index.d.ts +1 -0
  28. package/dist/src/components/ViewOptions.vue.d.ts +8 -0
  29. package/dist/src/composables/actions/files/useFileActions.d.ts +1 -1
  30. package/dist/src/composables/actions/types.d.ts +0 -1
  31. package/dist/src/composables/piniaStores/auth.d.ts +8 -7
  32. package/dist/src/composables/piniaStores/modals.d.ts +18 -20
  33. package/dist/src/composables/piniaStores/resources.d.ts +8 -2
  34. package/dist/src/composables/piniaStores/spaces.d.ts +8 -2
  35. package/dist/src/composables/piniaStores/theme.d.ts +56 -0
  36. package/dist/src/helpers/resource/icon.d.ts +2 -1
  37. package/dist/src/router/deprecated.d.ts +1 -1
  38. package/dist/src/router/utils.d.ts +2 -2
  39. package/dist/web-pkg.js +2 -2
  40. package/dist/web-pkg.umd.cjs +47 -43
  41. package/package.json +5 -5
@@ -18,10 +18,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
18
  type: StringConstructor;
19
19
  default: string;
20
20
  };
21
- variation: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
21
  shortcutHint: {
26
22
  type: BooleanConstructor;
27
23
  default: boolean;
@@ -32,16 +28,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
28
  default: boolean;
33
29
  required: false;
34
30
  };
31
+ buttonClasses: {
32
+ type: PropType<string[]>;
33
+ default: () => any[];
34
+ };
35
35
  }>, {
36
36
  componentType: import('vue').ComputedRef<string>;
37
37
  componentProps: import('vue').ComputedRef<{
38
38
  target: string;
39
39
  href: string;
40
- to: import('vue-router').RouteLocationRaw;
40
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
41
41
  id: string;
42
42
  disabled: boolean;
43
43
  appearance: string;
44
- variation: string;
45
44
  }>;
46
45
  openInNewTabHint: import('vue').ComputedRef<string>;
47
46
  }, {}, {
@@ -69,10 +68,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
69
68
  type: StringConstructor;
70
69
  default: string;
71
70
  };
72
- variation: {
73
- type: StringConstructor;
74
- default: string;
75
- };
76
71
  shortcutHint: {
77
72
  type: BooleanConstructor;
78
73
  default: boolean;
@@ -83,11 +78,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
83
78
  default: boolean;
84
79
  required: false;
85
80
  };
81
+ buttonClasses: {
82
+ type: PropType<string[]>;
83
+ default: () => any[];
84
+ };
86
85
  }>> & Readonly<{}>, {
87
86
  size: string;
88
87
  appearance: string;
89
- variation: string;
90
88
  shortcutHint: boolean;
91
89
  showTooltip: boolean;
90
+ buttonClasses: string[];
92
91
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
93
92
  export default _default;
@@ -13,10 +13,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13
13
  type: StringConstructor;
14
14
  default: string;
15
15
  };
16
- variation: {
17
- type: StringConstructor;
18
- default: string;
19
- };
20
16
  actionOptions: {
21
17
  type: PropType<ActionOptions>;
22
18
  required: true;
@@ -32,17 +28,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
28
  type: StringConstructor;
33
29
  default: string;
34
30
  };
35
- variation: {
36
- type: StringConstructor;
37
- default: string;
38
- };
39
31
  actionOptions: {
40
32
  type: PropType<ActionOptions>;
41
33
  required: true;
42
34
  };
43
35
  }>> & Readonly<{}>, {
44
36
  appearance: string;
45
- variation: string;
46
37
  }, {}, {
47
38
  ActionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
48
39
  action: {
@@ -62,10 +53,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
62
53
  type: StringConstructor;
63
54
  default: string;
64
55
  };
65
- variation: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
56
  shortcutHint: {
70
57
  type: BooleanConstructor;
71
58
  default: boolean;
@@ -76,16 +63,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
76
63
  default: boolean;
77
64
  required: false;
78
65
  };
66
+ buttonClasses: {
67
+ type: PropType<string[]>;
68
+ default: () => any[];
69
+ };
79
70
  }>, {
80
71
  componentType: import('vue').ComputedRef<string>;
81
72
  componentProps: import('vue').ComputedRef<{
82
73
  target: string;
83
74
  href: string;
84
- to: import('vue-router').RouteLocationRaw;
75
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
85
76
  id: string;
86
77
  disabled: boolean;
87
78
  appearance: string;
88
- variation: string;
89
79
  }>;
90
80
  openInNewTabHint: import('vue').ComputedRef<string>;
91
81
  }, {}, {
@@ -113,10 +103,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
113
103
  type: StringConstructor;
114
104
  default: string;
115
105
  };
116
- variation: {
117
- type: StringConstructor;
118
- default: string;
119
- };
120
106
  shortcutHint: {
121
107
  type: BooleanConstructor;
122
108
  default: boolean;
@@ -127,12 +113,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
127
113
  default: boolean;
128
114
  required: false;
129
115
  };
116
+ buttonClasses: {
117
+ type: PropType<string[]>;
118
+ default: () => any[];
119
+ };
130
120
  }>> & Readonly<{}>, {
131
121
  size: string;
132
122
  appearance: string;
133
- variation: string;
134
123
  shortcutHint: boolean;
135
124
  showTooltip: boolean;
125
+ buttonClasses: string[];
136
126
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
137
127
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
138
128
  export default _default;
@@ -415,7 +415,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
415
415
  }>> & Readonly<{
416
416
  onClick?: (...args: any[]) => any;
417
417
  }>, {
418
- link: import('vue-router').RouteLocationRaw;
418
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
419
419
  isResourceClickable: boolean;
420
420
  pathPrefix: string;
421
421
  isPathDisplayed: boolean;
@@ -478,7 +478,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
478
478
  justifyContent: string;
479
479
  to?: undefined;
480
480
  } | {
481
- to: import('vue-router').RouteLocationRaw;
481
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
482
482
  appearance?: undefined;
483
483
  gapSize?: undefined;
484
484
  justifyContent?: undefined;
@@ -503,7 +503,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
503
503
  }>> & Readonly<{
504
504
  onClick?: (...args: any[]) => any;
505
505
  }>, {
506
- link: import('vue-router').RouteLocationRaw;
506
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
507
507
  isResourceClickable: boolean;
508
508
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
509
509
  ResourceName: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -22,10 +22,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
22
  type: StringConstructor;
23
23
  default: string;
24
24
  };
25
- variation: {
26
- type: StringConstructor;
27
- default: string;
28
- };
29
25
  actionOptions: {
30
26
  type: PropType<import('../..').ActionOptions>;
31
27
  required: true;
@@ -41,17 +37,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
41
37
  type: StringConstructor;
42
38
  default: string;
43
39
  };
44
- variation: {
45
- type: StringConstructor;
46
- default: string;
47
- };
48
40
  actionOptions: {
49
41
  type: PropType<import('../..').ActionOptions>;
50
42
  required: true;
51
43
  };
52
44
  }>> & Readonly<{}>, {
53
45
  appearance: string;
54
- variation: string;
55
46
  }, {}, {
56
47
  ActionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
57
48
  action: {
@@ -71,10 +62,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
62
  type: StringConstructor;
72
63
  default: string;
73
64
  };
74
- variation: {
75
- type: StringConstructor;
76
- default: string;
77
- };
78
65
  shortcutHint: {
79
66
  type: BooleanConstructor;
80
67
  default: boolean;
@@ -85,16 +72,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
85
72
  default: boolean;
86
73
  required: false;
87
74
  };
75
+ buttonClasses: {
76
+ type: PropType<string[]>;
77
+ default: () => any[];
78
+ };
88
79
  }>, {
89
80
  componentType: import('vue').ComputedRef<string>;
90
81
  componentProps: import('vue').ComputedRef<{
91
82
  target: string;
92
83
  href: string;
93
- to: import('vue-router').RouteLocationRaw;
84
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
94
85
  id: string;
95
86
  disabled: boolean;
96
87
  appearance: string;
97
- variation: string;
98
88
  }>;
99
89
  openInNewTabHint: import('vue').ComputedRef<string>;
100
90
  }, {}, {
@@ -122,10 +112,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
122
112
  type: StringConstructor;
123
113
  default: string;
124
114
  };
125
- variation: {
126
- type: StringConstructor;
127
- default: string;
128
- };
129
115
  shortcutHint: {
130
116
  type: BooleanConstructor;
131
117
  default: boolean;
@@ -136,12 +122,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
136
122
  default: boolean;
137
123
  required: false;
138
124
  };
125
+ buttonClasses: {
126
+ type: PropType<string[]>;
127
+ default: () => any[];
128
+ };
139
129
  }>> & Readonly<{}>, {
140
130
  size: string;
141
131
  appearance: string;
142
- variation: string;
143
132
  shortcutHint: boolean;
144
133
  showTooltip: boolean;
134
+ buttonClasses: string[];
145
135
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
146
136
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
147
137
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
38
38
  justifyContent: string;
39
39
  to?: undefined;
40
40
  } | {
41
- to: RouteLocationRaw;
41
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
42
42
  appearance?: undefined;
43
43
  gapSize?: undefined;
44
44
  justifyContent?: undefined;
@@ -72,7 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
72
72
  }>> & Readonly<{
73
73
  onClick?: (...args: any[]) => any;
74
74
  }>, {
75
- link: RouteLocationRaw;
75
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
76
76
  isResourceClickable: boolean;
77
77
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
78
78
  export default _default;
@@ -198,7 +198,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
198
198
  }>> & Readonly<{
199
199
  onClick?: (...args: any[]) => any;
200
200
  }>, {
201
- link: RouteLocationRaw;
201
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
202
202
  isResourceClickable: boolean;
203
203
  pathPrefix: string;
204
204
  isPathDisplayed: boolean;
@@ -261,7 +261,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
261
261
  justifyContent: string;
262
262
  to?: undefined;
263
263
  } | {
264
- to: RouteLocationRaw;
264
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
265
265
  appearance?: undefined;
266
266
  gapSize?: undefined;
267
267
  justifyContent?: undefined;
@@ -286,7 +286,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
286
286
  }>> & Readonly<{
287
287
  onClick?: (...args: any[]) => any;
288
288
  }>, {
289
- link: RouteLocationRaw;
289
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
290
290
  isResourceClickable: boolean;
291
291
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
292
292
  ResourceName: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1141,7 +1141,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1141
1141
  }>> & Readonly<{
1142
1142
  onClick?: (...args: any[]) => any;
1143
1143
  }>, {
1144
- link: import('vue-router').RouteLocationRaw;
1144
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
1145
1145
  isResourceClickable: boolean;
1146
1146
  pathPrefix: string;
1147
1147
  isPathDisplayed: boolean;
@@ -1204,7 +1204,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1204
1204
  justifyContent: string;
1205
1205
  to?: undefined;
1206
1206
  } | {
1207
- to: import('vue-router').RouteLocationRaw;
1207
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
1208
1208
  appearance?: undefined;
1209
1209
  gapSize?: undefined;
1210
1210
  justifyContent?: undefined;
@@ -1229,7 +1229,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1229
1229
  }>> & Readonly<{
1230
1230
  onClick?: (...args: any[]) => any;
1231
1231
  }>, {
1232
- link: import('vue-router').RouteLocationRaw;
1232
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
1233
1233
  isResourceClickable: boolean;
1234
1234
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1235
1235
  ResourceName: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1339,26 +1339,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1339
1339
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1340
1340
  OcTable: {
1341
1341
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTable/OcTable.vue').Props> & Readonly<{
1342
- onSort?: (...args: any[]) => any;
1343
- "onThead-clicked"?: (...args: any[]) => any;
1344
- onHighlight?: (...args: any[]) => any;
1345
- onRowMounted?: (...args: any[]) => any;
1346
- onContextmenuClicked?: (...args: any[]) => any;
1347
- onItemDropped?: (...args: any[]) => any;
1348
- onItemDragged?: (...args: any[]) => any;
1349
- onItemVisible?: (...args: any[]) => any;
1350
- onDropRowStyling?: (...args: any[]) => any;
1342
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1351
1343
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1352
- sort: (...args: any[]) => void;
1353
- "thead-clicked": (...args: any[]) => void;
1354
- highlight: (...args: any[]) => void;
1355
- rowMounted: (...args: any[]) => void;
1356
- contextmenuClicked: (...args: any[]) => void;
1357
- itemDropped: (...args: any[]) => void;
1358
- itemDragged: (...args: any[]) => void;
1359
- itemVisible: (...args: any[]) => void;
1360
- dropRowStyling: (...args: any[]) => void;
1361
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1344
+ [x: string]: any;
1345
+ } & {
1346
+ [x: string]: any;
1347
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
1362
1348
  P: {};
1363
1349
  B: {};
1364
1350
  D: {};
@@ -1366,46 +1352,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1366
1352
  M: {};
1367
1353
  Defaults: {};
1368
1354
  }, Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTable/OcTable.vue').Props> & Readonly<{
1369
- onSort?: (...args: any[]) => any;
1370
- "onThead-clicked"?: (...args: any[]) => any;
1371
- onHighlight?: (...args: any[]) => any;
1372
- onRowMounted?: (...args: any[]) => any;
1373
- onContextmenuClicked?: (...args: any[]) => any;
1374
- onItemDropped?: (...args: any[]) => any;
1375
- onItemDragged?: (...args: any[]) => any;
1376
- onItemVisible?: (...args: any[]) => any;
1377
- onDropRowStyling?: (...args: any[]) => any;
1355
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1378
1356
  }>, {}, {}, {}, {}, {}>;
1379
1357
  __isFragment?: never;
1380
1358
  __isTeleport?: never;
1381
1359
  __isSuspense?: never;
1382
1360
  } & import('vue').ComponentOptionsBase<Readonly<import('node_modules/@opencloud-eu/design-system/src/components/OcTable/OcTable.vue').Props> & Readonly<{
1383
- onSort?: (...args: any[]) => any;
1384
- "onThead-clicked"?: (...args: any[]) => any;
1385
- onHighlight?: (...args: any[]) => any;
1386
- onRowMounted?: (...args: any[]) => any;
1387
- onContextmenuClicked?: (...args: any[]) => any;
1388
- onItemDropped?: (...args: any[]) => any;
1389
- onItemDragged?: (...args: any[]) => any;
1390
- onItemVisible?: (...args: any[]) => any;
1391
- onDropRowStyling?: (...args: any[]) => any;
1361
+ [x: `on${Capitalize<any>}`]: (...args: any) => any;
1392
1362
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1393
- sort: (...args: any[]) => void;
1394
- "thead-clicked": (...args: any[]) => void;
1395
- highlight: (...args: any[]) => void;
1396
- rowMounted: (...args: any[]) => void;
1397
- contextmenuClicked: (...args: any[]) => void;
1398
- itemDropped: (...args: any[]) => void;
1399
- itemDragged: (...args: any[]) => void;
1400
- itemVisible: (...args: any[]) => void;
1401
- dropRowStyling: (...args: any[]) => void;
1363
+ [x: string]: any;
1364
+ } & {
1365
+ [x: string]: any;
1402
1366
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1403
- $slots: Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {
1404
- item: any;
1405
- }) => any>> & {
1406
- footer?(_: {}): any;
1407
- };
1367
+ $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;
1408
1368
  });
1409
- 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, {}, any>;
1369
+ 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>;
1410
1370
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1411
1371
  export default _default;
@@ -109,7 +109,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
109
109
  lazy: boolean;
110
110
  isResourceDisabled: boolean;
111
111
  isResourceSelected: boolean;
112
- resourceRoute: RouteLocationRaw;
112
+ resourceRoute: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
113
113
  resourceIconSize: string;
114
114
  }, {}, {
115
115
  ResourceListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -240,7 +240,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
240
240
  }>> & Readonly<{
241
241
  onClick?: (...args: any[]) => any;
242
242
  }>, {
243
- link: RouteLocationRaw;
243
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
244
244
  isResourceClickable: boolean;
245
245
  pathPrefix: string;
246
246
  isPathDisplayed: boolean;
@@ -303,7 +303,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
303
303
  justifyContent: string;
304
304
  to?: undefined;
305
305
  } | {
306
- to: RouteLocationRaw;
306
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
307
307
  appearance?: undefined;
308
308
  gapSize?: undefined;
309
309
  justifyContent?: undefined;
@@ -328,7 +328,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
328
328
  }>> & Readonly<{
329
329
  onClick?: (...args: any[]) => any;
330
330
  }>, {
331
- link: RouteLocationRaw;
331
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
332
332
  isResourceClickable: boolean;
333
333
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
334
334
  ResourceName: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -475,7 +475,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
475
475
  justifyContent: string;
476
476
  to?: undefined;
477
477
  } | {
478
- to: RouteLocationRaw;
478
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
479
479
  appearance?: undefined;
480
480
  gapSize?: undefined;
481
481
  justifyContent?: undefined;
@@ -500,7 +500,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
500
500
  }>> & Readonly<{
501
501
  onClick?: (...args: any[]) => any;
502
502
  }>, {
503
- link: RouteLocationRaw;
503
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
504
504
  isResourceClickable: boolean;
505
505
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
506
506
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -341,7 +341,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
341
341
  lazy: boolean;
342
342
  isResourceDisabled: boolean;
343
343
  isResourceSelected: boolean;
344
- resourceRoute: import('vue-router').RouteLocationRaw;
344
+ resourceRoute: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
345
345
  resourceIconSize: string;
346
346
  }, {}, {
347
347
  ResourceListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -472,7 +472,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
472
472
  }>> & Readonly<{
473
473
  onClick?: (...args: any[]) => any;
474
474
  }>, {
475
- link: import('vue-router').RouteLocationRaw;
475
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
476
476
  isResourceClickable: boolean;
477
477
  pathPrefix: string;
478
478
  isPathDisplayed: boolean;
@@ -535,7 +535,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
535
535
  justifyContent: string;
536
536
  to?: undefined;
537
537
  } | {
538
- to: import('vue-router').RouteLocationRaw;
538
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
539
539
  appearance?: undefined;
540
540
  gapSize?: undefined;
541
541
  justifyContent?: undefined;
@@ -560,7 +560,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
560
560
  }>> & Readonly<{
561
561
  onClick?: (...args: any[]) => any;
562
562
  }>, {
563
- link: import('vue-router').RouteLocationRaw;
563
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
564
564
  isResourceClickable: boolean;
565
565
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
566
566
  ResourceName: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -707,7 +707,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
707
707
  justifyContent: string;
708
708
  to?: undefined;
709
709
  } | {
710
- to: import('vue-router').RouteLocationRaw;
710
+ to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
711
711
  appearance?: undefined;
712
712
  gapSize?: undefined;
713
713
  justifyContent?: undefined;
@@ -732,7 +732,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
732
732
  }>> & Readonly<{
733
733
  onClick?: (...args: any[]) => any;
734
734
  }>, {
735
- link: import('vue-router').RouteLocationRaw;
735
+ link: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
736
736
  isResourceClickable: boolean;
737
737
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
738
738
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;