This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
<v-list-item-action>
|
<v-list-item-action>
|
||||||
<v-btn large @click="openEditMenu(item, $event)" icon>
|
<v-btn large @click="openEditMenu(item, $event)" icon>
|
||||||
<v-icon>fa-edit</v-icon>
|
<v-icon>$ayiEdit</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-list-item-action>
|
</v-list-item-action>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
|
|||||||
@@ -114,9 +114,9 @@
|
|||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<v-icon v-if="c.v === false" small>far fa-square</v-icon>
|
<v-icon v-if="c.v === false" small>far fa-square</v-icon>
|
||||||
<v-icon v-else-if="c.v === true" small
|
<v-icon v-else-if="c.v === true" small
|
||||||
>far fa-check-square</v-icon
|
>far $ayiCheckSquare</v-icon
|
||||||
>
|
>
|
||||||
<v-icon v-else small>far fa-minus-square</v-icon>
|
<v-icon v-else small>far $ayiMinus-square</v-icon>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="c.t == 7">
|
<template v-else-if="c.t == 7">
|
||||||
@@ -201,9 +201,9 @@
|
|||||||
>
|
>
|
||||||
<v-icon v-if="!props.someItems" large>far fa-square</v-icon>
|
<v-icon v-if="!props.someItems" large>far fa-square</v-icon>
|
||||||
<v-icon v-if="props.someItems && !props.everyItem" large
|
<v-icon v-if="props.someItems && !props.everyItem" large
|
||||||
>far fa-minus-square</v-icon
|
>far $ayiMinus-square</v-icon
|
||||||
>
|
>
|
||||||
<v-icon v-if="props.everyItem" large>far fa-check-square</v-icon>
|
<v-icon v-if="props.everyItem" large>far $ayiCheckSquare</v-icon>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -288,9 +288,9 @@
|
|||||||
>far fa-square</v-icon
|
>far fa-square</v-icon
|
||||||
>
|
>
|
||||||
<v-icon v-else-if="c.v === true" small
|
<v-icon v-else-if="c.v === true" small
|
||||||
>far fa-check-square</v-icon
|
>far $ayiCheckSquare</v-icon
|
||||||
>
|
>
|
||||||
<v-icon v-else small>far fa-minus-square</v-icon>
|
<v-icon v-else small>far $ayiMinus-square</v-icon>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="c.t == 7">
|
<template v-else-if="c.t == 7">
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ export default {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (this.value != 0) {
|
if (this.value != 0) {
|
||||||
return "fa-edit";
|
return "$ayiEdit";
|
||||||
}
|
}
|
||||||
return "fa-plus";
|
return "fa-plus";
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<v-list-item-title>{{ item.name }}</v-list-item-title>
|
<v-list-item-title>{{ item.name }}</v-list-item-title>
|
||||||
<v-list-item-action>
|
<v-list-item-action>
|
||||||
<v-btn icon @click.stop="editReport(item.id)">
|
<v-btn icon @click.stop="editReport(item.id)">
|
||||||
<v-icon color="primary">fa-edit</v-icon>
|
<v-icon color="primary">$ayiEdit</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-list-item-action>
|
</v-list-item-action>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
|
|||||||
@@ -20,14 +20,14 @@
|
|||||||
:outlined="currentView == view.DESIGN_VIEW"
|
:outlined="currentView == view.DESIGN_VIEW"
|
||||||
@click="currentView = view.DESIGN_VIEW"
|
@click="currentView = view.DESIGN_VIEW"
|
||||||
>
|
>
|
||||||
<v-icon>fa-edit</v-icon>
|
<v-icon>$ayiEdit</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-btn
|
<v-btn
|
||||||
text
|
text
|
||||||
:outlined="currentView == view.SPLIT_VIEW"
|
:outlined="currentView == view.SPLIT_VIEW"
|
||||||
@click="currentView = view.SPLIT_VIEW"
|
@click="currentView = view.SPLIT_VIEW"
|
||||||
>
|
>
|
||||||
<v-icon>fa-columns</v-icon>
|
<v-icon>$ayiColumns</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -41,20 +41,20 @@
|
|||||||
<v-col v-if="showDesigner()" :cols="12">
|
<v-col v-if="showDesigner()" :cols="12">
|
||||||
<div>
|
<div>
|
||||||
<v-btn depressed tile @click="editClick('bold')">
|
<v-btn depressed tile @click="editClick('bold')">
|
||||||
<v-icon>fa-bold</v-icon></v-btn
|
<v-icon>$ayiBold</v-icon></v-btn
|
||||||
>
|
>
|
||||||
<v-btn depressed tile @click="editClick('italic')">
|
<v-btn depressed tile @click="editClick('italic')">
|
||||||
<v-icon>fa-italic</v-icon></v-btn
|
<v-icon>$ayiItalic</v-icon></v-btn
|
||||||
>
|
>
|
||||||
<v-btn depressed tile @click="editClick('strike')">
|
<v-btn depressed tile @click="editClick('strike')">
|
||||||
<v-icon>fa-strikethrough</v-icon></v-btn
|
<v-icon>$ayiStrikethrough</v-icon></v-btn
|
||||||
>
|
>
|
||||||
|
|
||||||
<!-- HEADINGS -->
|
<!-- HEADINGS -->
|
||||||
<v-menu offset-y>
|
<v-menu offset-y>
|
||||||
<template v-slot:activator="{ on }">
|
<template v-slot:activator="{ on }">
|
||||||
<v-btn depressed tile v-on="on">
|
<v-btn depressed tile v-on="on">
|
||||||
<v-icon>fa-heading</v-icon>
|
<v-icon>$ayiHeading</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</template>
|
</template>
|
||||||
<v-list>
|
<v-list>
|
||||||
@@ -94,19 +94,19 @@
|
|||||||
|
|
||||||
<!-- MORE BUTTONS -->
|
<!-- MORE BUTTONS -->
|
||||||
<v-btn depressed tile class="ml-1" @click="editClick('line')">
|
<v-btn depressed tile class="ml-1" @click="editClick('line')">
|
||||||
<v-icon>fa-minus</v-icon></v-btn
|
<v-icon>$ayiMinus</v-icon></v-btn
|
||||||
>
|
>
|
||||||
<v-btn depressed tile @click="editClick('quote')">
|
<v-btn depressed tile @click="editClick('quote')">
|
||||||
<v-icon>fa-quote-left</v-icon></v-btn
|
<v-icon>$ayiQuoteLeft</v-icon></v-btn
|
||||||
>
|
>
|
||||||
<v-btn depressed tile @click="editClick('ul')">
|
<v-btn depressed tile @click="editClick('ul')">
|
||||||
<v-icon>fa-list-ul</v-icon></v-btn
|
<v-icon>$ayiListUl</v-icon></v-btn
|
||||||
>
|
>
|
||||||
<v-btn depressed tile @click="editClick('ol')">
|
<v-btn depressed tile @click="editClick('ol')">
|
||||||
<v-icon>fa-list-ol</v-icon></v-btn
|
<v-icon>$ayiListOl</v-icon></v-btn
|
||||||
>
|
>
|
||||||
<v-btn depressed tile @click="editClick('task')">
|
<v-btn depressed tile @click="editClick('task')">
|
||||||
<v-icon>fa-check-square</v-icon></v-btn
|
<v-icon>$ayiCheckSquare</v-icon></v-btn
|
||||||
>
|
>
|
||||||
|
|
||||||
<!-- TABLES -->
|
<!-- TABLES -->
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
>
|
>
|
||||||
<template v-slot:activator="{ on }">
|
<template v-slot:activator="{ on }">
|
||||||
<v-btn depressed tile class="ml-1" v-on="on">
|
<v-btn depressed tile class="ml-1" v-on="on">
|
||||||
<v-icon>fa-table</v-icon>
|
<v-icon>$ayiTable</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</template>
|
</template>
|
||||||
<v-card width="300">
|
<v-card width="300">
|
||||||
@@ -130,11 +130,11 @@
|
|||||||
v-model="tableMenuColumns"
|
v-model="tableMenuColumns"
|
||||||
min="1"
|
min="1"
|
||||||
max="10"
|
max="10"
|
||||||
prepend-icon="fa-arrows-alt-h"
|
prepend-icon="$ayiArrowsAltH"
|
||||||
></v-slider>
|
></v-slider>
|
||||||
|
|
||||||
<v-slider
|
<v-slider
|
||||||
prepend-icon="fa-arrows-alt-v"
|
prepend-icon="$ayiArrowsAltV"
|
||||||
class="mt-8"
|
class="mt-8"
|
||||||
thumb-size="24"
|
thumb-size="24"
|
||||||
thumb-label="always"
|
thumb-label="always"
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
<!-- LINK -->
|
<!-- LINK -->
|
||||||
<v-btn depressed tile @click="openLinkMenu">
|
<v-btn depressed tile @click="openLinkMenu">
|
||||||
<v-icon>fa-link</v-icon>
|
<v-icon>$ayiLink</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-menu
|
<v-menu
|
||||||
min-width="300"
|
min-width="300"
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
<!-- IMAGE -->
|
<!-- IMAGE -->
|
||||||
|
|
||||||
<v-btn depressed tile @click="openImageMenu">
|
<v-btn depressed tile @click="openImageMenu">
|
||||||
<v-icon>fa-image</v-icon>
|
<v-icon>$ayiImage</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-menu
|
<v-menu
|
||||||
min-width="360"
|
min-width="360"
|
||||||
@@ -565,7 +565,7 @@ export default {
|
|||||||
case this.view.HIDDEN_VIEW:
|
case this.view.HIDDEN_VIEW:
|
||||||
return "$ayiEye";
|
return "$ayiEye";
|
||||||
case this.view.WIKI_VIEW:
|
case this.view.WIKI_VIEW:
|
||||||
return "fa-columns";
|
return "$ayiColumns";
|
||||||
case this.view.SPLIT_VIEW:
|
case this.view.SPLIT_VIEW:
|
||||||
return "fa-feather";
|
return "fa-feather";
|
||||||
case this.view.DESIGN_VIEW:
|
case this.view.DESIGN_VIEW:
|
||||||
|
|||||||
@@ -14,9 +14,12 @@ Vue.component("font-awesome-icon", FontAwesomeIcon); // Register component globa
|
|||||||
import {
|
import {
|
||||||
faAddressBook,
|
faAddressBook,
|
||||||
faAddressCard,
|
faAddressCard,
|
||||||
|
faArrowsAltH,
|
||||||
|
faArrowsAltV,
|
||||||
faBars,
|
faBars,
|
||||||
faBell,
|
faBell,
|
||||||
faBinoculars,
|
faBinoculars,
|
||||||
|
faBold,
|
||||||
faBox,
|
faBox,
|
||||||
faBoxes,
|
faBoxes,
|
||||||
faBullhorn,
|
faBullhorn,
|
||||||
@@ -27,13 +30,16 @@ import {
|
|||||||
faCalendarDay,
|
faCalendarDay,
|
||||||
faCaretDown,
|
faCaretDown,
|
||||||
faCheckCircle,
|
faCheckCircle,
|
||||||
|
faCheckSquare,
|
||||||
faChevronDown,
|
faChevronDown,
|
||||||
faChild,
|
faChild,
|
||||||
faCogs,
|
faCogs,
|
||||||
|
faColumns,
|
||||||
faDiceD20,
|
faDiceD20,
|
||||||
faDolly,
|
faDolly,
|
||||||
faDollyFlatbed,
|
faDollyFlatbed,
|
||||||
faDoorOpen,
|
faDoorOpen,
|
||||||
|
faEdit,
|
||||||
faEllipsisV,
|
faEllipsisV,
|
||||||
faEye,
|
faEye,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
@@ -58,12 +64,19 @@ import {
|
|||||||
faGenderless,
|
faGenderless,
|
||||||
faGlasses,
|
faGlasses,
|
||||||
faGlobe,
|
faGlobe,
|
||||||
|
faHeading,
|
||||||
faHistory,
|
faHistory,
|
||||||
faHome,
|
faHome,
|
||||||
|
faImage,
|
||||||
faInbox,
|
faInbox,
|
||||||
faInfoCircle,
|
faInfoCircle,
|
||||||
|
faItalic,
|
||||||
faKey,
|
faKey,
|
||||||
faLanguage,
|
faLanguage,
|
||||||
|
faLink,
|
||||||
|
faListOl,
|
||||||
|
faListUl,
|
||||||
|
faMinus,
|
||||||
faPallet,
|
faPallet,
|
||||||
faPaperclip,
|
faPaperclip,
|
||||||
faPaperPlane,
|
faPaperPlane,
|
||||||
@@ -71,6 +84,7 @@ import {
|
|||||||
faPencilRuler,
|
faPencilRuler,
|
||||||
faPlug,
|
faPlug,
|
||||||
faQuestionCircle,
|
faQuestionCircle,
|
||||||
|
faQuoteLeft,
|
||||||
faRobot,
|
faRobot,
|
||||||
faRocket,
|
faRocket,
|
||||||
faSearch,
|
faSearch,
|
||||||
@@ -83,6 +97,8 @@ import {
|
|||||||
faSlidersH,
|
faSlidersH,
|
||||||
faStickyNote,
|
faStickyNote,
|
||||||
faStore,
|
faStore,
|
||||||
|
faStrikethrough,
|
||||||
|
faTable,
|
||||||
faTachometerAlt,
|
faTachometerAlt,
|
||||||
faThList,
|
faThList,
|
||||||
faTicketAlt,
|
faTicketAlt,
|
||||||
@@ -100,9 +116,12 @@ Vue.component("font-awesome-icon", FontAwesomeIcon);
|
|||||||
library.add(
|
library.add(
|
||||||
faAddressBook,
|
faAddressBook,
|
||||||
faAddressCard,
|
faAddressCard,
|
||||||
|
faArrowsAltH,
|
||||||
|
faArrowsAltV,
|
||||||
faBars,
|
faBars,
|
||||||
faBell,
|
faBell,
|
||||||
faBinoculars,
|
faBinoculars,
|
||||||
|
faBold,
|
||||||
faBox,
|
faBox,
|
||||||
faBoxes,
|
faBoxes,
|
||||||
faBullhorn,
|
faBullhorn,
|
||||||
@@ -113,13 +132,16 @@ library.add(
|
|||||||
faCalendarDay,
|
faCalendarDay,
|
||||||
faCaretDown,
|
faCaretDown,
|
||||||
faCheckCircle,
|
faCheckCircle,
|
||||||
|
faCheckSquare,
|
||||||
faChevronDown,
|
faChevronDown,
|
||||||
faChild,
|
faChild,
|
||||||
faCogs,
|
faCogs,
|
||||||
|
faColumns,
|
||||||
faDiceD20,
|
faDiceD20,
|
||||||
faDolly,
|
faDolly,
|
||||||
faDollyFlatbed,
|
faDollyFlatbed,
|
||||||
faDoorOpen,
|
faDoorOpen,
|
||||||
|
faEdit,
|
||||||
faEllipsisV,
|
faEllipsisV,
|
||||||
faEye,
|
faEye,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
@@ -144,12 +166,19 @@ library.add(
|
|||||||
faGenderless,
|
faGenderless,
|
||||||
faGlasses,
|
faGlasses,
|
||||||
faGlobe,
|
faGlobe,
|
||||||
|
faHeading,
|
||||||
faHistory,
|
faHistory,
|
||||||
faHome,
|
faHome,
|
||||||
|
faImage,
|
||||||
faInbox,
|
faInbox,
|
||||||
faInfoCircle,
|
faInfoCircle,
|
||||||
|
faItalic,
|
||||||
faKey,
|
faKey,
|
||||||
faLanguage,
|
faLanguage,
|
||||||
|
faLink,
|
||||||
|
faListOl,
|
||||||
|
faListUl,
|
||||||
|
faMinus,
|
||||||
faPallet,
|
faPallet,
|
||||||
faPaperclip,
|
faPaperclip,
|
||||||
faPaperPlane,
|
faPaperPlane,
|
||||||
@@ -157,6 +186,7 @@ library.add(
|
|||||||
faPencilRuler,
|
faPencilRuler,
|
||||||
faPlug,
|
faPlug,
|
||||||
faQuestionCircle,
|
faQuestionCircle,
|
||||||
|
faQuoteLeft,
|
||||||
faRobot,
|
faRobot,
|
||||||
faRocket,
|
faRocket,
|
||||||
faSearch,
|
faSearch,
|
||||||
@@ -169,6 +199,8 @@ library.add(
|
|||||||
faSlidersH,
|
faSlidersH,
|
||||||
faStickyNote,
|
faStickyNote,
|
||||||
faStore,
|
faStore,
|
||||||
|
faStrikethrough,
|
||||||
|
faTable,
|
||||||
faTachometerAlt,
|
faTachometerAlt,
|
||||||
faThList,
|
faThList,
|
||||||
faTicketAlt,
|
faTicketAlt,
|
||||||
@@ -194,6 +226,18 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "address-card"]
|
icon: ["fas", "address-card"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiArrowsAltH: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "arrows-alt-h"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ayiArrowsAltV: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "arrows-alt-v"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiBell: {
|
ayiBell: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -206,6 +250,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "binoculars"]
|
icon: ["fas", "binoculars"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiBold: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "bold"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiBox: {
|
ayiBox: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -260,6 +310,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "check-circle"]
|
icon: ["fas", "check-circle"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiCheckSquare: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "check-square"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiChild: {
|
ayiChild: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -272,6 +328,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "cogs"]
|
icon: ["fas", "cogs"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiColumns: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "columns"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiCustomize: {
|
ayiCustomize: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -302,6 +364,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "door-open"]
|
icon: ["fas", "door-open"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiEdit: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "edit"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiEye: {
|
ayiEye: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -446,6 +514,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "globe"]
|
icon: ["fas", "globe"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiHeading: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "heading"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiHistory: {
|
ayiHistory: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -458,6 +532,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "home"]
|
icon: ["fas", "home"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiImage: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "image"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiInbox: {
|
ayiInbox: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -470,6 +550,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "info-circle"]
|
icon: ["fas", "info-circle"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiItalic: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "italic"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiKey: {
|
ayiKey: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -482,6 +568,30 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "language"]
|
icon: ["fas", "language"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiLink: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "link"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ayiListOl: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "list-ol"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ayiListUl: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "list-ul"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ayiMinus: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "minus"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiPallet: {
|
ayiPallet: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -524,6 +634,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "question-circle"]
|
icon: ["fas", "question-circle"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiQuoteLeft: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "quote-left"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiRobot: {
|
ayiRobot: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
@@ -590,6 +706,18 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "store"]
|
icon: ["fas", "store"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiStrikethrough: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "strikethrough"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ayiTable: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "table"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiTachometer: {
|
ayiTachometer: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
Reference in New Issue
Block a user