This commit is contained in:
2020-10-06 18:16:23 +00:00
parent 5064946736
commit 2a7db15d28
7 changed files with 36 additions and 12 deletions

View File

@@ -34,6 +34,8 @@ import {
faCheckCircle,
faCheckSquare,
faChevronDown,
faChevronLeft,
faChevronRight,
faChild,
faClock,
faClone,
@@ -65,6 +67,7 @@ import {
faFileCode,
faFileContract,
faFileCsv,
faFileDownload,
faFileExcel,
faFileImage,
faFileImport,
@@ -174,6 +177,8 @@ library.add(
faCheckCircle,
faCheckSquare,
faChevronDown,
faChevronLeft,
faChevronRight,
faChild,
faClock,
faClone,
@@ -205,6 +210,7 @@ library.add(
faFileCode,
faFileContract,
faFileCsv,
faFileDownload,
faFileExcel,
faFileImage,
faFileImport,
@@ -592,6 +598,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "file-csv"]
}
},
ayiFileDownload: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-download"]
}
},
ayiFileExcel: {
component: FontAwesomeIcon,
props: {
@@ -1110,6 +1122,18 @@ const CUSTOM_ICONS = {
icon: ["fas", "bars"]
}
},
prev: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "chevron-left"]
}
},
next: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "chevron-right"]
}
},
sort: {
component: FontAwesomeIcon,
props: {