@breadstone/mosaik-elements-vue 0.0.170 → 0.0.172

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/CHANGELOG.md CHANGED
@@ -1,3 +1,249 @@
1
+ ## 0.0.171 (2025-11-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add FlipToDirective for flipping components and ReactiveFormValidator for form validation ([ba607ccc49](https://github.com/RueDeRennes/mosaik/commit/ba607ccc49))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **release:** update release version to 0.0.170 ([089a682d6f](https://github.com/RueDeRennes/mosaik/commit/089a682d6f))
10
+
11
+ ## 0.0.170 (2025-10-28)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **release:** update release version to 0.0.169 ([77c58d1eea](https://github.com/RueDeRennes/mosaik/commit/77c58d1eea))
16
+
17
+ ## 0.0.169 (2025-10-28)
18
+
19
+ ### 🚀 Features
20
+
21
+ - **chat:** add author property to chat messages and update templates ([6e22d26e1d](https://github.com/RueDeRennes/mosaik/commit/6e22d26e1d))
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - **release:** update release version to 0.0.168 ([1434c7a9fd](https://github.com/RueDeRennes/mosaik/commit/1434c7a9fd))
26
+
27
+ ## 0.0.168 (2025-10-26)
28
+
29
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
30
+
31
+ ## 0.0.167 (2025-10-26)
32
+
33
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
34
+
35
+ ## 0.0.166 (2025-10-26)
36
+
37
+ ### 🚀 Features
38
+
39
+ - **List:** add inset property and update styles for flexible layout ([3dc4e28f0d](https://github.com/RueDeRennes/mosaik/commit/3dc4e28f0d))
40
+
41
+ ### 🩹 Fixes
42
+
43
+ - **package:** add missing newline at end of file ([4aa435a5b6](https://github.com/RueDeRennes/mosaik/commit/4aa435a5b6))
44
+
45
+ ## 0.0.165 (2025-10-24)
46
+
47
+ ### 🚀 Features
48
+
49
+ - **List:** add orientation property and update styles for flexible layout ([44aa6a89cb](https://github.com/RueDeRennes/mosaik/commit/44aa6a89cb))
50
+
51
+ ## 0.0.164 (2025-10-24)
52
+
53
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
54
+
55
+ ## 0.0.163 (2025-10-22)
56
+
57
+ ### 🚀 Features
58
+
59
+ - enhance ChatElement with additional slots for improved functionality ([1dfc91b4ea](https://github.com/RueDeRennes/mosaik/commit/1dfc91b4ea))
60
+ - add DateAgo and TimeAgo pipes, directives, and services for time-based formatting ([40c3e551ba](https://github.com/RueDeRennes/mosaik/commit/40c3e551ba))
61
+
62
+ ## 0.0.162 (2025-10-22)
63
+
64
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
65
+
66
+ ## 0.0.161 (2025-10-22)
67
+
68
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
69
+
70
+ ## 0.0.160 (2025-10-21)
71
+
72
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
73
+
74
+ ## 0.0.159 (2025-10-21)
75
+
76
+ ### 🩹 Fixes
77
+
78
+ - correct typo in TODO comment in TemplateType.ts and adjust formatting in ModelKind.ts and ModelKindRegistry.ts ([c8bcbb7a65](https://github.com/RueDeRennes/mosaik/commit/c8bcbb7a65))
79
+
80
+ ## 0.0.158 (2025-10-21)
81
+
82
+ ### 🚀 Features
83
+
84
+ - add options for ListElement and update release version to 0.0.157 ([0a28367587](https://github.com/RueDeRennes/mosaik/commit/0a28367587))
85
+
86
+ ### 🩹 Fixes
87
+
88
+ - correct typos in interface comments and update default configuration values ([dc58b1a35c](https://github.com/RueDeRennes/mosaik/commit/dc58b1a35c))
89
+
90
+ ## 0.0.157 (2025-10-19)
91
+
92
+ ### 🩹 Fixes
93
+
94
+ - add newline at end of file in package.json ([d0e684e967](https://github.com/RueDeRennes/mosaik/commit/d0e684e967))
95
+
96
+ ## 0.0.156 (2025-10-17)
97
+
98
+ ### 🩹 Fixes
99
+
100
+ - update release version to 0.0.156 in package.json ([323d1588b7](https://github.com/RueDeRennes/mosaik/commit/323d1588b7))
101
+ - update release version to 0.0.155 in package.json ([1f1946594c](https://github.com/RueDeRennes/mosaik/commit/1f1946594c))
102
+
103
+ ## 0.0.155 (2025-10-16)
104
+
105
+ ### 🩹 Fixes
106
+
107
+ - update release version to 0.0.154 in package.json ([d894b6b4a1](https://github.com/RueDeRennes/mosaik/commit/d894b6b4a1))
108
+
109
+ ## 0.0.154 (2025-10-16)
110
+
111
+ ### 🩹 Fixes
112
+
113
+ - remove deprecated -webkit-backdrop-filter from transition properties in theme styles refactor: simplify AutoCompleteBox styles for better maintainability chore: update release script to version 0.0.153 ([a7af7fe240](https://github.com/RueDeRennes/mosaik/commit/a7af7fe240))
114
+
115
+ ## 0.0.153 (2025-10-15)
116
+
117
+ ### 🩹 Fixes
118
+
119
+ - remove deprecated -webkit-backdrop-filter from transition properties in theme styles refactor: simplify AutoCompleteBox styles for better maintainability chore: update release script to version 0.0.153 ([a7af7fe240](https://github.com/RueDeRennes/mosaik/commit/a7af7fe240))
120
+
121
+ ## 0.0.152 (2025-10-15)
122
+
123
+ ### 🚀 Features
124
+
125
+ - Update AutoCompleteBox component to include new input properties and methods ([70b4f5462e](https://github.com/RueDeRennes/mosaik/commit/70b4f5462e))
126
+
127
+ ## 0.0.151 (2025-09-29)
128
+
129
+ ### 🚀 Features
130
+
131
+ - add wrap property to StackElement for flexible layout handling ([181634aa81](https://github.com/RueDeRennes/mosaik/commit/181634aa81))
132
+
133
+ ## 0.0.150 (2025-09-29)
134
+
135
+ ### 🩹 Fixes
136
+
137
+ - update release script version to 0.0.149 and adjust enum handling in modelClass function ([826e15bdf2](https://github.com/RueDeRennes/mosaik/commit/826e15bdf2))
138
+
139
+ ## 0.0.149 (2025-09-25)
140
+
141
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
142
+
143
+ ## 0.0.148 (2025-09-25)
144
+
145
+ ### 🚀 Features
146
+
147
+ - **calendar:** add support for multiple calendar sheets ([445b84be1b](https://github.com/RueDeRennes/mosaik/commit/445b84be1b))
148
+
149
+ ## 0.0.147 (2025-09-25)
150
+
151
+ ### 🩹 Fixes
152
+
153
+ - correct spelling of 'schema' in OpenApiParser logging ([1a75e6c62b](https://github.com/RueDeRennes/mosaik/commit/1a75e6c62b))
154
+
155
+ ## 0.0.146 (2025-09-16)
156
+
157
+ ### 🩹 Fixes
158
+
159
+ - update release script version to 0.0.145 and enhance logging output in TemplateBuilder ([c77501d259](https://github.com/RueDeRennes/mosaik/commit/c77501d259))
160
+
161
+ ## 0.0.145 (2025-09-16)
162
+
163
+ ### 🩹 Fixes
164
+
165
+ - update release version to 0.0.144 and improve type annotations in TemplateEngine ([c99a28f6b6](https://github.com/RueDeRennes/mosaik/commit/c99a28f6b6))
166
+
167
+ ## 0.0.144 (2025-09-16)
168
+
169
+ ### 🩹 Fixes
170
+
171
+ - correct spelling of 'preferred' in TemplateBuilder and related files ([5862673dc4](https://github.com/RueDeRennes/mosaik/commit/5862673dc4))
172
+
173
+ ## 0.0.143 (2025-09-16)
174
+
175
+ ### 🩹 Fixes
176
+
177
+ - update release script version to 0.0.142 ([b558893804](https://github.com/RueDeRennes/mosaik/commit/b558893804))
178
+
179
+ ## 0.0.142 (2025-09-15)
180
+
181
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
182
+
183
+ ## 0.0.141 (2025-09-14)
184
+
185
+ ### 🚀 Features
186
+
187
+ - add comprehensive guidelines for code quality checks and testing standards across backend, frontend, and testing instructions ([9d9bcf13f9](https://github.com/RueDeRennes/mosaik/commit/9d9bcf13f9))
188
+
189
+ ### 🩹 Fixes
190
+
191
+ - add missing newline at end of package.json ([3309d1ee97](https://github.com/RueDeRennes/mosaik/commit/3309d1ee97))
192
+
193
+ ## 0.0.140 (2025-09-10)
194
+
195
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
196
+
197
+ ## 0.0.139 (2025-09-08)
198
+
199
+ ### 🚀 Features
200
+
201
+ - add reorderable and resizable properties to TileListItemElement and update related styles ([84672caf3a](https://github.com/RueDeRennes/mosaik/commit/84672caf3a))
202
+
203
+ ## 0.0.138 (2025-09-07)
204
+
205
+ This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
206
+
207
+ ## 0.0.137 (2025-09-05)
208
+
209
+ ### 🚀 Features
210
+
211
+ - **build:** add environment variable sanitization to build summary ([b2f1e0830e](https://github.com/RueDeRennes/mosaik/commit/b2f1e0830e))
212
+ - **dropzone:** enhance DropZone component with new styles and states ([0d6349f9ce](https://github.com/RueDeRennes/mosaik/commit/0d6349f9ce))
213
+
214
+ ## 0.0.136 (2025-09-04)
215
+
216
+ ### 🚀 Features
217
+
218
+ - add comprehensive coding standards for backend, frontend, and testing ([3987d97056](https://github.com/RueDeRennes/mosaik/commit/3987d97056))
219
+ - integrate build info into AppElement and update template to display build metadata ([afff580948](https://github.com/RueDeRennes/mosaik/commit/afff580948))
220
+
221
+ ### 🩹 Fixes
222
+
223
+ - standardize padding-top property in Banner styles and templates ([377e883410](https://github.com/RueDeRennes/mosaik/commit/377e883410))
224
+
225
+ ## 0.0.135 (2025-09-03)
226
+
227
+ ### 🚀 Features
228
+
229
+ - add build info plugin for Vite to collect and expose build metadata ([888ea8b254](https://github.com/RueDeRennes/mosaik/commit/888ea8b254))
230
+
231
+ ### 🩹 Fixes
232
+
233
+ - enhance build info logging format and update release version to 0.0.135 ([61b1c86643](https://github.com/RueDeRennes/mosaik/commit/61b1c86643))
234
+ - add missing newline at end of package.json ([cf3b9a3f21](https://github.com/RueDeRennes/mosaik/commit/cf3b9a3f21))
235
+
236
+ ## 0.0.134 (2025-09-01)
237
+
238
+ ### 🚀 Features
239
+
240
+ - Add ThemeService for managing theme application and properties ([a3cb9be861](https://github.com/RueDeRennes/mosaik/commit/a3cb9be861))
241
+ - Add Audio Component and related functionality ([a66b67efb6](https://github.com/RueDeRennes/mosaik/commit/a66b67efb6))
242
+ - Add new Map and Thumbnail components with Cosmopolitan, Joy, and Memphis themes ([5142fee885](https://github.com/RueDeRennes/mosaik/commit/5142fee885))
243
+ - add serve scripts for app and API in package.json ([1ad4faa834](https://github.com/RueDeRennes/mosaik/commit/1ad4faa834))
244
+ - add ChatMessageReaction component with styles and templates ([1975e07a4a](https://github.com/RueDeRennes/mosaik/commit/1975e07a4a))
245
+ - add ChatInputAttachmentList component and update related props and events in ChatComponent ([70f0005bc5](https://github.com/RueDeRennes/mosaik/commit/70f0005bc5))
246
+
1
247
  ## 0.0.132 (2025-08-24)
2
248
 
3
249
  This was a version bump only for mosaik-elements-vue to align it with other projects, there were no code changes.
@@ -26,7 +272,7 @@ This was a version bump only for mosaik-elements-vue to align it with other proj
26
272
 
27
273
  ### 🚀 Features
28
274
 
29
- - Add BusyState and VoiceRecorder components with Joy and Retro themes ([eb1887d8e3](https://github.com/RueDeRennes/mosaik/commit/eb1887d8e3))
275
+ - Add BusyState and VoiceRecorder components with Joy and Memphis themes ([eb1887d8e3](https://github.com/RueDeRennes/mosaik/commit/eb1887d8e3))
30
276
  - **chat-tools:** integrate attachment and reaction chat tools ([89e61d7157](https://github.com/RueDeRennes/mosaik/commit/89e61d7157))
31
277
 
32
278
  ## 0.0.127 (2025-08-21)
@@ -30,12 +30,11 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
30
30
  isClearable: boolean;
31
31
  locale: string;
32
32
  values: Array<Date>;
33
- selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
34
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
35
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
36
33
  displayDate: Date | null;
37
34
  displayDateStart: Date | null;
38
35
  displayDateEnd: Date | null;
36
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
37
+ selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
39
38
  blackoutDates: Array<Date>;
40
39
  specialDates: Array<Date>;
41
40
  minDate: Date | null;
@@ -45,6 +44,7 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
45
44
  isWeekendHighlighted: boolean;
46
45
  showWeekNumbers: boolean;
47
46
  showAdjacent: boolean;
47
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
48
48
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
49
  [key: string]: any;
50
50
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -76,12 +76,11 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
76
76
  isClearable: boolean;
77
77
  locale: string;
78
78
  values: Array<Date>;
79
- selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
80
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
81
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
82
79
  displayDate: Date | null;
83
80
  displayDateStart: Date | null;
84
81
  displayDateEnd: Date | null;
82
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
83
+ selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
85
84
  blackoutDates: Array<Date>;
86
85
  specialDates: Array<Date>;
87
86
  minDate: Date | null;
@@ -91,6 +90,7 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
91
90
  isWeekendHighlighted: boolean;
92
91
  showWeekNumbers: boolean;
93
92
  showAdjacent: boolean;
93
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
94
94
  }> & Readonly<{
95
95
  onConnected?: ((...args: any[]) => any) | undefined;
96
96
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -30,11 +30,10 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
30
30
  isClearable: boolean;
31
31
  locale: string;
32
32
  values: Array<Date>;
33
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
34
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
35
33
  displayDate: Date | null;
36
34
  displayDateStart: Date | null;
37
35
  displayDateEnd: Date | null;
36
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
38
37
  blackoutDates: Array<Date>;
39
38
  specialDates: Array<Date>;
40
39
  minDate: Date | null;
@@ -44,6 +43,7 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
44
43
  isWeekendHighlighted: boolean;
45
44
  showWeekNumbers: boolean;
46
45
  showAdjacent: boolean;
46
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
47
47
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
48
  [key: string]: any;
49
49
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -75,11 +75,10 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
75
75
  isClearable: boolean;
76
76
  locale: string;
77
77
  values: Array<Date>;
78
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
79
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
80
78
  displayDate: Date | null;
81
79
  displayDateStart: Date | null;
82
80
  displayDateEnd: Date | null;
81
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
83
82
  blackoutDates: Array<Date>;
84
83
  specialDates: Array<Date>;
85
84
  minDate: Date | null;
@@ -89,6 +88,7 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
89
88
  isWeekendHighlighted: boolean;
90
89
  showWeekNumbers: boolean;
91
90
  showAdjacent: boolean;
91
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
92
92
  }> & Readonly<{
93
93
  onConnected?: ((...args: any[]) => any) | undefined;
94
94
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -5,8 +5,8 @@ export declare const AttachmentChatToolComponent: import("vue").DefineComponent<
5
5
  maxFiles: number;
6
6
  maxFileSize: number;
7
7
  multiple: boolean;
8
- directory: boolean;
9
8
  accept: Array<string>;
9
+ directory: boolean;
10
10
  disabled: boolean;
11
11
  themeName: string;
12
12
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -15,8 +15,8 @@ export declare const AttachmentChatToolComponent: import("vue").DefineComponent<
15
15
  maxFiles: number;
16
16
  maxFileSize: number;
17
17
  multiple: boolean;
18
- directory: boolean;
19
18
  accept: Array<string>;
19
+ directory: boolean;
20
20
  disabled: boolean;
21
21
  themeName: string;
22
22
  }> & Readonly<{
@@ -3,21 +3,21 @@
3
3
  */
4
4
  export declare const CarouselItem2Component: import("vue").DefineComponent<{
5
5
  themeName?: any;
6
- value?: any;
7
6
  dir?: any;
8
7
  lang?: any;
9
- isSelected?: any;
10
8
  index?: any;
9
+ value?: any;
10
+ isSelected?: any;
11
11
  displayText?: any;
12
12
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
13
  [key: string]: any;
14
14
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "unselected")[], "connected" | "disconnected" | "changed" | "selected" | "unselected", import("vue").PublicProps, Readonly<{
15
15
  themeName?: any;
16
- value?: any;
17
16
  dir?: any;
18
17
  lang?: any;
19
- isSelected?: any;
20
18
  index?: any;
19
+ value?: any;
20
+ isSelected?: any;
21
21
  displayText?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-vue",
3
- "version": "0.0.170",
3
+ "version": "0.0.172",
4
4
  "description": "Mosaik elements for Vue.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,8 +14,8 @@
14
14
  "vue": "^3.5.13"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "^0.0.170",
18
- "@breadstone/mosaik-elements-foundation": "^0.0.170",
17
+ "@breadstone/mosaik-elements": "^0.0.172",
18
+ "@breadstone/mosaik-elements-foundation": "^0.0.172",
19
19
  "tslib": "^2.8.1"
20
20
  }
21
21
  }