my-admin-framework 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/README.md +98 -0
  2. package/dist/App.vue.d.ts +2 -0
  3. package/dist/components/HelloWorld.vue.d.ts +5 -0
  4. package/dist/components/MaAccordion.vue.d.ts +27 -0
  5. package/dist/components/MaAccordionItem.vue.d.ts +22 -0
  6. package/dist/components/MaActivityFeed.vue.d.ts +31 -0
  7. package/dist/components/MaAiAssistant.vue.d.ts +17 -0
  8. package/dist/components/MaAiChat.vue.d.ts +5 -0
  9. package/dist/components/MaAlert.vue.d.ts +38 -0
  10. package/dist/components/MaAvatar.vue.d.ts +32 -0
  11. package/dist/components/MaBadge.vue.d.ts +31 -0
  12. package/dist/components/MaBlogCard.vue.d.ts +30 -0
  13. package/dist/components/MaBreadcrumb.vue.d.ts +33 -0
  14. package/dist/components/MaButton.vue.d.ts +39 -0
  15. package/dist/components/MaCalendar.vue.d.ts +45 -0
  16. package/dist/components/MaCard.vue.d.ts +38 -0
  17. package/dist/components/MaChart.vue.d.ts +14 -0
  18. package/dist/components/MaCheckbox.vue.d.ts +38 -0
  19. package/dist/components/MaCheckout.vue.d.ts +33 -0
  20. package/dist/components/MaCol.vue.d.ts +43 -0
  21. package/dist/components/MaCommandPalette.vue.d.ts +21 -0
  22. package/dist/components/MaConfirmModal.vue.d.ts +16 -0
  23. package/dist/components/MaCourseCard.vue.d.ts +48 -0
  24. package/dist/components/MaDatePicker.vue.d.ts +21 -0
  25. package/dist/components/MaDrawer.vue.d.ts +34 -0
  26. package/dist/components/MaDropdown.vue.d.ts +23 -0
  27. package/dist/components/MaEmpty.vue.d.ts +24 -0
  28. package/dist/components/MaErrorBoundary.vue.d.ts +17 -0
  29. package/dist/components/MaFaq.vue.d.ts +16 -0
  30. package/dist/components/MaFooter.vue.d.ts +33 -0
  31. package/dist/components/MaFormGroup.vue.d.ts +32 -0
  32. package/dist/components/MaHeader.vue.d.ts +19 -0
  33. package/dist/components/MaIcon.vue.d.ts +11 -0
  34. package/dist/components/MaInput.vue.d.ts +56 -0
  35. package/dist/components/MaJobCard.vue.d.ts +27 -0
  36. package/dist/components/MaJobListing.vue.d.ts +37 -0
  37. package/dist/components/MaKanban.vue.d.ts +49 -0
  38. package/dist/components/MaLayout.vue.d.ts +29 -0
  39. package/dist/components/MaModal.vue.d.ts +39 -0
  40. package/dist/components/MaNavbar.vue.d.ts +28 -0
  41. package/dist/components/MaNewsletter.vue.d.ts +26 -0
  42. package/dist/components/MaNotification.vue.d.ts +40 -0
  43. package/dist/components/MaPagination.vue.d.ts +31 -0
  44. package/dist/components/MaPricingCard.vue.d.ts +20 -0
  45. package/dist/components/MaProgress.vue.d.ts +16 -0
  46. package/dist/components/MaPropertyCard.vue.d.ts +45 -0
  47. package/dist/components/MaRadio.vue.d.ts +36 -0
  48. package/dist/components/MaRecipe.vue.d.ts +46 -0
  49. package/dist/components/MaRichTextEditor.vue.d.ts +22 -0
  50. package/dist/components/MaRow.vue.d.ts +26 -0
  51. package/dist/components/MaSelect.vue.d.ts +52 -0
  52. package/dist/components/MaShoppingCart.vue.d.ts +50 -0
  53. package/dist/components/MaSidebar.vue.d.ts +18 -0
  54. package/dist/components/MaSkeleton.vue.d.ts +11 -0
  55. package/dist/components/MaSpinner.vue.d.ts +10 -0
  56. package/dist/components/MaStatWidget.vue.d.ts +31 -0
  57. package/dist/components/MaStatistic.vue.d.ts +29 -0
  58. package/dist/components/MaStep.vue.d.ts +25 -0
  59. package/dist/components/MaSteps.vue.d.ts +26 -0
  60. package/dist/components/MaSwitch.vue.d.ts +39 -0
  61. package/dist/components/MaTable.vue.d.ts +83 -0
  62. package/dist/components/MaTabs.vue.d.ts +30 -0
  63. package/dist/components/MaTag.vue.d.ts +37 -0
  64. package/dist/components/MaTaskList.vue.d.ts +19 -0
  65. package/dist/components/MaTeamMember.vue.d.ts +43 -0
  66. package/dist/components/MaTestimonial.vue.d.ts +18 -0
  67. package/dist/components/MaTextarea.vue.d.ts +16 -0
  68. package/dist/components/MaThemeCustomizer.vue.d.ts +2 -0
  69. package/dist/components/MaTimePicker.vue.d.ts +23 -0
  70. package/dist/components/MaTimeline.vue.d.ts +17 -0
  71. package/dist/components/MaTimelineItem.vue.d.ts +24 -0
  72. package/dist/components/MaToast.vue.d.ts +11 -0
  73. package/dist/components/MaTooltip.vue.d.ts +31 -0
  74. package/dist/components/MaTree.vue.d.ts +45 -0
  75. package/dist/components/MaTreeSelect.vue.d.ts +27 -0
  76. package/dist/components/MaUpload.vue.d.ts +21 -0
  77. package/dist/components/MaUserProfile.vue.d.ts +31 -0
  78. package/dist/components/MaVideoThumbnail.vue.d.ts +61 -0
  79. package/dist/components/__tests__/MaButton.spec.d.ts +1 -0
  80. package/dist/components/__tests__/MaTable.spec.d.ts +1 -0
  81. package/dist/composables/useA11y.d.ts +4 -0
  82. package/dist/composables/useBreakpoint.d.ts +8 -0
  83. package/dist/composables/useCrud.d.ts +41 -0
  84. package/dist/composables/useForm.d.ts +25 -0
  85. package/dist/composables/useNotification.d.ts +33 -0
  86. package/dist/composables/usePermission.d.ts +9 -0
  87. package/dist/composables/useRouterHelper.d.ts +9 -0
  88. package/dist/composables/useTheme.d.ts +14 -0
  89. package/dist/composables/useToast.d.ts +8 -0
  90. package/dist/directives/v-permission.d.ts +2 -0
  91. package/dist/index.d.ts +93 -0
  92. package/dist/locale/__tests__/locale.spec.d.ts +1 -0
  93. package/dist/locale/en.d.ts +44 -0
  94. package/dist/locale/index.d.ts +50 -0
  95. package/dist/main.d.ts +0 -0
  96. package/dist/my-admin-framework.css +1 -0
  97. package/dist/my-admin-framework.js +11701 -0
  98. package/dist/my-admin-framework.umd.cjs +129 -0
  99. package/dist/plugins/globalErrorHandler.d.ts +4 -0
  100. package/dist/utils/confirm.d.ts +10 -0
  101. package/dist/utils/request.d.ts +16 -0
  102. package/dist/utils/security.d.ts +10 -0
  103. package/dist/vite.svg +1 -0
  104. package/package.json +73 -0
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ content: string;
4
+ type?: 'info' | 'success' | 'warning' | 'error' | 'confirm';
5
+ confirmText?: string;
6
+ cancelText?: string;
7
+ onConfirm?: () => Promise<void> | void;
8
+ onCancel?: () => void;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ type: "info" | "success" | "warning" | "error" | "confirm";
12
+ title: string;
13
+ confirmText: string;
14
+ cancelText: string;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
@@ -0,0 +1,48 @@
1
+ interface Instructor {
2
+ name: string;
3
+ title?: string;
4
+ avatar?: string;
5
+ }
6
+ interface Props {
7
+ title: string;
8
+ description?: string;
9
+ thumbnail: string;
10
+ instructor: Instructor;
11
+ price: number | string;
12
+ originalPrice?: number | string;
13
+ category?: string;
14
+ level?: 'Beginner' | 'Intermediate' | 'Advanced' | 'All Levels';
15
+ duration?: string;
16
+ lessonsCount?: number;
17
+ studentsCount?: number;
18
+ rating?: number;
19
+ reviewsCount?: number;
20
+ skills?: string[];
21
+ progress?: number;
22
+ isEnrolled?: boolean;
23
+ certificate?: boolean;
24
+ url?: string;
25
+ variant?: 'default' | 'compact' | 'horizontal' | 'grid';
26
+ featured?: boolean;
27
+ showBookmark?: boolean;
28
+ showEnroll?: boolean;
29
+ maxSkills?: number;
30
+ }
31
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
32
+ click: () => any;
33
+ bookmark: (bookmarked: boolean) => any;
34
+ enroll: () => any;
35
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
36
+ onClick?: (() => any) | undefined;
37
+ onBookmark?: ((bookmarked: boolean) => any) | undefined;
38
+ onEnroll?: (() => any) | undefined;
39
+ }>, {
40
+ variant: "default" | "compact" | "horizontal" | "grid";
41
+ featured: boolean;
42
+ showBookmark: boolean;
43
+ maxSkills: number;
44
+ isEnrolled: boolean;
45
+ certificate: boolean;
46
+ showEnroll: boolean;
47
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
48
+ export default _default;
@@ -0,0 +1,21 @@
1
+ interface DatePickerProps {
2
+ modelValue?: string | [string, string];
3
+ label?: string;
4
+ error?: string;
5
+ disabled?: boolean;
6
+ min?: string;
7
+ max?: string;
8
+ range?: boolean;
9
+ showTime?: boolean;
10
+ timeStep?: 1 | 5 | 15 | 30 | 60;
11
+ timeFormat?: '24h' | '12h';
12
+ }
13
+ declare const _default: import('vue').DefineComponent<DatePickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ "update:modelValue": (...args: any[]) => void;
15
+ }, string, import('vue').PublicProps, Readonly<DatePickerProps> & Readonly<{
16
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
17
+ }>, {
18
+ timeStep: 1 | 5 | 15 | 30 | 60;
19
+ timeFormat: "24h" | "12h";
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
+ export default _default;
@@ -0,0 +1,34 @@
1
+ type __VLS_Props = {
2
+ modelValue: boolean;
3
+ title?: string;
4
+ width?: string;
5
+ placement?: 'right' | 'left';
6
+ };
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ title?(_: {}): any;
11
+ default?(_: {}): any;
12
+ footer?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: any;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ "update:modelValue": (...args: any[]) => void;
20
+ close: (...args: any[]) => void;
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
+ onClose?: ((...args: any[]) => any) | undefined;
24
+ }>, {
25
+ width: string;
26
+ placement: "right" | "left";
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
+ export default _default;
30
+ type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -0,0 +1,23 @@
1
+ type __VLS_Props = {
2
+ align?: 'left' | 'right';
3
+ };
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ trigger?(_: {}): any;
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ align: "left" | "right";
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,24 @@
1
+ type __VLS_Props = {
2
+ description?: string;
3
+ };
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ image?(_: {}): any;
8
+ description?(_: {}): any;
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
+ description: string;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ export default _default;
20
+ type __VLS_WithTemplateSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -0,0 +1,17 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,16 @@
1
+ interface FaqItem {
2
+ question: string;
3
+ answer: string;
4
+ }
5
+ interface Props {
6
+ items: FaqItem[];
7
+ defaultOpen?: number | null;
8
+ }
9
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
+ toggle: (index: number, isOpen: boolean) => any;
11
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
12
+ onToggle?: ((index: number, isOpen: boolean) => any) | undefined;
13
+ }>, {
14
+ defaultOpen: number | null;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ export default _default;
@@ -0,0 +1,33 @@
1
+ interface Link {
2
+ label: string;
3
+ url: string;
4
+ external?: boolean;
5
+ }
6
+ interface Section {
7
+ title: string;
8
+ links: Link[];
9
+ }
10
+ interface SocialLink {
11
+ platform: 'linkedin' | 'twitter' | 'github' | 'website' | 'facebook' | 'instagram' | 'youtube';
12
+ url: string;
13
+ }
14
+ interface Brand {
15
+ name: string;
16
+ logo?: string | any;
17
+ description?: string;
18
+ }
19
+ interface Props {
20
+ brand?: Brand;
21
+ sections?: Section[];
22
+ socialLinks?: SocialLink[];
23
+ bottomLinks?: Link[];
24
+ copyright?: string;
25
+ variant?: 'default' | 'compact' | 'minimal';
26
+ showBottom?: boolean;
27
+ }
28
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
29
+ variant: "default" | "compact" | "minimal";
30
+ copyright: string;
31
+ showBottom: boolean;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
33
+ export default _default;
@@ -0,0 +1,32 @@
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ error?: string;
4
+ hint?: string;
5
+ help?: string;
6
+ required?: boolean;
7
+ status?: 'success' | 'warning' | 'error';
8
+ direction?: 'vertical' | 'horizontal';
9
+ labelWidth?: string;
10
+ };
11
+ declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
13
+ slots: {
14
+ label?(_: {}): any;
15
+ default?(_: {}): any;
16
+ error?(_: {}): any;
17
+ help?(_: {}): any;
18
+ };
19
+ refs: {};
20
+ rootEl: HTMLDivElement;
21
+ };
22
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
24
+ direction: "vertical" | "horizontal";
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
+ export default _default;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,19 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ title?(_: {}): any;
5
+ nav?(_: {}): any;
6
+ actions?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: HTMLElement;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
+ export default _default;
15
+ type __VLS_WithTemplateSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1,11 @@
1
+ type __VLS_Props = {
2
+ name: string;
3
+ size?: number | string;
4
+ color?: string;
5
+ strokeWidth?: number | string;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ size: number | string;
9
+ strokeWidth: number | string;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ export default _default;
@@ -0,0 +1,56 @@
1
+ type __VLS_Props = {
2
+ modelValue?: string | number;
3
+ label?: string;
4
+ type?: string;
5
+ placeholder?: string;
6
+ error?: string;
7
+ hint?: string;
8
+ size?: 'small' | 'medium' | 'large';
9
+ disabled?: boolean;
10
+ readonly?: boolean;
11
+ required?: boolean;
12
+ clearable?: boolean;
13
+ prefixIcon?: string;
14
+ suffixIcon?: string;
15
+ };
16
+ declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
18
+ slots: {
19
+ prefix?(_: {}): any;
20
+ suffix?(_: {}): any;
21
+ };
22
+ refs: {
23
+ inputRef: HTMLInputElement;
24
+ };
25
+ rootEl: any;
26
+ };
27
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
+ "update:modelValue": (...args: any[]) => void;
30
+ clear: (...args: any[]) => void;
31
+ focus: (...args: any[]) => void;
32
+ blur: (...args: any[]) => void;
33
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
34
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
35
+ onClear?: ((...args: any[]) => any) | undefined;
36
+ onFocus?: ((...args: any[]) => any) | undefined;
37
+ onBlur?: ((...args: any[]) => any) | undefined;
38
+ }>, {
39
+ size: "small" | "medium" | "large";
40
+ disabled: boolean;
41
+ type: string;
42
+ modelValue: string | number;
43
+ required: boolean;
44
+ placeholder: string;
45
+ readonly: boolean;
46
+ clearable: boolean;
47
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
48
+ inputRef: HTMLInputElement;
49
+ }, any>;
50
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
51
+ export default _default;
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -0,0 +1,27 @@
1
+ interface Props {
2
+ title: string;
3
+ company: string;
4
+ location: string;
5
+ locationType?: 'Remote' | 'Hybrid' | 'Onsite';
6
+ type?: 'Full-time' | 'Part-time' | 'Contract' | 'Internship';
7
+ salary?: string;
8
+ description?: string;
9
+ benefits?: string[];
10
+ skills?: string[];
11
+ postedDate?: Date | string;
12
+ logo?: string;
13
+ featured?: boolean;
14
+ buttonText?: string;
15
+ maxSkills?: number;
16
+ applyUrl?: string;
17
+ }
18
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ apply: () => any;
20
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
21
+ onApply?: (() => any) | undefined;
22
+ }>, {
23
+ buttonText: string;
24
+ featured: boolean;
25
+ maxSkills: number;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
27
+ export default _default;
@@ -0,0 +1,37 @@
1
+ export interface Job {
2
+ id: string | number;
3
+ title: string;
4
+ company: string;
5
+ location: string;
6
+ locationType?: 'Remote' | 'Hybrid' | 'Onsite';
7
+ type?: 'Full-time' | 'Part-time' | 'Contract' | 'Internship';
8
+ salary?: string;
9
+ description?: string;
10
+ skills?: string[];
11
+ experienceLevel?: string;
12
+ postedDate?: Date | string;
13
+ logo?: string;
14
+ applyUrl?: string;
15
+ }
16
+ interface Props {
17
+ job: Job;
18
+ variant?: 'default' | 'compact' | 'featured';
19
+ featured?: boolean;
20
+ showBookmark?: boolean;
21
+ applyButtonText?: string;
22
+ maxSkills?: number;
23
+ }
24
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ apply: (job: Job) => any;
26
+ bookmark: (job: Job, bookmarked: boolean) => any;
27
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
28
+ onApply?: ((job: Job) => any) | undefined;
29
+ onBookmark?: ((job: Job, bookmarked: boolean) => any) | undefined;
30
+ }>, {
31
+ variant: "default" | "compact" | "featured";
32
+ featured: boolean;
33
+ showBookmark: boolean;
34
+ applyButtonText: string;
35
+ maxSkills: number;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
37
+ export default _default;
@@ -0,0 +1,49 @@
1
+ interface Task {
2
+ id: string | number;
3
+ title: string;
4
+ [key: string]: any;
5
+ }
6
+ interface Column {
7
+ id: string | number;
8
+ title: string;
9
+ tasks: Task[];
10
+ [key: string]: any;
11
+ }
12
+ type __VLS_Props = {
13
+ modelValue: Column[];
14
+ };
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: {
18
+ 'column-actions'?(_: {
19
+ column: any;
20
+ }): any;
21
+ card?(_: {
22
+ task: any;
23
+ }): any;
24
+ 'column-footer'?(_: {
25
+ column: any;
26
+ }): any;
27
+ };
28
+ refs: {};
29
+ rootEl: HTMLDivElement;
30
+ };
31
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
+ "update:modelValue": (...args: any[]) => void;
34
+ change: (...args: any[]) => void;
35
+ "task-click": (...args: any[]) => void;
36
+ "add-task": (...args: any[]) => void;
37
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
38
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
39
+ onChange?: ((...args: any[]) => any) | undefined;
40
+ "onTask-click"?: ((...args: any[]) => any) | undefined;
41
+ "onAdd-task"?: ((...args: any[]) => any) | undefined;
42
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
43
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
44
+ export default _default;
45
+ type __VLS_WithTemplateSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
@@ -0,0 +1,29 @@
1
+ type __VLS_Props = {
2
+ layout?: 'sidebar' | 'top-nav';
3
+ };
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ sidebar?(_: {
8
+ isOpen: boolean;
9
+ }): any;
10
+ header?(_: {
11
+ toggleSidebar: () => void;
12
+ layout: "sidebar" | "top-nav";
13
+ }): any;
14
+ default?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: HTMLDivElement;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
21
+ layout: "sidebar" | "top-nav";
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,39 @@
1
+ type __VLS_Props = {
2
+ modelValue: boolean;
3
+ title?: string;
4
+ width?: string;
5
+ size?: 'small' | 'medium' | 'large' | 'full';
6
+ centered?: boolean;
7
+ closable?: boolean;
8
+ maskClosable?: boolean;
9
+ };
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ title?(_: {}): any;
14
+ default?(_: {}): any;
15
+ footer?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ rootEl: any;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ "update:modelValue": (...args: any[]) => void;
23
+ close: (...args: any[]) => void;
24
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
25
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
26
+ onClose?: ((...args: any[]) => any) | undefined;
27
+ }>, {
28
+ size: "small" | "medium" | "large" | "full";
29
+ centered: boolean;
30
+ closable: boolean;
31
+ maskClosable: boolean;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
34
+ export default _default;
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -0,0 +1,28 @@
1
+ export interface NavbarItem {
2
+ label: string;
3
+ to?: string;
4
+ href?: string;
5
+ key?: string;
6
+ }
7
+ type __VLS_Props = {
8
+ items?: NavbarItem[];
9
+ };
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ logo?(_: {}): any;
14
+ actions?(_: {}): any;
15
+ actions?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ rootEl: HTMLElement;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,26 @@
1
+ interface Props {
2
+ title?: string;
3
+ description?: string;
4
+ placeholder?: string;
5
+ buttonText?: string;
6
+ helperText?: string;
7
+ variant?: 'default' | 'compact' | 'inline' | 'centered';
8
+ icon?: boolean;
9
+ iconSize?: number;
10
+ showPrivacy?: boolean;
11
+ required?: boolean;
12
+ }
13
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
+ submit: (email: string) => any;
15
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
16
+ onSubmit?: ((email: string) => any) | undefined;
17
+ }>, {
18
+ variant: "default" | "compact" | "inline" | "centered";
19
+ icon: boolean;
20
+ iconSize: number;
21
+ required: boolean;
22
+ placeholder: string;
23
+ buttonText: string;
24
+ showPrivacy: boolean;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ export default _default;
@@ -0,0 +1,40 @@
1
+ interface NotificationItem {
2
+ id: string | number;
3
+ title: string;
4
+ content: string;
5
+ time: string;
6
+ read?: boolean;
7
+ [key: string]: any;
8
+ }
9
+ type __VLS_Props = {
10
+ items?: NotificationItem[];
11
+ };
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ footer?(_: {}): any;
16
+ };
17
+ refs: {
18
+ containerRef: HTMLDivElement;
19
+ };
20
+ rootEl: HTMLDivElement;
21
+ };
22
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ "mark-all-read": (...args: any[]) => void;
25
+ "item-click": (...args: any[]) => void;
26
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
27
+ "onMark-all-read"?: ((...args: any[]) => any) | undefined;
28
+ "onItem-click"?: ((...args: any[]) => any) | undefined;
29
+ }>, {
30
+ items: NotificationItem[];
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
32
+ containerRef: HTMLDivElement;
33
+ }, HTMLDivElement>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
+ export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };