@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.
Files changed (62) hide show
  1. package/docs/md/web/embedding/CHANGELOG.md +4 -22
  2. package/package.json +2 -2
  3. package/packages/common/src/utils/init-data.d.ts +1 -0
  4. package/packages/embedding-lib/src/connector.d.ts +1 -1
  5. package/packages/embedding-lib/src/embedding-lib.d.ts +1 -1
  6. package/roomle-embedding-lib.es.js +8 -7
  7. package/roomle-embedding-lib.es.min.js +1 -1
  8. package/roomle-embedding-lib.umd.js +1 -1
  9. package/roomle-embedding-lib.umd.min.js +2 -2
  10. package/src/common/components/collection-view/-utils/collection-view-dynamic-components.d.ts +86 -965
  11. package/src/common/components/overlays/PartList.vue.d.ts +3 -4
  12. package/src/common/components/overlays/part-list/partlist-setup.d.ts +3 -4
  13. package/src/common/composables/use-configurator-api.d.ts +2 -2
  14. package/src/common/composables/use-core-instances.d.ts +2 -2
  15. package/src/common/composables/use-event-emitter-listener.d.ts +2 -0
  16. package/src/common/composables/use-open-close-anim.d.ts +9 -0
  17. package/src/common/composables/use-static-item-parameters.d.ts +2 -2
  18. package/src/common/utils/helper.d.ts +6 -7
  19. package/src/common/utils/parameters.d.ts +2 -2
  20. package/src/common/utils/types.d.ts +9 -1
  21. package/src/common/utils/ui-actions.d.ts +2 -3
  22. package/src/configurator/business-logic/roomle-sdk-wrapper.d.ts +3 -4
  23. package/src/configurator/business-logic/sdk-connector-configurator.d.ts +3 -4
  24. package/src/configurator/business-logic/sdk-connector.d.ts +7 -8
  25. package/src/configurator/components/grid-view/-utils/ExpandedView.vue.d.ts +2 -2
  26. package/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +2 -2
  27. package/src/configurator/components/grid-view/GridView.vue.d.ts +25 -319
  28. package/src/configurator/components/parameters/types/MaterialParameter.vue.d.ts +27 -320
  29. package/src/configurator/components/parameters/types/ProductVariant.vue.d.ts +27 -320
  30. package/src/configurator/components/parameters/types/ThumbnailsParameter.vue.d.ts +27 -320
  31. package/src/configurator/embedding/exposed-api.d.ts +2 -4
  32. package/src/configurator/embedding/exposed-callbacks.d.ts +2 -1
  33. package/src/configurator/embedding/helper.d.ts +4 -3
  34. package/src/configurator/embedding/types.d.ts +5 -0
  35. package/src/planner/business-logic/sdk-connector-planner.d.ts +5 -5
  36. package/src/planner/components/ObjectList.vue.d.ts +4 -2
  37. package/src/planner/components/measurements/MeasurementDisplayComponent.vue.d.ts +4 -0
  38. package/src/planner/components/measurements/ShowWallAtticMeasurements.vue.d.ts +8 -0
  39. package/src/planner/components/measurements/utils/AtticLabel.vue.d.ts +24 -0
  40. package/src/planner/components/measurements/utils/AtticLine.vue.d.ts +26 -0
  41. package/src/planner/components/overlays/ProductList.vue.d.ts +2 -2
  42. package/src/planner/components/overlays/ProductSettings.vue.d.ts +3 -4
  43. package/src/planner/components/overlays/product-list/ProductListEntry.vue.d.ts +2 -2
  44. package/src/planner/components/overlays/product-list/ProductListType.vue.d.ts +2 -2
  45. package/src/planner/components/overlays/product-settings/ProductPositions.vue.d.ts +3 -3
  46. package/src/planner/components/overlays/product-settings/ProductRotation.vue.d.ts +3 -3
  47. package/src/planner/components/overlays/product-settings/ProductSettingsInfos.vue.d.ts +3 -3
  48. package/src/planner/components/overlays/product-settings/ProductSize.vue.d.ts +3 -3
  49. package/src/planner/components/overlays/product-settings/ProductXYZChanger.vue.d.ts +3 -3
  50. package/src/planner/components/overlays/rooms/ConstructionVariants.vue.d.ts +28 -321
  51. package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +33 -326
  52. package/src/planner/components/overlays/rooms/ElementLengthScaling.vue.d.ts +2 -2
  53. package/src/planner/components/overlays/rooms/FloorColor.vue.d.ts +2 -2
  54. package/src/planner/components/overlays/rooms/RoomGeneralSettings.vue.d.ts +2 -2
  55. package/src/planner/components/overlays/rooms/RoomsList.vue.d.ts +2 -2
  56. package/src/planner/components/overlays/rooms/SlopingRoof.vue.d.ts +2 -2
  57. package/src/planner/components/overlays/rooms/SlopingRoofDirection.vue.d.ts +2 -2
  58. package/src/planner/components/overlays/rooms/WallGeneralSettings.vue.d.ts +2 -2
  59. package/src/planner/components/overlays/rooms/WindowParametersSetting.vue.d.ts +3 -4
  60. package/src/planner/components/utils/AssureConfiguratorHandlers.vue.d.ts +1 -1
  61. package/src/planner/components/utils/AssureSdkHandlers.vue.d.ts +1 -1
  62. package/src/planner/utils/planner-sidebar.d.ts +2 -2
@@ -3,7 +3,7 @@ declare const dynamicComponents: {
3
3
  parameter: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiKernelParameter>;
4
4
  isExpanded: BooleanConstructor;
5
5
  onExpand: {
6
- type: FunctionConstructor;
6
+ type: import('vue').PropType<(_payload: MouseEvent) => void>;
7
7
  required: true;
8
8
  };
9
9
  onCollapse: {
@@ -28,7 +28,7 @@ declare const dynamicComponents: {
28
28
  parameter: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiKernelParameter>;
29
29
  isExpanded: BooleanConstructor;
30
30
  onExpand: {
31
- type: FunctionConstructor;
31
+ type: import('vue').PropType<(_payload: MouseEvent) => void>;
32
32
  required: true;
33
33
  };
34
34
  onCollapse: {
@@ -43,326 +43,33 @@ declare const dynamicComponents: {
43
43
  isDesktop: boolean;
44
44
  isExpanded: boolean;
45
45
  }, {}, {
46
- GridView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
47
- isExpanded: BooleanConstructor;
48
- onExpand: {
49
- type: FunctionConstructor;
50
- required: true;
51
- };
52
- onSelect: {
53
- type: import('vue').PropType<((..._args: any[]) => void) | ((..._args: any[]) => void)[]>;
54
- required: true;
55
- };
56
- onDragStart: FunctionConstructor;
57
- onDragEnd: FunctionConstructor;
58
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
59
- selectedElement: {
60
- type: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
61
- default: any;
62
- };
63
- groups: {
64
- type: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
65
- required: true;
66
- };
67
- onCollapse: {
68
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
69
- };
70
- state: {
71
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
72
- };
73
- isDesktop: BooleanConstructor;
74
- }>, {
75
- onSelectWrapped: (...args: any) => void;
46
+ GridView: import('vue').DefineComponent<{
47
+ isExpanded?: boolean;
48
+ onExpand: (event: MouseEvent) => void;
49
+ onSelect: (possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
50
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => Promise<void>;
51
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => void;
52
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
53
+ selectedElement?: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
54
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
55
+ onCollapse?: (mouseEvent: MouseEvent) => void;
56
+ state?: import('../../../store/collection-view-state').GridViewUiState;
57
+ isDesktop?: boolean;
76
58
  }, {
77
59
  currentTouch: import('../../../../../packages/common/src/utils/touch-drag').TouchDrag<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
78
- }, {
79
- selectedElementWrapped(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
80
- isDraggable(): boolean;
81
- stateWrapped(): import('../../../store/collection-view-state').GridViewUiState;
82
- }, {
83
- dragStart(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent): Promise<void>;
84
- dragEnd(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent): void;
85
- touchStart(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
86
- touchMove(_gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
87
- touchEnd(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
88
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
89
- isExpanded: BooleanConstructor;
90
- onExpand: {
91
- type: FunctionConstructor;
92
- required: true;
93
- };
94
- onSelect: {
95
- type: import('vue').PropType<((..._args: any[]) => void) | ((..._args: any[]) => void)[]>;
96
- required: true;
97
- };
98
- onDragStart: FunctionConstructor;
99
- onDragEnd: FunctionConstructor;
100
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
101
- selectedElement: {
102
- type: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
103
- default: any;
104
- };
105
- groups: {
106
- type: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
107
- required: true;
108
- };
109
- onCollapse: {
110
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
111
- };
112
- state: {
113
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
114
- };
115
- isDesktop: BooleanConstructor;
116
- }>> & Readonly<{}>, {
117
- isDesktop: boolean;
118
- isExpanded: boolean;
119
- selectedElement: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
120
- }, {}, {
121
- ExpandedView: import('vue').DefineComponent<{
122
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
123
- selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
124
- onSelect: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
125
- onDragStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
126
- onDragEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
127
- onTouchStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
128
- onTouchEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
129
- onTouchMove: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
130
- onCollapse?: (_payload: MouseEvent) => void;
131
- state: import('../../../store/collection-view-state').GridViewUiState;
132
- isDesktop?: boolean;
133
- isDraggable?: boolean;
134
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
135
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
136
- selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
137
- onSelect: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
138
- onDragStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
139
- onDragEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
140
- onTouchStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
141
- onTouchEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
142
- onTouchMove: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
143
- onCollapse?: (_payload: MouseEvent) => void;
144
- state: import('../../../store/collection-view-state').GridViewUiState;
145
- isDesktop?: boolean;
146
- isDraggable?: boolean;
147
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
148
- CollapsedView: {
149
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
150
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
151
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
152
- onExpand: FunctionConstructor;
153
- onSelect: {
154
- type: FunctionConstructor;
155
- default: () => any;
156
- };
157
- onDragStart: {
158
- type: FunctionConstructor;
159
- default: () => any;
160
- };
161
- onDragEnd: {
162
- type: FunctionConstructor;
163
- default: () => any;
164
- };
165
- onTouchStart: {
166
- type: FunctionConstructor;
167
- default: () => any;
168
- };
169
- onTouchEnd: {
170
- type: FunctionConstructor;
171
- default: () => any;
172
- };
173
- onTouchMove: {
174
- type: FunctionConstructor;
175
- default: () => any;
176
- };
177
- showAllElements: BooleanConstructor;
178
- isDesktop: BooleanConstructor;
179
- isDraggable: BooleanConstructor;
180
- isScrolling: BooleanConstructor;
181
- state: {
182
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
183
- default: () => {
184
- filter: any[];
185
- search: any;
186
- userInitiatedSearch: boolean;
187
- viewType: import('../../../store/collection-view-state').ViewTypeState;
188
- };
189
- };
190
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
191
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
192
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
193
- onExpand: FunctionConstructor;
194
- onSelect: {
195
- type: FunctionConstructor;
196
- default: () => any;
197
- };
198
- onDragStart: {
199
- type: FunctionConstructor;
200
- default: () => any;
201
- };
202
- onDragEnd: {
203
- type: FunctionConstructor;
204
- default: () => any;
205
- };
206
- onTouchStart: {
207
- type: FunctionConstructor;
208
- default: () => any;
209
- };
210
- onTouchEnd: {
211
- type: FunctionConstructor;
212
- default: () => any;
213
- };
214
- onTouchMove: {
215
- type: FunctionConstructor;
216
- default: () => any;
217
- };
218
- showAllElements: BooleanConstructor;
219
- isDesktop: BooleanConstructor;
220
- isDraggable: BooleanConstructor;
221
- isScrolling: BooleanConstructor;
222
- state: {
223
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
224
- default: () => {
225
- filter: any[];
226
- search: any;
227
- userInitiatedSearch: boolean;
228
- viewType: import('../../../store/collection-view-state').ViewTypeState;
229
- };
230
- };
231
- }>> & Readonly<{}>, {
232
- state: import('../../../store/collection-view-state').GridViewUiState;
233
- isDesktop: boolean;
234
- onSelect: Function;
235
- onDragStart: Function;
236
- onDragEnd: Function;
237
- onTouchStart: Function;
238
- onTouchEnd: Function;
239
- onTouchMove: Function;
240
- isDraggable: boolean;
241
- showAllElements: boolean;
242
- isScrolling: boolean;
243
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
244
- P: {};
245
- B: {};
246
- D: {};
247
- C: {};
248
- M: {};
249
- Defaults: {};
250
- }, Readonly<import('vue').ExtractPropTypes<{
251
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
252
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
253
- onExpand: FunctionConstructor;
254
- onSelect: {
255
- type: FunctionConstructor;
256
- default: () => any;
257
- };
258
- onDragStart: {
259
- type: FunctionConstructor;
260
- default: () => any;
261
- };
262
- onDragEnd: {
263
- type: FunctionConstructor;
264
- default: () => any;
265
- };
266
- onTouchStart: {
267
- type: FunctionConstructor;
268
- default: () => any;
269
- };
270
- onTouchEnd: {
271
- type: FunctionConstructor;
272
- default: () => any;
273
- };
274
- onTouchMove: {
275
- type: FunctionConstructor;
276
- default: () => any;
277
- };
278
- showAllElements: BooleanConstructor;
279
- isDesktop: BooleanConstructor;
280
- isDraggable: BooleanConstructor;
281
- isScrolling: BooleanConstructor;
282
- state: {
283
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
284
- default: () => {
285
- filter: any[];
286
- search: any;
287
- userInitiatedSearch: boolean;
288
- viewType: import('../../../store/collection-view-state').ViewTypeState;
289
- };
290
- };
291
- }>> & Readonly<{}>, {}, {}, {}, {}, {
292
- state: import('../../../store/collection-view-state').GridViewUiState;
293
- isDesktop: boolean;
294
- onSelect: Function;
295
- onDragStart: Function;
296
- onDragEnd: Function;
297
- onTouchStart: Function;
298
- onTouchEnd: Function;
299
- onTouchMove: Function;
300
- isDraggable: boolean;
301
- showAllElements: boolean;
302
- isScrolling: boolean;
303
- }>;
304
- __isFragment?: never;
305
- __isTeleport?: never;
306
- __isSuspense?: never;
307
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
308
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
309
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
310
- onExpand: FunctionConstructor;
311
- onSelect: {
312
- type: FunctionConstructor;
313
- default: () => any;
314
- };
315
- onDragStart: {
316
- type: FunctionConstructor;
317
- default: () => any;
318
- };
319
- onDragEnd: {
320
- type: FunctionConstructor;
321
- default: () => any;
322
- };
323
- onTouchStart: {
324
- type: FunctionConstructor;
325
- default: () => any;
326
- };
327
- onTouchEnd: {
328
- type: FunctionConstructor;
329
- default: () => any;
330
- };
331
- onTouchMove: {
332
- type: FunctionConstructor;
333
- default: () => any;
334
- };
335
- showAllElements: BooleanConstructor;
336
- isDesktop: BooleanConstructor;
337
- isDraggable: BooleanConstructor;
338
- isScrolling: BooleanConstructor;
339
- state: {
340
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
341
- default: () => {
342
- filter: any[];
343
- search: any;
344
- userInitiatedSearch: boolean;
345
- viewType: import('../../../store/collection-view-state').ViewTypeState;
346
- };
347
- };
348
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
349
- state: import('../../../store/collection-view-state').GridViewUiState;
350
- isDesktop: boolean;
351
- onSelect: Function;
352
- onDragStart: Function;
353
- onDragEnd: Function;
354
- onTouchStart: Function;
355
- onTouchEnd: Function;
356
- onTouchMove: Function;
357
- isDraggable: boolean;
358
- showAllElements: boolean;
359
- isScrolling: boolean;
360
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
361
- $slots: {
362
- aux?(_: {}): any;
363
- };
364
- });
365
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
60
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
61
+ isExpanded?: boolean;
62
+ onExpand: (event: MouseEvent) => void;
63
+ onSelect: (possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
64
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => Promise<void>;
65
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => void;
66
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
67
+ selectedElement?: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
68
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
69
+ onCollapse?: (mouseEvent: MouseEvent) => void;
70
+ state?: import('../../../store/collection-view-state').GridViewUiState;
71
+ isDesktop?: boolean;
72
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
366
73
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
367
74
  readonly OptionsParameter: import('vue').DefineComponent<{
368
75
  parameter: {
@@ -383,7 +90,7 @@ declare const dynamicComponents: {
383
90
  parameter: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiKernelParameter>;
384
91
  isExpanded: BooleanConstructor;
385
92
  onExpand: {
386
- type: FunctionConstructor;
93
+ type: import('vue').PropType<(_payload: MouseEvent) => void>;
387
94
  required: true;
388
95
  };
389
96
  onCollapse: {
@@ -406,7 +113,7 @@ declare const dynamicComponents: {
406
113
  parameter: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiKernelParameter>;
407
114
  isExpanded: BooleanConstructor;
408
115
  onExpand: {
409
- type: FunctionConstructor;
116
+ type: import('vue').PropType<(_payload: MouseEvent) => void>;
410
117
  required: true;
411
118
  };
412
119
  onCollapse: {
@@ -421,326 +128,33 @@ declare const dynamicComponents: {
421
128
  isDesktop: boolean;
422
129
  isExpanded: boolean;
423
130
  }, {}, {
424
- GridView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
425
- isExpanded: BooleanConstructor;
426
- onExpand: {
427
- type: FunctionConstructor;
428
- required: true;
429
- };
430
- onSelect: {
431
- type: import('vue').PropType<((..._args: any[]) => void) | ((..._args: any[]) => void)[]>;
432
- required: true;
433
- };
434
- onDragStart: FunctionConstructor;
435
- onDragEnd: FunctionConstructor;
436
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
437
- selectedElement: {
438
- type: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
439
- default: any;
440
- };
441
- groups: {
442
- type: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
443
- required: true;
444
- };
445
- onCollapse: {
446
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
447
- };
448
- state: {
449
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
450
- };
451
- isDesktop: BooleanConstructor;
452
- }>, {
453
- onSelectWrapped: (...args: any) => void;
131
+ GridView: import('vue').DefineComponent<{
132
+ isExpanded?: boolean;
133
+ onExpand: (event: MouseEvent) => void;
134
+ onSelect: (possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
135
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => Promise<void>;
136
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => void;
137
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
138
+ selectedElement?: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
139
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
140
+ onCollapse?: (mouseEvent: MouseEvent) => void;
141
+ state?: import('../../../store/collection-view-state').GridViewUiState;
142
+ isDesktop?: boolean;
454
143
  }, {
455
144
  currentTouch: import('../../../../../packages/common/src/utils/touch-drag').TouchDrag<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
456
- }, {
457
- selectedElementWrapped(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
458
- isDraggable(): boolean;
459
- stateWrapped(): import('../../../store/collection-view-state').GridViewUiState;
460
- }, {
461
- dragStart(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent): Promise<void>;
462
- dragEnd(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent): void;
463
- touchStart(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
464
- touchMove(_gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
465
- touchEnd(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
466
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
467
- isExpanded: BooleanConstructor;
468
- onExpand: {
469
- type: FunctionConstructor;
470
- required: true;
471
- };
472
- onSelect: {
473
- type: import('vue').PropType<((..._args: any[]) => void) | ((..._args: any[]) => void)[]>;
474
- required: true;
475
- };
476
- onDragStart: FunctionConstructor;
477
- onDragEnd: FunctionConstructor;
478
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
479
- selectedElement: {
480
- type: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
481
- default: any;
482
- };
483
- groups: {
484
- type: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
485
- required: true;
486
- };
487
- onCollapse: {
488
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
489
- };
490
- state: {
491
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
492
- };
493
- isDesktop: BooleanConstructor;
494
- }>> & Readonly<{}>, {
495
- isDesktop: boolean;
496
- isExpanded: boolean;
497
- selectedElement: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
498
- }, {}, {
499
- ExpandedView: import('vue').DefineComponent<{
500
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
501
- selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
502
- onSelect: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
503
- onDragStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
504
- onDragEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
505
- onTouchStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
506
- onTouchEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
507
- onTouchMove: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
508
- onCollapse?: (_payload: MouseEvent) => void;
509
- state: import('../../../store/collection-view-state').GridViewUiState;
510
- isDesktop?: boolean;
511
- isDraggable?: boolean;
512
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
513
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
514
- selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
515
- onSelect: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
516
- onDragStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
517
- onDragEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
518
- onTouchStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
519
- onTouchEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
520
- onTouchMove: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
521
- onCollapse?: (_payload: MouseEvent) => void;
522
- state: import('../../../store/collection-view-state').GridViewUiState;
523
- isDesktop?: boolean;
524
- isDraggable?: boolean;
525
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
526
- CollapsedView: {
527
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
528
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
529
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
530
- onExpand: FunctionConstructor;
531
- onSelect: {
532
- type: FunctionConstructor;
533
- default: () => any;
534
- };
535
- onDragStart: {
536
- type: FunctionConstructor;
537
- default: () => any;
538
- };
539
- onDragEnd: {
540
- type: FunctionConstructor;
541
- default: () => any;
542
- };
543
- onTouchStart: {
544
- type: FunctionConstructor;
545
- default: () => any;
546
- };
547
- onTouchEnd: {
548
- type: FunctionConstructor;
549
- default: () => any;
550
- };
551
- onTouchMove: {
552
- type: FunctionConstructor;
553
- default: () => any;
554
- };
555
- showAllElements: BooleanConstructor;
556
- isDesktop: BooleanConstructor;
557
- isDraggable: BooleanConstructor;
558
- isScrolling: BooleanConstructor;
559
- state: {
560
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
561
- default: () => {
562
- filter: any[];
563
- search: any;
564
- userInitiatedSearch: boolean;
565
- viewType: import('../../../store/collection-view-state').ViewTypeState;
566
- };
567
- };
568
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
569
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
570
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
571
- onExpand: FunctionConstructor;
572
- onSelect: {
573
- type: FunctionConstructor;
574
- default: () => any;
575
- };
576
- onDragStart: {
577
- type: FunctionConstructor;
578
- default: () => any;
579
- };
580
- onDragEnd: {
581
- type: FunctionConstructor;
582
- default: () => any;
583
- };
584
- onTouchStart: {
585
- type: FunctionConstructor;
586
- default: () => any;
587
- };
588
- onTouchEnd: {
589
- type: FunctionConstructor;
590
- default: () => any;
591
- };
592
- onTouchMove: {
593
- type: FunctionConstructor;
594
- default: () => any;
595
- };
596
- showAllElements: BooleanConstructor;
597
- isDesktop: BooleanConstructor;
598
- isDraggable: BooleanConstructor;
599
- isScrolling: BooleanConstructor;
600
- state: {
601
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
602
- default: () => {
603
- filter: any[];
604
- search: any;
605
- userInitiatedSearch: boolean;
606
- viewType: import('../../../store/collection-view-state').ViewTypeState;
607
- };
608
- };
609
- }>> & Readonly<{}>, {
610
- state: import('../../../store/collection-view-state').GridViewUiState;
611
- isDesktop: boolean;
612
- onSelect: Function;
613
- onDragStart: Function;
614
- onDragEnd: Function;
615
- onTouchStart: Function;
616
- onTouchEnd: Function;
617
- onTouchMove: Function;
618
- isDraggable: boolean;
619
- showAllElements: boolean;
620
- isScrolling: boolean;
621
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
622
- P: {};
623
- B: {};
624
- D: {};
625
- C: {};
626
- M: {};
627
- Defaults: {};
628
- }, Readonly<import('vue').ExtractPropTypes<{
629
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
630
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
631
- onExpand: FunctionConstructor;
632
- onSelect: {
633
- type: FunctionConstructor;
634
- default: () => any;
635
- };
636
- onDragStart: {
637
- type: FunctionConstructor;
638
- default: () => any;
639
- };
640
- onDragEnd: {
641
- type: FunctionConstructor;
642
- default: () => any;
643
- };
644
- onTouchStart: {
645
- type: FunctionConstructor;
646
- default: () => any;
647
- };
648
- onTouchEnd: {
649
- type: FunctionConstructor;
650
- default: () => any;
651
- };
652
- onTouchMove: {
653
- type: FunctionConstructor;
654
- default: () => any;
655
- };
656
- showAllElements: BooleanConstructor;
657
- isDesktop: BooleanConstructor;
658
- isDraggable: BooleanConstructor;
659
- isScrolling: BooleanConstructor;
660
- state: {
661
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
662
- default: () => {
663
- filter: any[];
664
- search: any;
665
- userInitiatedSearch: boolean;
666
- viewType: import('../../../store/collection-view-state').ViewTypeState;
667
- };
668
- };
669
- }>> & Readonly<{}>, {}, {}, {}, {}, {
670
- state: import('../../../store/collection-view-state').GridViewUiState;
671
- isDesktop: boolean;
672
- onSelect: Function;
673
- onDragStart: Function;
674
- onDragEnd: Function;
675
- onTouchStart: Function;
676
- onTouchEnd: Function;
677
- onTouchMove: Function;
678
- isDraggable: boolean;
679
- showAllElements: boolean;
680
- isScrolling: boolean;
681
- }>;
682
- __isFragment?: never;
683
- __isTeleport?: never;
684
- __isSuspense?: never;
685
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
686
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
687
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
688
- onExpand: FunctionConstructor;
689
- onSelect: {
690
- type: FunctionConstructor;
691
- default: () => any;
692
- };
693
- onDragStart: {
694
- type: FunctionConstructor;
695
- default: () => any;
696
- };
697
- onDragEnd: {
698
- type: FunctionConstructor;
699
- default: () => any;
700
- };
701
- onTouchStart: {
702
- type: FunctionConstructor;
703
- default: () => any;
704
- };
705
- onTouchEnd: {
706
- type: FunctionConstructor;
707
- default: () => any;
708
- };
709
- onTouchMove: {
710
- type: FunctionConstructor;
711
- default: () => any;
712
- };
713
- showAllElements: BooleanConstructor;
714
- isDesktop: BooleanConstructor;
715
- isDraggable: BooleanConstructor;
716
- isScrolling: BooleanConstructor;
717
- state: {
718
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
719
- default: () => {
720
- filter: any[];
721
- search: any;
722
- userInitiatedSearch: boolean;
723
- viewType: import('../../../store/collection-view-state').ViewTypeState;
724
- };
725
- };
726
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
727
- state: import('../../../store/collection-view-state').GridViewUiState;
728
- isDesktop: boolean;
729
- onSelect: Function;
730
- onDragStart: Function;
731
- onDragEnd: Function;
732
- onTouchStart: Function;
733
- onTouchEnd: Function;
734
- onTouchMove: Function;
735
- isDraggable: boolean;
736
- showAllElements: boolean;
737
- isScrolling: boolean;
738
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
739
- $slots: {
740
- aux?(_: {}): any;
741
- };
742
- });
743
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
145
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
146
+ isExpanded?: boolean;
147
+ onExpand: (event: MouseEvent) => void;
148
+ onSelect: (possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
149
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => Promise<void>;
150
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => void;
151
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
152
+ selectedElement?: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
153
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
154
+ onCollapse?: (mouseEvent: MouseEvent) => void;
155
+ state?: import('../../../store/collection-view-state').GridViewUiState;
156
+ isDesktop?: boolean;
157
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
744
158
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
745
159
  readonly RangeParameter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
746
160
  parameter: {
@@ -786,7 +200,7 @@ declare const dynamicComponents: {
786
200
  };
787
201
  isExpanded: BooleanConstructor;
788
202
  onExpand: {
789
- type: FunctionConstructor;
203
+ type: import('vue').PropType<(_payload: MouseEvent) => void>;
790
204
  required: true;
791
205
  };
792
206
  onCollapse: {
@@ -811,7 +225,7 @@ declare const dynamicComponents: {
811
225
  };
812
226
  isExpanded: BooleanConstructor;
813
227
  onExpand: {
814
- type: FunctionConstructor;
228
+ type: import('vue').PropType<(_payload: MouseEvent) => void>;
815
229
  required: true;
816
230
  };
817
231
  onCollapse: {
@@ -826,336 +240,43 @@ declare const dynamicComponents: {
826
240
  isDesktop: boolean;
827
241
  isExpanded: boolean;
828
242
  }, {}, {
829
- GridView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
830
- isExpanded: BooleanConstructor;
831
- onExpand: {
832
- type: FunctionConstructor;
833
- required: true;
834
- };
835
- onSelect: {
836
- type: import('vue').PropType<((..._args: any[]) => void) | ((..._args: any[]) => void)[]>;
837
- required: true;
838
- };
839
- onDragStart: FunctionConstructor;
840
- onDragEnd: FunctionConstructor;
841
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
842
- selectedElement: {
843
- type: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
844
- default: any;
845
- };
846
- groups: {
847
- type: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
848
- required: true;
849
- };
850
- onCollapse: {
851
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
852
- };
853
- state: {
854
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
855
- };
856
- isDesktop: BooleanConstructor;
857
- }>, {
858
- onSelectWrapped: (...args: any) => void;
243
+ GridView: import('vue').DefineComponent<{
244
+ isExpanded?: boolean;
245
+ onExpand: (event: MouseEvent) => void;
246
+ onSelect: (possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
247
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => Promise<void>;
248
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => void;
249
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
250
+ selectedElement?: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
251
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
252
+ onCollapse?: (mouseEvent: MouseEvent) => void;
253
+ state?: import('../../../store/collection-view-state').GridViewUiState;
254
+ isDesktop?: boolean;
859
255
  }, {
860
256
  currentTouch: import('../../../../../packages/common/src/utils/touch-drag').TouchDrag<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
861
- }, {
862
- selectedElementWrapped(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
863
- isDraggable(): boolean;
864
- stateWrapped(): import('../../../store/collection-view-state').GridViewUiState;
865
- }, {
866
- dragStart(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent): Promise<void>;
867
- dragEnd(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent): void;
868
- touchStart(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
869
- touchMove(_gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
870
- touchEnd(gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent): void;
871
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
872
- isExpanded: BooleanConstructor;
873
- onExpand: {
874
- type: FunctionConstructor;
875
- required: true;
876
- };
877
- onSelect: {
878
- type: import('vue').PropType<((..._args: any[]) => void) | ((..._args: any[]) => void)[]>;
879
- required: true;
880
- };
881
- onDragStart: FunctionConstructor;
882
- onDragEnd: FunctionConstructor;
883
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
884
- selectedElement: {
885
- type: import('vue').PropType<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
886
- default: any;
887
- };
888
- groups: {
889
- type: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
890
- required: true;
891
- };
892
- onCollapse: {
893
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
894
- };
895
- state: {
896
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
897
- };
898
- isDesktop: BooleanConstructor;
899
- }>> & Readonly<{}>, {
900
- isDesktop: boolean;
901
- isExpanded: boolean;
902
- selectedElement: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
903
- }, {}, {
904
- ExpandedView: import('vue').DefineComponent<{
905
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
906
- selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
907
- onSelect: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
908
- onDragStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
909
- onDragEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
910
- onTouchStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
911
- onTouchEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
912
- onTouchMove: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
913
- onCollapse?: (_payload: MouseEvent) => void;
914
- state: import('../../../store/collection-view-state').GridViewUiState;
915
- isDesktop?: boolean;
916
- isDraggable?: boolean;
917
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
918
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
919
- selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
920
- onSelect: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
921
- onDragStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
922
- onDragEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
923
- onTouchStart: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
924
- onTouchEnd: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
925
- onTouchMove: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
926
- onCollapse?: (_payload: MouseEvent) => void;
927
- state: import('../../../store/collection-view-state').GridViewUiState;
928
- isDesktop?: boolean;
929
- isDraggable?: boolean;
930
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
931
- CollapsedView: {
932
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
933
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
934
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
935
- onExpand: FunctionConstructor;
936
- onSelect: {
937
- type: FunctionConstructor;
938
- default: () => any;
939
- };
940
- onDragStart: {
941
- type: FunctionConstructor;
942
- default: () => any;
943
- };
944
- onDragEnd: {
945
- type: FunctionConstructor;
946
- default: () => any;
947
- };
948
- onTouchStart: {
949
- type: FunctionConstructor;
950
- default: () => any;
951
- };
952
- onTouchEnd: {
953
- type: FunctionConstructor;
954
- default: () => any;
955
- };
956
- onTouchMove: {
957
- type: FunctionConstructor;
958
- default: () => any;
959
- };
960
- showAllElements: BooleanConstructor;
961
- isDesktop: BooleanConstructor;
962
- isDraggable: BooleanConstructor;
963
- isScrolling: BooleanConstructor;
964
- state: {
965
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
966
- default: () => {
967
- filter: any[];
968
- search: any;
969
- userInitiatedSearch: boolean;
970
- viewType: import('../../../store/collection-view-state').ViewTypeState;
971
- };
972
- };
973
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
974
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
975
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
976
- onExpand: FunctionConstructor;
977
- onSelect: {
978
- type: FunctionConstructor;
979
- default: () => any;
980
- };
981
- onDragStart: {
982
- type: FunctionConstructor;
983
- default: () => any;
984
- };
985
- onDragEnd: {
986
- type: FunctionConstructor;
987
- default: () => any;
988
- };
989
- onTouchStart: {
990
- type: FunctionConstructor;
991
- default: () => any;
992
- };
993
- onTouchEnd: {
994
- type: FunctionConstructor;
995
- default: () => any;
996
- };
997
- onTouchMove: {
998
- type: FunctionConstructor;
999
- default: () => any;
1000
- };
1001
- showAllElements: BooleanConstructor;
1002
- isDesktop: BooleanConstructor;
1003
- isDraggable: BooleanConstructor;
1004
- isScrolling: BooleanConstructor;
1005
- state: {
1006
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
1007
- default: () => {
1008
- filter: any[];
1009
- search: any;
1010
- userInitiatedSearch: boolean;
1011
- viewType: import('../../../store/collection-view-state').ViewTypeState;
1012
- };
1013
- };
1014
- }>> & Readonly<{}>, {
1015
- state: import('../../../store/collection-view-state').GridViewUiState;
1016
- isDesktop: boolean;
1017
- onSelect: Function;
1018
- onDragStart: Function;
1019
- onDragEnd: Function;
1020
- onTouchStart: Function;
1021
- onTouchEnd: Function;
1022
- onTouchMove: Function;
1023
- isDraggable: boolean;
1024
- showAllElements: boolean;
1025
- isScrolling: boolean;
1026
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1027
- P: {};
1028
- B: {};
1029
- D: {};
1030
- C: {};
1031
- M: {};
1032
- Defaults: {};
1033
- }, Readonly<import('vue').ExtractPropTypes<{
1034
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
1035
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
1036
- onExpand: FunctionConstructor;
1037
- onSelect: {
1038
- type: FunctionConstructor;
1039
- default: () => any;
1040
- };
1041
- onDragStart: {
1042
- type: FunctionConstructor;
1043
- default: () => any;
1044
- };
1045
- onDragEnd: {
1046
- type: FunctionConstructor;
1047
- default: () => any;
1048
- };
1049
- onTouchStart: {
1050
- type: FunctionConstructor;
1051
- default: () => any;
1052
- };
1053
- onTouchEnd: {
1054
- type: FunctionConstructor;
1055
- default: () => any;
1056
- };
1057
- onTouchMove: {
1058
- type: FunctionConstructor;
1059
- default: () => any;
1060
- };
1061
- showAllElements: BooleanConstructor;
1062
- isDesktop: BooleanConstructor;
1063
- isDraggable: BooleanConstructor;
1064
- isScrolling: BooleanConstructor;
1065
- state: {
1066
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
1067
- default: () => {
1068
- filter: any[];
1069
- search: any;
1070
- userInitiatedSearch: boolean;
1071
- viewType: import('../../../store/collection-view-state').ViewTypeState;
1072
- };
1073
- };
1074
- }>> & Readonly<{}>, {}, {}, {}, {}, {
1075
- state: import('../../../store/collection-view-state').GridViewUiState;
1076
- isDesktop: boolean;
1077
- onSelect: Function;
1078
- onDragStart: Function;
1079
- onDragEnd: Function;
1080
- onTouchStart: Function;
1081
- onTouchEnd: Function;
1082
- onTouchMove: Function;
1083
- isDraggable: boolean;
1084
- showAllElements: boolean;
1085
- isScrolling: boolean;
1086
- }>;
1087
- __isFragment?: never;
1088
- __isTeleport?: never;
1089
- __isSuspense?: never;
1090
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1091
- elements: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
1092
- selectedElement: import('vue').PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
1093
- onExpand: FunctionConstructor;
1094
- onSelect: {
1095
- type: FunctionConstructor;
1096
- default: () => any;
1097
- };
1098
- onDragStart: {
1099
- type: FunctionConstructor;
1100
- default: () => any;
1101
- };
1102
- onDragEnd: {
1103
- type: FunctionConstructor;
1104
- default: () => any;
1105
- };
1106
- onTouchStart: {
1107
- type: FunctionConstructor;
1108
- default: () => any;
1109
- };
1110
- onTouchEnd: {
1111
- type: FunctionConstructor;
1112
- default: () => any;
1113
- };
1114
- onTouchMove: {
1115
- type: FunctionConstructor;
1116
- default: () => any;
1117
- };
1118
- showAllElements: BooleanConstructor;
1119
- isDesktop: BooleanConstructor;
1120
- isDraggable: BooleanConstructor;
1121
- isScrolling: BooleanConstructor;
1122
- state: {
1123
- type: import('vue').PropType<import('../../../store/collection-view-state').GridViewUiState>;
1124
- default: () => {
1125
- filter: any[];
1126
- search: any;
1127
- userInitiatedSearch: boolean;
1128
- viewType: import('../../../store/collection-view-state').ViewTypeState;
1129
- };
1130
- };
1131
- }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1132
- state: import('../../../store/collection-view-state').GridViewUiState;
1133
- isDesktop: boolean;
1134
- onSelect: Function;
1135
- onDragStart: Function;
1136
- onDragEnd: Function;
1137
- onTouchStart: Function;
1138
- onTouchEnd: Function;
1139
- onTouchMove: Function;
1140
- isDraggable: boolean;
1141
- showAllElements: boolean;
1142
- isScrolling: boolean;
1143
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1144
- $slots: {
1145
- aux?(_: {}): any;
1146
- };
1147
- });
1148
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
257
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
258
+ isExpanded?: boolean;
259
+ onExpand: (event: MouseEvent) => void;
260
+ onSelect: (possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
261
+ onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => Promise<void>;
262
+ onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent | TouchEvent) => void;
263
+ elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
264
+ selectedElement?: import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChild | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewVariantElement | import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
265
+ groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
266
+ onCollapse?: (mouseEvent: MouseEvent) => void;
267
+ state?: import('../../../store/collection-view-state').GridViewUiState;
268
+ isDesktop?: boolean;
269
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1149
270
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1150
271
  readonly ObjectList: import('vue').DefineComponent<{
1151
- objects: import('@roomle/web-sdk/lib/definitions/typings/rapi-types').RapiTagForUi;
272
+ element: import('./types').CollectionViewElement<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChildTag | import('@roomle/web-sdk/lib/definitions/typings/rapi-types').RapiTagForUi>;
1152
273
  isExpanded?: boolean;
1153
274
  onExpand?: () => void;
1154
275
  onCollapse?: (_payload: MouseEvent) => void;
1155
276
  state: import('../../../store/collection-view-state').CollectionViewUiState;
1156
277
  isDesktop: boolean;
1157
278
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
1158
- objects: import('@roomle/web-sdk/lib/definitions/typings/rapi-types').RapiTagForUi;
279
+ element: import('./types').CollectionViewElement<import('@roomle/web-sdk/lib/definitions/typings/kernel').UiPossibleChildTag | import('@roomle/web-sdk/lib/definitions/typings/rapi-types').RapiTagForUi>;
1159
280
  isExpanded?: boolean;
1160
281
  onExpand?: () => void;
1161
282
  onCollapse?: (_payload: MouseEvent) => void;
@@ -1167,7 +288,7 @@ declare const dynamicComponents: {
1167
288
  isExpanded?: boolean;
1168
289
  onExpand: () => void;
1169
290
  onCollapse?: (_payload: MouseEvent) => void;
1170
- onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>) => void;
291
+ onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
1171
292
  state: import('../../../store/collection-view-state').CollectionViewUiState;
1172
293
  isDesktop?: boolean;
1173
294
  selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>;
@@ -1176,7 +297,7 @@ declare const dynamicComponents: {
1176
297
  isExpanded?: boolean;
1177
298
  onExpand: () => void;
1178
299
  onCollapse?: (_payload: MouseEvent) => void;
1179
- onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>) => void;
300
+ onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
1180
301
  state: import('../../../store/collection-view-state').CollectionViewUiState;
1181
302
  isDesktop?: boolean;
1182
303
  selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>;
@@ -3583,7 +2704,7 @@ declare const dynamicComponents: {
3583
2704
  required: true;
3584
2705
  };
3585
2706
  }>, {
3586
- api: import('vue').ShallowRef<import('@roomle/web-sdk/lib/definitions/planner-core/src/roomle-planner').default>;
2707
+ api: import('vue').ShallowRef<import('../../../utils/types').RoomlePlannerWithExtObjs>;
3587
2708
  }, {
3588
2709
  scalingDirection: number;
3589
2710
  }, {}, {