@lmvz-ds/angular 0.17.0 → 0.17.3

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 ADDED
@@ -0,0 +1,38 @@
1
+ # @lmvz-ds/angular
2
+
3
+ ## 0.17.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 08a42c2: Add CHANGELOG to published package
8
+
9
+ ## 0.17.2
10
+
11
+ ### Patch Changes
12
+
13
+ - @lmvz-ds/components@0.17.2
14
+ - @lmvz-ds/styles@0.17.2
15
+
16
+ ## 0.17.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [b44fce2]
21
+ - @lmvz-ds/components@0.17.1
22
+ - @lmvz-ds/styles@0.17.1
23
+
24
+ ## 0.17.0
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [50bcf59]
29
+ - @lmvz-ds/styles@0.17.0
30
+ - @lmvz-ds/components@0.17.0
31
+
32
+ ## 0.16.0
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [d0b87f3]
37
+ - @lmvz-ds/components@0.16.0
38
+ - @lmvz-ds/styles@0.16.0
@@ -8,7 +8,7 @@ The Angular project was generated with [Angular CLI](https://github.com/angular/
8
8
 
9
9
  ## Build
10
10
 
11
- Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory and published from there (during the root project's `lerna publish` run).
11
+ Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory and published from there (during the root project's `pnpm publish` run).
12
12
 
13
13
  ## Further help
14
14
 
@@ -18,10 +18,10 @@ class LmvzInputValueChangeHelper {
18
18
  onValueChange(value) {
19
19
  this.valueChange.emit(value);
20
20
  }
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzInputValueChangeHelper, deps: [], target: i0.ɵɵFactoryTarget.Directive });
22
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: LmvzInputValueChangeHelper, isStandalone: true, selector: "lmvz-input", outputs: { valueChange: "valueChange" }, host: { listeners: { "lmvzInput": "onValueChange($event.detail)" } }, ngImport: i0 });
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzInputValueChangeHelper, deps: [], target: i0.ɵɵFactoryTarget.Directive });
22
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.9", type: LmvzInputValueChangeHelper, isStandalone: true, selector: "lmvz-input", outputs: { valueChange: "valueChange" }, host: { listeners: { "lmvzInput": "onValueChange($event.detail)" } }, ngImport: i0 });
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzInputValueChangeHelper, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzInputValueChangeHelper, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: 'lmvz-input',
@@ -100,8 +100,8 @@ let LmvzAction = class LmvzAction {
100
100
  c.detach();
101
101
  this.el = r.nativeElement;
102
102
  }
103
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
104
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzAction, isStandalone: true, selector: "lmvz-action", outputs: { actionClick: "actionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
103
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
104
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzAction, isStandalone: true, selector: "lmvz-action", outputs: { actionClick: "actionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
105
105
  };
106
106
  LmvzAction = __decorate([
107
107
  ProxyCmp({
@@ -109,7 +109,7 @@ LmvzAction = __decorate([
109
109
  }),
110
110
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
111
111
  ], LmvzAction);
112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzAction, decorators: [{
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzAction, decorators: [{
113
113
  type: Component,
114
114
  args: [{
115
115
  selector: 'lmvz-action',
@@ -131,8 +131,8 @@ let LmvzButton = class LmvzButton {
131
131
  c.detach();
132
132
  this.el = r.nativeElement;
133
133
  }
134
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
135
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzButton, isStandalone: true, selector: "lmvz-button", inputs: { disabled: "disabled", form: "form", scale: "scale", ti: "ti", type: "type", variant: "variant" }, outputs: { lmvzActivation: "lmvzActivation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
134
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
135
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzButton, isStandalone: true, selector: "lmvz-button", inputs: { disabled: "disabled", form: "form", scale: "scale", ti: "ti", type: "type", variant: "variant" }, outputs: { lmvzActivation: "lmvzActivation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
136
136
  };
137
137
  LmvzButton = __decorate([
138
138
  ProxyCmp({
@@ -141,7 +141,7 @@ LmvzButton = __decorate([
141
141
  }),
142
142
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
143
143
  ], LmvzButton);
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzButton, decorators: [{
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzButton, decorators: [{
145
145
  type: Component,
146
146
  args: [{
147
147
  selector: 'lmvz-button',
@@ -163,8 +163,8 @@ let LmvzCard = class LmvzCard {
163
163
  c.detach();
164
164
  this.el = r.nativeElement;
165
165
  }
166
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
167
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzCard, isStandalone: true, selector: "lmvz-card", inputs: { cardTitle: "cardTitle", description: "description", imageUrl: "imageUrl", primaryActionLabel: "primaryActionLabel" }, outputs: { primaryAction: "primaryAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
166
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
167
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzCard, isStandalone: true, selector: "lmvz-card", inputs: { cardTitle: "cardTitle", description: "description", imageUrl: "imageUrl", primaryActionLabel: "primaryActionLabel" }, outputs: { primaryAction: "primaryAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
168
168
  };
169
169
  LmvzCard = __decorate([
170
170
  ProxyCmp({
@@ -173,7 +173,7 @@ LmvzCard = __decorate([
173
173
  }),
174
174
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
175
175
  ], LmvzCard);
176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzCard, decorators: [{
176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzCard, decorators: [{
177
177
  type: Component,
178
178
  args: [{
179
179
  selector: 'lmvz-card',
@@ -194,8 +194,8 @@ let LmvzChip = class LmvzChip {
194
194
  c.detach();
195
195
  this.el = r.nativeElement;
196
196
  }
197
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
198
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzChip, isStandalone: true, selector: "lmvz-chip", inputs: { text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
197
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
198
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzChip, isStandalone: true, selector: "lmvz-chip", inputs: { text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
199
199
  };
200
200
  LmvzChip = __decorate([
201
201
  ProxyCmp({
@@ -204,7 +204,7 @@ LmvzChip = __decorate([
204
204
  }),
205
205
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
206
206
  ], LmvzChip);
207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzChip, decorators: [{
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzChip, decorators: [{
208
208
  type: Component,
209
209
  args: [{
210
210
  selector: 'lmvz-chip',
@@ -222,8 +222,8 @@ let LmvzHeader = class LmvzHeader {
222
222
  c.detach();
223
223
  this.el = r.nativeElement;
224
224
  }
225
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
226
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzHeader, isStandalone: true, selector: "lmvz-header", inputs: { lmvzActiveNav: "lmvzActiveNav", role: "role" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
225
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
226
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzHeader, isStandalone: true, selector: "lmvz-header", inputs: { lmvzActiveNav: "lmvzActiveNav", role: "role" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
227
227
  };
228
228
  LmvzHeader = __decorate([
229
229
  ProxyCmp({
@@ -232,7 +232,7 @@ LmvzHeader = __decorate([
232
232
  }),
233
233
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
234
234
  ], LmvzHeader);
235
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzHeader, decorators: [{
235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzHeader, decorators: [{
236
236
  type: Component,
237
237
  args: [{
238
238
  selector: 'lmvz-header',
@@ -250,8 +250,8 @@ let LmvzIcon = class LmvzIcon {
250
250
  c.detach();
251
251
  this.el = r.nativeElement;
252
252
  }
253
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
254
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzIcon, isStandalone: true, selector: "lmvz-icon", inputs: { ariaLabel: "ariaLabel", icon: "icon", size: "size", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
253
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
254
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzIcon, isStandalone: true, selector: "lmvz-icon", inputs: { ariaLabel: "ariaLabel", icon: "icon", size: "size", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
255
255
  };
256
256
  LmvzIcon = __decorate([
257
257
  ProxyCmp({
@@ -260,7 +260,7 @@ LmvzIcon = __decorate([
260
260
  }),
261
261
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
262
262
  ], LmvzIcon);
263
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzIcon, decorators: [{
263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzIcon, decorators: [{
264
264
  type: Component,
265
265
  args: [{
266
266
  selector: 'lmvz-icon',
@@ -279,8 +279,8 @@ let LmvzInput = class LmvzInput {
279
279
  c.detach();
280
280
  this.el = r.nativeElement;
281
281
  }
282
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
283
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzInput, isStandalone: true, selector: "lmvz-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", disabled: "disabled", error: "error", errorMessage: "errorMessage", form: "form", helperText: "helperText", inputmode: "inputmode", label: "label", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, outputs: { lmvzInput: "lmvzInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
282
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
283
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzInput, isStandalone: true, selector: "lmvz-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", disabled: "disabled", error: "error", errorMessage: "errorMessage", form: "form", helperText: "helperText", inputmode: "inputmode", label: "label", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, outputs: { lmvzInput: "lmvzInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
284
284
  };
285
285
  LmvzInput = __decorate([
286
286
  ProxyCmp({
@@ -290,7 +290,7 @@ LmvzInput = __decorate([
290
290
  }),
291
291
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
292
292
  ], LmvzInput);
293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzInput, decorators: [{
293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzInput, decorators: [{
294
294
  type: Component,
295
295
  args: [{
296
296
  selector: 'lmvz-input',
@@ -312,8 +312,8 @@ let LmvzMenuitem = class LmvzMenuitem {
312
312
  c.detach();
313
313
  this.el = r.nativeElement;
314
314
  }
315
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzMenuitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
316
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzMenuitem, isStandalone: true, selector: "lmvz-menuitem", inputs: { role: "role", ti: "ti" }, outputs: { lmvzActivation: "lmvzActivation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
315
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzMenuitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
316
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzMenuitem, isStandalone: true, selector: "lmvz-menuitem", inputs: { role: "role", ti: "ti" }, outputs: { lmvzActivation: "lmvzActivation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
317
317
  };
318
318
  LmvzMenuitem = __decorate([
319
319
  ProxyCmp({
@@ -322,7 +322,7 @@ LmvzMenuitem = __decorate([
322
322
  }),
323
323
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
324
324
  ], LmvzMenuitem);
325
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzMenuitem, decorators: [{
325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzMenuitem, decorators: [{
326
326
  type: Component,
327
327
  args: [{
328
328
  selector: 'lmvz-menuitem',
@@ -344,8 +344,8 @@ let LmvzSelect = class LmvzSelect {
344
344
  c.detach();
345
345
  this.el = r.nativeElement;
346
346
  }
347
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
348
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LmvzSelect, isStandalone: true, selector: "lmvz-select", inputs: { disabled: "disabled", helperText: "helperText", label: "label", name: "name", required: "required", value: "value" }, outputs: { lmvzChange: "lmvzChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
347
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
348
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LmvzSelect, isStandalone: true, selector: "lmvz-select", inputs: { disabled: "disabled", helperText: "helperText", label: "label", name: "name", required: "required", value: "value" }, outputs: { lmvzChange: "lmvzChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
349
349
  };
350
350
  LmvzSelect = __decorate([
351
351
  ProxyCmp({
@@ -354,7 +354,7 @@ LmvzSelect = __decorate([
354
354
  }),
355
355
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
356
356
  ], LmvzSelect);
357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LmvzSelect, decorators: [{
357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LmvzSelect, decorators: [{
358
358
  type: Component,
359
359
  args: [{
360
360
  selector: 'lmvz-select',
@@ -409,10 +409,10 @@ class ValueAccessor {
409
409
  setDisabledState(isDisabled) {
410
410
  this.el.nativeElement.disabled = isDisabled;
411
411
  }
412
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
413
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: ValueAccessor, isStandalone: true, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
412
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
413
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.9", type: ValueAccessor, isStandalone: true, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
414
414
  }
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: ValueAccessor, decorators: [{
415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ValueAccessor, decorators: [{
416
416
  type: Directive,
417
417
  args: [{}]
418
418
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
@@ -424,8 +424,8 @@ class TextValueAccessor extends ValueAccessor {
424
424
  constructor(el) {
425
425
  super(el);
426
426
  }
427
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
428
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: TextValueAccessor, isStandalone: true, selector: "lmvz-input", host: { listeners: { "lmvzInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
427
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
428
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.9", type: TextValueAccessor, isStandalone: true, selector: "lmvz-input", host: { listeners: { "lmvzInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
429
429
  {
430
430
  provide: NG_VALUE_ACCESSOR,
431
431
  useExisting: forwardRef(() => TextValueAccessor),
@@ -433,7 +433,7 @@ class TextValueAccessor extends ValueAccessor {
433
433
  }
434
434
  ], usesInheritance: true, ngImport: i0 });
435
435
  }
436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: TextValueAccessor, decorators: [{
436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: TextValueAccessor, decorators: [{
437
437
  type: Directive,
438
438
  args: [{
439
439
  /* tslint:disable-next-line:directive-selector */
package/package.json CHANGED
@@ -1,60 +1,31 @@
1
1
  {
2
2
  "name": "@lmvz-ds/angular",
3
- "private": false,
4
- "version": "0.17.0",
5
- "author": "Patrick Nemenz <patrick.nemenz@adesso.at>",
3
+ "version": "0.17.3",
4
+ "type": "module",
6
5
  "license": "UNLICENSED",
6
+ "author": "Patrick Nemenz <patrick.nemenz@adesso.at>",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://bitbucket.org/lmvz/lmvz-ds"
10
10
  },
11
- "volta": {
12
- "extends": "../../package.json"
13
- },
14
- "files": [
15
- "dist/component-library/*"
16
- ],
17
- "lerna": {
18
- "command": {
19
- "publish": {
20
- "directory": "./dist/component-library"
21
- }
22
- }
23
- },
24
- "publishConfig": {
25
- "access": "public",
26
- "registry": "https://registry.npmjs.org/"
11
+ "peerDependencies": {
12
+ "@angular/common": "^20.3.0",
13
+ "@angular/core": "^20.3.0",
14
+ "@lmvz-ds/components": "~0.17.3"
27
15
  },
28
16
  "dependencies": {
29
- "@angular/animations": "~21.2.5",
30
- "@angular/common": "~21.2.5",
31
- "@angular/compiler": "~21.2.5",
32
- "@angular/core": "~21.2.5",
33
- "@angular/forms": "~21.2.5",
34
- "@angular/platform-browser": "~21.2.5",
35
- "@angular/platform-browser-dynamic": "~21.2.5",
36
- "@angular/router": "~21.2.5",
37
- "rxjs": "~7.8.2",
38
- "tslib": "^2.8.1",
39
- "zone.js": "~0.16.1",
40
- "@lmvz-ds/components": "~0.17.0",
41
- "@lmvz-ds/styles": "~0.17.0"
42
- },
43
- "devDependencies": {
44
- "@angular-devkit/build-angular": "~21.2.3",
45
- "@angular/build": "~21.2.3",
46
- "@angular/cli": "~21.2.3",
47
- "@angular/compiler-cli": "~21.2.5",
48
- "ng-packagr": "~21.2.1",
49
- "typescript": "^5.9.3",
50
- "@lmvz-ds/lib-config": "0.15.2"
17
+ "tslib": "^2.8.1"
51
18
  },
52
- "gitHead": "aaec2215b0239d6fa4a5876af444e0b7abba2c7d",
53
- "scripts": {
54
- "start": "ng serve example",
55
- "build": "ng build component-library",
56
- "build:dev": "ng build component-library --configuration development",
57
- "watch": "pnpm run build --watch --configuration development",
58
- "prepublish": "sed -i.bak \"s/\\\"version\\\": \\\".*\\\"/\\\"version\\\": \\\"$npm_package_version\\\"/\" ./dist/component-library/package.json && rm -f ./dist/component-library/package.json.bak"
19
+ "sideEffects": false,
20
+ "module": "fesm2022/lmvz-ds-angular.mjs",
21
+ "typings": "types/lmvz-ds-angular.d.ts",
22
+ "exports": {
23
+ "./package.json": {
24
+ "default": "./package.json"
25
+ },
26
+ ".": {
27
+ "types": "./types/lmvz-ds-angular.d.ts",
28
+ "default": "./fesm2022/lmvz-ds-angular.mjs"
29
+ }
59
30
  }
60
31
  }
@@ -1,2 +0,0 @@
1
- # Nested package.json's are only needed for development.
2
- **/package.json
@@ -1,31 +0,0 @@
1
- {
2
- "name": "@lmvz-ds/angular",
3
- "version": "0.17.0",
4
- "type": "module",
5
- "license": "UNLICENSED",
6
- "author": "Patrick Nemenz <patrick.nemenz@adesso.at>",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://bitbucket.org/lmvz/lmvz-ds"
10
- },
11
- "peerDependencies": {
12
- "@angular/common": "^20.3.0",
13
- "@angular/core": "^20.3.0",
14
- "@lmvz-ds/components": "*"
15
- },
16
- "dependencies": {
17
- "tslib": "catalog:"
18
- },
19
- "sideEffects": false,
20
- "module": "fesm2022/lmvz-ds-angular.mjs",
21
- "typings": "types/lmvz-ds-angular.d.ts",
22
- "exports": {
23
- "./package.json": {
24
- "default": "./package.json"
25
- },
26
- ".": {
27
- "types": "./types/lmvz-ds-angular.d.ts",
28
- "default": "./fesm2022/lmvz-ds-angular.mjs"
29
- }
30
- }
31
- }