restore composer.json, add mysqli extension
This commit is contained in:
16
public/vendor/dashboard/app-assets/data/cities.json
vendored
Executable file
16
public/vendor/dashboard/app-assets/data/cities.json
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
[ { "value": 1 , "text": "Amsterdam" , "continent": "Europe" },
|
||||
{ "value": 2 , "text": "London" , "continent": "Europe" },
|
||||
{ "value": 3 , "text": "Paris" , "continent": "Europe" },
|
||||
{ "value": 4 , "text": "Washington" , "continent": "America" },
|
||||
{ "value": 5 , "text": "Mexico City" , "continent": "America" },
|
||||
{ "value": 6 , "text": "Buenos Aires", "continent": "America" },
|
||||
{ "value": 7 , "text": "Sydney" , "continent": "Australia" },
|
||||
{ "value": 8 , "text": "Wellington" , "continent": "Australia" },
|
||||
{ "value": 9 , "text": "Canberra" , "continent": "Australia" },
|
||||
{ "value": 10, "text": "Beijing" , "continent": "Asia" },
|
||||
{ "value": 11, "text": "New Delhi" , "continent": "Asia" },
|
||||
{ "value": 12, "text": "Kathmandu" , "continent": "Asia" },
|
||||
{ "value": 13, "text": "Cairo" , "continent": "Africa" },
|
||||
{ "value": 14, "text": "Cape Town" , "continent": "Africa" },
|
||||
{ "value": 15, "text": "Kinshasa" , "continent": "Africa" }
|
||||
]
|
||||
16
public/vendor/dashboard/app-assets/data/citynames.json
vendored
Executable file
16
public/vendor/dashboard/app-assets/data/citynames.json
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
[ "Amsterdam",
|
||||
"London",
|
||||
"Paris",
|
||||
"Washington",
|
||||
"New York",
|
||||
"Los Angeles",
|
||||
"Sydney",
|
||||
"Melbourne",
|
||||
"Canberra",
|
||||
"Beijing",
|
||||
"New Delhi",
|
||||
"Kathmandu",
|
||||
"Cairo",
|
||||
"Cape Town",
|
||||
"Kinshasa"
|
||||
]
|
||||
1
public/vendor/dashboard/app-assets/data/countries.json
vendored
Executable file
1
public/vendor/dashboard/app-assets/data/countries.json
vendored
Executable file
@@ -0,0 +1 @@
|
||||
["Andorra","United Arab Emirates","Afghanistan","Antigua and Barbuda","Anguilla","Albania","Armenia","Angola","Antarctica","Argentina","American Samoa","Austria","Australia","Aruba","Åland","Azerbaijan","Bosnia and Herzegovina","Barbados","Bangladesh","Belgium","Burkina Faso","Bulgaria","Bahrain","Burundi","Benin","Saint Barthélemy","Bermuda","Brunei","Bolivia","Bonaire","Brazil","Bahamas","Bhutan","Bouvet Island","Botswana","Belarus","Belize","Canada","Cocos [Keeling] Islands","Congo","Central African Republic","Republic of the Congo","Switzerland","Ivory Coast","Cook Islands","Chile","Cameroon","China","Colombia","Costa Rica","Cuba","Cape Verde","Curacao","Christmas Island","Cyprus","Czechia","Germany","Djibouti","Denmark","Dominica","Dominican Republic","Algeria","Ecuador","Estonia","Egypt","Western Sahara","Eritrea","Spain","Ethiopia","Finland","Fiji","Falkland Islands","Micronesia","Faroe Islands","France","Gabon","United Kingdom","Grenada","Georgia","French Guiana","Guernsey","Ghana","Gibraltar","Greenland","Gambia","Guinea","Guadeloupe","Equatorial Guinea","Greece","South Georgia and the South Sandwich Islands","Guatemala","Guam","Guinea-Bissau","Guyana","Hong Kong","Heard Island and McDonald Islands","Honduras","Croatia","Haiti","Hungary","Indonesia","Ireland","Israel","Isle of Man","India","British Indian Ocean Territory","Iraq","Iran","Iceland","Italy","Jersey","Jamaica","Jordan","Japan","Kenya","Kyrgyzstan","Cambodia","Kiribati","Comoros","Saint Kitts and Nevis","North Korea","South Korea","Kuwait","Cayman Islands","Kazakhstan","Laos","Lebanon","Saint Lucia","Liechtenstein","Sri Lanka","Liberia","Lesotho","Lithuania","Luxembourg","Latvia","Libya","Morocco","Monaco","Moldova","Montenegro","Saint Martin","Madagascar","Marshall Islands","Macedonia","Mali","Myanmar [Burma]","Mongolia","Macao","Northern Mariana Islands","Martinique","Mauritania","Montserrat","Malta","Mauritius","Maldives","Malawi","Mexico","Malaysia","Mozambique","Namibia","New Caledonia","Niger","Norfolk Island","Nigeria","Nicaragua","Netherlands","Norway","Nepal","Nauru","Niue","New Zealand","Oman","Panama","Peru","French Polynesia","Papua New Guinea","Philippines","Pakistan","Poland","Saint Pierre and Miquelon","Pitcairn Islands","Puerto Rico","Palestine","Portugal","Palau","Paraguay","Qatar","Réunion","Romania","Serbia","Russia","Rwanda","Saudi Arabia","Solomon Islands","Seychelles","Sudan","Sweden","Singapore","Saint Helena","Slovenia","Svalbard and Jan Mayen","Slovakia","Sierra Leone","San Marino","Senegal","Somalia","Suriname","South Sudan","São Tomé and Príncipe","El Salvador","Sint Maarten","Syria","Swaziland","Turks and Caicos Islands","Chad","French Southern Territories","Togo","Thailand","Tajikistan","Tokelau","East Timor","Turkmenistan","Tunisia","Tonga","Turkey","Trinidad and Tobago","Tuvalu","Taiwan","Tanzania","Ukraine","Uganda","U.S. Minor Outlying Islands","United States","Uruguay","Uzbekistan","Vatican City","Saint Vincent and the Grenadines","Venezuela","British Virgin Islands","U.S. Virgin Islands","Vietnam","Vanuatu","Wallis and Futuna","Samoa","Kosovo","Yemen","Mayotte","South Africa","Zambia","Zimbabwe"]
|
||||
56
public/vendor/dashboard/app-assets/data/fullcalendar/json/events.json
vendored
Executable file
56
public/vendor/dashboard/app-assets/data/fullcalendar/json/events.json
vendored
Executable file
@@ -0,0 +1,56 @@
|
||||
[
|
||||
{
|
||||
"title": "All Day Event",
|
||||
"start": "2016-06-01"
|
||||
},
|
||||
{
|
||||
"title": "Long Event",
|
||||
"start": "2016-06-07",
|
||||
"end": "2016-06-10"
|
||||
},
|
||||
{
|
||||
"id": "999",
|
||||
"title": "Repeating Event",
|
||||
"start": "2016-06-09T16:00:00-05:00"
|
||||
},
|
||||
{
|
||||
"id": "999",
|
||||
"title": "Repeating Event",
|
||||
"start": "2016-06-16T16:00:00-05:00"
|
||||
},
|
||||
{
|
||||
"title": "Conference",
|
||||
"start": "2016-06-11",
|
||||
"end": "2016-06-13"
|
||||
},
|
||||
{
|
||||
"title": "Meeting",
|
||||
"start": "2016-06-12T10:30:00-05:00",
|
||||
"end": "2016-06-12T12:30:00-05:00"
|
||||
},
|
||||
{
|
||||
"title": "Lunch",
|
||||
"start": "2016-06-12T12:00:00-05:00"
|
||||
},
|
||||
{
|
||||
"title": "Meeting",
|
||||
"start": "2016-06-12T14:30:00-05:00"
|
||||
},
|
||||
{
|
||||
"title": "Happy Hour",
|
||||
"start": "2016-06-12T17:30:00-05:00"
|
||||
},
|
||||
{
|
||||
"title": "Dinner",
|
||||
"start": "2016-06-12T20:00:00"
|
||||
},
|
||||
{
|
||||
"title": "Birthday Party",
|
||||
"start": "2016-06-13T07:00:00-05:00"
|
||||
},
|
||||
{
|
||||
"title": "Click for Google",
|
||||
"url": "http://google.com/",
|
||||
"start": "2016-06-28"
|
||||
}
|
||||
]
|
||||
50
public/vendor/dashboard/app-assets/data/fullcalendar/php/get-events.php
vendored
Executable file
50
public/vendor/dashboard/app-assets/data/fullcalendar/php/get-events.php
vendored
Executable file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
// This script reads event data from a JSON file and outputs those events which are within the range
|
||||
// supplied by the "start" and "end" GET parameters.
|
||||
//
|
||||
// An optional "timezone" GET parameter will force all ISO8601 date stings to a given timezone.
|
||||
//
|
||||
// Requires PHP 5.2.0 or higher.
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
// Require our Event class and datetime utilities
|
||||
require dirname(__FILE__) . '/utils.php';
|
||||
|
||||
// Short-circuit if the client did not give us a date range.
|
||||
if (!isset($_GET['start']) || !isset($_GET['end'])) {
|
||||
die("Please provide a date range.");
|
||||
}
|
||||
|
||||
// Parse the start/end parameters.
|
||||
// These are assumed to be ISO8601 strings with no time nor timezone, like "2013-12-29".
|
||||
// Since no timezone will be present, they will parsed as UTC.
|
||||
$range_start = parseDateTime($_GET['start']);
|
||||
$range_end = parseDateTime($_GET['end']);
|
||||
|
||||
// Parse the timezone parameter if it is present.
|
||||
$timezone = null;
|
||||
if (isset($_GET['timezone'])) {
|
||||
$timezone = new DateTimeZone($_GET['timezone']);
|
||||
}
|
||||
|
||||
// Read and parse our events JSON file into an array of event data arrays.
|
||||
$json = file_get_contents(dirname(__FILE__) . '/../json/events.json');
|
||||
$input_arrays = json_decode($json, true);
|
||||
|
||||
// Accumulate an output array of event data arrays.
|
||||
$output_arrays = array();
|
||||
foreach ($input_arrays as $array) {
|
||||
|
||||
// Convert the input array into a useful Event object
|
||||
$event = new Event($array, $timezone);
|
||||
|
||||
// If the event is in-bounds, add it to the output
|
||||
if ($event->isWithinDayRange($range_start, $range_end)) {
|
||||
$output_arrays[] = $event->toArray();
|
||||
}
|
||||
}
|
||||
|
||||
// Send JSON to the client.
|
||||
echo json_encode($output_arrays);
|
||||
9
public/vendor/dashboard/app-assets/data/fullcalendar/php/get-timezones.php
vendored
Executable file
9
public/vendor/dashboard/app-assets/data/fullcalendar/php/get-timezones.php
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
// This script outputs a JSON array of all timezones (like "America/Chicago") that PHP supports.
|
||||
//
|
||||
// Requires PHP 5.2.0 or higher.
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
echo json_encode(DateTimeZone::listIdentifiers());
|
||||
130
public/vendor/dashboard/app-assets/data/fullcalendar/php/utils.php
vendored
Executable file
130
public/vendor/dashboard/app-assets/data/fullcalendar/php/utils.php
vendored
Executable file
@@ -0,0 +1,130 @@
|
||||
<?php
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
// Utilities for our event-fetching scripts.
|
||||
//
|
||||
// Requires PHP 5.2.0 or higher.
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
// PHP will fatal error if we attempt to use the DateTime class without this being set.
|
||||
date_default_timezone_set('UTC');
|
||||
|
||||
|
||||
class Event {
|
||||
|
||||
// Tests whether the given ISO8601 string has a time-of-day or not
|
||||
const ALL_DAY_REGEX = '/^\d{4}-\d\d-\d\d$/'; // matches strings like "2013-12-29"
|
||||
|
||||
public $title;
|
||||
public $allDay; // a boolean
|
||||
public $start; // a DateTime
|
||||
public $end; // a DateTime, or null
|
||||
public $properties = array(); // an array of other misc properties
|
||||
|
||||
|
||||
// Constructs an Event object from the given array of key=>values.
|
||||
// You can optionally force the timezone of the parsed dates.
|
||||
public function __construct($array, $timezone=null) {
|
||||
|
||||
$this->title = $array['title'];
|
||||
|
||||
if (isset($array['allDay'])) {
|
||||
// allDay has been explicitly specified
|
||||
$this->allDay = (bool)$array['allDay'];
|
||||
}
|
||||
else {
|
||||
// Guess allDay based off of ISO8601 date strings
|
||||
$this->allDay = preg_match(self::ALL_DAY_REGEX, $array['start']) &&
|
||||
(!isset($array['end']) || preg_match(self::ALL_DAY_REGEX, $array['end']));
|
||||
}
|
||||
|
||||
if ($this->allDay) {
|
||||
// If dates are allDay, we want to parse them in UTC to avoid DST issues.
|
||||
$timezone = null;
|
||||
}
|
||||
|
||||
// Parse dates
|
||||
$this->start = parseDateTime($array['start'], $timezone);
|
||||
$this->end = isset($array['end']) ? parseDateTime($array['end'], $timezone) : null;
|
||||
|
||||
// Record misc properties
|
||||
foreach ($array as $name => $value) {
|
||||
if (!in_array($name, array('title', 'allDay', 'start', 'end'))) {
|
||||
$this->properties[$name] = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Returns whether the date range of our event intersects with the given all-day range.
|
||||
// $rangeStart and $rangeEnd are assumed to be dates in UTC with 00:00:00 time.
|
||||
public function isWithinDayRange($rangeStart, $rangeEnd) {
|
||||
|
||||
// Normalize our event's dates for comparison with the all-day range.
|
||||
$eventStart = stripTime($this->start);
|
||||
$eventEnd = isset($this->end) ? stripTime($this->end) : null;
|
||||
|
||||
if (!$eventEnd) {
|
||||
// No end time? Only check if the start is within range.
|
||||
return $eventStart < $rangeEnd && $eventStart >= $rangeStart;
|
||||
}
|
||||
else {
|
||||
// Check if the two ranges intersect.
|
||||
return $eventStart < $rangeEnd && $eventEnd > $rangeStart;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Converts this Event object back to a plain data array, to be used for generating JSON
|
||||
public function toArray() {
|
||||
|
||||
// Start with the misc properties (don't worry, PHP won't affect the original array)
|
||||
$array = $this->properties;
|
||||
|
||||
$array['title'] = $this->title;
|
||||
|
||||
// Figure out the date format. This essentially encodes allDay into the date string.
|
||||
if ($this->allDay) {
|
||||
$format = 'Y-m-d'; // output like "2013-12-29"
|
||||
}
|
||||
else {
|
||||
$format = 'c'; // full ISO8601 output, like "2013-12-29T09:00:00+08:00"
|
||||
}
|
||||
|
||||
// Serialize dates into strings
|
||||
$array['start'] = $this->start->format($format);
|
||||
if (isset($this->end)) {
|
||||
$array['end'] = $this->end->format($format);
|
||||
}
|
||||
|
||||
return $array;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Date Utilities
|
||||
//----------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
// Parses a string into a DateTime object, optionally forced into the given timezone.
|
||||
function parseDateTime($string, $timezone=null) {
|
||||
$date = new DateTime(
|
||||
$string,
|
||||
$timezone ? $timezone : new DateTimeZone('UTC')
|
||||
// Used only when the string is ambiguous.
|
||||
// Ignored if string has a timezone offset in it.
|
||||
);
|
||||
if ($timezone) {
|
||||
// If our timezone was ignored above, force it.
|
||||
$date->setTimezone($timezone);
|
||||
}
|
||||
return $date;
|
||||
}
|
||||
|
||||
|
||||
// Takes the year/month/date values of the given DateTime and converts them to a new DateTime,
|
||||
// but in UTC.
|
||||
function stripTime($datetime) {
|
||||
return new DateTime($datetime->format('Y-m-d'));
|
||||
}
|
||||
1
public/vendor/dashboard/app-assets/data/gmaps/foursquare.json
vendored
Executable file
1
public/vendor/dashboard/app-assets/data/gmaps/foursquare.json
vendored
Executable file
File diff suppressed because one or more lines are too long
119
public/vendor/dashboard/app-assets/data/locales/de.json
vendored
Executable file
119
public/vendor/dashboard/app-assets/data/locales/de.json
vendored
Executable file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"Dashboard": "Instrumententafel",
|
||||
"Analytics": "Analytics",
|
||||
"eCommerce": "eCommerce",
|
||||
"Email": "Email",
|
||||
"Chat": "Plaudern",
|
||||
"Todo": "Machen",
|
||||
"Calender": "Kalander",
|
||||
"Ecommerce": "E-Commerce",
|
||||
"Shop": "Geschäft",
|
||||
"Wish List": "Wunschzettel",
|
||||
"Checkout": "Auschecken",
|
||||
"Starter kit": "Starter-Kit",
|
||||
"1 column": "1 Spalte",
|
||||
"2 columns": "2 Spalten",
|
||||
"Fixed navbar": "Feste Navigationsleiste",
|
||||
"Floating navbar": "Schwimmende Navigationsleiste",
|
||||
"Fixed layout": "Festes Layout",
|
||||
"Static layout": "Statisches Layout",
|
||||
"Dark layout": "Dunkles Layout",
|
||||
"Light layout": "Helles Layout",
|
||||
"Data List": "Datenliste",
|
||||
"List View": "Listenansicht",
|
||||
"Thumb View": "Daumenansicht",
|
||||
"Content": "Inhalt",
|
||||
"Grid": "Gitter",
|
||||
"Typography": "Typografie",
|
||||
"Text Utilities": "Textdienstprogramme",
|
||||
"Syntax Highlighter": "Syntax Textmarker",
|
||||
"Helper Classes": "Hilfsklassen",
|
||||
"Colors": "Farben",
|
||||
"Icons": "Icons",
|
||||
"Feather": "Feder",
|
||||
"Font Awesome": "Guss Ehrfürchtig",
|
||||
"Card": "Karte",
|
||||
"Basic": "Basic",
|
||||
"Advance": "Voraus",
|
||||
"Statistics": "Statistiken",
|
||||
"Card Actions": "Kartenaktionen",
|
||||
"Table": "Tabelle",
|
||||
"Datatable": "Datentabelle",
|
||||
"Components": "Komponenten",
|
||||
"Alerts": "Warnungen",
|
||||
"Buttons": "Tasten",
|
||||
"Breadcrumbs": "Semmelbrösel",
|
||||
"Carousel": "Karussell",
|
||||
"Collapse": "Zusammenbruch",
|
||||
"Dropdowns": "Dropdowns",
|
||||
"List Group": "Listengruppe",
|
||||
"Modals": "Modals",
|
||||
"Pagination": "Seitennummerierung",
|
||||
"Navs Component": "Navs-Komponente",
|
||||
"Navbar": "Navbar",
|
||||
"Tabs Component": "Registerkarten-Komponente",
|
||||
"Pills Component": "Pillenkomponente",
|
||||
"Tooltips": "Tooltips",
|
||||
"Popovers": "Popovers",
|
||||
"Badges": "Abzeichen",
|
||||
"Pill Badges": "Pillenabzeichen",
|
||||
"Progress": "Fortschritt",
|
||||
"Media Objects": "Medienobjekte",
|
||||
"Spinner": "Spinner",
|
||||
"Toasts": "Toast",
|
||||
"Extra Components": "Zusätzliche Komponenten",
|
||||
"Avatar": "Benutzerbild",
|
||||
"Chips": "Chips",
|
||||
"Divider": "Teiler",
|
||||
"Form Elements": "Formularelemente",
|
||||
"Select": "Wählen",
|
||||
"Switch": "Schalter",
|
||||
"Checkbox": "Kontrollkästchen",
|
||||
"Radio": "Radio",
|
||||
"Input": "Eingang",
|
||||
"Input Groups": "Eingabegruppen",
|
||||
"Number Input": "Zahleneingabe",
|
||||
"Textarea": "Textarea",
|
||||
"Date & Time Picker": "Datums- und Uhrzeitauswahl",
|
||||
"Form Layout": "Formularlayout",
|
||||
"Form Wizard": "Formzauberer",
|
||||
"Form Validation": "Formularvalidierung",
|
||||
"Authentication": "Authentifizierung",
|
||||
"Login": "Anmeldung",
|
||||
"Register": "Registrieren",
|
||||
"Forgot Password": "Passwort vergessen",
|
||||
"Reset Password": "Passwort zurücksetzen",
|
||||
"Lock Screen": "Bildschirm sperren",
|
||||
"Coming Soon": "Demnächst",
|
||||
"Error": "Error",
|
||||
"404": "404",
|
||||
"500": "500",
|
||||
"Not Authorized": "Nicht berechtigt",
|
||||
"Maintenance": "Instandhaltung",
|
||||
"Profile": "Profil",
|
||||
"FAQ": "FAQ",
|
||||
"Knowledge Base": "Wissensbasis",
|
||||
"Search": "Suche",
|
||||
"Invoice": "Rechnung",
|
||||
"Charts": "Diagramme",
|
||||
"Apex": "Apex",
|
||||
"Chartjs": "Chartjs",
|
||||
"Echarts": "Echarts",
|
||||
"Google Maps": "Google Maps",
|
||||
"Sweet Alert": "Süßer Alarm",
|
||||
"Toastr": "Toastr",
|
||||
"NoUi Slider": "NoUi Slider",
|
||||
"File Uploader": "Datei-Uploader",
|
||||
"Quill Editor": "Quill Editor",
|
||||
"Drag & Drop": "Ziehen und loslassen",
|
||||
"Tour": "Tour",
|
||||
"Clipboard": "Zwischenablage",
|
||||
"Context Menu": "Kontextmenü",
|
||||
"l18n": "18n",
|
||||
"Menu Levels": "Menüebenen",
|
||||
"Second Level": "zweites Level",
|
||||
"Third Level": "Drittes Level",
|
||||
"Disabled Menu": "Deaktiviertes Menü",
|
||||
"Documentation": "Dokumentation",
|
||||
"Raise Support": "Unterstützung erhöhen"
|
||||
}
|
||||
119
public/vendor/dashboard/app-assets/data/locales/en.json
vendored
Executable file
119
public/vendor/dashboard/app-assets/data/locales/en.json
vendored
Executable file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"Dashboard": "Dashboard",
|
||||
"Analytics": "Analytics",
|
||||
"eCommerce": "eCommerce",
|
||||
"Email": "Email",
|
||||
"Chat": "Chat",
|
||||
"Todo": "Todo",
|
||||
"Calender": "Calender",
|
||||
"Ecommerce": "Ecommerce",
|
||||
"Shop": "Shop",
|
||||
"Wish List": "Wish List",
|
||||
"Checkout": "Checkout",
|
||||
"Starter kit": "Starter kit",
|
||||
"1 column": "1 column",
|
||||
"2 columns": "2 columns",
|
||||
"Fixed navbar": "Fixed navbar",
|
||||
"Floating navbar": "Floating navbar",
|
||||
"Fixed layout": "Fixed layout",
|
||||
"Static layout": "Static layout",
|
||||
"Dark layout": "Dark layout",
|
||||
"Light layout": "Light layout",
|
||||
"Data List": "Data List",
|
||||
"List View": "List View",
|
||||
"Thumb View": "Thumb View",
|
||||
"Content": "Content",
|
||||
"Grid": "Grid",
|
||||
"Typography": "Typography",
|
||||
"Text Utilities": "Text Utilities",
|
||||
"Syntax Highlighter": "Syntax Highlighter",
|
||||
"Helper Classes": "Helper Classes",
|
||||
"Colors": "Colors",
|
||||
"Icons": "Icons",
|
||||
"Feather": "Feather",
|
||||
"Font Awesome": "Font Awesome",
|
||||
"Card": "Card",
|
||||
"Basic": "Basic",
|
||||
"Advance": "Advance",
|
||||
"Statistics": "Statistics",
|
||||
"Card Actions": "Card Actions",
|
||||
"Table": "Table",
|
||||
"Datatable": "Datatable",
|
||||
"Components": "Components",
|
||||
"Alerts": "Alerts",
|
||||
"Buttons": "Buttons",
|
||||
"Breadcrumbs": "Breadcrumbs",
|
||||
"Carousel": "Carousel",
|
||||
"Collapse": "Collapse",
|
||||
"Dropdowns": "Dropdowns",
|
||||
"List Group": "List Group",
|
||||
"Modals": "Modals",
|
||||
"Pagination": "Pagination",
|
||||
"Navs Component": "Navs Component",
|
||||
"Navbar": "Navbar",
|
||||
"Tabs Component": "Tabs Component",
|
||||
"Pills Component": "Pills Component",
|
||||
"Tooltips": "Tooltips",
|
||||
"Popovers": "Popovers",
|
||||
"Badges": "Badges",
|
||||
"Pill Badges": "Pill Badges",
|
||||
"Progress": "Progress",
|
||||
"Media Objects": "Media Objects",
|
||||
"Spinner": "Spinner",
|
||||
"Toasts": "Toasts",
|
||||
"Extra Components": "Extra Components",
|
||||
"Avatar": "Avatar",
|
||||
"Chips": "Chips",
|
||||
"Divider": "Divider",
|
||||
"Form Elements": "Form Elements",
|
||||
"Select": "Select",
|
||||
"Switch": "Switch",
|
||||
"Checkbox": "Checkbox",
|
||||
"Radio": "Radio",
|
||||
"Input": "Input",
|
||||
"Input Groups": "Input Groups",
|
||||
"Number Input": "Number Input",
|
||||
"Textarea": "Textarea",
|
||||
"Date & Time Picker": "Date & Time Picker",
|
||||
"Form Layout": "Form Layout",
|
||||
"Form Wizard": "Form Wizard",
|
||||
"Form Validation": "Form Validation",
|
||||
"Authentication": "Authentication",
|
||||
"Login": "Login",
|
||||
"Register": "Register",
|
||||
"Forgot Password": "Forgot Password",
|
||||
"Reset Password": "Reset Password",
|
||||
"Lock Screen": "Lock Screen",
|
||||
"Coming Soon": "Coming Soon",
|
||||
"Error": "Error",
|
||||
"404": "404",
|
||||
"500": "500",
|
||||
"Not Authorized": "Not Authorized",
|
||||
"Maintenance": "Maintenance",
|
||||
"Profile": "Profile",
|
||||
"FAQ": "FAQ",
|
||||
"Knowledge Base": "Knowledge Base",
|
||||
"Search": "Search",
|
||||
"Invoice": "Invoice",
|
||||
"Charts": "Charts",
|
||||
"Apex": "Apex",
|
||||
"Chartjs": "Chartjs",
|
||||
"Echarts": "Echarts",
|
||||
"Google Maps": "Google Maps",
|
||||
"Sweet Alert": "Sweet Alert",
|
||||
"Toastr": "Toastr",
|
||||
"NoUi Slider": "NoUi Slider",
|
||||
"File Uploader": "File Uploader",
|
||||
"Quill Editor": "Quill Editor",
|
||||
"Drag & Drop": "Drag & Drop",
|
||||
"Tour": "Tour",
|
||||
"Clipboard": "Clipboard",
|
||||
"Context Menu": "Context Menu",
|
||||
"l18n": "l18n",
|
||||
"Menu Levels": "Menu Levels",
|
||||
"Second Level": "Second Level",
|
||||
"Third Level": "Third Level",
|
||||
"Disabled Menu": "Disabled Menu",
|
||||
"Documentation": "Documentation",
|
||||
"Raise Support": "Raise Support"
|
||||
}
|
||||
119
public/vendor/dashboard/app-assets/data/locales/fr.json
vendored
Executable file
119
public/vendor/dashboard/app-assets/data/locales/fr.json
vendored
Executable file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"Dashboard": "Tableau de bord",
|
||||
"Analytics": "Analytique",
|
||||
"eCommerce": "commerce électronique",
|
||||
"Email": "Email",
|
||||
"Chat": "Bavarder",
|
||||
"Todo": "Faire",
|
||||
"Calender": "Calandre",
|
||||
"Ecommerce": "Commerce électronique",
|
||||
"Shop": "Boutique",
|
||||
"Wish List": "Liste de souhaits",
|
||||
"Checkout": "Check-out",
|
||||
"Starter kit": "Kit de démarrage",
|
||||
"1 column": "1 colonne",
|
||||
"2 columns": "2 colonnes",
|
||||
"Fixed navbar": "Barre de navigation fixe",
|
||||
"Floating navbar": "Barre de navigation flottante",
|
||||
"Fixed layout": "Mise en page fixe",
|
||||
"Static layout": "Disposition statique",
|
||||
"Dark layout": "Mise en page sombre",
|
||||
"Light layout": "Mise en lumière",
|
||||
"Data List": "Liste de données",
|
||||
"List View": "Voir la liste",
|
||||
"Thumb View": "Thumb View",
|
||||
"Content": "Contenu",
|
||||
"Grid": "la grille",
|
||||
"Typography": "Typographie",
|
||||
"Text Utilities": "Utilitaires de texte",
|
||||
"Syntax Highlighter": "Surligneur de syntaxe",
|
||||
"Helper Classes": "Classes d'assistance",
|
||||
"Colors": "Couleurs",
|
||||
"Icons": "Les icônes",
|
||||
"Feather": "Plume",
|
||||
"Font Awesome": "Police géniale",
|
||||
"Card": "Carte",
|
||||
"Basic": "De base",
|
||||
"Advance": "Avance",
|
||||
"Statistics": "Statistiques",
|
||||
"Card Actions": "Actions de carte",
|
||||
"Table": "Table",
|
||||
"Datatable": "Datatable",
|
||||
"Components": "Composants",
|
||||
"Alerts": "Les alertes",
|
||||
"Buttons": "Boutons",
|
||||
"Breadcrumbs": "Chapelure",
|
||||
"Carousel": "Carrousel",
|
||||
"Collapse": "Effondrer",
|
||||
"Dropdowns": "Des listes déroulantes",
|
||||
"List Group": "Groupe de liste",
|
||||
"Modals": "Modaux",
|
||||
"Pagination": "Pagination",
|
||||
"Navs Component": "Composante navs",
|
||||
"Navbar": "Barre de navigation",
|
||||
"Tabs Component": "Composant Onglets",
|
||||
"Pills Component": "Composant pilules",
|
||||
"Tooltips": "Info-bulles",
|
||||
"Popovers": "popovers",
|
||||
"Badges": "Insignes",
|
||||
"Pill Badges": "Insignes de pilule",
|
||||
"Progress": "Le progrès",
|
||||
"Media Objects": "Objets multimédia",
|
||||
"Spinner": "Fileur",
|
||||
"Toasts": "Toasts",
|
||||
"Extra Components": "Composants Extra",
|
||||
"Avatar": "Avatar",
|
||||
"Chips": "chips",
|
||||
"Divider": "Diviseur",
|
||||
"Form Elements": "Éléments de formulaire",
|
||||
"Select": "Sélectionner",
|
||||
"Switch": "Commutateur",
|
||||
"Checkbox": "Case à cocher",
|
||||
"Radio": "Radio",
|
||||
"Input": "Contribution",
|
||||
"Input Groups": "Groupes d'entrées",
|
||||
"Number Input": "Nombre d'entrée",
|
||||
"Textarea": "Textarea",
|
||||
"Date & Time Picker": "Sélecteur de date et heure",
|
||||
"Form Layout": "Disposition de formulaire",
|
||||
"Form Wizard": "Assistant de formulaire",
|
||||
"Form Validation": "Validation du formulaire",
|
||||
"Authentication": "Authentification",
|
||||
"Login": "S'identifier",
|
||||
"Register": "registre",
|
||||
"Forgot Password": "Mot de passe oublié",
|
||||
"Reset Password": "réinitialiser le mot de passe",
|
||||
"Lock Screen": "Écran verrouillé",
|
||||
"Coming Soon": "Arrive bientôt",
|
||||
"Error": "Erreur",
|
||||
"404": "404",
|
||||
"500": "500",
|
||||
"Not Authorized": "Pas autorisé",
|
||||
"Maintenance": "Entretien",
|
||||
"Profile": "Profil",
|
||||
"FAQ": "FAQ",
|
||||
"Knowledge Base": "Base de connaissances",
|
||||
"Search": "Chercher",
|
||||
"Invoice": "Facture d'achat",
|
||||
"Charts": "Graphiques",
|
||||
"Apex": "Sommet",
|
||||
"Chartjs": "Chartjs",
|
||||
"Echarts": "Echarts",
|
||||
"Google Maps": "Google Maps",
|
||||
"Sweet Alert": "Douce alerte",
|
||||
"Toastr": "Toastr",
|
||||
"NoUi Slider": "NoUi Slider",
|
||||
"File Uploader": "Chargeur de fichiers",
|
||||
"Quill Editor": "Éditeur de piquants",
|
||||
"Drag & Drop": "Drag & Drop",
|
||||
"Tour": "Tour",
|
||||
"Clipboard": "Presse-papiers",
|
||||
"Context Menu": "Menu contextuel",
|
||||
"l18n": "l18n",
|
||||
"Menu Levels": "Niveaux de menu",
|
||||
"Second Level": "Deuxième niveau",
|
||||
"Third Level": "Troisième niveau",
|
||||
"Disabled Menu": "Menu désactivé",
|
||||
"Documentation": "Documentation",
|
||||
"Raise Support": "Augmenter le soutien"
|
||||
}
|
||||
119
public/vendor/dashboard/app-assets/data/locales/pt.json
vendored
Executable file
119
public/vendor/dashboard/app-assets/data/locales/pt.json
vendored
Executable file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"Dashboard": "painel de controle",
|
||||
"Analytics": "Analytics",
|
||||
"eCommerce": "comércio eletrônico",
|
||||
"Email": "O email",
|
||||
"Chat": "Bate-papo",
|
||||
"Todo": "Façam",
|
||||
"Calender": "Calendário",
|
||||
"Ecommerce": "Comércio eletrônico",
|
||||
"Shop": "fazer compras",
|
||||
"Wish List": "Lista de Desejos",
|
||||
"Checkout": "Confira",
|
||||
"Starter kit": "Kit iniciante",
|
||||
"1 column": "1 coluna",
|
||||
"2 columns": "2 colunas",
|
||||
"Fixed navbar": "Navbar fixa",
|
||||
"Floating navbar": "Navbar flutuante",
|
||||
"Fixed layout": "Layout fixo",
|
||||
"Static layout": "Layout estático",
|
||||
"Dark layout": "Layout escuro",
|
||||
"Light layout": "Layout de luz",
|
||||
"Data List": "Lista de dados",
|
||||
"List View": "Exibição de lista",
|
||||
"Thumb View": "Thumb View",
|
||||
"Content": "Conteúdo",
|
||||
"Grid": "Grade",
|
||||
"Typography": "Tipografia",
|
||||
"Text Utilities": "Utilitários de texto",
|
||||
"Syntax Highlighter": "Marcador de sintaxe",
|
||||
"Helper Classes": "Classes Auxiliares",
|
||||
"Colors": "Cores",
|
||||
"Icons": "Ícones",
|
||||
"Feather": "Pena",
|
||||
"Font Awesome": "Fonte Incrível",
|
||||
"Card": "Cartão",
|
||||
"Basic": "Basic",
|
||||
"Advance": "Avançar",
|
||||
"Statistics": "Estatisticas",
|
||||
"Card Actions": "Ações do Cartão",
|
||||
"Table": "Mesa",
|
||||
"Datatable": "Tabela de dados",
|
||||
"Components": "Componentes",
|
||||
"Alerts": "Alertas",
|
||||
"Buttons": "Botões",
|
||||
"Breadcrumbs": "Pão ralado",
|
||||
"Carousel": "Carrossel",
|
||||
"Collapse": "Colapso",
|
||||
"Dropdowns": "Dropdowns",
|
||||
"List Group": "Grupo de listas",
|
||||
"Modals": "Modais",
|
||||
"Pagination": "Paginação",
|
||||
"Navs Component": "Componente Navs",
|
||||
"Navbar": "Navbar",
|
||||
"Tabs Component": "Componente de guias",
|
||||
"Pills Component": "Componente de comprimidos",
|
||||
"Tooltips": "Dicas de ferramentas",
|
||||
"Popovers": "Popovers",
|
||||
"Badges": "Distintivos",
|
||||
"Pill Badges": "Emblemas de pílula",
|
||||
"Progress": "Progresso",
|
||||
"Media Objects": "Objetos de Mídia",
|
||||
"Spinner": "Girador",
|
||||
"Toasts": "Torradas",
|
||||
"Extra Components": "Componentes extras",
|
||||
"Avatar": "Avatar",
|
||||
"Chips": "Salgadinhos",
|
||||
"Divider": "Divisor",
|
||||
"Form Elements": "Elementos do formulário",
|
||||
"Select": "Selecione",
|
||||
"Switch": "Interruptor",
|
||||
"Checkbox": "Caixa de seleção",
|
||||
"Radio": "Rádio",
|
||||
"Input": "Entrada",
|
||||
"Input Groups": "Grupos de entrada",
|
||||
"Number Input": "Entrada numérica",
|
||||
"Textarea": "Textarea",
|
||||
"Date & Time Picker": "Selecionador de data e hora",
|
||||
"Form Layout": "Layout de formulário",
|
||||
"Form Wizard": "Assistente de Formulário",
|
||||
"Form Validation": "Validação de Formulário",
|
||||
"Authentication": "Autenticação",
|
||||
"Login": "Entrar",
|
||||
"Register": "registo",
|
||||
"Forgot Password": "Esqueceu a senha",
|
||||
"Reset Password": "Redefinir Senha",
|
||||
"Lock Screen": "Tela de bloqueio",
|
||||
"Coming Soon": "Em breve",
|
||||
"Error": "Erro",
|
||||
"404": "404",
|
||||
"500": "500",
|
||||
"Not Authorized": "Não autorizado",
|
||||
"Maintenance": "Manutenção",
|
||||
"Profile": "Perfil",
|
||||
"FAQ": "Perguntas frequentes",
|
||||
"Knowledge Base": "Base de Conhecimento",
|
||||
"Search": "Procurar",
|
||||
"Invoice": "Fatura",
|
||||
"Charts": "Gráficos",
|
||||
"Apex": "Ápice",
|
||||
"Chartjs": "Chartjs",
|
||||
"Echarts": "Echarts",
|
||||
"Google Maps": "Google Maps",
|
||||
"Sweet Alert": "Alerta doce",
|
||||
"Toastr": "Toastr",
|
||||
"NoUi Slider": "NoUi Slider",
|
||||
"File Uploader": "Uploader de arquivos",
|
||||
"Quill Editor": "Editor de pena",
|
||||
"Drag & Drop": "Arraste e solte",
|
||||
"Tour": "Tour",
|
||||
"Clipboard": "Prancheta",
|
||||
"Context Menu": "Menu contextual",
|
||||
"l18n": "l18n",
|
||||
"Menu Levels": "Níveis de Menu",
|
||||
"Second Level": "Segundo nível",
|
||||
"Third Level": "Terceiro nivel",
|
||||
"Disabled Menu": "Menu desativado",
|
||||
"Documentation": "Documentação",
|
||||
"Raise Support": "Levantar Suporte"
|
||||
}
|
||||
1
public/vendor/dashboard/app-assets/data/nba.json
vendored
Executable file
1
public/vendor/dashboard/app-assets/data/nba.json
vendored
Executable file
@@ -0,0 +1 @@
|
||||
[{ "team": "Boston Celtics" },{ "team": "Dallas Mavericks" },{ "team": "Brooklyn Nets" },{ "team": "Houston Rockets" },{ "team": "New York Knicks" },{ "team": "Memphis Grizzlies" },{ "team": "Philadelphia 76ers" },{ "team": "New Orleans Hornets" },{ "team": "Toronto Raptors" },{ "team": "San Antonio Spurs" },{ "team": "Chicago Bulls" },{ "team": "Denver Nuggets" },{ "team": "Cleveland Cavaliers" },{ "team": "Minnesota Timberwolves" },{ "team": "Detroit Pistons" },{ "team": "Portland Trail Blazers" },{ "team": "Indiana Pacers" },{ "team": "Oklahoma City Thunder" },{ "team": "Milwaukee Bucks" },{ "team": "Utah Jazz" },{ "team": "Atlanta Hawks" },{ "team": "Golden State Warriors" },{ "team": "Charlotte Bobcats" },{ "team": "Los Angeles Clippers" },{ "team": "Miami Heat" },{ "team": "Los Angeles Lakers" },{ "team": "Orlando Magic" },{ "team": "Phoenix Suns" },{ "team": "Washington Wizards" },{ "team": "Sacramento Kings" }]
|
||||
34
public/vendor/dashboard/app-assets/data/nfl.json
vendored
Executable file
34
public/vendor/dashboard/app-assets/data/nfl.json
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{ "team": "San Francisco 49ers" },
|
||||
{ "team": "Chicago Bears" },
|
||||
{ "team": "Cincinnati Bengals" },
|
||||
{ "team": "Buffalo Bills" },
|
||||
{ "team": "Denver Broncos" },
|
||||
{ "team": "Cleveland Browns" },
|
||||
{ "team": "Tampa Bay Buccaneers" },
|
||||
{ "team": "Arizona Cardinals" },
|
||||
{ "team": "San Diego Chargers" },
|
||||
{ "team": "Kansas City Chiefs" },
|
||||
{ "team": "Indianapolis Colts" },
|
||||
{ "team": "Dallas Cowboys" },
|
||||
{ "team": "Miami Dolphins" },
|
||||
{ "team": "Philadelphia Eagles" },
|
||||
{ "team": "Atlanta Falcons" },
|
||||
{ "team": "New York Giants" },
|
||||
{ "team": "Jacksonville Jaguars" },
|
||||
{ "team": "New York Jets" },
|
||||
{ "team": "Detroit Lions" },
|
||||
{ "team": "Green Bay Packers" },
|
||||
{ "team": "Carolina Panthers" },
|
||||
{ "team": "New England Patriots" },
|
||||
{ "team": "Oakland Raiders" },
|
||||
{ "team": "St.Louis Rams" },
|
||||
{ "team": "Baltimore Ravens" },
|
||||
{ "team": "Washington Redskins" },
|
||||
{ "team": "New Orlean Saints" },
|
||||
{ "team": "Seattle Seahawks" },
|
||||
{ "team": "Pittsburgh Steelers" },
|
||||
{ "team": "Houston Texans" },
|
||||
{ "team": "Tennesse Titans" },
|
||||
{ "team": "Minnesota Viking" }
|
||||
]
|
||||
1
public/vendor/dashboard/app-assets/data/nhl.json
vendored
Executable file
1
public/vendor/dashboard/app-assets/data/nhl.json
vendored
Executable file
@@ -0,0 +1 @@
|
||||
[{ "team": "New Jersey Devils" },{ "team": "New York Islanders" },{ "team": "New York Rangers" },{ "team": "Philadelphia Flyers" },{ "team": "Pittsburgh Penguins" },{ "team": "Chicago Blackhawks" },{ "team": "Columbus Blue Jackets" },{ "team": "Detroit Red Wings" },{ "team": "Nashville Predators" },{ "team": "St. Louis Blues" },{ "team": "Boston Bruins" },{ "team": "Buffalo Sabres" },{ "team": "Montreal Canadiens" },{ "team": "Ottawa Senators" },{ "team": "Toronto Maple Leafs" },{ "team": "Calgary Flames" },{ "team": "Colorado Avalanche" },{ "team": "Edmonton Oilers" },{ "team": "Minnesota Wild" },{ "team": "Vancouver Canucks" },{ "team": "Carolina Hurricanes" },{ "team": "Florida Panthers" },{ "team": "Tampa Bay Lightning" },{ "team": "Washington Capitals" },{ "team": "Winnipeg Jets" },{ "team": "Anaheim Ducks" },{ "team": "Dallas Stars" },{ "team": "Los Angeles Kings" },{ "team": "Phoenix Coyotes" },{ "team": "San Jose Sharks" }]
|
||||
1093
public/vendor/dashboard/app-assets/data/repos.json
vendored
Executable file
1093
public/vendor/dashboard/app-assets/data/repos.json
vendored
Executable file
File diff suppressed because it is too large
Load Diff
10
public/vendor/dashboard/app-assets/data/starter-list.json
vendored
Executable file
10
public/vendor/dashboard/app-assets/data/starter-list.json
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"listItems": [
|
||||
{"name":"1-Column", "url":"sk-layout-1-column.html","icon":"feather icon-file-text"},
|
||||
{"name":"2-Columns", "url":"sk-layout-2-columns.html","icon":"feather icon-sidebar"},
|
||||
{"name":"Fixed Navbar", "url":"sk-layout-fixed-navbar.html","icon":"feather icon-credit-card"},
|
||||
{"name":"Floating Navbar", "url":"sk-layout-floating-navbar.html","icon":"feather icon-server"},
|
||||
{"name":"Fixed Layout", "url":"sk-layout-fixed.html","icon":"feather icon-layout"},
|
||||
{"name":"Static Layout", "url":"sk-layout-static.html","icon":"feather icon-sliders"}
|
||||
]
|
||||
}
|
||||
96
public/vendor/dashboard/app-assets/data/template-list.json
vendored
Executable file
96
public/vendor/dashboard/app-assets/data/template-list.json
vendored
Executable file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"listItems": [
|
||||
{"name":"Analytics Dashboard", "url":"dashboard-analytics.html","icon":"feather icon-home"},
|
||||
{"name":"eCommerce Dashboard", "url":"dashboard-ecommerce.html","icon":"feather icon-home"},
|
||||
{"name":"Email", "url":"app-email.html","icon":"feather icon-mail"},
|
||||
{"name":"Chat", "url":"app-chat.html","icon":"feather icon-message-square"},
|
||||
{"name":"Todo", "url":"app-todo.html","icon":"feather icon-check-square"},
|
||||
{"name":"Calender", "url":"app-calender.html","icon":"feather icon-calendar"},
|
||||
{"name":"Shop Ecommerce", "url":"app-ecommerce-shop.html","icon":"feather icon-shopping-cart"},
|
||||
{"name":"Wish List", "url":"app-ecommerce-wishlist.html","icon":"feather icon-heart"},
|
||||
{"name":"Checkout", "url":"app-ecommerce-checkout.html","icon":"feather icon-credit-card"},
|
||||
{"name":"Data List - List View", "url":"data-list-view.html","icon":"feather icon-list"},
|
||||
{"name":"Data List - Thumb View", "url":"data-thumb-view.html","icon":"feather icon-image"},
|
||||
{"name":"Content - Grid", "url":"content-grid.html","icon":"feather icon-grid"},
|
||||
{"name":"Content - Typography", "url":"content-typography.html","icon":"feather icon-type"},
|
||||
{"name":"Content - Text Utilities", "url":"content-text-utilities.html","icon":"feather icon-type"},
|
||||
{"name":"Content - Syntax Highlighter", "url":"content-syntax-highlighter.html","icon":"feather icon-hash"},
|
||||
{"name":"Content - Helper Classes", "url":"content-helper-classes.html","icon":"feather icon-help-circle"},
|
||||
{"name":"Colors", "url":"colors.html","icon":"feather icon-feather"},
|
||||
{"name":"Feather Icon", "url":"icons-feather.html","icon":"feather icon-feather"},
|
||||
{"name":"Font Awesome Icon", "url":"icons-font-awesome.html","icon":"feather icon-wind"},
|
||||
{"name":"Card Basic", "url":"card-basic.html","icon":"feather icon-square"},
|
||||
{"name":"Card Advance", "url":"card-advance.html","icon":"feather icon-tablet"},
|
||||
{"name":"Card Statistics", "url":"card-statistics.html","icon":"feather icon-smartphone"},
|
||||
{"name":"Card Analytics", "url":"card-analytics.html","icon":"feather icon-bar-chart-2"},
|
||||
{"name":"Card Actions", "url":"card-actions.html","icon":"feather icon-airplay"},
|
||||
{"name":"Table", "url":"table.html","icon":"feather icon-grid"},
|
||||
{"name":"Datatable", "url":"table-datatable.html","icon":"feather icon-grid"},
|
||||
{"name":"Alerts Component", "url":"component-alerts.html","icon":"feather icon-info"},
|
||||
{"name":"Buttons Component", "url":"component-buttons-basic.html","icon":"feather icon-inbox"},
|
||||
{"name":"Breadcrumbs Component", "url":"component-breadcrumbs.html","icon":"feather icon-more-horizontal"},
|
||||
{"name":"Carousel Component", "url":"component-carousel.html","icon":"feather icon-map"},
|
||||
{"name":"Collapse Component", "url":"component-collapse.html","icon":"feather icon-minimize"},
|
||||
{"name":"Dropdowns Component", "url":"component-dropdowns.html","icon":"feather icon-inbox"},
|
||||
{"name":"List Group Component", "url":"component-list-group.html","icon":"feather icon-layers"},
|
||||
{"name":"Modals Component", "url":"component-modals.html","icon":"feather icon-maximize-2"},
|
||||
{"name":"Pagination Component", "url":"component-pagination.html","icon":"feather icon-chevrons-right"},
|
||||
{"name":"Navs Component", "url":"component-navs-component.html","icon":"feather icon-more-vertical"},
|
||||
{"name":"Navbar Component", "url":"component-navbar.html","icon":"feather icon-more-horizontal"},
|
||||
{"name":"Tabs Component", "url":"component-tabs-component.html","icon":"feather icon-server"},
|
||||
{"name":"Pills Component", "url":"component-pills-component.html","icon":"feather icon-toggle-right"},
|
||||
{"name":"Tooltips Component", "url":"component-tooltips.html","icon":"feather icon-message-circle"},
|
||||
{"name":"Popovers Component", "url":"component-popovers.html","icon":"feather icon-message-circle"},
|
||||
{"name":"Badges Component", "url":"component-badges.html","icon":"feather icon-circle"},
|
||||
{"name":"Pill Badges Component", "url":"component-pill-badges.html","icon":"feather icon-circle"},
|
||||
{"name":"Progress Component", "url":"component-progress.html","icon":"feather icon-server"},
|
||||
{"name":"Media Objects Component", "url":"component-media-objects.html","icon":"feather icon-image"},
|
||||
{"name":"Spinner Component", "url":"component-spinner.html","icon":"feather icon-sun"},
|
||||
{"name":"Toasts Component", "url":"component-bs-toast.html","icon":"feather icon-triangle"},
|
||||
{"name":"Avatar", "url":"ex-component-avatar.html","icon":"feather icon-user"},
|
||||
{"name":"Chips", "url":"ex-component-chips.html","icon":"feather icon-octagon"},
|
||||
{"name":"Divider", "url":"ex-component-divider.html","icon":"feather icon-minus"},
|
||||
{"name":"Select Form Element", "url":"form-select.html","icon":"feather icon-server"},
|
||||
{"name":"Switch Form Element", "url":"form-switch.html","icon":"feather icon-toggle-left"},
|
||||
{"name":"Checkbox Form Element", "url":"form-checkbox.html","icon":"feather icon-check-square"},
|
||||
{"name":"Radio Form Element", "url":"form-radio.html","icon":"feather icon-stop-circle"},
|
||||
{"name":"Input Form Element", "url":"form-inputs.html","icon":"feather icon-server"},
|
||||
{"name":"Input Groups Form Element", "url":"form-input-groups.html","icon":"feather icon-package"},
|
||||
{"name":"Number Input Form Element", "url":"form-number-input.html","icon":"feather icon-plus"},
|
||||
{"name":"Textarea Form Element", "url":"form-textarea.html","icon":"feather icon-edit-2"},
|
||||
{"name":"Date & Time Picker Form Element", "url":"form-date-time-picker.html","icon":"feather icon-calendar"},
|
||||
{"name":"Form Layout", "url":"form-layout.html","icon":"feather icon-layout"},
|
||||
{"name":"Form Wizard", "url":"form-wizard.html","icon":"feather icon-sliders"},
|
||||
{"name":"Form Validation", "url":"form-validation.html","icon":"feather icon-thumbs-up"},
|
||||
{"name":"Login Page", "url":"auth-login.html","icon":"feather icon-log-in"},
|
||||
{"name":"Register Page", "url":"auth-register.html","icon":"feather icon-user-plus"},
|
||||
{"name":"Forgot Password Page", "url":"auth-forgot-password.html","icon":"feather icon-crosshair"},
|
||||
{"name":"Reset Password Page", "url":"auth-reset-password.html","icon":"feather icon-trending-up"},
|
||||
{"name":"Lock Screen Page", "url":"auth-lock-screen.html","icon":"feather icon-lock"},
|
||||
{"name":"Coming Soon Page", "url":"page-coming-soon.html","icon":"feather icon-watch"},
|
||||
{"name":"404 Page", "url":"error-404.html","icon":"feather icon-alert-triangle"},
|
||||
{"name":"500 Page", "url":"error-500.html","icon":"feather icon-alert-octagon"},
|
||||
{"name":"Not Authorized Page", "url":"page-not-authorized.html","icon":"feather icon-user-x"},
|
||||
{"name":"Maintenance Page", "url":"page-maintenance.html","icon":"feather icon-aperture"},
|
||||
{"name":"Profile Page", "url":"page-user-profile.html","icon":"feather icon-users"},
|
||||
{"name":"User Settings", "url":"page-user-settings.html","icon":"feather icon-settings"},
|
||||
{"name":"FAQ Page", "url":"page-faq.html","icon":"feather icon-zap"},
|
||||
{"name":"Knowledge Base Page", "url":"page-knowledge-base.html","icon":"feather icon-align-left"},
|
||||
{"name":"Search Page", "url":"page-search.html","icon":"feather icon-search"},
|
||||
{"name":"Invoice Page", "url":"page-invoice.html","icon":"feather icon-file-text"},
|
||||
{"name":"Apex Chart", "url":"chart-apex.html","icon":"feather icon-bar-chart"},
|
||||
{"name":"Chartjs Chart", "url":"chart-chartjs.html","icon":"feather icon-activity"},
|
||||
{"name":"Echarts Chart", "url":"chart-echarts.html","icon":"feather icon-pie-chart"},
|
||||
{"name":"Google Maps", "url":"maps-google.html","icon":"feather icon-map-pin"},
|
||||
{"name":"Sweet Alert", "url":"ext-component-sweet-alerts.html","icon":"feather icon-alert-triangle"},
|
||||
{"name":"Toastr", "url":"ext-component-toastr.html","icon":"feather icon-credit-card"},
|
||||
{"name":"NoUi Slider", "url":"ext-component-noui-slider.html","icon":"feather icon-sliders"},
|
||||
{"name":"File Uploader", "url":"ext-component-file-uploader.html","icon":"feather icon-upload"},
|
||||
{"name":"Quill Editor", "url":"ext-component-quill-editor.html","icon":"feather icon-edit-3"},
|
||||
{"name":"Drag & Drop", "url":"ext-component-drag-drop.html","icon":"feather icon-move"},
|
||||
{"name":"Tour", "url":"ext-component-tour.html","icon":"feather icon-airplay"},
|
||||
{"name":"Clipboard", "url":"ext-component-clipboard.html","icon":"feather icon-clipboard"},
|
||||
{"name":"Context Menu", "url":"ext-component-context-menu.html","icon":"feather icon-menu"},
|
||||
{"name":"l18n", "url":"ext-component-i18n.html","icon":"feather icon-radio"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user