From 127d7027c085ce9a10c92fd63cc4c797f1a6a962 Mon Sep 17 00:00:00 2001 From: Asa <26807394+a01sa01to@users.noreply.github.com> Date: Sun, 6 Jun 2021 17:10:42 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20=E6=9D=B1=E4=BA=AC=E9=83=BD=E7=89=88?= =?UTF-8?q?=E3=81=AB=E8=BF=BD=E5=BE=93=E3=81=97=E3=81=A6components?= =?UTF-8?q?=E3=83=87=E3=82=A3=E3=83=AC=E3=82=AF=E3=83=88=E3=83=AA=E3=82=92?= =?UTF-8?q?=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CardsReferenceInfection.vue | 51 -------- components/PrinterButton.vue | 92 --------------- components/SimpleMixedChart.vue | 0 components/{ => _shared}/AppLink.vue | 0 .../{ => _shared}/DevelopmentModeMark.vue | 2 +- components/{ => _shared}/NoScript.vue | 0 components/{ => _shared}/PageHeader.vue | 0 components/{ => _shared}/SideNavigation.vue | 6 +- .../SideNavigation}/LanguageSelector.vue | 0 .../{ => _shared/SideNavigation}/MenuList.vue | 2 +- components/{ => _shared}/StaticCard.vue | 0 .../{cards => index/CardsApps}/CocoaCard.vue | 0 .../CardsApps}/IbarakiAmabieCard.vue | 0 .../ConfirmedCasesAttributes/Card.vue} | 2 +- .../ConfirmedCasesAttributes}/DataTable.vue | 9 +- .../ConfirmedCasesByAge/Card.vue} | 10 +- .../ConfirmedCasesByAge/Chart.vue} | 6 +- .../ConfirmedCasesByMunicipalities/Card.vue} | 8 +- .../ConfirmedCasesByMunicipalities/Chart.vue} | 6 +- .../ConfirmedCasesDetails/Card.vue} | 17 ++- .../ConfirmedCasesDetails/Chart.vue} | 0 .../ConfirmedCasesNumber/Card.vue} | 2 +- .../CardsInfection/Deaths/Card.vue} | 2 +- .../IbarakiCoronaNext/Card.vue} | 4 +- .../IbarakiGraphicalMap/Card.vue} | 2 +- .../MutantConfirmedCasesNumber/Card.vue} | 2 +- .../NationalInfectionStatus/Card.vue} | 2 +- .../CardsInfection/Recovered/Card.vue} | 2 +- .../CardsInfection/UntrackedRate/Card.vue} | 8 +- .../CardsInfection/UntrackedRate/Chart.vue} | 10 +- .../InspectionPersonsNumber/Card.vue} | 2 +- .../MutantInspectionPersonsNumber/Card.vue} | 2 +- .../MutantInspectionPersonsNumber/Chart.vue} | 14 ++- .../TelephoneAdvisoryReportsNumber/Card.vue} | 2 +- .../CardsInspection/TestedNumber/Card.vue} | 8 +- components/{ => index}/CardsReferenceApps.vue | 8 +- components/index/CardsReferenceInfection.vue | 62 ++++++++++ .../{ => index}/CardsReferenceInspection.vue | 18 ++- .../{ => index}/CardsReferenceVaccination.vue | 9 +- components/{ => index}/CardsTab.vue | 9 +- .../CardsVaccination/1st/Card.vue} | 2 +- .../CardsVaccination/2nd/Card.vue} | 2 +- .../CardsVaccination/Chart.vue} | 12 +- components/{ => index}/SiteTopUpper.vue | 10 +- ...LinkToInformationAboutEmergencyMeasure.vue | 2 +- .../{ => index/SiteTopUpper}/StaticInfo.vue | 12 +- .../{ => index/SiteTopUpper}/WhatsNew.vue | 6 +- .../{cards => index/_shared}/CardRow.vue | 0 .../{ => index/_shared}/CardsLazyRow.vue | 2 +- .../{ => index/_shared}/DataSelector.vue | 0 components/{ => index/_shared}/DataView.vue | 6 +- .../_shared/DataView/CustomInfoPanel.vue} | 2 +- .../_shared/DataView/ExpantionPanel.vue} | 0 .../_shared/DataView/Share.vue} | 0 .../_shared}/DataViewDataSetPanel.vue | 0 .../{ => index/_shared}/DataViewTable.vue | 0 .../_shared}/HorizontalBarChart.vue | 9 +- .../_shared}/MixedBarAndLineChart.vue | 10 +- .../{ => index/_shared}/OpenDataLink.vue | 2 +- .../{ => index/_shared}/ScrollableChart.vue | 0 .../{ => index/_shared}/TimeBarChart.vue | 12 +- .../_shared}/TimeBarWithAverageChart.vue | 12 +- layouts/default.vue | 8 +- nuxt-i18n.config.ts | 12 +- pages/about.vue | 6 +- pages/cards/_card.vue | 110 ++++++++++-------- pages/contacts.vue | 4 +- pages/emergency-measures.vue | 6 +- pages/index.vue | 9 +- pages/otherpref.vue | 2 +- pages/worker.vue | 6 +- 71 files changed, 301 insertions(+), 342 deletions(-) delete mode 100644 components/CardsReferenceInfection.vue delete mode 100644 components/PrinterButton.vue delete mode 100644 components/SimpleMixedChart.vue rename components/{ => _shared}/AppLink.vue (100%) rename components/{ => _shared}/DevelopmentModeMark.vue (94%) rename components/{ => _shared}/NoScript.vue (100%) rename components/{ => _shared}/PageHeader.vue (100%) rename components/{ => _shared}/SideNavigation.vue (98%) rename components/{ => _shared/SideNavigation}/LanguageSelector.vue (100%) rename components/{ => _shared/SideNavigation}/MenuList.vue (98%) rename components/{ => _shared}/StaticCard.vue (100%) rename components/{cards => index/CardsApps}/CocoaCard.vue (100%) rename components/{cards => index/CardsApps}/IbarakiAmabieCard.vue (100%) rename components/{cards/ConfirmedCasesAttributesCard.vue => index/CardsInfection/ConfirmedCasesAttributes/Card.vue} (98%) rename components/{ => index/CardsInfection/ConfirmedCasesAttributes}/DataTable.vue (94%) rename components/{cards/ConfirmedCasesByAgeCard.vue => index/CardsInfection/ConfirmedCasesByAge/Card.vue} (93%) rename components/{ConfirmedCasesByAge.vue => index/CardsInfection/ConfirmedCasesByAge/Chart.vue} (88%) rename components/{cards/ConfirmedCasesByMunicipalitiesCard.vue => index/CardsInfection/ConfirmedCasesByMunicipalities/Card.vue} (93%) rename components/{ConfirmedCasesByMunicipalitiesTable.vue => index/CardsInfection/ConfirmedCasesByMunicipalities/Chart.vue} (88%) rename components/{cards/ConfirmedCasesDetailsCard.vue => index/CardsInfection/ConfirmedCasesDetails/Card.vue} (86%) rename components/{ConfirmedCasesDetailsTable.vue => index/CardsInfection/ConfirmedCasesDetails/Chart.vue} (100%) rename components/{cards/ConfirmedCasesNumberCard.vue => index/CardsInfection/ConfirmedCasesNumber/Card.vue} (96%) rename components/{cards/DeathsCard.vue => index/CardsInfection/Deaths/Card.vue} (91%) rename components/{cards/IbarakiCoronaNext.vue => index/CardsInfection/IbarakiCoronaNext/Card.vue} (98%) rename components/{cards/IbarakiGraphicalMapCard.vue => index/CardsInfection/IbarakiGraphicalMap/Card.vue} (98%) rename components/{cards/MutantConfirmedCasesNumberCard.vue => index/CardsInfection/MutantConfirmedCasesNumber/Card.vue} (96%) rename components/{cards/NationalInfectionStatus.vue => index/CardsInfection/NationalInfectionStatus/Card.vue} (99%) rename components/{cards/RecoveredCard.vue => index/CardsInfection/Recovered/Card.vue} (95%) rename components/{cards/UntrackedRateCard.vue => index/CardsInfection/UntrackedRate/Card.vue} (96%) rename components/{UntrackedRateMixedChart.vue => index/CardsInfection/UntrackedRate/Chart.vue} (98%) rename components/{cards/InspectionPersonsNumberCard.vue => index/CardsInspection/InspectionPersonsNumber/Card.vue} (96%) rename components/{cards/MutantInspectionPersonsNumberCard.vue => index/CardsInspection/MutantInspectionPersonsNumber/Card.vue} (96%) rename components/{MutantInspectionPersonsNumberChart.vue => index/CardsInspection/MutantInspectionPersonsNumber/Chart.vue} (97%) rename components/{cards/TelephoneAdvisoryReportsNumberCard.vue => index/CardsInspection/TelephoneAdvisoryReportsNumber/Card.vue} (92%) rename components/{cards/TestedNumberCard.vue => index/CardsInspection/TestedNumber/Card.vue} (95%) rename components/{ => index}/CardsReferenceApps.vue (81%) create mode 100644 components/index/CardsReferenceInfection.vue rename components/{ => index}/CardsReferenceInspection.vue (50%) rename components/{ => index}/CardsReferenceVaccination.vue (57%) rename components/{ => index}/CardsTab.vue (92%) rename components/{cards/VaccineSummary1stCard.vue => index/CardsVaccination/1st/Card.vue} (98%) rename components/{cards/VaccineSummary2ndCard.vue => index/CardsVaccination/2nd/Card.vue} (98%) rename components/{VaccineSummaryChart.vue => index/CardsVaccination/Chart.vue} (97%) rename components/{ => index}/SiteTopUpper.vue (90%) rename components/{ => index/SiteTopUpper}/LinkToInformationAboutEmergencyMeasure.vue (95%) rename components/{ => index/SiteTopUpper}/StaticInfo.vue (95%) rename components/{ => index/SiteTopUpper}/WhatsNew.vue (92%) rename components/{cards => index/_shared}/CardRow.vue (100%) rename components/{ => index/_shared}/CardsLazyRow.vue (96%) rename components/{ => index/_shared}/DataSelector.vue (100%) rename components/{ => index/_shared}/DataView.vue (96%) rename components/{DataViewCustomInfoPanel.vue => index/_shared/DataView/CustomInfoPanel.vue} (86%) rename components/{DataViewExpantionPanel.vue => index/_shared/DataView/ExpantionPanel.vue} (100%) rename components/{DataViewShare.vue => index/_shared/DataView/Share.vue} (100%) rename components/{ => index/_shared}/DataViewDataSetPanel.vue (100%) rename components/{ => index/_shared}/DataViewTable.vue (100%) rename components/{ => index/_shared}/HorizontalBarChart.vue (95%) rename components/{ => index/_shared}/MixedBarAndLineChart.vue (97%) rename components/{ => index/_shared}/OpenDataLink.vue (88%) rename components/{ => index/_shared}/ScrollableChart.vue (100%) rename components/{ => index/_shared}/TimeBarChart.vue (97%) rename components/{ => index/_shared}/TimeBarWithAverageChart.vue (97%) diff --git a/components/CardsReferenceInfection.vue b/components/CardsReferenceInfection.vue deleted file mode 100644 index c9e0719742b..00000000000 --- a/components/CardsReferenceInfection.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - diff --git a/components/PrinterButton.vue b/components/PrinterButton.vue deleted file mode 100644 index 0249a5b50e4..00000000000 --- a/components/PrinterButton.vue +++ /dev/null @@ -1,92 +0,0 @@ - - - - - diff --git a/components/SimpleMixedChart.vue b/components/SimpleMixedChart.vue deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/components/AppLink.vue b/components/_shared/AppLink.vue similarity index 100% rename from components/AppLink.vue rename to components/_shared/AppLink.vue diff --git a/components/DevelopmentModeMark.vue b/components/_shared/DevelopmentModeMark.vue similarity index 94% rename from components/DevelopmentModeMark.vue rename to components/_shared/DevelopmentModeMark.vue index 4ad03a029db..17b56415ff9 100644 --- a/components/DevelopmentModeMark.vue +++ b/components/_shared/DevelopmentModeMark.vue @@ -6,7 +6,7 @@ diff --git a/components/CardsReferenceInspection.vue b/components/index/CardsReferenceInspection.vue similarity index 50% rename from components/CardsReferenceInspection.vue rename to components/index/CardsReferenceInspection.vue index a28793d1635..ba936025174 100644 --- a/components/CardsReferenceInspection.vue +++ b/components/index/CardsReferenceInspection.vue @@ -5,15 +5,25 @@