Skip to content

Commit 3d2fbf5

Browse files
committed
Dev environment - Update testing arena
1 parent efcab9e commit 3d2fbf5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+263
-34
lines changed

TestingArena/ArenaVueUi3dBar.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,12 @@ const dataset = computed(() => datasets.value[selectedDataset.value])
206206
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
207207
WATERMARK
208208
</div>
209-
</template>
209+
</template>
210+
<template #source>
211+
<div style="width:100%;font-size:10px;text-align:left">
212+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
213+
</div>
214+
</template>
210215
</LocalVueUi3dBar>
211216
</div>
212217

TestingArena/ArenaVueUiAgePyramid.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ function toggleTable() {
222222
WATERMARK
223223
</div>
224224
</template>
225+
<template #source>
226+
<div style="width:100%;font-size:10px;text-align:left">
227+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
228+
</div>
229+
</template>
225230
</LocalVueUiAgePyramid>
226231
</div>
227232

TestingArena/ArenaVueUiBullet.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,13 @@ const config = computed(() => {
131131
<template #title>VueUiBullet</template>
132132

133133
<template #local>
134-
<LocalVueUiBullet :dataset="dataset" :config="config" ref="local"/>
134+
<LocalVueUiBullet :dataset="dataset" :config="config" ref="local">
135+
<template #source>
136+
<div style="width:100%;font-size:10px;text-align:left">
137+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
138+
</div>
139+
</template>
140+
</LocalVueUiBullet>
135141
</template>
136142

137143
<template #VDUI-local>

TestingArena/ArenaVueUiCandlestick.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,12 @@ const { local, build, vduiLocal, vduiBuild, toggleTable } = useArena()
225225
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
226226
WATERMARK
227227
</div>
228-
</template>
228+
</template>
229+
<template #source>
230+
<div style="width:100%;font-size:10px;text-align:left">
231+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
232+
</div>
233+
</template>
229234
</LocalVueUiCandlestick>
230235
</div>
231236

TestingArena/ArenaVueUiCarouselTable.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ function resumeVduiBuild() {
193193
<template #th="{th}">
194194
{{ th }}
195195
</template>
196+
<template #source>
197+
<div style="width:100%;font-size:10px;text-align:left">
198+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
199+
</div>
200+
</template>
196201
</LocalVueUiCarouselTable>
197202
</template>
198203

TestingArena/ArenaVueUiChestnut.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,11 @@ function selectNut(nut) {
506506
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
507507
WATERMARK
508508
</div>
509+
</template>
510+
<template #source>
511+
<div style="width:100%;font-size:10px;text-align:left">
512+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
513+
</div>
509514
</template>
510515
</LocalVueUiChestnut>
511516
</div>

TestingArena/ArenaVueUiDonut.vue

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,12 @@ function toggleLabels() {
343343
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
344344
WATERMARK
345345
</div>
346-
</template>
346+
</template>
347+
<template #source>
348+
<div style="width:100%;font-size:10px;text-align:left">
349+
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
350+
</div>
351+
</template>
347352
</LocalVueUiDonut>
348353
</div>
349354

@@ -444,7 +449,12 @@ function toggleLabels() {
444449
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
445450
WATERMARK
446451
</div>
447-
</template>
452+
</template>
453+
<template #source>
454+
<div style="width:100%;font-size:10px;text-align:left">
455+
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
456+
</div>
457+
</template>
448458
</LocalVueDataUi>
449459
</template>
450460

TestingArena/ArenaVueUiDonutEvolution.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,20 +194,25 @@ const step = ref(0)
194194
<circle :cx="svg.width / 2" :cy="svg.height / 2" :r="30" fill="#42d392" />
195195
<text :x="svg.width / 2" :y="svg.height / 2" text-anchor="middle">#SVG</text>
196196
</template>
197-
<template #legend="{ legend }">
197+
<!-- <template #legend="{ legend }">
198198
#LEGEND
199199
<div style="font-size: 8px">
200200
{{ legend }}
201201
</div>
202-
</template>
202+
</template> -->
203203
<template #reset-action="{ reset }">
204204
<button @click="reset()">REFRESH</button>
205205
</template>
206206
<template #watermark="{ isPrinting }">
207207
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
208208
WATERMARK
209209
</div>
210-
</template>
210+
</template>
211+
<template #source>
212+
<div style="width:100%;font-size:10px;text-align:left">
213+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
214+
</div>
215+
</template>
211216
</LocalVueUiDonutEvolution>
212217
</template>
213218

TestingArena/ArenaVueUiDumbbell.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,12 @@ const step = ref(0);
180180
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
181181
WATERMARK
182182
</div>
183-
</template>
183+
</template>
184+
<template #source>
185+
<div style="width:100%;font-size:10px;text-align:left">
186+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
187+
</div>
188+
</template>
184189
</LocalVueUiDumbbell>
185190
</div>
186191

TestingArena/ArenaVueUiFlow.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,12 @@ const step = ref(0);
123123
<div v-if="isPrinting" style="font-size: 100px; opacity: 0.1; transform: rotate(-10deg)">
124124
WATERMARK
125125
</div>
126-
</template>
126+
</template>
127+
<template #source>
128+
<div style="width:100%;font-size:10px;text-align:left">
129+
SOURCE: Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tenetur, molestiae perspiciatis nam quae libero, deserunt in aperiam unde officia sint saepe laboriosam ducimus aspernatur labore! Sapiente aspernatur corrupti quis ad.
130+
</div>
131+
</template>
127132
</LocalVueUiFlow>
128133
</template>
129134

0 commit comments

Comments
 (0)