ire-preview 3.2.6 → 3.2.8
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/index.d.ts +6 -0
- package/dist/lib.es.js +7 -7
- package/dist/src/components/demo/form/Input.vue.d.ts +30 -0
- package/dist/src/components/demo/form/PreviewSelect.vue.d.ts +21 -0
- package/dist/src/components/demo/layout/MouseTracker.vue.d.ts +21 -0
- package/dist/src/components/demo/layout/PreviewLayout.vue.d.ts +26 -0
- package/dist/src/components/demo/layout/ShortcodeWrapper.vue.d.ts +17 -0
- package/dist/src/components/demo/preview/ActionModal.vue.d.ts +6 -0
- package/dist/src/components/demo/preview/BlockPreview.vue.d.ts +15 -0
- package/dist/src/components/demo/preview/FlatPreview.vue.d.ts +11 -0
- package/dist/src/components/demo/preview/FloorPreview.vue.d.ts +16 -0
- package/dist/src/components/demo/preview/Preview.vue.d.ts +2 -0
- package/dist/src/components/demo/preview/ProjectPreview.vue.d.ts +17 -0
- package/dist/src/components/demo/preview/tooltips/Tooltip_1.vue.d.ts +6 -0
- package/dist/src/components/demo/preview/tooltips/Tooltip_2.vue.d.ts +7 -0
- package/dist/src/components/demo/preview/tooltips/Tooltip_3.vue.d.ts +6 -0
- package/dist/src/components/demo/uiComponents/BackButton.vue.d.ts +2 -0
- package/dist/src/components/demo/uiComponents/BaseEditor.vue.d.ts +5 -0
- package/dist/src/components/demo/uiComponents/Button.vue.d.ts +23 -0
- package/dist/src/components/demo/uiComponents/Filters.vue.d.ts +12 -0
- package/dist/src/components/demo/uiComponents/FlatCard.vue.d.ts +10 -0
- package/dist/src/components/demo/uiComponents/FlatModalImage.vue.d.ts +6 -0
- package/dist/src/components/demo/uiComponents/FlatPreviewKeyValue.vue.d.ts +22 -0
- package/dist/src/components/demo/uiComponents/FlatsTable.vue.d.ts +12 -0
- package/dist/src/components/demo/uiComponents/PreviewModal.vue.d.ts +21 -0
- package/dist/src/components/demo/uiComponents/ReservationForm.vue.d.ts +10 -0
- package/dist/src/components/demo/uiComponents/table/Column.vue.d.ts +2 -0
- package/dist/src/components/demo/uiComponents/table/Table.vue.d.ts +9 -0
- package/dist/src/components/demo/uiComponents/table/TableCol.vue.d.ts +6 -0
- package/dist/src/components/icons/ArrowRight.vue.d.ts +2 -0
- package/dist/src/components/icons/ClipBoard.vue.d.ts +2 -0
- package/dist/src/components/icons/Close.vue.d.ts +2 -0
- package/dist/src/components/icons/ContactIcon.vue.d.ts +2 -0
- package/dist/src/components/icons/Correct.vue.d.ts +2 -0
- package/dist/src/components/icons/Cube3d.vue.d.ts +2 -0
- package/dist/src/components/icons/DownloadIcon.vue.d.ts +2 -0
- package/dist/src/components/icons/FlatIcon.vue.d.ts +2 -0
- package/dist/src/components/icons/GridIcon.vue.d.ts +2 -0
- package/dist/src/components/icons/Logo.vue.d.ts +2 -0
- package/dist/src/components/icons/MagnifyIcon.vue.d.ts +2 -0
- package/dist/src/components/icons/Placeholder.vue.d.ts +2 -0
- package/dist/src/components/icons/SortingArrow.vue.d.ts +2 -0
- package/dist/src/components/icons/SortingArrowAsc.vue.d.ts +2 -0
- package/dist/src/components/icons/TableIcon.vue.d.ts +2 -0
- package/dist/src/composable/helper.d.ts +10 -0
- package/dist/src/composable/useScroll.d.ts +3 -0
- package/dist/src/interfaces/components.d.ts +218 -0
- package/dist/src/interfaces/index.d.ts +11 -0
- package/dist/src/main.d.ts +5 -0
- package/dist/src/shortcodes/FlatsList.vue.d.ts +11 -0
- package/dist/src/shortcodes/Project.vue.d.ts +6 -0
- package/dist/src/shortcodes/index.d.ts +2 -0
- package/dist/src/store/useGlobal.d.ts +71 -0
- package/dist/src/types/DemoTypes.d.ts +235 -0
- package/dist/src/utils/axios.d.ts +2 -0
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
ADDED
package/dist/lib.es.js
CHANGED
|
@@ -1338,7 +1338,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_ren
|
|
|
1338
1338
|
},
|
|
1339
1339
|
setup(Be) {
|
|
1340
1340
|
return (_e, ke) => (openBlock(), createElementBlock("button", {
|
|
1341
|
-
class: normalizeClass(["flat-preview-button ire-group ire-flex ire-w-full ire-cursor-pointer ire-items-center ire-gap-2 ire-rounded-lg ire-px-
|
|
1341
|
+
class: normalizeClass(["flat-preview-button ire-group ire-flex ire-w-full ire-cursor-pointer ire-items-center ire-gap-2 ire-rounded-lg ire-border-none ire-px-4 ire-py-2 ire-text-center !ire-transition-all ire-duration-500 active:ire-scale-95 active:ire-bg-[color-mix(in_srgb,var(--primary-color),white_0.2%)]", {
|
|
1342
1342
|
"ire-bg-[var(--primary-color)] ire-text-white hover:ire-bg-[color-mix(in_srgb,var(--primary-color),white_20%)]": Be.active,
|
|
1343
1343
|
"ire-text-white hover:ire-bg-[var(--primary-color)]": !Be.active,
|
|
1344
1344
|
"ire-pointer-events-none ire-bg-gray-500": Be.disable
|
|
@@ -5825,7 +5825,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
|
|
|
5825
5825
|
setQuery(Fe, "");
|
|
5826
5826
|
});
|
|
5827
5827
|
}), (je, Fe) => {
|
|
5828
|
-
var He, qe, We, Ue, Ye, Je, Ze, Qe, ni, ei, Ke, Xe, Ge, ti, ii, oi, ri, si, ai, li, ci, di, hi, fi, pi, mi, vi, gi, bi, yi, _i,
|
|
5828
|
+
var He, qe, We, Ue, Ye, Je, Ze, Qe, ni, ei, Ke, Xe, Ge, ti, ii, oi, ri, si, ai, li, ci, di, hi, fi, pi, mi, vi, gi, bi, yi, _i, xi;
|
|
5829
5829
|
return openBlock(), createElementBlock("div", {
|
|
5830
5830
|
class: normalizeClass(["irep-flat-preview ire-grid", {
|
|
5831
5831
|
"md:ire-grid-cols-[1.5fr,1fr]": Ae.value
|
|
@@ -5915,7 +5915,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$a]
|
|
|
5915
5915
|
createElementVNode("div", _hoisted_8$2, [
|
|
5916
5916
|
(bi = (gi = (vi = Be.flat) == null ? void 0 : vi.files) == null ? void 0 : gi[0]) != null && bi.url ? (openBlock(), createElementBlock("a", {
|
|
5917
5917
|
key: 0,
|
|
5918
|
-
href: (
|
|
5918
|
+
href: (xi = (_i = (yi = Be.flat) == null ? void 0 : yi.files) == null ? void 0 : _i[0]) == null ? void 0 : xi.url,
|
|
5919
5919
|
target: "_blank",
|
|
5920
5920
|
class: "ire-w-full ire-p-2"
|
|
5921
5921
|
}, [
|
|
@@ -7191,7 +7191,7 @@ function _sfc_render(Be, _e) {
|
|
|
7191
7191
|
}, null, -1)
|
|
7192
7192
|
])]);
|
|
7193
7193
|
}
|
|
7194
|
-
const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render]]), _hoisted_1 = { class: "irep-flats-top ire-flex ire-justify-between ire-py-4 ire-text-center" }, _hoisted_2 = { class: "[&_path]:ire-transition-all group-hover:[&_path]:ire-stroke-gray-500" }, _hoisted_3 = {
|
|
7194
|
+
const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render]]), _hoisted_1 = { class: "irep-flats-top ire-flex ire-justify-between ire-py-4 ire-text-center" }, _hoisted_2 = { class: "ire-flex ire-justify-center ire-text-center [&_path]:ire-transition-all group-hover:[&_path]:ire-stroke-gray-500" }, _hoisted_3 = {
|
|
7195
7195
|
key: 1,
|
|
7196
7196
|
class: "ire-text-center ire-text-lg ire-font-semibold ire-capitalize ire-text-black"
|
|
7197
7197
|
}, _hoisted_4 = {
|
|
@@ -7318,7 +7318,7 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7318
7318
|
}, null, 8, ["title"]),
|
|
7319
7319
|
Be.layout === "mixed" ? (openBlock(), createElementBlock("button", {
|
|
7320
7320
|
key: 0,
|
|
7321
|
-
class: "ire-group ire-flex ire-items-center ire-gap-1",
|
|
7321
|
+
class: "ire-group ire-flex ire-cursor-pointer ire-items-center ire-gap-1 ire-bg-transparent",
|
|
7322
7322
|
onClick: Ge[1] || (Ge[1] = (ii) => Ae.value = !Ae.value)
|
|
7323
7323
|
}, [
|
|
7324
7324
|
createElementVNode("div", _hoisted_2, [
|
|
@@ -7329,10 +7329,10 @@ const GridIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_rende
|
|
|
7329
7329
|
default: withCtx(() => [
|
|
7330
7330
|
Ae.value ? (openBlock(), createBlock(GridIcon, {
|
|
7331
7331
|
key: 0,
|
|
7332
|
-
class: "ire-size-
|
|
7332
|
+
class: "ire-size-5"
|
|
7333
7333
|
})) : (openBlock(), createBlock(TableIcon, {
|
|
7334
7334
|
key: 1,
|
|
7335
|
-
class: "ire-size-
|
|
7335
|
+
class: "ire-size-5"
|
|
7336
7336
|
}))
|
|
7337
7337
|
]),
|
|
7338
7338
|
_: 1
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
label: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
type?: string;
|
|
5
|
+
required?: boolean;
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = {
|
|
8
|
+
modelValue?: any;
|
|
9
|
+
} & __VLS_Props;
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
'right-icon'?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: HTMLLabelElement;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
"update:modelValue": (value: any) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
23
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { selectDataItem } from '../../../types/DemoTypes';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
data: selectDataItem[];
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
clearable?: boolean;
|
|
7
|
+
required?: boolean;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_PublicProps = {
|
|
10
|
+
modelValue?: any;
|
|
11
|
+
} & __VLS_Props;
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (value: any) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
label: string;
|
|
18
|
+
placeholder: string;
|
|
19
|
+
clearable: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {
|
|
7
|
+
canvasRef: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
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, {
|
|
13
|
+
canvasRef: HTMLDivElement;
|
|
14
|
+
}, 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
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
hoverdData: any;
|
|
3
|
+
type?: any;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
header?(_: {}): any;
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {
|
|
12
|
+
canvasRef: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
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, {
|
|
18
|
+
canvasRef: HTMLDivElement;
|
|
19
|
+
}, HTMLDivElement>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -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,6 @@
|
|
|
1
|
+
import { ActionData } from '../../../types/DemoTypes';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
modalData: ActionData;
|
|
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;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ActionItem, BlockItem, FlatItem, FloorItem } from '../../../types/DemoTypes';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
block: BlockItem;
|
|
4
|
+
flats: FlatItem[];
|
|
5
|
+
floors: FloorItem[];
|
|
6
|
+
actions: ActionItem[] | undefined;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
|
+
changeComponent: (flow: "" | "flat" | "floor" | "block" | "project", hoveredData: any) => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
onChangeComponent?: ((flow: "" | "flat" | "floor" | "block" | "project", hoveredData: any) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
13
|
+
svgRef: HTMLDivElement;
|
|
14
|
+
}, HTMLDivElement>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FlatItem, FloorItem } from '../../../types/DemoTypes';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
flat: FlatItem | undefined;
|
|
4
|
+
floors?: FloorItem[] | undefined;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
|
+
changeComponent: (flow: "" | "flat" | "floor" | "block" | "project", hoveredData: any) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onChangeComponent?: ((flow: "" | "flat" | "floor" | "block" | "project", hoveredData: any) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ActionItem, BlockItem, FlatItem, FloorItem } from '../../../types/DemoTypes';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
flats: FlatItem[] | undefined;
|
|
4
|
+
floor: FloorItem;
|
|
5
|
+
floors: FloorItem[];
|
|
6
|
+
blocks?: BlockItem[];
|
|
7
|
+
actions: ActionItem[] | undefined;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
|
+
changeComponent: (flow: "" | "flat" | "floor" | "block" | "project", hoveredData: any) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
onChangeComponent?: ((flow: "" | "flat" | "floor" | "block" | "project", hoveredData: any) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
14
|
+
svgRef: HTMLDivElement;
|
|
15
|
+
}, HTMLDivElement>;
|
|
16
|
+
export default _default;
|
|
@@ -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, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ActionItem, BlockItem, FlatItem, FloorItem, ProjectInterface, ProjectMeta } from '../../../types/DemoTypes';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
project: ProjectInterface | undefined;
|
|
4
|
+
floors: FloorItem[] | undefined;
|
|
5
|
+
blocks: BlockItem[] | undefined;
|
|
6
|
+
flats: FlatItem[] | undefined;
|
|
7
|
+
actions: ActionItem[] | undefined;
|
|
8
|
+
projectMeta: ProjectMeta[] | undefined;
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11
|
+
changeComponent: (flowComponent: "" | "flat" | "tooltip" | "floor" | "block", hoveredData: any) => any;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
+
onChangeComponent?: ((flowComponent: "" | "flat" | "tooltip" | "floor" | "block", hoveredData: any) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
+
svgRef: HTMLDivElement;
|
|
16
|
+
}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
hoveredData: any;
|
|
3
|
+
type: "flat" | "floor" | "block" | "tooltip" | "";
|
|
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;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
hoveredData: any;
|
|
3
|
+
type: "flat" | "floor" | "block" | "tooltip" | "";
|
|
4
|
+
mouseTrack?: boolean;
|
|
5
|
+
};
|
|
6
|
+
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>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
hoveredData: any;
|
|
3
|
+
type: "flat" | "floor" | "block" | "tooltip" | "";
|
|
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;
|
|
@@ -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, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
editor: string | undefined;
|
|
3
|
+
};
|
|
4
|
+
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>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
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;
|
|
@@ -0,0 +1,10 @@
|
|
|
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;
|
|
@@ -0,0 +1,6 @@
|
|
|
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;
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
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;
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
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;
|
|
@@ -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, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
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;
|
|
@@ -0,0 +1,6 @@
|
|
|
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;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -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, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
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;
|