Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ff44ce

Browse files
committed
fix: update custom tooltips version
1 parente03ee89 commit1ff44ce

8 files changed

+20
-22
lines changed

‎dist/coreui-vue-chartjs.common.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34478,11 +34478,9 @@ function CustomTooltips(tooltipModel) {
3447834478
// CONCATENATED MODULE: ./node_modules/@coreui/coreui-plugin-chartjs-custom-tooltips/js/index.js
3447934479

3448034480
const js_customTooltips = custom_tooltips
34481-
//TODO: camel-case
34481+
//TODO: camel-case
3448234482

3448334483

34484-
/* harmony default export */ var js = (js_customTooltips);
34485-
3448634484
// CONCATENATED MODULE: ./src/generateChartComponent.js
3448734485

3448834486

‎dist/coreui-vue-chartjs.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/coreui-vue-chartjs.umd.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34487,11 +34487,9 @@ function CustomTooltips(tooltipModel) {
3448734487
// CONCATENATED MODULE: ./node_modules/@coreui/coreui-plugin-chartjs-custom-tooltips/js/index.js
3448834488

3448934489
const js_customTooltips = custom_tooltips
34490-
//TODO: camel-case
34490+
//TODO: camel-case
3449134491

3449234492

34493-
/* harmony default export */ var js = (js_customTooltips);
34494-
3449534493
// CONCATENATED MODULE: ./src/generateChartComponent.js
3449634494

3449734495

‎dist/coreui-vue-chartjs.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/coreui-vue-chartjs.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@coreui/coreui":"^2.1.3",
13-
"@coreui/coreui-plugin-chartjs-custom-tooltips":"../coreui-plugin-chartjs-custom-tooltips",
13+
"@coreui/coreui-plugin-chartjs-custom-tooltips":"^1.3.0",
1414
"chart.js":"^2.7.3",
1515
"core-js":"^2.6.5",
1616
"vue":"^2.6.6"

‎src/generateChartComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
importChartfrom'chart.js'
22
import{deepObjectsMerge}from'@coreui/coreui/dist/js/coreui-utilities'
3-
import{customTooltips}from'@coreui/coreui-plugin-chartjs-custom-tooltips/js'
3+
import{customTooltips}from'@coreui/coreui-plugin-chartjs-custom-tooltips'
44

55
exportdefaultfunctiongenerateChartComponent(name,type){
66
return{

‎yarn.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,10 @@
675675
lodash "^4.17.11"
676676
to-fast-properties "^2.0.0"
677677

678-
"@coreui/coreui-plugin-chartjs-custom-tooltips@../coreui-plugin-chartjs-custom-tooltips":
679-
version "1.2.0"
678+
"@coreui/coreui-plugin-chartjs-custom-tooltips@^1.3.0":
679+
version "1.3.0"
680+
resolved "https://registry.yarnpkg.com/@coreui/coreui-plugin-chartjs-custom-tooltips/-/coreui-plugin-chartjs-custom-tooltips-1.3.0.tgz#421d98bf3f78e5a69101b4daa114ce3a154fe43a"
681+
integrity sha512-dT8gQ6C4rWHGmW27JGFkMjDtPTa9vck4hiEyW7osHwrHjGNX/uIcJaTUmea7qsGFGCDhtYaQRZhzIu84ksUPvQ==
680682
dependencies:
681683
ms "^2.1.1"
682684

@@ -7223,9 +7225,9 @@ table@^5.2.3:
72237225
string-width "^3.0.0"
72247226

72257227
tapable@^1.0.0, tapable@^1.1.0:
7226-
version "1.1.1"
7227-
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.1.tgz#4d297923c5a72a42360de2ab52dadfaaec00018e"
7228-
integrity sha512-9I2ydhj8Z9veORCw5PRm4u9uebCn0mcCa6scWoNcbZ6dAtoo2618u9UUzxgmsCOreJpqDDuv61LvwofW7hLcBA==
7228+
version "1.1.3"
7229+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
7230+
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
72297231

72307232
tar@^4:
72317233
version "4.4.8"
@@ -7549,9 +7551,9 @@ url-loader@^1.1.2:
75497551
schema-utils "^1.0.0"
75507552

75517553
url-parse@^1.4.3:
7552-
version "1.4.4"
7553-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.4.tgz#cac1556e95faa0303691fec5cf9d5a1bc34648f8"
7554-
integrity sha512-/92DTTorg4JjktLNLe6GPS2/RvAd/RGr6LuktmWSMLEOa6rjnlrFXNgSbSmkNvCoL2T028A0a1JaJLzRMlFoHg==
7554+
version "1.4.5"
7555+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.5.tgz#04cbb6ba2be682a18e4417fa2245aa7e3dfdcc50"
7556+
integrity sha512-4XDvC5vZRjEpjP0L4znrWeoH8P8F0XGBlfLdABi/6oV4o8xUVbTpyrxWHxkK2bT0pSIpcjdIzSoWUhlUfawCAQ==
75557557
dependencies:
75567558
querystringify "^2.0.0"
75577559
requires-port "^1.0.0"
@@ -7735,9 +7737,9 @@ wcwidth@^1.0.1:
77357737
defaults "^1.0.3"
77367738

77377739
webpack-bundle-analyzer@^3.0.4:
7738-
version "3.3.1"
7739-
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.1.tgz#6c3f7d3178193313b49757db57b587b6302471f0"
7740-
integrity sha512-/Ih0FnzA55hmlGZCq16rYsXMgJbxOScr6ocQW+qp4e+nEHWdHpEIusshmUY2o2Eog0oQwMBaaH5Ywgqt2yYiTA==
7740+
version "3.3.2"
7741+
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.2.tgz#3da733a900f515914e729fcebcd4c40dde71fc6f"
7742+
integrity sha512-7qvJLPKB4rRWZGjVp5U1KEjwutbDHSKboAl0IfafnrdXMrgC0tOtZbQD6Rw0u4cmpgRN4O02Fc0t8eAT+FgGzA==
77417743
dependencies:
77427744
acorn "^6.0.7"
77437745
acorn-walk "^6.1.1"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp