This commit is contained in:
@@ -19,7 +19,10 @@ export default {
|
||||
// called once from app.vue only
|
||||
//
|
||||
wireUpEventHandlers(vm) {
|
||||
//###########################################
|
||||
//Notifications: pops up and slowly disappears
|
||||
//ACTUAL UI IN gznotify.vue
|
||||
//###########################################
|
||||
|
||||
///////////
|
||||
//ERROR
|
||||
@@ -87,6 +90,10 @@ export default {
|
||||
|
||||
VM_LOCAL = vm;
|
||||
},
|
||||
//###########################################
|
||||
//CONFIRMATION DIALOGS
|
||||
//ACTUAL UI IN gzconfirm.vue
|
||||
//###########################################
|
||||
/////////////////////////////////////
|
||||
// Are you sure you want to delete?
|
||||
//
|
||||
|
||||
@@ -62,6 +62,7 @@ import {
|
||||
faEgg,
|
||||
faEllipsisV,
|
||||
faEnvelopeOpenText,
|
||||
faExclamation,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faEye,
|
||||
@@ -209,6 +210,7 @@ library.add(
|
||||
faEgg,
|
||||
faEllipsisV,
|
||||
faEnvelopeOpenText,
|
||||
faExclamation,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faEye,
|
||||
@@ -1136,6 +1138,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "caret-down"]
|
||||
}
|
||||
},
|
||||
exclamation: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "exclamation"]
|
||||
}
|
||||
},
|
||||
info: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
@@ -40,7 +40,9 @@
|
||||
</v-dialog>
|
||||
</v-col>
|
||||
<v-col cols="12" v-if="!hasItems()">
|
||||
<v-btn outlined @click.native="showSelector = true">{{ $ay.t("Add") }}</v-btn>
|
||||
<v-btn outlined @click.native="showSelector = true">{{
|
||||
$ay.t("Add")
|
||||
}}</v-btn>
|
||||
</v-col>
|
||||
<v-col
|
||||
v-for="(item, i) in effectiveView"
|
||||
|
||||
@@ -311,11 +311,11 @@ export default {
|
||||
// );
|
||||
// })();
|
||||
|
||||
// window.$gz.eventBus.$emit(
|
||||
// "notify-info",
|
||||
// "This is a test crlf\r\nOnly a test lf\nEot",
|
||||
// "https://www.ayanova.com/subscriptionexpired.htm"
|
||||
// );
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-error",
|
||||
"This is a test crlf\r\nOnly a test lf\nEot",
|
||||
"https://www.ayanova.com/subscriptionexpired.htm"
|
||||
);
|
||||
//------------------------
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
|
||||
Reference in New Issue
Block a user