From 8c6f551a3552a421cff0d7be9c4af378c089400a Mon Sep 17 00:00:00 2001 From: peterlu14 Date: Tue, 7 Mar 2023 16:41:43 +0800 Subject: [PATCH] -remove useless files --- src/components/va-charts/VaChart.vue | 46 - .../va-charts/chart-types/BarChart.vue | 17 - .../va-charts/chart-types/BubbleChart.vue | 17 - .../va-charts/chart-types/DoughnutChart.vue | 17 - .../chart-types/HorizontalBarChart.vue | 26 - .../va-charts/chart-types/LineChart.vue | 27 - .../va-charts/chart-types/PieChart.vue | 17 - src/components/va-charts/vaChartConfigs.js | 48 - .../va-medium-editor/VaMediumEditor.vue | 189 -- .../va-medium-editor/_variables.scss | 9 - src/data/CountriesList.ts | 243 -- src/data/charts/barChartData.ts | 30 - src/data/charts/bubbleChartData.ts | 231 -- src/data/charts/composables/useChartColors.ts | 35 - src/data/charts/composables/useChartData.ts | 20 - src/data/charts/doughnutChartData.ts | 12 - src/data/charts/horizontalBarChartData.ts | 30 - src/data/charts/index.ts | 6 - src/data/charts/lineChartData.ts | 44 - src/data/charts/pieChartData.ts | 12 - src/data/maps/bubbleMapData.ts | 2017 ----------------- src/data/maps/lineMapData.ts | 342 --- src/data/tables/markup-table/data.json | 402 ---- src/data/types.ts | 13 - src/data/users.json | 386 ---- src/pages/admin/dashboard/Dashboard.vue | 50 - src/pages/admin/dashboard/DashboardCharts.vue | 101 - .../dashboard/DashboardContributorsList.vue | 95 - .../admin/dashboard/DashboardInfoBlock.vue | 145 -- src/pages/admin/dashboard/DashboardMap.vue | 38 - src/pages/admin/dashboard/DashboardTabs.vue | 53 - .../composables/usePartOfChartData.ts | 27 - .../dashboard-tabs/BankDetailsTab.vue | 46 - .../dashboard-tabs/BillingAddressTab.vue | 102 - .../dashboard/dashboard-tabs/OverviewTab.vue | 89 - src/pages/admin/forms/data/CountriesList.ts | 243 -- .../forms/form-elements/FormElements.vue | 330 --- .../admin/forms/form-wizard/FormWizard.vue | 0 .../forms/medium-editor/MediumEditor.vue | 48 - .../admin/maps/bubble-maps/BubbleMap.vue | 162 -- .../admin/maps/bubble-maps/BubbleMapsPage.vue | 24 - .../admin/maps/leaflet-maps/LeafletMap.vue | 25 - .../maps/leaflet-maps/LeafletMapsPage.vue | 15 - .../admin/maps/line-maps/LineMapsPage.vue | 30 - .../admin/maps/maplibre-maps/MapLibreMap.vue | 20 - .../maps/maplibre-maps/MapLibreMapsPage.vue | 15 - .../admin/maps/yandex-maps/YandexMapsPage.vue | 37 - src/pages/admin/pages/404PagesPage.vue | 46 - src/pages/admin/pages/FaqPage.vue | 55 - src/pages/admin/statistics/charts/Charts.vue | 96 - .../statistics/progress-bars/ProgressBars.vue | 31 - .../progress-bars/Widgets/BarsState.vue | 60 - .../progress-bars/Widgets/CircleBars.vue | 40 - .../progress-bars/Widgets/ColorfulBars.vue | 35 - .../progress-bars/Widgets/HorizontalBars.vue | 29 - .../admin/tables/data-tables/DataTables.vue | 38 - .../admin/tables/data-tables/data/users.json | 386 ---- .../scenarios/DataTableActions.vue | 69 - .../data-tables/scenarios/DataTableEmpty.vue | 35 - .../data-tables/scenarios/DataTableFilter.vue | 127 -- .../scenarios/DataTableInfiniteScroll.vue | 99 - .../scenarios/DataTableLoading.vue | 37 - .../data-tables/scenarios/DataTableSelect.vue | 66 - .../scenarios/DataTableServerPagination.vue | 82 - .../scenarios/DataTableSortingPagination.vue | 79 - .../tables/markup-tables/MarkupTables.vue | 95 - src/pages/admin/ui/buttons/Buttons.vue | 303 --- src/pages/admin/ui/cards/Cards.vue | 138 -- src/pages/admin/ui/chat/Chat.vue | 158 -- src/pages/admin/ui/chat/ChatPage.vue | 50 - src/pages/admin/ui/chat/StickyScroll.ts | 52 - src/pages/admin/ui/chips/Chips.vue | 76 - src/pages/admin/ui/collapse/Collapses.vue | 104 - .../admin/ui/color-pickers/ColorPickers.vue | 95 - src/pages/admin/ui/colors/Colors.vue | 95 - .../color-presentation/ColorPresentation.vue | 133 -- .../colors/color-presentation/colorsData.ts | 96 - src/pages/admin/ui/file-upload/FileUpload.vue | 59 - src/pages/admin/ui/grid/Grid.vue | 125 - src/pages/admin/ui/icons/IconSet.vue | 157 -- src/pages/admin/ui/icons/Icons.vue | 33 - src/pages/admin/ui/icons/SetsList.vue | 89 - src/pages/admin/ui/icons/sets/brandico.json | 44 - .../ui/icons/sets/disabled/typicons.json | 347 --- src/pages/admin/ui/icons/sets/entypo.json | 301 --- .../admin/ui/icons/sets/font-awesome.json | 749 ------ src/pages/admin/ui/icons/sets/fontelico.json | 42 - src/pages/admin/ui/icons/sets/glyphicons.json | 271 --- .../admin/ui/icons/sets/iconic-stroke.json | 163 -- src/pages/admin/ui/icons/sets/ionicons.json | 646 ------ src/pages/admin/ui/icons/sets/maki.json | 75 - .../admin/ui/icons/sets/material-icons.json | 944 -------- src/pages/admin/ui/icons/sets/openweb.json | 40 - src/pages/admin/ui/icons/sets/vuestic.json | 30 - src/pages/admin/ui/icons/types.ts | 7 - src/pages/admin/ui/lists/Lists.vue | 236 -- src/pages/admin/ui/lists/data.json | 106 - src/pages/admin/ui/modals/Modals.vue | 125 - .../admin/ui/notifications/Notifications.vue | 139 -- .../ui/notifications/ToastPositionPicker.vue | 109 - src/pages/admin/ui/popovers/Popovers.vue | 101 - src/pages/admin/ui/rating/Rating.vue | 63 - src/pages/admin/ui/route.ts | 182 -- src/pages/admin/ui/sliders/Sliders.vue | 167 -- src/pages/admin/ui/spacing/Spacing.vue | 17 - .../admin/ui/spacing/SpacingPlayground.vue | 118 - src/pages/admin/ui/spinners/Spinners.vue | 141 -- src/pages/admin/ui/tabs/Tabs.vue | 110 - src/pages/admin/ui/timelines/Timelines.vue | 204 -- src/pages/admin/ui/tree-view/TreeView.vue | 67 - .../ui/tree-view/TreeViewAdvancedPreview.vue | 127 -- .../ui/tree-view/TreeViewBasicPreview.vue | 71 - .../ui/tree-view/TreeViewEditablePreview.vue | 69 - .../ui/tree-view/TreeViewIconsPreview.vue | 76 - .../tree-view/TreeViewSelectablePreview.vue | 73 - src/pages/admin/ui/typography/Typography.vue | 215 -- src/router/index.ts | 140 -- 117 files changed, 15514 deletions(-) delete mode 100644 src/components/va-charts/VaChart.vue delete mode 100644 src/components/va-charts/chart-types/BarChart.vue delete mode 100644 src/components/va-charts/chart-types/BubbleChart.vue delete mode 100644 src/components/va-charts/chart-types/DoughnutChart.vue delete mode 100644 src/components/va-charts/chart-types/HorizontalBarChart.vue delete mode 100644 src/components/va-charts/chart-types/LineChart.vue delete mode 100644 src/components/va-charts/chart-types/PieChart.vue delete mode 100644 src/components/va-charts/vaChartConfigs.js delete mode 100644 src/components/va-medium-editor/VaMediumEditor.vue delete mode 100644 src/components/va-medium-editor/_variables.scss delete mode 100644 src/data/CountriesList.ts delete mode 100644 src/data/charts/barChartData.ts delete mode 100644 src/data/charts/bubbleChartData.ts delete mode 100644 src/data/charts/composables/useChartColors.ts delete mode 100644 src/data/charts/composables/useChartData.ts delete mode 100644 src/data/charts/doughnutChartData.ts delete mode 100644 src/data/charts/horizontalBarChartData.ts delete mode 100644 src/data/charts/index.ts delete mode 100644 src/data/charts/lineChartData.ts delete mode 100644 src/data/charts/pieChartData.ts delete mode 100644 src/data/maps/bubbleMapData.ts delete mode 100644 src/data/maps/lineMapData.ts delete mode 100644 src/data/tables/markup-table/data.json delete mode 100644 src/data/types.ts delete mode 100644 src/data/users.json delete mode 100644 src/pages/admin/dashboard/Dashboard.vue delete mode 100644 src/pages/admin/dashboard/DashboardCharts.vue delete mode 100644 src/pages/admin/dashboard/DashboardContributorsList.vue delete mode 100644 src/pages/admin/dashboard/DashboardInfoBlock.vue delete mode 100644 src/pages/admin/dashboard/DashboardMap.vue delete mode 100644 src/pages/admin/dashboard/DashboardTabs.vue delete mode 100644 src/pages/admin/dashboard/composables/usePartOfChartData.ts delete mode 100644 src/pages/admin/dashboard/dashboard-tabs/BankDetailsTab.vue delete mode 100644 src/pages/admin/dashboard/dashboard-tabs/BillingAddressTab.vue delete mode 100644 src/pages/admin/dashboard/dashboard-tabs/OverviewTab.vue delete mode 100644 src/pages/admin/forms/data/CountriesList.ts delete mode 100644 src/pages/admin/forms/form-elements/FormElements.vue delete mode 100644 src/pages/admin/forms/form-wizard/FormWizard.vue delete mode 100644 src/pages/admin/forms/medium-editor/MediumEditor.vue delete mode 100644 src/pages/admin/maps/bubble-maps/BubbleMap.vue delete mode 100644 src/pages/admin/maps/bubble-maps/BubbleMapsPage.vue delete mode 100644 src/pages/admin/maps/leaflet-maps/LeafletMap.vue delete mode 100644 src/pages/admin/maps/leaflet-maps/LeafletMapsPage.vue delete mode 100644 src/pages/admin/maps/line-maps/LineMapsPage.vue delete mode 100644 src/pages/admin/maps/maplibre-maps/MapLibreMap.vue delete mode 100644 src/pages/admin/maps/maplibre-maps/MapLibreMapsPage.vue delete mode 100644 src/pages/admin/maps/yandex-maps/YandexMapsPage.vue delete mode 100644 src/pages/admin/pages/404PagesPage.vue delete mode 100644 src/pages/admin/pages/FaqPage.vue delete mode 100644 src/pages/admin/statistics/charts/Charts.vue delete mode 100644 src/pages/admin/statistics/progress-bars/ProgressBars.vue delete mode 100644 src/pages/admin/statistics/progress-bars/Widgets/BarsState.vue delete mode 100644 src/pages/admin/statistics/progress-bars/Widgets/CircleBars.vue delete mode 100644 src/pages/admin/statistics/progress-bars/Widgets/ColorfulBars.vue delete mode 100644 src/pages/admin/statistics/progress-bars/Widgets/HorizontalBars.vue delete mode 100644 src/pages/admin/tables/data-tables/DataTables.vue delete mode 100644 src/pages/admin/tables/data-tables/data/users.json delete mode 100644 src/pages/admin/tables/data-tables/scenarios/DataTableActions.vue delete mode 100644 src/pages/admin/tables/data-tables/scenarios/DataTableEmpty.vue delete mode 100644 src/pages/admin/tables/data-tables/scenarios/DataTableFilter.vue delete mode 100644 src/pages/admin/tables/data-tables/scenarios/DataTableInfiniteScroll.vue delete mode 100644 src/pages/admin/tables/data-tables/scenarios/DataTableLoading.vue delete mode 100644 src/pages/admin/tables/data-tables/scenarios/DataTableSelect.vue delete mode 100644 src/pages/admin/tables/data-tables/scenarios/DataTableServerPagination.vue delete mode 100644 src/pages/admin/tables/data-tables/scenarios/DataTableSortingPagination.vue delete mode 100644 src/pages/admin/tables/markup-tables/MarkupTables.vue delete mode 100644 src/pages/admin/ui/buttons/Buttons.vue delete mode 100644 src/pages/admin/ui/cards/Cards.vue delete mode 100644 src/pages/admin/ui/chat/Chat.vue delete mode 100644 src/pages/admin/ui/chat/ChatPage.vue delete mode 100644 src/pages/admin/ui/chat/StickyScroll.ts delete mode 100644 src/pages/admin/ui/chips/Chips.vue delete mode 100644 src/pages/admin/ui/collapse/Collapses.vue delete mode 100644 src/pages/admin/ui/color-pickers/ColorPickers.vue delete mode 100644 src/pages/admin/ui/colors/Colors.vue delete mode 100644 src/pages/admin/ui/colors/color-presentation/ColorPresentation.vue delete mode 100644 src/pages/admin/ui/colors/color-presentation/colorsData.ts delete mode 100644 src/pages/admin/ui/file-upload/FileUpload.vue delete mode 100644 src/pages/admin/ui/grid/Grid.vue delete mode 100644 src/pages/admin/ui/icons/IconSet.vue delete mode 100644 src/pages/admin/ui/icons/Icons.vue delete mode 100644 src/pages/admin/ui/icons/SetsList.vue delete mode 100644 src/pages/admin/ui/icons/sets/brandico.json delete mode 100644 src/pages/admin/ui/icons/sets/disabled/typicons.json delete mode 100644 src/pages/admin/ui/icons/sets/entypo.json delete mode 100644 src/pages/admin/ui/icons/sets/font-awesome.json delete mode 100644 src/pages/admin/ui/icons/sets/fontelico.json delete mode 100644 src/pages/admin/ui/icons/sets/glyphicons.json delete mode 100644 src/pages/admin/ui/icons/sets/iconic-stroke.json delete mode 100644 src/pages/admin/ui/icons/sets/ionicons.json delete mode 100644 src/pages/admin/ui/icons/sets/maki.json delete mode 100644 src/pages/admin/ui/icons/sets/material-icons.json delete mode 100644 src/pages/admin/ui/icons/sets/openweb.json delete mode 100644 src/pages/admin/ui/icons/sets/vuestic.json delete mode 100644 src/pages/admin/ui/icons/types.ts delete mode 100644 src/pages/admin/ui/lists/Lists.vue delete mode 100644 src/pages/admin/ui/lists/data.json delete mode 100644 src/pages/admin/ui/modals/Modals.vue delete mode 100644 src/pages/admin/ui/notifications/Notifications.vue delete mode 100644 src/pages/admin/ui/notifications/ToastPositionPicker.vue delete mode 100644 src/pages/admin/ui/popovers/Popovers.vue delete mode 100644 src/pages/admin/ui/rating/Rating.vue delete mode 100644 src/pages/admin/ui/route.ts delete mode 100644 src/pages/admin/ui/sliders/Sliders.vue delete mode 100644 src/pages/admin/ui/spacing/Spacing.vue delete mode 100644 src/pages/admin/ui/spacing/SpacingPlayground.vue delete mode 100644 src/pages/admin/ui/spinners/Spinners.vue delete mode 100644 src/pages/admin/ui/tabs/Tabs.vue delete mode 100644 src/pages/admin/ui/timelines/Timelines.vue delete mode 100644 src/pages/admin/ui/tree-view/TreeView.vue delete mode 100644 src/pages/admin/ui/tree-view/TreeViewAdvancedPreview.vue delete mode 100644 src/pages/admin/ui/tree-view/TreeViewBasicPreview.vue delete mode 100644 src/pages/admin/ui/tree-view/TreeViewEditablePreview.vue delete mode 100644 src/pages/admin/ui/tree-view/TreeViewIconsPreview.vue delete mode 100644 src/pages/admin/ui/tree-view/TreeViewSelectablePreview.vue delete mode 100644 src/pages/admin/ui/typography/Typography.vue diff --git a/src/components/va-charts/VaChart.vue b/src/components/va-charts/VaChart.vue deleted file mode 100644 index 9e86bd1..0000000 --- a/src/components/va-charts/VaChart.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - diff --git a/src/components/va-charts/chart-types/BarChart.vue b/src/components/va-charts/chart-types/BarChart.vue deleted file mode 100644 index 3258a77..0000000 --- a/src/components/va-charts/chart-types/BarChart.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/src/components/va-charts/chart-types/BubbleChart.vue b/src/components/va-charts/chart-types/BubbleChart.vue deleted file mode 100644 index 1dcb969..0000000 --- a/src/components/va-charts/chart-types/BubbleChart.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/src/components/va-charts/chart-types/DoughnutChart.vue b/src/components/va-charts/chart-types/DoughnutChart.vue deleted file mode 100644 index 4452d35..0000000 --- a/src/components/va-charts/chart-types/DoughnutChart.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/src/components/va-charts/chart-types/HorizontalBarChart.vue b/src/components/va-charts/chart-types/HorizontalBarChart.vue deleted file mode 100644 index d77037d..0000000 --- a/src/components/va-charts/chart-types/HorizontalBarChart.vue +++ /dev/null @@ -1,26 +0,0 @@ - - - diff --git a/src/components/va-charts/chart-types/LineChart.vue b/src/components/va-charts/chart-types/LineChart.vue deleted file mode 100644 index 54dbf9d..0000000 --- a/src/components/va-charts/chart-types/LineChart.vue +++ /dev/null @@ -1,27 +0,0 @@ - - - diff --git a/src/components/va-charts/chart-types/PieChart.vue b/src/components/va-charts/chart-types/PieChart.vue deleted file mode 100644 index ea55fb3..0000000 --- a/src/components/va-charts/chart-types/PieChart.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/src/components/va-charts/vaChartConfigs.js b/src/components/va-charts/vaChartConfigs.js deleted file mode 100644 index 8fc0aaf..0000000 --- a/src/components/va-charts/vaChartConfigs.js +++ /dev/null @@ -1,48 +0,0 @@ -import { defineAsyncComponent } from 'vue' - -export const defaultConfig = { - plugins: { - legend: { - position: 'bottom', - labels: { - font: { - color: '#34495e', - family: 'sans-serif', - size: 14, - }, - usePointStyle: true, - }, - }, - tooltip: { - bodyFont: { - size: 14, - family: 'sans-serif', - }, - boxPadding: 4, - }, - }, - datasets: { - line: { - fill: 'origin', - tension: 0.3, - borderColor: 'transparent', - }, - bubble: { - borderColor: 'transparent', - }, - bar: { - borderColor: 'transparent', - }, - }, - maintainAspectRatio: false, - animation: true, -} - -export const chartTypesMap = { - pie: defineAsyncComponent(() => import('./chart-types/PieChart.vue')), - doughnut: defineAsyncComponent(() => import('./chart-types/DoughnutChart.vue')), - bubble: defineAsyncComponent(() => import('./chart-types/BubbleChart.vue')), - line: defineAsyncComponent(() => import('./chart-types/LineChart.vue')), - bar: defineAsyncComponent(() => import('./chart-types/BarChart.vue')), - 'horizontal-bar': defineAsyncComponent(() => import('./chart-types/HorizontalBarChart.vue')), -} diff --git a/src/components/va-medium-editor/VaMediumEditor.vue b/src/components/va-medium-editor/VaMediumEditor.vue deleted file mode 100644 index ad9c5f6..0000000 --- a/src/components/va-medium-editor/VaMediumEditor.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - - - diff --git a/src/components/va-medium-editor/_variables.scss b/src/components/va-medium-editor/_variables.scss deleted file mode 100644 index b8f7b99..0000000 --- a/src/components/va-medium-editor/_variables.scss +++ /dev/null @@ -1,9 +0,0 @@ -:root { - --va-medium-editor-margin-bottom: 2.25rem; - --va-medium-editor-min-width: 6rem; - --va-medium-editor-max-width: 600px; - - /* Toolbar */ - --va-medium-editor-toolbar-max-width: 90%; - --va-medium-editor-toolbar-box-shadow: none; -} diff --git a/src/data/CountriesList.ts b/src/data/CountriesList.ts deleted file mode 100644 index aa3626d..0000000 --- a/src/data/CountriesList.ts +++ /dev/null @@ -1,243 +0,0 @@ -export default [ - 'Afghanistan', - 'Albania', - 'Algeria', - 'American Samoa', - 'Andorra', - 'Angola', - 'Anguilla', - 'Antarctica', - 'Antigua and Barbuda', - 'Argentina', - 'Armenia', - 'Aruba', - 'Australia', - 'Austria', - 'Azerbaijan', - 'Bahamas', - 'Bahrain', - 'Bangladesh', - 'Barbados', - 'Belarus', - 'Belgium', - 'Belize', - 'Benin', - 'Bermuda', - 'Bhutan', - 'Bolivia', - 'Bosnia and Herzegowina', - 'Botswana', - 'Bouvet Island', - 'Brazil', - 'British Indian Ocean Territory', - 'Brunei Darussalam', - 'Bulgaria', - 'Burkina Faso', - 'Burundi', - 'Cambodia', - 'Cameroon', - 'Canada', - 'Cape Verde', - 'Cayman Islands', - 'Central African Republic', - 'Chad', - 'Chile', - 'China', - 'Christmas Island', - 'Cocos (Keeling) Islands', - 'Colombia', - 'Comoros', - 'Congo', - 'Congo, the Democratic Republic of the', - 'Cook Islands', - 'Costa Rica', - "Cote d'Ivoire", - 'Croatia (Hrvatska)', - 'Cuba', - 'Cyprus', - 'Czech Republic', - 'Denmark', - 'Djibouti', - 'Dominica', - 'Dominican Republic', - 'East Timor', - 'Ecuador', - 'Egypt', - 'El Salvador', - 'Equatorial Guinea', - 'Eritrea', - 'Estonia', - 'Ethiopia', - 'Falkland Islands (Malvinas)', - 'Faroe Islands', - 'Fiji', - 'Finland', - 'France', - 'France Metropolitan', - 'French Guiana', - 'French Polynesia', - 'French Southern Territories', - 'Gabon', - 'Gambia', - 'Georgia', - 'Germany', - 'Ghana', - 'Gibraltar', - 'Greece', - 'Greenland', - 'Grenada', - 'Guadeloupe', - 'Guam', - 'Guatemala', - 'Guinea', - 'Guinea-Bissau', - 'Guyana', - 'Haiti', - 'Heard and Mc Donald Islands', - 'Holy See (Vatican City State)', - 'Honduras', - 'Hong Kong', - 'Hungary', - 'Iceland', - 'India', - 'Indonesia', - 'Iran (Islamic Republic of)', - 'Iraq', - 'Ireland', - 'Israel', - 'Italy', - 'Jamaica', - 'Japan', - 'Jordan', - 'Kazakhstan', - 'Kenya', - 'Kiribati', - "Korea, Democratic People's Republic of", - 'Korea, Republic of', - 'Kuwait', - 'Kyrgyzstan', - "Lao, People's Democratic Republic", - 'Latvia', - 'Lebanon', - 'Lesotho', - 'Liberia', - 'Libyan Arab Jamahiriya', - 'Liechtenstein', - 'Lithuania', - 'Luxembourg', - 'Macau', - 'Macedonia, The Former Yugoslav Republic of', - 'Madagascar', - 'Malawi', - 'Malaysia', - 'Maldives', - 'Mali', - 'Malta', - 'Marshall Islands', - 'Martinique', - 'Mauritania', - 'Mauritius', - 'Mayotte', - 'Mexico', - 'Micronesia, Federated States of', - 'Moldova, Republic of', - 'Monaco', - 'Mongolia', - 'Montserrat', - 'Morocco', - 'Mozambique', - 'Myanmar', - 'Namibia', - 'Nauru', - 'Nepal', - 'Netherlands', - 'Netherlands Antilles', - 'New Caledonia', - 'New Zealand', - 'Nicaragua', - 'Niger', - 'Nigeria', - 'Niue', - 'Norfolk Island', - 'Northern Mariana Islands', - 'Norway', - 'Oman', - 'Pakistan', - 'Palau', - 'Panama', - 'Papua New Guinea', - 'Paraguay', - 'Peru', - 'Philippines', - 'Pitcairn', - 'Poland', - 'Portugal', - 'Puerto Rico', - 'Qatar', - 'Reunion', - 'Romania', - 'Russian Federation', - 'Rwanda', - 'Saint Kitts and Nevis', - 'Saint Lucia', - 'Saint Vincent and the Grenadines', - 'Samoa', - 'San Marino', - 'Sao Tome and Principe', - 'Saudi Arabia', - 'Senegal', - 'Serbia', - 'Seychelles', - 'Sierra Leone', - 'Singapore', - 'Slovakia (Slovak Republic)', - 'Slovenia', - 'Solomon Islands', - 'Somalia', - 'South Africa', - 'South Georgia and the South Sandwich Islands', - 'Spain', - 'Sri Lanka', - 'St. Helena', - 'St. Pierre and Miquelon', - 'Sudan', - 'Suriname', - 'Svalbard and Jan Mayen Islands', - 'Swaziland', - 'Sweden', - 'Switzerland', - 'Syrian Arab Republic', - 'Taiwan, Province of China', - 'Tajikistan', - 'Tanzania, United Republic of', - 'United States of America', - 'Thailand', - 'Togo', - 'Tokelau', - 'Tonga', - 'Trinidad and Tobago', - 'Tunisia', - 'Turkey', - 'Turkmenistan', - 'Turks and Caicos Islands', - 'Tuvalu', - 'Uganda', - 'Ukraine', - 'United Arab Emirates', - 'United Kingdom', - 'United States', - 'United States Minor Outlying Islands', - 'Uruguay', - 'Uzbekistan', - 'Vanuatu', - 'Venezuela', - 'Vietnam', - 'Virgin Islands (British)', - 'Virgin Islands (U.S.)', - 'Wallis and Futuna Islands', - 'Western Sahara', - 'Yemen', - 'Yugoslavia', - 'Zambia', - 'Zimbabwe', -] diff --git a/src/data/charts/barChartData.ts b/src/data/charts/barChartData.ts deleted file mode 100644 index 7cea100..0000000 --- a/src/data/charts/barChartData.ts +++ /dev/null @@ -1,30 +0,0 @@ -import { TBarChartData } from '../types' - -export const barChartData: TBarChartData = { - labels: [ - 'January', - 'February', - 'March', - 'April', - 'May', - 'June', - 'July', - 'August', - 'September', - 'October', - 'November', - 'December', - ], - datasets: [ - { - label: 'Last year', - backgroundColor: 'primary', - data: [50, 20, 12, 39, 10, 40, 39, 80, 40, 20, 12, 11], - }, - { - label: 'Current year', - backgroundColor: 'info', - data: [50, 10, 22, 39, 15, 20, 85, 32, 60, 50, 20, 30], - }, - ], -} diff --git a/src/data/charts/bubbleChartData.ts b/src/data/charts/bubbleChartData.ts deleted file mode 100644 index 0c6a8c2..0000000 --- a/src/data/charts/bubbleChartData.ts +++ /dev/null @@ -1,231 +0,0 @@ -import { TBubbleChartData } from '../types' - -export const bubbleChartData: TBubbleChartData = { - datasets: [ - { - label: 'USA', - backgroundColor: 'danger', - data: [ - { - x: 23, - y: 25, - r: 15, - }, - { - x: 40, - y: 10, - r: 10, - }, - { - x: 30, - y: 22, - r: 30, - }, - { - x: 7, - y: 43, - r: 40, - }, - { - x: 23, - y: 27, - r: 12, - }, - { - x: 20, - y: 15, - r: 11, - }, - { - x: 7, - y: 10, - r: 35, - }, - { - x: 10, - y: 20, - r: 40, - }, - ], - }, - { - label: 'Russia', - backgroundColor: 'primary', - data: [ - { - x: 0, - y: 30, - r: 15, - }, - { - x: 20, - y: 20, - r: 20, - }, - { - x: 15, - y: 15, - r: 50, - }, - { - x: 31, - y: 46, - r: 30, - }, - { - x: 20, - y: 14, - r: 25, - }, - { - x: 34, - y: 17, - r: 30, - }, - { - x: 44, - y: 44, - r: 10, - }, - { - x: 39, - y: 25, - r: 35, - }, - ], - }, - { - label: 'Canada', - backgroundColor: 'warning', - data: [ - { - x: 10, - y: 30, - r: 45, - }, - { - x: 10, - y: 50, - r: 20, - }, - { - x: 5, - y: 5, - r: 30, - }, - { - x: 40, - y: 30, - r: 20, - }, - { - x: 33, - y: 15, - r: 18, - }, - { - x: 40, - y: 20, - r: 40, - }, - { - x: 33, - y: 33, - r: 40, - }, - ], - }, - { - label: 'Belarus', - backgroundColor: 'info', - data: [ - { - x: 35, - y: 30, - r: 45, - }, - { - x: 25, - y: 40, - r: 35, - }, - { - x: 5, - y: 5, - r: 30, - }, - { - x: 5, - y: 20, - r: 40, - }, - { - x: 10, - y: 40, - r: 15, - }, - { - x: 3, - y: 10, - r: 10, - }, - { - x: 15, - y: 40, - r: 40, - }, - { - x: 7, - y: 15, - r: 10, - }, - ], - }, - { - label: 'Ukraine', - backgroundColor: 'success', - data: [ - { - x: 25, - y: 10, - r: 40, - }, - { - x: 17, - y: 40, - r: 40, - }, - { - x: 35, - y: 10, - r: 20, - }, - { - x: 3, - y: 40, - r: 10, - }, - { - x: 40, - y: 40, - r: 40, - }, - { - x: 20, - y: 10, - r: 10, - }, - { - x: 10, - y: 27, - r: 35, - }, - { - x: 7, - y: 26, - r: 40, - }, - ], - }, - ], -} diff --git a/src/data/charts/composables/useChartColors.ts b/src/data/charts/composables/useChartColors.ts deleted file mode 100644 index b16107f..0000000 --- a/src/data/charts/composables/useChartColors.ts +++ /dev/null @@ -1,35 +0,0 @@ -import { computed, ref } from '@vue/reactivity' -import { watch } from 'vue' -import { useColors, useGlobalConfig } from 'vuestic-ui' - -type chartColors = string | string[] - -export function useChartColors(chartColors = [] as chartColors, alfa = 0.6) { - const { getGlobalConfig } = useGlobalConfig() - const { setHSLAColor, getColor } = useColors() - - const generateHSLAColors = (colors: chartColors) => - typeof colors === 'string' - ? setHSLAColor(getColor(colors), { a: alfa }) - : colors.map((color) => setHSLAColor(getColor(color), { a: alfa })) - - const generateColors = (colors: chartColors) => - typeof colors === 'string' ? getColor(colors) : colors.map((color) => getColor(color)) - - const generatedHSLAColors = ref(generateHSLAColors(chartColors)) - const generatedColors = ref(generateColors(chartColors)) - - const theme = computed(() => getGlobalConfig().colors!) - - watch(theme, () => { - generatedHSLAColors.value = generateHSLAColors(chartColors) - generatedColors.value = generateColors(chartColors) - }) - - return { - generateHSLAColors, - generateColors, - generatedColors, - generatedHSLAColors, - } -} diff --git a/src/data/charts/composables/useChartData.ts b/src/data/charts/composables/useChartData.ts deleted file mode 100644 index 7ac80e5..0000000 --- a/src/data/charts/composables/useChartData.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { computed, ComputedRef } from '@vue/reactivity' -import { useChartColors } from './useChartColors' -import { TChartData } from '../../types' - -export function useChartData(data: T, alfa?: number): ComputedRef { - const datasetsColors = data.datasets.map((dataset) => dataset.backgroundColor as string) - - const datasetsThemesColors = datasetsColors.map( - (colors) => useChartColors(colors, alfa)[alfa ? 'generatedHSLAColors' : 'generatedColors'], - ) - - return computed(() => { - const datasets = data.datasets.map((dataset, idx) => ({ - ...dataset, - backgroundColor: datasetsThemesColors[idx].value, - })) - - return { ...data, datasets } as T - }) -} diff --git a/src/data/charts/doughnutChartData.ts b/src/data/charts/doughnutChartData.ts deleted file mode 100644 index 847a892..0000000 --- a/src/data/charts/doughnutChartData.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { TDoughnutChartData } from '../types' - -export const doughnutChartData: TDoughnutChartData = { - labels: ['North America', 'South America', 'Australia'], - datasets: [ - { - label: 'Population (millions)', - backgroundColor: ['danger', 'info', 'primary'], - data: [2478, 5267, 734], - }, - ], -} diff --git a/src/data/charts/horizontalBarChartData.ts b/src/data/charts/horizontalBarChartData.ts deleted file mode 100644 index 1c76f75..0000000 --- a/src/data/charts/horizontalBarChartData.ts +++ /dev/null @@ -1,30 +0,0 @@ -import { TBarChartData } from '../types' - -export const horizontalBarChartData: TBarChartData = { - labels: [ - 'January', - 'February', - 'March', - 'April', - 'May', - 'June', - 'July', - 'August', - 'September', - 'October', - 'November', - 'December', - ], - datasets: [ - { - label: 'Vuestic Satisfaction Score', - backgroundColor: 'primary', - data: [80, 90, 50, 70, 60, 90, 50, 90, 80, 40, 72, 93], - }, - { - label: 'Bulma Satisfaction Score', - backgroundColor: 'danger', - data: [20, 30, 20, 40, 50, 40, 15, 60, 30, 20, 42, 53], - }, - ], -} diff --git a/src/data/charts/index.ts b/src/data/charts/index.ts deleted file mode 100644 index 0ab38c5..0000000 --- a/src/data/charts/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -export { bubbleChartData } from './bubbleChartData' -export { doughnutChartData } from './doughnutChartData' -export { barChartData } from './barChartData' -export { horizontalBarChartData } from './horizontalBarChartData' -export { lineChartData } from './lineChartData' -export { pieChartData } from './pieChartData' diff --git a/src/data/charts/lineChartData.ts b/src/data/charts/lineChartData.ts deleted file mode 100644 index 43d26c6..0000000 --- a/src/data/charts/lineChartData.ts +++ /dev/null @@ -1,44 +0,0 @@ -import { TLineChartData } from '../types' - -const months = [ - 'January', - 'February', - 'March', - 'April', - 'May', - 'June', - 'July', - 'August', - 'September', - 'October', - 'November', - 'December', -] - -const getSize = (minSize = 5) => Math.max(minSize, new Date().getMonth()) -const size = getSize() - -const generateValue = () => Math.floor(Math.random() * 100) -const generateArray = (length: number) => Array.from(Array(length), generateValue) - -const generateYLabels = () => { - const flip = !!Math.floor(Math.random() * 2) - return flip ? ['Debit', 'Credit'] : ['Credit', 'Debit'] -} -const yLabels = generateYLabels() - -export const lineChartData: TLineChartData = { - labels: months.slice(0, size), - datasets: [ - { - label: yLabels[0], - backgroundColor: 'primary', - data: generateArray(size), - }, - { - label: yLabels[1], - backgroundColor: 'secondary', - data: generateArray(size), - }, - ], -} diff --git a/src/data/charts/pieChartData.ts b/src/data/charts/pieChartData.ts deleted file mode 100644 index 5042fdb..0000000 --- a/src/data/charts/pieChartData.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { TLineChartData } from '../types' - -export const pieChartData: TLineChartData = { - labels: ['Africa', 'Asia', 'Europe'], - datasets: [ - { - label: 'Population (millions)', - backgroundColor: ['primary', 'warning', 'danger'], - data: [2478, 5267, 734], - }, - ], -} diff --git a/src/data/maps/bubbleMapData.ts b/src/data/maps/bubbleMapData.ts deleted file mode 100644 index b13257b..0000000 --- a/src/data/maps/bubbleMapData.ts +++ /dev/null @@ -1,2017 +0,0 @@ -export type PointGeoCoord = { - latitude: number - longitude: number -} - -export type CountryItem = { - code: string - name: string - value: number - color: string - latitude?: number - longitude?: number - radius?: number -} - -export type ValueBounds = { - min: number - max: number -} - -const latLng = { - AD: { - latitude: 42.5, - longitude: 1.5, - }, - AE: { - latitude: 24, - longitude: 54, - }, - AF: { - latitude: 33, - longitude: 65, - }, - AG: { - latitude: 17.05, - longitude: -61.8, - }, - AI: { - latitude: 18.25, - longitude: -63.1667, - }, - AL: { - latitude: 41, - longitude: 20, - }, - AM: { - latitude: 40, - longitude: 45, - }, - AN: { - latitude: 12.25, - longitude: -68.75, - }, - AO: { - latitude: -12.5, - longitude: 18.5, - }, - AP: { - latitude: 35, - longitude: 105, - }, - AQ: { - latitude: -90, - longitude: 0, - }, - AR: { - latitude: -34, - longitude: -64, - }, - AS: { - latitude: -14.3333, - longitude: -170, - }, - AT: { - latitude: 47.3333, - longitude: 13.3333, - }, - AU: { - latitude: -27, - longitude: 133, - }, - AW: { - latitude: 12.5, - longitude: -69.9667, - }, - AZ: { - latitude: 40.5, - longitude: 47.5, - }, - BA: { - latitude: 44, - longitude: 18, - }, - BB: { - latitude: 13.1667, - longitude: -59.5333, - }, - BD: { - latitude: 24, - longitude: 90, - }, - BE: { - latitude: 50.8333, - longitude: 4, - }, - BF: { - latitude: 13, - longitude: -2, - }, - BG: { - latitude: 43, - longitude: 25, - }, - BH: { - latitude: 26, - longitude: 50.55, - }, - BI: { - latitude: -3.5, - longitude: 30, - }, - BJ: { - latitude: 9.5, - longitude: 2.25, - }, - BM: { - latitude: 32.3333, - longitude: -64.75, - }, - BN: { - latitude: 4.5, - longitude: 114.6667, - }, - BO: { - latitude: -17, - longitude: -65, - }, - BR: { - latitude: -10, - longitude: -55, - }, - BS: { - latitude: 24.25, - longitude: -76, - }, - BT: { - latitude: 27.5, - longitude: 90.5, - }, - BV: { - latitude: -54.4333, - longitude: 3.4, - }, - BW: { - latitude: -22, - longitude: 24, - }, - BY: { - latitude: 53, - longitude: 28, - }, - BZ: { - latitude: 17.25, - longitude: -88.75, - }, - CA: { - latitude: 54, - longitude: -100, - }, - CC: { - latitude: -12.5, - longitude: 96.8333, - }, - CD: { - latitude: 0, - longitude: 25, - }, - CF: { - latitude: 7, - longitude: 21, - }, - CG: { - latitude: -1, - longitude: 15, - }, - CH: { - latitude: 47, - longitude: 8, - }, - CI: { - latitude: 8, - longitude: -5, - }, - CK: { - latitude: -21.2333, - longitude: -159.7667, - }, - CL: { - latitude: -30, - longitude: -71, - }, - CM: { - latitude: 6, - longitude: 12, - }, - CN: { - latitude: 35, - longitude: 105, - }, - CO: { - latitude: 4, - longitude: -72, - }, - CR: { - latitude: 10, - longitude: -84, - }, - CU: { - latitude: 21.5, - longitude: -80, - }, - CV: { - latitude: 16, - longitude: -24, - }, - CX: { - latitude: -10.5, - longitude: 105.6667, - }, - CY: { - latitude: 35, - longitude: 33, - }, - CZ: { - latitude: 49.75, - longitude: 15.5, - }, - DE: { - latitude: 51, - longitude: 9, - }, - DJ: { - latitude: 11.5, - longitude: 43, - }, - DK: { - latitude: 56, - longitude: 10, - }, - DM: { - latitude: 15.4167, - longitude: -61.3333, - }, - DO: { - latitude: 19, - longitude: -70.6667, - }, - DZ: { - latitude: 28, - longitude: 3, - }, - EC: { - latitude: -2, - longitude: -77.5, - }, - EE: { - latitude: 59, - longitude: 26, - }, - EG: { - latitude: 27, - longitude: 30, - }, - EH: { - latitude: 24.5, - longitude: -13, - }, - ER: { - latitude: 15, - longitude: 39, - }, - ES: { - latitude: 40, - longitude: -4, - }, - ET: { - latitude: 8, - longitude: 38, - }, - EU: { - latitude: 47, - longitude: 8, - }, - FI: { - latitude: 62, - longitude: 26, - }, - FJ: { - latitude: -18, - longitude: 175, - }, - FK: { - latitude: -51.75, - longitude: -59, - }, - FM: { - latitude: 6.9167, - longitude: 158.25, - }, - FO: { - latitude: 62, - longitude: -7, - }, - FR: { - latitude: 46, - longitude: 2, - }, - GA: { - latitude: -1, - longitude: 11.75, - }, - GB: { - latitude: 54, - longitude: -2, - }, - GD: { - latitude: 12.1167, - longitude: -61.6667, - }, - GE: { - latitude: 42, - longitude: 43.5, - }, - GF: { - latitude: 4, - longitude: -53, - }, - GH: { - latitude: 8, - longitude: -2, - }, - GI: { - latitude: 36.1833, - longitude: -5.3667, - }, - GL: { - latitude: 72, - longitude: -40, - }, - GM: { - latitude: 13.4667, - longitude: -16.5667, - }, - GN: { - latitude: 11, - longitude: -10, - }, - GP: { - latitude: 16.25, - longitude: -61.5833, - }, - GQ: { - latitude: 2, - longitude: 10, - }, - GR: { - latitude: 39, - longitude: 22, - }, - GS: { - latitude: -54.5, - longitude: -37, - }, - GT: { - latitude: 15.5, - longitude: -90.25, - }, - GU: { - latitude: 13.4667, - longitude: 144.7833, - }, - GW: { - latitude: 12, - longitude: -15, - }, - GY: { - latitude: 5, - longitude: -59, - }, - HK: { - latitude: 22.25, - longitude: 114.1667, - }, - HM: { - latitude: -53.1, - longitude: 72.5167, - }, - HN: { - latitude: 15, - longitude: -86.5, - }, - HR: { - latitude: 45.1667, - longitude: 15.5, - }, - HT: { - latitude: 19, - longitude: -72.4167, - }, - HU: { - latitude: 47, - longitude: 20, - }, - ID: { - latitude: -5, - longitude: 120, - }, - IE: { - latitude: 53, - longitude: -8, - }, - IL: { - latitude: 31.5, - longitude: 34.75, - }, - IN: { - latitude: 20, - longitude: 77, - }, - IO: { - latitude: -6, - longitude: 71.5, - }, - IQ: { - latitude: 33, - longitude: 44, - }, - IR: { - latitude: 32, - longitude: 53, - }, - IS: { - latitude: 65, - longitude: -18, - }, - IT: { - latitude: 42.8333, - longitude: 12.8333, - }, - JM: { - latitude: 18.25, - longitude: -77.5, - }, - JO: { - latitude: 31, - longitude: 36, - }, - JP: { - latitude: 36, - longitude: 138, - }, - KE: { - latitude: 1, - longitude: 38, - }, - KG: { - latitude: 41, - longitude: 75, - }, - KH: { - latitude: 13, - longitude: 105, - }, - KI: { - latitude: 1.4167, - longitude: 173, - }, - KM: { - latitude: -12.1667, - longitude: 44.25, - }, - KN: { - latitude: 17.3333, - longitude: -62.75, - }, - KP: { - latitude: 40, - longitude: 127, - }, - KR: { - latitude: 37, - longitude: 127.5, - }, - KW: { - latitude: 29.3375, - longitude: 47.6581, - }, - KY: { - latitude: 19.5, - longitude: -80.5, - }, - KZ: { - latitude: 48, - longitude: 68, - }, - LA: { - latitude: 18, - longitude: 105, - }, - LB: { - latitude: 33.8333, - longitude: 35.8333, - }, - LC: { - latitude: 13.8833, - longitude: -61.1333, - }, - LI: { - latitude: 47.1667, - longitude: 9.5333, - }, - LK: { - latitude: 7, - longitude: 81, - }, - LR: { - latitude: 6.5, - longitude: -9.5, - }, - LS: { - latitude: -29.5, - longitude: 28.5, - }, - LT: { - latitude: 55, - longitude: 24, - }, - LU: { - latitude: 49.75, - longitude: 6, - }, - LV: { - latitude: 57, - longitude: 25, - }, - LY: { - latitude: 25, - longitude: 17, - }, - MA: { - latitude: 32, - longitude: -5, - }, - MC: { - latitude: 43.7333, - longitude: 7.4, - }, - MD: { - latitude: 47, - longitude: 29, - }, - ME: { - latitude: 42.5, - longitude: 19.4, - }, - MG: { - latitude: -20, - longitude: 47, - }, - MH: { - latitude: 9, - longitude: 168, - }, - MK: { - latitude: 41.8333, - longitude: 22, - }, - ML: { - latitude: 17, - longitude: -4, - }, - MM: { - latitude: 22, - longitude: 98, - }, - MN: { - latitude: 46, - longitude: 105, - }, - MO: { - latitude: 22.1667, - longitude: 113.55, - }, - MP: { - latitude: 15.2, - longitude: 145.75, - }, - MQ: { - latitude: 14.6667, - longitude: -61, - }, - MR: { - latitude: 20, - longitude: -12, - }, - MS: { - latitude: 16.75, - longitude: -62.2, - }, - MT: { - latitude: 35.8333, - longitude: 14.5833, - }, - MU: { - latitude: -20.2833, - longitude: 57.55, - }, - MV: { - latitude: 3.25, - longitude: 73, - }, - MW: { - latitude: -13.5, - longitude: 34, - }, - MX: { - latitude: 23, - longitude: -102, - }, - MY: { - latitude: 2.5, - longitude: 112.5, - }, - MZ: { - latitude: -18.25, - longitude: 35, - }, - NA: { - latitude: -22, - longitude: 17, - }, - NC: { - latitude: -21.5, - longitude: 165.5, - }, - NE: { - latitude: 16, - longitude: 8, - }, - NF: { - latitude: -29.0333, - longitude: 167.95, - }, - NG: { - latitude: 10, - longitude: 8, - }, - NI: { - latitude: 13, - longitude: -85, - }, - NL: { - latitude: 52.5, - longitude: 5.75, - }, - NO: { - latitude: 62, - longitude: 10, - }, - NP: { - latitude: 28, - longitude: 84, - }, - NR: { - latitude: -0.5333, - longitude: 166.9167, - }, - NU: { - latitude: -19.0333, - longitude: -169.8667, - }, - NZ: { - latitude: -41, - longitude: 174, - }, - OM: { - latitude: 21, - longitude: 57, - }, - PA: { - latitude: 9, - longitude: -80, - }, - PE: { - latitude: -10, - longitude: -76, - }, - PF: { - latitude: -15, - longitude: -140, - }, - PG: { - latitude: -6, - longitude: 147, - }, - PH: { - latitude: 13, - longitude: 122, - }, - PK: { - latitude: 30, - longitude: 70, - }, - PL: { - latitude: 52, - longitude: 20, - }, - PM: { - latitude: 46.8333, - longitude: -56.3333, - }, - PR: { - latitude: 18.25, - longitude: -66.5, - }, - PS: { - latitude: 32, - longitude: 35.25, - }, - PT: { - latitude: 39.5, - longitude: -8, - }, - PW: { - latitude: 7.5, - longitude: 134.5, - }, - PY: { - latitude: -23, - longitude: -58, - }, - QA: { - latitude: 25.5, - longitude: 51.25, - }, - RE: { - latitude: -21.1, - longitude: 55.6, - }, - RO: { - latitude: 46, - longitude: 25, - }, - RS: { - latitude: 44, - longitude: 21, - }, - RU: { - latitude: 60, - longitude: 100, - }, - RW: { - latitude: -2, - longitude: 30, - }, - SA: { - latitude: 25, - longitude: 45, - }, - SB: { - latitude: -8, - longitude: 159, - }, - SC: { - latitude: -4.5833, - longitude: 55.6667, - }, - SD: { - latitude: 15, - longitude: 30, - }, - SE: { - latitude: 62, - longitude: 15, - }, - SG: { - latitude: 1.3667, - longitude: 103.8, - }, - SH: { - latitude: -15.9333, - longitude: -5.7, - }, - SI: { - latitude: 46, - longitude: 15, - }, - SJ: { - latitude: 78, - longitude: 20, - }, - SK: { - latitude: 48.6667, - longitude: 19.5, - }, - SL: { - latitude: 8.5, - longitude: -11.5, - }, - SM: { - latitude: 43.7667, - longitude: 12.4167, - }, - SN: { - latitude: 14, - longitude: -14, - }, - SO: { - latitude: 10, - longitude: 49, - }, - SR: { - latitude: 4, - longitude: -56, - }, - ST: { - latitude: 1, - longitude: 7, - }, - SV: { - latitude: 13.8333, - longitude: -88.9167, - }, - SY: { - latitude: 35, - longitude: 38, - }, - SZ: { - latitude: -26.5, - longitude: 31.5, - }, - TC: { - latitude: 21.75, - longitude: -71.5833, - }, - TD: { - latitude: 15, - longitude: 19, - }, - TF: { - latitude: -43, - longitude: 67, - }, - TG: { - latitude: 8, - longitude: 1.1667, - }, - TH: { - latitude: 15, - longitude: 100, - }, - TJ: { - latitude: 39, - longitude: 71, - }, - TK: { - latitude: -9, - longitude: -172, - }, - TM: { - latitude: 40, - longitude: 60, - }, - TN: { - latitude: 34, - longitude: 9, - }, - TO: { - latitude: -20, - longitude: -175, - }, - TR: { - latitude: 39, - longitude: 35, - }, - TT: { - latitude: 11, - longitude: -61, - }, - TV: { - latitude: -8, - longitude: 178, - }, - TW: { - latitude: 23.5, - longitude: 121, - }, - TZ: { - latitude: -6, - longitude: 35, - }, - UA: { - latitude: 49, - longitude: 32, - }, - UG: { - latitude: 1, - longitude: 32, - }, - UM: { - latitude: 19.2833, - longitude: 166.6, - }, - US: { - latitude: 38, - longitude: -97, - }, - UY: { - latitude: -33, - longitude: -56, - }, - UZ: { - latitude: 41, - longitude: 64, - }, - VA: { - latitude: 41.9, - longitude: 12.45, - }, - VC: { - latitude: 13.25, - longitude: -61.2, - }, - VE: { - latitude: 8, - longitude: -66, - }, - VG: { - latitude: 18.5, - longitude: -64.5, - }, - VI: { - latitude: 18.3333, - longitude: -64.8333, - }, - VN: { - latitude: 16, - longitude: 106, - }, - VU: { - latitude: -16, - longitude: 167, - }, - WF: { - latitude: -13.3, - longitude: -176.2, - }, - WS: { - latitude: -13.5833, - longitude: -172.3333, - }, - YE: { - latitude: 15, - longitude: 48, - }, - YT: { - latitude: -12.8333, - longitude: 45.1667, - }, - ZA: { - latitude: -29, - longitude: 24, - }, - ZM: { - latitude: -15, - longitude: 30, - }, - ZW: { - latitude: -20, - longitude: 30, - }, -} - -const data = [ - { - code: 'AF', - name: 'Afghanistan', - value: 32358260, - color: '#eea638', - }, - { - code: 'AL', - name: 'Albania', - value: 3215988, - color: '#6bbfe4', - }, - { - code: 'DZ', - name: 'Algeria', - value: 35980193, - color: '#e96e6e', - }, - { - code: 'AO', - name: 'Angola', - value: 19618432, - color: '#e96e6e', - }, - { - code: 'AR', - name: 'Argentina', - value: 40764561, - color: '#6be59c', - }, - { - code: 'AM', - name: 'Armenia', - value: 3100236, - color: '#6bbfe4', - }, - { - code: 'AU', - name: 'Australia', - value: 22605732, - color: '#8aabb0', - }, - { - code: 'AT', - name: 'Austria', - value: 8413429, - color: '#6bbfe4', - }, - { - code: 'AZ', - name: 'Azerbaijan', - value: 9306023, - color: '#6bbfe4', - }, - { - code: 'BH', - name: 'Bahrain', - value: 1323535, - color: '#eea638', - }, - { - code: 'BD', - name: 'Bangladesh', - value: 150493658, - color: '#eea638', - }, - { - code: 'BY', - name: 'Belarus', - value: 9559441, - color: '#6bbfe4', - }, - { - code: 'BE', - name: 'Belgium', - value: 10754056, - color: '#6bbfe4', - }, - { - code: 'BJ', - name: 'Benin', - value: 9099922, - color: '#e96e6e', - }, - { - code: 'BT', - name: 'Bhutan', - value: 738267, - color: '#eea638', - }, - { - code: 'BO', - name: 'Bolivia', - value: 10088108, - color: '#6be59c', - }, - { - code: 'BA', - name: 'Bosnia and Herzegovina', - value: 3752228, - color: '#6bbfe4', - }, - { - code: 'BW', - name: 'Botswana', - value: 2030738, - color: '#e96e6e', - }, - { - code: 'BR', - name: 'Brazil', - value: 196655014, - color: '#6be59c', - }, - { - code: 'BN', - name: 'Brunei', - value: 405938, - color: '#eea638', - }, - { - code: 'BG', - name: 'Bulgaria', - value: 7446135, - color: '#6bbfe4', - }, - { - code: 'BF', - name: 'Burkina Faso', - value: 16967845, - color: '#e96e6e', - }, - { - code: 'BI', - name: 'Burundi', - value: 8575172, - color: '#e96e6e', - }, - { - code: 'KH', - name: 'Cambodia', - value: 14305183, - color: '#eea638', - }, - { - code: 'CM', - name: 'Cameroon', - value: 20030362, - color: '#e96e6e', - }, - { - code: 'CA', - name: 'Canada', - value: 34349561, - color: '#f6d35b', - }, - { - code: 'CV', - name: 'Cape Verde', - value: 500585, - color: '#e96e6e', - }, - { - code: 'CF', - name: 'Central African Rep.', - value: 4486837, - color: '#e96e6e', - }, - { - code: 'TD', - name: 'Chad', - value: 11525496, - color: '#e96e6e', - }, - { - code: 'CL', - name: 'Chile', - value: 17269525, - color: '#6be59c', - }, - { - code: 'CN', - name: 'China', - value: 1347565324, - color: '#eea638', - }, - { - code: 'CO', - name: 'Colombia', - value: 46927125, - color: '#6be59c', - }, - { - code: 'KM', - name: 'Comoros', - value: 753943, - color: '#e96e6e', - }, - { - code: 'CD', - name: 'Congo, Dem. Rep.', - value: 67757577, - color: '#e96e6e', - }, - { - code: 'CG', - name: 'Congo, Rep.', - value: 4139748, - color: '#e96e6e', - }, - { - code: 'CR', - name: 'Costa Rica', - value: 4726575, - color: '#f6d35b', - }, - { - code: 'CI', - name: "Cote d'Ivoire", - value: 20152894, - color: '#e96e6e', - }, - { - code: 'HR', - name: 'Croatia', - value: 4395560, - color: '#6bbfe4', - }, - { - code: 'CU', - name: 'Cuba', - value: 11253665, - color: '#f6d35b', - }, - { - code: 'CY', - name: 'Cyprus', - value: 1116564, - color: '#6bbfe4', - }, - { - code: 'CZ', - name: 'Czech Rep.', - value: 10534293, - color: '#6bbfe4', - }, - { - code: 'DK', - name: 'Denmark', - value: 5572594, - color: '#6bbfe4', - }, - { - code: 'DJ', - name: 'Djibouti', - value: 905564, - color: '#e96e6e', - }, - { - code: 'DO', - name: 'Dominican Rep.', - value: 10056181, - color: '#f6d35b', - }, - { - code: 'EC', - name: 'Ecuador', - value: 14666055, - color: '#6be59c', - }, - { - code: 'EG', - name: 'Egypt', - value: 82536770, - color: '#e96e6e', - }, - { - code: 'SV', - name: 'El Salvador', - value: 6227491, - color: '#f6d35b', - }, - { - code: 'GQ', - name: 'Equatorial Guinea', - value: 720213, - color: '#e96e6e', - }, - { - code: 'ER', - name: 'Eritrea', - value: 5415280, - color: '#e96e6e', - }, - { - code: 'EE', - name: 'Estonia', - value: 1340537, - color: '#6bbfe4', - }, - { - code: 'ET', - name: 'Ethiopia', - value: 84734262, - color: '#e96e6e', - }, - { - code: 'FJ', - name: 'Fiji', - value: 868406, - color: '#8aabb0', - }, - { - code: 'FI', - name: 'Finland', - value: 5384770, - color: '#6bbfe4', - }, - { - code: 'FR', - name: 'France', - value: 63125894, - color: '#6bbfe4', - }, - { - code: 'GA', - name: 'Gabon', - value: 1534262, - color: '#e96e6e', - }, - { - code: 'GM', - name: 'Gambia', - value: 1776103, - color: '#e96e6e', - }, - { - code: 'GE', - name: 'Georgia', - value: 4329026, - color: '#6bbfe4', - }, - { - code: 'DE', - name: 'Germany', - value: 82162512, - color: '#6bbfe4', - }, - { - code: 'GH', - name: 'Ghana', - value: 24965816, - color: '#e96e6e', - }, - { - code: 'GR', - name: 'Greece', - value: 11390031, - color: '#6bbfe4', - }, - { - code: 'GT', - name: 'Guatemala', - value: 14757316, - color: '#f6d35b', - }, - { - code: 'GN', - name: 'Guinea', - value: 10221808, - color: '#e96e6e', - }, - { - code: 'GW', - name: 'Guinea-Bissau', - value: 1547061, - color: '#e96e6e', - }, - { - code: 'GY', - name: 'Guyana', - value: 756040, - color: '#6be59c', - }, - { - code: 'HT', - name: 'Haiti', - value: 10123787, - color: '#f6d35b', - }, - { - code: 'HN', - name: 'Honduras', - value: 7754687, - color: '#f6d35b', - }, - { - code: 'HK', - name: 'Hong Kong, China', - value: 7122187, - color: '#eea638', - }, - { - code: 'HU', - name: 'Hungary', - value: 9966116, - color: '#6bbfe4', - }, - { - code: 'IS', - name: 'Iceland', - value: 324366, - color: '#6bbfe4', - }, - { - code: 'IN', - name: 'India', - value: 1241491960, - color: '#eea638', - }, - { - code: 'ID', - name: 'Indonesia', - value: 242325638, - color: '#eea638', - }, - { - code: 'IR', - name: 'Iran', - value: 74798599, - color: '#eea638', - }, - { - code: 'IQ', - name: 'Iraq', - value: 32664942, - color: '#eea638', - }, - { - code: 'IE', - name: 'Ireland', - value: 4525802, - color: '#6bbfe4', - }, - { - code: 'IL', - name: 'Israel', - value: 7562194, - color: '#eea638', - }, - { - code: 'IT', - name: 'Italy', - value: 60788694, - color: '#6bbfe4', - }, - { - code: 'JM', - name: 'Jamaica', - value: 2751273, - color: '#f6d35b', - }, - { - code: 'JP', - name: 'Japan', - value: 126497241, - color: '#eea638', - }, - { - code: 'JO', - name: 'Jordan', - value: 6330169, - color: '#eea638', - }, - { - code: 'KZ', - name: 'Kazakhstan', - value: 16206750, - color: '#eea638', - }, - { - code: 'KE', - name: 'Kenya', - value: 41609728, - color: '#e96e6e', - }, - { - code: 'KR', - name: 'Korea, Dem. Rep.', - value: 24451285, - color: '#eea638', - }, - { - code: 'KP', - name: 'Korea, Rep.', - value: 48391343, - color: '#eea638', - }, - { - code: 'KW', - name: 'Kuwait', - value: 2818042, - color: '#eea638', - }, - { - code: 'KG', - name: 'Kyrgyzstan', - value: 5392580, - color: '#eea638', - }, - { - code: 'LA', - name: 'Laos', - value: 6288037, - color: '#eea638', - }, - { - code: 'LV', - name: 'Latvia', - value: 2243142, - color: '#6bbfe4', - }, - { - code: 'LB', - name: 'Lebanon', - value: 4259405, - color: '#eea638', - }, - { - code: 'LS', - name: 'Lesotho', - value: 2193843, - color: '#e96e6e', - }, - { - code: 'LR', - name: 'Liberia', - value: 4128572, - color: '#e96e6e', - }, - { - code: 'LY', - name: 'Libya', - value: 6422772, - color: '#e96e6e', - }, - { - code: 'LT', - name: 'Lithuania', - value: 3307481, - color: '#6bbfe4', - }, - { - code: 'LU', - name: 'Luxembourg', - value: 515941, - color: '#6bbfe4', - }, - { - code: 'MK', - name: 'Macedonia, FYR', - value: 2063893, - color: '#6bbfe4', - }, - { - code: 'MG', - name: 'Madagascar', - value: 21315135, - color: '#e96e6e', - }, - { - code: 'MW', - name: 'Malawi', - value: 15380888, - color: '#e96e6e', - }, - { - code: 'MY', - name: 'Malaysia', - value: 28859154, - color: '#eea638', - }, - { - code: 'ML', - name: 'Mali', - value: 15839538, - color: '#e96e6e', - }, - { - code: 'MR', - name: 'Mauritania', - value: 3541540, - color: '#e96e6e', - }, - { - code: 'MU', - name: 'Mauritius', - value: 1306593, - color: '#e96e6e', - }, - { - code: 'MX', - name: 'Mexico', - value: 114793341, - color: '#f6d35b', - }, - { - code: 'MD', - name: 'Moldova', - value: 3544864, - color: '#6bbfe4', - }, - { - code: 'MN', - name: 'Mongolia', - value: 2800114, - color: '#eea638', - }, - { - code: 'ME', - name: 'Montenegro', - value: 632261, - color: '#6bbfe4', - }, - { - code: 'MA', - name: 'Morocco', - value: 32272974, - color: '#e96e6e', - }, - { - code: 'MZ', - name: 'Mozambique', - value: 23929708, - color: '#e96e6e', - }, - { - code: 'MM', - name: 'Myanmar', - value: 48336763, - color: '#eea638', - }, - { - code: 'NA', - name: 'Namibia', - value: 2324004, - color: '#e96e6e', - }, - { - code: 'NP', - name: 'Nepal', - value: 30485798, - color: '#eea638', - }, - { - code: 'NL', - name: 'Netherlands', - value: 16664746, - color: '#6bbfe4', - }, - { - code: 'NZ', - name: 'New Zealand', - value: 4414509, - color: '#8aabb0', - }, - { - code: 'NI', - name: 'Nicaragua', - value: 5869859, - color: '#f6d35b', - }, - { - code: 'NE', - name: 'Niger', - value: 16068994, - color: '#e96e6e', - }, - { - code: 'NG', - name: 'Nigeria', - value: 162470737, - color: '#e96e6e', - }, - { - code: 'NO', - name: 'Norway', - value: 4924848, - color: '#6bbfe4', - }, - { - code: 'OM', - name: 'Oman', - value: 2846145, - color: '#eea638', - }, - { - code: 'PK', - name: 'Pakistan', - value: 176745364, - color: '#eea638', - }, - { - code: 'PA', - name: 'Panama', - value: 3571185, - color: '#f6d35b', - }, - { - code: 'PG', - name: 'Papua New Guinea', - value: 7013829, - color: '#8aabb0', - }, - { - code: 'PY', - name: 'Paraguay', - value: 6568290, - color: '#6be59c', - }, - { - code: 'PE', - name: 'Peru', - value: 29399817, - color: '#6be59c', - }, - { - code: 'PH', - name: 'Philippines', - value: 94852030, - color: '#eea638', - }, - { - code: 'PL', - name: 'Poland', - value: 38298949, - color: '#6bbfe4', - }, - { - code: 'PT', - name: 'Portugal', - value: 10689663, - color: '#6bbfe4', - }, - { - code: 'PR', - name: 'Puerto Rico', - value: 3745526, - color: '#f6d35b', - }, - { - code: 'QA', - name: 'Qatar', - value: 1870041, - color: '#eea638', - }, - { - code: 'RO', - name: 'Romania', - value: 21436495, - color: '#6bbfe4', - }, - { - code: 'RU', - name: 'Russia', - value: 142835555, - color: '#6bbfe4', - }, - { - code: 'RW', - name: 'Rwanda', - value: 10942950, - color: '#e96e6e', - }, - { - code: 'SA', - name: 'Saudi Arabia', - value: 28082541, - color: '#eea638', - }, - { - code: 'SN', - name: 'Senegal', - value: 12767556, - color: '#e96e6e', - }, - { - code: 'RS', - name: 'Serbia', - value: 9853969, - color: '#6bbfe4', - }, - { - code: 'SL', - name: 'Sierra Leone', - value: 5997486, - color: '#e96e6e', - }, - { - code: 'SG', - name: 'Singapore', - value: 5187933, - color: '#eea638', - }, - { - code: 'SK', - name: 'Slovak Republic', - value: 5471502, - color: '#6bbfe4', - }, - { - code: 'SI', - name: 'Slovenia', - value: 2035012, - color: '#6bbfe4', - }, - { - code: 'SB', - name: 'Solomon Islands', - value: 552267, - color: '#8aabb0', - }, - { - code: 'SO', - name: 'Somalia', - value: 9556873, - color: '#e96e6e', - }, - { - code: 'ZA', - name: 'South Africa', - value: 50459978, - color: '#e96e6e', - }, - { - code: 'ES', - name: 'Spain', - value: 46454895, - color: '#6bbfe4', - }, - { - code: 'LK', - name: 'Sri Lanka', - value: 21045394, - color: '#eea638', - }, - { - code: 'SD', - name: 'Sudan', - value: 34735288, - color: '#e96e6e', - }, - { - code: 'SR', - name: 'Suriname', - value: 529419, - color: '#6be59c', - }, - { - code: 'SZ', - name: 'Swaziland', - value: 1203330, - color: '#e96e6e', - }, - { - code: 'SE', - name: 'Sweden', - value: 9440747, - color: '#6bbfe4', - }, - { - code: 'CH', - name: 'Switzerland', - value: 7701690, - color: '#6bbfe4', - }, - { - code: 'SY', - name: 'Syria', - value: 20766037, - color: '#eea638', - }, - { - code: 'TW', - name: 'Taiwan', - value: 23072000, - color: '#eea638', - }, - { - code: 'TJ', - name: 'Tajikistan', - value: 6976958, - color: '#eea638', - }, - { - code: 'TZ', - name: 'Tanzania', - value: 46218486, - color: '#e96e6e', - }, - { - code: 'TH', - name: 'Thailand', - value: 69518555, - color: '#eea638', - }, - { - code: 'TG', - name: 'Togo', - value: 6154813, - color: '#e96e6e', - }, - { - code: 'TT', - name: 'Trinidad and Tobago', - value: 1346350, - color: '#f6d35b', - }, - { - code: 'TN', - name: 'Tunisia', - value: 10594057, - color: '#e96e6e', - }, - { - code: 'TR', - name: 'Turkey', - value: 73639596, - color: '#6bbfe4', - }, - { - code: 'TM', - name: 'Turkmenistan', - value: 5105301, - color: '#eea638', - }, - { - code: 'UG', - name: 'Uganda', - value: 34509205, - color: '#e96e6e', - }, - { - code: 'UA', - name: 'Ukraine', - value: 45190180, - color: '#6bbfe4', - }, - { - code: 'AE', - name: 'United Arab Emirates', - value: 7890924, - color: '#eea638', - }, - { - code: 'GB', - name: 'United Kingdom', - value: 62417431, - color: '#6bbfe4', - }, - { - code: 'US', - name: 'United States', - value: 313085380, - color: '#f6d35b', - }, - { - code: 'UY', - name: 'Uruguay', - value: 3380008, - color: '#6be59c', - }, - { - code: 'UZ', - name: 'Uzbekistan', - value: 27760267, - color: '#eea638', - }, - { - code: 'VE', - name: 'Venezuela', - value: 29436891, - color: '#6be59c', - }, - { - code: 'PS', - name: 'West Bank and Gaza', - value: 4152369, - color: '#eea638', - }, - { - code: 'VN', - name: 'Vietnam', - value: 88791996, - color: '#eea638', - }, - { - code: 'YE', - name: 'Yemen, Rep.', - value: 24799880, - color: '#eea638', - }, - { - code: 'ZM', - name: 'Zambia', - value: 13474959, - color: '#e96e6e', - }, - { - code: 'ZW', - name: 'Zimbabwe', - value: 12754378, - color: '#e96e6e', - }, -] - -export const bubbleMapData = { - latLng, - data, -} - -export const getValueBounds = (items: CountryItem[]) => { - const values = items.map(({ value }) => value) - return { - min: Math.min(...values), - max: Math.max(...values), - } -} - -export const getItemRadius = (item: CountryItem, values: ValueBounds, squares: ValueBounds) => { - const square = ((item.value - values.min) / (values.max - values.min)) * (squares.max - squares.min) + squares.min - return Math.round(Math.sqrt((4 * square) / Math.PI) * 10) / 10 -} diff --git a/src/data/maps/lineMapData.ts b/src/data/maps/lineMapData.ts deleted file mode 100644 index 8d62fe0..0000000 --- a/src/data/maps/lineMapData.ts +++ /dev/null @@ -1,342 +0,0 @@ -import { computed, ComputedRef, Ref } from '@vue/reactivity' -import { useColors } from 'vuestic-ui' - -type GeoBounds = { - bottom: number - left: number - right: number - top: number -} - -export type PointGeoCoord = { - latitude: number - longitude: number -} - -export type DataGeometry = { - geometry: { - type: string - coordinates: [number, number][] - } -} - -export type CityItem = { - id?: string - title: string - country: string - latitude: number - longitude: number - svgPath: string - color: string - flights?: PointGeoCoord[] -} - -const targetSVG = - 'M9,0C4.029,0,0,4.029,0,9s4.029,9,9,9s9-4.029,9-9S13.971,0,9,0z M9,15.93 c-3.83,0-6.93-3.1-6.93-6.93S5.17,2.07,9,2.07s6.93,3.1,6.93,6.93S12.83,15.93,9,15.93 M12.5,9c0,1.933-1.567,3.5-3.5,3.5S5.5,10.933,5.5,9S7.067,5.5,9,5.5 S12.5,7.067,12.5,9z' - -export const planeSVG = - 'M19.671,8.11l-2.777,2.777l-3.837-0.861c0.362-0.505,0.916-1.683,0.464-2.135c-0.518-0.517-1.979,0.278-2.305,0.604l-0.913,0.913L7.614,8.804l-2.021,2.021l2.232,1.061l-0.082,0.082l1.701,1.701l0.688-0.687l3.164,1.504L9.571,18.21H6.413l-1.137,1.138l3.6,0.948l1.83,1.83l0.947,3.598l1.137-1.137V21.43l3.725-3.725l1.504,3.164l-0.687,0.687l1.702,1.701l0.081-0.081l1.062,2.231l2.02-2.02l-0.604-2.689l0.912-0.912c0.326-0.326,1.121-1.789,0.604-2.306c-0.452-0.452-1.63,0.101-2.135,0.464l-0.861-3.838l2.777-2.777c0.947-0.947,3.599-4.862,2.62-5.839C24.533,4.512,20.618,7.163,19.671,8.11z' - -const london = { - id: 'london', - color: 'info', - svgPath: targetSVG, - title: 'London', - country: 'United Kingdom', - latitude: 51.5002, - longitude: -0.1262, - flights: [ - { - latitude: 50.4422, - longitude: 30.5367, - }, - { - latitude: 46.948, - longitude: 7.4481, - }, - { - latitude: 59.3328, - longitude: 18.0645, - }, - { - latitude: 40.4167, - longitude: -3.7033, - }, - { - latitude: 46.0514, - longitude: 14.506, - }, - { - latitude: 48.2116, - longitude: 17.1547, - }, - { - latitude: 44.8048, - longitude: 20.4781, - }, - { - latitude: 55.7558, - longitude: 37.6176, - }, - { - latitude: 38.7072, - longitude: -9.1355, - }, - { - latitude: 54.6896, - longitude: 25.2799, - }, - { - latitude: 64.1353, - longitude: -21.8952, - }, - { - latitude: 40.43, - longitude: -74.0, - }, - ], -} - -const vilnius = { - id: 'vilnius', - color: 'info', - svgPath: targetSVG, - title: 'Vilnius', - country: 'Lithuania', - latitude: 54.6896, - longitude: 25.2799, - flights: [ - { - latitude: 50.8371, - longitude: 4.3676, - }, - { - latitude: 59.9138, - longitude: 10.7387, - }, - { - latitude: 40.4167, - longitude: -3.7033, - }, - { - latitude: 50.0878, - longitude: 14.4205, - }, - { - latitude: 48.2116, - longitude: 17.1547, - }, - { - latitude: 44.8048, - longitude: 20.4781, - }, - { - latitude: 55.7558, - longitude: 37.6176, - }, - { - latitude: 37.9792, - longitude: 23.7166, - }, - { - latitude: 51.5002, - longitude: -0.1262, - }, - { - latitude: 53.3441, - longitude: -6.2675, - }, - ], -} - -const cities: CityItem[] = [ - london, - vilnius, - { - svgPath: targetSVG, - color: 'info', - title: 'Brussels', - country: 'Belgium', - latitude: 50.8371, - longitude: 4.3676, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Prague', - country: 'Czech Republic', - latitude: 50.0878, - longitude: 14.4205, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Athens', - country: 'Greece', - latitude: 37.9792, - longitude: 23.7166, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Reykjavik', - country: 'Iceland', - latitude: 64.1353, - longitude: -21.8952, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Dublin', - country: 'Ireland', - latitude: 53.3441, - longitude: -6.2675, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Oslo', - country: 'Norway', - latitude: 59.9138, - longitude: 10.7387, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Lisbon', - country: 'Portugal', - latitude: 38.7072, - longitude: -9.1355, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Moscow', - country: 'Russia', - latitude: 55.7558, - longitude: 37.6176, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Belgrade', - country: 'Serbia', - latitude: 44.8048, - longitude: 20.4781, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Bratislava', - country: 'Slovakia', - latitude: 48.2116, - longitude: 17.1547, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Ljubljana', - country: 'Slovenia', - latitude: 46.0514, - longitude: 14.506, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Madrid', - country: 'Spain', - latitude: 40.4167, - longitude: -3.7033, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Stockholm', - country: 'Sweden', - latitude: 59.3328, - longitude: 18.0645, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Bern', - country: 'Switzerland', - latitude: 46.948, - longitude: 7.4481, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Kiev', - country: 'Ukraine', - latitude: 50.4422, - longitude: 30.5367, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'Paris', - country: 'France', - latitude: 48.8567, - longitude: 2.351, - }, - { - svgPath: targetSVG, - color: 'info', - title: 'New York', - country: 'United States of America', - latitude: 40.43, - longitude: -74, - }, -] - -export const lineMapData = { - cities, - mainCity: london.title, - homeCity: london.title, -} - -export const useMapData = (data: Ref): ComputedRef => { - const { getColor } = useColors() - - return computed(() => - data.value.map((item) => ({ - ...item, - color: getColor(item.color), - })), - ) -} - -export const getGeoBounds = (item?: CityItem): GeoBounds | undefined => { - if (!item || !item.flights || !item.flights.length) { - return - } - - const latitudes = [...item.flights.map(({ latitude }) => latitude), item.latitude] - const longitudes = [...item.flights.map(({ longitude }) => longitude), item.longitude] - - return { - bottom: Math.min(...latitudes), - left: Math.min(...longitudes), - right: Math.max(...longitudes), - top: Math.max(...latitudes), - } -} - -export const generateLineSeriesData = (item?: CityItem): DataGeometry[] | undefined => { - if (!item || !item.flights || !item.flights.length) { - return - } - - return item.flights.map((point) => ({ - geometry: { - type: 'LineString', - coordinates: [ - [item.longitude, item.latitude], - [point.longitude, point.latitude], - ], - }, - })) -} - -export const compareStrings = (first: string, second: string) => first.toLowerCase() === second.toLowerCase() diff --git a/src/data/tables/markup-table/data.json b/src/data/tables/markup-table/data.json deleted file mode 100644 index defaf78..0000000 --- a/src/data/tables/markup-table/data.json +++ /dev/null @@ -1,402 +0,0 @@ -[ - { - "id": "5d3026a3a4c8c8f35689104b", - "name": "Mcguire Prince", - "email": "mcguireprince@glasstep.com", - "country": "Swaziland", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a3e1579c30d1703632", - "name": "Dean Jennings", - "email": "deanjennings@glasstep.com", - "country": "Korea (North)", - "starred": true, - "status": "rejected" - }, - { - "id": "5d3026a38023a44a3b5e934d", - "name": "Cotton Weber", - "email": "cottonweber@glasstep.com", - "country": "Mozambique", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a31c6b23082419e5f4", - "name": "Osborne Foster", - "email": "osbornefoster@glasstep.com", - "country": "US Minor Outlying Islands", - "starred": true, - "status": "paid" - }, - { - "id": "5d3026a3b2cca1fd45746dbf", - "name": "William Dillard", - "email": "williamdillard@glasstep.com", - "country": "Cayman Islands", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a3486badb41f9f18b5", - "name": "Anna Meyers", - "email": "annameyers@glasstep.com", - "country": "Viet Nam", - "starred": false, - "status": "paid" - }, - { - "id": "5d3026a3c614901a53477e5c", - "name": "Ana Barrett", - "email": "anabarrett@glasstep.com", - "country": "Rwanda", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a3fcff2a76b73e6016", - "name": "Pam Ward", - "email": "pamward@glasstep.com", - "country": "Kuwait", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a3b54fc3e9a2570ce8", - "name": "Hannah Holloway", - "email": "hannahholloway@glasstep.com", - "country": "Gibraltar", - "starred": false, - "status": "paid" - }, - { - "id": "5d3026a3e2303324ae9d823f", - "name": "Allison Cobb", - "email": "allisoncobb@glasstep.com", - "country": "East Timor", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a3f22a52e3706ed868", - "name": "Terrie Hawkins", - "email": "terriehawkins@glasstep.com", - "country": "Greenland", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a32bad267623e706ec", - "name": "Peck Ryan", - "email": "peckryan@glasstep.com", - "country": "Belgium", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a37a50452a85d01cbb", - "name": "Candace Powell", - "email": "candacepowell@glasstep.com", - "country": "Yugoslavia", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a3ce9f5acf20065037", - "name": "Wolfe Pitts", - "email": "wolfepitts@glasstep.com", - "country": "Bouvet Island", - "starred": true, - "status": "rejected" - }, - { - "id": "5d3026a3e3a5afe09338eca5", - "name": "Marietta Robbins", - "email": "mariettarobbins@glasstep.com", - "country": "Martinique", - "starred": true, - "status": "paid" - }, - { - "id": "5d3026a33fc3196e598bdc7b", - "name": "Michelle Wolfe", - "email": "michellewolfe@glasstep.com", - "country": "French Guiana", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a3364f517d8f5dbf16", - "name": "Katina Lindsay", - "email": "katinalindsay@glasstep.com", - "country": "Guyana", - "starred": true, - "status": "rejected" - }, - { - "id": "5d3026a313dedc3cf25404ba", - "name": "Bridgett Lloyd", - "email": "bridgettlloyd@glasstep.com", - "country": "Niger", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a3a72281322b845f6a", - "name": "Letha Hamilton", - "email": "lethahamilton@glasstep.com", - "country": "Zimbabwe", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a3bd037e491b76f097", - "name": "Mcclain Doyle", - "email": "mcclaindoyle@glasstep.com", - "country": "Switzerland", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a36aa5b7fda077d6ef", - "name": "Giles Lucas", - "email": "gileslucas@glasstep.com", - "country": "Bhutan", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a381c974954ce9ab94", - "name": "Figueroa Lowery", - "email": "figueroalowery@glasstep.com", - "country": "Netherlands Antilles", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a3c0af2698fcd2a750", - "name": "Valeria Justice", - "email": "valeriajustice@glasstep.com", - "country": "Moldova", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a301d5e7c957e6d864", - "name": "Louise Ayala", - "email": "louiseayala@glasstep.com", - "country": "India", - "starred": true, - "status": "rejected" - }, - { - "id": "5d3026a31f6f1fd6399aeee6", - "name": "Kathrine Kirby", - "email": "kathrinekirby@glasstep.com", - "country": "Cook Islands", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a3e8cb16cd2afa41dd", - "name": "Brandi Morris", - "email": "brandimorris@glasstep.com", - "country": "Honduras", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a3c52ac7ffb85c892d", - "name": "Margaret Mckenzie", - "email": "margaretmckenzie@glasstep.com", - "country": "Jordan", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a3c66670f258790358", - "name": "Janie Collier", - "email": "janiecollier@glasstep.com", - "country": "Samoa", - "starred": true, - "status": "rejected" - }, - { - "id": "5d3026a3108b6b1d543fb117", - "name": "Catherine Vance", - "email": "catherinevance@glasstep.com", - "country": "Sierra Leone", - "starred": false, - "status": "paid" - }, - { - "id": "5d3026a325d727b6d9b85d84", - "name": "Kate Allen", - "email": "kateallen@glasstep.com", - "country": "France", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a32be6debb7532cc75", - "name": "Jeanne Cross", - "email": "jeannecross@glasstep.com", - "country": "Anguilla", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a3cc16b4cd36e3a7b4", - "name": "Stewart Hanson", - "email": "stewarthanson@glasstep.com", - "country": "Western Sahara", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a3d3496dd200d5f6af", - "name": "Beulah Castaneda", - "email": "beulahcastaneda@glasstep.com", - "country": "Malaysia", - "starred": true, - "status": "rejected" - }, - { - "id": "5d3026a3187e74fcd18a7918", - "name": "Carissa Taylor", - "email": "carissataylor@glasstep.com", - "country": "Burkina Faso", - "starred": false, - "status": "paid" - }, - { - "id": "5d3026a32db20d8ce9111367", - "name": "Muriel Butler", - "email": "murielbutler@glasstep.com", - "country": "Pitcairn", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a35b04715a89693024", - "name": "Janna Anthony", - "email": "jannaanthony@glasstep.com", - "country": "Nigeria", - "starred": false, - "status": "paid" - }, - { - "id": "5d3026a3a40b0f908cf0b831", - "name": "Cortez Singleton", - "email": "cortezsingleton@glasstep.com", - "country": "Morocco", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a30ab099fe57fe76ad", - "name": "Acevedo Blevins", - "email": "acevedoblevins@glasstep.com", - "country": "Turkmenistan", - "starred": false, - "status": "paid" - }, - { - "id": "5d3026a39f9244d7f7d7fe80", - "name": "Hamilton Lewis", - "email": "hamiltonlewis@glasstep.com", - "country": "Marshall Islands", - "starred": true, - "status": "paid" - }, - { - "id": "5d3026a3637724139b82f9bc", - "name": "Marylou Wright", - "email": "marylouwright@glasstep.com", - "country": "Iraq", - "starred": true, - "status": "paid" - }, - { - "id": "5d3026a3e5cda49e94e1f0de", - "name": "Lenore Bullock", - "email": "lenorebullock@glasstep.com", - "country": "El Salvador", - "starred": true, - "status": "paid" - }, - { - "id": "5d3026a30bcb1168afa7bb26", - "name": "Enid Stephens", - "email": "enidstephens@glasstep.com", - "country": "Greece", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a34b33074f1ee12e73", - "name": "Oneill Joyner", - "email": "oneilljoyner@glasstep.com", - "country": "Micronesia", - "starred": false, - "status": "paid" - }, - { - "id": "5d3026a3f3f5a4121051c6bc", - "name": "Kristine Finley", - "email": "kristinefinley@glasstep.com", - "country": "Uganda", - "starred": false, - "status": "paid" - }, - { - "id": "5d3026a341bb45b14a38d0ec", - "name": "York Carson", - "email": "yorkcarson@glasstep.com", - "country": "Cyprus", - "starred": true, - "status": "paid" - }, - { - "id": "5d3026a32ed6a9a296e01c71", - "name": "Nikki Conway", - "email": "nikkiconway@glasstep.com", - "country": "Tuvalu", - "starred": true, - "status": "paid" - }, - { - "id": "5d3026a32b3f710cb8b73bca", - "name": "Lindsey Burgess", - "email": "lindseyburgess@glasstep.com", - "country": "Mali", - "starred": false, - "status": "processing" - }, - { - "id": "5d3026a3fbfadf6c0b971769", - "name": "Love Christian", - "email": "lovechristian@glasstep.com", - "country": "Andorra", - "starred": false, - "status": "rejected" - }, - { - "id": "5d3026a35c48c5e49f1930e0", - "name": "Julia Sawyer", - "email": "juliasawyer@glasstep.com", - "country": "Hungary", - "starred": true, - "status": "processing" - }, - { - "id": "5d3026a3fc275278bd752b31", - "name": "Mayer Warren", - "email": "mayerwarren@glasstep.com", - "country": "Latvia", - "starred": false, - "status": "rejected" - } -] diff --git a/src/data/types.ts b/src/data/types.ts deleted file mode 100644 index 635a911..0000000 --- a/src/data/types.ts +++ /dev/null @@ -1,13 +0,0 @@ -import type { TChartData as ChartData } from 'vue-chartjs/dist/types' - -export type ColorThemes = { - [key: string]: string -} - -export type TLineChartData = ChartData<'line'> -export type TBarChartData = ChartData<'bar'> -export type TBubbleChartData = ChartData<'bubble'> -export type TDoughnutChartData = ChartData<'doughnut'> -export type TPieChartData = ChartData<'pie'> - -export type TChartData = TLineChartData | TBarChartData | TBubbleChartData | TDoughnutChartData | TPieChartData diff --git a/src/data/users.json b/src/data/users.json deleted file mode 100644 index ac18df0..0000000 --- a/src/data/users.json +++ /dev/null @@ -1,386 +0,0 @@ -[ - { - "id": "5d2c865e9a0bae79a6ef7cfa", - "firstName": "Ashley", - "lastName": "Mcdaniel", - "fullName": "Ashley Mcdaniel", - "email": "ashleymcdaniel@nebulean.com", - "country": "Cayman Islands", - "starred": true, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865ec73341e16e5f2251", - "firstName": "Sellers", - "lastName": "Todd", - "fullName": "Todd Sellers", - "email": "sellerstodd@nebulean.com", - "country": "Togo", - "starred": false, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "none", - "color": "primary", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e38800c5ce28f2f6b", - "firstName": "Sherman", - "lastName": "Knowles", - "fullName": "Sherman Knowles", - "email": "shermanknowles@nebulean.com", - "country": "Central African Republic", - "starred": true, - "hasReport": true, - "status": "warning", - "checked": false, - "trend": "none", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e957cd150b82e17a6", - "firstName": "Vasquez", - "lastName": "Lawson", - "fullName": "Vasquez Lawson", - "email": "vasquezlawson@nebulean.com", - "country": "Bouvet Island", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "down", - "color": "warning", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e9194dbe2faf99227", - "firstName": "April", - "lastName": "Sykes", - "fullName": "April Sykes", - "email": "aprilsykes@nebulean.com", - "country": "Saint Vincent and The Grenadines", - "starred": false, - "hasReport": true, - "status": "warning", - "checked": false, - "trend": "down", - "color": "primary", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e1ed74d83f6b26934", - "firstName": "Hodges", - "lastName": "Garrison", - "fullName": "Hodges Garrison", - "email": "hodgesgarrison@nebulean.com", - "country": "Zimbabwe", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "none", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e0ef31380880c3de5", - "firstName": "Therese", - "lastName": "Stokes", - "fullName": "Therese Stokes", - "email": "theresestokes@nebulean.com", - "country": "Mali", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "up", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e4b5ab4727e5c8b69", - "firstName": "Goodwin", - "lastName": "Brewer", - "fullName": "Goodwin Brewer", - "email": "goodwinbrewer@nebulean.com", - "country": "Iraq", - "starred": true, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "none", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e4c4d675787cfe1c0", - "firstName": "Gomez", - "lastName": "Wise", - "fullName": "Gomez Wise", - "email": "gomezwise@nebulean.com", - "country": "Portugal", - "starred": true, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "none", - "color": "primary", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e1017c3229017fc68", - "firstName": "Laverne", - "lastName": "Ayers", - "fullName": "Laverne Ayers", - "email": "laverneayers@nebulean.com", - "country": "Micronesia", - "starred": false, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "info", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865ee66676fd7464f8b9", - "firstName": "Stewart", - "lastName": "Leon", - "fullName": "Stewart Leon", - "email": "stewartleon@nebulean.com", - "country": "Seychelles", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e644d8acbed1e0e97", - "firstName": "Lindsey", - "lastName": "Hopkins", - "fullName": "Lindsey Hopkins", - "email": "lindseyhopkins@nebulean.com", - "country": "Costa Rica", - "starred": false, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "up", - "color": "primary", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865ef2b732c74dc3d6a2", - "firstName": "Head", - "lastName": "Lloyd", - "fullName": "Head Lloyd", - "email": "headlloyd@nebulean.com", - "country": "Turkey", - "starred": true, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e4ee4f09e92ead2e7", - "firstName": "Fisher", - "lastName": "Bradford", - "fullName": "Fisher Bradford", - "email": "fisherbradford@nebulean.com", - "country": "Ethiopia", - "starred": true, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e88d46a9e9049a549", - "firstName": "Aurora", - "lastName": "Bird", - "fullName": "Aurora Bird", - "email": "aurorabird@nebulean.com", - "country": "Burkina Faso", - "starred": false, - "hasReport": true, - "status": "warning", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e44bf14ea96d6e752", - "firstName": "Bonita", - "lastName": "Shields", - "fullName": "Bonita Shields", - "email": "bonitashields@nebulean.com", - "country": "Cote D'Ivoire (Ivory Coast)", - "starred": true, - "hasReport": true, - "status": "warning", - "checked": false, - "trend": "down", - "color": "primary", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e2a8be26f6ac4369c", - "firstName": "Ethel", - "lastName": "Underwood", - "fullName": "Ethel Underwood", - "email": "ethelunderwood@nebulean.com", - "country": "Vanuatu", - "starred": false, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e5e0aea40111c37f8", - "firstName": "Parker", - "lastName": "May", - "fullName": "Parker May", - "email": "parkermay@nebulean.com", - "country": "Pakistan", - "starred": true, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e7e0c05ecc2d0c186", - "firstName": "Hillary", - "lastName": "Waters", - "fullName": "Hillary Waters", - "email": "hillarywaters@nebulean.com", - "country": "Comoros", - "starred": true, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "down", - "color": "primary", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e80a72eeda016b169", - "firstName": "Raquel", - "lastName": "Ferrell", - "fullName": "Raquel Ferrell", - "email": "raquelferrell@nebulean.com", - "country": "China", - "starred": false, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "info", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865eafacadd378add679", - "firstName": "Pickett", - "lastName": "Page", - "fullName": "Pickett Page", - "email": "pickettpage@nebulean.com", - "country": "Bermuda", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e772b1a75bb0a07b5", - "firstName": "Alyson", - "lastName": "Bailey", - "fullName": "Alyson Bailey", - "email": "alysonbailey@nebulean.com", - "country": "United Arab Emirates", - "starred": false, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "up", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e137c19a76b56210c", - "firstName": "Farley", - "lastName": "Meyers", - "fullName": "Farley Meyers", - "email": "farleymeyers@nebulean.com", - "country": "Christmas Island", - "starred": false, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "up", - "color": "warning", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865eb0ba37a27aa9afe0", - "firstName": "Hinton", - "lastName": "Avery", - "fullName": "Hinton Avery", - "email": "hintonavery@nebulean.com", - "country": "Liechtenstein", - "starred": false, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - } -] diff --git a/src/pages/admin/dashboard/Dashboard.vue b/src/pages/admin/dashboard/Dashboard.vue deleted file mode 100644 index 80168fa..0000000 --- a/src/pages/admin/dashboard/Dashboard.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - - - diff --git a/src/pages/admin/dashboard/DashboardCharts.vue b/src/pages/admin/dashboard/DashboardCharts.vue deleted file mode 100644 index ce94af9..0000000 --- a/src/pages/admin/dashboard/DashboardCharts.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - diff --git a/src/pages/admin/dashboard/DashboardContributorsList.vue b/src/pages/admin/dashboard/DashboardContributorsList.vue deleted file mode 100644 index b7aaec1..0000000 --- a/src/pages/admin/dashboard/DashboardContributorsList.vue +++ /dev/null @@ -1,95 +0,0 @@ - - - - - diff --git a/src/pages/admin/dashboard/DashboardInfoBlock.vue b/src/pages/admin/dashboard/DashboardInfoBlock.vue deleted file mode 100644 index dbdcdf7..0000000 --- a/src/pages/admin/dashboard/DashboardInfoBlock.vue +++ /dev/null @@ -1,145 +0,0 @@ - - - - - diff --git a/src/pages/admin/dashboard/DashboardMap.vue b/src/pages/admin/dashboard/DashboardMap.vue deleted file mode 100644 index e7c3f7b..0000000 --- a/src/pages/admin/dashboard/DashboardMap.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - - - diff --git a/src/pages/admin/dashboard/DashboardTabs.vue b/src/pages/admin/dashboard/DashboardTabs.vue deleted file mode 100644 index 7fcd06c..0000000 --- a/src/pages/admin/dashboard/DashboardTabs.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - - - diff --git a/src/pages/admin/dashboard/composables/usePartOfChartData.ts b/src/pages/admin/dashboard/composables/usePartOfChartData.ts deleted file mode 100644 index 8f33b69..0000000 --- a/src/pages/admin/dashboard/composables/usePartOfChartData.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { computed, ref, ComputedRef } from '@vue/reactivity' -import { TChartData } from '../../../../data/types' - -export function usePartOfChartData(data: ComputedRef) { - const datasetIndex = ref(0) - - const setDatasetIndex = (index: number) => { - datasetIndex.value = index - } - - const dataComputed = computed(() => ({ - ...data.value, - labels: data.value.labels?.slice(datasetIndex.value), - datasets: data.value.datasets.map((dataset) => ({ - ...dataset, - data: dataset.data.slice(datasetIndex.value), - })), - })) - - return { - datasetIndex, - minIndex: 0, - maxIndex: (data.value.labels?.length ?? 0) - 1, - dataComputed, - setDatasetIndex, - } -} diff --git a/src/pages/admin/dashboard/dashboard-tabs/BankDetailsTab.vue b/src/pages/admin/dashboard/dashboard-tabs/BankDetailsTab.vue deleted file mode 100644 index dd31108..0000000 --- a/src/pages/admin/dashboard/dashboard-tabs/BankDetailsTab.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - diff --git a/src/pages/admin/dashboard/dashboard-tabs/BillingAddressTab.vue b/src/pages/admin/dashboard/dashboard-tabs/BillingAddressTab.vue deleted file mode 100644 index 775a87e..0000000 --- a/src/pages/admin/dashboard/dashboard-tabs/BillingAddressTab.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - - - diff --git a/src/pages/admin/dashboard/dashboard-tabs/OverviewTab.vue b/src/pages/admin/dashboard/dashboard-tabs/OverviewTab.vue deleted file mode 100644 index 5c55aeb..0000000 --- a/src/pages/admin/dashboard/dashboard-tabs/OverviewTab.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - diff --git a/src/pages/admin/forms/data/CountriesList.ts b/src/pages/admin/forms/data/CountriesList.ts deleted file mode 100644 index aa3626d..0000000 --- a/src/pages/admin/forms/data/CountriesList.ts +++ /dev/null @@ -1,243 +0,0 @@ -export default [ - 'Afghanistan', - 'Albania', - 'Algeria', - 'American Samoa', - 'Andorra', - 'Angola', - 'Anguilla', - 'Antarctica', - 'Antigua and Barbuda', - 'Argentina', - 'Armenia', - 'Aruba', - 'Australia', - 'Austria', - 'Azerbaijan', - 'Bahamas', - 'Bahrain', - 'Bangladesh', - 'Barbados', - 'Belarus', - 'Belgium', - 'Belize', - 'Benin', - 'Bermuda', - 'Bhutan', - 'Bolivia', - 'Bosnia and Herzegowina', - 'Botswana', - 'Bouvet Island', - 'Brazil', - 'British Indian Ocean Territory', - 'Brunei Darussalam', - 'Bulgaria', - 'Burkina Faso', - 'Burundi', - 'Cambodia', - 'Cameroon', - 'Canada', - 'Cape Verde', - 'Cayman Islands', - 'Central African Republic', - 'Chad', - 'Chile', - 'China', - 'Christmas Island', - 'Cocos (Keeling) Islands', - 'Colombia', - 'Comoros', - 'Congo', - 'Congo, the Democratic Republic of the', - 'Cook Islands', - 'Costa Rica', - "Cote d'Ivoire", - 'Croatia (Hrvatska)', - 'Cuba', - 'Cyprus', - 'Czech Republic', - 'Denmark', - 'Djibouti', - 'Dominica', - 'Dominican Republic', - 'East Timor', - 'Ecuador', - 'Egypt', - 'El Salvador', - 'Equatorial Guinea', - 'Eritrea', - 'Estonia', - 'Ethiopia', - 'Falkland Islands (Malvinas)', - 'Faroe Islands', - 'Fiji', - 'Finland', - 'France', - 'France Metropolitan', - 'French Guiana', - 'French Polynesia', - 'French Southern Territories', - 'Gabon', - 'Gambia', - 'Georgia', - 'Germany', - 'Ghana', - 'Gibraltar', - 'Greece', - 'Greenland', - 'Grenada', - 'Guadeloupe', - 'Guam', - 'Guatemala', - 'Guinea', - 'Guinea-Bissau', - 'Guyana', - 'Haiti', - 'Heard and Mc Donald Islands', - 'Holy See (Vatican City State)', - 'Honduras', - 'Hong Kong', - 'Hungary', - 'Iceland', - 'India', - 'Indonesia', - 'Iran (Islamic Republic of)', - 'Iraq', - 'Ireland', - 'Israel', - 'Italy', - 'Jamaica', - 'Japan', - 'Jordan', - 'Kazakhstan', - 'Kenya', - 'Kiribati', - "Korea, Democratic People's Republic of", - 'Korea, Republic of', - 'Kuwait', - 'Kyrgyzstan', - "Lao, People's Democratic Republic", - 'Latvia', - 'Lebanon', - 'Lesotho', - 'Liberia', - 'Libyan Arab Jamahiriya', - 'Liechtenstein', - 'Lithuania', - 'Luxembourg', - 'Macau', - 'Macedonia, The Former Yugoslav Republic of', - 'Madagascar', - 'Malawi', - 'Malaysia', - 'Maldives', - 'Mali', - 'Malta', - 'Marshall Islands', - 'Martinique', - 'Mauritania', - 'Mauritius', - 'Mayotte', - 'Mexico', - 'Micronesia, Federated States of', - 'Moldova, Republic of', - 'Monaco', - 'Mongolia', - 'Montserrat', - 'Morocco', - 'Mozambique', - 'Myanmar', - 'Namibia', - 'Nauru', - 'Nepal', - 'Netherlands', - 'Netherlands Antilles', - 'New Caledonia', - 'New Zealand', - 'Nicaragua', - 'Niger', - 'Nigeria', - 'Niue', - 'Norfolk Island', - 'Northern Mariana Islands', - 'Norway', - 'Oman', - 'Pakistan', - 'Palau', - 'Panama', - 'Papua New Guinea', - 'Paraguay', - 'Peru', - 'Philippines', - 'Pitcairn', - 'Poland', - 'Portugal', - 'Puerto Rico', - 'Qatar', - 'Reunion', - 'Romania', - 'Russian Federation', - 'Rwanda', - 'Saint Kitts and Nevis', - 'Saint Lucia', - 'Saint Vincent and the Grenadines', - 'Samoa', - 'San Marino', - 'Sao Tome and Principe', - 'Saudi Arabia', - 'Senegal', - 'Serbia', - 'Seychelles', - 'Sierra Leone', - 'Singapore', - 'Slovakia (Slovak Republic)', - 'Slovenia', - 'Solomon Islands', - 'Somalia', - 'South Africa', - 'South Georgia and the South Sandwich Islands', - 'Spain', - 'Sri Lanka', - 'St. Helena', - 'St. Pierre and Miquelon', - 'Sudan', - 'Suriname', - 'Svalbard and Jan Mayen Islands', - 'Swaziland', - 'Sweden', - 'Switzerland', - 'Syrian Arab Republic', - 'Taiwan, Province of China', - 'Tajikistan', - 'Tanzania, United Republic of', - 'United States of America', - 'Thailand', - 'Togo', - 'Tokelau', - 'Tonga', - 'Trinidad and Tobago', - 'Tunisia', - 'Turkey', - 'Turkmenistan', - 'Turks and Caicos Islands', - 'Tuvalu', - 'Uganda', - 'Ukraine', - 'United Arab Emirates', - 'United Kingdom', - 'United States', - 'United States Minor Outlying Islands', - 'Uruguay', - 'Uzbekistan', - 'Vanuatu', - 'Venezuela', - 'Vietnam', - 'Virgin Islands (British)', - 'Virgin Islands (U.S.)', - 'Wallis and Futuna Islands', - 'Western Sahara', - 'Yemen', - 'Yugoslavia', - 'Zambia', - 'Zimbabwe', -] diff --git a/src/pages/admin/forms/form-elements/FormElements.vue b/src/pages/admin/forms/form-elements/FormElements.vue deleted file mode 100644 index 4b8728a..0000000 --- a/src/pages/admin/forms/form-elements/FormElements.vue +++ /dev/null @@ -1,330 +0,0 @@ - - - - - diff --git a/src/pages/admin/forms/form-wizard/FormWizard.vue b/src/pages/admin/forms/form-wizard/FormWizard.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/admin/forms/medium-editor/MediumEditor.vue b/src/pages/admin/forms/medium-editor/MediumEditor.vue deleted file mode 100644 index 7aa38e0..0000000 --- a/src/pages/admin/forms/medium-editor/MediumEditor.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - diff --git a/src/pages/admin/maps/bubble-maps/BubbleMap.vue b/src/pages/admin/maps/bubble-maps/BubbleMap.vue deleted file mode 100644 index 3afd844..0000000 --- a/src/pages/admin/maps/bubble-maps/BubbleMap.vue +++ /dev/null @@ -1,162 +0,0 @@ - - - - - diff --git a/src/pages/admin/maps/bubble-maps/BubbleMapsPage.vue b/src/pages/admin/maps/bubble-maps/BubbleMapsPage.vue deleted file mode 100644 index 3555f38..0000000 --- a/src/pages/admin/maps/bubble-maps/BubbleMapsPage.vue +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/src/pages/admin/maps/leaflet-maps/LeafletMap.vue b/src/pages/admin/maps/leaflet-maps/LeafletMap.vue deleted file mode 100644 index affd1f6..0000000 --- a/src/pages/admin/maps/leaflet-maps/LeafletMap.vue +++ /dev/null @@ -1,25 +0,0 @@ - - - diff --git a/src/pages/admin/maps/leaflet-maps/LeafletMapsPage.vue b/src/pages/admin/maps/leaflet-maps/LeafletMapsPage.vue deleted file mode 100644 index dfe42a2..0000000 --- a/src/pages/admin/maps/leaflet-maps/LeafletMapsPage.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - diff --git a/src/pages/admin/maps/line-maps/LineMapsPage.vue b/src/pages/admin/maps/line-maps/LineMapsPage.vue deleted file mode 100644 index 479b01f..0000000 --- a/src/pages/admin/maps/line-maps/LineMapsPage.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - - - diff --git a/src/pages/admin/maps/maplibre-maps/MapLibreMap.vue b/src/pages/admin/maps/maplibre-maps/MapLibreMap.vue deleted file mode 100644 index bc6eec6..0000000 --- a/src/pages/admin/maps/maplibre-maps/MapLibreMap.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - diff --git a/src/pages/admin/maps/maplibre-maps/MapLibreMapsPage.vue b/src/pages/admin/maps/maplibre-maps/MapLibreMapsPage.vue deleted file mode 100644 index 0f3a0f3..0000000 --- a/src/pages/admin/maps/maplibre-maps/MapLibreMapsPage.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - diff --git a/src/pages/admin/maps/yandex-maps/YandexMapsPage.vue b/src/pages/admin/maps/yandex-maps/YandexMapsPage.vue deleted file mode 100644 index 0915126..0000000 --- a/src/pages/admin/maps/yandex-maps/YandexMapsPage.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - diff --git a/src/pages/admin/pages/404PagesPage.vue b/src/pages/admin/pages/404PagesPage.vue deleted file mode 100644 index 2fd48a4..0000000 --- a/src/pages/admin/pages/404PagesPage.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - diff --git a/src/pages/admin/pages/FaqPage.vue b/src/pages/admin/pages/FaqPage.vue deleted file mode 100644 index 4b4dab8..0000000 --- a/src/pages/admin/pages/FaqPage.vue +++ /dev/null @@ -1,55 +0,0 @@ - diff --git a/src/pages/admin/statistics/charts/Charts.vue b/src/pages/admin/statistics/charts/Charts.vue deleted file mode 100644 index fb63a75..0000000 --- a/src/pages/admin/statistics/charts/Charts.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - - - diff --git a/src/pages/admin/statistics/progress-bars/ProgressBars.vue b/src/pages/admin/statistics/progress-bars/ProgressBars.vue deleted file mode 100644 index 55a0af2..0000000 --- a/src/pages/admin/statistics/progress-bars/ProgressBars.vue +++ /dev/null @@ -1,31 +0,0 @@ - - - diff --git a/src/pages/admin/statistics/progress-bars/Widgets/BarsState.vue b/src/pages/admin/statistics/progress-bars/Widgets/BarsState.vue deleted file mode 100644 index f85e12c..0000000 --- a/src/pages/admin/statistics/progress-bars/Widgets/BarsState.vue +++ /dev/null @@ -1,60 +0,0 @@ - - - diff --git a/src/pages/admin/statistics/progress-bars/Widgets/CircleBars.vue b/src/pages/admin/statistics/progress-bars/Widgets/CircleBars.vue deleted file mode 100644 index 1a9cda7..0000000 --- a/src/pages/admin/statistics/progress-bars/Widgets/CircleBars.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - diff --git a/src/pages/admin/statistics/progress-bars/Widgets/ColorfulBars.vue b/src/pages/admin/statistics/progress-bars/Widgets/ColorfulBars.vue deleted file mode 100644 index fad57ec..0000000 --- a/src/pages/admin/statistics/progress-bars/Widgets/ColorfulBars.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - diff --git a/src/pages/admin/statistics/progress-bars/Widgets/HorizontalBars.vue b/src/pages/admin/statistics/progress-bars/Widgets/HorizontalBars.vue deleted file mode 100644 index 4256064..0000000 --- a/src/pages/admin/statistics/progress-bars/Widgets/HorizontalBars.vue +++ /dev/null @@ -1,29 +0,0 @@ - - - diff --git a/src/pages/admin/tables/data-tables/DataTables.vue b/src/pages/admin/tables/data-tables/DataTables.vue deleted file mode 100644 index 485131f..0000000 --- a/src/pages/admin/tables/data-tables/DataTables.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - - - diff --git a/src/pages/admin/tables/data-tables/data/users.json b/src/pages/admin/tables/data-tables/data/users.json deleted file mode 100644 index ac18df0..0000000 --- a/src/pages/admin/tables/data-tables/data/users.json +++ /dev/null @@ -1,386 +0,0 @@ -[ - { - "id": "5d2c865e9a0bae79a6ef7cfa", - "firstName": "Ashley", - "lastName": "Mcdaniel", - "fullName": "Ashley Mcdaniel", - "email": "ashleymcdaniel@nebulean.com", - "country": "Cayman Islands", - "starred": true, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865ec73341e16e5f2251", - "firstName": "Sellers", - "lastName": "Todd", - "fullName": "Todd Sellers", - "email": "sellerstodd@nebulean.com", - "country": "Togo", - "starred": false, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "none", - "color": "primary", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e38800c5ce28f2f6b", - "firstName": "Sherman", - "lastName": "Knowles", - "fullName": "Sherman Knowles", - "email": "shermanknowles@nebulean.com", - "country": "Central African Republic", - "starred": true, - "hasReport": true, - "status": "warning", - "checked": false, - "trend": "none", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e957cd150b82e17a6", - "firstName": "Vasquez", - "lastName": "Lawson", - "fullName": "Vasquez Lawson", - "email": "vasquezlawson@nebulean.com", - "country": "Bouvet Island", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "down", - "color": "warning", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e9194dbe2faf99227", - "firstName": "April", - "lastName": "Sykes", - "fullName": "April Sykes", - "email": "aprilsykes@nebulean.com", - "country": "Saint Vincent and The Grenadines", - "starred": false, - "hasReport": true, - "status": "warning", - "checked": false, - "trend": "down", - "color": "primary", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e1ed74d83f6b26934", - "firstName": "Hodges", - "lastName": "Garrison", - "fullName": "Hodges Garrison", - "email": "hodgesgarrison@nebulean.com", - "country": "Zimbabwe", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "none", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e0ef31380880c3de5", - "firstName": "Therese", - "lastName": "Stokes", - "fullName": "Therese Stokes", - "email": "theresestokes@nebulean.com", - "country": "Mali", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "up", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e4b5ab4727e5c8b69", - "firstName": "Goodwin", - "lastName": "Brewer", - "fullName": "Goodwin Brewer", - "email": "goodwinbrewer@nebulean.com", - "country": "Iraq", - "starred": true, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "none", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e4c4d675787cfe1c0", - "firstName": "Gomez", - "lastName": "Wise", - "fullName": "Gomez Wise", - "email": "gomezwise@nebulean.com", - "country": "Portugal", - "starred": true, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "none", - "color": "primary", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e1017c3229017fc68", - "firstName": "Laverne", - "lastName": "Ayers", - "fullName": "Laverne Ayers", - "email": "laverneayers@nebulean.com", - "country": "Micronesia", - "starred": false, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "info", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865ee66676fd7464f8b9", - "firstName": "Stewart", - "lastName": "Leon", - "fullName": "Stewart Leon", - "email": "stewartleon@nebulean.com", - "country": "Seychelles", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e644d8acbed1e0e97", - "firstName": "Lindsey", - "lastName": "Hopkins", - "fullName": "Lindsey Hopkins", - "email": "lindseyhopkins@nebulean.com", - "country": "Costa Rica", - "starred": false, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "up", - "color": "primary", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865ef2b732c74dc3d6a2", - "firstName": "Head", - "lastName": "Lloyd", - "fullName": "Head Lloyd", - "email": "headlloyd@nebulean.com", - "country": "Turkey", - "starred": true, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e4ee4f09e92ead2e7", - "firstName": "Fisher", - "lastName": "Bradford", - "fullName": "Fisher Bradford", - "email": "fisherbradford@nebulean.com", - "country": "Ethiopia", - "starred": true, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e88d46a9e9049a549", - "firstName": "Aurora", - "lastName": "Bird", - "fullName": "Aurora Bird", - "email": "aurorabird@nebulean.com", - "country": "Burkina Faso", - "starred": false, - "hasReport": true, - "status": "warning", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e44bf14ea96d6e752", - "firstName": "Bonita", - "lastName": "Shields", - "fullName": "Bonita Shields", - "email": "bonitashields@nebulean.com", - "country": "Cote D'Ivoire (Ivory Coast)", - "starred": true, - "hasReport": true, - "status": "warning", - "checked": false, - "trend": "down", - "color": "primary", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e2a8be26f6ac4369c", - "firstName": "Ethel", - "lastName": "Underwood", - "fullName": "Ethel Underwood", - "email": "ethelunderwood@nebulean.com", - "country": "Vanuatu", - "starred": false, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e5e0aea40111c37f8", - "firstName": "Parker", - "lastName": "May", - "fullName": "Parker May", - "email": "parkermay@nebulean.com", - "country": "Pakistan", - "starred": true, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e7e0c05ecc2d0c186", - "firstName": "Hillary", - "lastName": "Waters", - "fullName": "Hillary Waters", - "email": "hillarywaters@nebulean.com", - "country": "Comoros", - "starred": true, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "down", - "color": "primary", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e80a72eeda016b169", - "firstName": "Raquel", - "lastName": "Ferrell", - "fullName": "Raquel Ferrell", - "email": "raquelferrell@nebulean.com", - "country": "China", - "starred": false, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "down", - "color": "info", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865eafacadd378add679", - "firstName": "Pickett", - "lastName": "Page", - "fullName": "Pickett Page", - "email": "pickettpage@nebulean.com", - "country": "Bermuda", - "starred": true, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865e772b1a75bb0a07b5", - "firstName": "Alyson", - "lastName": "Bailey", - "fullName": "Alyson Bailey", - "email": "alysonbailey@nebulean.com", - "country": "United Arab Emirates", - "starred": false, - "hasReport": false, - "status": "warning", - "checked": false, - "trend": "up", - "color": "warning", - "graph": "M 5 20 C 10 5, 15 5, 30 30 S 20 20, 70 20", - "graphColor": "#4ae387" - }, - { - "id": "5d2c865e137c19a76b56210c", - "firstName": "Farley", - "lastName": "Meyers", - "fullName": "Farley Meyers", - "email": "farleymeyers@nebulean.com", - "country": "Christmas Island", - "starred": false, - "hasReport": false, - "status": "info", - "checked": false, - "trend": "up", - "color": "warning", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - }, - { - "id": "5d2c865eb0ba37a27aa9afe0", - "firstName": "Hinton", - "lastName": "Avery", - "fullName": "Hinton Avery", - "email": "hintonavery@nebulean.com", - "country": "Liechtenstein", - "starred": false, - "hasReport": true, - "status": "info", - "checked": false, - "trend": "up", - "color": "info", - "graph": "M 5 30 C 10 5, 30 10, 40 30 S 30 30, 90 40", - "graphColor": "#e34a4a" - } -] diff --git a/src/pages/admin/tables/data-tables/scenarios/DataTableActions.vue b/src/pages/admin/tables/data-tables/scenarios/DataTableActions.vue deleted file mode 100644 index 4717da8..0000000 --- a/src/pages/admin/tables/data-tables/scenarios/DataTableActions.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - diff --git a/src/pages/admin/tables/data-tables/scenarios/DataTableEmpty.vue b/src/pages/admin/tables/data-tables/scenarios/DataTableEmpty.vue deleted file mode 100644 index 51fde6a..0000000 --- a/src/pages/admin/tables/data-tables/scenarios/DataTableEmpty.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - - - diff --git a/src/pages/admin/tables/data-tables/scenarios/DataTableFilter.vue b/src/pages/admin/tables/data-tables/scenarios/DataTableFilter.vue deleted file mode 100644 index 7ff41db..0000000 --- a/src/pages/admin/tables/data-tables/scenarios/DataTableFilter.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - diff --git a/src/pages/admin/tables/data-tables/scenarios/DataTableInfiniteScroll.vue b/src/pages/admin/tables/data-tables/scenarios/DataTableInfiniteScroll.vue deleted file mode 100644 index 5afdd46..0000000 --- a/src/pages/admin/tables/data-tables/scenarios/DataTableInfiniteScroll.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/pages/admin/tables/data-tables/scenarios/DataTableLoading.vue b/src/pages/admin/tables/data-tables/scenarios/DataTableLoading.vue deleted file mode 100644 index 22c28de..0000000 --- a/src/pages/admin/tables/data-tables/scenarios/DataTableLoading.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - - - diff --git a/src/pages/admin/tables/data-tables/scenarios/DataTableSelect.vue b/src/pages/admin/tables/data-tables/scenarios/DataTableSelect.vue deleted file mode 100644 index d4b7eae..0000000 --- a/src/pages/admin/tables/data-tables/scenarios/DataTableSelect.vue +++ /dev/null @@ -1,66 +0,0 @@ - - - diff --git a/src/pages/admin/tables/data-tables/scenarios/DataTableServerPagination.vue b/src/pages/admin/tables/data-tables/scenarios/DataTableServerPagination.vue deleted file mode 100644 index 7aae9c5..0000000 --- a/src/pages/admin/tables/data-tables/scenarios/DataTableServerPagination.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - - - diff --git a/src/pages/admin/tables/data-tables/scenarios/DataTableSortingPagination.vue b/src/pages/admin/tables/data-tables/scenarios/DataTableSortingPagination.vue deleted file mode 100644 index 4068516..0000000 --- a/src/pages/admin/tables/data-tables/scenarios/DataTableSortingPagination.vue +++ /dev/null @@ -1,79 +0,0 @@ - - - - - diff --git a/src/pages/admin/tables/markup-tables/MarkupTables.vue b/src/pages/admin/tables/markup-tables/MarkupTables.vue deleted file mode 100644 index 1957203..0000000 --- a/src/pages/admin/tables/markup-tables/MarkupTables.vue +++ /dev/null @@ -1,95 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/buttons/Buttons.vue b/src/pages/admin/ui/buttons/Buttons.vue deleted file mode 100644 index 426cfb7..0000000 --- a/src/pages/admin/ui/buttons/Buttons.vue +++ /dev/null @@ -1,303 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/cards/Cards.vue b/src/pages/admin/ui/cards/Cards.vue deleted file mode 100644 index 031601b..0000000 --- a/src/pages/admin/ui/cards/Cards.vue +++ /dev/null @@ -1,138 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/chat/Chat.vue b/src/pages/admin/ui/chat/Chat.vue deleted file mode 100644 index 7bdcc92..0000000 --- a/src/pages/admin/ui/chat/Chat.vue +++ /dev/null @@ -1,158 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/chat/ChatPage.vue b/src/pages/admin/ui/chat/ChatPage.vue deleted file mode 100644 index 2d20e68..0000000 --- a/src/pages/admin/ui/chat/ChatPage.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/chat/StickyScroll.ts b/src/pages/admin/ui/chat/StickyScroll.ts deleted file mode 100644 index 1c76b68..0000000 --- a/src/pages/admin/ui/chat/StickyScroll.ts +++ /dev/null @@ -1,52 +0,0 @@ -import { Directive, DirectiveBinding } from '@vue/runtime-core' - -const directive: Directive = { - mounted: (el: HTMLElement, binding: DirectiveBinding) => { - const duration = binding.value.duration || 500 - const isAnimated = binding.value.animate - - const animateScroll = (duration: number) => { - const start = el.scrollTop - const end = el.scrollHeight - const change = end - start - const increment = 20 - - function easeInOut(currentTime: number, start: number, change: number, duration: number) { - currentTime /= duration / 2 - if (currentTime < 1) { - return (change / 2) * currentTime * currentTime + start - } - currentTime -= 1 - return (-change / 2) * (currentTime * (currentTime - 2) - 1) + start - } - - function animate(elapsedTime: number) { - elapsedTime += increment - const position = easeInOut(elapsedTime, start, change, duration) - el.scrollTop = position - - if (elapsedTime < duration) { - setTimeout(() => { - animate(elapsedTime) - }, increment) - } - } - - animate(0) - } - - const scrollToBottom = () => { - if (isAnimated) { - animateScroll(duration) - } else { - el.scrollTop = el.scrollHeight - } - } - - const observer = new MutationObserver(scrollToBottom) - const config = { childList: true } - observer.observe(el, config) - }, -} - -export default directive diff --git a/src/pages/admin/ui/chips/Chips.vue b/src/pages/admin/ui/chips/Chips.vue deleted file mode 100644 index 11d3ca1..0000000 --- a/src/pages/admin/ui/chips/Chips.vue +++ /dev/null @@ -1,76 +0,0 @@ - - - diff --git a/src/pages/admin/ui/collapse/Collapses.vue b/src/pages/admin/ui/collapse/Collapses.vue deleted file mode 100644 index 01fe4fa..0000000 --- a/src/pages/admin/ui/collapse/Collapses.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - diff --git a/src/pages/admin/ui/color-pickers/ColorPickers.vue b/src/pages/admin/ui/color-pickers/ColorPickers.vue deleted file mode 100644 index 4078bee..0000000 --- a/src/pages/admin/ui/color-pickers/ColorPickers.vue +++ /dev/null @@ -1,95 +0,0 @@ - - - diff --git a/src/pages/admin/ui/colors/Colors.vue b/src/pages/admin/ui/colors/Colors.vue deleted file mode 100644 index 1a4695f..0000000 --- a/src/pages/admin/ui/colors/Colors.vue +++ /dev/null @@ -1,95 +0,0 @@ - - - diff --git a/src/pages/admin/ui/colors/color-presentation/ColorPresentation.vue b/src/pages/admin/ui/colors/color-presentation/ColorPresentation.vue deleted file mode 100644 index 41d9b22..0000000 --- a/src/pages/admin/ui/colors/color-presentation/ColorPresentation.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/colors/color-presentation/colorsData.ts b/src/pages/admin/ui/colors/color-presentation/colorsData.ts deleted file mode 100644 index 7e45b23..0000000 --- a/src/pages/admin/ui/colors/color-presentation/colorsData.ts +++ /dev/null @@ -1,96 +0,0 @@ -export const themeColors = [ - { - color: 'primary', - name: 'Primary', - description: 'Buttons, labels, graphs.', - }, - { - color: 'secondary', - name: 'Secondary', - description: 'Light text, buttons, labels, graphs.', - }, - { - color: 'success', - name: 'Success', - description: 'Buttons, labels, graphs.', - }, - { - color: 'info', - name: 'Info', - description: 'Buttons, labels, graphs.', - }, - { - color: 'danger', - name: 'Danger', - description: 'Buttons, labels, graphs.', - }, - { - color: 'warning', - name: 'Warning', - description: 'Buttons, labels, graphs.', - }, - { - color: 'gray', - name: 'Gray', - description: 'Buttons, labels, graphs.', - }, - { - color: 'dark', - name: 'Dark', - description: 'Buttons, labels, graphs.', - }, -] - -export const extraColors = [ - { - color: '#36e9f6', - name: 'Teal', - description: 'Graphs, tables, labels, etc.', - }, - { - color: '#ed34b8', - name: 'Violet', - description: 'Graphs, tables, labels, etc.', - }, - { - color: '#8f4ed6', - name: 'Purple', - description: 'Graphs, tables, labels, etc.', - }, - { - color: '#d40d52', - name: 'Ruby', - description: 'Graphs, tables, labels, etc.', - }, - { - color: '#ff842b', - name: 'Orrange', - description: 'Graphs, tables, labels, etc.', - }, - { - color: '#1b9a7c', - name: 'Dark Green', - description: 'Graphs, tables, labels, etc.', - }, - { - color: '#d3ff00', - name: 'Toxic', - description: 'Graphs, tables, labels, etc.', - }, - { - color: '#81513e', - name: 'Brown', - description: 'Graphs, tables, labels, etc.', - }, -] - -export const buttonGradients = [ - { color: 'primary', name: 'primary', description: 'Buttons, chips, badges...' }, - { color: 'secondary', name: 'secondary', description: 'Buttons, chips, badges...' }, - { color: 'success', name: 'success', description: 'Buttons, chips, badges...' }, - { color: 'info', name: 'info', description: 'Buttons, chips, badges...' }, - { color: 'danger', name: 'danger', description: 'Buttons, chips, badges...' }, - { color: 'warning', name: 'warning', description: 'Buttons, chips, badges...' }, - { color: 'gray', name: 'gray', description: 'Buttons, chips, badges...' }, - { color: 'dark', name: 'dark', description: 'Buttons, chips, badges...' }, -] diff --git a/src/pages/admin/ui/file-upload/FileUpload.vue b/src/pages/admin/ui/file-upload/FileUpload.vue deleted file mode 100644 index 5ddd2ea..0000000 --- a/src/pages/admin/ui/file-upload/FileUpload.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - diff --git a/src/pages/admin/ui/grid/Grid.vue b/src/pages/admin/ui/grid/Grid.vue deleted file mode 100644 index ec82bee..0000000 --- a/src/pages/admin/ui/grid/Grid.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/icons/IconSet.vue b/src/pages/admin/ui/icons/IconSet.vue deleted file mode 100644 index 0b30b85..0000000 --- a/src/pages/admin/ui/icons/IconSet.vue +++ /dev/null @@ -1,157 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/icons/Icons.vue b/src/pages/admin/ui/icons/Icons.vue deleted file mode 100644 index 739f8c9..0000000 --- a/src/pages/admin/ui/icons/Icons.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - diff --git a/src/pages/admin/ui/icons/SetsList.vue b/src/pages/admin/ui/icons/SetsList.vue deleted file mode 100644 index c1a059d..0000000 --- a/src/pages/admin/ui/icons/SetsList.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/icons/sets/brandico.json b/src/pages/admin/ui/icons/sets/brandico.json deleted file mode 100644 index 62202e0..0000000 --- a/src/pages/admin/ui/icons/sets/brandico.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Brandico", - "href": "brandico", - "prefix": "brandico", - "lists": [ - { - "name": "Icons", - "icons": [ - "facebook", - "facebook-rect", - "twitter", - "twitter-bird", - "vimeo", - "vimeo-rect", - "tumblr", - "tumblr-rect", - "googleplus-rect", - "github-text", - "github", - "skype", - "icq", - "yandex", - "yandex-rect", - "vkontakte-rect", - "odnoklassniki", - "odnoklassniki-rect", - "friendfeed", - "friendfeed-rect", - "blogger", - "blogger-rect", - "deviantart", - "jabber", - "lastfm", - "lastfm-rect", - "linkedin", - "linkedin-rect", - "picasa", - "wordpress", - "instagram", - "instagram-filled" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/disabled/typicons.json b/src/pages/admin/ui/icons/sets/disabled/typicons.json deleted file mode 100644 index e094b58..0000000 --- a/src/pages/admin/ui/icons/sets/disabled/typicons.json +++ /dev/null @@ -1,347 +0,0 @@ -{ - "name": "Typicons", - "href": "typicons", - "prefix": "typicons", - "lists": [ - { - "name": "Icons", - "icons": [ - "adjust-brightness", - "adjust-contrast", - "anchor-outline", - "anchor", - "archive", - "arrow-back-outline", - "arrow-back", - "arrow-down-outline", - "arrow-down-thick", - "arrow-down", - "arrow-forward-outline", - "arrow-forward", - "arrow-left-outline", - "arrow-left-thick", - "arrow-left", - "arrow-loop-outline", - "arrow-loop", - "arrow-maximise-outline", - "arrow-maximise", - "arrow-minimise-outline", - "arrow-minimise", - "arrow-move-outline", - "arrow-move", - "arrow-repeat-outline", - "arrow-repeat", - "arrow-right-outline", - "arrow-right-thick", - "arrow-right", - "arrow-shuffle", - "arrow-sorted-down", - "arrow-sorted-up", - "arrow-sync-outline", - "arrow-sync", - "arrow-unsorted", - "arrow-up-outline", - "arrow-up-thick", - "arrow-up", - "at", - "attachment-outline", - "attachment", - "backspace-outline", - "backspace", - "battery-charge", - "battery-full", - "battery-high", - "battery-low", - "battery-mid", - "beaker", - "beer", - "bell", - "book", - "bookmark", - "briefcase", - "brush", - "business-card", - "calculator", - "calendar-outline", - "calendar", - "camera-outline", - "camera", - "cancel-outline", - "cancel", - "chart-area-outline", - "chart-area", - "chart-bar-outline", - "chart-bar", - "chart-line-outline", - "chart-line", - "chart-pie-outline", - "chart-pie", - "chevron-left-outline", - "chevron-left", - "chevron-right-outline", - "chevron-right", - "clipboard", - "cloud-storage", - "cloud-storage-outline", - "code-outline", - "code", - "coffee", - "cog-outline", - "cog", - "compass", - "contacts", - "credit-card", - "css3", - "database", - "delete-outline", - "delete", - "device-desktop", - "device-laptop", - "device-phone", - "device-tablet", - "directions", - "divide-outline", - "divide", - "document-add", - "document-delete", - "document-text", - "document", - "download-outline", - "download", - "dropbox", - "edit", - "eject-outline", - "eject", - "equals-outline", - "equals", - "export-outline", - "export", - "eye-outline", - "eye", - "feather", - "film", - "filter", - "flag-outline", - "flag", - "flash-outline", - "flash", - "flow-children", - "flow-merge", - "flow-parallel", - "flow-switch", - "folder-add", - "folder-delete", - "folder-open", - "folder", - "gift", - "globe-outline", - "globe", - "group-outline", - "group", - "headphones", - "heart-full-outline", - "heart-half-outline", - "heart-outline", - "heart", - "home-outline", - "home", - "html5", - "image-outline", - "image", - "infinity-outline", - "infinity", - "info-large-outline", - "info-large", - "info-outline", - "info", - "input-checked-outline", - "input-checked", - "key-outline", - "key", - "keyboard", - "leaf", - "lightbulb", - "link-outline", - "link", - "location-arrow-outline", - "location-arrow", - "location-outline", - "location", - "lock-closed-outline", - "lock-closed", - "lock-open-outline", - "lock-open", - "mail", - "map", - "media-eject-outline", - "media-eject", - "media-fast-forward-outline", - "media-fast-forward", - "media-pause-outline", - "media-pause", - "media-play-outline", - "media-play-reverse-outline", - "media-play-reverse", - "media-play", - "media-record-outline", - "media-record", - "media-rewind-outline", - "media-rewind", - "media-stop-outline", - "media-stop", - "message-typing", - "message", - "messages", - "microphone-outline", - "microphone", - "minus-outline", - "minus", - "mortar-board", - "news", - "notes-outline", - "notes", - "pen", - "pencil", - "phone-outline", - "phone", - "pi-outline", - "pi", - "pin-outline", - "pin", - "pipette", - "plane-outline", - "plane", - "plug", - "plus-outline", - "plus", - "point-of-interest-outline", - "point-of-interest", - "power-outline", - "power", - "printer", - "puzzle-outline", - "puzzle", - "radar-outline", - "radar", - "refresh-outline", - "refresh", - "rss-outline", - "rss", - "scissors-outline", - "scissors", - "shopping-bag", - "shopping-cart", - "social-at-circular", - "social-dribbble-circular", - "social-dribbble", - "social-facebook-circular", - "social-facebook", - "social-flickr-circular", - "social-flickr", - "social-github-circular", - "social-github", - "social-google-plus-circular", - "social-google-plus", - "social-instagram-circular", - "social-instagram", - "social-last-fm-circular", - "social-last-fm", - "social-linkedin-circular", - "social-linkedin", - "social-pinterest-circular", - "social-pinterest", - "social-skype-outline", - "social-skype", - "social-tumbler-circular", - "social-tumbler", - "social-twitter-circular", - "social-twitter", - "social-vimeo-circular", - "social-vimeo", - "social-youtube-circular", - "social-youtube", - "sort-alphabetically-outline", - "sort-alphabetically", - "sort-numerically-outline", - "sort-numerically", - "spanner-outline", - "spanner", - "spiral", - "star-full-outline", - "star-half-outline", - "star-half", - "star-outline", - "star", - "starburst-outline", - "starburst", - "stopwatch", - "support", - "tabs-outline", - "tag", - "tags", - "th-large-outline", - "th-large", - "th-list-outline", - "th-list", - "th-menu-outline", - "th-menu", - "th-small-outline", - "th-small", - "thermometer", - "thumbs-down", - "thumbs-ok", - "thumbs-up", - "tick-outline", - "tick", - "ticket", - "time", - "times-outline", - "times", - "trash", - "tree", - "upload-outline", - "upload", - "user-add-outline", - "user-add", - "user-delete-outline", - "user-delete", - "user-outline", - "user", - "vendor-android", - "vendor-apple", - "vendor-microsoft", - "video-outline", - "video", - "volume-down", - "volume-mute", - "volume-up", - "volume", - "warning-outline", - "warning", - "watch", - "waves-outline", - "waves", - "weather-cloudy", - "weather-downpour", - "weather-night", - "weather-partly-sunny", - "weather-shower", - "weather-snow", - "weather-stormy", - "weather-sunny", - "weather-windy-cloudy", - "weather-windy", - "wi-fi-outline", - "wi-fi", - "wine", - "world-outline", - "world", - "zoom-in-outline", - "zoom-in", - "zoom-out-outline", - "zoom-out", - "zoom-outline" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/entypo.json b/src/pages/admin/ui/icons/sets/entypo.json deleted file mode 100644 index 8c7a4c4..0000000 --- a/src/pages/admin/ui/icons/sets/entypo.json +++ /dev/null @@ -1,301 +0,0 @@ -{ - "name": "Entypo", - "href": "entypo", - "prefix": "entypo", - "lists": [ - { - "name": "Main Icons", - "icons": [ - "note", - "logo-db", - "music", - "search", - "flashlight", - "mail", - "heart", - "heart-empty", - "star", - "star-empty", - "user", - "users", - "user-add", - "video", - "picture", - "camera", - "layout", - "menu", - "check", - "cancel", - "cancel-circled", - "cancel-squared", - "plus", - "plus-circled", - "plus-squared", - "minus", - "minus-circled", - "minus-squared", - "help", - "help-circled", - "info", - "info-circled", - "back", - "home", - "link", - "attach", - "lock", - "lock-open", - "eye", - "tag", - "bookmark", - "bookmarks", - "flag", - "thumbs-up", - "thumbs-down", - "download", - "upload", - "upload-cloud", - "reply", - "reply-all", - "forward", - "quote", - "code", - "export", - "pencil", - "feather", - "print", - "retweet", - "keyboard", - "comment", - "chat", - "bell", - "attention", - "alert", - "vcard", - "address", - "location", - "map", - "direction", - "compass", - "cup", - "trash", - "doc", - "docs", - "doc-landscape", - "doc-text", - "doc-text-inv", - "newspaper", - "book-open", - "book", - "folder", - "archive", - "box", - "rss", - "phone", - "cog", - "tools", - "share", - "shareable", - "basket", - "bag", - "calendar", - "login", - "logout", - "mic", - "mute", - "sound", - "volume", - "clock", - "hourglass", - "lamp", - "light-down", - "light-up", - "adjust", - "block", - "resize-full", - "resize-small", - "popup", - "publish", - "window", - "arrow-combo", - "down-circled", - "left-circled", - "right-circled", - "up-circled", - "down-open", - "left-open", - "right-open", - "up-open", - "down-open-mini", - "left-open-mini", - "right-open-mini", - "up-open-mini", - "down-open-big", - "left-open-big", - "right-open-big", - "up-open-big", - "down", - "left", - "right", - "up", - "down-dir", - "left-dir", - "right-dir", - "up-dir", - "down-bold", - "left-bold", - "right-bold", - "up-bold", - "down-thin", - "left-thin", - "right-thin", - "note-beamed", - "ccw", - "cw", - "arrows-ccw", - "level-down", - "level-up", - "shuffle", - "loop", - "switch", - "play", - "stop", - "pause", - "record", - "to-end", - "to-start", - "fast-forward", - "fast-backward", - "progress-0", - "progress-1", - "progress-2", - "progress-3", - "target", - "palette", - "list", - "list-add", - "signal", - "trophy", - "battery", - "back-in-time", - "monitor", - "mobile", - "network", - "cd", - "inbox", - "install", - "globe", - "cloud", - "cloud-thunder", - "flash", - "moon", - "flight", - "paper-plane", - "leaf", - "lifebuoy", - "mouse", - "briefcase", - "suitcase", - "dot", - "dot-2", - "dot-3", - "brush", - "magnet", - "infinity", - "erase", - "chart-pie", - "chart-line", - "chart-bar", - "chart-area", - "tape", - "graduation-cap", - "language", - "ticket", - "water", - "droplet", - "air", - "credit-card", - "floppy", - "clipboard", - "megaphone", - "database", - "drive", - "bucket", - "thermometer", - "key", - "flow-cascade", - "flow-branch", - "flow-tree", - "flow-line", - "flow-parallel", - "rocket", - "gauge", - "traffic-cone", - "cc", - "cc-by", - "cc-nc", - "cc-nc-eu", - "cc-nc-jp", - "cc-sa", - "cc-nd", - "cc-pd", - "cc-zero", - "cc-share", - "cc-remix" - ] - }, - { - "name": "Social Icons", - "icons": [ - "github", - "github-circled", - "flickr", - "flickr-circled", - "vimeo", - "vimeo-circled", - "twitter", - "twitter-circled", - "facebook", - "facebook-circled", - "facebook-squared", - "gplus", - "gplus-circled", - "pinterest", - "pinterest-circled", - "tumblr", - "tumblr-circled", - "linkedin", - "linkedin-circled", - "dribbble", - "dribbble-circled", - "stumbleupon", - "stumbleupon-circled", - "lastfm", - "lastfm-circled", - "rdio", - "rdio-circled", - "spotify", - "spotify-circled", - "qq", - "instagram", - "dropbox", - "evernote", - "flattr", - "skype", - "skype-circled", - "renren", - "sina-weibo", - "paypal", - "picasa", - "soundcloud", - "mixi", - "behance", - "google-circles", - "vkontakte", - "smashing", - "sweden", - "db-shape", - "up-thin" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/font-awesome.json b/src/pages/admin/ui/icons/sets/font-awesome.json deleted file mode 100644 index 04737fd..0000000 --- a/src/pages/admin/ui/icons/sets/font-awesome.json +++ /dev/null @@ -1,749 +0,0 @@ -{ - "name": "Font Awesome", - "href": "font-awesome", - "prefix": "fa-solid fa", - "lists": [ - { - "name": "Web Applications Icons", - "icons": [ - "address-book", - "address-card", - "adjust", - "air-freshener", - "align-center", - "align-justify", - "align-left", - "align-right", - "allergies", - "ambulance", - "american-sign-language-interpreting", - "anchor", - "angle-double-down", - "angle-double-left", - "angle-double-right", - "angle-double-up", - "angle-down", - "angle-left", - "angle-right", - "angle-up", - "angry", - "ankh", - "apple-alt", - "archive", - "archway", - "arrow-alt-circle-down", - "arrow-alt-circle-left", - "arrow-alt-circle-right", - "arrow-alt-circle-up", - "arrow-circle-down", - "arrow-circle-left", - "arrow-circle-right", - "arrow-circle-up", - "arrow-down", - "arrow-left", - "arrow-right", - "arrow-up", - "arrows-alt", - "arrows-alt-h", - "arrows-alt-v", - "assistive-listening-systems", - "asterisk", - "at", - "atlas", - "atom", - "audio-description", - "award", - "baby", - "baby-carriage", - "backspace", - "backward", - "bacon", - "bahai", - "balance-scale", - "balance-scale-left", - "balance-scale-right", - "ban", - "band-aid", - "barcode", - "bars", - "baseball-ball", - "basketball-ball", - "bath", - "battery-empty", - "battery-full", - "battery-half", - "battery-quarter", - "battery-three-quarters", - "bed", - "beer", - "bell", - "bell-slash", - "bezier-curve", - "bible", - "bicycle", - "biking", - "binoculars", - "biohazard", - "birthday-cake", - "blender", - "blender-phone", - "blind", - "blog", - "bold", - "bolt", - "bomb", - "bone", - "bong", - "book", - "book-dead", - "book-medical", - "book-open", - "book-reader", - "bookmark", - "border-all", - "border-none", - "border-style", - "bowling-ball", - "box", - "box-open", - "boxes", - "braille", - "brain", - "bread-slice", - "briefcase", - "briefcase-medical", - "broadcast-tower", - "broom", - "brush", - "bug", - "building", - "bullhorn", - "bullseye", - "burn", - "bus", - "bus-alt", - "business-time", - "calculator", - "calendar", - "calendar-alt", - "calendar-check", - "calendar-day", - "calendar-minus", - "calendar-plus", - "calendar-times", - "calendar-week", - "camera", - "camera-retro", - "campground", - "candy-cane", - "cannabis", - "capsules", - "car", - "car-alt", - "car-battery", - "car-crash", - "car-side", - "caravan", - "caret-down", - "caret-left", - "caret-right", - "caret-square-down", - "caret-square-left", - "caret-square-right", - "caret-square-up", - "caret-up", - "carrot", - "cart-arrow-down", - "cart-plus", - "cash-register", - "cat", - "certificate", - "chair", - "chalkboard", - "chalkboard-teacher", - "charging-station", - "chart-area", - "chart-bar", - "chart-line", - "chart-pie", - "check", - "check-circle", - "check-double", - "check-square", - "cheese", - "chess", - "chess-bishop", - "chess-board", - "chess-king", - "chess-knight", - "chess-pawn", - "chess-queen", - "chess-rook", - "chevron-circle-down", - "chevron-circle-left", - "chevron-circle-right", - "chevron-circle-up", - "chevron-down", - "chevron-left", - "chevron-right", - "chevron-up", - "child", - "church", - "circle", - "circle-notch", - "city", - "clinic-medical", - "clipboard", - "clipboard-check", - "clipboard-list", - "clock", - "clone", - "closed-captioning", - "cloud", - "cloud-download-alt", - "cloud-meatball", - "cloud-moon", - "cloud-moon-rain", - "cloud-rain", - "cloud-showers-heavy", - "cloud-sun", - "cloud-sun-rain", - "cloud-upload-alt", - "cocktail", - "code", - "code-branch", - "coffee", - "cog", - "cogs", - "coins", - "columns", - "comment", - "comment-alt", - "comment-dollar", - "comment-dots", - "comment-medical", - "comment-slash", - "comments", - "comments-dollar", - "compact-disc", - "compass", - "compress", - "compress-alt", - "compress-arrows-alt", - "concierge-bell", - "cookie", - "cookie-bite", - "copy", - "copyright", - "couch", - "credit-card", - "crop", - "crop-alt", - "cross", - "crosshairs", - "crow", - "crown", - "crutch", - "cube", - "cubes", - "cut", - "database", - "deaf", - "democrat", - "desktop", - "dharmachakra", - "diagnoses", - "dice", - "dice-d20", - "dice-d6", - "dice-five", - "dice-four", - "dice-one", - "dice-six", - "dice-three", - "dice-two", - "digital-tachograph", - "directions", - "disease", - "divide", - "dizzy", - "dna", - "dog", - "dollar-sign", - "dolly", - "dolly-flatbed", - "donate", - "door-closed", - "door-open", - "dot-circle", - "dove", - "download", - "drafting-compass", - "dragon", - "draw-polygon", - "drum", - "drum-steelpan", - "drumstick-bite", - "dumbbell", - "dumpster", - "dumpster-fire", - "dungeon", - "edit", - "egg", - "eject", - "ellipsis-h", - "ellipsis-v", - "envelope", - "envelope-open", - "envelope-open-text", - "envelope-square", - "equals", - "eraser", - "ethernet", - "euro-sign", - "exchange-alt", - "exclamation", - "exclamation-circle", - "exclamation-triangle", - "expand", - "expand-alt", - "expand-arrows-alt", - "external-link-alt", - "external-link-square-alt", - "eye", - "eye-dropper", - "eye-slash", - "gamepad", - "gas-pump", - "gavel", - "gem", - "genderless", - "ghost", - "gift", - "gifts", - "glass-cheers", - "glass-martini", - "glass-martini-alt", - "glass-whiskey", - "glasses", - "globe", - "globe-africa", - "globe-americas", - "globe-asia", - "globe-europe", - "golf-ball", - "gopuram", - "graduation-cap", - "greater-than", - "greater-than-equal", - "grimace", - "grin", - "grin-alt", - "grin-beam", - "grin-beam-sweat", - "grin-hearts", - "grin-squint", - "grin-squint-tears", - "grin-stars", - "grin-tears", - "grin-tongue", - "grin-tongue-squint", - "grin-tongue-wink", - "grin-wink", - "grip-horizontal", - "grip-lines", - "grip-lines-vertical", - "grip-vertical", - "guitar", - "h-square", - "hamburger", - "hammer", - "hamsa", - "hand-holding", - "hand-holding-heart", - "hand-holding-usd", - "hand-holding-water", - "hand-lizard", - "hand-middle-finger", - "hand-paper", - "hand-peace", - "hand-point-down", - "hand-point-left", - "hand-point-right", - "hand-point-up", - "hand-pointer", - "hand-rock", - "hand-scissors", - "hand-spock", - "hands", - "hands-helping", - "handshake", - "hanukiah", - "hard-hat", - "hashtag", - "hat-cowboy", - "hat-cowboy-side", - "hat-wizard", - "hdd", - "heading", - "headphones", - "headphones-alt", - "headset", - "heart", - "heart-broken", - "heartbeat", - "helicopter", - "highlighter", - "hiking", - "hippo", - "history", - "hockey-puck", - "holly-berry", - "home", - "horse", - "horse-head", - "hospital", - "hospital-alt", - "hospital-symbol", - "hospital-user", - "hot-tub", - "hotdog", - "hotel", - "hourglass", - "hourglass-end", - "hourglass-half", - "hourglass-start", - "house-damage", - "hryvnia", - "i-cursor", - "ice-cream", - "icicles", - "icons", - "id-badge", - "id-card", - "id-card-alt", - "igloo", - "image", - "images", - "inbox", - "indent", - "industry", - "infinity", - "info", - "info-circle", - "italic", - "jedi", - "joint", - "journal-whills", - "kaaba", - "key", - "keyboard", - "khanda", - "kiss", - "kiss-beam", - "kiss-wink-heart", - "kiwi-bird", - "landmark", - "language", - "laptop", - "laptop-code", - "laptop-medical", - "laugh", - "laugh-beam", - "laugh-squint", - "laugh-wink", - "layer-group", - "leaf", - "lemon", - "less-than", - "less-than-equal", - "level-down-alt", - "level-up-alt", - "life-ring", - "lightbulb", - "link", - "lira-sign", - "list", - "list-alt", - "list-ol", - "list-ul", - "location-arrow", - "lock", - "lock-open", - "long-arrow-alt-down", - "long-arrow-alt-left", - "long-arrow-alt-right", - "long-arrow-alt-up", - "low-vision", - "luggage-cart", - "lungs", - "magic", - "magnet", - "mail-bulk", - "male", - "map", - "map-marked", - "map-marked-alt", - "map-marker", - "map-marker-alt", - "map-pin", - "map-signs", - "marker", - "mars", - "mars-double", - "mars-stroke", - "mars-stroke-h", - "mars-stroke-v", - "mask", - "medal", - "medkit", - "meh", - "meh-blank", - "meh-rolling-eyes", - "memory", - "menorah", - "mercury", - "meteor", - "microchip", - "microphone", - "microphone-alt", - "microphone-alt-slash", - "microphone-slash", - "microscope", - "minus", - "minus-circle", - "minus-square" - ] - }, - { - "name": "Accessibility Icons", - "icons": [ - "audio-description", - "braille", - "circle-info", - "circle-question", - "closed-captioning", - "ear-deaf", - "ear-listen", - "eye", - "eye-low-vision", - "fingerprint", - "hands", - "hands-asl-interpreting", - "handshake-angle", - "person-cane", - "person-walking-with-cane", - "phone-volume", - "question", - "tty", - "universal-access", - "wheelchair", - "wheelchair-move" - ] - }, - { - "name": "Transportation Icons", - "icons": [ - "ambulance", - "automobile", - "bicycle", - "bus", - "cab", - "car", - "fighter-jet", - "motorcycle", - "plane", - "rocket", - "ship", - "space-shuttle", - "subway", - "taxi", - "train", - "truck", - "wheelchair", - "wheelchair-alt" - ] - }, - { - "name": "Gender Icons", - "icons": [ - "genderless", - "mars", - "mars-double", - "mars-stroke", - "mars-stroke-h", - "mars-stroke-v", - "mercury", - "neuter", - "transgender", - "transgender-alt", - "venus", - "venus-double", - "venus-mars" - ] - }, - { - "name": "Spinner Icons", - "icons": ["cog", "gear", "refresh", "spinner"] - }, - { - "name": "Chart Icons", - "icons": ["area-chart", "bar-chart", "line-chart", "pie-chart"] - }, - { - "name": "Currency Icons", - "icons": [ - "cny", - "dollar", - "eur", - "euro", - "gbp", - "ils", - "inr", - "jpy", - "krw", - "rmb", - "rouble", - "rub", - "ruble", - "rupee", - "shekel", - "sheqel", - "try", - "turkish-lira", - "usd", - "won", - "yen" - ] - }, - { - "name": "Text Editor Icons", - "icons": [ - "align-center", - "align-justify", - "align-left", - "align-right", - "bold", - "chain", - "chain-broken", - "clipboard", - "columns", - "copy", - "cut", - "dedent", - "eraser", - "file", - "file-text", - "font", - "header", - "indent", - "italic", - "link", - "list", - "list-alt", - "list-ol", - "list-ul", - "outdent", - "paperclip", - "paragraph", - "paste", - "repeat", - "rotate-left", - "rotate-right", - "save", - "scissors", - "strikethrough", - "subscript", - "superscript", - "table", - "text-height", - "text-width", - "th", - "th-large", - "th-list", - "underline", - "undo", - "unlink" - ] - }, - { - "name": "Directional Icons", - "icons": [ - "angle-double-down", - "angle-double-left", - "angle-double-right", - "angle-double-up", - "angle-down", - "angle-left", - "angle-right", - "angle-up", - "arrow-circle-down", - "arrow-circle-left", - "arrow-circle-right", - "arrow-circle-up", - "arrow-down", - "arrow-left", - "arrow-right", - "arrow-up", - "arrows", - "arrows-alt", - "arrows-h", - "arrows-v", - "caret-down", - "caret-left", - "caret-right", - "caret-up", - "chevron-circle-down", - "chevron-circle-left", - "chevron-circle-right", - "chevron-circle-up", - "chevron-down", - "chevron-left", - "chevron-right", - "chevron-up", - "exchange", - "long-arrow-down", - "long-arrow-left", - "long-arrow-right", - "long-arrow-up" - ] - }, - { - "name": "Video Player Icons", - "icons": [ - "arrows-alt", - "backward", - "compress", - "eject", - "expand", - "fast-backward", - "fast-forward", - "forward", - "pause", - "pause-circle", - "play", - "play-circle", - "random", - "step-backward", - "step-forward", - "stop", - "stop-circle" - ] - }, - { - "name": "Medical Icons", - "icons": [ - "ambulance", - "h-square", - "heart", - "heartbeat", - "medkit", - "plus-square", - "stethoscope", - "user-md", - "wheelchair", - "wheelchair-alt" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/fontelico.json b/src/pages/admin/ui/icons/sets/fontelico.json deleted file mode 100644 index 6f7f1aa..0000000 --- a/src/pages/admin/ui/icons/sets/fontelico.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "Fontelico", - "href": "fontelico", - "prefix": "fontelico", - "lists": [ - { - "name": "Icons", - "icons": [ - "emo-happy", - "emo-wink", - "emo-wink2", - "emo-unhappy", - "emo-sleep", - "emo-thumbsup", - "emo-devil", - "emo-surprised", - "emo-tongue", - "emo-coffee", - "emo-sunglasses", - "emo-displeased", - "emo-beer", - "emo-grin", - "emo-angry", - "emo-saint", - "emo-cry", - "emo-shoot", - "emo-squint", - "emo-laugh", - "spin1", - "spin2", - "spin3", - "spin4", - "spin5", - "spin6", - "firefox", - "chrome", - "opera", - "ie" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/glyphicons.json b/src/pages/admin/ui/icons/sets/glyphicons.json deleted file mode 100644 index 3c59a23..0000000 --- a/src/pages/admin/ui/icons/sets/glyphicons.json +++ /dev/null @@ -1,271 +0,0 @@ -{ - "name": "GlyphIcons", - "href": "glyphicons", - "prefix": "glyphicon", - "lists": [ - { - "name": "Icons", - "icons": [ - "asterisk", - "plus", - "minus", - "eur", - "euro", - "cloud", - "envelope", - "pencil", - "glass", - "music", - "search", - "heart", - "star", - "star-empty", - "user", - "film", - "th-large", - "th", - "th-list", - "ok", - "remove", - "zoom-in", - "zoom-out", - "off", - "signal", - "cog", - "trash", - "home", - "file", - "time", - "road", - "download-alt", - "download", - "upload", - "inbox", - "play-circle", - "repeat", - "refresh", - "list-alt", - "lock", - "flag", - "headphones", - "volume-off", - "volume-down", - "volume-up", - "qrcode", - "barcode", - "tag", - "tags", - "book", - "bookmark", - "print", - "camera", - "font", - "bold", - "italic", - "text-height", - "text-width", - "align-left", - "align-center", - "align-right", - "align-justify", - "list", - "indent-left", - "indent-right", - "facetime-video", - "picture", - "map-marker", - "adjust", - "tint", - "edit", - "share", - "check", - "move", - "step-backward", - "fast-backward", - "backward", - "play", - "pause", - "stop", - "forward", - "fast-forward", - "step-forward", - "eject", - "chevron-left", - "chevron-right", - "plus-sign", - "minus-sign", - "remove-sign", - "ok-sign", - "question-sign", - "info-sign", - "screenshot", - "remove-circle", - "ok-circle", - "ban-circle", - "arrow-left", - "arrow-right", - "arrow-up", - "arrow-down", - "share-alt", - "resize-full", - "resize-small", - "exclamation-sign", - "gift", - "leaf", - "fire", - "eye-open", - "eye-close", - "warning-sign", - "plane", - "calendar", - "random", - "comment", - "magnet", - "chevron-up", - "chevron-down", - "retweet", - "shopping-cart", - "folder-close", - "folder-open", - "resize-vertical", - "resize-horizontal", - "hdd", - "bullhorn", - "bell", - "certificate", - "thumbs-up", - "thumbs-down", - "hand-right", - "hand-left", - "hand-up", - "hand-down", - "circle-arrow-right", - "circle-arrow-left", - "circle-arrow-up", - "circle-arrow-down", - "globe", - "wrench", - "tasks", - "filter", - "briefcase", - "fullscreen", - "dashboard", - "paperclip", - "heart-empty", - "link", - "phone", - "pushpin", - "usd", - "gbp", - "sort", - "sort-by-alphabet", - "sort-by-alphabet-alt", - "sort-by-order", - "sort-by-order-alt", - "sort-by-attributes", - "sort-by-attributes-alt", - "unchecked", - "expand", - "collapse-down", - "collapse-up", - "log-in", - "flash", - "log-out", - "new-window", - "record", - "save", - "open", - "saved", - "import", - "export", - "send", - "floppy-disk", - "floppy-saved", - "floppy-remove", - "floppy-save", - "floppy-open", - "credit-card", - "transfer", - "cutlery", - "header", - "compressed", - "earphone", - "phone-alt", - "tower", - "stats", - "sd-video", - "hd-video", - "subtitles", - "sound-stereo", - "sound-dolby", - "sound-5-1", - "sound-6-1", - "sound-7-1", - "copyright-mark", - "registration-mark", - "cloud-download", - "cloud-upload", - "tree-conifer", - "tree-deciduous", - "cd", - "save-file", - "open-file", - "level-up", - "copy", - "paste", - "alert", - "equalizer", - "king", - "queen", - "pawn", - "bishop", - "knight", - "baby-formula", - "tent", - "blackboard", - "bed", - "apple", - "erase", - "hourglass", - "lamp", - "duplicate", - "piggy-bank", - "scissors", - "bitcoin", - "yen", - "ruble", - "scale", - "ice-lolly", - "ice-lolly-tasted", - "education", - "option-horizontal", - "option-vertical", - "menu-hamburger", - "modal-window", - "oil", - "grain", - "sunglasses", - "text-size", - "text-color", - "text-background", - "object-align-top", - "object-align-bottom", - "object-align-horizontal", - "object-align-left", - "object-align-vertical", - "object-align-right", - "triangle-right", - "triangle-left", - "triangle-bottom", - "triangle-top", - "console", - "superscript", - "subscript", - "menu-left", - "menu-right", - "menu-down", - "menu-up" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/iconic-stroke.json b/src/pages/admin/ui/icons/sets/iconic-stroke.json deleted file mode 100644 index 1df551d..0000000 --- a/src/pages/admin/ui/icons/sets/iconic-stroke.json +++ /dev/null @@ -1,163 +0,0 @@ -{ - "name": "Iconic Stroke", - "href": "iconic-stroke", - "prefix": "iconicstroke", - "lists": [ - { - "name": "Icons", - "icons": [ - "hash", - "question-mark", - "at", - "pilcrow", - "info", - "arrow-left", - "arrow-up", - "arrow-right", - "arrow-down", - "home", - "sun-stroke", - "cloud", - "umbrella", - "star", - "moon-stroke", - "heart-stroke", - "cog", - "bolt", - "key-stroke", - "rain", - "denied", - "mail", - "pen", - "check", - "check-alt", - "x", - "x-alt", - "left-quote", - "right-quote", - "plus", - "minus", - "curved-arrow", - "document-alt-stroke", - "calendar", - "map-pin-alt", - "comment-alt1-stroke", - "comment-alt2-stroke", - "pen-alt-stroke", - "pen-alt2", - "chat-alt-stroke", - "plus-alt", - "minus-alt", - "bars-alt", - "book-alt", - "aperture-alt", - "beaker-alt", - "left-quote-alt", - "right-quote-alt", - "arrow-left-alt1", - "arrow-up-alt1", - "arrow-right-alt1", - "arrow-down-alt1", - "arrow-left-alt2", - "arrow-up-alt2", - "arrow-right-alt2", - "arrow-down-alt2", - "brush", - "brush-alt", - "eyedropper", - "layers", - "layers-alt", - "compass", - "award-stroke", - "beaker", - "steering-wheel", - "eye", - "aperture", - "image", - "chart", - "chart-alt", - "target", - "tag-stroke", - "rss", - "rss-alt", - "share", - "undo", - "reload", - "reload-alt", - "loop-alt1", - "loop-alt2", - "loop-alt3", - "loop-alt4", - "spin", - "spin-alt", - "move-horizontal", - "move-horizontal-alt1", - "move-horizontal-alt2", - "move-vertical", - "move-vertical-alt1", - "move-vertical-alt2", - "move", - "move-alt1", - "move-alt2", - "transfer", - "download", - "upload", - "cloud-download", - "cloud-upload", - "fork", - "play", - "play-alt", - "pause", - "stop", - "eject", - "first", - "last", - "fullscreen", - "fullscreen-alt", - "fullscreen-exit", - "fullscreen-exit-alt", - "equalizer", - "article", - "read-more", - "list", - "list-nested", - "cursor", - "dial", - "new-window", - "trash-stroke", - "battery-half", - "battery-empty", - "battery-charging", - "chat", - "mic", - "movie", - "headphones", - "user", - "lightbulb", - "cd", - "folder-stroke", - "document-stroke", - "pin", - "map-pin-stroke", - "book", - "book-alt2", - "box", - "calendar-alt-stroke", - "comment-stroke", - "iphone", - "bars", - "camera", - "volume-mute", - "volume", - "battery-full", - "magnifying-glass", - "lock-stroke", - "unlock-stroke", - "link", - "wrench", - "clock", - "paperclip" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/ionicons.json b/src/pages/admin/ui/icons/sets/ionicons.json deleted file mode 100644 index d298586..0000000 --- a/src/pages/admin/ui/icons/sets/ionicons.json +++ /dev/null @@ -1,646 +0,0 @@ -{ - "name": "Ionicons", - "href": "ionicons", - "prefix": "ion", - "lists": [ - { - "name": "Icons", - "icons": [ - "ios-add", - "ios-add-circle", - "ios-alarm", - "ios-albums", - "ios-alert", - "ios-american-football", - "ios-analytics", - "ios-aperture", - "ios-apps", - "ios-appstore", - "ios-archive", - "ios-arrow-back", - "ios-arrow-down", - "ios-arrow-dropdown", - "ios-arrow-dropdown-circle", - "ios-arrow-dropleft", - "ios-arrow-dropleft-circle", - "ios-arrow-dropright", - "ios-arrow-dropright-circle", - "ios-arrow-dropup", - "ios-arrow-dropup-circle", - "ios-arrow-forward", - "ios-arrow-round-back", - "ios-arrow-round-down", - "ios-arrow-round-forward", - "ios-arrow-round-up", - "ios-arrow-up", - "ios-at", - "ios-attach", - "ios-backspace", - "ios-barcode", - "ios-baseball", - "ios-basket", - "ios-basketball", - "ios-battery-charging", - "ios-battery-dead", - "ios-battery-full", - "ios-beaker", - "ios-beer", - "ios-bicycle", - "ios-bluetooth", - "ios-boat", - "ios-body", - "ios-bonfire", - "ios-book", - "ios-bookmark", - "ios-bookmarks", - "ios-bowtie", - "ios-briefcase", - "ios-browsers", - "ios-brush", - "ios-bug", - "ios-build", - "ios-bulb", - "ios-bus", - "ios-cafe", - "ios-calculator", - "ios-calendar", - "ios-call", - "ios-camera", - "ios-car", - "ios-card", - "ios-cart", - "ios-cash", - "ios-chatboxes", - "ios-chatbubbles", - "ios-checkbox", - "ios-checkmark", - "ios-checkmark-circle", - "ios-clipboard", - "ios-clock", - "ios-close", - "ios-close-circle", - "ios-closed-captioning", - "ios-cloud", - "ios-cloud-circle", - "ios-cloud-done", - "ios-cloud-download", - "ios-cloud-upload", - "ios-cloudy", - "ios-cloudy-night", - "ios-code", - "ios-code-download", - "ios-code-working", - "ios-cog", - "ios-color-fill", - "ios-color-filter", - "ios-color-palette", - "ios-color-wand", - "ios-compass", - "ios-construct", - "ios-contact", - "ios-contacts", - "ios-contract", - "ios-contrast", - "ios-copy", - "ios-create", - "ios-crop", - "ios-cube", - "ios-cut", - "ios-desktop", - "ios-disc", - "ios-document", - "ios-done-all", - "ios-download", - "ios-easel", - "ios-egg", - "ios-exit", - "ios-expand", - "ios-eye", - "ios-eye-off", - "ios-fastforward", - "ios-female", - "ios-filing", - "ios-film", - "ios-finger-print", - "ios-flag", - "ios-flame", - "ios-flash", - "ios-flask", - "ios-flower", - "ios-folder", - "ios-folder-open", - "ios-football", - "ios-funnel", - "ios-game-controller-a", - "ios-game-controller-b", - "ios-git-branch", - "ios-git-commit", - "ios-git-compare", - "ios-git-merge", - "ios-git-network", - "ios-git-pull-request", - "ios-glasses", - "ios-globe", - "ios-grid", - "ios-hammer", - "ios-hand", - "ios-happy", - "ios-headset", - "ios-heart", - "ios-help", - "ios-help-buoy", - "ios-help-circle", - "ios-home", - "ios-ice-cream", - "ios-image", - "ios-images", - "ios-infinite", - "ios-information", - "ios-information-circle", - "ios-ionic", - "ios-ionitron", - "ios-jet", - "ios-key", - "ios-keypad", - "ios-laptop", - "ios-leaf", - "ios-link", - "ios-list", - "ios-list-box", - "ios-locate", - "ios-lock", - "ios-log-in", - "ios-log-out", - "ios-magnet", - "ios-mail", - "ios-mail-open", - "ios-male", - "ios-man", - "ios-map", - "ios-medal", - "ios-medical", - "ios-medkit", - "ios-megaphone", - "ios-menu", - "ios-mic", - "ios-mic-off", - "ios-microphone", - "ios-moon", - "ios-more", - "ios-move", - "ios-musical-note", - "ios-musical-notes", - "ios-navigate", - "ios-no-smoking", - "ios-notifications", - "ios-notifications-off", - "ios-nuclear", - "ios-nutrition", - "ios-open", - "ios-options", - "ios-outlet", - "ios-paper", - "ios-paper-plane", - "ios-partly-sunny", - "ios-pause", - "ios-paw", - "ios-people", - "ios-person", - "ios-person-add", - "ios-phone-landscape", - "ios-phone-portrait", - "ios-photos", - "ios-pie", - "ios-pin", - "ios-pint", - "ios-pizza", - "ios-plane", - "ios-planet", - "ios-play", - "ios-podium", - "ios-power", - "ios-pricetag", - "ios-pricetags", - "ios-print", - "ios-pulse", - "ios-qr-scanner", - "ios-quote", - "ios-radio", - "ios-radio-button-off", - "ios-radio-button-on", - "ios-rainy", - "ios-recording", - "ios-redo", - "ios-refresh", - "ios-refresh-circle", - "ios-remove", - "ios-remove-circle", - "ios-reorder", - "ios-repeat", - "ios-resize", - "ios-restaurant", - "ios-return-left", - "ios-return-right", - "ios-reverse-camera", - "ios-rewind", - "ios-ribbon", - "ios-rose", - "ios-sad", - "ios-school", - "ios-search", - "ios-send", - "ios-settings", - "ios-share", - "ios-share-alt", - "ios-shirt", - "ios-shuffle", - "ios-skip-backward", - "ios-skip-forward", - "ios-snow", - "ios-speedometer", - "ios-square", - "ios-star", - "ios-star-half", - "ios-stats", - "ios-stopwatch", - "ios-subway", - "ios-sunny", - "ios-swap", - "ios-switch", - "ios-sync", - "ios-tablet-landscape", - "ios-tablet-portrait", - "ios-tennisball", - "ios-text", - "ios-thermometer", - "ios-thumbs-down", - "ios-thumbs-up", - "ios-thunderstorm", - "ios-time", - "ios-timer", - "ios-train", - "ios-transgender", - "ios-trash", - "ios-trending-down", - "ios-trending-up", - "ios-trophy", - "ios-umbrella", - "ios-undo", - "ios-unlock", - "ios-videocam", - "ios-volume-down", - "ios-volume-mute", - "ios-volume-off", - "ios-volume-up", - "ios-walk", - "ios-warning", - "ios-watch", - "ios-water", - "ios-wifi", - "ios-wine", - "ios-woman", - "logo-android", - "logo-angular", - "logo-apple", - "logo-bitcoin", - "logo-buffer", - "logo-chrome", - "logo-codepen", - "logo-css3", - "logo-designernews", - "logo-dribbble", - "logo-dropbox", - "logo-euro", - "logo-facebook", - "logo-foursquare", - "logo-freebsd-devil", - "logo-github", - "logo-google", - "logo-googleplus", - "logo-hackernews", - "logo-html5", - "logo-instagram", - "logo-javascript", - "logo-linkedin", - "logo-markdown", - "logo-nodejs", - "logo-octocat", - "logo-pinterest", - "logo-playstation", - "logo-python", - "logo-reddit", - "logo-rss", - "logo-sass", - "logo-skype", - "logo-snapchat", - "logo-steam", - "logo-tumblr", - "logo-tux", - "logo-twitch", - "logo-twitter", - "logo-usd", - "logo-vimeo", - "logo-whatsapp", - "logo-windows", - "logo-wordpress", - "logo-xbox", - "logo-yahoo", - "logo-yen", - "logo-youtube", - "md-add", - "md-add-circle", - "md-alarm", - "md-albums", - "md-alert", - "md-american-football", - "md-analytics", - "md-aperture", - "md-apps", - "md-appstore", - "md-archive", - "md-arrow-back", - "md-arrow-down", - "md-arrow-dropdown", - "md-arrow-dropdown-circle", - "md-arrow-dropleft", - "md-arrow-dropleft-circle", - "md-arrow-dropright", - "md-arrow-dropright-circle", - "md-arrow-dropup", - "md-arrow-dropup-circle", - "md-arrow-forward", - "md-arrow-round-back", - "md-arrow-round-down", - "md-arrow-round-forward", - "md-arrow-round-up", - "md-arrow-up", - "md-at", - "md-attach", - "md-backspace", - "md-barcode", - "md-baseball", - "md-basket", - "md-basketball", - "md-battery-charging", - "md-battery-dead", - "md-battery-full", - "md-beaker", - "md-beer", - "md-bicycle", - "md-bluetooth", - "md-boat", - "md-body", - "md-bonfire", - "md-book", - "md-bookmark", - "md-bookmarks", - "md-bowtie", - "md-briefcase", - "md-browsers", - "md-brush", - "md-bug", - "md-build", - "md-bulb", - "md-bus", - "md-cafe", - "md-calculator", - "md-calendar", - "md-call", - "md-camera", - "md-car", - "md-card", - "md-cart", - "md-cash", - "md-chatboxes", - "md-chatbubbles", - "md-checkbox", - "md-checkmark", - "md-checkmark-circle", - "md-clipboard", - "md-clock", - "md-close", - "md-close-circle", - "md-closed-captioning", - "md-cloud", - "md-cloud-circle", - "md-cloud-done", - "md-cloud-download", - "md-cloud-upload", - "md-cloudy", - "md-cloudy-night", - "md-code", - "md-code-download", - "md-code-working", - "md-cog", - "md-color-fill", - "md-color-filter", - "md-color-palette", - "md-color-wand", - "md-compass", - "md-construct", - "md-contact", - "md-contacts", - "md-contract", - "md-contrast", - "md-copy", - "md-create", - "md-crop", - "md-cube", - "md-cut", - "md-desktop", - "md-disc", - "md-document", - "md-done-all", - "md-download", - "md-easel", - "md-egg", - "md-exit", - "md-expand", - "md-eye", - "md-eye-off", - "md-fastforward", - "md-female", - "md-filing", - "md-film", - "md-finger-print", - "md-flag", - "md-flame", - "md-flash", - "md-flask", - "md-flower", - "md-folder", - "md-folder-open", - "md-football", - "md-funnel", - "md-game-controller-a", - "md-game-controller-b", - "md-git-branch", - "md-git-commit", - "md-git-compare", - "md-git-merge", - "md-git-network", - "md-git-pull-request", - "md-glasses", - "md-globe", - "md-grid", - "md-hammer", - "md-hand", - "md-happy", - "md-headset", - "md-heart", - "md-help", - "md-help-buoy", - "md-help-circle", - "md-home", - "md-ice-cream", - "md-image", - "md-images", - "md-infinite", - "md-information", - "md-information-circle", - "md-ionic", - "md-ionitron", - "md-jet", - "md-key", - "md-keypad", - "md-laptop", - "md-leaf", - "md-link", - "md-list", - "md-list-box", - "md-locate", - "md-lock", - "md-log-in", - "md-log-out", - "md-magnet", - "md-mail", - "md-mail-open", - "md-male", - "md-man", - "md-map", - "md-medal", - "md-medical", - "md-medkit", - "md-megaphone", - "md-menu", - "md-mic", - "md-mic-off", - "md-microphone", - "md-moon", - "md-more", - "md-move", - "md-musical-note", - "md-musical-notes", - "md-navigate", - "md-no-smoking", - "md-notifications", - "md-notifications-off", - "md-nuclear", - "md-nutrition", - "md-open", - "md-options", - "md-outlet", - "md-paper", - "md-paper-plane", - "md-partly-sunny", - "md-pause", - "md-paw", - "md-people", - "md-person", - "md-person-add", - "md-phone-landscape", - "md-phone-portrait", - "md-photos", - "md-pie", - "md-pin", - "md-pint", - "md-pizza", - "md-plane", - "md-planet", - "md-play", - "md-podium", - "md-power", - "md-pricetag", - "md-pricetags", - "md-print", - "md-pulse", - "md-qr-scanner", - "md-quote", - "md-radio", - "md-radio-button-off", - "md-radio-button-on", - "md-rainy", - "md-recording", - "md-redo", - "md-refresh", - "md-refresh-circle", - "md-remove", - "md-remove-circle", - "md-reorder", - "md-repeat", - "md-resize", - "md-restaurant", - "md-return-left", - "md-return-right", - "md-reverse-camera", - "md-rewind", - "md-ribbon", - "md-rose", - "md-sad", - "md-school", - "md-search", - "md-send", - "md-settings", - "md-share", - "md-share-alt", - "md-shirt", - "md-shuffle", - "md-skip-backward", - "md-skip-forward", - "md-snow", - "md-speedometer", - "md-square", - "md-star", - "md-star-half", - "md-stats", - "md-stopwatch", - "md-subway", - "md-sunny", - "md-swap", - "md-switch", - "md-sync", - "md-tablet-landscape", - "md-tablet-portrait", - "md-tennisball", - "md-text", - "md-thermometer", - "md-thumbs-down", - "md-thumbs-up", - "md-thunderstorm", - "md-time", - "md-timer", - "md-train", - "md-transgender", - "md-trash", - "md-trending-down", - "md-trending-up", - "md-trophy", - "md-umbrella", - "md-undo", - "md-unlock", - "md-videocam", - "md-volume-down", - "md-volume-mute", - "md-volume-off", - "md-volume-up", - "md-walk", - "md-warning", - "md-watch", - "md-water", - "md-wifi", - "md-wine", - "md-woman" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/maki.json b/src/pages/admin/ui/icons/sets/maki.json deleted file mode 100644 index b2a1cde..0000000 --- a/src/pages/admin/ui/icons/sets/maki.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "Maki", - "href": "maki", - "prefix": "maki", - "lists": [ - { - "name": "Icons", - "icons": [ - "aboveground-rail", - "airfield", - "airport", - "art-gallery", - "bar", - "baseball", - "basketball", - "beer", - "belowground-rail", - "bicycle", - "bus", - "cafe", - "campsite", - "cemetery", - "cinema", - "college", - "commerical-building", - "credit-card", - "cricket", - "embassy", - "fast-food", - "ferry", - "fire-station", - "football", - "fuel", - "garden", - "giraffe", - "golf", - "grocery-store", - "harbor", - "heliport", - "hospital", - "industrial-building", - "library", - "lodging", - "london-underground", - "minefield", - "monument", - "museum", - "pharmacy", - "pitch", - "police", - "post", - "prison", - "rail", - "religious-christian", - "religious-islam", - "religious-jewish", - "restaurant", - "roadblock", - "school", - "shop", - "skiing", - "soccer", - "swimming", - "tennis", - "theatre", - "toilet", - "town-hall", - "trash", - "tree-1", - "tree-2", - "warehouse" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/material-icons.json b/src/pages/admin/ui/icons/sets/material-icons.json deleted file mode 100644 index 14d1e0c..0000000 --- a/src/pages/admin/ui/icons/sets/material-icons.json +++ /dev/null @@ -1,944 +0,0 @@ -{ - "name": "Material icons", - "href": "material", - "prefix": "material-icons", - "lists": [ - { - "name": "Icons", - "icons": [ - "3d_rotation", - "ac_unit", - "access_alarm", - "access_alarms", - "access_time", - "accessibility", - "accessible", - "account_balance", - "account_balance_wallet", - "account_box", - "account_circle", - "adb", - "add", - "add_a_photo", - "add_alarm", - "add_alert", - "add_box", - "add_circle", - "add_circle_outline", - "add_location", - "add_shopping_cart", - "add_to_photos", - "add_to_queue", - "adjust", - "airline_seat_flat", - "airline_seat_flat_angled", - "airline_seat_individual_suite", - "airline_seat_legroom_extra", - "airline_seat_legroom_normal", - "airline_seat_legroom_reduced", - "airline_seat_recline_extra", - "airline_seat_recline_normal", - "airplanemode_active", - "airplanemode_inactive", - "airplay", - "airport_shuttle", - "alarm", - "alarm_add", - "alarm_off", - "alarm_on", - "album", - "all_inclusive", - "all_out", - "android", - "announcement", - "apps", - "archive", - "arrow_back", - "arrow_downward", - "arrow_drop_down", - "arrow_drop_down_circle", - "arrow_drop_up", - "arrow_forward", - "arrow_upward", - "art_track", - "aspect_ratio", - "assessment", - "assignment", - "assignment_ind", - "assignment_late", - "assignment_return", - "assignment_returned", - "assignment_turned_in", - "assistant", - "assistant_photo", - "attach_file", - "attach_money", - "attachment", - "audiotrack", - "autorenew", - "av_timer", - "backspace", - "backup", - "battery_alert", - "battery_charging_full", - "battery_full", - "battery_std", - "battery_unknown", - "beach_access", - "beenhere", - "block", - "bluetooth", - "bluetooth_audio", - "bluetooth_connected", - "bluetooth_disabled", - "bluetooth_searching", - "blur_circular", - "blur_linear", - "blur_off", - "blur_on", - "book", - "bookmark", - "bookmark_border", - "border_all", - "border_bottom", - "border_clear", - "border_color", - "border_horizontal", - "border_inner", - "border_left", - "border_outer", - "border_right", - "border_style", - "border_top", - "border_vertical", - "branding_watermark", - "brightness_1", - "brightness_2", - "brightness_3", - "brightness_4", - "brightness_5", - "brightness_6", - "brightness_7", - "brightness_auto", - "brightness_high", - "brightness_low", - "brightness_medium", - "broken_image", - "brush", - "bubble_chart", - "bug_report", - "build", - "burst_mode", - "business", - "business_center", - "cached", - "cake", - "call", - "call_end", - "call_made", - "call_merge", - "call_missed", - "call_missed_outgoing", - "call_received", - "call_split", - "call_to_action", - "camera", - "camera_alt", - "camera_enhance", - "camera_front", - "camera_rear", - "camera_roll", - "cancel", - "card_giftcard", - "card_membership", - "card_travel", - "casino", - "cast", - "cast_connected", - "center_focus_strong", - "center_focus_weak", - "change_history", - "chat", - "chat_bubble", - "chat_bubble_outline", - "check", - "check_box", - "check_box_outline_blank", - "check_circle", - "chevron_left", - "chevron_right", - "child_care", - "child_friendly", - "chrome_reader_mode", - "class", - "clear", - "clear_all", - "close", - "closed_caption", - "cloud", - "cloud_circle", - "cloud_done", - "cloud_download", - "cloud_off", - "cloud_queue", - "cloud_upload", - "code", - "collections", - "collections_bookmark", - "color_lens", - "colorize", - "comment", - "compare", - "compare_arrows", - "computer", - "confirmation_number", - "contact_mail", - "contact_phone", - "contacts", - "content_copy", - "content_cut", - "content_paste", - "control_point", - "control_point_duplicate", - "copyright", - "create", - "create_new_folder", - "credit_card", - "crop", - "crop_16_9", - "crop_3_2", - "crop_5_4", - "crop_7_5", - "crop_din", - "crop_free", - "crop_landscape", - "crop_original", - "crop_portrait", - "crop_rotate", - "crop_square", - "dashboard", - "data_usage", - "date_range", - "dehaze", - "delete", - "delete_forever", - "delete_sweep", - "description", - "desktop_mac", - "desktop_windows", - "details", - "developer_board", - "developer_mode", - "device_hub", - "devices", - "devices_other", - "dialer_sip", - "dialpad", - "directions", - "directions_bike", - "directions_boat", - "directions_bus", - "directions_car", - "directions_railway", - "directions_run", - "directions_subway", - "directions_transit", - "directions_walk", - "disc_full", - "dns", - "do_not_disturb", - "do_not_disturb_alt", - "do_not_disturb_off", - "do_not_disturb_on", - "dock", - "domain", - "done", - "done_all", - "donut_large", - "donut_small", - "drafts", - "drag_handle", - "drive_eta", - "dvr", - "edit", - "edit_location", - "eject", - "email", - "enhanced_encryption", - "equalizer", - "error", - "error_outline", - "euro_symbol", - "ev_station", - "event", - "event_available", - "event_busy", - "event_note", - "event_seat", - "exit_to_app", - "expand_less", - "expand_more", - "explicit", - "explore", - "exposure", - "exposure_neg_1", - "exposure_neg_2", - "exposure_plus_1", - "exposure_plus_2", - "exposure_zero", - "extension", - "face", - "fast_forward", - "fast_rewind", - "favorite", - "favorite_border", - "featured_play_list", - "featured_video", - "feedback", - "fiber_dvr", - "fiber_manual_record", - "fiber_new", - "fiber_pin", - "fiber_smart_record", - "file_download", - "file_upload", - "filter", - "filter_1", - "filter_2", - "filter_3", - "filter_4", - "filter_5", - "filter_6", - "filter_7", - "filter_8", - "filter_9", - "filter_9_plus", - "filter_b_and_w", - "filter_center_focus", - "filter_drama", - "filter_frames", - "filter_hdr", - "filter_list", - "filter_none", - "filter_tilt_shift", - "filter_vintage", - "find_in_page", - "find_replace", - "fingerprint", - "first_page", - "fitness_center", - "flag", - "flare", - "flash_auto", - "flash_off", - "flash_on", - "flight", - "flight_land", - "flight_takeoff", - "flip", - "flip_to_back", - "flip_to_front", - "folder", - "folder_open", - "folder_shared", - "folder_special", - "font_download", - "format_align_center", - "format_align_justify", - "format_align_left", - "format_align_right", - "format_bold", - "format_clear", - "format_color_fill", - "format_color_reset", - "format_color_text", - "format_indent_decrease", - "format_indent_increase", - "format_italic", - "format_line_spacing", - "format_list_bulleted", - "format_list_numbered", - "format_paint", - "format_quote", - "format_shapes", - "format_size", - "format_strikethrough", - "format_textdirection_l_to_r", - "format_textdirection_r_to_l", - "format_underlined", - "forum", - "forward", - "forward_10", - "forward_30", - "forward_5", - "free_breakfast", - "fullscreen", - "fullscreen_exit", - "functions", - "g_translate", - "gamepad", - "games", - "gavel", - "gesture", - "get_app", - "gif", - "golf_course", - "gps_fixed", - "gps_not_fixed", - "gps_off", - "grade", - "gradient", - "grain", - "graphic_eq", - "grid_off", - "grid_on", - "group", - "group_add", - "group_work", - "hd", - "hdr_off", - "hdr_on", - "hdr_strong", - "hdr_weak", - "headset", - "headset_mic", - "healing", - "hearing", - "help", - "help_outline", - "high_quality", - "highlight", - "highlight_off", - "history", - "home", - "hot_tub", - "hotel", - "hourglass_empty", - "hourglass_full", - "http", - "https", - "image", - "image_aspect_ratio", - "import_contacts", - "import_export", - "important_devices", - "inbox", - "indeterminate_check_box", - "info", - "info_outline", - "input", - "insert_chart", - "insert_comment", - "insert_drive_file", - "insert_emoticon", - "insert_invitation", - "insert_link", - "insert_photo", - "invert_colors", - "invert_colors_off", - "iso", - "keyboard", - "keyboard_arrow_down", - "keyboard_arrow_left", - "keyboard_arrow_right", - "keyboard_arrow_up", - "keyboard_backspace", - "keyboard_capslock", - "keyboard_hide", - "keyboard_return", - "keyboard_tab", - "keyboard_voice", - "kitchen", - "label", - "label_outline", - "landscape", - "language", - "laptop", - "laptop_chromebook", - "laptop_mac", - "laptop_windows", - "last_page", - "launch", - "layers", - "layers_clear", - "leak_add", - "leak_remove", - "lens", - "library_add", - "library_books", - "library_music", - "lightbulb_outline", - "line_style", - "line_weight", - "linear_scale", - "link", - "linked_camera", - "list", - "live_help", - "live_tv", - "local_activity", - "local_airport", - "local_atm", - "local_bar", - "local_cafe", - "local_car_wash", - "local_convenience_store", - "local_dining", - "local_drink", - "local_florist", - "local_gas_station", - "local_grocery_store", - "local_hospital", - "local_hotel", - "local_laundry_service", - "local_library", - "local_mall", - "local_movies", - "local_offer", - "local_parking", - "local_pharmacy", - "local_phone", - "local_pizza", - "local_play", - "local_post_office", - "local_printshop", - "local_see", - "local_shipping", - "local_taxi", - "location_city", - "location_disabled", - "location_off", - "location_on", - "location_searching", - "lock", - "lock_open", - "lock_outline", - "looks", - "looks_3", - "looks_4", - "looks_5", - "looks_6", - "looks_one", - "looks_two", - "loop", - "loupe", - "low_priority", - "loyalty", - "mail", - "mail_outline", - "map", - "markunread", - "markunread_mailbox", - "memory", - "menu", - "merge_type", - "message", - "mic", - "mic_none", - "mic_off", - "mms", - "mode_comment", - "mode_edit", - "monetization_on", - "money_off", - "monochrome_photos", - "mood", - "mood_bad", - "more", - "more_horiz", - "more_vert", - "motorcycle", - "mouse", - "move_to_inbox", - "movie", - "movie_creation", - "movie_filter", - "multiline_chart", - "music_note", - "music_video", - "my_location", - "nature", - "nature_people", - "navigate_before", - "navigate_next", - "navigation", - "near_me", - "network_cell", - "network_check", - "network_locked", - "network_wifi", - "new_releases", - "next_week", - "nfc", - "no_encryption", - "no_sim", - "not_interested", - "note", - "note_add", - "notifications", - "notifications_active", - "notifications_none", - "notifications_off", - "notifications_paused", - "offline_pin", - "ondemand_video", - "opacity", - "open_in_browser", - "open_in_new", - "open_with", - "pages", - "pageview", - "palette", - "pan_tool", - "panorama", - "panorama_fish_eye", - "panorama_horizontal", - "panorama_vertical", - "panorama_wide_angle", - "party_mode", - "pause", - "pause_circle_filled", - "pause_circle_outline", - "payment", - "people", - "people_outline", - "perm_camera_mic", - "perm_contact_calendar", - "perm_data_setting", - "perm_device_information", - "perm_identity", - "perm_media", - "perm_phone_msg", - "perm_scan_wifi", - "person", - "person_add", - "person_outline", - "person_pin", - "person_pin_circle", - "personal_video", - "pets", - "phone", - "phone_android", - "phone_bluetooth_speaker", - "phone_forwarded", - "phone_in_talk", - "phone_iphone", - "phone_locked", - "phone_missed", - "phone_paused", - "phonelink", - "phonelink_erase", - "phonelink_lock", - "phonelink_off", - "phonelink_ring", - "phonelink_setup", - "photo", - "photo_album", - "photo_camera", - "photo_filter", - "photo_library", - "photo_size_select_actual", - "photo_size_select_large", - "photo_size_select_small", - "picture_as_pdf", - "picture_in_picture", - "picture_in_picture_alt", - "pie_chart", - "pie_chart_outlined", - "pin_drop", - "place", - "play_arrow", - "play_circle_filled", - "play_circle_outline", - "play_for_work", - "playlist_add", - "playlist_add_check", - "playlist_play", - "plus_one", - "poll", - "polymer", - "pool", - "portable_wifi_off", - "portrait", - "power", - "power_input", - "power_settings_new", - "pregnant_woman", - "present_to_all", - "print", - "priority_high", - "public", - "publish", - "query_builder", - "question_answer", - "queue", - "queue_music", - "queue_play_next", - "radio", - "radio_button_checked", - "radio_button_unchecked", - "rate_review", - "receipt", - "recent_actors", - "record_voice_over", - "redeem", - "redo", - "refresh", - "remove", - "remove_circle", - "remove_circle_outline", - "remove_from_queue", - "remove_red_eye", - "remove_shopping_cart", - "reorder", - "repeat", - "repeat_one", - "replay", - "replay_10", - "replay_30", - "replay_5", - "reply", - "reply_all", - "report", - "report_problem", - "restaurant", - "restaurant_menu", - "restore", - "restore_page", - "ring_volume", - "room", - "room_service", - "rotate_90_degrees_ccw", - "rotate_left", - "rotate_right", - "rounded_corner", - "router", - "rowing", - "rss_feed", - "rv_hookup", - "satellite", - "save", - "scanner", - "schedule", - "school", - "screen_lock_landscape", - "screen_lock_portrait", - "screen_lock_rotation", - "screen_rotation", - "screen_share", - "sd_card", - "sd_storage", - "search", - "security", - "select_all", - "send", - "sentiment_dissatisfied", - "sentiment_neutral", - "sentiment_satisfied", - "sentiment_very_dissatisfied", - "sentiment_very_satisfied", - "settings", - "settings_applications", - "settings_backup_restore", - "settings_bluetooth", - "settings_brightness", - "settings_cell", - "settings_ethernet", - "settings_input_antenna", - "settings_input_component", - "settings_input_composite", - "settings_input_hdmi", - "settings_input_svideo", - "settings_overscan", - "settings_phone", - "settings_power", - "settings_remote", - "settings_system_daydream", - "settings_voice", - "share", - "shop", - "shop_two", - "shopping_basket", - "shopping_cart", - "short_text", - "show_chart", - "shuffle", - "signal_cellular_4_bar", - "signal_cellular_connected_no_internet_4_bar", - "signal_cellular_no_sim", - "signal_cellular_null", - "signal_cellular_off", - "signal_wifi_4_bar", - "signal_wifi_4_bar_lock", - "signal_wifi_off", - "sim_card", - "sim_card_alert", - "skip_next", - "skip_previous", - "slideshow", - "slow_motion_video", - "smartphone", - "smoke_free", - "smoking_rooms", - "sms", - "sms_failed", - "snooze", - "sort", - "sort_by_alpha", - "spa", - "space_bar", - "speaker", - "speaker_group", - "speaker_notes", - "speaker_notes_off", - "speaker_phone", - "spellcheck", - "star", - "star_border", - "star_half", - "stars", - "stay_current_landscape", - "stay_current_portrait", - "stay_primary_landscape", - "stay_primary_portrait", - "stop", - "stop_screen_share", - "storage", - "store", - "store_mall_directory", - "straighten", - "streetview", - "strikethrough_s", - "style", - "subdirectory_arrow_left", - "subdirectory_arrow_right", - "subject", - "subscriptions", - "subtitles", - "subway", - "supervisor_account", - "surround_sound", - "swap_calls", - "swap_horiz", - "swap_vert", - "swap_vertical_circle", - "switch_camera", - "switch_video", - "sync", - "sync_disabled", - "sync_problem", - "system_update", - "system_update_alt", - "tab", - "tab_unselected", - "tablet", - "tablet_android", - "tablet_mac", - "tag_faces", - "tap_and_play", - "terrain", - "text_fields", - "text_format", - "textsms", - "texture", - "theaters", - "thumb_down", - "thumb_up", - "thumbs_up_down", - "time_to_leave", - "timelapse", - "timeline", - "timer", - "timer_10", - "timer_3", - "timer_off", - "title", - "toc", - "today", - "toll", - "tonality", - "touch_app", - "toys", - "track_changes", - "traffic", - "train", - "tram", - "transfer_within_a_station", - "transform", - "translate", - "trending_down", - "trending_flat", - "trending_up", - "tune", - "turned_in", - "turned_in_not", - "tv", - "unarchive", - "undo", - "unfold_less", - "unfold_more", - "update", - "usb", - "verified_user", - "vertical_align_bottom", - "vertical_align_center", - "vertical_align_top", - "vibration", - "video_call", - "video_label", - "video_library", - "videocam", - "videocam_off", - "videogame_asset", - "view_agenda", - "view_array", - "view_carousel", - "view_column", - "view_comfy", - "view_compact", - "view_day", - "view_headline", - "view_list", - "view_module", - "view_quilt", - "view_stream", - "view_week", - "vignette", - "visibility", - "visibility_off", - "voice_chat", - "voicemail", - "volume_down", - "volume_mute", - "volume_off", - "volume_up", - "vpn_key", - "vpn_lock", - "wallpaper", - "warning", - "watch", - "watch_later", - "wb_auto", - "wb_cloudy", - "wb_incandescent", - "wb_iridescent", - "wb_sunny", - "wc", - "web", - "web_asset", - "weekend", - "whatshot", - "widgets", - "wifi", - "wifi_lock", - "wifi_tethering", - "work", - "wrap_text", - "youtube_searched_for", - "zoom_in", - "zoom_out", - "zoom_out_map" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/openweb.json b/src/pages/admin/ui/icons/sets/openweb.json deleted file mode 100644 index f3f2fc4..0000000 --- a/src/pages/admin/ui/icons/sets/openweb.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "OpenWeb Icons", - "href": "openweb", - "prefix": "openwebicons", - "lists": [ - { - "name": "Icons", - "icons": [ - "apml", - "open-share", - "share", - "feed", - "ostatus", - "opml", - "activity", - "geo", - "opensearch", - "oauth", - "openid", - "rdf", - "dataportability", - "federated", - "open-web", - "web-intents", - "xmpp", - "qr", - "epub", - "opengraph", - "foaf", - "info-card", - "browserid", - "persona", - "remote-storage", - "odata", - "markdown", - "tosdr" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/sets/vuestic.json b/src/pages/admin/ui/icons/sets/vuestic.json deleted file mode 100644 index e15d4b8..0000000 --- a/src/pages/admin/ui/icons/sets/vuestic.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Vuestic", - "href": "vuestic", - "prefix": "vuestic-iconset", - "lists": [ - { - "name": "Icons", - "icons": [ - "comments", - "components", - "dashboard", - "extras", - "files", - "forms", - "graph", - "auth", - "image", - "maps", - "music", - "settings", - "statistics", - "tables", - "time", - "ui-elements", - "user", - "video" - ] - } - ] -} diff --git a/src/pages/admin/ui/icons/types.ts b/src/pages/admin/ui/icons/types.ts deleted file mode 100644 index 2a87600..0000000 --- a/src/pages/admin/ui/icons/types.ts +++ /dev/null @@ -1,7 +0,0 @@ -export interface IconSet { - name: string - prefix: string - href: string - filteredLists: string[][] - lists: { name: string; icons: string[] }[] -} diff --git a/src/pages/admin/ui/lists/Lists.vue b/src/pages/admin/ui/lists/Lists.vue deleted file mode 100644 index bc7159e..0000000 --- a/src/pages/admin/ui/lists/Lists.vue +++ /dev/null @@ -1,236 +0,0 @@ - - - diff --git a/src/pages/admin/ui/lists/data.json b/src/pages/admin/ui/lists/data.json deleted file mode 100644 index 479077f..0000000 --- a/src/pages/admin/ui/lists/data.json +++ /dev/null @@ -1,106 +0,0 @@ -[ - { - "id": "5d318282400cc272d72ff744", - "starred": true, - "balance": "$3,210.05", - "picture": "https://randomuser.me/api/portraits/women/1.jpg", - "age": 30, - "name": "Marcia Neal", - "gender": "female", - "company": "BLUEGRAIN", - "email": "marcianeal@bluegrain.com", - "phone": "+1 (950) 575-2330", - "address": "642 Overbaugh Place, Loretto, Rhode Island, 3756" - }, - { - "id": "5d318282da3af2a9bda573b7", - "starred": false, - "balance": "$3,961.47", - "picture": "https://randomuser.me/api/portraits/women/2.jpg", - "age": 21, - "name": "Corrine Oliver", - "gender": "female", - "company": "QUALITERN", - "email": "corrineoliver@qualitern.com", - "phone": "+1 (955) 402-3254", - "address": "532 Colin Place, Talpa, Connecticut, 7461" - }, - { - "id": "5d31828232ea44346bd45ee9", - "starred": true, - "balance": "$1,874.06", - "picture": "https://randomuser.me/api/portraits/men/1.jpg", - "age": 27, - "name": "Tucker Kaufman", - "gender": "male", - "company": "PREMIANT", - "email": "tuckerkaufman@premiant.com", - "phone": "+1 (954) 475-2928", - "address": "887 Winthrop Street, Tryon, Florida, 3912" - }, - { - "id": "5d3182822ebdb5c989bb3364", - "starred": false, - "balance": "$1,797.76", - "picture": "https://randomuser.me/api/portraits/women/3.jpg", - "age": 32, - "name": "Daisy Kramer", - "gender": "female", - "company": "ORBIN", - "email": "daisykramer@orbin.com", - "phone": "+1 (858) 416-3088", - "address": "821 Louise Terrace, Waterview, Indiana, 6960" - }, - { - "id": "5d318282e1e716000b687943", - "starred": false, - "balance": "$2,538.94", - "picture": "https://randomuser.me/api/portraits/women/4.jpg", - "age": 26, - "name": "Mindy Potts", - "gender": "female", - "company": "SNACKTION", - "email": "mindypotts@snacktion.com", - "phone": "+1 (835) 508-2695", - "address": "418 Broadway , Whitehaven, New York, 7690" - }, - { - "id": "5d318282a9a4a59adf96cdd0", - "starred": false, - "balance": "$3,143.43", - "picture": "https://randomuser.me/api/portraits/men/2.jpg", - "age": 35, - "name": "Dotson Franks", - "gender": "male", - "company": "SATIANCE", - "email": "dotsonfranks@satiance.com", - "phone": "+1 (869) 559-3971", - "address": "156 Lyme Avenue, Lupton, California, 1221" - }, - { - "id": "5d3182823227c20aabc4993f", - "starred": false, - "balance": "$2,601.91", - "picture": "https://randomuser.me/api/portraits/women/5.jpg", - "age": 29, - "name": "Audrey Clay", - "gender": "female", - "company": "MIRACLIS", - "email": "audreyclay@miraclis.com", - "phone": "+1 (860) 565-2697", - "address": "644 Vermont Court, Freelandville, Kentucky, 2619" - }, - { - "id": "5d318282b5127412e1761466", - "starred": false, - "balance": "$1,718.36", - "picture": "https://randomuser.me/api/portraits/men/3.jpg", - "age": 37, - "name": "Aguirre Klein", - "gender": "male", - "company": "CALCU", - "email": "aguirreklein@calcu.com", - "phone": "+1 (924) 555-3247", - "address": "626 Carroll Street, Roulette, Ohio, 1477" - } -] diff --git a/src/pages/admin/ui/modals/Modals.vue b/src/pages/admin/ui/modals/Modals.vue deleted file mode 100644 index dfe9a8d..0000000 --- a/src/pages/admin/ui/modals/Modals.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/notifications/Notifications.vue b/src/pages/admin/ui/notifications/Notifications.vue deleted file mode 100644 index e56e220..0000000 --- a/src/pages/admin/ui/notifications/Notifications.vue +++ /dev/null @@ -1,139 +0,0 @@ - - - diff --git a/src/pages/admin/ui/notifications/ToastPositionPicker.vue b/src/pages/admin/ui/notifications/ToastPositionPicker.vue deleted file mode 100644 index 801329d..0000000 --- a/src/pages/admin/ui/notifications/ToastPositionPicker.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/popovers/Popovers.vue b/src/pages/admin/ui/popovers/Popovers.vue deleted file mode 100644 index 92a394f..0000000 --- a/src/pages/admin/ui/popovers/Popovers.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - diff --git a/src/pages/admin/ui/rating/Rating.vue b/src/pages/admin/ui/rating/Rating.vue deleted file mode 100644 index a71f8b1..0000000 --- a/src/pages/admin/ui/rating/Rating.vue +++ /dev/null @@ -1,63 +0,0 @@ - - - diff --git a/src/pages/admin/ui/route.ts b/src/pages/admin/ui/route.ts deleted file mode 100644 index 90505c9..0000000 --- a/src/pages/admin/ui/route.ts +++ /dev/null @@ -1,182 +0,0 @@ -import RouteViewComponent from '../../../layouts/RouterBypass.vue' - -export default { - name: 'ui', - path: 'ui', - component: RouteViewComponent, - children: [ - { - name: 'typography', - path: 'typography', - component: () => import('../../../pages/admin/ui/typography/Typography.vue'), - }, - { - name: 'buttons', - path: 'buttons', - component: () => import('../../../pages/admin/ui/buttons/Buttons.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Buttons', - }, - }, - { - name: 'rating', - path: 'rating', - component: () => import('../../../pages/admin/ui/rating/Rating.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Rating', - }, - }, - { - name: 'color-pickers', - path: 'color-pickers', - component: () => import('../../../pages/admin/ui/color-pickers/ColorPickers.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Color-Pickers', - }, - }, - // { - // name: "timelines", - // path: "timelines", - // component: () => import("../../../pages/admin/ui/timelines/Timelines.vue"), - // meta: { - // wikiLink: "https://github.com/epicmaxco/vuestic-admin/wiki/Timelines", - // }, - // }, - { - name: 'notifications', - path: 'notifications', - component: () => import('../../../pages/admin/ui/notifications/Notifications.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Notifications', - }, - }, - { - path: 'icons', - component: () => import('../../../pages/admin/ui/icons/Icons.vue'), - children: [ - { - name: 'icon-sets', - path: '', // Default route - component: () => import('../../../pages/admin/ui/icons/SetsList.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Icons', - }, - }, - { - name: 'icon-set', - path: ':name', - component: () => import('../../../pages/admin/ui/icons/IconSet.vue'), - props: true, - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Icons', - }, - }, - ], - }, - { - name: 'spinners', - path: 'spinners', - component: () => import('../../../pages/admin/ui/spinners/Spinners.vue'), - }, - { - name: 'grid', - path: 'grid', - component: () => import('../../../pages/admin/ui/grid/Grid.vue'), - }, - { - name: 'modals', - path: 'modals', - component: () => import('../../../pages/admin/ui/modals/Modals.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Modals', - }, - }, - { - name: 'cards', - path: 'cards', - component: () => import('../../../pages/admin/ui/cards/Cards.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Cards', - }, - }, - { - name: 'file-upload', - path: 'file-upload', - component: () => import('../../../pages/admin/ui/file-upload/FileUpload.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/File-Upload', - }, - }, - { - name: 'chips', - path: 'chips', - component: () => import('../../../pages/admin/ui/chips/Chips.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Chips', - }, - }, - { - name: 'tree-view', - path: 'tree-view', - component: () => import('../../../pages/admin/ui/tree-view/TreeView.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Tree-view', - }, - }, - { - name: 'collapses', - path: 'collapses', - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Collapse', - }, - component: () => import('../../../pages/admin/ui/collapse/Collapses.vue'), - }, - { - name: 'colors', - path: 'colors', - component: () => import('../../../pages/admin/ui/colors/Colors.vue'), - }, - { - name: 'spacing', - path: 'spacing', - component: () => import('../../../pages/admin/ui/spacing/Spacing.vue'), - }, - { - name: 'sliders', - path: 'sliders', - component: () => import('../../../pages/admin/ui/sliders/Sliders.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Sliders', - }, - }, - { - name: 'popovers', - path: 'popovers', - component: () => import('../../../pages/admin/ui/popovers/Popovers.vue'), - }, - { - name: 'chat', - path: 'chat', - component: () => import('../../../pages/admin/ui/chat/ChatPage.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Chat', - }, - }, - { - name: 'tabs', - path: 'tabs', - component: () => import('../../../pages/admin/ui/tabs/Tabs.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Tabs', - }, - }, - { - name: 'lists', - path: 'lists', - component: () => import('../../../pages/admin/ui/lists/Lists.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Lists', - }, - }, - ], -} diff --git a/src/pages/admin/ui/sliders/Sliders.vue b/src/pages/admin/ui/sliders/Sliders.vue deleted file mode 100644 index 9ebe180..0000000 --- a/src/pages/admin/ui/sliders/Sliders.vue +++ /dev/null @@ -1,167 +0,0 @@ - - - diff --git a/src/pages/admin/ui/spacing/Spacing.vue b/src/pages/admin/ui/spacing/Spacing.vue deleted file mode 100644 index cae4166..0000000 --- a/src/pages/admin/ui/spacing/Spacing.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/src/pages/admin/ui/spacing/SpacingPlayground.vue b/src/pages/admin/ui/spacing/SpacingPlayground.vue deleted file mode 100644 index b903474..0000000 --- a/src/pages/admin/ui/spacing/SpacingPlayground.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/spinners/Spinners.vue b/src/pages/admin/ui/spinners/Spinners.vue deleted file mode 100644 index adc005e..0000000 --- a/src/pages/admin/ui/spinners/Spinners.vue +++ /dev/null @@ -1,141 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/tabs/Tabs.vue b/src/pages/admin/ui/tabs/Tabs.vue deleted file mode 100644 index 37bf718..0000000 --- a/src/pages/admin/ui/tabs/Tabs.vue +++ /dev/null @@ -1,110 +0,0 @@ - - - diff --git a/src/pages/admin/ui/timelines/Timelines.vue b/src/pages/admin/ui/timelines/Timelines.vue deleted file mode 100644 index 374c758..0000000 --- a/src/pages/admin/ui/timelines/Timelines.vue +++ /dev/null @@ -1,204 +0,0 @@ - - - diff --git a/src/pages/admin/ui/tree-view/TreeView.vue b/src/pages/admin/ui/tree-view/TreeView.vue deleted file mode 100644 index 042732d..0000000 --- a/src/pages/admin/ui/tree-view/TreeView.vue +++ /dev/null @@ -1,67 +0,0 @@ - - - diff --git a/src/pages/admin/ui/tree-view/TreeViewAdvancedPreview.vue b/src/pages/admin/ui/tree-view/TreeViewAdvancedPreview.vue deleted file mode 100644 index 41baf00..0000000 --- a/src/pages/admin/ui/tree-view/TreeViewAdvancedPreview.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/tree-view/TreeViewBasicPreview.vue b/src/pages/admin/ui/tree-view/TreeViewBasicPreview.vue deleted file mode 100644 index 1fafb9c..0000000 --- a/src/pages/admin/ui/tree-view/TreeViewBasicPreview.vue +++ /dev/null @@ -1,71 +0,0 @@ - - - diff --git a/src/pages/admin/ui/tree-view/TreeViewEditablePreview.vue b/src/pages/admin/ui/tree-view/TreeViewEditablePreview.vue deleted file mode 100644 index 262fc94..0000000 --- a/src/pages/admin/ui/tree-view/TreeViewEditablePreview.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - diff --git a/src/pages/admin/ui/tree-view/TreeViewIconsPreview.vue b/src/pages/admin/ui/tree-view/TreeViewIconsPreview.vue deleted file mode 100644 index 1c2cf38..0000000 --- a/src/pages/admin/ui/tree-view/TreeViewIconsPreview.vue +++ /dev/null @@ -1,76 +0,0 @@ - - - diff --git a/src/pages/admin/ui/tree-view/TreeViewSelectablePreview.vue b/src/pages/admin/ui/tree-view/TreeViewSelectablePreview.vue deleted file mode 100644 index f5f029b..0000000 --- a/src/pages/admin/ui/tree-view/TreeViewSelectablePreview.vue +++ /dev/null @@ -1,73 +0,0 @@ - - - diff --git a/src/pages/admin/ui/typography/Typography.vue b/src/pages/admin/ui/typography/Typography.vue deleted file mode 100644 index a6bc275..0000000 --- a/src/pages/admin/ui/typography/Typography.vue +++ /dev/null @@ -1,215 +0,0 @@ - - - - - diff --git a/src/router/index.ts b/src/router/index.ts index 4348df1..f937ff2 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -5,7 +5,6 @@ import AppLayout from '../layouts/AppLayout.vue' import Page404Layout from '../layouts/Page404Layout.vue' import RouteViewComponent from '../layouts/RouterBypass.vue' -import UIRoute from '../pages/admin/ui/route' const routes: Array = [ { @@ -17,150 +16,11 @@ const routes: Array = [ path: '/admin', component: AppLayout, children: [ - { - name: 'dashboard', - path: 'dashboard', - component: () => import('../pages/admin/dashboard/Dashboard.vue'), - }, { name: 'data-analysis', path: 'data-analysis', component: () => import('../pages/admin/data-analysis/DataAnalysis.vue'), }, - { - name: 'statistics', - path: 'statistics', - component: RouteViewComponent, - children: [ - { - name: 'charts', - path: 'charts', - component: () => import('../pages/admin/statistics/charts/Charts.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Charts', - }, - }, - { - name: 'progress-bars', - path: 'progress-bars', - component: () => import('../pages/admin/statistics/progress-bars/ProgressBars.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Progress-Bars', - }, - }, - ], - }, - { - name: 'forms', - path: 'forms', - component: RouteViewComponent, - children: [ - { - name: 'form-elements', - path: 'form-elements', - component: () => import('../pages/admin/forms/form-elements/FormElements.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/inputs', - }, - }, - { - name: 'medium-editor', - path: 'medium-editor', - component: () => import('../pages/admin/forms/medium-editor/MediumEditor.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Medium-Editor', - }, - }, - ], - }, - { - name: 'maps', - path: 'maps', - component: RouteViewComponent, - children: [ - { - name: 'maplibre-maps', - path: 'maplibre-maps', - component: () => import('../pages/admin/maps/maplibre-maps/MapLibreMapsPage.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Maps', - }, - }, - { - name: 'yandex-maps', - path: 'yandex-maps', - component: () => import('../pages/admin/maps/yandex-maps/YandexMapsPage.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Maps', - }, - }, - { - name: 'leaflet-maps', - path: 'leaflet-maps', - component: () => import('../pages/admin/maps/leaflet-maps/LeafletMapsPage.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Maps', - }, - }, - { - name: 'bubble-maps', - path: 'bubble-maps', - component: () => import('../pages/admin/maps/bubble-maps/BubbleMapsPage.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Maps', - }, - }, - { - name: 'line-maps', - path: 'line-maps', - component: () => import('../pages/admin/maps/line-maps/LineMapsPage.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Maps', - }, - }, - ], - }, - { - name: 'tables', - path: 'tables', - component: RouteViewComponent, - children: [ - { - name: 'markup', - path: 'markup', - component: () => import('../pages/admin/tables/markup-tables/MarkupTables.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Tables', - }, - }, - { - name: 'data', - path: 'data', - component: () => import('../pages/admin/tables/data-tables/DataTables.vue'), - meta: { - wikiLink: 'https://github.com/epicmaxco/vuestic-admin/wiki/Tables', - }, - }, - ], - }, - { - name: 'pages', - path: 'pages', - component: RouteViewComponent, - children: [ - { - name: '404-pages', - path: '404-pages', - component: () => import('../pages/admin/pages/404PagesPage.vue'), - }, - { - name: 'faq', - path: 'faq', - component: () => import('../pages/admin/pages/FaqPage.vue'), - }, - ], - }, - UIRoute, ], }, {