import Vue from 'vue' import { Component } from 'vue-property-decorator' import { GlobalStore, UserStore, NotevoleStore } from '@store' import { Logo } from '../../components/logo' import { Footer } from '../../components/Footer' import { CMyPage } from '../../components/CMyPage/index' import VueScrollReveal from 'vue-scroll-reveal' import { tools } from '@src/store/Modules/tools' import { func_tools, toolsext } from '@src/store/Modules/toolsext' import { Screen } from 'quasar' import MixinMetaTags from '@src/mixins/mixin-metatags' import { CCardCarousel, CImgText, CTitleBanner, CStatus, CStatusReg, CNextZoom, CVerifyTelegram, CVerifyEmail } from '@components' import MixinBase from '@src/mixins/mixin-base' import { static_data } from '@src/db/static_data' import { INotData } from '@src/model' // Vue.use(VueScrollReveal, { // class: 'v-scroll-reveal', // A CSS class applied to elements with the v-scroll-reveal directive; useful for animation overrides. // duration: 1200, // scale: 0.95, // distance: '10px', // rotate: { // x: 0, // y: 0, // z: 0 // } // // mobile: true // }) @Component({ mixins: [MixinBase], components: { Logo, Footer, CMyPage, CCardCarousel, CTitleBanner, CImgText, CStatus, CStatusReg, CNextZoom, CVerifyTelegram, CVerifyEmail } }) export default class Home extends MixinBase { public text: string = '' public visibile: boolean = false public cardvisible: string = 'hidden' public displaycard: string = 'block' public $t: any // public firstClassSection: string = 'landing_background fade homep-cover-img animate-fade homep-cover-img-1' public firstClassSection: string = 'fade homep-cover-img animate-fade homep-cover-img-1' public $q public polling public slide = 'first' public slide_video = 'yt_1' public mysteps = 0 public myaudio = 0 public mytestimonianze = 0 public tab = 'guida' public slide2 = 0 public animare: number = 0 public endload: boolean = false public indvideo: number = 0 public arrvideo_yt = [] public arrvideo_mp4 = [] public arrsteps = [ { label: '1', value: 0, title: { it: 'Passo 1 - Contributore Finanziario

' + 'A) Capisco come funziona e lo condivido ad altre 2 persone che vogliono partecipare.
' + 'B) Entro nella chat e dono i 33€ al gestore della Billettera.', es: '', enUs: '' }, myicon: 'fas fa-donate', }, { label: '2', value: 1, title: { it: 'Passo 2 - Contributore solidale

' + 'Invio il link per registrarsi alle mie 2 persone, che cosí verseranno i 33€.', es: '', enUs: '' }, myicon: 'fas fa-user-friends', myicon2: 'fas fa-coins' }, { label: '3', value: 2, title: { it: 'Passo 3 - Tesoriere/segretario

' + 'Collaboro, aggiorno la lista dei doni, fornisco informazioni, ma anche conosco, condivido esperienze, passioni e sogni.', es: '', enUs: '' }, myicon: 'fas fa-piggy-bank', myicon2: 'far fa-laugh', myicon3: 'far fa-comments' }, { label: '4', value: 3, title: { it: 'Passo 4 - Apertura tua Billettera
' + 'Creo il mio gruppo Telegram nel quale entrano i miei 2 ospiti, i 2 ospiti dei miei 2 ospiti, che porteranno altre 8 persone (4x2).
' + '
Ricevuti i 33€ da queste 8 persone (264€), mi tengo i mei iniziali 33€ e dono 231 € alla Billettera "Mas Antigua".', es: '', enUs: '' }, myicon: 'fab fa-whatsapp', myicon2: 'fas fa-wallet' }, { label: '5', value: 4, title: { it: 'Passo 5
' + 'Aspetto, da parte delle 8 nuove Billettere, le donazioni di 231€, per un totale di 1848€.
' + '
Ringrazio l\'Universo per il dono ricevuto e fornisco aiuto a chi ne ha bisogno.
' + 'Se desidero, posso ricominciare!', es: '', enUs: '' }, myicon: 'far fa-clock', myicon2: 'fas fa-euro-sign', myicon3: 'fas fa-praying-hands', myimg: '/' + tools.getimglogo(), } ] public advise = [ { title: { it: 'La forza di questo gioco sono le Persone e la Collaborazione.
Vincete la timidezza e scrivete agli amici su whatsapp, facebook, Telegram.', es: '', enUs: '' }, color: 'white', icon: 'fas fa-hands-helping', textcolor: 'black' }, { title: { it: 'È un lavoro di squadra, dove ognuno fa la sua parte.', es: '', enUs: '' }, color: 'white', icon: 'fas fa-users', textcolor: 'black' }, { title: { it: 'E\' un\'opportunità di risentire vecchi amici, ed avere un intento comune, per risentirci e di riconnetterci.
', es: '', enUs: '' }, color: 'white', icon: 'fas fa-hand-holding-heart', textcolor: 'black' } ] constructor() { super() // console.log('Home constructor...') this.initprompt() } public meta() { return tools.metafunc(this) } get notevolerec() { return UserStore.state } get tools() { return tools } get TelegVerificato() { return UserStore.state.my.profile.teleg_id > 0 } get visuStatus() { return !this.isVerificato || !this.TelegVerificato || UserStore.state.my.profile.paymenttypes.length === 0 } public mounted() { let primo = true const mytime = 10000 this.polling = setInterval(() => { this.firstClassSection = 'landing_background fade homep-cover-img ' + (primo ? 'homep-cover-img-2' : 'homep-cover-img-1') primo = !primo // console.log('this.firstClassSection', this.firstClassSection) }, mytime) } public beforeDestroy() { // console.log('beforeDestroy') clearInterval(this.polling) } public created() { if (!!tools.getCookie(tools.TABBED_HOME)) { this.tab = tools.getCookie(tools.TABBED_HOME) } this.animare = process.env.DEV ? 0 : 8000 for (let index = 0; index <= tools.getvideonum(true); ++index) { this.arrvideo_yt.push(tools.getvideoyt(index)) } for (let index = 0; index <= tools.getvideonum(false); ++index) { this.arrvideo_mp4.push(tools.getvideomp4src(index)) } GlobalStore.actions.prova() this.endload = true } get getvideonum_youtube() { return tools.getvideonum(true) } get getvideonum_mp4() { return tools.getvideonum(false) } get heightgallvideo() { return tools.heightgallvideo() } get isLogged() { return UserStore.state.isLogged } get static_data() { return static_data } public mystilecard() { return { visibility: this.cardvisible, display: this.displaycard } } get conta() { return GlobalStore.state.conta } public getenv(myvar) { return process.env[myvar] } set conta(valore) { GlobalStore.actions.setConta(valore) const my = this.$q.lang.isoName tools.showNotif(this.$q, String(my)) } public initprompt() { window.addEventListener('beforeinstallprompt', (event) => { // console.log('******************************** beforeinstallprompt fired') event.preventDefault() // console.log('§§§§§§§§§§§§§§§§§§§§ IMPOSTA DEFERRED PROMPT !!!!!!!!!!!!!!!!! ') // #Todo++ IMPOSTA DEFERRED PROMPT return false }) } get isInCostruction() { return process.env.IN_CONSTRUCTION === '1' } public getPermission() { return Notification.permission } public NotServiceWorker() { return (!('serviceWorker' in navigator)) } public PagLogin() { this.$router.replace('/signin') } public PagReg() { this.$router.replace('/signup') } public openCreatePostModal() { console.log('APERTO ! openCreatePostModal') this.conta = this.conta + 1 this.visibile = !this.visibile if (this.visibile) { this.displaycard = 'block' this.cardvisible = 'visible' } else { this.displaycard = 'block' this.cardvisible = 'hidden' } } get getappname() { return tools.getappname(this, false) } public gettitle_advise(rec) { return rec.title[tools.getLocale()] } public geticonlist(rec) { if (rec.icon) { return rec.icon } else { return 'fas fa-info' } } public getfileimgdown(rec) { return rec.file[tools.getLocale()] } get isVerificato() { return UserStore.getters.isVerificato } get isEmailVerified() { return UserStore.state.my.verified_email } public openrighttoolbar() { GlobalStore.state.RightDrawerOpen = true } get TelegCode() { return UserStore.state.my.profile.teleg_checkcode } public changetab(val) { tools.setCookie(tools.TABBED_HOME, val) } }