418 lines
14 KiB
JavaScript
418 lines
14 KiB
JavaScript
import { createApp } from 'vue';
|
|
import { createPinia } from 'pinia';
|
|
import { createI18n } from 'vue-i18n';
|
|
|
|
import { createVuetify } from 'vuetify';
|
|
import { VAlert } from 'vuetify/components/VAlert';
|
|
import { VApp } from 'vuetify/components/VApp';
|
|
import { VAvatar } from 'vuetify/components/VAvatar';
|
|
import { VAutocomplete } from 'vuetify/components/VAutocomplete';
|
|
import { VBadge } from 'vuetify/components/VBadge';
|
|
import { VBtn } from 'vuetify/components/VBtn';
|
|
import { VBtnGroup } from 'vuetify/components/VBtnGroup';
|
|
import { VBtnToggle } from 'vuetify/components/VBtnToggle';
|
|
import { VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle } from 'vuetify/components/VCard';
|
|
import { VCheckbox, VCheckboxBtn } from 'vuetify/components/VCheckbox';
|
|
import { VChip } from 'vuetify/components/VChip';
|
|
import { VDialog } from 'vuetify/components/VDialog';
|
|
import { VDivider } from 'vuetify/components/VDivider';
|
|
import { VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VExpansionPanels } from 'vuetify/components/VExpansionPanel';
|
|
import { VForm } from 'vuetify/components/VForm';
|
|
import { VContainer, VCol, VRow, VSpacer } from 'vuetify/components/VGrid';
|
|
import { VIcon } from 'vuetify/components/VIcon';
|
|
import { VImg } from 'vuetify/components/VImg';
|
|
import { VInput } from 'vuetify/components/VInput';
|
|
import { VLabel } from 'vuetify/components/VLabel';
|
|
import { VLayout } from 'vuetify/components/VLayout';
|
|
import { VList, VListGroup, VListImg, VListItem, VListItemAction, VListItemMedia, VListItemSubtitle, VListItemTitle, VListSubheader } from 'vuetify/components/VList';
|
|
import { VMain } from 'vuetify/components/VMain';
|
|
import { VMenu } from 'vuetify/components/VMenu';
|
|
import { VNavigationDrawer } from 'vuetify/components/VNavigationDrawer';
|
|
import { VOverlay } from 'vuetify/components/VOverlay';
|
|
import { VPagination } from 'vuetify/components/VPagination';
|
|
import { VProgressCircular } from 'vuetify/components/VProgressCircular';
|
|
import { VProgressLinear } from 'vuetify/components/VProgressLinear';
|
|
import { VSelect } from 'vuetify/components/VSelect';
|
|
import { VSkeletonLoader } from 'vuetify/labs/VSkeletonLoader';
|
|
import { VSlideGroup, VSlideGroupItem } from 'vuetify/components/VSlideGroup';
|
|
import { VSnackbar } from 'vuetify/components/VSnackbar';
|
|
import { VSwitch } from 'vuetify/components/VSwitch';
|
|
import { VTabs, VTab } from 'vuetify/components/VTabs';
|
|
import { VTable } from 'vuetify/components/VTable';
|
|
import { VTextarea } from 'vuetify/components/VTextarea';
|
|
import { VTextField } from 'vuetify/components/VTextField';
|
|
import { VToolbar } from 'vuetify/components/VToolbar';
|
|
import { VTooltip } from 'vuetify/components/VTooltip';
|
|
import { VWindow, VWindowItem } from 'vuetify/components/VWindow';
|
|
|
|
import { aliases, mdi } from 'vuetify/iconsets/mdi-svg';
|
|
import 'vuetify/styles';
|
|
|
|
import * as echarts from 'echarts/core';
|
|
import { CanvasRenderer } from 'echarts/renderers';
|
|
import { BarChart, PieChart } from 'echarts/charts';
|
|
import {
|
|
GridComponent,
|
|
TooltipComponent,
|
|
LegendComponent,
|
|
} from 'echarts/components';
|
|
import VChart from 'vue-echarts';
|
|
|
|
import 'line-awesome/dist/line-awesome/css/line-awesome.css';
|
|
|
|
import { PerfectScrollbar } from 'vue3-perfect-scrollbar';
|
|
|
|
import VueDatePicker from '@vuepic/vue-datepicker';
|
|
import '@vuepic/vue-datepicker/dist/main.css';
|
|
|
|
import draggable from 'vuedraggable';
|
|
|
|
import router from '@/router/desktop.js';
|
|
|
|
import { getVersion, getBuildTime } from '@/lib/version.js';
|
|
import userstate from '@/lib/userstate.js';
|
|
import {
|
|
getI18nOptions,
|
|
translateIf,
|
|
translateError,
|
|
i18nFunctions
|
|
} from '@/lib/i18n.js';
|
|
|
|
import PinCodeInput from '@/components/common/PinCodeInput.vue';
|
|
|
|
import ItemIcon from '@/components/desktop/ItemIcon.vue';
|
|
import BtnVerticalGroup from '@/components/desktop/BtnVerticalGroup.vue';
|
|
import AmountInput from '@/components/desktop/AmountInput.vue';
|
|
import ColorSelect from '@/components/desktop/ColorSelect.vue';
|
|
import IconSelect from '@/components/desktop/IconSelect.vue';
|
|
import StepsBar from '@/components/desktop/StepsBar.vue';
|
|
import ConfirmDialog from '@/components/desktop/ConfirmDialog.vue';
|
|
import SnackBar from '@/components/desktop/SnackBar.vue';
|
|
import PieChartComponent from '@/components/desktop/PieChart.vue';
|
|
import DateRangeSelectionDialog from '@/components/desktop/DateRangeSelectionDialog.vue';
|
|
import SwitchToMobileDialog from '@/components/desktop/SwitchToMobileDialog.vue';
|
|
|
|
import '@/styles/desktop/template/base/libs/vuetify/_index.scss';
|
|
import '@/styles/desktop/template/template/index.scss';
|
|
import '@/styles/desktop/template/layout/index.scss';
|
|
import '@/styles/desktop/template/layout/component/index.scss';
|
|
import '@/styles/desktop/template/layout/_default-layout.scss';
|
|
import '@/styles/desktop/global.scss';
|
|
import '@/styles/desktop/font-size.scss';
|
|
|
|
import App from './DesktopApp.vue';
|
|
|
|
const app = createApp(App);
|
|
const pinia = createPinia();
|
|
const i18n = createI18n(getI18nOptions());
|
|
const vuetify = createVuetify({
|
|
components: {
|
|
VAlert,
|
|
VApp,
|
|
VAvatar,
|
|
VAutocomplete,
|
|
VBadge,
|
|
VBtn,
|
|
VBtnGroup,
|
|
VBtnToggle,
|
|
VCard,
|
|
VCardActions,
|
|
VCardItem,
|
|
VCardSubtitle,
|
|
VCardText,
|
|
VCardTitle,
|
|
VCheckbox,
|
|
VCheckboxBtn,
|
|
VChip,
|
|
VDialog,
|
|
VDivider,
|
|
VExpansionPanel,
|
|
VExpansionPanelText,
|
|
VExpansionPanelTitle,
|
|
VExpansionPanels,
|
|
VForm,
|
|
VContainer,
|
|
VCol,
|
|
VRow,
|
|
VSpacer,
|
|
VIcon,
|
|
VImg,
|
|
VInput,
|
|
VLabel,
|
|
VLayout,
|
|
VList,
|
|
VListGroup,
|
|
VListImg,
|
|
VListItem,
|
|
VListItemAction,
|
|
VListItemMedia,
|
|
VListItemSubtitle,
|
|
VListItemTitle,
|
|
VListSubheader,
|
|
VMain,
|
|
VMenu,
|
|
VNavigationDrawer,
|
|
VOverlay,
|
|
VPagination,
|
|
VProgressCircular,
|
|
VProgressLinear,
|
|
VSelect,
|
|
VSkeletonLoader,
|
|
VSlideGroup,
|
|
VSlideGroupItem,
|
|
VSnackbar,
|
|
VSwitch,
|
|
VTabs,
|
|
VTab,
|
|
VTable,
|
|
VTextarea,
|
|
VTextField,
|
|
VToolbar,
|
|
VTooltip,
|
|
VWindow,
|
|
VWindowItem
|
|
},
|
|
icons: {
|
|
defaultSet: 'mdi',
|
|
aliases,
|
|
sets: {
|
|
mdi
|
|
}
|
|
},
|
|
defaults: {
|
|
VAlert: {
|
|
VBtn: {
|
|
color: undefined
|
|
}
|
|
},
|
|
VAutocomplete: {
|
|
variant: 'outlined',
|
|
color: 'primary',
|
|
hideDetails: 'auto'
|
|
},
|
|
VAvatar: {
|
|
variant: 'flat',
|
|
VIcon: {
|
|
size: 24,
|
|
},
|
|
},
|
|
VBadge: {
|
|
color: 'primary'
|
|
},
|
|
VBtn: {
|
|
color: 'primary'
|
|
},
|
|
VCheckbox: {
|
|
color: 'primary',
|
|
hideDetails: 'auto'
|
|
},
|
|
VChip: {
|
|
elevation: 0
|
|
},
|
|
VList: {
|
|
color: 'primary'
|
|
},
|
|
VPagination: {
|
|
activeColor: 'primary'
|
|
},
|
|
VRadio: {
|
|
color: 'primary',
|
|
hideDetails: 'auto'
|
|
},
|
|
VSelect: {
|
|
variant: 'outlined',
|
|
color: 'primary',
|
|
hideDetails: 'auto'
|
|
},
|
|
VSlider: {
|
|
color: 'primary',
|
|
hideDetails: 'auto'
|
|
},
|
|
VSwitch: {
|
|
color: 'primary',
|
|
hideDetails: 'auto'
|
|
},
|
|
VProgressCircular: {
|
|
size: 40
|
|
},
|
|
VSnackbar: {
|
|
timeout: 3000
|
|
},
|
|
VTable: {
|
|
hover: true
|
|
},
|
|
VTabs: {
|
|
color: 'primary',
|
|
VSlideGroup: {
|
|
showArrows: true
|
|
}
|
|
},
|
|
VTextarea: {
|
|
variant: 'outlined',
|
|
color: 'primary',
|
|
hideDetails: 'auto'
|
|
},
|
|
VTextField: {
|
|
variant: 'outlined',
|
|
color: 'primary',
|
|
hideDetails: 'auto'
|
|
},
|
|
VToolbar: {
|
|
color: 'primary'
|
|
},
|
|
VTooltip: {
|
|
location: 'top'
|
|
}
|
|
},
|
|
theme: {
|
|
defaultTheme: 'light',
|
|
themes: {
|
|
light: {
|
|
dark: false,
|
|
colors: {
|
|
'primary': '#c67e48',
|
|
'secondary': '#8a8d93',
|
|
'on-secondary': '#fff',
|
|
'success': '#4cd964',
|
|
'info': '#2196f3',
|
|
'warning': '#ff9500',
|
|
'error': '#ff3b30',
|
|
'income': '#ff3b30',
|
|
'expense': '#009688',
|
|
'on-primary': '#ffffff',
|
|
'on-success': '#ffffff',
|
|
'on-warning': '#ffffff',
|
|
'background': '#faf8f4',
|
|
'on-background': '#413935',
|
|
'on-surface': '#413935',
|
|
'grey-50': '#fafafa',
|
|
'grey-100': '#f0f2f8',
|
|
'grey-200': '#eeeeee',
|
|
'grey-300': '#e0e0e0',
|
|
'grey-400': '#bdbdbd',
|
|
'grey-500': '#9e9e9e',
|
|
'grey-600': '#757575',
|
|
'grey-700': '#616161',
|
|
'grey-800': '#424242',
|
|
'grey-900': '#212121',
|
|
'perfect-scrollbar-thumb': '#dbdade',
|
|
'skin-bordered-background': '#fff',
|
|
'skin-bordered-surface': '#fff'
|
|
},
|
|
variables: {
|
|
'code-color': '#ff8000',
|
|
'overlay-scrim-background': '#413935',
|
|
'overlay-scrim-opacity': 0.5,
|
|
'hover-opacity': 0.04,
|
|
'focus-opacity': 0.1,
|
|
'selected-opacity': 0.12,
|
|
'activated-opacity': 0.1,
|
|
'pressed-opacity': 0.14,
|
|
'dragged-opacity': 0.1,
|
|
'border-color': '#413f3b',
|
|
'table-header-background': '#fdfcf9',
|
|
'custom-background': '#f9f8f9',
|
|
'shadow-key-umbra-opacity': 'rgba(var(--v-theme-on-surface), 0.08)',
|
|
'shadow-key-penumbra-opacity': 'rgba(var(--v-theme-on-surface), 0.12)',
|
|
'shadow-key-ambient-opacity': 'rgba(var(--v-theme-on-surface), 0.04)'
|
|
}
|
|
},
|
|
dark: {
|
|
dark: true,
|
|
colors: {
|
|
'primary': '#c67e48',
|
|
'secondary': '#8a8d93',
|
|
'on-secondary': '#fff',
|
|
'success': '#4cd964',
|
|
'info': '#2196f3',
|
|
'warning': '#ff9500',
|
|
'error': '#ff3b30',
|
|
'income': '#ff3b30',
|
|
'expense': '#009688',
|
|
'on-primary': '#ffffff',
|
|
'on-success': '#ffffff',
|
|
'on-warning': '#ffffff',
|
|
'background': '#000000',
|
|
'on-background': '#fcf0e3',
|
|
'surface': '#1c1c1d',
|
|
'on-surface': '#fcf0e3',
|
|
'grey-50': '#212121',
|
|
'grey-100': '#424242',
|
|
'grey-200': '#616161',
|
|
'grey-300': '#757575',
|
|
'grey-400': '#909090',
|
|
'grey-500': '#a2a2a2',
|
|
'grey-600': '#b4b4b4',
|
|
'grey-700': '#c6c6c6',
|
|
'grey-800': '#d8d8d8',
|
|
'grey-900': '#eaeaea',
|
|
'perfect-scrollbar-thumb': '#4a5072',
|
|
'skin-bordered-background': '#312d4b',
|
|
'skin-bordered-surface': '#312d4b'
|
|
},
|
|
variables: {
|
|
'code-color': '#ff8000',
|
|
'overlay-scrim-background': '#1c1c1d',
|
|
'overlay-scrim-opacity': 0.6,
|
|
'hover-opacity': 0.04,
|
|
'focus-opacity': 0.1,
|
|
'selected-opacity': 0.12,
|
|
'activated-opacity': 0.1,
|
|
'pressed-opacity': 0.14,
|
|
'dragged-opacity': 0.1,
|
|
'border-color': '#edece9',
|
|
'table-header-background': '#312f2b',
|
|
'custom-background': '#373452',
|
|
'shadow-key-umbra-opacity': 'rgba(20, 18, 33, 0.08)',
|
|
'shadow-key-penumbra-opacity': 'rgba(20, 18, 33, 0.12)',
|
|
'shadow-key-ambient-opacity': 'rgba(20, 18, 33, 0.04)'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
echarts.use([
|
|
CanvasRenderer,
|
|
BarChart,
|
|
PieChart,
|
|
GridComponent,
|
|
TooltipComponent,
|
|
LegendComponent
|
|
]);
|
|
|
|
app.use(pinia);
|
|
app.use(i18n);
|
|
app.use(vuetify);
|
|
app.use(router);
|
|
|
|
app.component('VChart', VChart);
|
|
app.component('PerfectScrollbar', PerfectScrollbar);
|
|
app.component('VueDatePicker', VueDatePicker);
|
|
app.component('DraggableList', draggable);
|
|
|
|
app.component('PinCodeInput', PinCodeInput);
|
|
|
|
app.component('ItemIcon', ItemIcon);
|
|
app.component('BtnVerticalGroup', BtnVerticalGroup);
|
|
app.component('AmountInput', AmountInput);
|
|
app.component('ColorSelect', ColorSelect);
|
|
app.component('IconSelect', IconSelect);
|
|
app.component('StepsBar', StepsBar);
|
|
app.component('ConfirmDialog', ConfirmDialog);
|
|
app.component('SnackBar', SnackBar);
|
|
app.component('PieChart', PieChartComponent);
|
|
app.component('DateRangeSelectionDialog', DateRangeSelectionDialog);
|
|
app.component('SwitchToMobileDialog', SwitchToMobileDialog);
|
|
|
|
app.config.globalProperties.$version = getVersion();
|
|
app.config.globalProperties.$buildTime = getBuildTime();
|
|
|
|
app.config.globalProperties.$locale = i18nFunctions(i18n.global);
|
|
app.config.globalProperties.$tIf = (text, isTranslate) => translateIf(text, isTranslate, i18n.global.t);
|
|
app.config.globalProperties.$tError = (message) => translateError(message, i18n.global.t);
|
|
|
|
app.config.globalProperties.$user = userstate;
|
|
|
|
app.mount('#app');
|