@roomle/embedding-lib 5.13.0-alpha.1 → 5.13.0-alpha.2
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 +14 -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 +2 -2
- package/src/common/composables/use-configurator-api.d.ts +1 -1
- package/src/common/composables/use-core-instances.d.ts +1 -1
- 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/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/types.d.ts +5 -0
- 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 +2 -2
- 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 +2 -2
- package/src/planner/components/overlays/product-settings/ProductRotation.vue.d.ts +2 -2
- package/src/planner/components/overlays/product-settings/ProductSettingsInfos.vue.d.ts +2 -2
- package/src/planner/components/overlays/product-settings/ProductSize.vue.d.ts +2 -2
- package/src/planner/components/overlays/product-settings/ProductXYZChanger.vue.d.ts +2 -2
- package/src/planner/components/overlays/rooms/ConstructionVariants.vue.d.ts +27 -320
- package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +32 -325
- package/src/planner/components/overlays/rooms/ElementLengthScaling.vue.d.ts +1 -1
- 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 +2 -2
- package/src/planner/components/utils/AssureConfiguratorHandlers.vue.d.ts +1 -1
- package/src/planner/components/utils/AssureSdkHandlers.vue.d.ts +1 -1
|
@@ -12,7 +12,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
14
|
api: {
|
|
15
|
-
type: PropType<RoomlePlanner
|
|
15
|
+
type: PropType<RoomlePlanner<readonly []>>;
|
|
16
16
|
required: true;
|
|
17
17
|
};
|
|
18
18
|
interactionHandler: {
|
|
@@ -2265,7 +2265,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2265
2265
|
required: true;
|
|
2266
2266
|
};
|
|
2267
2267
|
api: {
|
|
2268
|
-
type: PropType<RoomlePlanner
|
|
2268
|
+
type: PropType<RoomlePlanner<readonly []>>;
|
|
2269
2269
|
required: true;
|
|
2270
2270
|
};
|
|
2271
2271
|
interactionHandler: {
|
|
@@ -2743,7 +2743,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2743
2743
|
required: true;
|
|
2744
2744
|
};
|
|
2745
2745
|
}>, {
|
|
2746
|
-
api: import('vue').ShallowRef<RoomlePlanner
|
|
2746
|
+
api: import('vue').ShallowRef<RoomlePlanner<readonly []>>;
|
|
2747
2747
|
}, {
|
|
2748
2748
|
scalingDirection: number;
|
|
2749
2749
|
}, {}, {
|
|
@@ -5111,7 +5111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5111
5111
|
};
|
|
5112
5112
|
isDesktop: BooleanConstructor;
|
|
5113
5113
|
api: {
|
|
5114
|
-
type: PropType<RoomlePlanner
|
|
5114
|
+
type: PropType<RoomlePlanner<readonly []>>;
|
|
5115
5115
|
required: true;
|
|
5116
5116
|
};
|
|
5117
5117
|
}>, {
|
|
@@ -5139,340 +5139,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5139
5139
|
};
|
|
5140
5140
|
isDesktop: BooleanConstructor;
|
|
5141
5141
|
api: {
|
|
5142
|
-
type: PropType<RoomlePlanner
|
|
5142
|
+
type: PropType<RoomlePlanner<readonly []>>;
|
|
5143
5143
|
required: true;
|
|
5144
5144
|
};
|
|
5145
5145
|
}>> & Readonly<{}>, {
|
|
5146
5146
|
isDesktop: boolean;
|
|
5147
5147
|
isExpanded: boolean;
|
|
5148
5148
|
}, {}, {
|
|
5149
|
-
GridView: import('vue').DefineComponent<
|
|
5150
|
-
isExpanded
|
|
5151
|
-
onExpand:
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
5162
|
-
selectedElement: {
|
|
5163
|
-
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>>;
|
|
5164
|
-
default: any;
|
|
5165
|
-
};
|
|
5166
|
-
groups: {
|
|
5167
|
-
type: PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
5168
|
-
required: true;
|
|
5169
|
-
};
|
|
5170
|
-
onCollapse: {
|
|
5171
|
-
type: PropType<(_payload: MouseEvent) => void>;
|
|
5172
|
-
};
|
|
5173
|
-
state: {
|
|
5174
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
5175
|
-
};
|
|
5176
|
-
isDesktop: BooleanConstructor;
|
|
5177
|
-
}>, {
|
|
5178
|
-
onSelectWrapped: (...args: any) => void;
|
|
5149
|
+
GridView: import('vue').DefineComponent<{
|
|
5150
|
+
isExpanded?: boolean;
|
|
5151
|
+
onExpand: (event: MouseEvent) => void;
|
|
5152
|
+
onSelect: (possibleChild: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
|
|
5153
|
+
onDragStart?: (gridViewElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent) => Promise<void>;
|
|
5154
|
+
onDragEnd?: (gridViewElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent) => void;
|
|
5155
|
+
elements: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
5156
|
+
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>;
|
|
5157
|
+
groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
5158
|
+
onCollapse?: (mouseEvent: MouseEvent) => void;
|
|
5159
|
+
state?: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
5160
|
+
isDesktop?: boolean;
|
|
5179
5161
|
}, {
|
|
5180
5162
|
currentTouch: import('../../../../../packages/common/src/utils/touch-drag').TouchDrag<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
5181
|
-
}, {
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
type: FunctionConstructor;
|
|
5195
|
-
required: true;
|
|
5196
|
-
};
|
|
5197
|
-
onSelect: {
|
|
5198
|
-
type: PropType<((..._args: any[]) => void) | ((..._args: any[]) => void)[]>;
|
|
5199
|
-
required: true;
|
|
5200
|
-
};
|
|
5201
|
-
onDragStart: FunctionConstructor;
|
|
5202
|
-
onDragEnd: FunctionConstructor;
|
|
5203
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
5204
|
-
selectedElement: {
|
|
5205
|
-
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>>;
|
|
5206
|
-
default: any;
|
|
5207
|
-
};
|
|
5208
|
-
groups: {
|
|
5209
|
-
type: PropType<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
5210
|
-
required: true;
|
|
5211
|
-
};
|
|
5212
|
-
onCollapse: {
|
|
5213
|
-
type: PropType<(_payload: MouseEvent) => void>;
|
|
5214
|
-
};
|
|
5215
|
-
state: {
|
|
5216
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
5217
|
-
};
|
|
5218
|
-
isDesktop: BooleanConstructor;
|
|
5219
|
-
}>> & Readonly<{}>, {
|
|
5220
|
-
isDesktop: boolean;
|
|
5221
|
-
isExpanded: boolean;
|
|
5222
|
-
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>;
|
|
5223
|
-
}, {}, {
|
|
5224
|
-
ExpandedView: import('vue').DefineComponent<{
|
|
5225
|
-
groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
5226
|
-
selectedElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
|
|
5227
|
-
onSelect: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
|
|
5228
|
-
onDragStart: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
|
|
5229
|
-
onDragEnd: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
|
|
5230
|
-
onTouchStart: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
5231
|
-
onTouchEnd: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
5232
|
-
onTouchMove: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
5233
|
-
onCollapse?: (_payload: MouseEvent) => void;
|
|
5234
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
5235
|
-
isDesktop?: boolean;
|
|
5236
|
-
isDraggable?: boolean;
|
|
5237
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
5238
|
-
groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
5239
|
-
selectedElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
|
|
5240
|
-
onSelect: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => void;
|
|
5241
|
-
onDragStart: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
|
|
5242
|
-
onDragEnd: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: DragEvent) => void;
|
|
5243
|
-
onTouchStart: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
5244
|
-
onTouchEnd: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
5245
|
-
onTouchMove: (element: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent) => void;
|
|
5246
|
-
onCollapse?: (_payload: MouseEvent) => void;
|
|
5247
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
5248
|
-
isDesktop?: boolean;
|
|
5249
|
-
isDraggable?: boolean;
|
|
5250
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5251
|
-
CollapsedView: {
|
|
5252
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
5253
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
5254
|
-
selectedElement: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
5255
|
-
onExpand: FunctionConstructor;
|
|
5256
|
-
onSelect: {
|
|
5257
|
-
type: FunctionConstructor;
|
|
5258
|
-
default: () => any;
|
|
5259
|
-
};
|
|
5260
|
-
onDragStart: {
|
|
5261
|
-
type: FunctionConstructor;
|
|
5262
|
-
default: () => any;
|
|
5263
|
-
};
|
|
5264
|
-
onDragEnd: {
|
|
5265
|
-
type: FunctionConstructor;
|
|
5266
|
-
default: () => any;
|
|
5267
|
-
};
|
|
5268
|
-
onTouchStart: {
|
|
5269
|
-
type: FunctionConstructor;
|
|
5270
|
-
default: () => any;
|
|
5271
|
-
};
|
|
5272
|
-
onTouchEnd: {
|
|
5273
|
-
type: FunctionConstructor;
|
|
5274
|
-
default: () => any;
|
|
5275
|
-
};
|
|
5276
|
-
onTouchMove: {
|
|
5277
|
-
type: FunctionConstructor;
|
|
5278
|
-
default: () => any;
|
|
5279
|
-
};
|
|
5280
|
-
showAllElements: BooleanConstructor;
|
|
5281
|
-
isDesktop: BooleanConstructor;
|
|
5282
|
-
isDraggable: BooleanConstructor;
|
|
5283
|
-
isScrolling: BooleanConstructor;
|
|
5284
|
-
state: {
|
|
5285
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
5286
|
-
default: () => {
|
|
5287
|
-
filter: any[];
|
|
5288
|
-
search: any;
|
|
5289
|
-
userInitiatedSearch: boolean;
|
|
5290
|
-
viewType: import('../../../../common/store/collection-view-state').ViewTypeState;
|
|
5291
|
-
};
|
|
5292
|
-
};
|
|
5293
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
5294
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
5295
|
-
selectedElement: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
5296
|
-
onExpand: FunctionConstructor;
|
|
5297
|
-
onSelect: {
|
|
5298
|
-
type: FunctionConstructor;
|
|
5299
|
-
default: () => any;
|
|
5300
|
-
};
|
|
5301
|
-
onDragStart: {
|
|
5302
|
-
type: FunctionConstructor;
|
|
5303
|
-
default: () => any;
|
|
5304
|
-
};
|
|
5305
|
-
onDragEnd: {
|
|
5306
|
-
type: FunctionConstructor;
|
|
5307
|
-
default: () => any;
|
|
5308
|
-
};
|
|
5309
|
-
onTouchStart: {
|
|
5310
|
-
type: FunctionConstructor;
|
|
5311
|
-
default: () => any;
|
|
5312
|
-
};
|
|
5313
|
-
onTouchEnd: {
|
|
5314
|
-
type: FunctionConstructor;
|
|
5315
|
-
default: () => any;
|
|
5316
|
-
};
|
|
5317
|
-
onTouchMove: {
|
|
5318
|
-
type: FunctionConstructor;
|
|
5319
|
-
default: () => any;
|
|
5320
|
-
};
|
|
5321
|
-
showAllElements: BooleanConstructor;
|
|
5322
|
-
isDesktop: BooleanConstructor;
|
|
5323
|
-
isDraggable: BooleanConstructor;
|
|
5324
|
-
isScrolling: BooleanConstructor;
|
|
5325
|
-
state: {
|
|
5326
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
5327
|
-
default: () => {
|
|
5328
|
-
filter: any[];
|
|
5329
|
-
search: any;
|
|
5330
|
-
userInitiatedSearch: boolean;
|
|
5331
|
-
viewType: import('../../../../common/store/collection-view-state').ViewTypeState;
|
|
5332
|
-
};
|
|
5333
|
-
};
|
|
5334
|
-
}>> & Readonly<{}>, {
|
|
5335
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
5336
|
-
isDesktop: boolean;
|
|
5337
|
-
onSelect: Function;
|
|
5338
|
-
onDragStart: Function;
|
|
5339
|
-
onDragEnd: Function;
|
|
5340
|
-
onTouchStart: Function;
|
|
5341
|
-
onTouchEnd: Function;
|
|
5342
|
-
onTouchMove: Function;
|
|
5343
|
-
isDraggable: boolean;
|
|
5344
|
-
showAllElements: boolean;
|
|
5345
|
-
isScrolling: boolean;
|
|
5346
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
5347
|
-
P: {};
|
|
5348
|
-
B: {};
|
|
5349
|
-
D: {};
|
|
5350
|
-
C: {};
|
|
5351
|
-
M: {};
|
|
5352
|
-
Defaults: {};
|
|
5353
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
5354
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
5355
|
-
selectedElement: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
5356
|
-
onExpand: FunctionConstructor;
|
|
5357
|
-
onSelect: {
|
|
5358
|
-
type: FunctionConstructor;
|
|
5359
|
-
default: () => any;
|
|
5360
|
-
};
|
|
5361
|
-
onDragStart: {
|
|
5362
|
-
type: FunctionConstructor;
|
|
5363
|
-
default: () => any;
|
|
5364
|
-
};
|
|
5365
|
-
onDragEnd: {
|
|
5366
|
-
type: FunctionConstructor;
|
|
5367
|
-
default: () => any;
|
|
5368
|
-
};
|
|
5369
|
-
onTouchStart: {
|
|
5370
|
-
type: FunctionConstructor;
|
|
5371
|
-
default: () => any;
|
|
5372
|
-
};
|
|
5373
|
-
onTouchEnd: {
|
|
5374
|
-
type: FunctionConstructor;
|
|
5375
|
-
default: () => any;
|
|
5376
|
-
};
|
|
5377
|
-
onTouchMove: {
|
|
5378
|
-
type: FunctionConstructor;
|
|
5379
|
-
default: () => any;
|
|
5380
|
-
};
|
|
5381
|
-
showAllElements: BooleanConstructor;
|
|
5382
|
-
isDesktop: BooleanConstructor;
|
|
5383
|
-
isDraggable: BooleanConstructor;
|
|
5384
|
-
isScrolling: BooleanConstructor;
|
|
5385
|
-
state: {
|
|
5386
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
5387
|
-
default: () => {
|
|
5388
|
-
filter: any[];
|
|
5389
|
-
search: any;
|
|
5390
|
-
userInitiatedSearch: boolean;
|
|
5391
|
-
viewType: import('../../../../common/store/collection-view-state').ViewTypeState;
|
|
5392
|
-
};
|
|
5393
|
-
};
|
|
5394
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
5395
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
5396
|
-
isDesktop: boolean;
|
|
5397
|
-
onSelect: Function;
|
|
5398
|
-
onDragStart: Function;
|
|
5399
|
-
onDragEnd: Function;
|
|
5400
|
-
onTouchStart: Function;
|
|
5401
|
-
onTouchEnd: Function;
|
|
5402
|
-
onTouchMove: Function;
|
|
5403
|
-
isDraggable: boolean;
|
|
5404
|
-
showAllElements: boolean;
|
|
5405
|
-
isScrolling: boolean;
|
|
5406
|
-
}>;
|
|
5407
|
-
__isFragment?: never;
|
|
5408
|
-
__isTeleport?: never;
|
|
5409
|
-
__isSuspense?: never;
|
|
5410
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
5411
|
-
elements: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[]>;
|
|
5412
|
-
selectedElement: PropType<GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>>;
|
|
5413
|
-
onExpand: FunctionConstructor;
|
|
5414
|
-
onSelect: {
|
|
5415
|
-
type: FunctionConstructor;
|
|
5416
|
-
default: () => any;
|
|
5417
|
-
};
|
|
5418
|
-
onDragStart: {
|
|
5419
|
-
type: FunctionConstructor;
|
|
5420
|
-
default: () => any;
|
|
5421
|
-
};
|
|
5422
|
-
onDragEnd: {
|
|
5423
|
-
type: FunctionConstructor;
|
|
5424
|
-
default: () => any;
|
|
5425
|
-
};
|
|
5426
|
-
onTouchStart: {
|
|
5427
|
-
type: FunctionConstructor;
|
|
5428
|
-
default: () => any;
|
|
5429
|
-
};
|
|
5430
|
-
onTouchEnd: {
|
|
5431
|
-
type: FunctionConstructor;
|
|
5432
|
-
default: () => any;
|
|
5433
|
-
};
|
|
5434
|
-
onTouchMove: {
|
|
5435
|
-
type: FunctionConstructor;
|
|
5436
|
-
default: () => any;
|
|
5437
|
-
};
|
|
5438
|
-
showAllElements: BooleanConstructor;
|
|
5439
|
-
isDesktop: BooleanConstructor;
|
|
5440
|
-
isDraggable: BooleanConstructor;
|
|
5441
|
-
isScrolling: BooleanConstructor;
|
|
5442
|
-
state: {
|
|
5443
|
-
type: PropType<import('../../../../common/store/collection-view-state').GridViewUiState>;
|
|
5444
|
-
default: () => {
|
|
5445
|
-
filter: any[];
|
|
5446
|
-
search: any;
|
|
5447
|
-
userInitiatedSearch: boolean;
|
|
5448
|
-
viewType: import('../../../../common/store/collection-view-state').ViewTypeState;
|
|
5449
|
-
};
|
|
5450
|
-
};
|
|
5451
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
5452
|
-
state: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
5453
|
-
isDesktop: boolean;
|
|
5454
|
-
onSelect: Function;
|
|
5455
|
-
onDragStart: Function;
|
|
5456
|
-
onDragEnd: Function;
|
|
5457
|
-
onTouchStart: Function;
|
|
5458
|
-
onTouchEnd: Function;
|
|
5459
|
-
onTouchMove: Function;
|
|
5460
|
-
isDraggable: boolean;
|
|
5461
|
-
showAllElements: boolean;
|
|
5462
|
-
isScrolling: boolean;
|
|
5463
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
5464
|
-
$slots: {
|
|
5465
|
-
aux?(_: {}): any;
|
|
5466
|
-
};
|
|
5467
|
-
});
|
|
5468
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5163
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
5164
|
+
isExpanded?: boolean;
|
|
5165
|
+
onExpand: (event: MouseEvent) => void;
|
|
5166
|
+
onSelect: (possibleChild: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
|
|
5167
|
+
onDragStart?: (gridViewElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent) => Promise<void>;
|
|
5168
|
+
onDragEnd?: (gridViewElement: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>, event: TouchEvent | DragEvent) => void;
|
|
5169
|
+
elements: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
5170
|
+
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>;
|
|
5171
|
+
groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>[];
|
|
5172
|
+
onCollapse?: (mouseEvent: MouseEvent) => void;
|
|
5173
|
+
state?: import('../../../../common/store/collection-view-state').GridViewUiState;
|
|
5174
|
+
isDesktop?: boolean;
|
|
5175
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5469
5176
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5470
5177
|
LoadingSpinner: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5471
5178
|
ProductPositions: import('vue').DefineComponent<{
|
|
5472
|
-
api: RoomlePlanner
|
|
5179
|
+
api: RoomlePlanner<readonly []>;
|
|
5473
5180
|
isConstructionElement?: boolean;
|
|
5474
5181
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
5475
|
-
api: RoomlePlanner
|
|
5182
|
+
api: RoomlePlanner<readonly []>;
|
|
5476
5183
|
isConstructionElement?: boolean;
|
|
5477
5184
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5478
5185
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -15,7 +15,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
api: {
|
|
18
|
-
type: PropType<RoomlePlanner
|
|
18
|
+
type: PropType<RoomlePlanner<readonly []>>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
21
|
}>, {
|
|
@@ -1142,7 +1142,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1142
1142
|
required: true;
|
|
1143
1143
|
};
|
|
1144
1144
|
api: {
|
|
1145
|
-
type: PropType<RoomlePlanner
|
|
1145
|
+
type: PropType<RoomlePlanner<readonly []>>;
|
|
1146
1146
|
required: true;
|
|
1147
1147
|
};
|
|
1148
1148
|
}>> & Readonly<{}>, {}, {}, {
|
|
@@ -7,11 +7,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
7
7
|
onClose: (_buttonAction: BUTTON_ACTIONS, _reason: CloseReason) => Promise<void>;
|
|
8
8
|
onToggleExpand?: () => void;
|
|
9
9
|
interactionHandler: PlanInteractionHandler;
|
|
10
|
-
api: RoomlePlanner
|
|
10
|
+
api: RoomlePlanner<readonly []>;
|
|
11
11
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
12
12
|
onClose: (_buttonAction: BUTTON_ACTIONS, _reason: CloseReason) => Promise<void>;
|
|
13
13
|
onToggleExpand?: () => void;
|
|
14
14
|
interactionHandler: PlanInteractionHandler;
|
|
15
|
-
api: RoomlePlanner
|
|
15
|
+
api: RoomlePlanner<readonly []>;
|
|
16
16
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
7
7
|
isExpanded?: boolean;
|
|
8
8
|
onExpand: () => void;
|
|
9
9
|
onCollapse?: (_payload: MouseEvent) => void;
|
|
10
|
-
onSelect: (_sampleRoom: GridViewElement<
|
|
10
|
+
onSelect: (_sampleRoom: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
|
|
11
11
|
state: CollectionViewUiState;
|
|
12
12
|
isDesktop?: boolean;
|
|
13
13
|
selectedElement: GridViewElement<SampleRoom>;
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
16
16
|
isExpanded?: boolean;
|
|
17
17
|
onExpand: () => void;
|
|
18
18
|
onCollapse?: (_payload: MouseEvent) => void;
|
|
19
|
-
onSelect: (_sampleRoom: GridViewElement<
|
|
19
|
+
onSelect: (_sampleRoom: GridViewElement<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>) => Promise<void>;
|
|
20
20
|
state: CollectionViewUiState;
|
|
21
21
|
isDesktop?: boolean;
|
|
22
22
|
selectedElement: GridViewElement<SampleRoom>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { default as RoomlePlanner } from '@roomle/web-sdk/lib/definitions/planner-core/src/roomle-planner';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
api: RoomlePlanner
|
|
4
|
+
api: RoomlePlanner<readonly []>;
|
|
5
5
|
hideInputs?: boolean;
|
|
6
6
|
hideDirection?: boolean;
|
|
7
7
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
8
|
-
api: RoomlePlanner
|
|
8
|
+
api: RoomlePlanner<readonly []>;
|
|
9
9
|
hideInputs?: boolean;
|
|
10
10
|
hideDirection?: boolean;
|
|
11
11
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -4,12 +4,12 @@ import { default as RoomlePlanner } from '@roomle/web-sdk/lib/definitions/planne
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<{
|
|
5
5
|
isActive: boolean;
|
|
6
6
|
attachedAttic: KernelAttic;
|
|
7
|
-
api: RoomlePlanner
|
|
7
|
+
api: RoomlePlanner<readonly []>;
|
|
8
8
|
}, {
|
|
9
9
|
direction: import('vue').Ref<"left" | "right", "left" | "right">;
|
|
10
10
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
11
11
|
isActive: boolean;
|
|
12
12
|
attachedAttic: KernelAttic;
|
|
13
|
-
api: RoomlePlanner
|
|
13
|
+
api: RoomlePlanner<readonly []>;
|
|
14
14
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -5,12 +5,12 @@ import { PlanInteractionHandler } from '@roomle/web-sdk/lib/definitions/typings/
|
|
|
5
5
|
declare const _default: import('vue').DefineComponent<{
|
|
6
6
|
onClose: (action: BUTTON_ACTIONS) => void;
|
|
7
7
|
onToggleExpand: () => void;
|
|
8
|
-
api: RoomlePlanner
|
|
8
|
+
api: RoomlePlanner<readonly []>;
|
|
9
9
|
interactionHandler: PlanInteractionHandler;
|
|
10
10
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
11
11
|
onClose: (action: BUTTON_ACTIONS) => void;
|
|
12
12
|
onToggleExpand: () => void;
|
|
13
|
-
api: RoomlePlanner
|
|
13
|
+
api: RoomlePlanner<readonly []>;
|
|
14
14
|
interactionHandler: PlanInteractionHandler;
|
|
15
15
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -7,11 +7,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
7
7
|
onClose: (_buttonAction: BUTTON_ACTIONS, _reason: CloseReason) => Promise<void>;
|
|
8
8
|
onToggleExpand?: () => void;
|
|
9
9
|
interactionHandler: PlanInteractionHandler;
|
|
10
|
-
api: RoomlePlanner
|
|
10
|
+
api: RoomlePlanner<readonly []>;
|
|
11
11
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
12
12
|
onClose: (_buttonAction: BUTTON_ACTIONS, _reason: CloseReason) => Promise<void>;
|
|
13
13
|
onToggleExpand?: () => void;
|
|
14
14
|
interactionHandler: PlanInteractionHandler;
|
|
15
|
-
api: RoomlePlanner
|
|
15
|
+
api: RoomlePlanner<readonly []>;
|
|
16
16
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
configuratorApi: import('vue').ShallowRef<import('@roomle/web-sdk/lib/definitions/configurator-core/src/roomle-configurator').default
|
|
2
|
+
configuratorApi: import('vue').ShallowRef<import('@roomle/web-sdk/lib/definitions/configurator-core/src/roomle-configurator').default<readonly []>>;
|
|
3
3
|
}, {}, {
|
|
4
4
|
isLoaded(): boolean;
|
|
5
5
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
api: import('vue').ShallowRef<import('@roomle/web-sdk/lib/definitions/planner-core/src/roomle-planner').default
|
|
2
|
+
api: import('vue').ShallowRef<import('@roomle/web-sdk/lib/definitions/planner-core/src/roomle-planner').default<readonly []>>;
|
|
3
3
|
planInteractionHandler: import('vue').ShallowRef<import('@roomle/web-sdk/lib/definitions/typings/planner').PlanInteractionHandler>;
|
|
4
4
|
}, {}, {
|
|
5
5
|
isLoaded(): boolean;
|