@roomle/embedding-lib 5.15.0-alpha.2 → 5.15.0-alpha.4
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 +26 -3
- package/package.json +2 -2
- package/packages/common/src/utils/init-data.d.ts +1 -0
- package/roomle-embedding-lib.es.js +7 -6
- package/roomle-embedding-lib.es.min.js +1 -1
- package/roomle-embedding-lib.umd.js +4 -4
- package/roomle-embedding-lib.umd.min.js +3 -3
- package/src/common/components/collection-view/CollectionViewElement.vue.d.ts +9 -0
- package/src/common/components/drawer-layout/DrawerElement.vue.d.ts +5 -0
- package/src/common/components/overlays/bottom-bar/CloseView.vue.d.ts +3 -1
- package/src/{configurator/components/ActionButtonsParameterGroups.vue.d.ts → common/components/parameters/VisibilityParameter.vue.d.ts} +4 -2
- package/src/common/composables/use-event-emitter-listener.d.ts +3 -2
- package/src/common/composables/use-planner-actions-visibility.d.ts +1 -0
- package/src/common/utils/ui-actions.d.ts +0 -1
- package/src/configurator/components/Overlays.vue.d.ts +18 -6
- package/src/configurator/components/grid-view/-utils/GridViewElement.vue.d.ts +1 -1
- package/src/configurator/components/overlays/DeleteWarning.vue.d.ts +3 -1
- package/src/configurator/components/overlays/ElementDisabled.vue.d.ts +3 -1
- package/src/configurator/components/overlays/GenericError.vue.d.ts +3 -1
- package/src/configurator/components/overlays/NoDocking.vue.d.ts +3 -1
- package/src/configurator/components/overlays/VariantWarning.vue.d.ts +3 -1
- package/src/configurator/components/parameters/ParameterGroupButton.vue.d.ts +55 -40
- package/src/configurator/components/parameters/ParameterGroups.vue.d.ts +11 -6
- package/src/configurator/components/parameters/types/ParameterGroupPills.vue.d.ts +31 -0
- package/src/configurator/components/utils/PopUp.vue.d.ts +3 -1
- package/src/configurator/embedding/exposed-callbacks.d.ts +1 -1
- package/src/configurator/embedding/types.d.ts +5 -0
- package/src/planner/business-logic/general-room-parameters.d.ts +4 -0
- package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +19 -0
- package/src/planner/components/overlays/rooms/FloorColor.vue.d.ts +19 -0
- package/src/planner/utils/interaction.d.ts +2 -0
- package/src/viewer/components/ViewerMain.vue.d.ts +26 -5
- package/src/common/components/ActionButtons.vue.d.ts +0 -8
- package/src/configurator/components/parameters/ParameterGroupArrowButton.vue.d.ts +0 -10
- package/src/configurator/components/utils/ScrollHint.vue.d.ts +0 -31
|
@@ -7,7 +7,6 @@ import { default as PlanElementViewModel } from '@roomle/web-sdk/lib/definitions
|
|
|
7
7
|
import { SidebarType } from '../composables/use-event-emitter-listener';
|
|
8
8
|
import { default as EventEmitter } from '../business-logic/event-emitter';
|
|
9
9
|
|
|
10
|
-
export declare const scrollToSelectedGroup: (selectedKey: string, direction?: string) => void;
|
|
11
10
|
export declare const isConstructionProduct: (selectionElement: PlanElementViewModel) => boolean;
|
|
12
11
|
export default class UiActions {
|
|
13
12
|
private _sdkConnector;
|
|
@@ -212,7 +212,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
212
212
|
isLightTheme: boolean;
|
|
213
213
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
214
214
|
$slots: {
|
|
215
|
-
content?(_: {
|
|
215
|
+
content?(_: {
|
|
216
|
+
alignToScene: boolean;
|
|
217
|
+
}): any;
|
|
216
218
|
};
|
|
217
219
|
});
|
|
218
220
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -343,7 +345,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
343
345
|
isLightTheme: boolean;
|
|
344
346
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
345
347
|
$slots: {
|
|
346
|
-
content?(_: {
|
|
348
|
+
content?(_: {
|
|
349
|
+
alignToScene: boolean;
|
|
350
|
+
}): any;
|
|
347
351
|
};
|
|
348
352
|
});
|
|
349
353
|
SvgIcon: import('vue').DefineComponent<{
|
|
@@ -523,7 +527,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
523
527
|
isLightTheme: boolean;
|
|
524
528
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
525
529
|
$slots: {
|
|
526
|
-
content?(_: {
|
|
530
|
+
content?(_: {
|
|
531
|
+
alignToScene: boolean;
|
|
532
|
+
}): any;
|
|
527
533
|
};
|
|
528
534
|
});
|
|
529
535
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -650,7 +656,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
650
656
|
isLightTheme: boolean;
|
|
651
657
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
652
658
|
$slots: {
|
|
653
|
-
content?(_: {
|
|
659
|
+
content?(_: {
|
|
660
|
+
alignToScene: boolean;
|
|
661
|
+
}): any;
|
|
654
662
|
};
|
|
655
663
|
});
|
|
656
664
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -793,7 +801,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
793
801
|
isLightTheme: boolean;
|
|
794
802
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
795
803
|
$slots: {
|
|
796
|
-
content?(_: {
|
|
804
|
+
content?(_: {
|
|
805
|
+
alignToScene: boolean;
|
|
806
|
+
}): any;
|
|
797
807
|
};
|
|
798
808
|
});
|
|
799
809
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -918,7 +928,9 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
918
928
|
isLightTheme: boolean;
|
|
919
929
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
920
930
|
$slots: {
|
|
921
|
-
content?(_: {
|
|
931
|
+
content?(_: {
|
|
932
|
+
alignToScene: boolean;
|
|
933
|
+
}): any;
|
|
922
934
|
};
|
|
923
935
|
});
|
|
924
936
|
GoBack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -40,8 +40,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
40
|
state: PropType<GridViewUiState>;
|
|
41
41
|
}>> & Readonly<{}>, {
|
|
42
42
|
isDesktop: boolean;
|
|
43
|
-
selected: boolean;
|
|
44
43
|
expanded: boolean;
|
|
44
|
+
selected: boolean;
|
|
45
45
|
}, {}, {
|
|
46
46
|
WordWrap: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
47
47
|
text: StringConstructor;
|
|
@@ -123,7 +123,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
123
123
|
isLightTheme: boolean;
|
|
124
124
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
125
125
|
$slots: {
|
|
126
|
-
content?(_: {
|
|
126
|
+
content?(_: {
|
|
127
|
+
alignToScene: boolean;
|
|
128
|
+
}): any;
|
|
127
129
|
};
|
|
128
130
|
});
|
|
129
131
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -119,7 +119,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
119
|
isLightTheme: boolean;
|
|
120
120
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
121
121
|
$slots: {
|
|
122
|
-
content?(_: {
|
|
122
|
+
content?(_: {
|
|
123
|
+
alignToScene: boolean;
|
|
124
|
+
}): any;
|
|
123
125
|
};
|
|
124
126
|
});
|
|
125
127
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -140,7 +140,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
140
140
|
isLightTheme: boolean;
|
|
141
141
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
142
142
|
$slots: {
|
|
143
|
-
content?(_: {
|
|
143
|
+
content?(_: {
|
|
144
|
+
alignToScene: boolean;
|
|
145
|
+
}): any;
|
|
144
146
|
};
|
|
145
147
|
});
|
|
146
148
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -119,7 +119,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
119
|
isLightTheme: boolean;
|
|
120
120
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
121
121
|
$slots: {
|
|
122
|
-
content?(_: {
|
|
122
|
+
content?(_: {
|
|
123
|
+
alignToScene: boolean;
|
|
124
|
+
}): any;
|
|
123
125
|
};
|
|
124
126
|
});
|
|
125
127
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -128,7 +128,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
128
128
|
isLightTheme: boolean;
|
|
129
129
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
130
130
|
$slots: {
|
|
131
|
-
content?(_: {
|
|
131
|
+
content?(_: {
|
|
132
|
+
alignToScene: boolean;
|
|
133
|
+
}): any;
|
|
132
134
|
};
|
|
133
135
|
});
|
|
134
136
|
SvgIcon: import('vue').DefineComponent<{
|
|
@@ -1,45 +1,60 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
adjustIcon: BooleanConstructor;
|
|
16
|
-
isSelected: BooleanConstructor;
|
|
17
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
-
showText: BooleanConstructor;
|
|
19
|
-
text: StringConstructor;
|
|
20
|
-
isVisible: BooleanConstructor;
|
|
21
|
-
onClick: {
|
|
22
|
-
type: FunctionConstructor;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
icon: {
|
|
26
|
-
type: PropType<string>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
adjustIcon: BooleanConstructor;
|
|
30
|
-
isSelected: BooleanConstructor;
|
|
31
|
-
}>> & Readonly<{}>, {
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
showText?: boolean;
|
|
3
|
+
text?: string;
|
|
4
|
+
isVisible?: boolean;
|
|
5
|
+
onClick?: () => void;
|
|
6
|
+
icon?: string;
|
|
7
|
+
adjustIcon?: boolean;
|
|
8
|
+
isSelected?: boolean;
|
|
9
|
+
}>, {
|
|
10
|
+
showText: boolean;
|
|
11
|
+
isVisible: boolean;
|
|
12
|
+
adjustIcon: boolean;
|
|
32
13
|
isSelected: boolean;
|
|
14
|
+
onClick: () => any;
|
|
15
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
+
showText?: boolean;
|
|
17
|
+
text?: string;
|
|
18
|
+
isVisible?: boolean;
|
|
19
|
+
onClick?: () => void;
|
|
20
|
+
icon?: string;
|
|
21
|
+
adjustIcon?: boolean;
|
|
22
|
+
isSelected?: boolean;
|
|
23
|
+
}>, {
|
|
33
24
|
showText: boolean;
|
|
34
25
|
isVisible: boolean;
|
|
35
26
|
adjustIcon: boolean;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any
|
|
27
|
+
isSelected: boolean;
|
|
28
|
+
onClick: () => any;
|
|
29
|
+
}>>> & Readonly<{}>, {
|
|
30
|
+
onClick: () => void;
|
|
31
|
+
isSelected: boolean;
|
|
32
|
+
isVisible: boolean;
|
|
33
|
+
showText: boolean;
|
|
34
|
+
adjustIcon: boolean;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
36
|
+
default?(_: {}): any;
|
|
37
|
+
}>;
|
|
45
38
|
export default _default;
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
|
+
type __VLS_TypePropsToOption<T> = {
|
|
54
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
55
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
56
|
+
} : {
|
|
57
|
+
type: import('vue').PropType<T[K]>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
|
|
3
|
-
avoidSidebar?: boolean;
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
onChange: () => void;
|
|
4
3
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
onChange: () => void;
|
|
5
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
6
|
+
"auxiliary-button"?(_: {}): any;
|
|
7
|
+
}>;
|
|
8
8
|
export default _default;
|
|
9
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
10
|
+
new (): {
|
|
11
|
+
$slots: S;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
entries: {
|
|
3
|
+
key: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}[];
|
|
6
|
+
activeIndex: number;
|
|
7
|
+
onChange: (index: number) => void;
|
|
8
|
+
hidePills?: boolean;
|
|
9
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
+
entries: {
|
|
11
|
+
key: string;
|
|
12
|
+
label: string;
|
|
13
|
+
}[];
|
|
14
|
+
activeIndex: number;
|
|
15
|
+
onChange: (index: number) => void;
|
|
16
|
+
hidePills?: boolean;
|
|
17
|
+
}> & Readonly<{}>, {
|
|
18
|
+
activeIndex: number;
|
|
19
|
+
hidePills: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
21
|
+
"auxiliary-button"?(_: {}): any;
|
|
22
|
+
"first-auxiliary-pill"?(_: {
|
|
23
|
+
class: string;
|
|
24
|
+
}): any;
|
|
25
|
+
}>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -22,7 +22,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
22
22
|
displayCloseButton: boolean;
|
|
23
23
|
isLightTheme: boolean;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
25
|
-
content?(_: {
|
|
25
|
+
content?(_: {
|
|
26
|
+
alignToScene: boolean;
|
|
27
|
+
}): any;
|
|
26
28
|
}>;
|
|
27
29
|
export default _default;
|
|
28
30
|
type __VLS_WithDefaults<P, D> = {
|
|
@@ -42,7 +42,7 @@ export declare class ExposedCallbacks {
|
|
|
42
42
|
* @return overrideEventBehaviour true if the event has been consumed and it should not trigger default behaviour, undefined or false otherwise
|
|
43
43
|
*/
|
|
44
44
|
onButtonClicked: <K extends keyof ButtonCallbackPayloads>(name: K, args?: ButtonCallbackPayloads[K]) => Promise<boolean> | boolean | void;
|
|
45
|
-
onRequestPlan: (planId: string, image: Base64Image, items: any[]) => void;
|
|
45
|
+
onRequestPlan: (planId: string, image: Base64Image, items: any[], plan: RapiPlanSnapshotGetData | RapiPlan) => void;
|
|
46
46
|
/**
|
|
47
47
|
* Gets called if a plan object gets added, changed or removed and returns all objects of the plan
|
|
48
48
|
* @param objects -- all objects in the plan
|
|
@@ -82,6 +82,11 @@ interface UiFeatureFlags extends FeatureFlags {
|
|
|
82
82
|
* @description Enables the open/close animation button in the flying menu - RML-13533
|
|
83
83
|
*/
|
|
84
84
|
openCloseAnimation?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* @hidden
|
|
87
|
+
* @description Enables the show/hide wall toggle button in the flying menu and wall settings panel - RML-13046
|
|
88
|
+
*/
|
|
89
|
+
showWallVisibilityToggle?: boolean;
|
|
85
90
|
}
|
|
86
91
|
export interface VariantsMap {
|
|
87
92
|
[key: string]: RapiId;
|
|
@@ -20,6 +20,10 @@ export declare const DEFAULT_MIN_RANGE: {
|
|
|
20
20
|
readonly parapetHeight: 10;
|
|
21
21
|
readonly thickness: 10;
|
|
22
22
|
};
|
|
23
|
+
export declare const DEFAULT_WALL_RANGE: {
|
|
24
|
+
readonly height: 2800;
|
|
25
|
+
readonly thickness: 250;
|
|
26
|
+
};
|
|
23
27
|
export declare const TABBED_NAV_MENU_CONSTRUCTION: {
|
|
24
28
|
key: "tabbed-nav-menu-construction";
|
|
25
29
|
label: string;
|
|
@@ -2400,6 +2400,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2400
2400
|
onSelect: {
|
|
2401
2401
|
type: PropType<(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>) => void>;
|
|
2402
2402
|
};
|
|
2403
|
+
disabled: {
|
|
2404
|
+
type: PropType<boolean>;
|
|
2405
|
+
default: boolean;
|
|
2406
|
+
};
|
|
2403
2407
|
selectedElement: {
|
|
2404
2408
|
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>>;
|
|
2405
2409
|
};
|
|
@@ -2482,6 +2486,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2482
2486
|
onSelect: {
|
|
2483
2487
|
type: PropType<(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>) => void>;
|
|
2484
2488
|
};
|
|
2489
|
+
disabled: {
|
|
2490
|
+
type: PropType<boolean>;
|
|
2491
|
+
default: boolean;
|
|
2492
|
+
};
|
|
2485
2493
|
selectedElement: {
|
|
2486
2494
|
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>>;
|
|
2487
2495
|
};
|
|
@@ -2540,6 +2548,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2540
2548
|
label: string;
|
|
2541
2549
|
type: string;
|
|
2542
2550
|
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>;
|
|
2551
|
+
disabled: boolean;
|
|
2543
2552
|
isLast: boolean;
|
|
2544
2553
|
elemKey: string;
|
|
2545
2554
|
hideBottomBorder: boolean;
|
|
@@ -2578,6 +2587,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2578
2587
|
onSelect: {
|
|
2579
2588
|
type: PropType<(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>) => void>;
|
|
2580
2589
|
};
|
|
2590
|
+
disabled: {
|
|
2591
|
+
type: PropType<boolean>;
|
|
2592
|
+
default: boolean;
|
|
2593
|
+
};
|
|
2581
2594
|
selectedElement: {
|
|
2582
2595
|
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>>;
|
|
2583
2596
|
};
|
|
@@ -2636,6 +2649,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2636
2649
|
label: string;
|
|
2637
2650
|
type: string;
|
|
2638
2651
|
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>;
|
|
2652
|
+
disabled: boolean;
|
|
2639
2653
|
isLast: boolean;
|
|
2640
2654
|
elemKey: string;
|
|
2641
2655
|
hideBottomBorder: boolean;
|
|
@@ -2671,6 +2685,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2671
2685
|
onSelect: {
|
|
2672
2686
|
type: PropType<(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>) => void>;
|
|
2673
2687
|
};
|
|
2688
|
+
disabled: {
|
|
2689
|
+
type: PropType<boolean>;
|
|
2690
|
+
default: boolean;
|
|
2691
|
+
};
|
|
2674
2692
|
selectedElement: {
|
|
2675
2693
|
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>>;
|
|
2676
2694
|
};
|
|
@@ -2729,6 +2747,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2729
2747
|
label: string;
|
|
2730
2748
|
type: string;
|
|
2731
2749
|
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>;
|
|
2750
|
+
disabled: boolean;
|
|
2732
2751
|
isLast: boolean;
|
|
2733
2752
|
elemKey: string;
|
|
2734
2753
|
hideBottomBorder: boolean;
|
|
@@ -1272,6 +1272,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1272
1272
|
onSelect: {
|
|
1273
1273
|
type: PropType<(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>) => void>;
|
|
1274
1274
|
};
|
|
1275
|
+
disabled: {
|
|
1276
|
+
type: PropType<boolean>;
|
|
1277
|
+
default: boolean;
|
|
1278
|
+
};
|
|
1275
1279
|
selectedElement: {
|
|
1276
1280
|
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>>;
|
|
1277
1281
|
};
|
|
@@ -1354,6 +1358,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1354
1358
|
onSelect: {
|
|
1355
1359
|
type: PropType<(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>) => void>;
|
|
1356
1360
|
};
|
|
1361
|
+
disabled: {
|
|
1362
|
+
type: PropType<boolean>;
|
|
1363
|
+
default: boolean;
|
|
1364
|
+
};
|
|
1357
1365
|
selectedElement: {
|
|
1358
1366
|
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>>;
|
|
1359
1367
|
};
|
|
@@ -1412,6 +1420,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1412
1420
|
label: string;
|
|
1413
1421
|
type: string;
|
|
1414
1422
|
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>;
|
|
1423
|
+
disabled: boolean;
|
|
1415
1424
|
isLast: boolean;
|
|
1416
1425
|
elemKey: string;
|
|
1417
1426
|
hideBottomBorder: boolean;
|
|
@@ -1450,6 +1459,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1450
1459
|
onSelect: {
|
|
1451
1460
|
type: PropType<(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>) => void>;
|
|
1452
1461
|
};
|
|
1462
|
+
disabled: {
|
|
1463
|
+
type: PropType<boolean>;
|
|
1464
|
+
default: boolean;
|
|
1465
|
+
};
|
|
1453
1466
|
selectedElement: {
|
|
1454
1467
|
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>>;
|
|
1455
1468
|
};
|
|
@@ -1508,6 +1521,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1508
1521
|
label: string;
|
|
1509
1522
|
type: string;
|
|
1510
1523
|
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>;
|
|
1524
|
+
disabled: boolean;
|
|
1511
1525
|
isLast: boolean;
|
|
1512
1526
|
elemKey: string;
|
|
1513
1527
|
hideBottomBorder: boolean;
|
|
@@ -1543,6 +1557,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1543
1557
|
onSelect: {
|
|
1544
1558
|
type: PropType<(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>) => void>;
|
|
1545
1559
|
};
|
|
1560
|
+
disabled: {
|
|
1561
|
+
type: PropType<boolean>;
|
|
1562
|
+
default: boolean;
|
|
1563
|
+
};
|
|
1546
1564
|
selectedElement: {
|
|
1547
1565
|
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>>;
|
|
1548
1566
|
};
|
|
@@ -1601,6 +1619,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1601
1619
|
label: string;
|
|
1602
1620
|
type: string;
|
|
1603
1621
|
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<import('../../../../common/components/collection-view/-utils/types').CollectionViewElementPossibleTypes>;
|
|
1622
|
+
disabled: boolean;
|
|
1604
1623
|
isLast: boolean;
|
|
1605
1624
|
elemKey: string;
|
|
1606
1625
|
hideBottomBorder: boolean;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { Nullable } from '../../common/utils/types';
|
|
2
2
|
import { SelectionPayload } from '@roomle/web-sdk/lib/definitions/planner-core/src/roomle-planner-ui-callback';
|
|
3
|
+
import { default as PlanElementViewModel } from '@roomle/web-sdk/lib/definitions/common-core/src/view-model/plan-element-view-model';
|
|
3
4
|
|
|
4
5
|
export declare const isCorrectSelectionPayload: (currentlySelected: Nullable<SelectionPayload>, asyncSelectionData: SelectionPayload) => boolean;
|
|
6
|
+
export declare const isWallVisible: (wall: PlanElementViewModel) => boolean;
|
|
@@ -17,6 +17,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
18
|
objectId: StringConstructor;
|
|
19
19
|
}>> & Readonly<{}>, {}, {}, {
|
|
20
|
+
ParameterGroups: {
|
|
21
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
22
|
+
onChange: () => void;
|
|
23
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
|
|
24
|
+
onChange: () => void;
|
|
25
|
+
}> & Readonly<{}>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
26
|
+
P: {};
|
|
27
|
+
B: {};
|
|
28
|
+
D: {};
|
|
29
|
+
C: {};
|
|
30
|
+
M: {};
|
|
31
|
+
Defaults: {};
|
|
32
|
+
}, Readonly<{
|
|
33
|
+
onChange: () => void;
|
|
34
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
35
|
+
__isFragment?: never;
|
|
36
|
+
__isTeleport?: never;
|
|
37
|
+
__isSuspense?: never;
|
|
38
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
39
|
+
onChange: () => void;
|
|
40
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
41
|
+
$slots: {
|
|
42
|
+
"auxiliary-button"?(_: {}): any;
|
|
43
|
+
};
|
|
44
|
+
});
|
|
45
|
+
StopConfiguringButton: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
46
|
Layout: {
|
|
21
47
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
22
48
|
environment: string;
|
|
@@ -119,11 +145,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
145
|
hideCloseButton?: boolean;
|
|
120
146
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
121
147
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
122
|
-
ActionButtonsParameterGroups: import('vue').DefineComponent<{
|
|
123
|
-
onChangeParameterGroup: () => void;
|
|
124
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
125
|
-
onChangeParameterGroup: () => void;
|
|
126
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
127
148
|
BottomBar: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
128
149
|
BottomButtons: import('vue').DefineComponent<{}, {}, {}, {
|
|
129
150
|
sharedUiState(): import('../../common/store').SharedUiState;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SharedUiState } from '../store';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {
|
|
4
|
-
sharedUiState(): SharedUiState;
|
|
5
|
-
isDesktop(): boolean;
|
|
6
|
-
isExpanded(): boolean;
|
|
7
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
-
onClick: PropType<(_payload: MouseEvent) => void>;
|
|
5
|
-
direction: StringConstructor;
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
-
onClick: PropType<(_payload: MouseEvent) => void>;
|
|
8
|
-
direction: StringConstructor;
|
|
9
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
-
export default _default;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
2
|
-
'scroll-content'(_props: {
|
|
3
|
-
setTarget: (el: HTMLElement) => void;
|
|
4
|
-
}): any;
|
|
5
|
-
'left-indicator'(_props: {
|
|
6
|
-
hint: Record<string, boolean>;
|
|
7
|
-
scrollLeft: () => void;
|
|
8
|
-
}): any;
|
|
9
|
-
'right-indicator'(_props: {
|
|
10
|
-
hint: Record<string, boolean>;
|
|
11
|
-
scrollRight: () => void;
|
|
12
|
-
}): any;
|
|
13
|
-
}> & {
|
|
14
|
-
'scroll-content'(_props: {
|
|
15
|
-
setTarget: (el: HTMLElement) => void;
|
|
16
|
-
}): any;
|
|
17
|
-
'left-indicator'(_props: {
|
|
18
|
-
hint: Record<string, boolean>;
|
|
19
|
-
scrollLeft: () => void;
|
|
20
|
-
}): any;
|
|
21
|
-
'right-indicator'(_props: {
|
|
22
|
-
hint: Record<string, boolean>;
|
|
23
|
-
scrollRight: () => void;
|
|
24
|
-
}): any;
|
|
25
|
-
}>;
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
-
new (): {
|
|
29
|
-
$slots: S;
|
|
30
|
-
};
|
|
31
|
-
};
|