forked from eclipsesource/jsonforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArrayControlRenderer.spec.ts.snap
More file actions
78 lines (77 loc) · 3.81 KB
/
ArrayControlRenderer.spec.ts.snap
File metadata and controls
78 lines (77 loc) · 3.81 KB
1
2
3
4
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
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`ArrayControlRenderer.vue > should render component and match snapshot 1`] = `
"<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr">
<div class="v-application__wrap">
<div data-v-4896f876="" class="v-card v-theme--light v-card--density-default elevation-0 v-card--variant-elevated array-list">
<!---->
<div class="v-card__loader">
<div class="v-progress-linear v-theme--light v-locale--is-ltr" style="top: 0px; height: 0px; --v-progress-linear-height: 2px;" role="progressbar" aria-hidden="true" aria-valuemin="0" aria-valuemax="100">
<!---->
<div class="v-progress-linear__background"></div>
<div class="v-progress-linear__buffer" style="width: 0%;"></div>
<transition-stub name="fade-transition" appear="false" persisted="false" css="true">
<div class="v-progress-linear__indeterminate">
<div class="v-progress-linear__indeterminate long"></div>
<div class="v-progress-linear__indeterminate short"></div>
</div>
</transition-stub>
<!---->
</div>
</div>
<!---->
<!---->
<div data-v-4896f876="" class="v-card-title array-list-title">
<header data-v-4896f876="" class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr array-list-toolbar">
<!---->
<div class="v-toolbar__content" style="height: 64px;">
<!---->
<!---->
<div data-v-4896f876="" class="v-toolbar-title array-list-label">
<div class="v-toolbar-title__placeholder">
<!---->
</div>
</div>
<div data-v-4896f876="" class="v-spacer"></div>
<!--v-if--><button data-v-4896f876="" type="button" class="v-btn v-btn--icon v-theme--light v-btn--density-default elevation-0 v-btn--size-default v-btn--variant-text array-list-add" small="" aria-label="MyAdd" aria-describedby="v-tooltip-0"><span class="v-btn__overlay"></span><span class="v-btn__underlay"></span>
<!----><span class="v-btn__content" data-no-activator=""><i data-v-4896f876="" class="mdi-plus mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true"></i></span>
<!---->
<!---->
</button>
<!--teleport start-->
<!--teleport end-->
<!---->
</div>
<transition-stub name="expand-transition" appear="false" persisted="false" css="true">
<!---->
</transition-stub>
</header>
</div>
<div data-v-4896f876="" class="v-card-text">
<div data-v-4896f876="" class="v-container v-locale--is-ltr" justify-space-around="" align-content-center="">
<div data-v-4896f876="" class="v-row justify-center">
<div data-v-4896f876="" class="v-table v-theme--light v-table--density-default array-container flex">
<!---->
<div class="v-table__wrapper">
<table>
<thead data-v-4896f876="">
<tr data-v-4896f876="">
<th data-v-4896f876="" scope="col">Name</th>
<th data-v-4896f876="" scope="col">Done</th>
<th data-v-4896f876="" class="fixed-cell-small" scope="col"></th>
</tr>
</thead>
<tbody data-v-4896f876=""></tbody>
</table>
</div>
<!---->
</div>
</div>
</div>
<div data-v-4896f876="" class="v-container v-locale--is-ltr array-list-no-data">No data</div>
</div>
<!---->
<!----><span class="v-card__underlay"></span>
</div>
</div>
</div>"
`;