sprof 0.0.171 → 0.0.172
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.
- package/dist/core/classes/Role.d.ts +1 -1
- package/dist/core/components/components.d.ts +1 -2
- package/dist/core/components/molecules/index.d.ts +2 -1
- package/dist/core/components/organisms/{AuthForm/AuthForm.stories.d.ts → PAuthForm/PAuthForm.stories.d.ts} +1 -1
- package/dist/core/components/{AuthModal.stories.d.ts → organisms/PAuthModal/PAuthModal.stories.d.ts} +13 -13
- package/dist/core/components/{AuthModal.vue.d.ts → organisms/PAuthModal/PAuthModal.vue.d.ts} +6 -6
- package/dist/core/components/organisms/index.d.ts +4 -4
- package/dist/modules/forms/components/index.d.ts +1 -4
- package/dist/modules/index.d.ts +2 -0
- package/dist/modules/menus/classes/Menu.d.ts +29 -0
- package/dist/modules/menus/classes/PageSectionImage.d.ts +10 -0
- package/dist/modules/menus/classes/SubMenu.d.ts +20 -0
- package/dist/modules/menus/classes/index.d.ts +2 -0
- package/dist/modules/menus/index.d.ts +2 -0
- package/dist/modules/menus/store/MenusStore.d.ts +6 -0
- package/dist/modules/menus/store/SubMenusStore.d.ts +6 -0
- package/dist/modules/menus/store/index.d.ts +2 -0
- package/dist/modules/pages/classes/CustomSection.d.ts +10 -0
- package/dist/modules/pages/classes/Page.d.ts +47 -0
- package/dist/modules/pages/classes/PageDocument.d.ts +8 -0
- package/dist/modules/pages/classes/PageImage.d.ts +9 -0
- package/dist/modules/pages/classes/PageSection.d.ts +25 -0
- package/dist/modules/pages/classes/PageSectionDocument.d.ts +13 -0
- package/dist/modules/pages/classes/PageSideMenu.d.ts +22 -0
- package/dist/modules/pages/classes/index.d.ts +7 -0
- package/dist/modules/pages/components/PageConstructor.stories.d.ts +12 -0
- package/dist/modules/pages/components/PageConstructor.vue.d.ts +2 -0
- package/dist/modules/pages/index.d.ts +2 -0
- package/dist/modules/pages/store/CustomSectionsStore.d.ts +6 -0
- package/dist/modules/pages/store/PageDocumentsStore.d.ts +6 -0
- package/dist/modules/pages/store/PageImagesStore.d.ts +6 -0
- package/dist/modules/pages/store/PageSectionDocumentsStore.d.ts +6 -0
- package/dist/modules/pages/store/PageSectionsStore.d.ts +6 -0
- package/dist/modules/pages/store/PageSideMenusStore.d.ts +6 -0
- package/dist/modules/pages/store/PagesStore.d.ts +6 -0
- package/dist/modules/pages/store/index.d.ts +7 -0
- package/dist/sprof.js +4117 -3662
- package/dist/sprof.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/core/components/{organisms → molecules/PModal}/PModal.vue.d.ts +0 -0
- package/dist/core/components/organisms/{AuthForm/AuthForm.test.d.ts → PAuthForm/PAuthForm.test.d.ts} +0 -0
- package/dist/core/components/organisms/{AuthForm/AuthForm.vue.d.ts → PAuthForm/PAuthForm.vue.d.ts} +0 -0
- package/dist/core/components/organisms/{UploaderFile/UploaderFile.stories.d.ts → PUploaderFile/PUploaderFile.stories.d.ts} +9 -9
- package/dist/core/components/organisms/{UploaderFile/UploaderFile.test.d.ts → PUploaderFile/PUploaderFile.test.d.ts} +0 -0
- package/dist/core/components/organisms/{UploaderFile/UploaderFile.vue.d.ts → PUploaderFile/PUploaderFile.vue.d.ts} +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { default as AdaptiveContainer } from './AdaptiveContainer.vue';
|
|
2
2
|
import { default as AdaptiveContainerHorizontal } from './AdaptiveContainerHorizontal.vue';
|
|
3
3
|
import { default as AdminGallery } from './AdminGallery.vue';
|
|
4
|
-
import { default as AuthModal } from './AuthModal.vue';
|
|
5
4
|
import { default as CarouselImages } from './CarouselImages.vue';
|
|
6
5
|
import { default as ContextWindow } from './ContextWindow.vue';
|
|
7
6
|
import { default as DateInputRange } from './DateInputRange.vue';
|
|
@@ -37,4 +36,4 @@ import { default as TopSliderContainer } from './TopSliderContainer.vue';
|
|
|
37
36
|
export default function install(app: {
|
|
38
37
|
component: (a: string, b: unknown) => void;
|
|
39
38
|
}): void;
|
|
40
|
-
export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery,
|
|
39
|
+
export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, CarouselImages, ContextWindow, DateInputRange, DateInputRange_v2, DropList, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PageNotFound, PAutocomplete, PDialog, PhoneForm, PLoader, PPagination, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, };
|
|
@@ -5,8 +5,9 @@ import { default as PAdd } from './PAdd/PAdd.vue';
|
|
|
5
5
|
import { default as PContainer } from './PAdd/PContainer.vue';
|
|
6
6
|
import { default as PContainerStickyHead } from './PAdd/PContainerStickyHead.vue';
|
|
7
7
|
import { default as PDel } from './PDel/PDel.vue';
|
|
8
|
+
import { default as PModal } from './PModal/PModal.vue';
|
|
8
9
|
import { default as PNotify } from './PNotify/PNotify.vue';
|
|
9
10
|
export default function install(app: {
|
|
10
11
|
component: (a: string, b: unknown) => void;
|
|
11
12
|
}): void;
|
|
12
|
-
export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PNotify, VerticalCollapseContainer };
|
|
13
|
+
export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PModal, PNotify, VerticalCollapseContainer };
|
|
@@ -57,7 +57,7 @@ export default _default;
|
|
|
57
57
|
export declare const Default: () => {
|
|
58
58
|
components: {
|
|
59
59
|
PNotify: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
60
|
-
|
|
60
|
+
PAuthForm: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
61
61
|
width: {
|
|
62
62
|
type: globalThis.PropType<string>;
|
|
63
63
|
default: string;
|
package/dist/core/components/{AuthModal.stories.d.ts → organisms/PAuthModal/PAuthModal.stories.d.ts}
RENAMED
|
@@ -2,30 +2,30 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
width: {
|
|
5
|
-
type:
|
|
5
|
+
type: StringConstructor;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
8
|
margin: {
|
|
9
|
-
type:
|
|
9
|
+
type: StringConstructor;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
padding: {
|
|
13
|
-
type:
|
|
13
|
+
type: StringConstructor;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
17
|
submit: (...args: any[]) => void;
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
19
19
|
width: {
|
|
20
|
-
type:
|
|
20
|
+
type: StringConstructor;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
margin: {
|
|
24
|
-
type:
|
|
24
|
+
type: StringConstructor;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
padding: {
|
|
28
|
-
type:
|
|
28
|
+
type: StringConstructor;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
}>> & Readonly<{
|
|
@@ -59,32 +59,32 @@ export default _default;
|
|
|
59
59
|
export declare const Default: (args: any) => import('vue').DefineComponent<{}, {
|
|
60
60
|
props: globalThis.ComputedRef<any>;
|
|
61
61
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
62
|
-
|
|
62
|
+
PAuthModal: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
63
63
|
width: {
|
|
64
|
-
type:
|
|
64
|
+
type: StringConstructor;
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
margin: {
|
|
68
|
-
type:
|
|
68
|
+
type: StringConstructor;
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
padding: {
|
|
72
|
-
type:
|
|
72
|
+
type: StringConstructor;
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
76
|
submit: (...args: any[]) => void;
|
|
77
77
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
78
78
|
width: {
|
|
79
|
-
type:
|
|
79
|
+
type: StringConstructor;
|
|
80
80
|
default: string;
|
|
81
81
|
};
|
|
82
82
|
margin: {
|
|
83
|
-
type:
|
|
83
|
+
type: StringConstructor;
|
|
84
84
|
default: string;
|
|
85
85
|
};
|
|
86
86
|
padding: {
|
|
87
|
-
type:
|
|
87
|
+
type: StringConstructor;
|
|
88
88
|
default: string;
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{
|
package/dist/core/components/{AuthModal.vue.d.ts → organisms/PAuthModal/PAuthModal.vue.d.ts}
RENAMED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
width: {
|
|
3
|
-
type:
|
|
3
|
+
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
margin: {
|
|
7
|
-
type:
|
|
7
|
+
type: StringConstructor;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
padding: {
|
|
11
|
-
type:
|
|
11
|
+
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
15
|
submit: (...args: any[]) => void;
|
|
16
16
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
17
17
|
width: {
|
|
18
|
-
type:
|
|
18
|
+
type: StringConstructor;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
margin: {
|
|
22
|
-
type:
|
|
22
|
+
type: StringConstructor;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
padding: {
|
|
26
|
-
type:
|
|
26
|
+
type: StringConstructor;
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { default as
|
|
1
|
+
import { default as PAuthForm } from './PAuthForm/PAuthForm.vue';
|
|
2
|
+
import { default as PAuthModal } from './PAuthModal/PAuthModal.vue';
|
|
3
3
|
import { default as PNameEdit } from './PNameEdit/PNameEdit.vue';
|
|
4
4
|
import { default as PTabs } from './PTabs/PTabs.vue';
|
|
5
|
+
import { default as PUploaderFile } from './PUploaderFile/PUploaderFile.vue';
|
|
5
6
|
import { default as PUploaderImage } from './PUploaderImage/PUploaderImage.vue';
|
|
6
|
-
import { default as UploaderFile } from './UploaderFile/UploaderFile.vue';
|
|
7
7
|
export default function install(app: {
|
|
8
8
|
component: (a: string, b: unknown) => void;
|
|
9
9
|
}): void;
|
|
10
|
-
export {
|
|
10
|
+
export { PAuthForm, PAuthModal, PNameEdit, PTabs, PUploaderFile, PUploaderImage };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
import { default as FormPage } from './FormPage.vue';
|
|
2
2
|
import { default as FormPageSections } from './FormPageSections.vue';
|
|
3
|
-
|
|
4
|
-
component: (a: string, b: unknown) => void;
|
|
5
|
-
}) => void;
|
|
6
|
-
export { FormPage, FormPageSections, install };
|
|
3
|
+
export { FormPage, FormPageSections };
|
package/dist/modules/index.d.ts
CHANGED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { default as FileInfo } from '../../../core/classes/FileInfo';
|
|
2
|
+
import { default as IFile } from '../../../core/interfaces/IFile';
|
|
3
|
+
import { default as SubMenu } from './SubMenu';
|
|
4
|
+
export default class Menu {
|
|
5
|
+
id?: string;
|
|
6
|
+
name: string;
|
|
7
|
+
link: string;
|
|
8
|
+
top: boolean;
|
|
9
|
+
side: boolean;
|
|
10
|
+
show: boolean;
|
|
11
|
+
hide: boolean;
|
|
12
|
+
active: boolean;
|
|
13
|
+
order: number;
|
|
14
|
+
selected: boolean;
|
|
15
|
+
editMode: boolean;
|
|
16
|
+
subMenus: SubMenu[];
|
|
17
|
+
subMenusForDelete: string[];
|
|
18
|
+
iconId?: string;
|
|
19
|
+
icon: FileInfo;
|
|
20
|
+
constructor(i?: Menu);
|
|
21
|
+
withoutChildren(): boolean;
|
|
22
|
+
getFileInfos(): FileInfo[];
|
|
23
|
+
addFile(file: File & IFile): void;
|
|
24
|
+
addSubMenu(): void;
|
|
25
|
+
removeSubMenu(index: number): void;
|
|
26
|
+
setColorsForSubMenus(): void;
|
|
27
|
+
containPath(path: string): boolean;
|
|
28
|
+
static GetClassName(): string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as FileInfo } from '../../../core/classes/FileInfo';
|
|
2
|
+
import { default as PageSection } from '../../pages/classes/PageSection';
|
|
3
|
+
export default class PageSectionImage {
|
|
4
|
+
id?: string;
|
|
5
|
+
documentType: PageSection;
|
|
6
|
+
documentTypeId?: string;
|
|
7
|
+
order: number;
|
|
8
|
+
constructor(i?: PageSectionImage);
|
|
9
|
+
getFileInfos(): FileInfo[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as FileInfo } from '../../../core/classes/FileInfo';
|
|
2
|
+
import { default as IFile } from '../../../core/interfaces/IFile';
|
|
3
|
+
export default class SubMenu {
|
|
4
|
+
id?: string;
|
|
5
|
+
name: string;
|
|
6
|
+
link: string;
|
|
7
|
+
selected: boolean;
|
|
8
|
+
hide: boolean;
|
|
9
|
+
editMode: boolean;
|
|
10
|
+
color: string;
|
|
11
|
+
background: string;
|
|
12
|
+
order: number;
|
|
13
|
+
menuId?: string;
|
|
14
|
+
iconId?: string;
|
|
15
|
+
icon: FileInfo;
|
|
16
|
+
iconName: string;
|
|
17
|
+
svgCode: string;
|
|
18
|
+
constructor(i?: SubMenu);
|
|
19
|
+
addFile(file: File & IFile): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default class CustomSection {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
component: string;
|
|
5
|
+
order?: number;
|
|
6
|
+
active: boolean;
|
|
7
|
+
key: number;
|
|
8
|
+
constructor(i?: CustomSection);
|
|
9
|
+
static Create(id: string, name: string, componentName: string, order?: number, active?: boolean): CustomSection;
|
|
10
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { default as Contact } from '../../../core/classes/Contact';
|
|
2
|
+
import { default as FileInfo } from '../../../core/classes/FileInfo';
|
|
3
|
+
import { default as Role } from '../../../core/classes/Role';
|
|
4
|
+
import { default as CustomSection } from './CustomSection';
|
|
5
|
+
import { default as PageDocument } from './PageDocument';
|
|
6
|
+
import { default as PageImage } from './PageImage';
|
|
7
|
+
import { default as PageSection } from './PageSection';
|
|
8
|
+
import { default as PageSideMenu } from './PageSideMenu';
|
|
9
|
+
export default class Page {
|
|
10
|
+
id?: string;
|
|
11
|
+
title: string;
|
|
12
|
+
content: string;
|
|
13
|
+
slug: string;
|
|
14
|
+
pagesGroup: string;
|
|
15
|
+
link: string;
|
|
16
|
+
withComments: boolean;
|
|
17
|
+
showContacts: boolean;
|
|
18
|
+
collaps: boolean;
|
|
19
|
+
showContent: boolean;
|
|
20
|
+
pageImages: PageImage[];
|
|
21
|
+
pageImagesForDelete: string[];
|
|
22
|
+
pageImagesNames: string[];
|
|
23
|
+
pageSideMenus: PageSideMenu[];
|
|
24
|
+
menus: PageSideMenu[];
|
|
25
|
+
pageSideMenusForDelete: string[];
|
|
26
|
+
pageSections: PageSection[];
|
|
27
|
+
pageSectionsForDelete: string[];
|
|
28
|
+
pageDocuments: PageDocument[];
|
|
29
|
+
contact: Contact;
|
|
30
|
+
contactId?: string;
|
|
31
|
+
role: Role;
|
|
32
|
+
roleId?: string;
|
|
33
|
+
filterStr: string;
|
|
34
|
+
activeMenuId: string;
|
|
35
|
+
constructor(i?: Page);
|
|
36
|
+
getActiveMenu(): PageSideMenu;
|
|
37
|
+
setActiveMenuId(id: string): void;
|
|
38
|
+
getLink(): string;
|
|
39
|
+
getFileInfos(): FileInfo[];
|
|
40
|
+
addSideMenu(): string;
|
|
41
|
+
selectSideMenu(value: string, isId: boolean): void;
|
|
42
|
+
getSelectedSideMenu(): PageSideMenu;
|
|
43
|
+
addCustomSectionsToSideMenu(customSections: CustomSection[]): void;
|
|
44
|
+
getPageSideMenus(): PageSideMenu[];
|
|
45
|
+
filter(): void;
|
|
46
|
+
static GetClassName(): string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { default as FileInfo } from '../../../core/classes/FileInfo';
|
|
2
|
+
import { default as PageSectionDocument } from './PageSectionDocument';
|
|
3
|
+
export default class PageSection {
|
|
4
|
+
id?: string;
|
|
5
|
+
name: string;
|
|
6
|
+
singleScan: boolean;
|
|
7
|
+
scan?: FileInfo;
|
|
8
|
+
scanId?: string;
|
|
9
|
+
order: number;
|
|
10
|
+
description: string;
|
|
11
|
+
scans: FileInfo[];
|
|
12
|
+
scansForDelete: string[];
|
|
13
|
+
pageSectionDocuments: PageSectionDocument[];
|
|
14
|
+
pageSideMenuId?: string;
|
|
15
|
+
pageId?: string;
|
|
16
|
+
text: string;
|
|
17
|
+
documents: PageSectionDocument[];
|
|
18
|
+
constructor(i?: PageSection);
|
|
19
|
+
addDocument(): void;
|
|
20
|
+
getFileInfos(): FileInfo[];
|
|
21
|
+
infoExists(filterStr: string): boolean;
|
|
22
|
+
getDocuments(filterStr: string): PageSectionDocument[];
|
|
23
|
+
getDescription(filterStr: string): string;
|
|
24
|
+
filter(filterStr: string): void;
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as FileInfo } from '../../../core/classes/FileInfo';
|
|
2
|
+
export default class PageSectionDocument {
|
|
3
|
+
id?: string;
|
|
4
|
+
name: string;
|
|
5
|
+
order: number;
|
|
6
|
+
downloadToFile: boolean;
|
|
7
|
+
pageSectionId?: string;
|
|
8
|
+
scan: FileInfo;
|
|
9
|
+
scanId?: string;
|
|
10
|
+
constructor(i?: PageSectionDocument);
|
|
11
|
+
getFileInfos(): FileInfo[];
|
|
12
|
+
getFileName(): string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as FileInfo } from '../../../core/classes/FileInfo';
|
|
2
|
+
import { default as PageSection } from './PageSection';
|
|
3
|
+
export default class PageSideMenu {
|
|
4
|
+
id?: string;
|
|
5
|
+
name: string;
|
|
6
|
+
order: number;
|
|
7
|
+
description: string;
|
|
8
|
+
routeAnchor: string;
|
|
9
|
+
slug: string;
|
|
10
|
+
pageSections: PageSection[];
|
|
11
|
+
showContent: boolean;
|
|
12
|
+
pageId?: string;
|
|
13
|
+
selected: boolean;
|
|
14
|
+
sections: PageSection[];
|
|
15
|
+
text: string;
|
|
16
|
+
constructor(i?: PageSideMenu);
|
|
17
|
+
getFileInfos(): FileInfo[];
|
|
18
|
+
addPageSection(): void;
|
|
19
|
+
infoExists(filterStr: string): boolean;
|
|
20
|
+
getPageSections(filterStr: string): PageSection[];
|
|
21
|
+
filter(filterStr: string): void;
|
|
22
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { default as CustomSection } from './CustomSection';
|
|
2
|
+
export { default as Page } from './Page';
|
|
3
|
+
export { default as PageDocument } from './PageDocument';
|
|
4
|
+
export { default as PageImage } from './PageImage';
|
|
5
|
+
export { default as PageSection } from './PageSection';
|
|
6
|
+
export { default as PageSectionDocument } from './PageSectionDocument';
|
|
7
|
+
export { default as PageSideMenu } from './PageSideMenu';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const Base: () => {
|
|
7
|
+
components: {
|
|
8
|
+
PageConstructor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
};
|
|
10
|
+
setup(): void;
|
|
11
|
+
template: string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { default as CustomSections } from './CustomSectionsStore';
|
|
2
|
+
export { default as PageDocuments } from './PageDocumentsStore';
|
|
3
|
+
export { default as PageImages } from './PageImagesStore';
|
|
4
|
+
export { default as PageSectionDocuments } from './PageSectionDocumentsStore';
|
|
5
|
+
export { default as PageSections } from './PageSectionsStore';
|
|
6
|
+
export { default as PageSideMenus } from './PageSideMenusStore';
|
|
7
|
+
export { default as Pages } from './PagesStore';
|