From 0a00ed064694a7f919720212947e2d4344eb94b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Holeczek?= Date: Thu, 28 Sep 2017 12:44:26 +0200 Subject: [PATCH] v1.0.0 --- Vue_Full_Project/index.html | 3 + Vue_Full_Project/package.json | 13 ++-- Vue_Full_Project/scss/core/_animate.scss | 19 +---- Vue_Full_Project/scss/core/_layout.scss | 15 ++-- Vue_Full_Project/scss/core/_navbar.scss | 13 +++- Vue_Full_Project/scss/core/_sidebar.scss | 60 ++++++++++++++- Vue_Full_Project/scss/core/_variables.scss | 17 +++++ Vue_Full_Project/scss/style.scss | 2 +- Vue_Full_Project/src/_nav.js | 13 ++++ Vue_Full_Project/src/components/Header.vue | 2 +- Vue_Full_Project/src/components/Sidebar.vue | 21 ++++-- .../src/components/SidebarMinimizer.vue | 17 +++++ .../src/components/SidebarNavItem.vue | 28 +++++++ .../src/components/SidebarNavLink.vue | 71 ++++++++++++------ .../src/components/SidebarNavTitle.vue | 39 ++++++---- Vue_Full_Project/static/img/flags/ASEAN.png | Bin .../static/img/flags/Afghanistan.png | Bin .../static/img/flags/African Union.png | Bin Vue_Full_Project/static/img/flags/Albania.png | Bin Vue_Full_Project/static/img/flags/Algeria.png | Bin .../static/img/flags/American Samoa.png | Bin Vue_Full_Project/static/img/flags/Andorra.png | Bin Vue_Full_Project/static/img/flags/Angola.png | Bin .../static/img/flags/Anguilla.png | Bin .../static/img/flags/Antarctica.png | Bin .../static/img/flags/Antigua & Barbuda.png | Bin .../static/img/flags/Arab League.png | Bin .../static/img/flags/Argentina.png | Bin Vue_Full_Project/static/img/flags/Armenia.png | Bin Vue_Full_Project/static/img/flags/Aruba.png | Bin .../static/img/flags/Australia.png | Bin Vue_Full_Project/static/img/flags/Austria.png | Bin .../static/img/flags/Azerbaijan.png | Bin Vue_Full_Project/static/img/flags/Bahamas.png | Bin Vue_Full_Project/static/img/flags/Bahrain.png | Bin .../static/img/flags/Bangladesh.png | Bin .../static/img/flags/Barbados.png | Bin Vue_Full_Project/static/img/flags/Belarus.png | Bin Vue_Full_Project/static/img/flags/Belgium.png | Bin Vue_Full_Project/static/img/flags/Belize.png | Bin Vue_Full_Project/static/img/flags/Benin.png | Bin Vue_Full_Project/static/img/flags/Bermuda.png | Bin Vue_Full_Project/static/img/flags/Bhutan.png | Bin Vue_Full_Project/static/img/flags/Bolivia.png | Bin .../static/img/flags/Bosnia & Herzegovina.png | Bin .../static/img/flags/Botswana.png | Bin Vue_Full_Project/static/img/flags/Brazil.png | Bin Vue_Full_Project/static/img/flags/Brunei.png | Bin .../static/img/flags/Bulgaria.png | Bin .../static/img/flags/Burkina Faso.png | Bin Vue_Full_Project/static/img/flags/Burundi.png | Bin Vue_Full_Project/static/img/flags/CARICOM.png | Bin Vue_Full_Project/static/img/flags/CIS.png | Bin .../static/img/flags/Cambodja.png | Bin .../static/img/flags/Cameroon.png | Bin Vue_Full_Project/static/img/flags/Canada.png | Bin .../static/img/flags/Cape Verde.png | Bin .../static/img/flags/Cayman Islands.png | Bin .../img/flags/Central African Republic.png | Bin Vue_Full_Project/static/img/flags/Chad.png | Bin Vue_Full_Project/static/img/flags/Chile.png | Bin Vue_Full_Project/static/img/flags/China.png | Bin .../static/img/flags/Colombia.png | Bin .../static/img/flags/Commonwealth.png | Bin Vue_Full_Project/static/img/flags/Comoros.png | Bin .../static/img/flags/Congo-Brazzaville.png | Bin .../img/flags/Congo-Kinshasa(Zaire).png | Bin .../static/img/flags/Cook Islands.png | Bin .../static/img/flags/Costa Rica.png | Bin .../static/img/flags/Cote d'Ivoire.png | Bin Vue_Full_Project/static/img/flags/Croatia.png | Bin Vue_Full_Project/static/img/flags/Cuba.png | Bin Vue_Full_Project/static/img/flags/Cyprus.png | Bin .../static/img/flags/Czech Republic.png | Bin Vue_Full_Project/static/img/flags/Denmark.png | Bin .../static/img/flags/Djibouti.png | Bin .../static/img/flags/Dominica.png | Bin .../static/img/flags/Dominican Republic.png | Bin Vue_Full_Project/static/img/flags/Ecuador.png | Bin Vue_Full_Project/static/img/flags/Egypt.png | Bin .../static/img/flags/El Salvador.png | Bin Vue_Full_Project/static/img/flags/England.png | Bin .../static/img/flags/Equatorial Guinea.png | Bin Vue_Full_Project/static/img/flags/Eritrea.png | Bin Vue_Full_Project/static/img/flags/Estonia.png | Bin .../static/img/flags/Ethiopia.png | Bin .../static/img/flags/European Union.png | Bin Vue_Full_Project/static/img/flags/Faroes.png | Bin Vue_Full_Project/static/img/flags/Fiji.png | Bin Vue_Full_Project/static/img/flags/Finland.png | Bin Vue_Full_Project/static/img/flags/France.png | Bin Vue_Full_Project/static/img/flags/Gabon.png | Bin Vue_Full_Project/static/img/flags/Gambia.png | Bin Vue_Full_Project/static/img/flags/Georgia.png | Bin Vue_Full_Project/static/img/flags/Germany.png | Bin Vue_Full_Project/static/img/flags/Ghana.png | Bin .../static/img/flags/Gibraltar.png | Bin Vue_Full_Project/static/img/flags/Greece.png | Bin .../static/img/flags/Greenland.png | Bin Vue_Full_Project/static/img/flags/Grenada.png | Bin .../static/img/flags/Guadeloupe.png | Bin Vue_Full_Project/static/img/flags/Guam.png | Bin .../static/img/flags/Guatemala.png | Bin .../static/img/flags/Guernsey.png | Bin .../static/img/flags/Guinea-Bissau.png | Bin Vue_Full_Project/static/img/flags/Guinea.png | Bin Vue_Full_Project/static/img/flags/Guyana.png | Bin Vue_Full_Project/static/img/flags/Haiti.png | Bin .../static/img/flags/Honduras.png | Bin .../static/img/flags/Hong Kong.png | Bin Vue_Full_Project/static/img/flags/Hungary.png | Bin Vue_Full_Project/static/img/flags/Iceland.png | Bin Vue_Full_Project/static/img/flags/India.png | Bin .../static/img/flags/Indonezia.png | Bin Vue_Full_Project/static/img/flags/Iran.png | Bin Vue_Full_Project/static/img/flags/Iraq.png | Bin Vue_Full_Project/static/img/flags/Ireland.png | Bin .../static/img/flags/Islamic Conference.png | Bin .../static/img/flags/Isle of Man.png | Bin Vue_Full_Project/static/img/flags/Israel.png | Bin Vue_Full_Project/static/img/flags/Italy.png | Bin Vue_Full_Project/static/img/flags/Jamaica.png | Bin Vue_Full_Project/static/img/flags/Japan.png | Bin Vue_Full_Project/static/img/flags/Jersey.png | Bin Vue_Full_Project/static/img/flags/Jordan.png | Bin .../static/img/flags/Kazakhstan.png | Bin Vue_Full_Project/static/img/flags/Kenya.png | Bin .../static/img/flags/Kiribati.png | Bin Vue_Full_Project/static/img/flags/Kosovo.png | Bin Vue_Full_Project/static/img/flags/Kuwait.png | Bin .../static/img/flags/Kyrgyzstan.png | Bin Vue_Full_Project/static/img/flags/Laos.png | Bin Vue_Full_Project/static/img/flags/Latvia.png | Bin Vue_Full_Project/static/img/flags/Lebanon.png | Bin Vue_Full_Project/static/img/flags/Lesotho.png | Bin Vue_Full_Project/static/img/flags/Liberia.png | Bin Vue_Full_Project/static/img/flags/Libya.png | Bin .../static/img/flags/Liechtenshein.png | Bin .../static/img/flags/Lithuania.png | Bin .../static/img/flags/Luxembourg.png | Bin Vue_Full_Project/static/img/flags/Macao.png | Bin .../static/img/flags/Macedonia.png | Bin .../static/img/flags/Madagascar.png | Bin Vue_Full_Project/static/img/flags/Malawi.png | Bin .../static/img/flags/Malaysia.png | Bin .../static/img/flags/Maldives.png | Bin Vue_Full_Project/static/img/flags/Mali.png | Bin Vue_Full_Project/static/img/flags/Malta.png | Bin .../static/img/flags/Marshall Islands.png | Bin .../static/img/flags/Martinique.png | Bin .../static/img/flags/Mauritania.png | Bin .../static/img/flags/Mauritius.png | Bin Vue_Full_Project/static/img/flags/Mexico.png | Bin .../static/img/flags/Micronesia.png | Bin Vue_Full_Project/static/img/flags/Moldova.png | Bin Vue_Full_Project/static/img/flags/Monaco.png | Bin .../static/img/flags/Mongolia.png | Bin .../static/img/flags/Montenegro.png | Bin .../static/img/flags/Montserrat.png | Bin Vue_Full_Project/static/img/flags/Morocco.png | Bin .../static/img/flags/Mozambique.png | Bin .../static/img/flags/Myanmar(Burma).png | Bin Vue_Full_Project/static/img/flags/NATO.png | Bin Vue_Full_Project/static/img/flags/Namibia.png | Bin Vue_Full_Project/static/img/flags/Nauru.png | Bin Vue_Full_Project/static/img/flags/Nepal.png | Bin .../static/img/flags/Netherlands Antilles.png | Bin .../static/img/flags/Netherlands.png | Bin .../static/img/flags/New Caledonia.png | Bin .../static/img/flags/New Zealand.png | Bin .../static/img/flags/Nicaragua.png | Bin Vue_Full_Project/static/img/flags/Niger.png | Bin Vue_Full_Project/static/img/flags/Nigeria.png | Bin .../static/img/flags/North Korea.png | Bin .../static/img/flags/Northern Cyprus.png | Bin .../static/img/flags/Northern Ireland.png | Bin Vue_Full_Project/static/img/flags/Norway.png | Bin Vue_Full_Project/static/img/flags/OPEC.png | Bin .../static/img/flags/Olimpic Movement.png | Bin Vue_Full_Project/static/img/flags/Oman.png | Bin .../static/img/flags/Pakistan.png | Bin Vue_Full_Project/static/img/flags/Palau.png | Bin .../static/img/flags/Palestine.png | Bin Vue_Full_Project/static/img/flags/Panama.png | Bin .../static/img/flags/Papua New Guinea.png | Bin .../static/img/flags/Paraguay.png | Bin Vue_Full_Project/static/img/flags/Peru.png | Bin .../static/img/flags/Philippines.png | Bin Vue_Full_Project/static/img/flags/Poland.png | Bin .../static/img/flags/Portugal.png | Bin .../static/img/flags/Puerto Rico.png | Bin Vue_Full_Project/static/img/flags/Qatar.png | Bin .../static/img/flags/Red Cross.png | Bin Vue_Full_Project/static/img/flags/Reunion.png | Bin Vue_Full_Project/static/img/flags/Romania.png | Bin Vue_Full_Project/static/img/flags/Russia.png | Bin Vue_Full_Project/static/img/flags/Rwanda.png | Bin .../static/img/flags/Saint Lucia.png | Bin Vue_Full_Project/static/img/flags/Samoa.png | Bin .../static/img/flags/San Marino.png | Bin .../static/img/flags/Sao Tome & Principe.png | Bin .../static/img/flags/Saudi Arabia.png | Bin .../static/img/flags/Scotland.png | Bin Vue_Full_Project/static/img/flags/Senegal.png | Bin .../static/img/flags/Serbia(Yugoslavia).png | Bin .../static/img/flags/Seychelles.png | Bin .../static/img/flags/Sierra Leone.png | Bin .../static/img/flags/Singapore.png | Bin .../static/img/flags/Slovakia.png | Bin .../static/img/flags/Slovenia.png | Bin .../static/img/flags/Solomon Islands.png | Bin Vue_Full_Project/static/img/flags/Somalia.png | Bin .../static/img/flags/Somaliland.png | Bin .../static/img/flags/South Africa.png | Bin .../static/img/flags/South Korea.png | Bin Vue_Full_Project/static/img/flags/Spain.png | Bin .../static/img/flags/Sri Lanka.png | Bin .../static/img/flags/St Kitts & Nevis.png | Bin .../img/flags/St Vincent & the Grenadines.png | Bin Vue_Full_Project/static/img/flags/Sudan.png | Bin .../static/img/flags/Suriname.png | Bin .../static/img/flags/Swaziland.png | Bin Vue_Full_Project/static/img/flags/Sweden.png | Bin .../static/img/flags/Switzerland.png | Bin Vue_Full_Project/static/img/flags/Syria.png | Bin .../img/flags/Tahiti(French Polinesia).png | Bin Vue_Full_Project/static/img/flags/Taiwan.png | Bin .../static/img/flags/Tajikistan.png | Bin .../static/img/flags/Tanzania.png | Bin .../static/img/flags/Thailand.png | Bin .../static/img/flags/Timor-Leste.png | Bin Vue_Full_Project/static/img/flags/Togo.png | Bin Vue_Full_Project/static/img/flags/Tonga.png | Bin .../static/img/flags/Trinidad & Tobago.png | Bin Vue_Full_Project/static/img/flags/Tunisia.png | Bin Vue_Full_Project/static/img/flags/Turkey.png | Bin .../static/img/flags/Turkmenistan.png | Bin .../img/flags/Turks and Caicos Islands.png | Bin Vue_Full_Project/static/img/flags/Tuvalu.png | Bin Vue_Full_Project/static/img/flags/USA.png | Bin Vue_Full_Project/static/img/flags/Uganda.png | Bin Vue_Full_Project/static/img/flags/Ukraine.png | Bin .../static/img/flags/United Arab Emirates.png | Bin .../static/img/flags/United Nations.png | Bin .../static/img/flags/United-Kingdom.png | Bin Vue_Full_Project/static/img/flags/Uruguay.png | Bin .../static/img/flags/Uzbekistan.png | Bin Vue_Full_Project/static/img/flags/Vanutau.png | Bin .../static/img/flags/Vatican City.png | Bin .../static/img/flags/Venezuela.png | Bin .../static/img/flags/Viet Nam.png | Bin .../img/flags/Virgin Islands British.png | Bin .../static/img/flags/Virgin Islands US.png | Bin Vue_Full_Project/static/img/flags/Wales.png | Bin .../static/img/flags/Western Sahara.png | Bin Vue_Full_Project/static/img/flags/Yemen.png | Bin Vue_Full_Project/static/img/flags/Zambia.png | Bin .../static/img/flags/Zimbabwe.png | Bin Vue_Full_Project/static/img/logo-symbol.png | Bin 0 -> 7185 bytes Vue_Starter/index.html | 3 + Vue_Starter/package.json | 13 ++-- Vue_Starter/scss/core/_animate.scss | 19 +---- Vue_Starter/scss/core/_layout.scss | 15 ++-- Vue_Starter/scss/core/_navbar.scss | 13 +++- Vue_Starter/scss/core/_sidebar.scss | 60 ++++++++++++++- Vue_Starter/scss/core/_variables.scss | 17 +++++ Vue_Starter/scss/style.scss | 2 +- Vue_Starter/src/components/Header.vue | 2 +- Vue_Starter/src/components/Sidebar.vue | 21 ++++-- .../src/components/SidebarMinimizer.vue | 17 +++++ Vue_Starter/src/components/SidebarNavItem.vue | 28 +++++++ Vue_Starter/src/components/SidebarNavLink.vue | 71 ++++++++++++------ .../src/components/SidebarNavTitle.vue | 39 ++++++---- Vue_Starter/static/img/flags/ASEAN.png | Bin Vue_Starter/static/img/flags/Afghanistan.png | Bin .../static/img/flags/African Union.png | Bin Vue_Starter/static/img/flags/Albania.png | Bin Vue_Starter/static/img/flags/Algeria.png | Bin .../static/img/flags/American Samoa.png | Bin Vue_Starter/static/img/flags/Andorra.png | Bin Vue_Starter/static/img/flags/Angola.png | Bin Vue_Starter/static/img/flags/Anguilla.png | Bin Vue_Starter/static/img/flags/Antarctica.png | Bin .../static/img/flags/Antigua & Barbuda.png | Bin Vue_Starter/static/img/flags/Arab League.png | Bin Vue_Starter/static/img/flags/Argentina.png | Bin Vue_Starter/static/img/flags/Armenia.png | Bin Vue_Starter/static/img/flags/Aruba.png | Bin Vue_Starter/static/img/flags/Australia.png | Bin Vue_Starter/static/img/flags/Austria.png | Bin Vue_Starter/static/img/flags/Azerbaijan.png | Bin Vue_Starter/static/img/flags/Bahamas.png | Bin Vue_Starter/static/img/flags/Bahrain.png | Bin Vue_Starter/static/img/flags/Bangladesh.png | Bin Vue_Starter/static/img/flags/Barbados.png | Bin Vue_Starter/static/img/flags/Belarus.png | Bin Vue_Starter/static/img/flags/Belgium.png | Bin Vue_Starter/static/img/flags/Belize.png | Bin Vue_Starter/static/img/flags/Benin.png | Bin Vue_Starter/static/img/flags/Bermuda.png | Bin Vue_Starter/static/img/flags/Bhutan.png | Bin Vue_Starter/static/img/flags/Bolivia.png | Bin .../static/img/flags/Bosnia & Herzegovina.png | Bin Vue_Starter/static/img/flags/Botswana.png | Bin Vue_Starter/static/img/flags/Brazil.png | Bin Vue_Starter/static/img/flags/Brunei.png | Bin Vue_Starter/static/img/flags/Bulgaria.png | Bin Vue_Starter/static/img/flags/Burkina Faso.png | Bin Vue_Starter/static/img/flags/Burundi.png | Bin Vue_Starter/static/img/flags/CARICOM.png | Bin Vue_Starter/static/img/flags/CIS.png | Bin Vue_Starter/static/img/flags/Cambodja.png | Bin Vue_Starter/static/img/flags/Cameroon.png | Bin Vue_Starter/static/img/flags/Canada.png | Bin Vue_Starter/static/img/flags/Cape Verde.png | Bin .../static/img/flags/Cayman Islands.png | Bin .../img/flags/Central African Republic.png | Bin Vue_Starter/static/img/flags/Chad.png | Bin Vue_Starter/static/img/flags/Chile.png | Bin Vue_Starter/static/img/flags/China.png | Bin Vue_Starter/static/img/flags/Colombia.png | Bin Vue_Starter/static/img/flags/Commonwealth.png | Bin Vue_Starter/static/img/flags/Comoros.png | Bin .../static/img/flags/Congo-Brazzaville.png | Bin .../img/flags/Congo-Kinshasa(Zaire).png | Bin Vue_Starter/static/img/flags/Cook Islands.png | Bin Vue_Starter/static/img/flags/Costa Rica.png | Bin .../static/img/flags/Cote d'Ivoire.png | Bin Vue_Starter/static/img/flags/Croatia.png | Bin Vue_Starter/static/img/flags/Cuba.png | Bin Vue_Starter/static/img/flags/Cyprus.png | Bin .../static/img/flags/Czech Republic.png | Bin Vue_Starter/static/img/flags/Denmark.png | Bin Vue_Starter/static/img/flags/Djibouti.png | Bin Vue_Starter/static/img/flags/Dominica.png | Bin .../static/img/flags/Dominican Republic.png | Bin Vue_Starter/static/img/flags/Ecuador.png | Bin Vue_Starter/static/img/flags/Egypt.png | Bin Vue_Starter/static/img/flags/El Salvador.png | Bin Vue_Starter/static/img/flags/England.png | Bin .../static/img/flags/Equatorial Guinea.png | Bin Vue_Starter/static/img/flags/Eritrea.png | Bin Vue_Starter/static/img/flags/Estonia.png | Bin Vue_Starter/static/img/flags/Ethiopia.png | Bin .../static/img/flags/European Union.png | Bin Vue_Starter/static/img/flags/Faroes.png | Bin Vue_Starter/static/img/flags/Fiji.png | Bin Vue_Starter/static/img/flags/Finland.png | Bin Vue_Starter/static/img/flags/France.png | Bin Vue_Starter/static/img/flags/Gabon.png | Bin Vue_Starter/static/img/flags/Gambia.png | Bin Vue_Starter/static/img/flags/Georgia.png | Bin Vue_Starter/static/img/flags/Germany.png | Bin Vue_Starter/static/img/flags/Ghana.png | Bin Vue_Starter/static/img/flags/Gibraltar.png | Bin Vue_Starter/static/img/flags/Greece.png | Bin Vue_Starter/static/img/flags/Greenland.png | Bin Vue_Starter/static/img/flags/Grenada.png | Bin Vue_Starter/static/img/flags/Guadeloupe.png | Bin Vue_Starter/static/img/flags/Guam.png | Bin Vue_Starter/static/img/flags/Guatemala.png | Bin Vue_Starter/static/img/flags/Guernsey.png | Bin .../static/img/flags/Guinea-Bissau.png | Bin Vue_Starter/static/img/flags/Guinea.png | Bin Vue_Starter/static/img/flags/Guyana.png | Bin Vue_Starter/static/img/flags/Haiti.png | Bin Vue_Starter/static/img/flags/Honduras.png | Bin Vue_Starter/static/img/flags/Hong Kong.png | Bin Vue_Starter/static/img/flags/Hungary.png | Bin Vue_Starter/static/img/flags/Iceland.png | Bin Vue_Starter/static/img/flags/India.png | Bin Vue_Starter/static/img/flags/Indonezia.png | Bin Vue_Starter/static/img/flags/Iran.png | Bin Vue_Starter/static/img/flags/Iraq.png | Bin Vue_Starter/static/img/flags/Ireland.png | Bin .../static/img/flags/Islamic Conference.png | Bin Vue_Starter/static/img/flags/Isle of Man.png | Bin Vue_Starter/static/img/flags/Israel.png | Bin Vue_Starter/static/img/flags/Italy.png | Bin Vue_Starter/static/img/flags/Jamaica.png | Bin Vue_Starter/static/img/flags/Japan.png | Bin Vue_Starter/static/img/flags/Jersey.png | Bin Vue_Starter/static/img/flags/Jordan.png | Bin Vue_Starter/static/img/flags/Kazakhstan.png | Bin Vue_Starter/static/img/flags/Kenya.png | Bin Vue_Starter/static/img/flags/Kiribati.png | Bin Vue_Starter/static/img/flags/Kosovo.png | Bin Vue_Starter/static/img/flags/Kuwait.png | Bin Vue_Starter/static/img/flags/Kyrgyzstan.png | Bin Vue_Starter/static/img/flags/Laos.png | Bin Vue_Starter/static/img/flags/Latvia.png | Bin Vue_Starter/static/img/flags/Lebanon.png | Bin Vue_Starter/static/img/flags/Lesotho.png | Bin Vue_Starter/static/img/flags/Liberia.png | Bin Vue_Starter/static/img/flags/Libya.png | Bin .../static/img/flags/Liechtenshein.png | Bin Vue_Starter/static/img/flags/Lithuania.png | Bin Vue_Starter/static/img/flags/Luxembourg.png | Bin Vue_Starter/static/img/flags/Macao.png | Bin Vue_Starter/static/img/flags/Macedonia.png | Bin Vue_Starter/static/img/flags/Madagascar.png | Bin Vue_Starter/static/img/flags/Malawi.png | Bin Vue_Starter/static/img/flags/Malaysia.png | Bin Vue_Starter/static/img/flags/Maldives.png | Bin Vue_Starter/static/img/flags/Mali.png | Bin Vue_Starter/static/img/flags/Malta.png | Bin .../static/img/flags/Marshall Islands.png | Bin Vue_Starter/static/img/flags/Martinique.png | Bin Vue_Starter/static/img/flags/Mauritania.png | Bin Vue_Starter/static/img/flags/Mauritius.png | Bin Vue_Starter/static/img/flags/Mexico.png | Bin Vue_Starter/static/img/flags/Micronesia.png | Bin Vue_Starter/static/img/flags/Moldova.png | Bin Vue_Starter/static/img/flags/Monaco.png | Bin Vue_Starter/static/img/flags/Mongolia.png | Bin Vue_Starter/static/img/flags/Montenegro.png | Bin Vue_Starter/static/img/flags/Montserrat.png | Bin Vue_Starter/static/img/flags/Morocco.png | Bin Vue_Starter/static/img/flags/Mozambique.png | Bin .../static/img/flags/Myanmar(Burma).png | Bin Vue_Starter/static/img/flags/NATO.png | Bin Vue_Starter/static/img/flags/Namibia.png | Bin Vue_Starter/static/img/flags/Nauru.png | Bin Vue_Starter/static/img/flags/Nepal.png | Bin .../static/img/flags/Netherlands Antilles.png | Bin Vue_Starter/static/img/flags/Netherlands.png | Bin .../static/img/flags/New Caledonia.png | Bin Vue_Starter/static/img/flags/New Zealand.png | Bin Vue_Starter/static/img/flags/Nicaragua.png | Bin Vue_Starter/static/img/flags/Niger.png | Bin Vue_Starter/static/img/flags/Nigeria.png | Bin Vue_Starter/static/img/flags/North Korea.png | Bin .../static/img/flags/Northern Cyprus.png | Bin .../static/img/flags/Northern Ireland.png | Bin Vue_Starter/static/img/flags/Norway.png | Bin Vue_Starter/static/img/flags/OPEC.png | Bin .../static/img/flags/Olimpic Movement.png | Bin Vue_Starter/static/img/flags/Oman.png | Bin Vue_Starter/static/img/flags/Pakistan.png | Bin Vue_Starter/static/img/flags/Palau.png | Bin Vue_Starter/static/img/flags/Palestine.png | Bin Vue_Starter/static/img/flags/Panama.png | Bin .../static/img/flags/Papua New Guinea.png | Bin Vue_Starter/static/img/flags/Paraguay.png | Bin Vue_Starter/static/img/flags/Peru.png | Bin Vue_Starter/static/img/flags/Philippines.png | Bin Vue_Starter/static/img/flags/Poland.png | Bin Vue_Starter/static/img/flags/Portugal.png | Bin Vue_Starter/static/img/flags/Puerto Rico.png | Bin Vue_Starter/static/img/flags/Qatar.png | Bin Vue_Starter/static/img/flags/Red Cross.png | Bin Vue_Starter/static/img/flags/Reunion.png | Bin Vue_Starter/static/img/flags/Romania.png | Bin Vue_Starter/static/img/flags/Russia.png | Bin Vue_Starter/static/img/flags/Rwanda.png | Bin Vue_Starter/static/img/flags/Saint Lucia.png | Bin Vue_Starter/static/img/flags/Samoa.png | Bin Vue_Starter/static/img/flags/San Marino.png | Bin .../static/img/flags/Sao Tome & Principe.png | Bin Vue_Starter/static/img/flags/Saudi Arabia.png | Bin Vue_Starter/static/img/flags/Scotland.png | Bin Vue_Starter/static/img/flags/Senegal.png | Bin .../static/img/flags/Serbia(Yugoslavia).png | Bin Vue_Starter/static/img/flags/Seychelles.png | Bin Vue_Starter/static/img/flags/Sierra Leone.png | Bin Vue_Starter/static/img/flags/Singapore.png | Bin Vue_Starter/static/img/flags/Slovakia.png | Bin Vue_Starter/static/img/flags/Slovenia.png | Bin .../static/img/flags/Solomon Islands.png | Bin Vue_Starter/static/img/flags/Somalia.png | Bin Vue_Starter/static/img/flags/Somaliland.png | Bin Vue_Starter/static/img/flags/South Africa.png | Bin Vue_Starter/static/img/flags/South Korea.png | Bin Vue_Starter/static/img/flags/Spain.png | Bin Vue_Starter/static/img/flags/Sri Lanka.png | Bin .../static/img/flags/St Kitts & Nevis.png | Bin .../img/flags/St Vincent & the Grenadines.png | Bin Vue_Starter/static/img/flags/Sudan.png | Bin Vue_Starter/static/img/flags/Suriname.png | Bin Vue_Starter/static/img/flags/Swaziland.png | Bin Vue_Starter/static/img/flags/Sweden.png | Bin Vue_Starter/static/img/flags/Switzerland.png | Bin Vue_Starter/static/img/flags/Syria.png | Bin .../img/flags/Tahiti(French Polinesia).png | Bin Vue_Starter/static/img/flags/Taiwan.png | Bin Vue_Starter/static/img/flags/Tajikistan.png | Bin Vue_Starter/static/img/flags/Tanzania.png | Bin Vue_Starter/static/img/flags/Thailand.png | Bin Vue_Starter/static/img/flags/Timor-Leste.png | Bin Vue_Starter/static/img/flags/Togo.png | Bin Vue_Starter/static/img/flags/Tonga.png | Bin .../static/img/flags/Trinidad & Tobago.png | Bin Vue_Starter/static/img/flags/Tunisia.png | Bin Vue_Starter/static/img/flags/Turkey.png | Bin Vue_Starter/static/img/flags/Turkmenistan.png | Bin .../img/flags/Turks and Caicos Islands.png | Bin Vue_Starter/static/img/flags/Tuvalu.png | Bin Vue_Starter/static/img/flags/USA.png | Bin Vue_Starter/static/img/flags/Uganda.png | Bin Vue_Starter/static/img/flags/Ukraine.png | Bin .../static/img/flags/United Arab Emirates.png | Bin .../static/img/flags/United Nations.png | Bin .../static/img/flags/United-Kingdom.png | Bin Vue_Starter/static/img/flags/Uruguay.png | Bin Vue_Starter/static/img/flags/Uzbekistan.png | Bin Vue_Starter/static/img/flags/Vanutau.png | Bin Vue_Starter/static/img/flags/Vatican City.png | Bin Vue_Starter/static/img/flags/Venezuela.png | Bin Vue_Starter/static/img/flags/Viet Nam.png | Bin .../img/flags/Virgin Islands British.png | Bin .../static/img/flags/Virgin Islands US.png | Bin Vue_Starter/static/img/flags/Wales.png | Bin .../static/img/flags/Western Sahara.png | Bin Vue_Starter/static/img/flags/Yemen.png | Bin Vue_Starter/static/img/flags/Zambia.png | Bin Vue_Starter/static/img/flags/Zimbabwe.png | Bin Vue_Starter/static/img/logo-symbol.png | Bin 0 -> 7185 bytes package.json | 2 +- 518 files changed, 492 insertions(+), 163 deletions(-) create mode 100644 Vue_Full_Project/src/components/SidebarMinimizer.vue create mode 100644 Vue_Full_Project/src/components/SidebarNavItem.vue mode change 100644 => 100755 Vue_Full_Project/static/img/flags/ASEAN.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Afghanistan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/African Union.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Albania.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Algeria.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/American Samoa.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Andorra.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Angola.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Anguilla.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Antarctica.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Antigua & Barbuda.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Arab League.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Argentina.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Armenia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Aruba.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Australia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Austria.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Azerbaijan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Bahamas.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Bahrain.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Bangladesh.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Barbados.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Belarus.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Belgium.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Belize.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Benin.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Bermuda.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Bhutan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Bolivia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Bosnia & Herzegovina.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Botswana.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Brazil.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Brunei.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Bulgaria.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Burkina Faso.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Burundi.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/CARICOM.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/CIS.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Cambodja.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Cameroon.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Canada.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Cape Verde.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Cayman Islands.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Central African Republic.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Chad.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Chile.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/China.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Colombia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Commonwealth.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Comoros.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Congo-Brazzaville.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Congo-Kinshasa(Zaire).png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Cook Islands.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Costa Rica.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Cote d'Ivoire.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Croatia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Cuba.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Cyprus.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Czech Republic.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Denmark.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Djibouti.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Dominica.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Dominican Republic.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Ecuador.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Egypt.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/El Salvador.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/England.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Equatorial Guinea.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Eritrea.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Estonia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Ethiopia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/European Union.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Faroes.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Fiji.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Finland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/France.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Gabon.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Gambia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Georgia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Germany.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Ghana.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Gibraltar.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Greece.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Greenland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Grenada.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Guadeloupe.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Guam.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Guatemala.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Guernsey.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Guinea-Bissau.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Guinea.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Guyana.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Haiti.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Honduras.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Hong Kong.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Hungary.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Iceland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/India.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Indonezia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Iran.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Iraq.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Ireland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Islamic Conference.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Isle of Man.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Israel.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Italy.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Jamaica.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Japan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Jersey.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Jordan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Kazakhstan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Kenya.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Kiribati.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Kosovo.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Kuwait.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Kyrgyzstan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Laos.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Latvia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Lebanon.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Lesotho.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Liberia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Libya.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Liechtenshein.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Lithuania.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Luxembourg.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Macao.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Macedonia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Madagascar.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Malawi.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Malaysia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Maldives.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Mali.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Malta.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Marshall Islands.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Martinique.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Mauritania.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Mauritius.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Mexico.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Micronesia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Moldova.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Monaco.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Mongolia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Montenegro.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Montserrat.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Morocco.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Mozambique.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Myanmar(Burma).png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/NATO.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Namibia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Nauru.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Nepal.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Netherlands Antilles.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Netherlands.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/New Caledonia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/New Zealand.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Nicaragua.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Niger.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Nigeria.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/North Korea.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Northern Cyprus.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Northern Ireland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Norway.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/OPEC.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Olimpic Movement.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Oman.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Pakistan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Palau.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Palestine.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Panama.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Papua New Guinea.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Paraguay.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Peru.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Philippines.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Poland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Portugal.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Puerto Rico.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Qatar.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Red Cross.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Reunion.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Romania.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Russia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Rwanda.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Saint Lucia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Samoa.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/San Marino.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Sao Tome & Principe.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Saudi Arabia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Scotland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Senegal.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Serbia(Yugoslavia).png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Seychelles.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Sierra Leone.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Singapore.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Slovakia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Slovenia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Solomon Islands.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Somalia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Somaliland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/South Africa.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/South Korea.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Spain.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Sri Lanka.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/St Kitts & Nevis.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/St Vincent & the Grenadines.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Sudan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Suriname.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Swaziland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Sweden.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Switzerland.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Syria.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Tahiti(French Polinesia).png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Taiwan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Tajikistan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Tanzania.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Thailand.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Timor-Leste.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Togo.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Tonga.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Trinidad & Tobago.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Tunisia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Turkey.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Turkmenistan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Turks and Caicos Islands.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Tuvalu.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/USA.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Uganda.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Ukraine.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/United Arab Emirates.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/United Nations.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/United-Kingdom.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Uruguay.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Uzbekistan.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Vanutau.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Vatican City.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Venezuela.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Viet Nam.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Virgin Islands British.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Virgin Islands US.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Wales.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Western Sahara.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Yemen.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Zambia.png mode change 100644 => 100755 Vue_Full_Project/static/img/flags/Zimbabwe.png create mode 100644 Vue_Full_Project/static/img/logo-symbol.png create mode 100644 Vue_Starter/src/components/SidebarMinimizer.vue create mode 100644 Vue_Starter/src/components/SidebarNavItem.vue mode change 100644 => 100755 Vue_Starter/static/img/flags/ASEAN.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Afghanistan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/African Union.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Albania.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Algeria.png mode change 100644 => 100755 Vue_Starter/static/img/flags/American Samoa.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Andorra.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Angola.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Anguilla.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Antarctica.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Antigua & Barbuda.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Arab League.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Argentina.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Armenia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Aruba.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Australia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Austria.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Azerbaijan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Bahamas.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Bahrain.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Bangladesh.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Barbados.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Belarus.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Belgium.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Belize.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Benin.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Bermuda.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Bhutan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Bolivia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Bosnia & Herzegovina.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Botswana.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Brazil.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Brunei.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Bulgaria.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Burkina Faso.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Burundi.png mode change 100644 => 100755 Vue_Starter/static/img/flags/CARICOM.png mode change 100644 => 100755 Vue_Starter/static/img/flags/CIS.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Cambodja.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Cameroon.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Canada.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Cape Verde.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Cayman Islands.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Central African Republic.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Chad.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Chile.png mode change 100644 => 100755 Vue_Starter/static/img/flags/China.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Colombia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Commonwealth.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Comoros.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Congo-Brazzaville.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Congo-Kinshasa(Zaire).png mode change 100644 => 100755 Vue_Starter/static/img/flags/Cook Islands.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Costa Rica.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Cote d'Ivoire.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Croatia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Cuba.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Cyprus.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Czech Republic.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Denmark.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Djibouti.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Dominica.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Dominican Republic.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Ecuador.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Egypt.png mode change 100644 => 100755 Vue_Starter/static/img/flags/El Salvador.png mode change 100644 => 100755 Vue_Starter/static/img/flags/England.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Equatorial Guinea.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Eritrea.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Estonia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Ethiopia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/European Union.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Faroes.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Fiji.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Finland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/France.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Gabon.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Gambia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Georgia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Germany.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Ghana.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Gibraltar.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Greece.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Greenland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Grenada.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Guadeloupe.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Guam.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Guatemala.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Guernsey.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Guinea-Bissau.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Guinea.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Guyana.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Haiti.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Honduras.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Hong Kong.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Hungary.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Iceland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/India.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Indonezia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Iran.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Iraq.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Ireland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Islamic Conference.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Isle of Man.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Israel.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Italy.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Jamaica.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Japan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Jersey.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Jordan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Kazakhstan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Kenya.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Kiribati.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Kosovo.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Kuwait.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Kyrgyzstan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Laos.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Latvia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Lebanon.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Lesotho.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Liberia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Libya.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Liechtenshein.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Lithuania.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Luxembourg.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Macao.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Macedonia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Madagascar.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Malawi.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Malaysia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Maldives.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Mali.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Malta.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Marshall Islands.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Martinique.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Mauritania.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Mauritius.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Mexico.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Micronesia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Moldova.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Monaco.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Mongolia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Montenegro.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Montserrat.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Morocco.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Mozambique.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Myanmar(Burma).png mode change 100644 => 100755 Vue_Starter/static/img/flags/NATO.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Namibia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Nauru.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Nepal.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Netherlands Antilles.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Netherlands.png mode change 100644 => 100755 Vue_Starter/static/img/flags/New Caledonia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/New Zealand.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Nicaragua.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Niger.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Nigeria.png mode change 100644 => 100755 Vue_Starter/static/img/flags/North Korea.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Northern Cyprus.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Northern Ireland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Norway.png mode change 100644 => 100755 Vue_Starter/static/img/flags/OPEC.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Olimpic Movement.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Oman.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Pakistan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Palau.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Palestine.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Panama.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Papua New Guinea.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Paraguay.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Peru.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Philippines.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Poland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Portugal.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Puerto Rico.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Qatar.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Red Cross.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Reunion.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Romania.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Russia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Rwanda.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Saint Lucia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Samoa.png mode change 100644 => 100755 Vue_Starter/static/img/flags/San Marino.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Sao Tome & Principe.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Saudi Arabia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Scotland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Senegal.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Serbia(Yugoslavia).png mode change 100644 => 100755 Vue_Starter/static/img/flags/Seychelles.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Sierra Leone.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Singapore.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Slovakia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Slovenia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Solomon Islands.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Somalia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Somaliland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/South Africa.png mode change 100644 => 100755 Vue_Starter/static/img/flags/South Korea.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Spain.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Sri Lanka.png mode change 100644 => 100755 Vue_Starter/static/img/flags/St Kitts & Nevis.png mode change 100644 => 100755 Vue_Starter/static/img/flags/St Vincent & the Grenadines.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Sudan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Suriname.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Swaziland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Sweden.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Switzerland.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Syria.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Tahiti(French Polinesia).png mode change 100644 => 100755 Vue_Starter/static/img/flags/Taiwan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Tajikistan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Tanzania.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Thailand.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Timor-Leste.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Togo.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Tonga.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Trinidad & Tobago.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Tunisia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Turkey.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Turkmenistan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Turks and Caicos Islands.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Tuvalu.png mode change 100644 => 100755 Vue_Starter/static/img/flags/USA.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Uganda.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Ukraine.png mode change 100644 => 100755 Vue_Starter/static/img/flags/United Arab Emirates.png mode change 100644 => 100755 Vue_Starter/static/img/flags/United Nations.png mode change 100644 => 100755 Vue_Starter/static/img/flags/United-Kingdom.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Uruguay.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Uzbekistan.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Vanutau.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Vatican City.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Venezuela.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Viet Nam.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Virgin Islands British.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Virgin Islands US.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Wales.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Western Sahara.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Yemen.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Zambia.png mode change 100644 => 100755 Vue_Starter/static/img/flags/Zimbabwe.png create mode 100644 Vue_Starter/static/img/logo-symbol.png diff --git a/Vue_Full_Project/index.html b/Vue_Full_Project/index.html index 424343db..7246f005 100644 --- a/Vue_Full_Project/index.html +++ b/Vue_Full_Project/index.html @@ -12,6 +12,9 @@ // Header options 1. '.header-fixed' - Fixed Header + // Brand options + 1. '.brand-minimized' - Minimized brand (Only symbol) + // Sidebar options 1. '.sidebar-fixed' - Fixed Sidebar 2. '.sidebar-hidden' - Hidden Sidebar diff --git a/Vue_Full_Project/package.json b/Vue_Full_Project/package.json index c89d3428..ea9ad742 100644 --- a/Vue_Full_Project/package.json +++ b/Vue_Full_Project/package.json @@ -1,7 +1,7 @@ { - "name": "coreui-vue", + "name": "@coreui/vue", "version": "1.0.0", - "description": "Open Source Admin Template", + "description": "", "author": "Ɓukasz Holeczek ", "private": true, "scripts": { @@ -14,9 +14,10 @@ "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" }, "dependencies": { - "bootstrap-vue": "1.0.0-beta.7", + "bootstrap-vue": "1.0.0-beta.9", "chart.js": "2.7.0", "font-awesome": "^4.7.0", + "is-url-external": "^1.0.3", "simple-line-icons": "^2.4.1", "vue": "2.4.4", "vue-chartjs": "2.8.7", @@ -35,7 +36,7 @@ "connect-history-api-fallback": "^1.3.0", "copy-webpack-plugin": "^4.0.1", "css-loader": "0.28.7", - "eslint": "4.7.1", + "eslint": "4.7.2", "eslint-friendly-formatter": "3.0.0", "eslint-loader": "1.9.0", "eslint-plugin-html": "3.2.2", @@ -45,7 +46,7 @@ "eslint-plugin-promise": "3.5.0", "eslint-plugin-standard": "3.0.1", "eventsource-polyfill": "^0.9.6", - "express": "4.15.4", + "express": "4.15.5", "extract-text-webpack-plugin": "3.0.0", "file-loader": "0.11.2", "friendly-errors-webpack-plugin": "1.6.1", @@ -57,7 +58,7 @@ "karma-coverage": "^1.1.1", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "1.0.4", - "karma-phantomjs-shim": "^1.4.0", + "karma-phantomjs-shim": "^1.5.0", "karma-sinon-chai": "1.3.2", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.31", diff --git a/Vue_Full_Project/scss/core/_animate.scss b/Vue_Full_Project/scss/core/_animate.scss index e23d91e9..c0a244ba 100644 --- a/Vue_Full_Project/scss/core/_animate.scss +++ b/Vue_Full_Project/scss/core/_animate.scss @@ -1,33 +1,17 @@ // scss-lint:disable all -@charset "UTF-8"; - .animated { - -webkit-animation-duration: 1s; animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + // animation-fill-mode: both; } .animated.infinite { - -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { - -webkit-animation-duration: 2s; animation-duration: 2s; } -@-webkit-keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} - @keyframes fadeIn { from { opacity: 0; @@ -39,6 +23,5 @@ } .fadeIn { - -webkit-animation-name: fadeIn; animation-name: fadeIn; } diff --git a/Vue_Full_Project/scss/core/_layout.scss b/Vue_Full_Project/scss/core/_layout.scss index 263cab56..cbab8f04 100644 --- a/Vue_Full_Project/scss/core/_layout.scss +++ b/Vue_Full_Project/scss/core/_layout.scss @@ -11,8 +11,8 @@ app-dashboard, app-root { display: flex; - min-height: 100vh; flex-direction: column; + min-height: 100vh; } .app-header { @@ -26,12 +26,12 @@ app-root { .app-body { display: flex; flex-direction: row; - overflow-x: hidden; flex-grow: 1; + overflow-x: hidden; .main { - min-width: 0; flex: 1; + min-width: 0; } .sidebar { @@ -134,11 +134,6 @@ app-root { .sidebar-minimized { .sidebar { flex: 0 0 $sidebar-minimized-width; - .sidebar-header, - .sidebar-form, - .sidebar-footer { - display: none; - } } &.sidebar-hidden { @@ -344,6 +339,10 @@ app-root { .nav { width: $mobile-sidebar-width !important; } + + .sidebar-minimizer { + display: none; + } } .main, .app-footer { diff --git a/Vue_Full_Project/scss/core/_navbar.scss b/Vue_Full_Project/scss/core/_navbar.scss index db6ace3c..ba49147d 100644 --- a/Vue_Full_Project/scss/core/_navbar.scss +++ b/Vue_Full_Project/scss/core/_navbar.scss @@ -1,7 +1,7 @@ .app-header.navbar { position: relative; - height: $navbar-height; flex-direction: row; + height: $navbar-height; padding: 0; margin: 0; background-color: $navbar-bg; @@ -101,3 +101,14 @@ .navbar-divider { background-color: rgba(0,0,0,.075); } + +.brand-minimized { + .app-header.navbar { + .navbar-brand { + width: $navbar-brand-minimized-width; + background-color: $navbar-brand-minimized-bg; + background-image: $navbar-brand-minimized-logo; + background-size: $navbar-brand-minimized-logo-size; + } + } +} diff --git a/Vue_Full_Project/scss/core/_sidebar.scss b/Vue_Full_Project/scss/core/_sidebar.scss index 2afeb8eb..407ed223 100644 --- a/Vue_Full_Project/scss/core/_sidebar.scss +++ b/Vue_Full_Project/scss/core/_sidebar.scss @@ -78,7 +78,8 @@ .nav { @include sidebar-width($sidebar-borders, $sidebar-width); - flex-direction: column !important; + flex-direction: column; + min-height: 100%; } .nav-title { @@ -148,8 +149,8 @@ } &:hover { - color: $sidebar-nav-link-hover-color !important; - background: $sidebar-nav-link-hover-bg !important; + color: $sidebar-nav-link-hover-color; + background: $sidebar-nav-link-hover-bg; @include borders($sidebar-nav-link-hover-borders); i { @@ -160,6 +161,21 @@ background-image: $sidebar-nav-dropdown-indicator-hover; } } + + @each $color, $value in $theme-colors { + &.nav-link-#{$color} { + background: $value; + i { + color: rgba(255,255,255,.7); + } + &:hover { + background: darken($value,5%) !important; + i { + color: #fff; + } + } + } + } } // ex. Components @@ -239,6 +255,39 @@ padding: $sidebar-footer-padding-y $sidebar-footer-padding-x; background: $sidebar-footer-bg; } + + .sidebar-minimizer { + position: relative; + flex: 0 0 $sidebar-minimizer-height; + background-color: $sidebar-minimizer-bg; + border: 0; + + &::before { + position: absolute; + top: 0; + right: 0; + width: $sidebar-minimizer-height; + height: $sidebar-minimizer-height; + content: ""; + background-image: $sidebar-minimizer-indicator; + background-repeat: no-repeat; + background-position: center; + background-size: $sidebar-minimizer-height / 4; + transition: .3s; + } + + &:focus, + &.focus { + outline: 0; + } + + &:hover { + background-color: $sidebar-minimizer-hover-bg; + &::before { + background-image: $sidebar-minimizer-hover-indicator; + } + } + } } @include media-breakpoint-up(lg) { @@ -312,6 +361,11 @@ display: none; } + .sidebar-minimizer::before { + width: 100%; + transform: rotate(-180deg); + } + .nav-item { width: $sidebar-minimized-width; overflow: hidden; diff --git a/Vue_Full_Project/scss/core/_variables.scss b/Vue_Full_Project/scss/core/_variables.scss index f2663a8b..790e5198 100644 --- a/Vue_Full_Project/scss/core/_variables.scss +++ b/Vue_Full_Project/scss/core/_variables.scss @@ -1,3 +1,4 @@ +// scss-lint:disable all // Core Admin Variables $enable-sidebar-nav-rounded: false !default; @@ -57,6 +58,11 @@ $navbar-brand-border: ( ) ) !default; +$navbar-brand-minimized-width: 50px !default +$navbar-brand-minimized-bg: #fff !default; +$navbar-brand-minimized-logo: url('../img/logo-symbol.png') !default; +$navbar-brand-minimized-logo-size: 24px !default; + $navbar-color: $gray-600 !default; $navbar-hover-color: $gray-800 !default; $navbar-active-color: $gray-800 !default; @@ -127,6 +133,17 @@ $sidebar-footer-bg: rgba(0,0,0,.2) !default; $sidebar-footer-padding-y: .75rem !default; $sidebar-footer-padding-x: 1rem !default; +// Sidebar Minimizer + +$sidebar-minimizer-height: 50px !default; +$sidebar-minimizer-bg: rgba(0,0,0,.2) !default; +$sidebar-minimizer-indicator-color: $gray-600 !default; +$sidebar-minimizer-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-minimizer-indicator-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23") !default; +$sidebar-minimizer-hover-bg: rgba(0,0,0,.3) !default; +$sidebar-minimizer-hover-indicator-color:$sidebar-nav-link-hover-color !default; +$sidebar-minimizer-hover-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-minimizer-hover-indicator-color}' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E"), "#", "%23") !default; + + // Top Navigation $top-nav-bg: #fff !default; diff --git a/Vue_Full_Project/scss/style.scss b/Vue_Full_Project/scss/style.scss index d719a717..4296d776 100644 --- a/Vue_Full_Project/scss/style.scss +++ b/Vue_Full_Project/scss/style.scss @@ -1,4 +1,4 @@ -/** +/*! * CoreUI - Open Source Bootstrap Admin Template * @version v1.0.0 * @link http://coreui.io diff --git a/Vue_Full_Project/src/_nav.js b/Vue_Full_Project/src/_nav.js index af4d963f..4308c3ba 100644 --- a/Vue_Full_Project/src/_nav.js +++ b/Vue_Full_Project/src/_nav.js @@ -128,6 +128,19 @@ export default { icon: 'icon-star' } ] + }, + { + name: 'Download CoreUI', + url: 'http://coreui.io/vue/', + icon: 'icon-cloud-download', + class: 'mt-auto', + variant: 'success' + }, + { + name: 'Try CoreUI PRO', + url: 'http://coreui.io/pro/vue/', + icon: 'icon-layers', + variant: 'danger' } ] } diff --git a/Vue_Full_Project/src/components/Header.vue b/Vue_Full_Project/src/components/Header.vue index 9b6bd5f8..3788b373 100644 --- a/Vue_Full_Project/src/components/Header.vue +++ b/Vue_Full_Project/src/components/Header.vue @@ -2,7 +2,7 @@