tnp-helpers 16.0.3 → 16.0.5

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,6 +1,6 @@
1
1
  THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
2
 
3
- Assets from this folder are being shipped with this npm package (tnp-helpers@16.0.3)
3
+ Assets from this folder are being shipped with this npm package (tnp-helpers@16.0.5)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
@@ -11,11 +11,11 @@ class BaseComponent {
11
11
  this.handlers.forEach(h => h.unsubscribe());
12
12
  this.handlers.length = 0;
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
16
16
  }
17
17
  export { BaseComponent };
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'app-base-component-meta',
@@ -76,11 +76,11 @@ class BaseFormlyComponent extends FieldType {
76
76
  // @ts-ignore
77
77
  this.change.next(this.ctrl.value);
78
78
  }
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
80
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
79
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
80
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
81
81
  }
82
82
  export { BaseFormlyComponent };
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'app-base-formly-component-meta',
@@ -78,11 +78,11 @@ class LongPress {
78
78
  onMouseUp() {
79
79
  this.endPress(false);
80
80
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
82
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.4", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
82
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
83
83
  }
84
84
  export { LongPress };
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, decorators: [{
86
86
  type: Directive,
87
87
  args: [{ selector: '[long-press]' }]
88
88
  }], propDecorators: { pressDuration: [{
@@ -11,11 +11,11 @@ class ResizeService {
11
11
  removeResizeEventListener(element) {
12
12
  this.resizeDetector.uninstall(element);
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
15
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
15
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService }); }
16
16
  }
17
17
  export { ResizeService };
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, decorators: [{
19
19
  type: Injectable
20
20
  }], ctorParameters: function () { return []; } });
21
21
  ;
@@ -1342,10 +1342,10 @@ class BaseComponent {
1342
1342
  this.handlers.forEach(h => h.unsubscribe());
1343
1343
  this.handlers.length = 0;
1344
1344
  }
1345
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1346
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
1345
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1346
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
1347
1347
  }
1348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, decorators: [{
1348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, decorators: [{
1349
1349
  type: Component,
1350
1350
  args: [{
1351
1351
  selector: 'app-base-component-meta',
@@ -1563,10 +1563,10 @@ class BaseFormlyComponent extends FieldType {
1563
1563
  // @ts-ignore
1564
1564
  this.change.next(this.ctrl.value);
1565
1565
  }
1566
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1567
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
1566
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1567
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
1568
1568
  }
1569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, decorators: [{
1569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, decorators: [{
1570
1570
  type: Component,
1571
1571
  args: [{
1572
1572
  selector: 'app-base-formly-component-meta',
@@ -1608,10 +1608,10 @@ class ResizeService {
1608
1608
  removeResizeEventListener(element) {
1609
1609
  this.resizeDetector.uninstall(element);
1610
1610
  }
1611
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1612
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService }); }
1611
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1612
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService }); }
1613
1613
  }
1614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, decorators: [{
1614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, decorators: [{
1615
1615
  type: Injectable
1616
1616
  }], ctorParameters: function () { return []; } });
1617
1617
  ;
@@ -1687,10 +1687,10 @@ class LongPress {
1687
1687
  onMouseUp() {
1688
1688
  this.endPress(false);
1689
1689
  }
1690
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1691
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.4", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
1690
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1691
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
1692
1692
  }
1693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, decorators: [{
1693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, decorators: [{
1694
1694
  type: Directive,
1695
1695
  args: [{ selector: '[long-press]' }]
1696
1696
  }], propDecorators: { pressDuration: [{
@@ -11,11 +11,11 @@ class BaseComponent {
11
11
  this.handlers.forEach(h => h.unsubscribe());
12
12
  this.handlers.length = 0;
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
16
16
  }
17
17
  export { BaseComponent };
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'app-base-component-meta',
@@ -76,11 +76,11 @@ class BaseFormlyComponent extends FieldType {
76
76
  // @ts-ignore
77
77
  this.change.next(this.ctrl.value);
78
78
  }
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
80
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
79
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
80
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
81
81
  }
82
82
  export { BaseFormlyComponent };
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'app-base-formly-component-meta',
@@ -78,11 +78,11 @@ class LongPress {
78
78
  onMouseUp() {
79
79
  this.endPress(false);
80
80
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
82
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.4", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
82
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
83
83
  }
84
84
  export { LongPress };
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, decorators: [{
86
86
  type: Directive,
87
87
  args: [{ selector: '[long-press]' }]
88
88
  }], propDecorators: { pressDuration: [{
@@ -11,11 +11,11 @@ class ResizeService {
11
11
  removeResizeEventListener(element) {
12
12
  this.resizeDetector.uninstall(element);
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
15
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
15
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService }); }
16
16
  }
17
17
  export { ResizeService };
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, decorators: [{
19
19
  type: Injectable
20
20
  }], ctorParameters: function () { return []; } });
21
21
  ;
@@ -1342,10 +1342,10 @@ class BaseComponent {
1342
1342
  this.handlers.forEach(h => h.unsubscribe());
1343
1343
  this.handlers.length = 0;
1344
1344
  }
1345
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1346
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
1345
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1346
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
1347
1347
  }
1348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, decorators: [{
1348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, decorators: [{
1349
1349
  type: Component,
1350
1350
  args: [{
1351
1351
  selector: 'app-base-component-meta',
@@ -1563,10 +1563,10 @@ class BaseFormlyComponent extends FieldType {
1563
1563
  // @ts-ignore
1564
1564
  this.change.next(this.ctrl.value);
1565
1565
  }
1566
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1567
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
1566
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1567
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
1568
1568
  }
1569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, decorators: [{
1569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, decorators: [{
1570
1570
  type: Component,
1571
1571
  args: [{
1572
1572
  selector: 'app-base-formly-component-meta',
@@ -1608,10 +1608,10 @@ class ResizeService {
1608
1608
  removeResizeEventListener(element) {
1609
1609
  this.resizeDetector.uninstall(element);
1610
1610
  }
1611
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1612
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService }); }
1611
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1612
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService }); }
1613
1613
  }
1614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, decorators: [{
1614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, decorators: [{
1615
1615
  type: Injectable
1616
1616
  }], ctorParameters: function () { return []; } });
1617
1617
  ;
@@ -1687,10 +1687,10 @@ class LongPress {
1687
1687
  onMouseUp() {
1688
1688
  this.endPress(false);
1689
1689
  }
1690
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1691
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.4", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
1690
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1691
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
1692
1692
  }
1693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, decorators: [{
1693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, decorators: [{
1694
1694
  type: Directive,
1695
1695
  args: [{ selector: '[long-press]' }]
1696
1696
  }], propDecorators: { pressDuration: [{
@@ -1,10 +1,50 @@
1
1
  {
2
- "version": "16.0.3",
2
+ "tnp": {
3
+ "resources": [],
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": [
8
+ "tnp-models",
9
+ "task.js",
10
+ "morphi",
11
+ "json10-writer"
12
+ ],
13
+ "dependencies": {},
14
+ "linkedFolders": [],
15
+ "npmFixes": []
16
+ },
17
+ "linkedProjects": [],
18
+ "smartContainerBuildTarget": "",
19
+ "linkedRepos": [],
20
+ "libReleaseOptions": {
21
+ "nodts": false,
22
+ "obscure": false,
23
+ "ugly": false,
24
+ "includeNodeModules": false
25
+ },
26
+ "smartContainerTarget": "",
27
+ "type": "isomorphic-lib",
28
+ "version": "v4",
29
+ "scripts": {
30
+ "test": "echo \"Error: no test specified\" && exit 1"
31
+ },
32
+ "description": "",
33
+ "license": "MIT",
34
+ "private": false,
35
+ "author": "",
36
+ "homepage": "https://github.com/darekf77/tnp-helpers#readme",
37
+ "workerPlugins": {},
38
+ "additionalNpmNames": [
39
+ "firedev-helpers"
40
+ ]
41
+ },
42
+ "version": "16.0.5",
3
43
  "dependencies": {
4
- "json10-writer": "~16.0.42",
5
- "morphi": "~16.0.3",
44
+ "json10-writer": "~16.0.44",
45
+ "morphi": "~16.0.5",
6
46
  "task.js": "0.1.5",
7
- "tnp-models": "~16.0.30"
47
+ "tnp-models": "~16.0.32"
8
48
  },
9
49
  "scripts": {
10
50
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -18,7 +58,7 @@
18
58
  "devDependencies": {
19
59
  "@angular-devkit/build-angular": "~16.0.5",
20
60
  "@angular-devkit/core": "~16.0.5",
21
- "@angular-material-extensions/fab-menu": "~6.1.0",
61
+ "@angular-material-extensions/password-strength": "~12.1.0",
22
62
  "@angular/animations": "~16.0.0",
23
63
  "@angular/cdk": "~16.0.3",
24
64
  "@angular/cli": "~16.0.5",
@@ -55,6 +95,7 @@
55
95
  "@ngx-formly/material": "6.1.7",
56
96
  "@ngx-translate/core": "15.0.0",
57
97
  "@ngx-translate/http-loader": "8.0.0",
98
+ "@sweetalert2/ngx-sweetalert2": "12.1.0",
58
99
  "@testdeck/jasmine": "0.3.3",
59
100
  "@testdeck/jest": "0.3.3",
60
101
  "@testdeck/mocha": "0.3.3",
@@ -89,15 +130,14 @@
89
130
  "@types/watch": "1.0.0",
90
131
  "accepts": "1.3.4",
91
132
  "angular-material-css-vars": "5.0.2",
92
- "any-project-cli": "~16.0.29",
133
+ "any-project-cli": "~16.0.30",
93
134
  "axios": "1.3.5",
94
- "background-worker-process": "~16.0.46",
135
+ "background-worker-process": "~16.0.47",
95
136
  "base32": "0.0.7",
96
137
  "bcryptjs": "2.4.3",
97
138
  "better-sqlite3": "7.6.2",
98
139
  "body-parser": "1.18.2",
99
140
  "bootstrap": "4.6.2",
100
- "bs4-breakpoint": "13.0.33",
101
141
  "buffer-shims": "1.0.0",
102
142
  "callsite-record": "4.1.3",
103
143
  "chai": "4.2.0",
@@ -133,12 +173,12 @@
133
173
  "file-loader": "1.1.5",
134
174
  "file-saver": "2.0.5",
135
175
  "firedev": "^16",
136
- "firedev-crud": "~16.0.51",
137
- "firedev-crud-deamon": "~16.0.41",
138
- "firedev-ports": "~16.0.46",
139
- "firedev-storage": "~16.0.38",
140
- "firedev-typeorm": "~16.0.34",
141
- "firedev-ui": "~16.0.4",
176
+ "firedev-crud": "~16.0.52",
177
+ "firedev-crud-deamon": "~16.0.42",
178
+ "firedev-ports": "~16.0.47",
179
+ "firedev-storage": "~16.0.39",
180
+ "firedev-typeorm": "~16.0.37",
181
+ "firedev-ui": "~16.0.5",
142
182
  "fkill": "6.1.0",
143
183
  "font-awesome": "4.7.0",
144
184
  "form-data": "4.0.0",
@@ -152,16 +192,17 @@
152
192
  "http-proxy-middleware": "0.19.1",
153
193
  "http-server": "0.11.1",
154
194
  "immutable": "4.3.0",
155
- "incremental-compiler": "~16.0.28",
195
+ "incremental-compiler": "~16.0.30",
156
196
  "inquirer": "7.3.3",
157
197
  "inquirer-autocomplete-prompt": "1.3.0",
158
198
  "is-elevated": "3.0.0",
159
- "isomorphic-region-loader": "~16.0.39",
199
+ "isomorphic-region-loader": "~16.0.40",
160
200
  "istanbul-instrumenter-loader": "2.0.0",
161
201
  "jasmine-core": "4.6.0",
202
+ "jimp": "0.22.8",
162
203
  "jscodeshift": "0.6.3",
163
204
  "json-stringify-safe": "5.0.1",
164
- "json10": "~16.0.46",
205
+ "json10": "~16.0.48",
165
206
  "json5": "2.2.1",
166
207
  "json5-writer": "0.2.0",
167
208
  "jszip": "3.10.1",
@@ -175,27 +216,30 @@
175
216
  "localforage": "1.10.0",
176
217
  "lockfile": "1.0.4",
177
218
  "lodash": "4.17.20",
178
- "lodash-walk-object": "~16.0.46",
219
+ "lodash-walk-object": "~16.0.48",
179
220
  "lowdb": "1.0.0",
180
- "magic-renamer": "~16.0.43",
221
+ "magic-renamer": "~16.0.44",
181
222
  "material-design-icons": "3.0.1",
182
223
  "method-override": "2.3.10",
183
224
  "minimist": "1.2.0",
184
225
  "mkdirp": "0.5.1",
185
226
  "mocha": "5.2.0",
186
227
  "moment": "2.29.3",
228
+ "ng-for-track-by-property": "16.0.1",
187
229
  "ng-in-viewport": "15.0.2",
230
+ "ng-lock": "16.0.1",
188
231
  "ng-packagr": "16.0.1",
189
232
  "ng-talkback": "~13.1.19",
190
- "ng2-logger": "~16.0.2",
191
- "ng2-rest": "~16.0.10",
233
+ "ng2-logger": "~16.0.4",
234
+ "ng2-rest": "~16.0.12",
192
235
  "ngx-ace-wrapper": "14.0.0",
193
236
  "ngx-editor": "15.3.0",
194
237
  "ngx-highlightjs": "9.0.0",
195
238
  "ngx-moment": "6.0.2",
196
- "ngx-pipes": "3.0.0",
239
+ "ngx-pipes": "3.2.2",
197
240
  "ngx-progressbar": "11.0.0",
198
241
  "ngx-scrollbar": "12.0.0",
242
+ "ngx-scrolltop": "6.0.0",
199
243
  "ngx-store": "3.1.1",
200
244
  "ngx-typed-js": "2.1.1",
201
245
  "node-cli-tester": "~13.1.19",
@@ -229,16 +273,17 @@
229
273
  "socket.io": "2.4.1",
230
274
  "sort-package-json": "1.11.0",
231
275
  "sql.js": "1.8.0",
232
- "static-columns": "~16.0.2",
276
+ "static-columns": "~16.0.3",
233
277
  "string-similarity": "4.0.2",
234
278
  "sudo-block": "3.0.0",
279
+ "sweetalert2": "11.7.12",
235
280
  "systeminformation": "3.45.7",
236
281
  "threads": "1.7.0",
237
- "tnp-cli": "~16.0.3",
238
- "tnp-config": "~16.0.3",
239
- "tnp-core": "~16.0.7",
240
- "tnp-db": "~16.0.24",
241
- "tnp-helpers": "~16.0.2",
282
+ "tnp-cli": "~16.0.5",
283
+ "tnp-config": "~16.0.5",
284
+ "tnp-core": "~16.0.9",
285
+ "tnp-db": "~16.0.25",
286
+ "tnp-helpers": "~16.0.4",
242
287
  "ts-debug": "1.3.0",
243
288
  "ts-loader": "2.3.1",
244
289
  "ts-node": "10.9.1",
@@ -246,7 +291,7 @@
246
291
  "turndown": "7.1.2",
247
292
  "typeorm": "~0.3.10",
248
293
  "typescript": "~5.0.2",
249
- "typescript-class-helpers": "~16.0.14",
294
+ "typescript-class-helpers": "~16.0.16",
250
295
  "typescript-formatter": "~7.2.2",
251
296
  "underscore": "1.9.1",
252
297
  "uuid": "8.3.2",
@@ -257,5 +302,5 @@
257
302
  "yup": "1.1.1",
258
303
  "zone.js": "~0.13.0"
259
304
  },
260
- "lastBuildTagHash": "b9c42aef48c6b23e3fd8c1dfd80c2aecb1052612"
305
+ "lastBuildTagHash": "c492dfb7660467fae841820858d65ee9a25bf1a2"
261
306
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1686388647044 = void 0;
4
- function dummy1686388647044() { }
5
- exports.dummy1686388647044 = dummy1686388647044;
3
+ exports.dummy1686416838289 = void 0;
4
+ function dummy1686416838289() { }
5
+ exports.dummy1686416838289 = dummy1686416838289;
6
6
  //# sourceMappingURL=angular.helper.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1686388647047 = void 0;
4
- function dummy1686388647047() { }
5
- exports.dummy1686388647047 = dummy1686388647047;
3
+ exports.dummy1686416838292 = void 0;
4
+ function dummy1686416838292() { }
5
+ exports.dummy1686416838292 = dummy1686416838292;
6
6
  //# sourceMappingURL=base-component.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1686388647050 = void 0;
4
- function dummy1686388647050() { }
5
- exports.dummy1686388647050 = dummy1686388647050;
3
+ exports.dummy1686416838296 = void 0;
4
+ function dummy1686416838296() { }
5
+ exports.dummy1686416838296 = dummy1686416838296;
6
6
  //# sourceMappingURL=base-formly-component.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1686388647059 = void 0;
4
- function dummy1686388647059() { }
5
- exports.dummy1686388647059 = dummy1686388647059;
3
+ exports.dummy1686416838303 = void 0;
4
+ function dummy1686416838303() { }
5
+ exports.dummy1686416838303 = dummy1686416838303;
6
6
  //# sourceMappingURL=dual-component-ctrl.js.map
package/package.json CHANGED
@@ -1,10 +1,50 @@
1
1
  {
2
- "version": "16.0.3",
2
+ "tnp": {
3
+ "resources": [],
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": [
8
+ "tnp-models",
9
+ "task.js",
10
+ "morphi",
11
+ "json10-writer"
12
+ ],
13
+ "dependencies": {},
14
+ "linkedFolders": [],
15
+ "npmFixes": []
16
+ },
17
+ "linkedProjects": [],
18
+ "smartContainerBuildTarget": "",
19
+ "linkedRepos": [],
20
+ "libReleaseOptions": {
21
+ "nodts": false,
22
+ "obscure": false,
23
+ "ugly": false,
24
+ "includeNodeModules": false
25
+ },
26
+ "smartContainerTarget": "",
27
+ "type": "isomorphic-lib",
28
+ "version": "v4",
29
+ "scripts": {
30
+ "test": "echo \"Error: no test specified\" && exit 1"
31
+ },
32
+ "description": "",
33
+ "license": "MIT",
34
+ "private": false,
35
+ "author": "",
36
+ "homepage": "https://github.com/darekf77/tnp-helpers#readme",
37
+ "workerPlugins": {},
38
+ "additionalNpmNames": [
39
+ "firedev-helpers"
40
+ ]
41
+ },
42
+ "version": "16.0.5",
3
43
  "dependencies": {
4
- "json10-writer": "~16.0.42",
5
- "morphi": "~16.0.3",
44
+ "json10-writer": "~16.0.44",
45
+ "morphi": "~16.0.5",
6
46
  "task.js": "0.1.5",
7
- "tnp-models": "~16.0.30"
47
+ "tnp-models": "~16.0.32"
8
48
  },
9
49
  "scripts": {
10
50
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -16,5 +56,5 @@
16
56
  "homepage": "https://github.com/darekf77/tnp-helpers#readme",
17
57
  "name": "tnp-helpers",
18
58
  "devDependencies": {},
19
- "lastBuildTagHash": "b9c42aef48c6b23e3fd8c1dfd80c2aecb1052612"
59
+ "lastBuildTagHash": "c492dfb7660467fae841820858d65ee9a25bf1a2"
20
60
  }
@@ -43,12 +43,12 @@
43
43
  "firedev-helpers"
44
44
  ]
45
45
  },
46
- "version": "16.0.3",
46
+ "version": "16.0.5",
47
47
  "dependencies": {
48
- "json10-writer": "~16.0.42",
49
- "morphi": "~16.0.3",
48
+ "json10-writer": "~16.0.44",
49
+ "morphi": "~16.0.5",
50
50
  "task.js": "0.1.5",
51
- "tnp-models": "~16.0.30"
51
+ "tnp-models": "~16.0.32"
52
52
  },
53
53
  "scripts": {
54
54
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -62,7 +62,7 @@
62
62
  "devDependencies": {
63
63
  "@angular-devkit/build-angular": "~16.0.5",
64
64
  "@angular-devkit/core": "~16.0.5",
65
- "@angular-material-extensions/fab-menu": "~6.1.0",
65
+ "@angular-material-extensions/password-strength": "~12.1.0",
66
66
  "@angular/animations": "~16.0.0",
67
67
  "@angular/cdk": "~16.0.3",
68
68
  "@angular/cli": "~16.0.5",
@@ -99,6 +99,7 @@
99
99
  "@ngx-formly/material": "6.1.7",
100
100
  "@ngx-translate/core": "15.0.0",
101
101
  "@ngx-translate/http-loader": "8.0.0",
102
+ "@sweetalert2/ngx-sweetalert2": "12.1.0",
102
103
  "@testdeck/jasmine": "0.3.3",
103
104
  "@testdeck/jest": "0.3.3",
104
105
  "@testdeck/mocha": "0.3.3",
@@ -133,15 +134,14 @@
133
134
  "@types/watch": "1.0.0",
134
135
  "accepts": "1.3.4",
135
136
  "angular-material-css-vars": "5.0.2",
136
- "any-project-cli": "~16.0.29",
137
+ "any-project-cli": "~16.0.30",
137
138
  "axios": "1.3.5",
138
- "background-worker-process": "~16.0.46",
139
+ "background-worker-process": "~16.0.47",
139
140
  "base32": "0.0.7",
140
141
  "bcryptjs": "2.4.3",
141
142
  "better-sqlite3": "7.6.2",
142
143
  "body-parser": "1.18.2",
143
144
  "bootstrap": "4.6.2",
144
- "bs4-breakpoint": "13.0.33",
145
145
  "buffer-shims": "1.0.0",
146
146
  "callsite-record": "4.1.3",
147
147
  "chai": "4.2.0",
@@ -177,12 +177,12 @@
177
177
  "file-loader": "1.1.5",
178
178
  "file-saver": "2.0.5",
179
179
  "firedev": "^16",
180
- "firedev-crud": "~16.0.51",
181
- "firedev-crud-deamon": "~16.0.41",
182
- "firedev-ports": "~16.0.46",
183
- "firedev-storage": "~16.0.38",
184
- "firedev-typeorm": "~16.0.34",
185
- "firedev-ui": "~16.0.4",
180
+ "firedev-crud": "~16.0.52",
181
+ "firedev-crud-deamon": "~16.0.42",
182
+ "firedev-ports": "~16.0.47",
183
+ "firedev-storage": "~16.0.39",
184
+ "firedev-typeorm": "~16.0.37",
185
+ "firedev-ui": "~16.0.5",
186
186
  "fkill": "6.1.0",
187
187
  "font-awesome": "4.7.0",
188
188
  "form-data": "4.0.0",
@@ -196,16 +196,17 @@
196
196
  "http-proxy-middleware": "0.19.1",
197
197
  "http-server": "0.11.1",
198
198
  "immutable": "4.3.0",
199
- "incremental-compiler": "~16.0.28",
199
+ "incremental-compiler": "~16.0.30",
200
200
  "inquirer": "7.3.3",
201
201
  "inquirer-autocomplete-prompt": "1.3.0",
202
202
  "is-elevated": "3.0.0",
203
- "isomorphic-region-loader": "~16.0.39",
203
+ "isomorphic-region-loader": "~16.0.40",
204
204
  "istanbul-instrumenter-loader": "2.0.0",
205
205
  "jasmine-core": "4.6.0",
206
+ "jimp": "0.22.8",
206
207
  "jscodeshift": "0.6.3",
207
208
  "json-stringify-safe": "5.0.1",
208
- "json10": "~16.0.46",
209
+ "json10": "~16.0.48",
209
210
  "json5": "2.2.1",
210
211
  "json5-writer": "0.2.0",
211
212
  "jszip": "3.10.1",
@@ -219,27 +220,30 @@
219
220
  "localforage": "1.10.0",
220
221
  "lockfile": "1.0.4",
221
222
  "lodash": "4.17.20",
222
- "lodash-walk-object": "~16.0.46",
223
+ "lodash-walk-object": "~16.0.48",
223
224
  "lowdb": "1.0.0",
224
- "magic-renamer": "~16.0.43",
225
+ "magic-renamer": "~16.0.44",
225
226
  "material-design-icons": "3.0.1",
226
227
  "method-override": "2.3.10",
227
228
  "minimist": "1.2.0",
228
229
  "mkdirp": "0.5.1",
229
230
  "mocha": "5.2.0",
230
231
  "moment": "2.29.3",
232
+ "ng-for-track-by-property": "16.0.1",
231
233
  "ng-in-viewport": "15.0.2",
234
+ "ng-lock": "16.0.1",
232
235
  "ng-packagr": "16.0.1",
233
236
  "ng-talkback": "~13.1.19",
234
- "ng2-logger": "~16.0.2",
235
- "ng2-rest": "~16.0.10",
237
+ "ng2-logger": "~16.0.4",
238
+ "ng2-rest": "~16.0.12",
236
239
  "ngx-ace-wrapper": "14.0.0",
237
240
  "ngx-editor": "15.3.0",
238
241
  "ngx-highlightjs": "9.0.0",
239
242
  "ngx-moment": "6.0.2",
240
- "ngx-pipes": "3.0.0",
243
+ "ngx-pipes": "3.2.2",
241
244
  "ngx-progressbar": "11.0.0",
242
245
  "ngx-scrollbar": "12.0.0",
246
+ "ngx-scrolltop": "6.0.0",
243
247
  "ngx-store": "3.1.1",
244
248
  "ngx-typed-js": "2.1.1",
245
249
  "node-cli-tester": "~13.1.19",
@@ -273,16 +277,17 @@
273
277
  "socket.io": "2.4.1",
274
278
  "sort-package-json": "1.11.0",
275
279
  "sql.js": "1.8.0",
276
- "static-columns": "~16.0.2",
280
+ "static-columns": "~16.0.3",
277
281
  "string-similarity": "4.0.2",
278
282
  "sudo-block": "3.0.0",
283
+ "sweetalert2": "11.7.12",
279
284
  "systeminformation": "3.45.7",
280
285
  "threads": "1.7.0",
281
- "tnp-cli": "~16.0.3",
282
- "tnp-config": "~16.0.3",
283
- "tnp-core": "~16.0.7",
284
- "tnp-db": "~16.0.24",
285
- "tnp-helpers": "~16.0.2",
286
+ "tnp-cli": "~16.0.5",
287
+ "tnp-config": "~16.0.5",
288
+ "tnp-core": "~16.0.9",
289
+ "tnp-db": "~16.0.25",
290
+ "tnp-helpers": "~16.0.4",
286
291
  "ts-debug": "1.3.0",
287
292
  "ts-loader": "2.3.1",
288
293
  "ts-node": "10.9.1",
@@ -290,7 +295,7 @@
290
295
  "turndown": "7.1.2",
291
296
  "typeorm": "~0.3.10",
292
297
  "typescript": "~5.0.2",
293
- "typescript-class-helpers": "~16.0.14",
298
+ "typescript-class-helpers": "~16.0.16",
294
299
  "typescript-formatter": "~7.2.2",
295
300
  "underscore": "1.9.1",
296
301
  "uuid": "8.3.2",
@@ -301,12 +306,12 @@
301
306
  "yup": "1.1.1",
302
307
  "zone.js": "~0.13.0"
303
308
  },
304
- "lastBuildTagHash": "b9c42aef48c6b23e3fd8c1dfd80c2aecb1052612"
309
+ "lastBuildTagHash": "c492dfb7660467fae841820858d65ee9a25bf1a2"
305
310
  },
306
311
  "build": {
307
- "number": 562,
308
- "date": "2023-06-10T09:17:19.000Z",
309
- "hash": "4d0d30fbbed1ae4337add051abb5d7dc8e18190b",
312
+ "number": 567,
313
+ "date": "2023-06-10T17:07:13.000Z",
314
+ "hash": "2fc70d53e7f73606b7efb32b6abc9342865e7afa",
310
315
  "options": {}
311
316
  },
312
317
  "currentProjectName": "tnp-helpers",
@@ -314,7 +319,7 @@
314
319
  "currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22tnp-helpers%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
315
320
  "currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
316
321
  "currentProjectType": "isomorphic-lib",
317
- "currentFrameworkVersion": "16.0.3",
322
+ "currentFrameworkVersion": "16.0.4",
318
323
  "currentProjectIsStrictSite": false,
319
324
  "currentProjectIsDependencySite": false,
320
325
  "currentProjectIsStatic": false,
@@ -11,11 +11,11 @@ class BaseComponent {
11
11
  this.handlers.forEach(h => h.unsubscribe());
12
12
  this.handlers.length = 0;
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
16
16
  }
17
17
  export { BaseComponent };
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'app-base-component-meta',
@@ -76,11 +76,11 @@ class BaseFormlyComponent extends FieldType {
76
76
  // @ts-ignore
77
77
  this.change.next(this.ctrl.value);
78
78
  }
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
80
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
79
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
80
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
81
81
  }
82
82
  export { BaseFormlyComponent };
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'app-base-formly-component-meta',
@@ -78,11 +78,11 @@ class LongPress {
78
78
  onMouseUp() {
79
79
  this.endPress(false);
80
80
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
82
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.4", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
82
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
83
83
  }
84
84
  export { LongPress };
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, decorators: [{
86
86
  type: Directive,
87
87
  args: [{ selector: '[long-press]' }]
88
88
  }], propDecorators: { pressDuration: [{
@@ -11,11 +11,11 @@ class ResizeService {
11
11
  removeResizeEventListener(element) {
12
12
  this.resizeDetector.uninstall(element);
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
15
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
15
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService }); }
16
16
  }
17
17
  export { ResizeService };
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, decorators: [{
19
19
  type: Injectable
20
20
  }], ctorParameters: function () { return []; } });
21
21
  ;
@@ -1342,10 +1342,10 @@ class BaseComponent {
1342
1342
  this.handlers.forEach(h => h.unsubscribe());
1343
1343
  this.handlers.length = 0;
1344
1344
  }
1345
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1346
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
1345
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1346
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true }); }
1347
1347
  }
1348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseComponent, decorators: [{
1348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseComponent, decorators: [{
1349
1349
  type: Component,
1350
1350
  args: [{
1351
1351
  selector: 'app-base-component-meta',
@@ -1563,10 +1563,10 @@ class BaseFormlyComponent extends FieldType {
1563
1563
  // @ts-ignore
1564
1564
  this.change.next(this.ctrl.value);
1565
1565
  }
1566
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1567
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
1566
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1567
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.5", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true }); }
1568
1568
  }
1569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: BaseFormlyComponent, decorators: [{
1569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: BaseFormlyComponent, decorators: [{
1570
1570
  type: Component,
1571
1571
  args: [{
1572
1572
  selector: 'app-base-formly-component-meta',
@@ -1608,10 +1608,10 @@ class ResizeService {
1608
1608
  removeResizeEventListener(element) {
1609
1609
  this.resizeDetector.uninstall(element);
1610
1610
  }
1611
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1612
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService }); }
1611
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1612
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService }); }
1613
1613
  }
1614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: ResizeService, decorators: [{
1614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: ResizeService, decorators: [{
1615
1615
  type: Injectable
1616
1616
  }], ctorParameters: function () { return []; } });
1617
1617
  ;
@@ -1687,10 +1687,10 @@ class LongPress {
1687
1687
  onMouseUp() {
1688
1688
  this.endPress(false);
1689
1689
  }
1690
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1691
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.4", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
1690
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1691
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.5", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 }); }
1692
1692
  }
1693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: LongPress, decorators: [{
1693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.5", ngImport: i0, type: LongPress, decorators: [{
1694
1694
  type: Directive,
1695
1695
  args: [{ selector: '[long-press]' }]
1696
1696
  }], propDecorators: { pressDuration: [{