@roomle/embedding-lib 5.16.0-alpha.3 → 5.16.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.
@@ -1,12 +1,6 @@
1
- ## [5.16.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.16.0-alpha.2...embedding-lib-v5.16.0-alpha.3) (2025-04-16)
2
-
3
-
4
- ### Features
5
-
6
- * introduce lockPlan feature flag to disable wall, floor or construction elements editing ([ca5c5e0](https://github.com/roomle-dev/roomle-ui/commit/ca5c5e07d9c1a3a12c9893c544431855aa4632c2))
7
- * **SDK:** upgrade to version 2.98.0-alpha.9 ([132961a](https://github.com/roomle-dev/roomle-ui/commit/132961a4f6dbb7975d39e33330f9447cf54b042e))
1
+ ## [5.16.0-alpha.4](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.16.0-alpha.3...embedding-lib-v5.16.0-alpha.4) (2025-04-17)
8
2
 
9
3
 
10
4
  ### Bug Fixes
11
5
 
12
- * update playwright snapshots ([2570f0b](https://github.com/roomle-dev/roomle-ui/commit/2570f0b5718e47fdebfc31e5ef2d046b1bdc21b2))
6
+ * lint ([6063e80](https://github.com/roomle-dev/roomle-ui/commit/6063e8075299d8e683683f27afb1c969e609d142))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.16.0-alpha.3",
3
+ "version": "5.16.0-alpha.4",
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",
@@ -1,88 +1,18 @@
1
- import { PropType } from 'vue';
2
- import { GridViewUiState, ViewTypeState } from '../../../../common/store/collection-view-state';
1
+ import { GridViewUiState } from '../../../../common/store/collection-view-state';
3
2
 
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
- state: {
6
- type: PropType<GridViewUiState>;
7
- required: true;
8
- };
9
- isDesktop: BooleanConstructor;
10
- onChange: {
11
- type: FunctionConstructor;
12
- default: () => any;
13
- };
14
- showListOption: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- };
18
- }>, {}, {}, {
19
- listViewActive(): boolean;
20
- gridViewSmallActive(): boolean;
21
- gridViewBigActive(): boolean;
22
- }, {
23
- setViewType(viewType: ViewTypeState): void;
24
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
25
- state: {
26
- type: PropType<GridViewUiState>;
27
- required: true;
28
- };
29
- isDesktop: BooleanConstructor;
30
- onChange: {
31
- type: FunctionConstructor;
32
- default: () => any;
33
- };
34
- showListOption: {
35
- type: BooleanConstructor;
36
- default: boolean;
37
- };
38
- }>> & Readonly<{}>, {
3
+ declare const _default: import('vue').DefineComponent<{
4
+ state: GridViewUiState;
5
+ isDesktop?: boolean;
6
+ onChange?: (event: Event) => void;
7
+ showListOption?: boolean;
8
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
9
+ state: GridViewUiState;
10
+ isDesktop?: boolean;
11
+ onChange?: (event: Event) => void;
12
+ showListOption?: boolean;
13
+ }> & Readonly<{}>, {
39
14
  isDesktop: boolean;
40
- onChange: Function;
15
+ onChange: (event: Event) => void;
41
16
  showListOption: boolean;
42
- }, {}, {
43
- SvgIcon: import('vue').DefineComponent<{
44
- icon: string;
45
- }, {
46
- svgIcon: import('vue').Ref<HTMLOrSVGElement, HTMLOrSVGElement>;
47
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
48
- icon: string;
49
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
50
- SearchInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
51
- state: {
52
- type: PropType<GridViewUiState>;
53
- required: true;
54
- };
55
- isDesktop: BooleanConstructor;
56
- onChange: {
57
- type: FunctionConstructor;
58
- default: () => any;
59
- };
60
- }>, {}, {}, {}, {
61
- onInput(event: Event): void;
62
- onFocus(event: Event): void;
63
- onCursorInInput(): void;
64
- onCursorLeavesInput(): void;
65
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
66
- state: {
67
- type: PropType<GridViewUiState>;
68
- required: true;
69
- };
70
- isDesktop: BooleanConstructor;
71
- onChange: {
72
- type: FunctionConstructor;
73
- default: () => any;
74
- };
75
- }>> & Readonly<{}>, {
76
- isDesktop: boolean;
77
- onChange: Function;
78
- }, {}, {
79
- SvgIcon: import('vue').DefineComponent<{
80
- icon: string;
81
- }, {
82
- svgIcon: import('vue').Ref<HTMLOrSVGElement, HTMLOrSVGElement>;
83
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
84
- icon: string;
85
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
86
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
87
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
88
18
  export default _default;
@@ -1,41 +1,15 @@
1
- import { PropType } from 'vue';
2
1
  import { GridViewUiState } from '../../../common/store/collection-view-state';
3
2
 
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
- state: {
6
- type: PropType<GridViewUiState>;
7
- required: true;
8
- };
9
- isDesktop: BooleanConstructor;
10
- onChange: {
11
- type: FunctionConstructor;
12
- default: () => any;
13
- };
14
- }>, {}, {}, {}, {
15
- onInput(event: Event): void;
16
- onFocus(event: Event): void;
17
- onCursorInInput(): void;
18
- onCursorLeavesInput(): void;
19
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
- state: {
21
- type: PropType<GridViewUiState>;
22
- required: true;
23
- };
24
- isDesktop: BooleanConstructor;
25
- onChange: {
26
- type: FunctionConstructor;
27
- default: () => any;
28
- };
29
- }>> & Readonly<{}>, {
3
+ declare const _default: import('vue').DefineComponent<{
4
+ state: GridViewUiState;
5
+ isDesktop?: boolean;
6
+ onChange?: (event: Event) => void;
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
+ state: GridViewUiState;
9
+ isDesktop?: boolean;
10
+ onChange?: (event: Event) => void;
11
+ }> & Readonly<{}>, {
30
12
  isDesktop: boolean;
31
- onChange: Function;
32
- }, {}, {
33
- SvgIcon: import('vue').DefineComponent<{
34
- icon: string;
35
- }, {
36
- svgIcon: import('vue').Ref<HTMLOrSVGElement, HTMLOrSVGElement>;
37
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
38
- icon: string;
39
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
40
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ onChange: (event: Event) => void;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
41
15
  export default _default;