first commit
This commit is contained in:
37
_mockApis/components/pages/accountNotification.ts
Executable file
37
_mockApis/components/pages/accountNotification.ts
Executable file
@@ -0,0 +1,37 @@
|
||||
/*import tabler icons*/
|
||||
import { ArticleIcon, CheckboxIcon, ClockIcon, MailIcon, TruckDeliveryIcon } from 'vue-tabler-icons';
|
||||
import type { notificationTabType } from '@/types/components/pages/notificationTab';
|
||||
const notificationTb: notificationTabType[] = [
|
||||
{
|
||||
title: 'Our newsletter',
|
||||
subtitle: 'We will always let you know about important changes',
|
||||
icon: ArticleIcon,
|
||||
switch: false
|
||||
},
|
||||
{
|
||||
title: 'Order Confirmation',
|
||||
subtitle: 'You will be notified when customer order any product',
|
||||
icon: CheckboxIcon,
|
||||
switch: true
|
||||
},
|
||||
{
|
||||
title: 'Order Status Changed',
|
||||
subtitle: 'You will be notified when customer make changes to the order',
|
||||
icon: ClockIcon,
|
||||
switch: false
|
||||
},
|
||||
{
|
||||
title: 'Order Delivered',
|
||||
subtitle: 'You will be notified once the order is delivered',
|
||||
icon: TruckDeliveryIcon,
|
||||
switch: false
|
||||
},
|
||||
{
|
||||
title: 'Email Notification',
|
||||
subtitle: 'Turn on email notificaiton to get updates through email',
|
||||
icon: MailIcon,
|
||||
switch: true
|
||||
}
|
||||
];
|
||||
|
||||
export {notificationTb};
|
||||
17
_mockApis/components/pages/auth.ts
Executable file
17
_mockApis/components/pages/auth.ts
Executable file
@@ -0,0 +1,17 @@
|
||||
import type { AuthCurosel } from "@/types/components/auth/login";
|
||||
const AuthCuroselData: AuthCurosel[] = [
|
||||
{
|
||||
title:'Feature Rich 1D Charts',
|
||||
subtitle:'Donec justo tortor, malesuada vitae faucibus ac, tristique sit amet massa. Aliquam dignissim nec felis quis imperdiet.'
|
||||
},
|
||||
{
|
||||
title:'Feature Rich 2D Charts',
|
||||
subtitle:'Donec justo tortor, malesuada vitae faucibus ac, tristique sit amet massa. Aliquam dignissim nec felis quis imperdiet.'
|
||||
},
|
||||
{
|
||||
title:'Feature Rich 3D Charts',
|
||||
subtitle:'Donec justo tortor, malesuada vitae faucibus ac, tristique sit amet massa. Aliquam dignissim nec felis quis imperdiet.'
|
||||
}
|
||||
];
|
||||
|
||||
export { AuthCuroselData }
|
||||
21
_mockApis/components/pages/faqData.ts
Executable file
21
_mockApis/components/pages/faqData.ts
Executable file
@@ -0,0 +1,21 @@
|
||||
import type { faqPageType } from '@/types/components/pages/faqData';
|
||||
const faqPage: faqPageType[] = [
|
||||
{
|
||||
question: 'What is an Admin Dashboard?',
|
||||
answer: 'Admin Dashboard is the backend interface of a website or an application that helps to manage the website s overall content and settings. It is widely used by the site owners to keep track of their website, make changes to their content, and more.'
|
||||
},
|
||||
{
|
||||
question: 'What should an admin dashboard template include?',
|
||||
answer: 'Admin dashboard template should include user & SEO friendly design with a variety of components and application designs to help create your own web application with ease. This could include customization options, technical support and about 6 months of future updates.'
|
||||
},
|
||||
{
|
||||
question: 'Why should I buy admin templates from AdminMart?',
|
||||
answer: 'Adminmart offers high-quality templates that are easy to use and fully customizable. With over 101,801 happy customers & trusted by 10,000+ Companies. AdminMart is recognized as the leading online source for buying admin templates.'
|
||||
},
|
||||
{
|
||||
question: 'Do Adminmart offers a money back guarantee?',
|
||||
answer: 'There is no money back guarantee in most companies, but if you are unhappy with our product, Adminmart gives you a 100% money back guarantee.'
|
||||
}
|
||||
];
|
||||
|
||||
export { faqPage};
|
||||
134
_mockApis/components/pages/pricingData.ts
Executable file
134
_mockApis/components/pages/pricingData.ts
Executable file
@@ -0,0 +1,134 @@
|
||||
/*import tabler icons*/
|
||||
import { CheckIcon, XIcon, } from 'vue-tabler-icons';
|
||||
import type { pricingType } from '@/types/components/pages/pricingData';
|
||||
/*-- Pricing Page --*/
|
||||
import img1 from '@/assets/images/backgrounds/silver.png';
|
||||
import img2 from '@/assets/images/backgrounds/bronze.png';
|
||||
import img3 from '@/assets/images/backgrounds/gold.png';
|
||||
const pricing: pricingType[] = [
|
||||
{
|
||||
tagtext: false,
|
||||
caption: 'Silver',
|
||||
image: img1,
|
||||
free: true,
|
||||
price: 10.99,
|
||||
yearlyprice: 10.99 * 12,
|
||||
buttontext: 'Choose Silver',
|
||||
list: [
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: '3 Members',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: 'Single Device',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: XIcon,
|
||||
iconcolor: 'inputBorder',
|
||||
listtitle: '50GB Storage',
|
||||
status:true,
|
||||
},
|
||||
{
|
||||
icon: XIcon,
|
||||
iconcolor: 'inputBorder',
|
||||
listtitle: 'Monthly Backups',
|
||||
status:true,
|
||||
},
|
||||
{
|
||||
icon: XIcon,
|
||||
iconcolor: 'inputBorder',
|
||||
listtitle: 'Permissions & workflows',
|
||||
status:true,
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
tagtext: true,
|
||||
caption: 'bronze',
|
||||
image: img2,
|
||||
free: false,
|
||||
price: 10.99,
|
||||
yearlyprice: 10.99 * 12,
|
||||
buttontext: 'Choose Bronze',
|
||||
list: [
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: '5 Members',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: 'Multiple Device',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: '80GB Storage',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: XIcon,
|
||||
iconcolor: 'inputBorder',
|
||||
listtitle: 'Monthly Backups',
|
||||
status:true,
|
||||
},
|
||||
{
|
||||
icon: XIcon,
|
||||
iconcolor: 'inputBorder',
|
||||
listtitle: 'Permissions & workflows',
|
||||
status:true,
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
tagtext: false,
|
||||
caption: 'gold',
|
||||
image: img3,
|
||||
free: false,
|
||||
price: 22.99,
|
||||
yearlyprice: 22.99 * 12,
|
||||
buttontext: 'Choose Gold',
|
||||
list: [
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: '15 Members',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: 'Multiple Device',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: '150GB Storage',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: 'Monthly Backups',
|
||||
status:false,
|
||||
},
|
||||
{
|
||||
icon: CheckIcon,
|
||||
iconcolor: 'primary',
|
||||
listtitle: 'Permissions & workflows',
|
||||
status:false,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
];
|
||||
export { pricing};
|
||||
42
_mockApis/components/pages/searchLinks.ts
Executable file
42
_mockApis/components/pages/searchLinks.ts
Executable file
@@ -0,0 +1,42 @@
|
||||
import type { SearchLinkType } from '@/types/components/pages/searchLinks';
|
||||
const SearchLinkData: SearchLinkType[] = [
|
||||
{
|
||||
title: 'AngularJs',
|
||||
linktitle: 'http://www.google.com/angularjs',
|
||||
subtitle:'Lorem Ipsum viveremus probamus opus apeirian haec perveniri, memoriter.Praebeat pecunias viveremus probamus opus apeirian haec perveniri, memoriter.',
|
||||
url:'/'
|
||||
},
|
||||
{
|
||||
title: 'AngularJs — Superheroic JavaScript MVW Framework',
|
||||
linktitle: 'http://www.google.com/angularjs',
|
||||
subtitle:'Lorem Ipsum viveremus probamus opus apeirian haec perveniri, memoriter.Praebeat pecunias viveremus probamus opus apeirian haec perveniri, memoriter.',
|
||||
url:'/'
|
||||
},
|
||||
{
|
||||
title: 'AngularJS Tutorial - W3Schools',
|
||||
linktitle: 'http://www.google.com/angularjs',
|
||||
subtitle:'Lorem Ipsum viveremus probamus opus apeirian haec perveniri, memoriter.Praebeat pecunias viveremus probamus opus apeirian haec perveniri, memoriter.',
|
||||
url:'/'
|
||||
},
|
||||
{
|
||||
title: 'Introduction to AngularJS - W3Schools',
|
||||
linktitle: 'http://www.google.com/angularjs',
|
||||
subtitle:'Lorem Ipsum viveremus probamus opus apeirian haec perveniri, memoriter.Praebeat pecunias viveremus probamus opus apeirian haec perveniri, memoriter.',
|
||||
url:'/'
|
||||
},
|
||||
{
|
||||
title: 'AngularJS Tutorial',
|
||||
linktitle: 'http://www.google.com/angularjs',
|
||||
subtitle:'Lorem Ipsum viveremus probamus opus apeirian haec perveniri, memoriter.Praebeat pecunias viveremus probamus opus apeirian haec perveniri, memoriter.',
|
||||
url:'/'
|
||||
},
|
||||
{
|
||||
title: 'Angular 2: One framework',
|
||||
linktitle: 'http://www.google.com/angularjs',
|
||||
subtitle:'Lorem Ipsum viveremus probamus opus apeirian haec perveniri, memoriter.Praebeat pecunias viveremus probamus opus apeirian haec perveniri, memoriter.',
|
||||
url:'/'
|
||||
},
|
||||
|
||||
];
|
||||
|
||||
export { SearchLinkData};
|
||||
Reference in New Issue
Block a user