@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.
Files changed (74) hide show
  1. package/docs/md/web/embedding/CHANGELOG.md +23 -60
  2. package/package.json +1 -1
  3. package/packages/web-sdk/packages/homag-intelligence/src/homag-intelligence.d.ts +5 -0
  4. package/src/common/components/inputs/RangeSlider.vue.d.ts +1 -1
  5. package/src/common/components/overlays/PartList.vue.d.ts +3 -3
  6. package/src/common/components/parameters/ColorParameter.vue.d.ts +2 -2
  7. package/src/common/components/side-bar/ResponsiveSidebarWrapper.vue.d.ts +37 -0
  8. package/src/common/components/side-bar/SidebarItem.vue.d.ts +20 -0
  9. package/src/common/components/side-bar/SidebarItemLabel.vue.d.ts +10 -0
  10. package/src/common/components/side-bar/SidebarRouterLayer.vue.d.ts +6 -0
  11. package/src/common/components/side-bar/TabbedNav.vue.d.ts +22 -0
  12. package/src/common/components/{collection-view/-utils → side-bar}/TabbedNavMenu.vue.d.ts +1 -1
  13. package/src/common/components/{collection-view/-utils/collection-view-dynamic-components.d.ts → side-bar/utils/configurator-sidebar-components.d.ts} +27 -86
  14. package/src/common/components/side-bar/utils/helper.d.ts +3 -0
  15. package/src/common/components/side-bar/utils/types.d.ts +32 -0
  16. package/src/common/components/utils/QRCode.vue.d.ts +3 -3
  17. package/src/common/composables/use-fetch-root-tag.d.ts +3 -3
  18. package/src/common/composables/use-open-close-anim.d.ts +2 -2
  19. package/src/common/composables/use-pausable-computed.d.ts +15 -0
  20. package/src/common/composables/use-sidebar-layer-router.d.ts +12 -0
  21. package/src/common/router/router.d.ts +2 -0
  22. package/src/common/store/index.d.ts +3 -3
  23. package/src/common/store/{collection-view-state.d.ts → sidebar-store-state.d.ts} +12 -12
  24. package/src/common/utils/parameters.d.ts +6 -6
  25. package/src/common/utils/types.d.ts +0 -3
  26. package/src/configurator/business-logic/sdk-connector.d.ts +0 -1
  27. package/src/configurator/components/ConfiguratorSidebar.vue.d.ts +4 -2
  28. package/src/configurator/components/addons/PossibleChildren.vue.d.ts +0 -2
  29. package/src/configurator/components/grid-view/-utils/CollapsedView.vue.d.ts +29 -77
  30. package/src/configurator/components/grid-view/-utils/ExpandedHeader.vue.d.ts +6 -6
  31. package/src/configurator/components/grid-view/-utils/ExpandedView.vue.d.ts +7 -4
  32. package/src/configurator/components/grid-view/-utils/GridViewElement.vue.d.ts +1 -1
  33. package/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +7 -2
  34. package/src/configurator/components/grid-view/GridView.vue.d.ts +2 -2
  35. package/src/configurator/components/parameters/types/DisabledParameters.vue.d.ts +3 -3
  36. package/src/configurator/components/parameters/types/MaterialParameter.vue.d.ts +10 -64
  37. package/src/configurator/components/parameters/types/ProductVariant.vue.d.ts +4 -5
  38. package/src/configurator/components/parameters/types/ThumbnailsParameter.vue.d.ts +2 -5
  39. package/src/configurator/components/utils/-utils/side-bar-types.d.ts +13 -0
  40. package/src/configurator/components/utils/InteractionsContainer.vue.d.ts +4 -2
  41. package/src/configurator/components/utils/SearchInput.vue.d.ts +6 -3
  42. package/src/configurator/embedding/helper.d.ts +1 -1
  43. package/src/configurator/embedding/types.d.ts +1 -1
  44. package/src/planner/business-logic/rooms.d.ts +0 -7
  45. package/src/planner/components/ObjectList.vue.d.ts +5 -5
  46. package/src/planner/components/PlannerSidebar.vue.d.ts +4 -2
  47. package/src/planner/components/overlays/RoomSidebar.vue.d.ts +4 -2
  48. package/src/planner/components/overlays/rooms/ConstructionVariants.vue.d.ts +2 -3
  49. package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +15 -4873
  50. package/src/planner/components/overlays/rooms/RoomFloorAndWallSettings.vue.d.ts +0 -2
  51. package/src/planner/components/overlays/rooms/RoomsList.vue.d.ts +0 -2
  52. package/src/planner/components/overlays/rooms/WallGeneralSettings.vue.d.ts +4 -2
  53. package/src/planner/components/overlays/rooms/WindowParametersSetting.vue.d.ts +4 -2
  54. package/src/planner/components/utils/ConfiguratorParameter.vue.d.ts +6 -6
  55. package/src/planner/components/utils/InteractionHeader.vue.d.ts +3 -3
  56. package/src/planner/components/utils/WallSideIcon.vue.d.ts +5 -5
  57. package/src/planner/store/planner-core-data.d.ts +0 -1
  58. package/src/planner/utils/planner-sidebar.d.ts +0 -9
  59. package/src/viewer/components/ViewerMain.vue.d.ts +11 -7
  60. package/src/viewer/components/ViewerSidebar.vue.d.ts +3 -3
  61. package/src/common/components/collection-view/-utils/TabbedNav.vue.d.ts +0 -18
  62. package/src/common/components/collection-view/-utils/collection-view-props.d.ts +0 -40
  63. package/src/common/components/collection-view/-utils/helper.d.ts +0 -5
  64. package/src/common/components/collection-view/-utils/render.d.ts +0 -9
  65. package/src/common/components/collection-view/-utils/types.d.ts +0 -45
  66. package/src/common/components/collection-view/CollectionView.vue.d.ts +0 -69
  67. package/src/common/components/collection-view/CollectionViewElement.vue.d.ts +0 -47
  68. package/src/common/components/drawer-layout/DrawerElement.vue.d.ts +0 -71
  69. package/src/common/components/drawer-layout/DrawerGroup.vue.d.ts +0 -23
  70. package/src/common/components/drawer-layout/DrawerLayout.vue.d.ts +0 -94
  71. /package/src/common/components/{collection-view/-utils → side-bar}/BackButton.vue.d.ts +0 -0
  72. /package/src/common/components/{collection-view/CollectionViewHint.vue.d.ts → side-bar/SidebarHintText.vue.d.ts} +0 -0
  73. /package/src/common/components/{collection-view/-utils → side-bar}/TabbedNavStatic.vue.d.ts +0 -0
  74. /package/src/common/components/{collection-view/-utils → tool-tip}/ParameterTooltip.vue.d.ts +0 -0
@@ -1,68 +1,31 @@
1
- ## [5.25.0](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.24.0...embedding-lib-v5.25.0) (2025-08-12)
1
+ ## [5.26.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.25.0...embedding-lib-v5.26.0-alpha.1) (2025-08-12)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * add Bulgarian and Slovakian languages ([8f1fc67](https://github.com/roomle-dev/roomle-ui/commit/8f1fc67cff5de23d97f542b29b5497f806314838))
7
- * cancel dragin on esc ([cb73cfa](https://github.com/roomle-dev/roomle-ui/commit/cb73cfa13bf25a7a95833d66bb5193e24273b01c))
8
- * collection of light sources in component ([39d0c6d](https://github.com/roomle-dev/roomle-ui/commit/39d0c6d4457c7e36a6ab24146d4b6b2381145a7c))
9
- * COLOR parameter type ([5b5a656](https://github.com/roomle-dev/roomle-ui/commit/5b5a6564faa9a1cddb556979f2f6ac3f42066b7b))
10
- * component area light ([6ca94ab](https://github.com/roomle-dev/roomle-ui/commit/6ca94ab66f30d793b7a3e37be912388ac611e355))
11
- * component point light ([2d8ed76](https://github.com/roomle-dev/roomle-ui/commit/2d8ed76db76a313263df448934e55c278f4cc878))
12
- * core api - Editor3dChangedLightSource ([f83bb0c](https://github.com/roomle-dev/roomle-ui/commit/f83bb0ccb12dd5acc27d095743b21a5900958299))
13
- * core api - Editor3dChangedLightSource ([3cc6a47](https://github.com/roomle-dev/roomle-ui/commit/3cc6a47daa49626d3f22f2612e3bfd1762d22c9b))
14
- * core upgrade to version 2.57.0-alpha.1 ([7894089](https://github.com/roomle-dev/roomle-ui/commit/7894089e552d63d700deb44791d31bdcb1ea3772))
15
- * core upgrade to version 2.57.0-alpha.2 ([8ef08a9](https://github.com/roomle-dev/roomle-ui/commit/8ef08a90dda72f5d30d445badd97f4a77e2c27c1))
16
- * core upgrade to version 2.57.0-alpha.3 ([f6f1459](https://github.com/roomle-dev/roomle-ui/commit/f6f14594242c9c0d6a28bf27a0f7dfe1e3fa9583))
17
- * drag insert object animation ([180b17b](https://github.com/roomle-dev/roomle-ui/commit/180b17b640ae40a0c64f4ccb1815f576bd210b77))
18
- * embedding api for setting animation values of configurations ([2e99810](https://github.com/roomle-dev/roomle-ui/commit/2e9981060a14f52a3ba9ad81ffee20d2bfafe184))
19
- * integrate check attributes conflict solving into emulator ([40017b0](https://github.com/roomle-dev/roomle-ui/commit/40017b0a83ef9cf23a9a59cc76fa31b2bd249717))
20
- * migration of the light source implementation from innovation day ([c9b554b](https://github.com/roomle-dev/roomle-ui/commit/c9b554bc7cfa929affdb5f065237aa71a6b0813a))
21
- * object dimensioning with individual dimensioning axes ([0b7cd94](https://github.com/roomle-dev/roomle-ui/commit/0b7cd94631897fa2578173490296e6f947c3f85d))
22
- * show custom component dimensions when click on measurements icon ([134a2df](https://github.com/roomle-dev/roomle-ui/commit/134a2dfda3186fa3a6c07d5d65d52ff6701511f3))
23
- * update light source attributes ([b4f080c](https://github.com/roomle-dev/roomle-ui/commit/b4f080c059acfb21cedaf6e770b4301887770ad5))
24
- * update pos data model ([e612333](https://github.com/roomle-dev/roomle-ui/commit/e6123333b262ce72339f3059cde95128449bc849))
25
- * updateAttribute API from OC ([3b4af28](https://github.com/roomle-dev/roomle-ui/commit/3b4af289a58a1669ca66e66649876d28e1bdc421))
26
- * **SDK:** upgrade to version 2.105.0 ([#1758](https://github.com/roomle-dev/roomle-ui/issues/1758)) ([d259718](https://github.com/roomle-dev/roomle-ui/commit/d2597182081e18dccaba8c8309c6ac371b317e1b))
27
- * **core:** upgrade to version 2.57.0-alpha.4 ([55d0d2e](https://github.com/roomle-dev/roomle-ui/commit/55d0d2edab851fe2da418907663ecf347272201b))
28
- * **core:** upgrade to version 2.57.0-alpha.5 ([7729b50](https://github.com/roomle-dev/roomle-ui/commit/7729b50ad6ebcb8265dd6f66f005206acb2b457c))
29
- * **core:** upgrade to version 2.57.0-alpha.5 ([b5f4127](https://github.com/roomle-dev/roomle-ui/commit/b5f412743d68be2640ecfebdeba27bbc4ecdd18b))
30
- * **core:** upgrade to version 2.57.0-alpha.6 ([c82dd49](https://github.com/roomle-dev/roomle-ui/commit/c82dd49d34db1baede3314a569cdcafe8408651f))
31
- * **core:** upgrade to version 2.57.0-alpha.7 ([73ef34f](https://github.com/roomle-dev/roomle-ui/commit/73ef34f9217be99976a57c241d9d88d98c39814e))
32
- * **core:** upgrade to version 2.58.0-alpha.1 ([3b97d5f](https://github.com/roomle-dev/roomle-ui/commit/3b97d5f1af08e7c8c38a4f7edcc632a9fdd5788c))
33
- * **core:** upgrade to version 2.58.0-alpha.2 ([523ec6c](https://github.com/roomle-dev/roomle-ui/commit/523ec6ce14be24d51d2c1e4c82838270707c5ad9))
34
- * **core:** upgrade to version 2.58.0-alpha.3 ([79c4d30](https://github.com/roomle-dev/roomle-ui/commit/79c4d30594a5801a893029f86f6286abef79e3de))
35
- * **core:** upgrade to version 2.58.0-alpha.4 ([394d952](https://github.com/roomle-dev/roomle-ui/commit/394d9522d024a68e9565a81d6c4531227964adba))
36
- * **core:** upgrade to version 2.58.0-alpha.5 ([2ede69a](https://github.com/roomle-dev/roomle-ui/commit/2ede69a9840b4cf5e695a9d8d17c793e5e8badc4))
37
- * **core:** upgrade to version 2.58.0-alpha.6 ([ca5ff49](https://github.com/roomle-dev/roomle-ui/commit/ca5ff49af721c43ea9c8093280d3f6f3b5d72f6c))
38
- * **core:** upgrade to version 2.58.0-alpha.7 ([5bdcaeb](https://github.com/roomle-dev/roomle-ui/commit/5bdcaeb1075d614694151411f829ebd5ede4bbcf))
39
- * **core:** upgrade to version 2.58.0-alpha.8 ([29ab1ad](https://github.com/roomle-dev/roomle-ui/commit/29ab1adb89acaa739631310ffaa43fafa7d003a3))
40
- * **core:** upgrade to version 2.58.0 ([12d9422](https://github.com/roomle-dev/roomle-ui/commit/12d942213b0b55b722e46085fec8a4ae32f791aa))
6
+ * mobile view, expanding grid views, collapsing, hiding on selection change ([e09153e](https://github.com/roomle-dev/roomle-ui/commit/e09153e2ccc4dd79fdff13342fa332325463d05a))
7
+ * router based grid view concept ([18c7968](https://github.com/roomle-dev/roomle-ui/commit/18c79687167c6d05d1d7c549aea451c872d0a335))
8
+ * unregistering components ([8e707a0](https://github.com/roomle-dev/roomle-ui/commit/8e707a002cd822d57e9a87acd6073f5ce0319f5c))
9
+ * working router view layering system ([447b929](https://github.com/roomle-dev/roomle-ui/commit/447b929dad11aa98fb84e4f59e3fdba21d4d428f))
41
10
 
42
11
 
43
12
  ### Bug Fixes
44
13
 
45
- * another dev dep ([89a67e4](https://github.com/roomle-dev/roomle-ui/commit/89a67e41fd02ae7f83eff2c06be84af3980fb6b8))
46
- * await mock setup for threejs utils ([4582f37](https://github.com/roomle-dev/roomle-ui/commit/4582f3762e1f2f606bac52fff901d7593ce032ae))
47
- * Build workers in sdk folder when running npm run dev ([8f717d6](https://github.com/roomle-dev/roomle-ui/commit/8f717d6b6fd01bac863873f8f2f9001ce55c8603))
48
- * development builds loading envmaps ([3983d81](https://github.com/roomle-dev/roomle-ui/commit/3983d81ef3466816ff8310c0d759583537e068b6))
49
- * exclude dimensioning from G-Buffer (and thus from AO) ([1ffd715](https://github.com/roomle-dev/roomle-ui/commit/1ffd7158f9caa345b08229f71962819765e86f23))
50
- * keep Z coordinate when dragging in 2D ([d3499f3](https://github.com/roomle-dev/roomle-ui/commit/d3499f36ed9ca9c3c56f3614eef841bdaedd675a))
51
- * lamp light intensity ([da960a0](https://github.com/roomle-dev/roomle-ui/commit/da960a0dbb8a6d0272a3172aff839d0e32ee7a20))
52
- * make material transition async again ([533feff](https://github.com/roomle-dev/roomle-ui/commit/533feff2f59ba75533c9be9b4a548e78940cb226))
53
- * message handler return ([1d6afc7](https://github.com/roomle-dev/roomle-ui/commit/1d6afc747416de5840b22216831c443cee473954))
54
- * Missing focus when clicking measurement bubble ([a3c75e9](https://github.com/roomle-dev/roomle-ui/commit/a3c75e99ae1cb9fe3c835c1e8fbcb2a120777dbd))
55
- * more tests passing under vite ([705ade6](https://github.com/roomle-dev/roomle-ui/commit/705ade69485bc15410345109f2b265c39bd4ab97))
56
- * parse font json instead of loading it from url ([940e57e](https://github.com/roomle-dev/roomle-ui/commit/940e57e2ca86b73131de7578f4433065c40c81fc))
57
- * relative paths ([696388b](https://github.com/roomle-dev/roomle-ui/commit/696388b10f8d8247a293c83667cabae49efee370))
58
- * release ([42400e9](https://github.com/roomle-dev/roomle-ui/commit/42400e95a2da8f299b8611c949897e9f28b7a798))
59
- * remove duplicate member (resolve merge conflict) ([4973406](https://github.com/roomle-dev/roomle-ui/commit/4973406c472f2572b9292cef13956ba267d64317))
60
- * remove tween object after completing or stopping the animation ([5e87d17](https://github.com/roomle-dev/roomle-ui/commit/5e87d17d26a9635ee60818fec67c26d0be2e68f9))
61
- * sw paths ([c2d7ffd](https://github.com/roomle-dev/roomle-ui/commit/c2d7ffda8b8d539d25c592681c63c43aee4fd27d))
62
- * update loco translations for da fr nl and sv languages ([3d6ecc2](https://github.com/roomle-dev/roomle-ui/commit/3d6ecc293179ed7638e44578915caefca7da7fba))
63
- * use import for tween.js instead of script loader ([c248fc3](https://github.com/roomle-dev/roomle-ui/commit/c248fc34c293f130cdd9b19d382c46eb66765b43))
64
-
65
-
66
- ### Reverts
67
-
68
- * removed duplicate function "convertFromKernel" ([af83508](https://github.com/roomle-dev/roomle-ui/commit/af83508d3fdfc68f1d5b7651c616009ebd303ad2))
14
+ * broken drawer behavior on stop configuring while grid view is open ([0c3ff29](https://github.com/roomle-dev/roomle-ui/commit/0c3ff29706ffbdc72be5896a192ac7e0e2cd1442))
15
+ * configurator sidebar addon panels ([c04cede](https://github.com/roomle-dev/roomle-ui/commit/c04cededcdc633a196841cac5cd1a89bebb223d3))
16
+ * decouple slider value and pause mobile sidebar rendering ([0133047](https://github.com/roomle-dev/roomle-ui/commit/0133047468667d3bc430b3d944b17941f808d8a1))
17
+ * e2e passing ([a3763a4](https://github.com/roomle-dev/roomle-ui/commit/a3763a466aadc7ea1f6488e2c6c4e2dafa79a975))
18
+ * failing tests ([bf62d13](https://github.com/roomle-dev/roomle-ui/commit/bf62d13b068e92ee124b155ed549f95eb7ff4646))
19
+ * grid view preview elements resorting ([f4f83fb](https://github.com/roomle-dev/roomle-ui/commit/f4f83fb88e0b1c03d0a7e4e99e8f6d9b69f75349))
20
+ * labels and interaction bugs ([3e7eedf](https://github.com/roomle-dev/roomle-ui/commit/3e7eedfec5fa8acdb97365db435dc29ce43051fa))
21
+ * loading states on variants, active tab bug ([7e8bd10](https://github.com/roomle-dev/roomle-ui/commit/7e8bd109199747f699fef8598892b44140525213))
22
+ * material picker ordering ([cc5dcc2](https://github.com/roomle-dev/roomle-ui/commit/cc5dcc2986801328c3603a546d1cbd82160d9f8f))
23
+ * mobile touch start on range sliders ([32ae540](https://github.com/roomle-dev/roomle-ui/commit/32ae540f64278b1b4c056907befa3e5cc764eec5))
24
+ * part list scrolling ([b536269](https://github.com/roomle-dev/roomle-ui/commit/b536269b0703ed276fe53f104848a37b889ef6d1))
25
+ * redo removal of uuid ([0cb2869](https://github.com/roomle-dev/roomle-ui/commit/0cb28693f43c1979969e8fbe26e8ae2f288383d4))
26
+ * redo removal of uuid ([474751e](https://github.com/roomle-dev/roomle-ui/commit/474751e01a0b8e48f53076324ccc0c77c47e9158))
27
+ * revert ([0c99e68](https://github.com/roomle-dev/roomle-ui/commit/0c99e68529b58ea0a10179ddd47025995630b7b5))
28
+ * tabbed nav ids ([64b6a6a](https://github.com/roomle-dev/roomle-ui/commit/64b6a6a84cf33d25000007666a50633a3218885b))
29
+ * tabbed nav scroller ([6b72823](https://github.com/roomle-dev/roomle-ui/commit/6b72823557e5cc543219fcd2dca3d3cb779c84a1))
30
+ * testparty mobile fixes pt 1 ([845ecba](https://github.com/roomle-dev/roomle-ui/commit/845ecba69ae7f705c0d7e17e84934a0895200d15))
31
+ * various ([b351a18](https://github.com/roomle-dev/roomle-ui/commit/b351a183eb8cd1c4617ac7f29d3efeeee605e57b))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.25.0",
3
+ "version": "5.26.0-alpha.1",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.umd.js",
@@ -4,6 +4,11 @@ import { ApiOptions } from './loader';
4
4
  import { MasterData } from './model/oc-scripts-domain.model';
5
5
  import { default as RoomlePlanner } from '../../planner-core/src/roomle-planner';
6
6
 
7
+ declare global {
8
+ interface Window {
9
+ uuidv4: () => string;
10
+ }
11
+ }
7
12
  export declare const HOMAG_INTELLIGENCE_ENDPOINT = "https://europe-west3-rml-showcases.cloudfunctions.net/proxy_request?url=";
8
13
  export declare class HomagIntelligence extends RmlPlugin {
9
14
  private _roomlePlanner;
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<{
13
13
  onInput: (_payload: any) => void;
14
14
  }, {
15
15
  resetErrors: () => void;
16
- positionFilled: () => void;
16
+ positionFilled: (value?: number) => void;
17
17
  getValueString: () => string;
18
18
  setValueString: (valueString: string, unitChanged?: boolean) => void;
19
19
  setHasRangeError: () => void;
@@ -171,12 +171,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
171
171
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
172
172
  InteractionHeader: import('vue').DefineComponent<{
173
173
  onClick?: (_payload: MouseEvent) => void;
174
- heading: string;
174
+ heading?: string;
175
175
  hideCloseButton?: boolean;
176
176
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
177
177
  onClick?: (_payload: MouseEvent) => void;
178
- heading: string;
178
+ heading?: string;
179
179
  hideCloseButton?: boolean;
180
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
180
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
181
181
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
182
182
  export default _default;
@@ -1107,9 +1107,9 @@ declare const _default: import('vue').DefineComponent<{
1107
1107
  isExpanded?: boolean;
1108
1108
  onExpand?: () => void;
1109
1109
  onCollapse?: (_payload: MouseEvent) => void;
1110
- isDesktop?: boolean;
1111
1110
  onSetColor?: (element: GridViewElement<any>) => void | Promise<void>;
1112
1111
  value?: MinimalBoundValue<any>;
1112
+ label?: string;
1113
1113
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
1114
1114
  groups: RapiMaterialGroup[] | readonly [{
1115
1115
  readonly id: "ral_9000";
@@ -2216,8 +2216,8 @@ declare const _default: import('vue').DefineComponent<{
2216
2216
  isExpanded?: boolean;
2217
2217
  onExpand?: () => void;
2218
2218
  onCollapse?: (_payload: MouseEvent) => void;
2219
- isDesktop?: boolean;
2220
2219
  onSetColor?: (element: GridViewElement<any>) => void | Promise<void>;
2221
2220
  value?: MinimalBoundValue<any>;
2221
+ label?: string;
2222
2222
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2223
2223
  export default _default;
@@ -0,0 +1,37 @@
1
+ import { TabCategory } from './utils/types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
4
+ tabCategories?: TabCategory[];
5
+ onSelectCategory?: (_category: TabCategory, _index: number) => void;
6
+ onClickMobileSearch?: () => void;
7
+ selectedCategory?: TabCategory;
8
+ sidebarHeader?: string;
9
+ showClose?: boolean;
10
+ showBack?: boolean;
11
+ onBack?: () => void;
12
+ onClose?: () => void;
13
+ hideHeader?: boolean;
14
+ showGlobalSearch?: boolean;
15
+ isLoading?: boolean;
16
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
17
+ tabCategories?: TabCategory[];
18
+ onSelectCategory?: (_category: TabCategory, _index: number) => void;
19
+ onClickMobileSearch?: () => void;
20
+ selectedCategory?: TabCategory;
21
+ sidebarHeader?: string;
22
+ showClose?: boolean;
23
+ showBack?: boolean;
24
+ onBack?: () => void;
25
+ onClose?: () => void;
26
+ hideHeader?: boolean;
27
+ showGlobalSearch?: boolean;
28
+ isLoading?: boolean;
29
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
30
+ default?(_: {}): any;
31
+ }>;
32
+ export default _default;
33
+ type __VLS_WithTemplateSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1,20 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
+ label?: string;
3
+ payload?: UiKernelParameter;
4
+ disabled?: boolean;
5
+ onClickDisabled?: () => void;
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
7
+ label?: string;
8
+ payload?: UiKernelParameter;
9
+ disabled?: boolean;
10
+ onClickDisabled?: () => void;
11
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
12
+ componentIcon?(_: {}): any;
13
+ default?(_: {}): any;
14
+ }>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,10 @@
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>, {
2
+ default?(_: {}): any;
3
+ componentIcon?(_: {}): any;
4
+ }>;
5
+ export default _default;
6
+ type __VLS_WithTemplateSlots<T, S> = T & {
7
+ new (): {
8
+ $slots: S;
9
+ };
10
+ };
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ isHigherLevelSidebar: boolean;
3
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
4
+ isHigherLevelSidebar: boolean;
5
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { ParameterData, TabCategory } from './utils/types';
2
+
3
+ declare const _default: import('vue').DefineComponent<{
4
+ tabCategories?: TabCategory[];
5
+ selectedCategory?: TabCategory;
6
+ onSelect: (_tab: ParameterData<any>, _index: number) => void;
7
+ onSelectCategory?: (_category: TabCategory, _index: number) => void;
8
+ tabs: ParameterData<any>[];
9
+ selected: ParameterData<any>;
10
+ showSearch?: boolean;
11
+ onClickSearch?: () => void;
12
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
+ tabCategories?: TabCategory[];
14
+ selectedCategory?: TabCategory;
15
+ onSelect: (_tab: ParameterData<any>, _index: number) => void;
16
+ onSelectCategory?: (_category: TabCategory, _index: number) => void;
17
+ tabs: ParameterData<any>[];
18
+ selected: ParameterData<any>;
19
+ showSearch?: boolean;
20
+ onClickSearch?: () => void;
21
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { TabCategory } from './types';
2
+ import { TabCategory } from './utils/types';
3
3
 
4
4
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
5
  selectedCategory: PropType<TabCategory>;
@@ -1,66 +1,15 @@
1
1
  declare const dynamicComponents: {
2
- readonly MaterialParameter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- parameter: import('vue').PropType<UiKernelParameter>;
4
- isExpanded: BooleanConstructor;
5
- onExpand: {
6
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
7
- required: true;
8
- };
9
- onCollapse: {
10
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
11
- };
12
- isDesktop: BooleanConstructor;
13
- }>, {}, {
14
- groups: RapiMaterialGroup[];
15
- }, {
16
- allElements(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
17
- selectedElement(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>;
18
- normalizedGroups(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
19
- }, {
20
- onSelect({ key }: {
21
- key: string;
22
- }): Promise<void>;
23
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
- parameter: import('vue').PropType<UiKernelParameter>;
25
- isExpanded: BooleanConstructor;
26
- onExpand: {
27
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
28
- required: true;
29
- };
30
- onCollapse: {
31
- type: import('vue').PropType<(_payload: MouseEvent) => void>;
32
- };
33
- isDesktop: BooleanConstructor;
34
- }>> & Readonly<{}>, {
35
- isDesktop: boolean;
2
+ readonly MaterialParameter: import('vue').DefineComponent<{
3
+ parameter?: UiKernelParameter;
36
4
  isExpanded: boolean;
37
- }, {}, {
38
- GridView: import('vue').DefineComponent<{
39
- isExpanded?: boolean;
40
- onExpand: (event: MouseEvent) => void;
41
- onSelect: ((...args: any[]) => any)[] | ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>) => Promise<void>);
42
- onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => Promise<void>;
43
- onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => void;
44
- elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
45
- selectedElement?: any;
46
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
47
- onCollapse?: (mouseEvent: MouseEvent) => void;
48
- isDesktop?: boolean;
49
- }, {
50
- currentTouch: import('../../../../../packages/common/src/utils/touch-drag').TouchDrag<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>>;
51
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
52
- isExpanded?: boolean;
53
- onExpand: (event: MouseEvent) => void;
54
- onSelect: ((...args: any[]) => any)[] | ((possibleChild: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>) => Promise<void>);
55
- onDragStart?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => Promise<void>;
56
- onDragEnd?: (gridViewElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>, event: TouchEvent | DragEvent) => void;
57
- elements: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
58
- selectedElement?: any;
59
- groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
60
- onCollapse?: (mouseEvent: MouseEvent) => void;
61
- isDesktop?: boolean;
62
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
63
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
+ onExpand: (_payload: MouseEvent) => void;
6
+ onCollapse?: (_payload: MouseEvent) => void;
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
+ parameter?: UiKernelParameter;
9
+ isExpanded: boolean;
10
+ onExpand: (_payload: MouseEvent) => void;
11
+ onCollapse?: (_payload: MouseEvent) => void;
12
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
64
13
  readonly OptionsParameter: import('vue').DefineComponent<{
65
14
  parameter: {
66
15
  value: string;
@@ -86,7 +35,6 @@ declare const dynamicComponents: {
86
35
  onCollapse: {
87
36
  type: import('vue').PropType<(_payload: MouseEvent) => void>;
88
37
  };
89
- isDesktop: BooleanConstructor;
90
38
  }>, {}, {}, {
91
39
  allElements(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>[];
92
40
  selectedElement(): import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>;
@@ -105,9 +53,7 @@ declare const dynamicComponents: {
105
53
  onCollapse: {
106
54
  type: import('vue').PropType<(_payload: MouseEvent) => void>;
107
55
  };
108
- isDesktop: BooleanConstructor;
109
56
  }>> & Readonly<{}>, {
110
- isDesktop: boolean;
111
57
  isExpanded: boolean;
112
58
  }, {}, {
113
59
  GridView: import('vue').DefineComponent<{
@@ -120,7 +66,7 @@ declare const dynamicComponents: {
120
66
  selectedElement?: any;
121
67
  groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
122
68
  onCollapse?: (mouseEvent: MouseEvent) => void;
123
- isDesktop?: boolean;
69
+ label?: string;
124
70
  }, {
125
71
  currentTouch: import('../../../../../packages/common/src/utils/touch-drag').TouchDrag<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>>;
126
72
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
@@ -133,7 +79,7 @@ declare const dynamicComponents: {
133
79
  selectedElement?: any;
134
80
  groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
135
81
  onCollapse?: (mouseEvent: MouseEvent) => void;
136
- isDesktop?: boolean;
82
+ label?: string;
137
83
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
138
84
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
139
85
  readonly RangeParameter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -163,13 +109,11 @@ declare const dynamicComponents: {
163
109
  isExpanded: boolean;
164
110
  onExpand: () => void;
165
111
  onCollapse: (_payload: MouseEvent) => void;
166
- isDesktop: boolean;
167
112
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
168
113
  addonTag: UiPossibleChildTag;
169
114
  isExpanded: boolean;
170
115
  onExpand: () => void;
171
116
  onCollapse: (_payload: MouseEvent) => void;
172
- isDesktop: boolean;
173
117
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
174
118
  readonly ProductVariant: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
175
119
  variants: {
@@ -184,7 +128,7 @@ declare const dynamicComponents: {
184
128
  onCollapse: {
185
129
  type: import('vue').PropType<(_payload: MouseEvent) => void>;
186
130
  };
187
- isDesktop: BooleanConstructor;
131
+ label: StringConstructor;
188
132
  }>, {}, {
189
133
  groups: RapiTagForUi[];
190
134
  }, {
@@ -205,9 +149,8 @@ declare const dynamicComponents: {
205
149
  onCollapse: {
206
150
  type: import('vue').PropType<(_payload: MouseEvent) => void>;
207
151
  };
208
- isDesktop: BooleanConstructor;
152
+ label: StringConstructor;
209
153
  }>> & Readonly<{}>, {
210
- isDesktop: boolean;
211
154
  isExpanded: boolean;
212
155
  }, {}, {
213
156
  GridView: import('vue').DefineComponent<{
@@ -220,7 +163,7 @@ declare const dynamicComponents: {
220
163
  selectedElement?: any;
221
164
  groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
222
165
  onCollapse?: (mouseEvent: MouseEvent) => void;
223
- isDesktop?: boolean;
166
+ label?: string;
224
167
  }, {
225
168
  currentTouch: import('../../../../../packages/common/src/utils/touch-drag').TouchDrag<import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>>;
226
169
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
@@ -233,21 +176,21 @@ declare const dynamicComponents: {
233
176
  selectedElement?: any;
234
177
  groups: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewGroup<any>[];
235
178
  onCollapse?: (mouseEvent: MouseEvent) => void;
236
- isDesktop?: boolean;
179
+ label?: string;
237
180
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
238
181
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
239
182
  readonly ObjectList: import('vue').DefineComponent<{
240
- element: import('./types').CollectionViewElement<any>;
183
+ element: import('./types').ParameterData<any>;
241
184
  isExpanded?: boolean;
242
185
  onExpand?: () => void;
243
186
  onCollapse?: (_payload: MouseEvent) => void;
244
- isDesktop: boolean;
187
+ label?: string;
245
188
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
246
- element: import('./types').CollectionViewElement<any>;
189
+ element: import('./types').ParameterData<any>;
247
190
  isExpanded?: boolean;
248
191
  onExpand?: () => void;
249
192
  onCollapse?: (_payload: MouseEvent) => void;
250
- isDesktop: boolean;
193
+ label?: string;
251
194
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
252
195
  readonly RoomsList: import('vue').DefineComponent<{
253
196
  objects: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>[];
@@ -255,7 +198,6 @@ declare const dynamicComponents: {
255
198
  onExpand: () => void;
256
199
  onCollapse?: (_payload: MouseEvent) => void;
257
200
  onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>) => Promise<void>;
258
- isDesktop?: boolean;
259
201
  selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>;
260
202
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
261
203
  objects: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>[];
@@ -263,18 +205,17 @@ declare const dynamicComponents: {
263
205
  onExpand: () => void;
264
206
  onCollapse?: (_payload: MouseEvent) => void;
265
207
  onSelect: (_sampleRoom: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>) => Promise<void>;
266
- isDesktop?: boolean;
267
208
  selectedElement: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<import('../../../../planner/business-logic/rooms').SampleRoom>;
268
209
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
269
210
  readonly InteractionHeader: import('vue').DefineComponent<{
270
211
  onClick?: (_payload: MouseEvent) => void;
271
- heading: string;
212
+ heading?: string;
272
213
  hideCloseButton?: boolean;
273
214
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
274
215
  onClick?: (_payload: MouseEvent) => void;
275
- heading: string;
216
+ heading?: string;
276
217
  hideCloseButton?: boolean;
277
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
218
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
278
219
  readonly RoomRangeParameter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
279
220
  parameter: {
280
221
  type: import('vue').PropType<import('../../../../planner/business-logic/rooms').RoomRangeParametersTab | import('../../../../planner/business-logic/rooms').WallRangeParametersTab>;
@@ -1503,9 +1444,9 @@ declare const dynamicComponents: {
1503
1444
  isExpanded?: boolean;
1504
1445
  onExpand?: () => void;
1505
1446
  onCollapse?: (_payload: MouseEvent) => void;
1506
- isDesktop?: boolean;
1507
1447
  onSetColor?: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>) => void | Promise<void>;
1508
1448
  value?: import('../../../composables/use-core-bound-value').MinimalBoundValue<any>;
1449
+ label?: string;
1509
1450
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
1510
1451
  groups: RapiMaterialGroup[] | readonly [{
1511
1452
  readonly id: "ral_9000";
@@ -2612,9 +2553,9 @@ declare const dynamicComponents: {
2612
2553
  isExpanded?: boolean;
2613
2554
  onExpand?: () => void;
2614
2555
  onCollapse?: (_payload: MouseEvent) => void;
2615
- isDesktop?: boolean;
2616
2556
  onSetColor?: (element: import('../../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElement<any>) => void | Promise<void>;
2617
2557
  value?: import('../../../composables/use-core-bound-value').MinimalBoundValue<any>;
2558
+ label?: string;
2618
2559
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2619
2560
  readonly RoomDrawControl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2620
2561
  head: StringConstructor;
@@ -2847,9 +2788,9 @@ declare const dynamicComponents: {
2847
2788
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2848
2789
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2849
2790
  readonly DisabledParameters: import('vue').DefineComponent<{
2850
- parameter: import('./types').CollectionViewElement<any>[];
2791
+ parameter: import('./types').ParameterData<any>[];
2851
2792
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
2852
- parameter: import('./types').CollectionViewElement<any>[];
2793
+ parameter: import('./types').ParameterData<any>[];
2853
2794
  }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2854
2795
  readonly Tooltip: {
2855
2796
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
@@ -0,0 +1,3 @@
1
+ import { ParameterData } from './types';
2
+
3
+ export declare const getConfigurationSidebarTemplate: (parameterDataElement: ParameterData) => any;
@@ -0,0 +1,32 @@
1
+ import { Component } from 'vue';
2
+ import { UiKernelParameter, UiPossibleChildTag } from '@roomle/web-sdk/typings/kernel';
3
+ import { RapiTagForUi } from '@roomle/web-sdk/typings/rapi-types';
4
+ import { Nullable } from '../../../utils/types';
5
+
6
+ export type ParameterDataGeneralType = 'addon' | 'parameter' | 'variant';
7
+ export type ParameterDataDynamicType = ParameterDataGeneralType;
8
+ export interface TabCategory {
9
+ key: string;
10
+ label: string;
11
+ icon?: string;
12
+ onSelect?: Nullable<(_category: TabCategory) => Promise<void>>;
13
+ }
14
+ export interface ParameterComponentIcon<T> {
15
+ element: Component;
16
+ props?: T;
17
+ }
18
+ export type ParameterDataPossibleTypes = UiPossibleChildTag | UiKernelParameter | RapiTagForUi;
19
+ export interface ParameterData<T = ParameterDataPossibleTypes> {
20
+ label: Nullable<string>;
21
+ key: string;
22
+ payload: T;
23
+ type: string;
24
+ svgIcon?: string;
25
+ tabCategory?: TabCategory;
26
+ componentIcon?: ParameterComponentIcon<Record<string, any>>;
27
+ }
28
+ export declare const TabbedNavMenuKeys: {
29
+ readonly Draw: "tabbed-nav-menu-draw";
30
+ readonly Settings: "tabbed-nav-menu-settings";
31
+ readonly Construction: "tabbed-nav-menu-construction";
32
+ };
@@ -3,17 +3,17 @@ declare const _default: import('vue').DefineComponent<{
3
3
  size: number;
4
4
  color?: string;
5
5
  bgColor: string;
6
- errorLevel: "M" | "L" | "Q" | "H";
6
+ errorLevel: "L" | "M" | "Q" | "H";
7
7
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
8
  text: string;
9
9
  size: number;
10
10
  color?: string;
11
11
  bgColor: string;
12
- errorLevel: "M" | "L" | "Q" | "H";
12
+ errorLevel: "L" | "M" | "Q" | "H";
13
13
  }> & Readonly<{}>, {
14
14
  size: number;
15
15
  color: string;
16
16
  bgColor: string;
17
- errorLevel: "M" | "L" | "Q" | "H";
17
+ errorLevel: "L" | "M" | "Q" | "H";
18
18
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
19
  export default _default;
@@ -1,8 +1,8 @@
1
1
  import { SdkConnector } from '../../configurator/business-logic/sdk-connector';
2
2
  import { RapiId } from '@roomle/web-sdk/typings/rapi-types';
3
3
  import { Nullable } from '../utils/types';
4
- import { CollectionViewElement, TabCategory } from '../components/collection-view/-utils/types';
4
+ import { ParameterData, TabCategory } from '../components/side-bar/utils/types';
5
5
  import { UseAsyncData } from '../utils/composable-helpers';
6
6
 
7
- export declare const FETCHED_ROOT_TAGS: Map<RapiId, UseAsyncData<CollectionViewElement[]>>;
8
- export declare const useFetchRootTag: (tagId: Nullable<RapiId | RapiId[]>, sdkConnector: SdkConnector, tabCategory?: TabCategory) => UseAsyncData<CollectionViewElement[]>;
7
+ export declare const FETCHED_ROOT_TAGS: Map<RapiId, UseAsyncData<ParameterData[]>>;
8
+ export declare const useFetchRootTag: (tagId: Nullable<RapiId | RapiId[]>, sdkConnector: SdkConnector, tabCategory?: TabCategory) => UseAsyncData<ParameterData[]>;
@@ -1,8 +1,8 @@
1
- import { CollectionViewElement as CollectionViewElementType } from '../components/collection-view/-utils/types';
1
+ import { ParameterData } from '../components/side-bar/utils/types';
2
2
 
3
3
  export declare const OPEN_CLOSE_ANIMATION_PARAM_KEY = "animation:openClose";
4
4
  export declare const useOpenCloseAnim: () => {
5
- openCloseAnimationParameter: import('vue').ComputedRef<CollectionViewElementType<UiKernelParameter>>;
5
+ openCloseAnimationParameter: import('vue').ComputedRef<ParameterData<UiKernelParameter>>;
6
6
  isAnimationToggled: import('vue').ComputedRef<boolean>;
7
7
  toggleOpenCloseAnimation: () => Promise<void>;
8
8
  };