@roomle/embedding-lib 5.23.0-alpha.1 → 5.24.0-alpha.1
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 +23 -3
- package/package.json +2 -2
- package/src/common/components/ExpandableIcons.vue.d.ts +11 -1
- package/src/common/components/SelectionButton.vue.d.ts +13 -1
- package/src/common/components/Tooltip.vue.d.ts +36 -2
- package/src/common/components/collection-view/-utils/collection-view-dynamic-components.d.ts +54 -3
- package/src/common/components/drawer-layout/DrawerElement.vue.d.ts +3 -36
- package/src/common/components/inputs/BaseInput.vue.d.ts +20 -60
- package/src/common/components/inputs/GenericInput.vue.d.ts +5 -26
- package/src/common/components/inputs/SelectDropdown.vue.d.ts +1 -1
- package/src/common/components/overlays/PartList.vue.d.ts +14 -2
- package/src/common/components/overlays/bottom-bar/GoBack.vue.d.ts +5 -1
- package/src/common/components/overlays/bottom-bar/cart/ExitBtn.vue.d.ts +5 -1
- package/src/common/components/overlays/bottom-bar/cart/GoToCartBtn.vue.d.ts +5 -1
- package/src/common/components/overlays/bottom-bar/cart/SaveCartBtn.vue.d.ts +5 -1
- package/src/common/components/overlays/part-list/PartListEntry.vue.d.ts +14 -2
- package/src/common/components/overlays/part-list/PartListRow.vue.d.ts +7 -1
- package/src/common/components/side-bar/BackAction.vue.d.ts +9 -21
- package/src/common/components/side-bar/NextAction.vue.d.ts +9 -21
- package/src/common/components/utils/HeightToggle.vue.d.ts +7 -1
- package/src/common/components/utils/collapsible-buttons-container/CollapsibleTrigger.vue.d.ts +21 -3
- package/src/common/composables/use-shared-sidebar-setup.d.ts +12 -5
- package/src/common/store/common-ui-store.d.ts +305 -0
- package/src/common/store/index.d.ts +1 -3
- package/src/common/utils/helper.d.ts +2 -2
- package/src/configurator/components/grid-view/-utils/ExpandedHeader.vue.d.ts +3 -28
- package/src/configurator/components/parameters/ParameterGroupButton.vue.d.ts +3 -32
- package/src/configurator/components/top-bar/ARButton.vue.d.ts +8 -1
- package/src/configurator/components/utils/ArrowButton.vue.d.ts +7 -1
- package/src/configurator/components/utils/HeightContainer.vue.d.ts +9 -1
- package/src/configurator/components/utils/InteractionsContainer.vue.d.ts +6 -2
- package/src/configurator/components/utils/PopUp.vue.d.ts +1 -26
- package/src/configurator/components/utils/PrimaryButton.vue.d.ts +5 -1
- package/src/configurator/components/utils/SearchInput.vue.d.ts +3 -26
- package/src/configurator/components/utils/Spinner.vue.d.ts +5 -1
- package/src/configurator/components/utils/StartConfiguringButton.vue.d.ts +21 -3
- package/src/planner/components/DraggableButton.vue.d.ts +4 -1
- package/src/planner/components/RotationIndicator.vue.d.ts +3 -40
- package/src/planner/components/overlays/ProductListButton.vue.d.ts +5 -1
- package/src/planner/components/overlays/product-settings/ProductRangeControl.vue.d.ts +323 -0
- package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +81 -335
- package/src/planner/components/overlays/rooms/SlopingRoofDirectionTooltip.vue.d.ts +4 -1
- package/src/planner/components/overlays/rooms/SlopingRoofTooltip.vue.d.ts +4 -1
- package/src/planner/components/utils/AddRoomButton.vue.d.ts +5 -1
- package/src/viewer/components/ViewerMain.vue.d.ts +27 -13
- package/src/common/components/overlays/bottom-bar/CloseView.vue.d.ts +0 -267
- package/src/common/store/common-ui-state.d.ts +0 -36
- package/src/configurator/components/Overlays.vue.d.ts +0 -1119
- package/src/configurator/components/overlays/DeleteWarning.vue.d.ts +0 -132
- package/src/configurator/components/overlays/ElementDisabled.vue.d.ts +0 -128
- package/src/configurator/components/overlays/GenericError.vue.d.ts +0 -149
- package/src/configurator/components/overlays/NoDocking.vue.d.ts +0 -128
- package/src/configurator/components/overlays/VariantWarning.vue.d.ts +0 -144
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
-
onClose: PropType<() => void>;
|
|
5
|
-
warningMessage: StringConstructor;
|
|
6
|
-
}>, {}, {}, {}, {
|
|
7
|
-
onDelete(): void;
|
|
8
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
-
onClose: PropType<() => void>;
|
|
10
|
-
warningMessage: StringConstructor;
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
12
|
-
PopUp: {
|
|
13
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
-
size: {
|
|
15
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
16
|
-
};
|
|
17
|
-
isDesktop: {
|
|
18
|
-
type: PropType<boolean>;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
onClose: {
|
|
22
|
-
type: PropType<() => void>;
|
|
23
|
-
};
|
|
24
|
-
displayCloseButton: {
|
|
25
|
-
type: PropType<boolean>;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
isLightTheme: {
|
|
29
|
-
type: PropType<boolean>;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
alignTo: {
|
|
33
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
34
|
-
};
|
|
35
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
36
|
-
size: {
|
|
37
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
38
|
-
};
|
|
39
|
-
isDesktop: {
|
|
40
|
-
type: PropType<boolean>;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
onClose: {
|
|
44
|
-
type: PropType<() => void>;
|
|
45
|
-
};
|
|
46
|
-
displayCloseButton: {
|
|
47
|
-
type: PropType<boolean>;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
isLightTheme: {
|
|
51
|
-
type: PropType<boolean>;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
|
-
alignTo: {
|
|
55
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
56
|
-
};
|
|
57
|
-
}>> & Readonly<{}>, {
|
|
58
|
-
isDesktop: boolean;
|
|
59
|
-
displayCloseButton: boolean;
|
|
60
|
-
isLightTheme: boolean;
|
|
61
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
62
|
-
P: {};
|
|
63
|
-
B: {};
|
|
64
|
-
D: {};
|
|
65
|
-
C: {};
|
|
66
|
-
M: {};
|
|
67
|
-
Defaults: {};
|
|
68
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
69
|
-
size: {
|
|
70
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
71
|
-
};
|
|
72
|
-
isDesktop: {
|
|
73
|
-
type: PropType<boolean>;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
onClose: {
|
|
77
|
-
type: PropType<() => void>;
|
|
78
|
-
};
|
|
79
|
-
displayCloseButton: {
|
|
80
|
-
type: PropType<boolean>;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
isLightTheme: {
|
|
84
|
-
type: PropType<boolean>;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
|
-
alignTo: {
|
|
88
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
89
|
-
};
|
|
90
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
91
|
-
isDesktop: boolean;
|
|
92
|
-
displayCloseButton: boolean;
|
|
93
|
-
isLightTheme: boolean;
|
|
94
|
-
}>;
|
|
95
|
-
__isFragment?: never;
|
|
96
|
-
__isTeleport?: never;
|
|
97
|
-
__isSuspense?: never;
|
|
98
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
99
|
-
size: {
|
|
100
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
101
|
-
};
|
|
102
|
-
isDesktop: {
|
|
103
|
-
type: PropType<boolean>;
|
|
104
|
-
default: boolean;
|
|
105
|
-
};
|
|
106
|
-
onClose: {
|
|
107
|
-
type: PropType<() => void>;
|
|
108
|
-
};
|
|
109
|
-
displayCloseButton: {
|
|
110
|
-
type: PropType<boolean>;
|
|
111
|
-
default: boolean;
|
|
112
|
-
};
|
|
113
|
-
isLightTheme: {
|
|
114
|
-
type: PropType<boolean>;
|
|
115
|
-
default: boolean;
|
|
116
|
-
};
|
|
117
|
-
alignTo: {
|
|
118
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
119
|
-
};
|
|
120
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
121
|
-
isDesktop: boolean;
|
|
122
|
-
displayCloseButton: boolean;
|
|
123
|
-
isLightTheme: boolean;
|
|
124
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
125
|
-
$slots: {
|
|
126
|
-
content?(_: {
|
|
127
|
-
alignToScene: boolean;
|
|
128
|
-
}): any;
|
|
129
|
-
};
|
|
130
|
-
});
|
|
131
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
132
|
-
export default _default;
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
-
onClose: PropType<() => void>;
|
|
5
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6
|
-
onClose: PropType<() => void>;
|
|
7
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
-
PopUp: {
|
|
9
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
-
size: {
|
|
11
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
12
|
-
};
|
|
13
|
-
isDesktop: {
|
|
14
|
-
type: PropType<boolean>;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
onClose: {
|
|
18
|
-
type: PropType<() => void>;
|
|
19
|
-
};
|
|
20
|
-
displayCloseButton: {
|
|
21
|
-
type: PropType<boolean>;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
isLightTheme: {
|
|
25
|
-
type: PropType<boolean>;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
alignTo: {
|
|
29
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
-
size: {
|
|
33
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
34
|
-
};
|
|
35
|
-
isDesktop: {
|
|
36
|
-
type: PropType<boolean>;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
onClose: {
|
|
40
|
-
type: PropType<() => void>;
|
|
41
|
-
};
|
|
42
|
-
displayCloseButton: {
|
|
43
|
-
type: PropType<boolean>;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
isLightTheme: {
|
|
47
|
-
type: PropType<boolean>;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
alignTo: {
|
|
51
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
52
|
-
};
|
|
53
|
-
}>> & Readonly<{}>, {
|
|
54
|
-
isDesktop: boolean;
|
|
55
|
-
displayCloseButton: boolean;
|
|
56
|
-
isLightTheme: boolean;
|
|
57
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
58
|
-
P: {};
|
|
59
|
-
B: {};
|
|
60
|
-
D: {};
|
|
61
|
-
C: {};
|
|
62
|
-
M: {};
|
|
63
|
-
Defaults: {};
|
|
64
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
65
|
-
size: {
|
|
66
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
67
|
-
};
|
|
68
|
-
isDesktop: {
|
|
69
|
-
type: PropType<boolean>;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
onClose: {
|
|
73
|
-
type: PropType<() => void>;
|
|
74
|
-
};
|
|
75
|
-
displayCloseButton: {
|
|
76
|
-
type: PropType<boolean>;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
isLightTheme: {
|
|
80
|
-
type: PropType<boolean>;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
alignTo: {
|
|
84
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
85
|
-
};
|
|
86
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
87
|
-
isDesktop: boolean;
|
|
88
|
-
displayCloseButton: boolean;
|
|
89
|
-
isLightTheme: boolean;
|
|
90
|
-
}>;
|
|
91
|
-
__isFragment?: never;
|
|
92
|
-
__isTeleport?: never;
|
|
93
|
-
__isSuspense?: never;
|
|
94
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
95
|
-
size: {
|
|
96
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
97
|
-
};
|
|
98
|
-
isDesktop: {
|
|
99
|
-
type: PropType<boolean>;
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
|
-
onClose: {
|
|
103
|
-
type: PropType<() => void>;
|
|
104
|
-
};
|
|
105
|
-
displayCloseButton: {
|
|
106
|
-
type: PropType<boolean>;
|
|
107
|
-
default: boolean;
|
|
108
|
-
};
|
|
109
|
-
isLightTheme: {
|
|
110
|
-
type: PropType<boolean>;
|
|
111
|
-
default: boolean;
|
|
112
|
-
};
|
|
113
|
-
alignTo: {
|
|
114
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
115
|
-
};
|
|
116
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
117
|
-
isDesktop: boolean;
|
|
118
|
-
displayCloseButton: boolean;
|
|
119
|
-
isLightTheme: boolean;
|
|
120
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
121
|
-
$slots: {
|
|
122
|
-
content?(_: {
|
|
123
|
-
alignToScene: boolean;
|
|
124
|
-
}): any;
|
|
125
|
-
};
|
|
126
|
-
});
|
|
127
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
128
|
-
export default _default;
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { PopUpAlignment } from '../utils/-utils/popup-types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
-
payload: {
|
|
6
|
-
type: PropType<{
|
|
7
|
-
headline: string;
|
|
8
|
-
description: string;
|
|
9
|
-
alignTo: PopUpAlignment;
|
|
10
|
-
isTranslated: boolean;
|
|
11
|
-
}>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
onClose: PropType<() => void>;
|
|
15
|
-
}>, {}, {}, {}, {
|
|
16
|
-
onDelete(): void;
|
|
17
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
-
payload: {
|
|
19
|
-
type: PropType<{
|
|
20
|
-
headline: string;
|
|
21
|
-
description: string;
|
|
22
|
-
alignTo: PopUpAlignment;
|
|
23
|
-
isTranslated: boolean;
|
|
24
|
-
}>;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
onClose: PropType<() => void>;
|
|
28
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
29
|
-
PopUp: {
|
|
30
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
-
size: {
|
|
32
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
33
|
-
};
|
|
34
|
-
isDesktop: {
|
|
35
|
-
type: PropType<boolean>;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
onClose: {
|
|
39
|
-
type: PropType<() => void>;
|
|
40
|
-
};
|
|
41
|
-
displayCloseButton: {
|
|
42
|
-
type: PropType<boolean>;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
isLightTheme: {
|
|
46
|
-
type: PropType<boolean>;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
alignTo: {
|
|
50
|
-
type: PropType<PopUpAlignment>;
|
|
51
|
-
};
|
|
52
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
53
|
-
size: {
|
|
54
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
55
|
-
};
|
|
56
|
-
isDesktop: {
|
|
57
|
-
type: PropType<boolean>;
|
|
58
|
-
default: boolean;
|
|
59
|
-
};
|
|
60
|
-
onClose: {
|
|
61
|
-
type: PropType<() => void>;
|
|
62
|
-
};
|
|
63
|
-
displayCloseButton: {
|
|
64
|
-
type: PropType<boolean>;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
isLightTheme: {
|
|
68
|
-
type: PropType<boolean>;
|
|
69
|
-
default: boolean;
|
|
70
|
-
};
|
|
71
|
-
alignTo: {
|
|
72
|
-
type: PropType<PopUpAlignment>;
|
|
73
|
-
};
|
|
74
|
-
}>> & Readonly<{}>, {
|
|
75
|
-
isDesktop: boolean;
|
|
76
|
-
displayCloseButton: boolean;
|
|
77
|
-
isLightTheme: boolean;
|
|
78
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
79
|
-
P: {};
|
|
80
|
-
B: {};
|
|
81
|
-
D: {};
|
|
82
|
-
C: {};
|
|
83
|
-
M: {};
|
|
84
|
-
Defaults: {};
|
|
85
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
86
|
-
size: {
|
|
87
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
88
|
-
};
|
|
89
|
-
isDesktop: {
|
|
90
|
-
type: PropType<boolean>;
|
|
91
|
-
default: boolean;
|
|
92
|
-
};
|
|
93
|
-
onClose: {
|
|
94
|
-
type: PropType<() => void>;
|
|
95
|
-
};
|
|
96
|
-
displayCloseButton: {
|
|
97
|
-
type: PropType<boolean>;
|
|
98
|
-
default: boolean;
|
|
99
|
-
};
|
|
100
|
-
isLightTheme: {
|
|
101
|
-
type: PropType<boolean>;
|
|
102
|
-
default: boolean;
|
|
103
|
-
};
|
|
104
|
-
alignTo: {
|
|
105
|
-
type: PropType<PopUpAlignment>;
|
|
106
|
-
};
|
|
107
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
108
|
-
isDesktop: boolean;
|
|
109
|
-
displayCloseButton: boolean;
|
|
110
|
-
isLightTheme: boolean;
|
|
111
|
-
}>;
|
|
112
|
-
__isFragment?: never;
|
|
113
|
-
__isTeleport?: never;
|
|
114
|
-
__isSuspense?: never;
|
|
115
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
116
|
-
size: {
|
|
117
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
118
|
-
};
|
|
119
|
-
isDesktop: {
|
|
120
|
-
type: PropType<boolean>;
|
|
121
|
-
default: boolean;
|
|
122
|
-
};
|
|
123
|
-
onClose: {
|
|
124
|
-
type: PropType<() => void>;
|
|
125
|
-
};
|
|
126
|
-
displayCloseButton: {
|
|
127
|
-
type: PropType<boolean>;
|
|
128
|
-
default: boolean;
|
|
129
|
-
};
|
|
130
|
-
isLightTheme: {
|
|
131
|
-
type: PropType<boolean>;
|
|
132
|
-
default: boolean;
|
|
133
|
-
};
|
|
134
|
-
alignTo: {
|
|
135
|
-
type: PropType<PopUpAlignment>;
|
|
136
|
-
};
|
|
137
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
138
|
-
isDesktop: boolean;
|
|
139
|
-
displayCloseButton: boolean;
|
|
140
|
-
isLightTheme: boolean;
|
|
141
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
142
|
-
$slots: {
|
|
143
|
-
content?(_: {
|
|
144
|
-
alignToScene: boolean;
|
|
145
|
-
}): any;
|
|
146
|
-
};
|
|
147
|
-
});
|
|
148
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
149
|
-
export default _default;
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
-
onClose: PropType<() => void>;
|
|
5
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6
|
-
onClose: PropType<() => void>;
|
|
7
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
-
PopUp: {
|
|
9
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
-
size: {
|
|
11
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
12
|
-
};
|
|
13
|
-
isDesktop: {
|
|
14
|
-
type: PropType<boolean>;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
onClose: {
|
|
18
|
-
type: PropType<() => void>;
|
|
19
|
-
};
|
|
20
|
-
displayCloseButton: {
|
|
21
|
-
type: PropType<boolean>;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
isLightTheme: {
|
|
25
|
-
type: PropType<boolean>;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
alignTo: {
|
|
29
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
-
size: {
|
|
33
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
34
|
-
};
|
|
35
|
-
isDesktop: {
|
|
36
|
-
type: PropType<boolean>;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
onClose: {
|
|
40
|
-
type: PropType<() => void>;
|
|
41
|
-
};
|
|
42
|
-
displayCloseButton: {
|
|
43
|
-
type: PropType<boolean>;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
isLightTheme: {
|
|
47
|
-
type: PropType<boolean>;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
alignTo: {
|
|
51
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
52
|
-
};
|
|
53
|
-
}>> & Readonly<{}>, {
|
|
54
|
-
isDesktop: boolean;
|
|
55
|
-
displayCloseButton: boolean;
|
|
56
|
-
isLightTheme: boolean;
|
|
57
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
58
|
-
P: {};
|
|
59
|
-
B: {};
|
|
60
|
-
D: {};
|
|
61
|
-
C: {};
|
|
62
|
-
M: {};
|
|
63
|
-
Defaults: {};
|
|
64
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
65
|
-
size: {
|
|
66
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
67
|
-
};
|
|
68
|
-
isDesktop: {
|
|
69
|
-
type: PropType<boolean>;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
onClose: {
|
|
73
|
-
type: PropType<() => void>;
|
|
74
|
-
};
|
|
75
|
-
displayCloseButton: {
|
|
76
|
-
type: PropType<boolean>;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
isLightTheme: {
|
|
80
|
-
type: PropType<boolean>;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
alignTo: {
|
|
84
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
85
|
-
};
|
|
86
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
87
|
-
isDesktop: boolean;
|
|
88
|
-
displayCloseButton: boolean;
|
|
89
|
-
isLightTheme: boolean;
|
|
90
|
-
}>;
|
|
91
|
-
__isFragment?: never;
|
|
92
|
-
__isTeleport?: never;
|
|
93
|
-
__isSuspense?: never;
|
|
94
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
95
|
-
size: {
|
|
96
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
97
|
-
};
|
|
98
|
-
isDesktop: {
|
|
99
|
-
type: PropType<boolean>;
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
|
-
onClose: {
|
|
103
|
-
type: PropType<() => void>;
|
|
104
|
-
};
|
|
105
|
-
displayCloseButton: {
|
|
106
|
-
type: PropType<boolean>;
|
|
107
|
-
default: boolean;
|
|
108
|
-
};
|
|
109
|
-
isLightTheme: {
|
|
110
|
-
type: PropType<boolean>;
|
|
111
|
-
default: boolean;
|
|
112
|
-
};
|
|
113
|
-
alignTo: {
|
|
114
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
115
|
-
};
|
|
116
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
117
|
-
isDesktop: boolean;
|
|
118
|
-
displayCloseButton: boolean;
|
|
119
|
-
isLightTheme: boolean;
|
|
120
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
121
|
-
$slots: {
|
|
122
|
-
content?(_: {
|
|
123
|
-
alignToScene: boolean;
|
|
124
|
-
}): any;
|
|
125
|
-
};
|
|
126
|
-
});
|
|
127
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
128
|
-
export default _default;
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { RapiItem } from '@roomle/web-sdk/lib/definitions/typings/rapi-types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
-
payload: PropType<{
|
|
6
|
-
item: RapiItem;
|
|
7
|
-
}>;
|
|
8
|
-
onClose: PropType<() => void>;
|
|
9
|
-
}>, {}, {}, {}, {
|
|
10
|
-
onChangeAndClose(): Promise<void>;
|
|
11
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
-
payload: PropType<{
|
|
13
|
-
item: RapiItem;
|
|
14
|
-
}>;
|
|
15
|
-
onClose: PropType<() => void>;
|
|
16
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
17
|
-
PopUp: {
|
|
18
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
-
size: {
|
|
20
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
21
|
-
};
|
|
22
|
-
isDesktop: {
|
|
23
|
-
type: PropType<boolean>;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
onClose: {
|
|
27
|
-
type: PropType<() => void>;
|
|
28
|
-
};
|
|
29
|
-
displayCloseButton: {
|
|
30
|
-
type: PropType<boolean>;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
isLightTheme: {
|
|
34
|
-
type: PropType<boolean>;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
alignTo: {
|
|
38
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
39
|
-
};
|
|
40
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
41
|
-
size: {
|
|
42
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
43
|
-
};
|
|
44
|
-
isDesktop: {
|
|
45
|
-
type: PropType<boolean>;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
onClose: {
|
|
49
|
-
type: PropType<() => void>;
|
|
50
|
-
};
|
|
51
|
-
displayCloseButton: {
|
|
52
|
-
type: PropType<boolean>;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
isLightTheme: {
|
|
56
|
-
type: PropType<boolean>;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
alignTo: {
|
|
60
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
61
|
-
};
|
|
62
|
-
}>> & Readonly<{}>, {
|
|
63
|
-
isDesktop: boolean;
|
|
64
|
-
displayCloseButton: boolean;
|
|
65
|
-
isLightTheme: boolean;
|
|
66
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
67
|
-
P: {};
|
|
68
|
-
B: {};
|
|
69
|
-
D: {};
|
|
70
|
-
C: {};
|
|
71
|
-
M: {};
|
|
72
|
-
Defaults: {};
|
|
73
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
74
|
-
size: {
|
|
75
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
76
|
-
};
|
|
77
|
-
isDesktop: {
|
|
78
|
-
type: PropType<boolean>;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
onClose: {
|
|
82
|
-
type: PropType<() => void>;
|
|
83
|
-
};
|
|
84
|
-
displayCloseButton: {
|
|
85
|
-
type: PropType<boolean>;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
isLightTheme: {
|
|
89
|
-
type: PropType<boolean>;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
alignTo: {
|
|
93
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
94
|
-
};
|
|
95
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
96
|
-
isDesktop: boolean;
|
|
97
|
-
displayCloseButton: boolean;
|
|
98
|
-
isLightTheme: boolean;
|
|
99
|
-
}>;
|
|
100
|
-
__isFragment?: never;
|
|
101
|
-
__isTeleport?: never;
|
|
102
|
-
__isSuspense?: never;
|
|
103
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
104
|
-
size: {
|
|
105
|
-
type: PropType<"small" | "big" | "auto" | "medium">;
|
|
106
|
-
};
|
|
107
|
-
isDesktop: {
|
|
108
|
-
type: PropType<boolean>;
|
|
109
|
-
default: boolean;
|
|
110
|
-
};
|
|
111
|
-
onClose: {
|
|
112
|
-
type: PropType<() => void>;
|
|
113
|
-
};
|
|
114
|
-
displayCloseButton: {
|
|
115
|
-
type: PropType<boolean>;
|
|
116
|
-
default: boolean;
|
|
117
|
-
};
|
|
118
|
-
isLightTheme: {
|
|
119
|
-
type: PropType<boolean>;
|
|
120
|
-
default: boolean;
|
|
121
|
-
};
|
|
122
|
-
alignTo: {
|
|
123
|
-
type: PropType<import('../utils/-utils/popup-types').PopUpAlignment>;
|
|
124
|
-
};
|
|
125
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
126
|
-
isDesktop: boolean;
|
|
127
|
-
displayCloseButton: boolean;
|
|
128
|
-
isLightTheme: boolean;
|
|
129
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
130
|
-
$slots: {
|
|
131
|
-
content?(_: {
|
|
132
|
-
alignToScene: boolean;
|
|
133
|
-
}): any;
|
|
134
|
-
};
|
|
135
|
-
});
|
|
136
|
-
SvgIcon: import('vue').DefineComponent<{
|
|
137
|
-
icon: string;
|
|
138
|
-
}, {
|
|
139
|
-
svgIcon: import('vue').Ref<HTMLOrSVGElement, HTMLOrSVGElement>;
|
|
140
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
141
|
-
icon: string;
|
|
142
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
143
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
144
|
-
export default _default;
|