kritzel-angular 0.0.43 → 0.0.44

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.
@@ -69,15 +69,15 @@ let KritzelBrushStyle = class KritzelBrushStyle {
69
69
  this.el = r.nativeElement;
70
70
  proxyOutputs(this, this.el, ['typeChange']);
71
71
  }
72
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelBrushStyle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
73
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelBrushStyle, isStandalone: true, selector: "kritzel-brush-style", inputs: { brushOptions: "brushOptions", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
72
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelBrushStyle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
73
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelBrushStyle, isStandalone: true, selector: "kritzel-brush-style", inputs: { brushOptions: "brushOptions", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
74
74
  };
75
75
  KritzelBrushStyle = __decorate([
76
76
  ProxyCmp({
77
77
  inputs: ['brushOptions', 'type']
78
78
  })
79
79
  ], KritzelBrushStyle);
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelBrushStyle, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelBrushStyle, decorators: [{
81
81
  type: Component,
82
82
  args: [{
83
83
  selector: 'kritzel-brush-style',
@@ -93,15 +93,15 @@ let KritzelColor = class KritzelColor {
93
93
  c.detach();
94
94
  this.el = r.nativeElement;
95
95
  }
96
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelColor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
97
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelColor, isStandalone: true, selector: "kritzel-color", inputs: { size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
96
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelColor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
97
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelColor, isStandalone: true, selector: "kritzel-color", inputs: { size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
98
98
  };
99
99
  KritzelColor = __decorate([
100
100
  ProxyCmp({
101
101
  inputs: ['size', 'value']
102
102
  })
103
103
  ], KritzelColor);
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelColor, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelColor, decorators: [{
105
105
  type: Component,
106
106
  args: [{
107
107
  selector: 'kritzel-color',
@@ -118,15 +118,15 @@ let KritzelColorPalette = class KritzelColorPalette {
118
118
  this.el = r.nativeElement;
119
119
  proxyOutputs(this, this.el, ['colorChange']);
120
120
  }
121
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelColorPalette, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
122
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelColorPalette, isStandalone: true, selector: "kritzel-color-palette", inputs: { colors: "colors", isExpanded: "isExpanded", isOpaque: "isOpaque", selectedColor: "selectedColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
121
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelColorPalette, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
122
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelColorPalette, isStandalone: true, selector: "kritzel-color-palette", inputs: { colors: "colors", isExpanded: "isExpanded", isOpaque: "isOpaque", selectedColor: "selectedColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
123
123
  };
124
124
  KritzelColorPalette = __decorate([
125
125
  ProxyCmp({
126
126
  inputs: ['colors', 'isExpanded', 'isOpaque', 'selectedColor']
127
127
  })
128
128
  ], KritzelColorPalette);
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelColorPalette, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelColorPalette, decorators: [{
130
130
  type: Component,
131
131
  args: [{
132
132
  selector: 'kritzel-color-palette',
@@ -143,15 +143,15 @@ let KritzelContextMenu = class KritzelContextMenu {
143
143
  this.el = r.nativeElement;
144
144
  proxyOutputs(this, this.el, ['actionSelected', 'close']);
145
145
  }
146
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelContextMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
147
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelContextMenu, isStandalone: true, selector: "kritzel-context-menu", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
146
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelContextMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
147
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelContextMenu, isStandalone: true, selector: "kritzel-context-menu", inputs: { items: "items" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
148
148
  };
149
149
  KritzelContextMenu = __decorate([
150
150
  ProxyCmp({
151
151
  inputs: ['items']
152
152
  })
153
153
  ], KritzelContextMenu);
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelContextMenu, decorators: [{
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelContextMenu, decorators: [{
155
155
  type: Component,
156
156
  args: [{
157
157
  selector: 'kritzel-context-menu',
@@ -168,15 +168,15 @@ let KritzelControlBrushConfig = class KritzelControlBrushConfig {
168
168
  this.el = r.nativeElement;
169
169
  proxyOutputs(this, this.el, ['toolChange']);
170
170
  }
171
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelControlBrushConfig, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
172
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelControlBrushConfig, isStandalone: true, selector: "kritzel-control-brush-config", inputs: { isExpanded: "isExpanded", tool: "tool" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
171
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelControlBrushConfig, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
172
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelControlBrushConfig, isStandalone: true, selector: "kritzel-control-brush-config", inputs: { isExpanded: "isExpanded", tool: "tool" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
173
173
  };
174
174
  KritzelControlBrushConfig = __decorate([
175
175
  ProxyCmp({
176
176
  inputs: ['isExpanded', 'tool']
177
177
  })
178
178
  ], KritzelControlBrushConfig);
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelControlBrushConfig, decorators: [{
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelControlBrushConfig, decorators: [{
180
180
  type: Component,
181
181
  args: [{
182
182
  selector: 'kritzel-control-brush-config',
@@ -193,15 +193,15 @@ let KritzelControlTextConfig = class KritzelControlTextConfig {
193
193
  this.el = r.nativeElement;
194
194
  proxyOutputs(this, this.el, ['toolChange']);
195
195
  }
196
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelControlTextConfig, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
197
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelControlTextConfig, isStandalone: true, selector: "kritzel-control-text-config", inputs: { isExpanded: "isExpanded", tool: "tool" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
196
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelControlTextConfig, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
197
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelControlTextConfig, isStandalone: true, selector: "kritzel-control-text-config", inputs: { isExpanded: "isExpanded", tool: "tool" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
198
198
  };
199
199
  KritzelControlTextConfig = __decorate([
200
200
  ProxyCmp({
201
201
  inputs: ['isExpanded', 'tool']
202
202
  })
203
203
  ], KritzelControlTextConfig);
204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelControlTextConfig, decorators: [{
204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelControlTextConfig, decorators: [{
205
205
  type: Component,
206
206
  args: [{
207
207
  selector: 'kritzel-control-text-config',
@@ -217,15 +217,15 @@ let KritzelControls = class KritzelControls {
217
217
  c.detach();
218
218
  this.el = r.nativeElement;
219
219
  }
220
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelControls, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
221
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelControls, isStandalone: true, selector: "kritzel-controls", inputs: { activeControl: "activeControl", controls: "controls" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
220
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelControls, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
221
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelControls, isStandalone: true, selector: "kritzel-controls", inputs: { activeControl: "activeControl", controls: "controls" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
222
222
  };
223
223
  KritzelControls = __decorate([
224
224
  ProxyCmp({
225
225
  inputs: ['activeControl', 'controls']
226
226
  })
227
227
  ], KritzelControls);
228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelControls, decorators: [{
228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelControls, decorators: [{
229
229
  type: Component,
230
230
  args: [{
231
231
  selector: 'kritzel-controls',
@@ -241,13 +241,13 @@ let KritzelCursorTrail = class KritzelCursorTrail {
241
241
  c.detach();
242
242
  this.el = r.nativeElement;
243
243
  }
244
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelCursorTrail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
245
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelCursorTrail, isStandalone: true, selector: "kritzel-cursor-trail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
244
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelCursorTrail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
245
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelCursorTrail, isStandalone: true, selector: "kritzel-cursor-trail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
246
246
  };
247
247
  KritzelCursorTrail = __decorate([
248
248
  ProxyCmp({})
249
249
  ], KritzelCursorTrail);
250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelCursorTrail, decorators: [{
250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelCursorTrail, decorators: [{
251
251
  type: Component,
252
252
  args: [{
253
253
  selector: 'kritzel-cursor-trail',
@@ -264,15 +264,15 @@ let KritzelDropdown = class KritzelDropdown {
264
264
  this.el = r.nativeElement;
265
265
  proxyOutputs(this, this.el, ['valueChanged']);
266
266
  }
267
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
268
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelDropdown, isStandalone: true, selector: "kritzel-dropdown", inputs: { options: "options", selectStyles: "selectStyles", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
267
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
268
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelDropdown, isStandalone: true, selector: "kritzel-dropdown", inputs: { options: "options", selectStyles: "selectStyles", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
269
269
  };
270
270
  KritzelDropdown = __decorate([
271
271
  ProxyCmp({
272
272
  inputs: ['options', 'selectStyles', 'value', 'width']
273
273
  })
274
274
  ], KritzelDropdown);
275
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelDropdown, decorators: [{
275
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelDropdown, decorators: [{
276
276
  type: Component,
277
277
  args: [{
278
278
  selector: 'kritzel-dropdown',
@@ -288,15 +288,15 @@ let KritzelEditor = class KritzelEditor {
288
288
  c.detach();
289
289
  this.el = r.nativeElement;
290
290
  }
291
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
292
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelEditor, isStandalone: true, selector: "kritzel-editor", inputs: { controls: "controls", customSvgIcons: "customSvgIcons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
291
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
292
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelEditor, isStandalone: true, selector: "kritzel-editor", inputs: { controls: "controls", customSvgIcons: "customSvgIcons" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
293
293
  };
294
294
  KritzelEditor = __decorate([
295
295
  ProxyCmp({
296
296
  inputs: ['controls', 'customSvgIcons']
297
297
  })
298
298
  ], KritzelEditor);
299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelEditor, decorators: [{
299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelEditor, decorators: [{
300
300
  type: Component,
301
301
  args: [{
302
302
  selector: 'kritzel-editor',
@@ -313,8 +313,8 @@ let KritzelEngine = class KritzelEngine {
313
313
  this.el = r.nativeElement;
314
314
  proxyOutputs(this, this.el, ['activeToolChange']);
315
315
  }
316
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelEngine, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
317
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelEngine, isStandalone: true, selector: "kritzel-engine", inputs: { activeTool: "activeTool", globalContextMenuItems: "globalContextMenuItems", objectContextMenuItems: "objectContextMenuItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
316
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelEngine, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
317
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelEngine, isStandalone: true, selector: "kritzel-engine", inputs: { activeTool: "activeTool", globalContextMenuItems: "globalContextMenuItems", objectContextMenuItems: "objectContextMenuItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
318
318
  };
319
319
  KritzelEngine = __decorate([
320
320
  ProxyCmp({
@@ -322,7 +322,7 @@ KritzelEngine = __decorate([
322
322
  methods: ['registerTool', 'changeActiveTool', 'setFocus', 'disable', 'enable', 'delete', 'copy', 'paste', 'moveToTop', 'moveToBottom', 'selectAllInViewport', 'undo', 'redo']
323
323
  })
324
324
  ], KritzelEngine);
325
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelEngine, decorators: [{
325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelEngine, decorators: [{
326
326
  type: Component,
327
327
  args: [{
328
328
  selector: 'kritzel-engine',
@@ -338,15 +338,15 @@ let KritzelFont = class KritzelFont {
338
338
  c.detach();
339
339
  this.el = r.nativeElement;
340
340
  }
341
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelFont, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
342
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelFont, isStandalone: true, selector: "kritzel-font", inputs: { color: "color", fontFamily: "fontFamily", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
341
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelFont, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
342
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelFont, isStandalone: true, selector: "kritzel-font", inputs: { color: "color", fontFamily: "fontFamily", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
343
343
  };
344
344
  KritzelFont = __decorate([
345
345
  ProxyCmp({
346
346
  inputs: ['color', 'fontFamily', 'size']
347
347
  })
348
348
  ], KritzelFont);
349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelFont, decorators: [{
349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelFont, decorators: [{
350
350
  type: Component,
351
351
  args: [{
352
352
  selector: 'kritzel-font',
@@ -363,15 +363,15 @@ let KritzelFontFamily = class KritzelFontFamily {
363
363
  this.el = r.nativeElement;
364
364
  proxyOutputs(this, this.el, ['fontFamilyChange']);
365
365
  }
366
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelFontFamily, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
367
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelFontFamily, isStandalone: true, selector: "kritzel-font-family", inputs: { fontOptions: "fontOptions", selectedFontFamily: "selectedFontFamily" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
366
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelFontFamily, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
367
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelFontFamily, isStandalone: true, selector: "kritzel-font-family", inputs: { fontOptions: "fontOptions", selectedFontFamily: "selectedFontFamily" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
368
368
  };
369
369
  KritzelFontFamily = __decorate([
370
370
  ProxyCmp({
371
371
  inputs: ['fontOptions', 'selectedFontFamily']
372
372
  })
373
373
  ], KritzelFontFamily);
374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelFontFamily, decorators: [{
374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelFontFamily, decorators: [{
375
375
  type: Component,
376
376
  args: [{
377
377
  selector: 'kritzel-font-family',
@@ -388,15 +388,15 @@ let KritzelFontSize = class KritzelFontSize {
388
388
  this.el = r.nativeElement;
389
389
  proxyOutputs(this, this.el, ['sizeChange']);
390
390
  }
391
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelFontSize, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
392
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelFontSize, isStandalone: true, selector: "kritzel-font-size", inputs: { fontFamily: "fontFamily", selectedSize: "selectedSize", sizes: "sizes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
391
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelFontSize, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
392
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelFontSize, isStandalone: true, selector: "kritzel-font-size", inputs: { fontFamily: "fontFamily", selectedSize: "selectedSize", sizes: "sizes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
393
393
  };
394
394
  KritzelFontSize = __decorate([
395
395
  ProxyCmp({
396
396
  inputs: ['fontFamily', 'selectedSize', 'sizes']
397
397
  })
398
398
  ], KritzelFontSize);
399
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelFontSize, decorators: [{
399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelFontSize, decorators: [{
400
400
  type: Component,
401
401
  args: [{
402
402
  selector: 'kritzel-font-size',
@@ -412,15 +412,15 @@ let KritzelIcon = class KritzelIcon {
412
412
  c.detach();
413
413
  this.el = r.nativeElement;
414
414
  }
415
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
416
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelIcon, isStandalone: true, selector: "kritzel-icon", inputs: { label: "label", name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
415
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
416
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelIcon, isStandalone: true, selector: "kritzel-icon", inputs: { label: "label", name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
417
417
  };
418
418
  KritzelIcon = __decorate([
419
419
  ProxyCmp({
420
420
  inputs: ['label', 'name', 'size']
421
421
  })
422
422
  ], KritzelIcon);
423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelIcon, decorators: [{
423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelIcon, decorators: [{
424
424
  type: Component,
425
425
  args: [{
426
426
  selector: 'kritzel-icon',
@@ -437,15 +437,15 @@ let KritzelStrokeSize = class KritzelStrokeSize {
437
437
  this.el = r.nativeElement;
438
438
  proxyOutputs(this, this.el, ['sizeChange']);
439
439
  }
440
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelStrokeSize, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
441
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelStrokeSize, isStandalone: true, selector: "kritzel-stroke-size", inputs: { selectedSize: "selectedSize", sizes: "sizes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
440
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelStrokeSize, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
441
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelStrokeSize, isStandalone: true, selector: "kritzel-stroke-size", inputs: { selectedSize: "selectedSize", sizes: "sizes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
442
442
  };
443
443
  KritzelStrokeSize = __decorate([
444
444
  ProxyCmp({
445
445
  inputs: ['selectedSize', 'sizes']
446
446
  })
447
447
  ], KritzelStrokeSize);
448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelStrokeSize, decorators: [{
448
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelStrokeSize, decorators: [{
449
449
  type: Component,
450
450
  args: [{
451
451
  selector: 'kritzel-stroke-size',
@@ -462,13 +462,13 @@ let KritzelUtilityPanel = class KritzelUtilityPanel {
462
462
  this.el = r.nativeElement;
463
463
  proxyOutputs(this, this.el, ['undo', 'redo', 'delete']);
464
464
  }
465
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelUtilityPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
466
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: KritzelUtilityPanel, isStandalone: true, selector: "kritzel-utility-panel", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
465
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelUtilityPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
466
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: KritzelUtilityPanel, isStandalone: true, selector: "kritzel-utility-panel", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
467
467
  };
468
468
  KritzelUtilityPanel = __decorate([
469
469
  ProxyCmp({})
470
470
  ], KritzelUtilityPanel);
471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: KritzelUtilityPanel, decorators: [{
471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: KritzelUtilityPanel, decorators: [{
472
472
  type: Component,
473
473
  args: [{
474
474
  selector: 'kritzel-utility-panel',
@@ -500,9 +500,9 @@ const DIRECTIVES = [
500
500
  ];
501
501
 
502
502
  class LibModule {
503
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
504
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.13", ngImport: i0, type: LibModule }); }
505
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LibModule, providers: [
503
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
504
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: LibModule }); }
505
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LibModule, providers: [
506
506
  {
507
507
  provide: APP_INITIALIZER,
508
508
  useFactory: () => defineCustomElements,
@@ -510,7 +510,7 @@ class LibModule {
510
510
  },
511
511
  ] }); }
512
512
  }
513
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: LibModule, decorators: [{
513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LibModule, decorators: [{
514
514
  type: NgModule,
515
515
  args: [{
516
516
  providers: [
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "kritzel-angular",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.6",
6
6
  "@angular/core": "^19.2.6",
7
- "kritzel-stencil": "^0.0.43"
7
+ "kritzel-stencil": "^0.0.44"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0"