@roomle/embedding-lib 5.13.0-alpha.1 → 5.13.0-alpha.3
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/docs/md/web/embedding/CHANGELOG.md +4 -22
- package/package.json +2 -2
- package/packages/common/src/utils/init-data.d.ts +1 -0
- package/packages/embedding-lib/src/connector.d.ts +1 -1
- package/packages/embedding-lib/src/embedding-lib.d.ts +1 -1
- package/roomle-embedding-lib.es.js +8 -7
- package/roomle-embedding-lib.es.min.js +1 -1
- package/roomle-embedding-lib.umd.js +1 -1
- package/roomle-embedding-lib.umd.min.js +2 -2
- package/src/common/components/collection-view/-utils/collection-view-dynamic-components.d.ts +86 -965
- package/src/common/components/overlays/PartList.vue.d.ts +3 -4
- package/src/common/components/overlays/part-list/partlist-setup.d.ts +3 -4
- package/src/common/composables/use-configurator-api.d.ts +2 -2
- package/src/common/composables/use-core-instances.d.ts +2 -2
- package/src/common/composables/use-event-emitter-listener.d.ts +2 -0
- package/src/common/composables/use-open-close-anim.d.ts +9 -0
- package/src/common/composables/use-static-item-parameters.d.ts +2 -2
- package/src/common/utils/helper.d.ts +6 -7
- package/src/common/utils/parameters.d.ts +2 -2
- package/src/common/utils/types.d.ts +9 -1
- package/src/common/utils/ui-actions.d.ts +2 -3
- package/src/configurator/business-logic/roomle-sdk-wrapper.d.ts +3 -4
- package/src/configurator/business-logic/sdk-connector-configurator.d.ts +3 -4
- package/src/configurator/business-logic/sdk-connector.d.ts +7 -8
- package/src/configurator/components/grid-view/-utils/ExpandedView.vue.d.ts +2 -2
- package/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +2 -2
- package/src/configurator/components/grid-view/GridView.vue.d.ts +25 -319
- package/src/configurator/components/parameters/types/MaterialParameter.vue.d.ts +27 -320
- package/src/configurator/components/parameters/types/ProductVariant.vue.d.ts +27 -320
- package/src/configurator/components/parameters/types/ThumbnailsParameter.vue.d.ts +27 -320
- package/src/configurator/embedding/exposed-api.d.ts +2 -4
- package/src/configurator/embedding/exposed-callbacks.d.ts +2 -1
- package/src/configurator/embedding/helper.d.ts +4 -3
- package/src/configurator/embedding/types.d.ts +5 -0
- package/src/planner/business-logic/sdk-connector-planner.d.ts +5 -5
- package/src/planner/components/ObjectList.vue.d.ts +4 -2
- package/src/planner/components/measurements/MeasurementDisplayComponent.vue.d.ts +4 -0
- package/src/planner/components/measurements/ShowWallAtticMeasurements.vue.d.ts +8 -0
- package/src/planner/components/measurements/utils/AtticLabel.vue.d.ts +24 -0
- package/src/planner/components/measurements/utils/AtticLine.vue.d.ts +26 -0
- package/src/planner/components/overlays/ProductList.vue.d.ts +2 -2
- package/src/planner/components/overlays/ProductSettings.vue.d.ts +3 -4
- package/src/planner/components/overlays/product-list/ProductListEntry.vue.d.ts +2 -2
- package/src/planner/components/overlays/product-list/ProductListType.vue.d.ts +2 -2
- package/src/planner/components/overlays/product-settings/ProductPositions.vue.d.ts +3 -3
- package/src/planner/components/overlays/product-settings/ProductRotation.vue.d.ts +3 -3
- package/src/planner/components/overlays/product-settings/ProductSettingsInfos.vue.d.ts +3 -3
- package/src/planner/components/overlays/product-settings/ProductSize.vue.d.ts +3 -3
- package/src/planner/components/overlays/product-settings/ProductXYZChanger.vue.d.ts +3 -3
- package/src/planner/components/overlays/rooms/ConstructionVariants.vue.d.ts +28 -321
- package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +33 -326
- package/src/planner/components/overlays/rooms/ElementLengthScaling.vue.d.ts +2 -2
- package/src/planner/components/overlays/rooms/FloorColor.vue.d.ts +2 -2
- package/src/planner/components/overlays/rooms/RoomGeneralSettings.vue.d.ts +2 -2
- package/src/planner/components/overlays/rooms/RoomsList.vue.d.ts +2 -2
- package/src/planner/components/overlays/rooms/SlopingRoof.vue.d.ts +2 -2
- package/src/planner/components/overlays/rooms/SlopingRoofDirection.vue.d.ts +2 -2
- package/src/planner/components/overlays/rooms/WallGeneralSettings.vue.d.ts +2 -2
- package/src/planner/components/overlays/rooms/WindowParametersSetting.vue.d.ts +3 -4
- package/src/planner/components/utils/AssureConfiguratorHandlers.vue.d.ts +1 -1
- package/src/planner/components/utils/AssureSdkHandlers.vue.d.ts +1 -1
- package/src/planner/utils/planner-sidebar.d.ts +2 -2
|
@@ -5,14 +5,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
5
5
|
currencySymbol: string;
|
|
6
6
|
product: ProductListEntryType;
|
|
7
7
|
resetScroll: () => void;
|
|
8
|
-
api: RoomlePlanner
|
|
8
|
+
api: RoomlePlanner<readonly []>;
|
|
9
9
|
renderPurchasableItems: boolean;
|
|
10
10
|
isLastEntry: boolean;
|
|
11
11
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
12
12
|
currencySymbol: string;
|
|
13
13
|
product: ProductListEntryType;
|
|
14
14
|
resetScroll: () => void;
|
|
15
|
-
api: RoomlePlanner
|
|
15
|
+
api: RoomlePlanner<readonly []>;
|
|
16
16
|
renderPurchasableItems: boolean;
|
|
17
17
|
isLastEntry: boolean;
|
|
18
18
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -4,7 +4,7 @@ import { ProductListEntryType } from '../ProductList.vue';
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<{
|
|
5
5
|
itemCount: number;
|
|
6
6
|
productListUniqueItems: ProductListEntryType[];
|
|
7
|
-
api: RoomlePlanner
|
|
7
|
+
api: RoomlePlanner<readonly []>;
|
|
8
8
|
isPurchasableItems: boolean;
|
|
9
9
|
resetScroll: () => void;
|
|
10
10
|
currencySymbol: string;
|
|
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
13
13
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
14
14
|
itemCount: number;
|
|
15
15
|
productListUniqueItems: ProductListEntryType[];
|
|
16
|
-
api: RoomlePlanner
|
|
16
|
+
api: RoomlePlanner<readonly []>;
|
|
17
17
|
isPurchasableItems: boolean;
|
|
18
18
|
resetScroll: () => void;
|
|
19
19
|
currencySymbol: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RoomlePlannerWithExtObjs } from '../../../../common/utils/types';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
api:
|
|
4
|
+
api: RoomlePlannerWithExtObjs;
|
|
5
5
|
isConstructionElement?: boolean;
|
|
6
6
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
7
|
-
api:
|
|
7
|
+
api: RoomlePlannerWithExtObjs;
|
|
8
8
|
isConstructionElement?: boolean;
|
|
9
9
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RoomlePlannerWithExtObjs } from '../../../../common/utils/types';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
api:
|
|
4
|
+
api: RoomlePlannerWithExtObjs;
|
|
5
5
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
6
|
-
api:
|
|
6
|
+
api: RoomlePlannerWithExtObjs;
|
|
7
7
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { default as PlanElementViewModel } from '@roomle/web-sdk/lib/definitions/common-core/src/view-model/plan-element-view-model';
|
|
2
|
-
import {
|
|
2
|
+
import { RoomlePlannerWithExtObjs } from '../../../../common/utils/types';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<{
|
|
5
5
|
selectionElement: PlanElementViewModel;
|
|
6
|
-
api:
|
|
6
|
+
api: RoomlePlannerWithExtObjs;
|
|
7
7
|
productName: string;
|
|
8
8
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
9
9
|
selectionElement: PlanElementViewModel;
|
|
10
|
-
api:
|
|
10
|
+
api: RoomlePlannerWithExtObjs;
|
|
11
11
|
productName: string;
|
|
12
12
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RoomlePlannerWithExtObjs } from '../../../../common/utils/types';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
api:
|
|
4
|
+
api: RoomlePlannerWithExtObjs;
|
|
5
5
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
6
|
-
api:
|
|
6
|
+
api: RoomlePlannerWithExtObjs;
|
|
7
7
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RoomlePlannerWithExtObjs } from '../../../../common/utils/types';
|
|
2
2
|
import { KernelVector3 } from '@roomle/web-sdk/lib/definitions/typings/kernel';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<{
|
|
5
|
-
api:
|
|
5
|
+
api: RoomlePlannerWithExtObjs;
|
|
6
6
|
setValues: (values: KernelVector3) => Promise<void>;
|
|
7
7
|
getValues: () => KernelVector3;
|
|
8
8
|
labels: {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
16
16
|
z: boolean;
|
|
17
17
|
};
|
|
18
18
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
19
|
-
api:
|
|
19
|
+
api: RoomlePlannerWithExtObjs;
|
|
20
20
|
setValues: (values: KernelVector3) => Promise<void>;
|
|
21
21
|
getValues: () => KernelVector3;
|
|
22
22
|
labels: {
|
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { GridViewElement, GridViewGroup } from '../../../../configurator/components/grid-view/-utils/GridViewHelper';
|
|
3
3
|
import { RapiItem, RapiTag } from '@roomle/web-sdk/lib/definitions/typings/rapi-types';
|
|
4
4
|
import { CollectionViewUiState } from '../../../../common/store/collection-view-state';
|
|
5
|
-
import {
|
|
5
|
+
import { RoomlePlannerWithExtObjs } from '../../../../common/utils/types';
|
|
6
6
|
import { PlannerUiState } from '../../../store/planner-ui-state';
|
|
7
7
|
|
|
8
8
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
};
|
|
24
24
|
isDesktop: BooleanConstructor;
|
|
25
25
|
api: {
|
|
26
|
-
type: PropType<
|
|
26
|
+
type: PropType<RoomlePlannerWithExtObjs>;
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
}>, {
|
|
@@ -51,332 +51,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
};
|
|
52
52
|
isDesktop: BooleanConstructor;
|
|
53
53
|
api: {
|
|
54
|
-
type: PropType<
|
|
54
|
+
type: PropType<RoomlePlannerWithExtObjs>;
|
|
55
55
|
required: true;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
58
|
isDesktop: boolean;
|
|
59
59
|
isExpanded: boolean;
|
|
60
60
|
}, {}, {
|
|
61
|
-
GridView: import('vue').DefineComponent<
|
|
62
|
-
isExpanded
|
|
63
|
-
onExpand:
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
74
|
-
selectedElement: {
|
|
75
|
-
type: PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
76
|
-
default: any;
|
|
77
|
-
};
|
|
78
|
-
groups: {
|
|
79
|
-
type: PropType<GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
80
|
-
required: true;
|
|
81
|
-
};
|
|
82
|
-
onCollapse: {
|
|
83
|
-
type: PropType<(_payload: MouseEvent) => void>;
|
|
84
|
-
};
|
|
85
|
-
state: {
|
|
86
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
87
|
-
};
|
|
88
|
-
isDesktop: BooleanConstructor;
|
|
89
|
-
}>, {
|
|
90
|
-
onSelectWrapped: (...args: any) => void;
|
|
61
|
+
GridView: import('vue').DefineComponent<{
|
|
62
|
+
isExpanded?: boolean;
|
|
63
|
+
onExpand: (event: MouseEvent) => void;
|
|
64
|
+
onSelect: (possibleChild: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
|
|
65
|
+
onDragStart?: (gridViewElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => Promise<void>;
|
|
66
|
+
onDragEnd?: (gridViewElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => void;
|
|
67
|
+
elements: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
68
|
+
selectedElement?: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
|
|
69
|
+
groups: GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
70
|
+
onCollapse?: (mouseEvent: MouseEvent) => void;
|
|
71
|
+
state?: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
72
|
+
isDesktop?: boolean;
|
|
91
73
|
}, {
|
|
92
74
|
currentTouch: import('../../../../../packages/common/src/utils/touch-drag').TouchDrag<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
93
|
-
}, {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
type: FunctionConstructor;
|
|
107
|
-
required: true;
|
|
108
|
-
};
|
|
109
|
-
onSelect: {
|
|
110
|
-
type: PropType<((..._args: any[]) => void) | ((..._args: any[]) => void)[]>;
|
|
111
|
-
required: true;
|
|
112
|
-
};
|
|
113
|
-
onDragStart: FunctionConstructor;
|
|
114
|
-
onDragEnd: FunctionConstructor;
|
|
115
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
116
|
-
selectedElement: {
|
|
117
|
-
type: PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
118
|
-
default: any;
|
|
119
|
-
};
|
|
120
|
-
groups: {
|
|
121
|
-
type: PropType<GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
122
|
-
required: true;
|
|
123
|
-
};
|
|
124
|
-
onCollapse: {
|
|
125
|
-
type: PropType<(_payload: MouseEvent) => void>;
|
|
126
|
-
};
|
|
127
|
-
state: {
|
|
128
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
129
|
-
};
|
|
130
|
-
isDesktop: BooleanConstructor;
|
|
131
|
-
}>> & Readonly<{}>, {
|
|
132
|
-
isDesktop: boolean;
|
|
133
|
-
isExpanded: boolean;
|
|
134
|
-
selectedElement: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
|
|
135
|
-
}, {}, {
|
|
136
|
-
ExpandedView: import('vue').DefineComponent<{
|
|
137
|
-
groups: GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
138
|
-
selectedElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
|
|
139
|
-
onSelect: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
|
|
140
|
-
onDragStart: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
|
|
141
|
-
onDragEnd: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
|
|
142
|
-
onTouchStart: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
143
|
-
onTouchEnd: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
144
|
-
onTouchMove: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
145
|
-
onCollapse?: (_payload: MouseEvent) => void;
|
|
146
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
147
|
-
isDesktop?: boolean;
|
|
148
|
-
isDraggable?: boolean;
|
|
149
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
150
|
-
groups: GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
151
|
-
selectedElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
|
|
152
|
-
onSelect: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
|
|
153
|
-
onDragStart: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
|
|
154
|
-
onDragEnd: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
|
|
155
|
-
onTouchStart: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
156
|
-
onTouchEnd: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
157
|
-
onTouchMove: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
158
|
-
onCollapse?: (_payload: MouseEvent) => void;
|
|
159
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
160
|
-
isDesktop?: boolean;
|
|
161
|
-
isDraggable?: boolean;
|
|
162
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
163
|
-
CollapsedView: {
|
|
164
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
165
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
166
|
-
selectedElement: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
167
|
-
onExpand: FunctionConstructor;
|
|
168
|
-
onSelect: {
|
|
169
|
-
type: FunctionConstructor;
|
|
170
|
-
default: () => any;
|
|
171
|
-
};
|
|
172
|
-
onDragStart: {
|
|
173
|
-
type: FunctionConstructor;
|
|
174
|
-
default: () => any;
|
|
175
|
-
};
|
|
176
|
-
onDragEnd: {
|
|
177
|
-
type: FunctionConstructor;
|
|
178
|
-
default: () => any;
|
|
179
|
-
};
|
|
180
|
-
onTouchStart: {
|
|
181
|
-
type: FunctionConstructor;
|
|
182
|
-
default: () => any;
|
|
183
|
-
};
|
|
184
|
-
onTouchEnd: {
|
|
185
|
-
type: FunctionConstructor;
|
|
186
|
-
default: () => any;
|
|
187
|
-
};
|
|
188
|
-
onTouchMove: {
|
|
189
|
-
type: FunctionConstructor;
|
|
190
|
-
default: () => any;
|
|
191
|
-
};
|
|
192
|
-
showAllElements: BooleanConstructor;
|
|
193
|
-
isDesktop: BooleanConstructor;
|
|
194
|
-
isDraggable: BooleanConstructor;
|
|
195
|
-
isScrolling: BooleanConstructor;
|
|
196
|
-
state: {
|
|
197
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
198
|
-
default: () => {
|
|
199
|
-
filter: any[];
|
|
200
|
-
search: any;
|
|
201
|
-
userInitiatedSearch: boolean;
|
|
202
|
-
viewType: import('../../../../common/store/collection-view-state').ViewTypeState;
|
|
203
|
-
};
|
|
204
|
-
};
|
|
205
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
206
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
207
|
-
selectedElement: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
208
|
-
onExpand: FunctionConstructor;
|
|
209
|
-
onSelect: {
|
|
210
|
-
type: FunctionConstructor;
|
|
211
|
-
default: () => any;
|
|
212
|
-
};
|
|
213
|
-
onDragStart: {
|
|
214
|
-
type: FunctionConstructor;
|
|
215
|
-
default: () => any;
|
|
216
|
-
};
|
|
217
|
-
onDragEnd: {
|
|
218
|
-
type: FunctionConstructor;
|
|
219
|
-
default: () => any;
|
|
220
|
-
};
|
|
221
|
-
onTouchStart: {
|
|
222
|
-
type: FunctionConstructor;
|
|
223
|
-
default: () => any;
|
|
224
|
-
};
|
|
225
|
-
onTouchEnd: {
|
|
226
|
-
type: FunctionConstructor;
|
|
227
|
-
default: () => any;
|
|
228
|
-
};
|
|
229
|
-
onTouchMove: {
|
|
230
|
-
type: FunctionConstructor;
|
|
231
|
-
default: () => any;
|
|
232
|
-
};
|
|
233
|
-
showAllElements: BooleanConstructor;
|
|
234
|
-
isDesktop: BooleanConstructor;
|
|
235
|
-
isDraggable: BooleanConstructor;
|
|
236
|
-
isScrolling: BooleanConstructor;
|
|
237
|
-
state: {
|
|
238
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
239
|
-
default: () => {
|
|
240
|
-
filter: any[];
|
|
241
|
-
search: any;
|
|
242
|
-
userInitiatedSearch: boolean;
|
|
243
|
-
viewType: import('../../../../common/store/collection-view-state').ViewTypeState;
|
|
244
|
-
};
|
|
245
|
-
};
|
|
246
|
-
}>> & Readonly<{}>, {
|
|
247
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
248
|
-
isDesktop: boolean;
|
|
249
|
-
onSelect: Function;
|
|
250
|
-
onDragStart: Function;
|
|
251
|
-
onDragEnd: Function;
|
|
252
|
-
onTouchStart: Function;
|
|
253
|
-
onTouchEnd: Function;
|
|
254
|
-
onTouchMove: Function;
|
|
255
|
-
isDraggable: boolean;
|
|
256
|
-
showAllElements: boolean;
|
|
257
|
-
isScrolling: boolean;
|
|
258
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
259
|
-
P: {};
|
|
260
|
-
B: {};
|
|
261
|
-
D: {};
|
|
262
|
-
C: {};
|
|
263
|
-
M: {};
|
|
264
|
-
Defaults: {};
|
|
265
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
266
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
267
|
-
selectedElement: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
268
|
-
onExpand: FunctionConstructor;
|
|
269
|
-
onSelect: {
|
|
270
|
-
type: FunctionConstructor;
|
|
271
|
-
default: () => any;
|
|
272
|
-
};
|
|
273
|
-
onDragStart: {
|
|
274
|
-
type: FunctionConstructor;
|
|
275
|
-
default: () => any;
|
|
276
|
-
};
|
|
277
|
-
onDragEnd: {
|
|
278
|
-
type: FunctionConstructor;
|
|
279
|
-
default: () => any;
|
|
280
|
-
};
|
|
281
|
-
onTouchStart: {
|
|
282
|
-
type: FunctionConstructor;
|
|
283
|
-
default: () => any;
|
|
284
|
-
};
|
|
285
|
-
onTouchEnd: {
|
|
286
|
-
type: FunctionConstructor;
|
|
287
|
-
default: () => any;
|
|
288
|
-
};
|
|
289
|
-
onTouchMove: {
|
|
290
|
-
type: FunctionConstructor;
|
|
291
|
-
default: () => any;
|
|
292
|
-
};
|
|
293
|
-
showAllElements: BooleanConstructor;
|
|
294
|
-
isDesktop: BooleanConstructor;
|
|
295
|
-
isDraggable: BooleanConstructor;
|
|
296
|
-
isScrolling: BooleanConstructor;
|
|
297
|
-
state: {
|
|
298
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
299
|
-
default: () => {
|
|
300
|
-
filter: any[];
|
|
301
|
-
search: any;
|
|
302
|
-
userInitiatedSearch: boolean;
|
|
303
|
-
viewType: import('../../../../common/store/collection-view-state').ViewTypeState;
|
|
304
|
-
};
|
|
305
|
-
};
|
|
306
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
307
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
308
|
-
isDesktop: boolean;
|
|
309
|
-
onSelect: Function;
|
|
310
|
-
onDragStart: Function;
|
|
311
|
-
onDragEnd: Function;
|
|
312
|
-
onTouchStart: Function;
|
|
313
|
-
onTouchEnd: Function;
|
|
314
|
-
onTouchMove: Function;
|
|
315
|
-
isDraggable: boolean;
|
|
316
|
-
showAllElements: boolean;
|
|
317
|
-
isScrolling: boolean;
|
|
318
|
-
}>;
|
|
319
|
-
__isFragment?: never;
|
|
320
|
-
__isTeleport?: never;
|
|
321
|
-
__isSuspense?: never;
|
|
322
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
323
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
324
|
-
selectedElement: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
325
|
-
onExpand: FunctionConstructor;
|
|
326
|
-
onSelect: {
|
|
327
|
-
type: FunctionConstructor;
|
|
328
|
-
default: () => any;
|
|
329
|
-
};
|
|
330
|
-
onDragStart: {
|
|
331
|
-
type: FunctionConstructor;
|
|
332
|
-
default: () => any;
|
|
333
|
-
};
|
|
334
|
-
onDragEnd: {
|
|
335
|
-
type: FunctionConstructor;
|
|
336
|
-
default: () => any;
|
|
337
|
-
};
|
|
338
|
-
onTouchStart: {
|
|
339
|
-
type: FunctionConstructor;
|
|
340
|
-
default: () => any;
|
|
341
|
-
};
|
|
342
|
-
onTouchEnd: {
|
|
343
|
-
type: FunctionConstructor;
|
|
344
|
-
default: () => any;
|
|
345
|
-
};
|
|
346
|
-
onTouchMove: {
|
|
347
|
-
type: FunctionConstructor;
|
|
348
|
-
default: () => any;
|
|
349
|
-
};
|
|
350
|
-
showAllElements: BooleanConstructor;
|
|
351
|
-
isDesktop: BooleanConstructor;
|
|
352
|
-
isDraggable: BooleanConstructor;
|
|
353
|
-
isScrolling: BooleanConstructor;
|
|
354
|
-
state: {
|
|
355
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
356
|
-
default: () => {
|
|
357
|
-
filter: any[];
|
|
358
|
-
search: any;
|
|
359
|
-
userInitiatedSearch: boolean;
|
|
360
|
-
viewType: import('../../../../common/store/collection-view-state').ViewTypeState;
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
364
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
365
|
-
isDesktop: boolean;
|
|
366
|
-
onSelect: Function;
|
|
367
|
-
onDragStart: Function;
|
|
368
|
-
onDragEnd: Function;
|
|
369
|
-
onTouchStart: Function;
|
|
370
|
-
onTouchEnd: Function;
|
|
371
|
-
onTouchMove: Function;
|
|
372
|
-
isDraggable: boolean;
|
|
373
|
-
showAllElements: boolean;
|
|
374
|
-
isScrolling: boolean;
|
|
375
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
376
|
-
$slots: {
|
|
377
|
-
aux?(_: {}): any;
|
|
378
|
-
};
|
|
379
|
-
});
|
|
380
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
75
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
76
|
+
isExpanded?: boolean;
|
|
77
|
+
onExpand: (event: MouseEvent) => void;
|
|
78
|
+
onSelect: (possibleChild: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
|
|
79
|
+
onDragStart?: (gridViewElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => Promise<void>;
|
|
80
|
+
onDragEnd?: (gridViewElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => void;
|
|
81
|
+
elements: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
82
|
+
selectedElement?: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
|
|
83
|
+
groups: GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
84
|
+
onCollapse?: (mouseEvent: MouseEvent) => void;
|
|
85
|
+
state?: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
86
|
+
isDesktop?: boolean;
|
|
87
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
381
88
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
382
89
|
export default _default;
|