@roomle/embedding-lib 5.9.0-alpha.6 → 5.9.0-alpha.7

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.
@@ -1,7 +1,11 @@
1
- ## [5.9.0-alpha.6](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.9.0-alpha.5...embedding-lib-v5.9.0-alpha.6) (2025-01-16)
1
+ ## [5.9.0-alpha.7](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.9.0-alpha.6...embedding-lib-v5.9.0-alpha.7) (2025-01-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * implement search field for catalog drawer ([ead36b0](https://github.com/roomle-dev/roomle-ui/commit/ead36b0349066807d2df8750b137ff798d873724))
2
7
 
3
8
 
4
9
  ### Bug Fixes
5
10
 
6
- * check if notification key is in the INTERACTION_NOTIFICATIONS values ([82793e7](https://github.com/roomle-dev/roomle-ui/commit/82793e7821f0650a987c2cacac813e08cff0b8b8))
7
- * remove debugger statement ([9f3907a](https://github.com/roomle-dev/roomle-ui/commit/9f3907a3fe9b5dd1b79a5536e1773bb38dcb4ba1))
11
+ * translate directly in v-html ([4cec4dd](https://github.com/roomle-dev/roomle-ui/commit/4cec4dd6ab30ca339063488640dd17205ca8b7ae))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.9.0-alpha.6",
3
+ "version": "5.9.0-alpha.7",
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",
@@ -27,6 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
27
27
  onSelectElement?: (args: unknown) => void;
28
28
  onClose: (_payload: MouseEvent) => void;
29
29
  onSelectTab?: (_element: CollectionViewElement<import('./-utils/types').CollectionViewElementPossibleTypes>) => Promise<void>;
30
+ getSearchingAddonsMobileState?: (_state: boolean) => void;
30
31
  disableDefaultExpand?: boolean;
31
32
  selectedElement?: GridViewElement<import('../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
32
33
  bigCategories?: boolean;
@@ -53,6 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
53
54
  onSelectElement?: (args: unknown) => void;
54
55
  onClose: (_payload: MouseEvent) => void;
55
56
  onSelectTab?: (_element: CollectionViewElement<import('./-utils/types').CollectionViewElementPossibleTypes>) => Promise<void>;
57
+ getSearchingAddonsMobileState?: (_state: boolean) => void;
56
58
  disableDefaultExpand?: boolean;
57
59
  selectedElement?: GridViewElement<import('../../../configurator/components/grid-view/-utils/GridViewHelper').GridViewElementPossiblePayload>;
58
60
  bigCategories?: boolean;