ire-preview 3.2.4 → 3.2.6
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/lib.es.js +9 -9
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/index.d.ts +0 -6
- package/dist/src/components/demo/form/Input.vue.d.ts +0 -30
- package/dist/src/components/demo/form/PreviewSelect.vue.d.ts +0 -21
- package/dist/src/components/demo/layout/MouseTracker.vue.d.ts +0 -21
- package/dist/src/components/demo/layout/PreviewLayout.vue.d.ts +0 -26
- package/dist/src/components/demo/layout/ShortcodeWrapper.vue.d.ts +0 -17
- package/dist/src/components/demo/preview/ActionModal.vue.d.ts +0 -6
- package/dist/src/components/demo/preview/BlockPreview.vue.d.ts +0 -15
- package/dist/src/components/demo/preview/FlatPreview.vue.d.ts +0 -11
- package/dist/src/components/demo/preview/FloorPreview.vue.d.ts +0 -16
- package/dist/src/components/demo/preview/Preview.vue.d.ts +0 -2
- package/dist/src/components/demo/preview/ProjectPreview.vue.d.ts +0 -17
- package/dist/src/components/demo/preview/tooltips/Tooltip_1.vue.d.ts +0 -6
- package/dist/src/components/demo/preview/tooltips/Tooltip_2.vue.d.ts +0 -7
- package/dist/src/components/demo/preview/tooltips/Tooltip_3.vue.d.ts +0 -6
- package/dist/src/components/demo/uiComponents/BackButton.vue.d.ts +0 -2
- package/dist/src/components/demo/uiComponents/BaseEditor.vue.d.ts +0 -5
- package/dist/src/components/demo/uiComponents/Button.vue.d.ts +0 -23
- package/dist/src/components/demo/uiComponents/Filters.vue.d.ts +0 -12
- package/dist/src/components/demo/uiComponents/FlatCard.vue.d.ts +0 -10
- package/dist/src/components/demo/uiComponents/FlatModalImage.vue.d.ts +0 -6
- package/dist/src/components/demo/uiComponents/FlatPreviewKeyValue.vue.d.ts +0 -22
- package/dist/src/components/demo/uiComponents/FlatsTable.vue.d.ts +0 -12
- package/dist/src/components/demo/uiComponents/PreviewModal.vue.d.ts +0 -21
- package/dist/src/components/demo/uiComponents/ReservationForm.vue.d.ts +0 -10
- package/dist/src/components/demo/uiComponents/table/Column.vue.d.ts +0 -2
- package/dist/src/components/demo/uiComponents/table/Table.vue.d.ts +0 -9
- package/dist/src/components/demo/uiComponents/table/TableCol.vue.d.ts +0 -6
- package/dist/src/components/icons/ArrowRight.vue.d.ts +0 -2
- package/dist/src/components/icons/ClipBoard.vue.d.ts +0 -2
- package/dist/src/components/icons/Close.vue.d.ts +0 -2
- package/dist/src/components/icons/ContactIcon.vue.d.ts +0 -2
- package/dist/src/components/icons/Correct.vue.d.ts +0 -2
- package/dist/src/components/icons/Cube3d.vue.d.ts +0 -2
- package/dist/src/components/icons/DownloadIcon.vue.d.ts +0 -2
- package/dist/src/components/icons/FlatIcon.vue.d.ts +0 -2
- package/dist/src/components/icons/GridIcon.vue.d.ts +0 -2
- package/dist/src/components/icons/Logo.vue.d.ts +0 -2
- package/dist/src/components/icons/MagnifyIcon.vue.d.ts +0 -2
- package/dist/src/components/icons/Placeholder.vue.d.ts +0 -2
- package/dist/src/components/icons/SortingArrow.vue.d.ts +0 -2
- package/dist/src/components/icons/SortingArrowAsc.vue.d.ts +0 -2
- package/dist/src/components/icons/TableIcon.vue.d.ts +0 -2
- package/dist/src/composable/helper.d.ts +0 -10
- package/dist/src/composable/useScroll.d.ts +0 -3
- package/dist/src/interfaces/components.d.ts +0 -218
- package/dist/src/interfaces/index.d.ts +0 -11
- package/dist/src/main.d.ts +0 -5
- package/dist/src/shortcodes/FlatsList.vue.d.ts +0 -11
- package/dist/src/shortcodes/Project.vue.d.ts +0 -6
- package/dist/src/shortcodes/index.d.ts +0 -2
- package/dist/src/store/useGlobal.d.ts +0 -71
- package/dist/src/types/DemoTypes.d.ts +0 -235
- package/dist/src/utils/axios.d.ts +0 -2
- package/dist/styles.d.ts +0 -1
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
title: string;
|
|
3
|
-
active?: boolean;
|
|
4
|
-
type?: "button" | "submit" | "reset";
|
|
5
|
-
disable?: boolean;
|
|
6
|
-
};
|
|
7
|
-
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: {
|
|
10
|
-
icon?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: HTMLButtonElement;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
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, {}, HTMLButtonElement>;
|
|
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
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
type __VLS_PublicProps = {
|
|
2
|
-
"filtersObject"?: any;
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
"update:filtersObject": (value: any) => any;
|
|
6
|
-
} & {
|
|
7
|
-
filterFlatsList: () => any;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
-
onFilterFlatsList?: (() => any) | undefined;
|
|
10
|
-
"onUpdate:filtersObject"?: ((value: any) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FlatItem } from '../../../types/DemoTypes';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
flat: FlatItem;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
|
-
openFlat: (flatId: string) => any;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
-
onOpenFlat?: ((flatId: string) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { FlatItem } from '../../../types/DemoTypes';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
flat: FlatItem;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
-
export default _default;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
keyName: string;
|
|
3
|
-
value: string;
|
|
4
|
-
};
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
top?(_: {}): any;
|
|
9
|
-
sufix?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: any;
|
|
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<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FlatItem } from '../../../types/DemoTypes';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
flats: FlatItem[];
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
|
-
openFlat: (flatId: string) => any;
|
|
7
|
-
sortColumn: (field: string, sortOrder: "" | "desc" | "asc") => any;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
-
onOpenFlat?: ((flatId: string) => any) | undefined;
|
|
10
|
-
onSortColumn?: ((field: string, sortOrder: "" | "desc" | "asc") => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
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, {} & {
|
|
11
|
-
close: () => any;
|
|
12
|
-
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
13
|
-
onClose?: (() => any) | undefined;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
-
export default _default;
|
|
17
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
-
new (): {
|
|
19
|
-
$slots: S;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FlatItem } from '../../../types/DemoTypes';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
flat?: FlatItem;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
|
-
hideForm: () => any;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
-
onHideForm?: (() => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
10
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
data: any;
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
5
|
-
sortColumn: (field: string, sortOrder: "" | "desc" | "asc") => any;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
-
onSortColumn?: ((field: string, sortOrder: "" | "desc" | "asc") => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
row: any;
|
|
3
|
-
fields: any;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
6
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const tr: (key: string) => any;
|
|
2
|
-
export declare const currencySymbol: () => string;
|
|
3
|
-
export declare const getPrice: (price: number) => string;
|
|
4
|
-
export declare const getArea: (area: number) => string;
|
|
5
|
-
export declare const getAreaUnitLabel: () => string | number;
|
|
6
|
-
export declare const getFloorById: (id: number) => import('../types/DemoTypes').FloorItem | undefined;
|
|
7
|
-
export declare const setQuery: (key: string, value: string) => void;
|
|
8
|
-
export declare const getQuery: (key: string) => string | null;
|
|
9
|
-
export declare const copyToClipboard: (text: string) => Promise<boolean>;
|
|
10
|
-
export declare const getNested: (obj: any, path: string) => any;
|
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
import { TableFieldsType } from '../types/DemoTypes';
|
|
2
|
-
interface Compat {
|
|
3
|
-
item: string;
|
|
4
|
-
meta: string;
|
|
5
|
-
}
|
|
6
|
-
interface Sizes {
|
|
7
|
-
thumbnail: Thumbnail;
|
|
8
|
-
medium: Thumbnail;
|
|
9
|
-
large: Thumbnail;
|
|
10
|
-
full: Thumbnail;
|
|
11
|
-
}
|
|
12
|
-
interface Thumbnail {
|
|
13
|
-
height: number;
|
|
14
|
-
width: number;
|
|
15
|
-
url: string;
|
|
16
|
-
orientation: string;
|
|
17
|
-
}
|
|
18
|
-
interface Nonces {
|
|
19
|
-
update: string;
|
|
20
|
-
delete: string;
|
|
21
|
-
edit: string;
|
|
22
|
-
}
|
|
23
|
-
export interface imageInterface {
|
|
24
|
-
id: number;
|
|
25
|
-
title: string;
|
|
26
|
-
filename: string;
|
|
27
|
-
url: string;
|
|
28
|
-
link: string;
|
|
29
|
-
alt: string;
|
|
30
|
-
author: string;
|
|
31
|
-
description: string;
|
|
32
|
-
caption: string;
|
|
33
|
-
name: string;
|
|
34
|
-
status: string;
|
|
35
|
-
uploadedTo: number;
|
|
36
|
-
date: string;
|
|
37
|
-
modified: string;
|
|
38
|
-
menuOrder: number;
|
|
39
|
-
mime: string;
|
|
40
|
-
type: string;
|
|
41
|
-
subtype: string;
|
|
42
|
-
icon: string;
|
|
43
|
-
dateFormatted: string;
|
|
44
|
-
nonces: Nonces;
|
|
45
|
-
editLink: string;
|
|
46
|
-
meta: boolean;
|
|
47
|
-
authorName: string;
|
|
48
|
-
authorLink: string;
|
|
49
|
-
filesizeInBytes: number;
|
|
50
|
-
filesizeHumanReadable: string;
|
|
51
|
-
context: string;
|
|
52
|
-
originalImageURL: string;
|
|
53
|
-
originalImageName: string;
|
|
54
|
-
height: number;
|
|
55
|
-
width: number;
|
|
56
|
-
orientation: string;
|
|
57
|
-
sizes: Sizes;
|
|
58
|
-
compat: Compat;
|
|
59
|
-
}
|
|
60
|
-
export interface ProjectInterface {
|
|
61
|
-
id: string;
|
|
62
|
-
title: string;
|
|
63
|
-
svg: string;
|
|
64
|
-
project_image: imageInterface[];
|
|
65
|
-
slug: string;
|
|
66
|
-
polygon_data: PolygonDataCollection[];
|
|
67
|
-
created_at: string;
|
|
68
|
-
updated_at: string;
|
|
69
|
-
}
|
|
70
|
-
export interface FloorInterface {
|
|
71
|
-
data: FloorItem[];
|
|
72
|
-
page: number;
|
|
73
|
-
per_page: number;
|
|
74
|
-
total: number;
|
|
75
|
-
}
|
|
76
|
-
export interface FloorItem {
|
|
77
|
-
id: string;
|
|
78
|
-
title: string;
|
|
79
|
-
floor_number: number;
|
|
80
|
-
conf: "reserved" | "sold";
|
|
81
|
-
floor_image: imageInterface[];
|
|
82
|
-
svg: string;
|
|
83
|
-
project_id: number;
|
|
84
|
-
block_id: number;
|
|
85
|
-
polygon_data: PolygonDataCollection[];
|
|
86
|
-
counts?: {
|
|
87
|
-
available?: number;
|
|
88
|
-
reserved?: number;
|
|
89
|
-
sold?: number;
|
|
90
|
-
};
|
|
91
|
-
flats?: FlatItem[];
|
|
92
|
-
created_at: string;
|
|
93
|
-
updated_at: string;
|
|
94
|
-
}
|
|
95
|
-
export interface BlockInterface {
|
|
96
|
-
data: FloorItem[];
|
|
97
|
-
page: number;
|
|
98
|
-
per_page: number;
|
|
99
|
-
total: number;
|
|
100
|
-
}
|
|
101
|
-
export interface BlockItem {
|
|
102
|
-
id: string;
|
|
103
|
-
title: string;
|
|
104
|
-
conf: "reserved" | "sold";
|
|
105
|
-
block_image: imageInterface[];
|
|
106
|
-
svg: string;
|
|
107
|
-
project_id: number;
|
|
108
|
-
polygon_data: PolygonDataCollection[];
|
|
109
|
-
counts?: {
|
|
110
|
-
available?: number;
|
|
111
|
-
reserved?: number;
|
|
112
|
-
sold?: number;
|
|
113
|
-
};
|
|
114
|
-
created_at: string;
|
|
115
|
-
updated_at: string;
|
|
116
|
-
}
|
|
117
|
-
export interface PolygonDataCollection {
|
|
118
|
-
id: string;
|
|
119
|
-
key: string;
|
|
120
|
-
type: "flat" | "floor" | "block" | "tooltip" | "";
|
|
121
|
-
}
|
|
122
|
-
export interface selectDataItem {
|
|
123
|
-
title: string;
|
|
124
|
-
value: string;
|
|
125
|
-
isLinked?: boolean;
|
|
126
|
-
isDisabled?: boolean;
|
|
127
|
-
type?: "" | "flat" | "floor" | "block" | "tooltip";
|
|
128
|
-
}
|
|
129
|
-
export interface FlatsInterface {
|
|
130
|
-
data: FlatItem[];
|
|
131
|
-
page: number;
|
|
132
|
-
per_page: number;
|
|
133
|
-
total: number;
|
|
134
|
-
}
|
|
135
|
-
export interface FlatItem {
|
|
136
|
-
id: string;
|
|
137
|
-
type_id: string | null;
|
|
138
|
-
flat_number: string;
|
|
139
|
-
project_id: string;
|
|
140
|
-
conf: string | null;
|
|
141
|
-
click_action: string;
|
|
142
|
-
follow_link: string;
|
|
143
|
-
floor_id: string;
|
|
144
|
-
request_price: boolean;
|
|
145
|
-
price: string;
|
|
146
|
-
offer_price: string;
|
|
147
|
-
block_id?: string | null;
|
|
148
|
-
type?: TypeItem;
|
|
149
|
-
use_type?: boolean;
|
|
150
|
-
created_at: string;
|
|
151
|
-
updated_at: string;
|
|
152
|
-
}
|
|
153
|
-
export interface TypeInterface {
|
|
154
|
-
data: TypeItem[];
|
|
155
|
-
page: number;
|
|
156
|
-
per_page: number;
|
|
157
|
-
total: number;
|
|
158
|
-
}
|
|
159
|
-
export interface TypeItem {
|
|
160
|
-
id: string;
|
|
161
|
-
title: string;
|
|
162
|
-
teaser: string;
|
|
163
|
-
project_id: string;
|
|
164
|
-
image_2d?: imageInterface[] | null;
|
|
165
|
-
image_3d?: imageInterface[] | null;
|
|
166
|
-
files?: imageInterface[] | null;
|
|
167
|
-
area_m2: string;
|
|
168
|
-
rooms_count: string;
|
|
169
|
-
other: {
|
|
170
|
-
key: string;
|
|
171
|
-
value: string;
|
|
172
|
-
}[];
|
|
173
|
-
created_at: string;
|
|
174
|
-
updated_at: string;
|
|
175
|
-
}
|
|
176
|
-
export interface ProjectMeta {
|
|
177
|
-
id?: number;
|
|
178
|
-
project_id: number;
|
|
179
|
-
meta_key: string;
|
|
180
|
-
meta_value: string | number;
|
|
181
|
-
}
|
|
182
|
-
export interface ShortcodeData {
|
|
183
|
-
flats: FlatItem[];
|
|
184
|
-
floors: FloorItem[];
|
|
185
|
-
blocks: BlockItem[];
|
|
186
|
-
project: ProjectInterface;
|
|
187
|
-
types: TypeItem[];
|
|
188
|
-
meta: ProjectMeta[];
|
|
189
|
-
actions: ActionItem[];
|
|
190
|
-
tableFields: TableFieldsType[];
|
|
191
|
-
tableContactUrl: string;
|
|
192
|
-
}
|
|
193
|
-
export interface ActionInterface {
|
|
194
|
-
data: ActionItem[];
|
|
195
|
-
page: number;
|
|
196
|
-
per_page: number;
|
|
197
|
-
total: number;
|
|
198
|
-
}
|
|
199
|
-
export interface ActionItem {
|
|
200
|
-
id: string;
|
|
201
|
-
title: string;
|
|
202
|
-
data: ActionData;
|
|
203
|
-
created_at: string;
|
|
204
|
-
updated_at: string;
|
|
205
|
-
}
|
|
206
|
-
export interface ActionData {
|
|
207
|
-
url: string;
|
|
208
|
-
script: string;
|
|
209
|
-
targetBlank: boolean;
|
|
210
|
-
actionType: string;
|
|
211
|
-
modalObject: ModalObject;
|
|
212
|
-
}
|
|
213
|
-
export interface ModalObject {
|
|
214
|
-
title: string;
|
|
215
|
-
description: string;
|
|
216
|
-
modalImage: null | imageInterface[];
|
|
217
|
-
}
|
|
218
|
-
export {};
|
package/dist/src/main.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
data: any;
|
|
3
|
-
irePlugin: IrePlagin;
|
|
4
|
-
perPage?: string;
|
|
5
|
-
fromListView?: boolean;
|
|
6
|
-
layout: "mixed" | "table" | "grid";
|
|
7
|
-
};
|
|
8
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
9
|
-
flatsContainer: HTMLDivElement;
|
|
10
|
-
}, HTMLDivElement>;
|
|
11
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
data: any;
|
|
3
|
-
irePlugin: IrePlagin;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
-
export default _default;
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { FlatItem, ShortcodeData } from '../types/DemoTypes';
|
|
2
|
-
export declare const useGlobalStore: import('pinia').StoreDefinition<"global", Pick<{
|
|
3
|
-
hoverdSvg: import('vue').Ref<any, any>;
|
|
4
|
-
tooltip: import('vue').Ref<string, string>;
|
|
5
|
-
shortcodeData: import('vue').Ref<ShortcodeData | undefined, ShortcodeData | undefined>;
|
|
6
|
-
irePlaginWp: import('vue').Ref<IrePlagin | undefined, IrePlagin | undefined>;
|
|
7
|
-
flats: import('vue').ComputedRef<FlatItem[]>;
|
|
8
|
-
getMetaValue: (metaKey: string) => string | number;
|
|
9
|
-
openReservedFlat: import('vue').ComputedRef<boolean>;
|
|
10
|
-
openSoldFlat: import('vue').ComputedRef<boolean>;
|
|
11
|
-
priceRounded: import('vue').ComputedRef<boolean>;
|
|
12
|
-
translations: import('vue').ComputedRef<object | undefined>;
|
|
13
|
-
cssVariables: import('vue').ComputedRef<{
|
|
14
|
-
"--reserved-color": string | number;
|
|
15
|
-
"--sold-color": string | number;
|
|
16
|
-
"--path-hover-color": string | number;
|
|
17
|
-
"--path-color": string | number;
|
|
18
|
-
"--stroke-color": string | number;
|
|
19
|
-
"--primary-color": string | number;
|
|
20
|
-
"--stroke-width": string;
|
|
21
|
-
"--border-radius": string;
|
|
22
|
-
}>;
|
|
23
|
-
setData: (data: any) => void;
|
|
24
|
-
setIrePlaginWp: (val: IrePlagin) => void;
|
|
25
|
-
}, "tooltip" | "hoverdSvg" | "shortcodeData" | "irePlaginWp">, Pick<{
|
|
26
|
-
hoverdSvg: import('vue').Ref<any, any>;
|
|
27
|
-
tooltip: import('vue').Ref<string, string>;
|
|
28
|
-
shortcodeData: import('vue').Ref<ShortcodeData | undefined, ShortcodeData | undefined>;
|
|
29
|
-
irePlaginWp: import('vue').Ref<IrePlagin | undefined, IrePlagin | undefined>;
|
|
30
|
-
flats: import('vue').ComputedRef<FlatItem[]>;
|
|
31
|
-
getMetaValue: (metaKey: string) => string | number;
|
|
32
|
-
openReservedFlat: import('vue').ComputedRef<boolean>;
|
|
33
|
-
openSoldFlat: import('vue').ComputedRef<boolean>;
|
|
34
|
-
priceRounded: import('vue').ComputedRef<boolean>;
|
|
35
|
-
translations: import('vue').ComputedRef<object | undefined>;
|
|
36
|
-
cssVariables: import('vue').ComputedRef<{
|
|
37
|
-
"--reserved-color": string | number;
|
|
38
|
-
"--sold-color": string | number;
|
|
39
|
-
"--path-hover-color": string | number;
|
|
40
|
-
"--path-color": string | number;
|
|
41
|
-
"--stroke-color": string | number;
|
|
42
|
-
"--primary-color": string | number;
|
|
43
|
-
"--stroke-width": string;
|
|
44
|
-
"--border-radius": string;
|
|
45
|
-
}>;
|
|
46
|
-
setData: (data: any) => void;
|
|
47
|
-
setIrePlaginWp: (val: IrePlagin) => void;
|
|
48
|
-
}, "flats" | "openReservedFlat" | "openSoldFlat" | "priceRounded" | "translations" | "cssVariables">, Pick<{
|
|
49
|
-
hoverdSvg: import('vue').Ref<any, any>;
|
|
50
|
-
tooltip: import('vue').Ref<string, string>;
|
|
51
|
-
shortcodeData: import('vue').Ref<ShortcodeData | undefined, ShortcodeData | undefined>;
|
|
52
|
-
irePlaginWp: import('vue').Ref<IrePlagin | undefined, IrePlagin | undefined>;
|
|
53
|
-
flats: import('vue').ComputedRef<FlatItem[]>;
|
|
54
|
-
getMetaValue: (metaKey: string) => string | number;
|
|
55
|
-
openReservedFlat: import('vue').ComputedRef<boolean>;
|
|
56
|
-
openSoldFlat: import('vue').ComputedRef<boolean>;
|
|
57
|
-
priceRounded: import('vue').ComputedRef<boolean>;
|
|
58
|
-
translations: import('vue').ComputedRef<object | undefined>;
|
|
59
|
-
cssVariables: import('vue').ComputedRef<{
|
|
60
|
-
"--reserved-color": string | number;
|
|
61
|
-
"--sold-color": string | number;
|
|
62
|
-
"--path-hover-color": string | number;
|
|
63
|
-
"--path-color": string | number;
|
|
64
|
-
"--stroke-color": string | number;
|
|
65
|
-
"--primary-color": string | number;
|
|
66
|
-
"--stroke-width": string;
|
|
67
|
-
"--border-radius": string;
|
|
68
|
-
}>;
|
|
69
|
-
setData: (data: any) => void;
|
|
70
|
-
setIrePlaginWp: (val: IrePlagin) => void;
|
|
71
|
-
}, "getMetaValue" | "setData" | "setIrePlaginWp">>;
|