[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump vue-data-ui from 3.13.7 to 3.14.0 (#659)

authored by

Alec Lloyd Probert and committed by
GitHub
7c1d5cbc 1c8e14b5

+7 -29
+1 -23
app/components/Package/DownloadAnalytics.vue
··· 19 19 20 20 const { width } = useElementSize(rootEl) 21 21 22 - const chartKey = ref(0) 23 - 24 - let chartRemountTimeoutId: ReturnType<typeof setTimeout> | null = null 25 - 26 22 onMounted(() => { 27 23 rootEl.value = document.documentElement 28 24 resolvedMode.value = colorMode.value === 'dark' ? 'dark' : 'light' 29 - 30 - // If the chart is painted too early, built-in auto-sizing does not adapt to the final container size 31 - chartRemountTimeoutId = setTimeout(() => { 32 - chartKey.value += 1 33 - chartRemountTimeoutId = null 34 - }, 10) 35 - }) 36 - 37 - onBeforeUnmount(() => { 38 - if (chartRemountTimeoutId !== null) { 39 - clearTimeout(chartRemountTimeoutId) 40 - chartRemountTimeoutId = null 41 - } 42 25 }) 43 26 44 27 const { colors } = useCssVariables( ··· 705 688 </div> 706 689 707 690 <ClientOnly v-if="inModal && chartData.dataset"> 708 - <VueUiXy 709 - :dataset="chartData.dataset" 710 - :config="config" 711 - class="[direction:ltr]" 712 - :key="chartKey" 713 - > 691 + <VueUiXy :dataset="chartData.dataset" :config="config" class="[direction:ltr]"> 714 692 <template #menuIcon="{ isOpen }"> 715 693 <span v-if="isOpen" class="i-carbon:close w-6 h-6" aria-hidden="true" /> 716 694 <span v-else class="i-carbon:overflow-menu-vertical w-6 h-6" aria-hidden="true" />
+1 -1
package.json
··· 91 91 "vite-plugin-pwa": "1.2.0", 92 92 "vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab", 93 93 "vue": "3.5.27", 94 - "vue-data-ui": "3.13.7" 94 + "vue-data-ui": "3.14.0" 95 95 }, 96 96 "devDependencies": { 97 97 "@npm/types": "2.1.0",
+5 -5
pnpm-lock.yaml
··· 186 186 specifier: 3.5.27 187 187 version: 3.5.27(typescript@5.9.3) 188 188 vue-data-ui: 189 - specifier: 3.13.7 190 - version: 3.13.7(vue@3.5.27(typescript@5.9.3)) 189 + specifier: 3.14.0 190 + version: 3.14.0(vue@3.5.27(typescript@5.9.3)) 191 191 devDependencies: 192 192 '@npm/types': 193 193 specifier: 2.1.0 ··· 9241 9241 vue-component-type-helpers@3.2.4: 9242 9242 resolution: {integrity: sha512-05lR16HeZDcDpB23ku5b5f1fBOoHqFnMiKRr2CiEvbG5Ux4Yi0McmQBOET0dR0nxDXosxyVqv67q6CzS3AK8rw==} 9243 9243 9244 - vue-data-ui@3.13.7: 9245 - resolution: {integrity: sha512-tFz+sN5CaDUl1/VotE35lV3hvJPurkhE6j/e3DldOMDbDCunOYvwqGuMglmGxQ8n/w1N/iqnEWVTmhIJHYdd8Q==} 9244 + vue-data-ui@3.14.0: 9245 + resolution: {integrity: sha512-8r5HRb+bruVw4pEF8GMqe6tWKXS4Qby0erHtkfcDT0KB+maHAJ9H5AKXx/snUtDYrkTaDd0mOKryRBSuStZTSA==} 9246 9246 peerDependencies: 9247 9247 jspdf: '>=3.0.1' 9248 9248 vue: '>=3.3.0' ··· 20658 20658 20659 20659 vue-component-type-helpers@3.2.4: {} 20660 20660 20661 - vue-data-ui@3.13.7(vue@3.5.27(typescript@5.9.3)): 20661 + vue-data-ui@3.14.0(vue@3.5.27(typescript@5.9.3)): 20662 20662 dependencies: 20663 20663 vue: 3.5.27(typescript@5.9.3) 20664 20664