{"version":3,"file":"activity-personalSettings.mjs","sources":["../src/models/EmailFrequency.js","../src/components/EmailSettings.vue","../src/views/UserSettings.vue","../src/views/DailySummary.vue","../src/settings-personal.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2021 Louis Chemineau \n *\n * @author Louis Chemineau \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nexport default {\n\tEmailFrequency: {\n\t\tEMAIL_SEND_HOURLY: 0,\n\t\tEMAIL_SEND_DAILY: 1,\n\t\tEMAIL_SEND_WEEKLY: 2,\n\t\tEMAIL_SEND_ASAP: 3,\n\t},\n}\n","\n\n\n\n\n\n\n","\n\n\n\n\n","\n\n\n","/**\n * @copyright Copyright (c) 2022 Carl Schwan \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport Vue from 'vue'\nimport Vuex from 'vuex'\n\nimport UserSettings from './views/UserSettings.vue'\nimport DailySummary from './views/DailySummary.vue'\nimport { translate as t, translatePlural as n } from '@nextcloud/l10n'\nimport store from './store/settings-store.js'\n\nVue.prototype.t = t\nVue.prototype.n = n\n\nVue.use(Vuex)\n\nexport default {\n\tuserSetting: new Vue({\n\t\tel: '#activity-user-settings',\n\t\tstore,\n\t\tname: 'ActivityPersonalSettings',\n\t\trender: h => h(UserSettings),\n\t}),\n\tdigestSetting: new Vue({\n\t\tel: '#activity-digest-user-settings',\n\t\tname: 'ActivityDigestPersonalSettings',\n\t\tstore,\n\t\trender: h => h(DailySummary),\n\t}),\n}\n"],"names":["EmailFrequency","_sfc_main","mapState","mapActions","NcSettingsSection","EmailSettings","ActivityGrid","NcCheckboxRadioSwitch","Vue","t","n","Vuex","store","h","UserSettings","DailySummary"],"mappings":";+TAsBA,MAAeA,EAAA,CACd,eAAgB,CACf,kBAAmB,EACnB,iBAAkB,EAClB,kBAAmB,EACnB,gBAAiB,CACjB,CACF,EC6BAC,EAAA,CACA,KAAA,gBAEA,MAAA,CACA,MAAA,CACA,eAAAD,EAAA,cACA,CACA,EACA,SAAA,CACA,GAAAE,EAAA,CACA,eACA,aACA,kBACA,CAAA,CACA,EACA,QAAA,CACA,GAAAC,EAAA,CACA,qBACA,CAAA,CACA,CACA,g4CC5CAF,EAAA,CACA,KAAA,eACA,WAAA,CACA,kBAAAG,EACA,cAAAC,EACA,aAAAC,CACA,EAEA,SAAA,CACA,GAAAJ,EAAA,CACA,aAAA,cACA,CAAA,EACA,oBAAA,CACA,OAAA,KAAA,aACA,EAAA,WAAA,4EAAA,EAEA,EAAA,WAAA,kEAAA,CAEA,CACA,EAEA,SAAA,CACA,KAAA,YAAA,CAAA,SAAA,yBAAA,CAAA,CACA,EAEA,QAAA,CACA,GAAAC,EAAA,CACA,cACA,oBACA,CAAA,CACA,CACA,uPClDAF,EAAA,CACA,KAAA,eACA,WAAA,CACA,sBAAAM,EACA,kBAAAH,CACA,EAEA,SAAA,CACA,GAAAF,EAAA,CACA,uBACA,CAAA,CACA,EAEA,SAAA,CACA,KAAA,YAAA,CAAA,SAAA,yBAAA,CAAA,CACA,EAEA,QAAA,CACA,GAAAC,EAAA,CACA,cACA,6BACA,CAAA,CACA,CACA,gdCVAK,EAAI,UAAU,EAAIC,EAClBD,EAAI,UAAU,EAAIE,EAElBF,EAAI,IAAIG,CAAI,EAGE,IAAIH,EAAI,CACpB,GAAI,0BACJ,MAAAI,EACA,KAAM,2BACN,OAAQC,GAAKA,EAAEC,CAAY,CAC7B,CAAE,EACc,IAAIN,EAAI,CACtB,GAAI,iCACJ,KAAM,iCACN,MAAAI,EACA,OAAQC,GAAKA,EAAEE,CAAY,CAC7B,CAAE"}