@roomle/embedding-lib 5.25.0 → 5.26.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 -60
- package/package.json +1 -1
- package/packages/web-sdk/packages/homag-intelligence/src/homag-intelligence.d.ts +5 -0
- package/src/common/components/inputs/RangeSlider.vue.d.ts +1 -1
- package/src/common/components/overlays/PartList.vue.d.ts +3 -3
- package/src/common/components/parameters/ColorParameter.vue.d.ts +2 -2
- package/src/common/components/side-bar/ResponsiveSidebarWrapper.vue.d.ts +37 -0
- package/src/common/components/side-bar/SidebarItem.vue.d.ts +20 -0
- package/src/common/components/side-bar/SidebarItemLabel.vue.d.ts +10 -0
- package/src/common/components/side-bar/SidebarRouterLayer.vue.d.ts +6 -0
- package/src/common/components/side-bar/TabbedNav.vue.d.ts +22 -0
- package/src/common/components/{collection-view/-utils → side-bar}/TabbedNavMenu.vue.d.ts +1 -1
- package/src/common/components/{collection-view/-utils/collection-view-dynamic-components.d.ts → side-bar/utils/configurator-sidebar-components.d.ts} +27 -86
- package/src/common/components/side-bar/utils/helper.d.ts +3 -0
- package/src/common/components/side-bar/utils/types.d.ts +32 -0
- package/src/common/components/utils/QRCode.vue.d.ts +3 -3
- package/src/common/composables/use-fetch-root-tag.d.ts +3 -3
- package/src/common/composables/use-open-close-anim.d.ts +2 -2
- package/src/common/composables/use-pausable-computed.d.ts +15 -0
- package/src/common/composables/use-sidebar-layer-router.d.ts +12 -0
- package/src/common/router/router.d.ts +2 -0
- package/src/common/store/index.d.ts +3 -3
- package/src/common/store/{collection-view-state.d.ts → sidebar-store-state.d.ts} +12 -12
- package/src/common/utils/parameters.d.ts +6 -6
- package/src/common/utils/types.d.ts +0 -3
- package/src/configurator/business-logic/sdk-connector.d.ts +0 -1
- package/src/configurator/components/ConfiguratorSidebar.vue.d.ts +4 -2
- package/src/configurator/components/addons/PossibleChildren.vue.d.ts +0 -2
- package/src/configurator/components/grid-view/-utils/CollapsedView.vue.d.ts +29 -77
- package/src/configurator/components/grid-view/-utils/ExpandedHeader.vue.d.ts +6 -6
- package/src/configurator/components/grid-view/-utils/ExpandedView.vue.d.ts +7 -4
- package/src/configurator/components/grid-view/-utils/GridViewElement.vue.d.ts +1 -1
- package/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +7 -2
- package/src/configurator/components/grid-view/GridView.vue.d.ts +2 -2
- package/src/configurator/components/parameters/types/DisabledParameters.vue.d.ts +3 -3
- package/src/configurator/components/parameters/types/MaterialParameter.vue.d.ts +10 -64
- package/src/configurator/components/parameters/types/ProductVariant.vue.d.ts +4 -5
- package/src/configurator/components/parameters/types/ThumbnailsParameter.vue.d.ts +2 -5
- package/src/configurator/components/utils/-utils/side-bar-types.d.ts +13 -0
- package/src/configurator/components/utils/InteractionsContainer.vue.d.ts +4 -2
- package/src/configurator/components/utils/SearchInput.vue.d.ts +6 -3
- package/src/configurator/embedding/helper.d.ts +1 -1
- package/src/configurator/embedding/types.d.ts +1 -1
- package/src/planner/business-logic/rooms.d.ts +0 -7
- package/src/planner/components/ObjectList.vue.d.ts +5 -5
- package/src/planner/components/PlannerSidebar.vue.d.ts +4 -2
- package/src/planner/components/overlays/RoomSidebar.vue.d.ts +4 -2
- package/src/planner/components/overlays/rooms/ConstructionVariants.vue.d.ts +2 -3
- package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +15 -4873
- package/src/planner/components/overlays/rooms/RoomFloorAndWallSettings.vue.d.ts +0 -2
- package/src/planner/components/overlays/rooms/RoomsList.vue.d.ts +0 -2
- package/src/planner/components/overlays/rooms/WallGeneralSettings.vue.d.ts +4 -2
- package/src/planner/components/overlays/rooms/WindowParametersSetting.vue.d.ts +4 -2
- package/src/planner/components/utils/ConfiguratorParameter.vue.d.ts +6 -6
- package/src/planner/components/utils/InteractionHeader.vue.d.ts +3 -3
- package/src/planner/components/utils/WallSideIcon.vue.d.ts +5 -5
- package/src/planner/store/planner-core-data.d.ts +0 -1
- package/src/planner/utils/planner-sidebar.d.ts +0 -9
- package/src/viewer/components/ViewerMain.vue.d.ts +11 -7
- package/src/viewer/components/ViewerSidebar.vue.d.ts +3 -3
- package/src/common/components/collection-view/-utils/TabbedNav.vue.d.ts +0 -18
- package/src/common/components/collection-view/-utils/collection-view-props.d.ts +0 -40
- package/src/common/components/collection-view/-utils/helper.d.ts +0 -5
- package/src/common/components/collection-view/-utils/render.d.ts +0 -9
- package/src/common/components/collection-view/-utils/types.d.ts +0 -45
- package/src/common/components/collection-view/CollectionView.vue.d.ts +0 -69
- package/src/common/components/collection-view/CollectionViewElement.vue.d.ts +0 -47
- package/src/common/components/drawer-layout/DrawerElement.vue.d.ts +0 -71
- package/src/common/components/drawer-layout/DrawerGroup.vue.d.ts +0 -23
- package/src/common/components/drawer-layout/DrawerLayout.vue.d.ts +0 -94
- /package/src/common/components/{collection-view/-utils → side-bar}/BackButton.vue.d.ts +0 -0
- /package/src/common/components/{collection-view/CollectionViewHint.vue.d.ts → side-bar/SidebarHintText.vue.d.ts} +0 -0
- /package/src/common/components/{collection-view/-utils → side-bar}/TabbedNavStatic.vue.d.ts +0 -0
- /package/src/common/components/{collection-view/-utils → tool-tip}/ParameterTooltip.vue.d.ts +0 -0
|
@@ -13,7 +13,7 @@ import { Translator } from '../../common/composables/use-intl';
|
|
|
13
13
|
import { ExternalConfiguration } from '@roomle/web-sdk/typings/external-objects';
|
|
14
14
|
|
|
15
15
|
export declare const startConfiguring: (store: Store<StoreState>, exposedCallbacks: ExposedCallbacks) => void;
|
|
16
|
-
export declare const
|
|
16
|
+
export declare const resetSidebarStates: (store: Store<StoreState>) => void;
|
|
17
17
|
export declare const stopConfiguring: (store: Store<StoreState>, sdkConnector: SdkConnector, embeddingCallbacks?: ExposedCallbacks) => Promise<void>;
|
|
18
18
|
export declare const triggerRequestProduct: (embeddingCallbacks: ExposedCallbacks, sdkConnector: SdkConnector, store: Store<StoreState>, analytics: Analytics) => Promise<void>;
|
|
19
19
|
export declare const sendSaveDraft: (sdkConnector: SdkConnector, store: Store<StoreState>, currentConfiguration: RapiConfigurationEnhanced | Nullable<RapiPlanSnapshotGetData | RapiPlan | ExternalConfiguration>) => Promise<any>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FeatureFlags, GlobalInitDataDefinition, InitDataDefinition } from '@roomle/web-sdk/common-core/src/utils/shims';
|
|
2
2
|
import { HexColorString, RapiConfiguratorSettings, RapiId } from '@roomle/web-sdk/typings/rapi-types';
|
|
3
3
|
import { Enumify, MEASUREMENT_UNIT, MEASUREMENT_SYSTEM, Nullable, TutorialData } from '../../common/utils/types';
|
|
4
|
-
import { ViewTypeState } from '../../common/store/
|
|
4
|
+
import { ViewTypeState } from '../../common/store/sidebar-store-state';
|
|
5
5
|
import { KernelPartList } from '@roomle/web-sdk/typings/kernel';
|
|
6
6
|
import { INTERACTION_NOTIFICATIONS, NOTIFICATIONS } from '../../common/components/utils/-utils/notifications';
|
|
7
7
|
import { SidebarEventTypes } from '../../common/composables/use-event-emitter-listener';
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { CollectionViewElement, CollectionViewElementPossibleTypes } from '../../common/components/collection-view/-utils/types';
|
|
2
1
|
import { default as PlanElementViewModel } from '@roomle/web-sdk/common-core/src/view-model/plan-element-view-model';
|
|
3
2
|
import { WallDefinition } from '@roomle/web-sdk/planner-core/src/roomle-planner';
|
|
4
3
|
import { PlanInteractionHandler } from '@roomle/web-sdk/typings/planner';
|
|
5
4
|
import { PlannerUiState } from '../store/planner-ui-state';
|
|
6
|
-
import { GridViewElement } from '../../configurator/components/grid-view/-utils/GridViewHelper';
|
|
7
5
|
import { RapiMaterial } from '@roomle/web-sdk/typings/rapi-types';
|
|
8
6
|
import { SampleMaterial } from '../components/overlays/rooms/utils/ral-colors';
|
|
9
7
|
|
|
@@ -54,9 +52,4 @@ export interface WallColorGroup {
|
|
|
54
52
|
materials: MaterialsForObjects[];
|
|
55
53
|
sort?: number;
|
|
56
54
|
}
|
|
57
|
-
export type SampleRoomsCollectionView = [
|
|
58
|
-
CollectionViewElement<GridViewElement<SampleRoom>[]>,
|
|
59
|
-
CollectionViewElement<DrawControlTab>
|
|
60
|
-
];
|
|
61
|
-
export type GeneralRoomParameterView = Array<CollectionViewElement<CollectionViewElementPossibleTypes>>;
|
|
62
55
|
export declare const getRoomDefinition: (type: RoomType, planOverview: PlanOverview) => WallDefinition[];
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ParameterData } from '../../common/components/side-bar/utils/types';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
element:
|
|
4
|
+
element: ParameterData<any>;
|
|
5
5
|
isExpanded?: boolean;
|
|
6
6
|
onExpand?: () => void;
|
|
7
7
|
onCollapse?: (_payload: MouseEvent) => void;
|
|
8
|
-
|
|
8
|
+
label?: string;
|
|
9
9
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
-
element:
|
|
10
|
+
element: ParameterData<any>;
|
|
11
11
|
isExpanded?: boolean;
|
|
12
12
|
onExpand?: () => void;
|
|
13
13
|
onCollapse?: (_payload: MouseEvent) => void;
|
|
14
|
-
|
|
14
|
+
label?: string;
|
|
15
15
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -2,14 +2,16 @@ import { ToggleCallback } from '../../common/utils/types';
|
|
|
2
2
|
import { EventBus } from '../../common/business-logic/event-bus';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<{
|
|
5
|
-
|
|
5
|
+
onExpand?: () => void;
|
|
6
|
+
onCollapse?: () => void;
|
|
6
7
|
isLoading?: boolean;
|
|
7
8
|
resetScroll: () => void;
|
|
8
9
|
icToggleEvent: EventBus<ToggleCallback>;
|
|
9
10
|
}, {
|
|
10
11
|
layer0: import('vue').Ref<string, string>;
|
|
11
12
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
12
|
-
|
|
13
|
+
onExpand?: () => void;
|
|
14
|
+
onCollapse?: () => void;
|
|
13
15
|
isLoading?: boolean;
|
|
14
16
|
resetScroll: () => void;
|
|
15
17
|
icToggleEvent: EventBus<ToggleCallback>;
|
|
@@ -4,11 +4,13 @@ import { BUTTON_ACTIONS } from '../../../configurator/store/ui-state';
|
|
|
4
4
|
|
|
5
5
|
declare const _default: import('vue').DefineComponent<{
|
|
6
6
|
onClose: (_buttonAction: BUTTON_ACTIONS, _reason: CloseReason) => Promise<void>;
|
|
7
|
-
|
|
7
|
+
onExpand?: () => void;
|
|
8
|
+
onCollapse?: () => void;
|
|
8
9
|
icToggleEvent: EventBus<ToggleCallback>;
|
|
9
10
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
10
11
|
onClose: (_buttonAction: BUTTON_ACTIONS, _reason: CloseReason) => Promise<void>;
|
|
11
|
-
|
|
12
|
+
onExpand?: () => void;
|
|
13
|
+
onCollapse?: () => void;
|
|
12
14
|
icToggleEvent: EventBus<ToggleCallback>;
|
|
13
15
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
16
|
export default _default;
|
|
@@ -3,17 +3,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
3
3
|
isExpanded?: boolean;
|
|
4
4
|
onExpand: (event: MouseEvent) => void;
|
|
5
5
|
onCollapse?: (_payload: MouseEvent) => void;
|
|
6
|
-
isDesktop?: boolean;
|
|
7
6
|
api: RoomlePlannerWithExtObjs;
|
|
7
|
+
label: string;
|
|
8
8
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
9
9
|
groups: RapiTag[];
|
|
10
10
|
isExpanded?: boolean;
|
|
11
11
|
onExpand: (event: MouseEvent) => void;
|
|
12
12
|
onCollapse?: (_payload: MouseEvent) => void;
|
|
13
|
-
isDesktop?: boolean;
|
|
14
13
|
api: RoomlePlannerWithExtObjs;
|
|
14
|
+
label: string;
|
|
15
15
|
}> & Readonly<{}>, {
|
|
16
|
-
isDesktop: boolean;
|
|
17
16
|
isExpanded: boolean;
|
|
18
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
18
|
export default _default;
|