tnp-helpers 13.0.7 → 13.0.8
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/browser/esm2020/lib/base-component.mjs +3 -3
- package/browser/esm2020/lib/base-formly-component.mjs +3 -3
- package/browser/esm2020/lib/long-press.directive.mjs +3 -3
- package/browser/esm2020/lib/resize-service.mjs +3 -3
- package/browser/fesm2015/tnp-helpers.mjs +12 -12
- package/browser/fesm2020/tnp-helpers.mjs +12 -12
- package/client/esm2020/lib/base-component.mjs +3 -3
- package/client/esm2020/lib/base-formly-component.mjs +3 -3
- package/client/esm2020/lib/long-press.directive.mjs +3 -3
- package/client/esm2020/lib/resize-service.mjs +3 -3
- package/client/fesm2015/tnp-helpers.mjs +12 -12
- package/client/fesm2020/tnp-helpers.mjs +12 -12
- package/package.json +3 -3
- package/tmp-environment.json +18 -21
|
@@ -12,9 +12,9 @@ export class BaseComponent {
|
|
|
12
12
|
this.handlers.length = 0;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
16
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
15
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: 'app-base-component-meta',
|
|
@@ -90,9 +90,9 @@ export class BaseFormlyComponent extends FieldType {
|
|
|
90
90
|
this.change.next(this.ctrl.value);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
94
|
-
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
95
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
93
|
+
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
94
|
+
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, decorators: [{
|
|
96
96
|
type: Component,
|
|
97
97
|
args: [{
|
|
98
98
|
selector: 'app-base-formly-component-meta',
|
|
@@ -74,9 +74,9 @@ export class LongPress {
|
|
|
74
74
|
this.endPress(false);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
78
|
-
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
77
|
+
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
78
|
+
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, decorators: [{
|
|
80
80
|
type: Directive,
|
|
81
81
|
args: [{ selector: '[long-press]' }]
|
|
82
82
|
}], propDecorators: { pressDuration: [{
|
|
@@ -12,9 +12,9 @@ export class ResizeService {
|
|
|
12
12
|
this.resizeDetector.uninstall(element);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
16
|
-
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
15
|
+
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16
|
+
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, decorators: [{
|
|
18
18
|
type: Injectable
|
|
19
19
|
}], ctorParameters: function () { return []; } });
|
|
20
20
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzaXplLXNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3RucC1oZWxwZXJzL3Byb2plY3RzL3RucC1oZWxwZXJzL3NyYy9saWIvcmVzaXplLXNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEtBQUssMEJBQTBCLE1BQU0seUJBQXlCLENBQUM7O0FBR3RFLE1BQU0sT0FBTyxhQUFhO0lBR3hCO1FBQ0UsSUFBSSxDQUFDLGNBQWMsR0FBRywwQkFBMEIsQ0FBQyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDO0lBQzNFLENBQUM7SUFFRCxzQkFBc0IsQ0FBQyxPQUFvQixFQUFFLE9BQWlCO1FBQzVELElBQUksQ0FBQyxjQUFjLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztJQUNqRCxDQUFDO0lBRUQseUJBQXlCLENBQUMsT0FBb0I7UUFDNUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDekMsQ0FBQzs7MEdBYlUsYUFBYTs4R0FBYixhQUFhOzJGQUFiLGFBQWE7a0JBRHpCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJcblxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICogYXMgZWxlbWVudFJlc2l6ZURldGVjdG9yTWFrZXIgZnJvbSAnZWxlbWVudC1yZXNpemUtZGV0ZWN0b3InO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgUmVzaXplU2VydmljZSB7XG4gIHByaXZhdGUgcmVzaXplRGV0ZWN0b3I6IGFueTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLnJlc2l6ZURldGVjdG9yID0gZWxlbWVudFJlc2l6ZURldGVjdG9yTWFrZXIoeyBzdHJhdGVneTogJ3Njcm9sbCcgfSk7XG4gIH1cblxuICBhZGRSZXNpemVFdmVudExpc3RlbmVyKGVsZW1lbnQ6IEhUTUxFbGVtZW50LCBoYW5kbGVyOiBGdW5jdGlvbikge1xuICAgIHRoaXMucmVzaXplRGV0ZWN0b3IubGlzdGVuVG8oZWxlbWVudCwgaGFuZGxlcik7XG4gIH1cblxuICByZW1vdmVSZXNpemVFdmVudExpc3RlbmVyKGVsZW1lbnQ6IEhUTUxFbGVtZW50KSB7XG4gICAgdGhpcy5yZXNpemVEZXRlY3Rvci51bmluc3RhbGwoZWxlbWVudCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -472,9 +472,9 @@ class BaseComponent {
|
|
|
472
472
|
this.handlers.length = 0;
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
476
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
475
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
476
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true });
|
|
477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, decorators: [{
|
|
478
478
|
type: Component,
|
|
479
479
|
args: [{
|
|
480
480
|
selector: 'app-base-component-meta',
|
|
@@ -708,9 +708,9 @@ class BaseFormlyComponent extends FieldType {
|
|
|
708
708
|
this.change.next(this.ctrl.value);
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
-
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
712
|
-
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
711
|
+
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
712
|
+
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, decorators: [{
|
|
714
714
|
type: Component,
|
|
715
715
|
args: [{
|
|
716
716
|
selector: 'app-base-formly-component-meta',
|
|
@@ -751,9 +751,9 @@ class ResizeService {
|
|
|
751
751
|
this.resizeDetector.uninstall(element);
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
|
-
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
755
|
-
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
|
756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
754
|
+
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
755
|
+
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService });
|
|
756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, decorators: [{
|
|
757
757
|
type: Injectable
|
|
758
758
|
}], ctorParameters: function () { return []; } });
|
|
759
759
|
|
|
@@ -829,9 +829,9 @@ class LongPress {
|
|
|
829
829
|
this.endPress(false);
|
|
830
830
|
}
|
|
831
831
|
}
|
|
832
|
-
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
833
|
-
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
832
|
+
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
833
|
+
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, decorators: [{
|
|
835
835
|
type: Directive,
|
|
836
836
|
args: [{ selector: '[long-press]' }]
|
|
837
837
|
}], propDecorators: { pressDuration: [{
|
|
@@ -465,9 +465,9 @@ class BaseComponent {
|
|
|
465
465
|
this.handlers.length = 0;
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
469
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
468
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
469
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true });
|
|
470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, decorators: [{
|
|
471
471
|
type: Component,
|
|
472
472
|
args: [{
|
|
473
473
|
selector: 'app-base-component-meta',
|
|
@@ -699,9 +699,9 @@ class BaseFormlyComponent extends FieldType {
|
|
|
699
699
|
this.change.next(this.ctrl.value);
|
|
700
700
|
}
|
|
701
701
|
}
|
|
702
|
-
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
703
|
-
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
702
|
+
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
703
|
+
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, decorators: [{
|
|
705
705
|
type: Component,
|
|
706
706
|
args: [{
|
|
707
707
|
selector: 'app-base-formly-component-meta',
|
|
@@ -742,9 +742,9 @@ class ResizeService {
|
|
|
742
742
|
this.resizeDetector.uninstall(element);
|
|
743
743
|
}
|
|
744
744
|
}
|
|
745
|
-
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
746
|
-
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
745
|
+
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
746
|
+
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService });
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, decorators: [{
|
|
748
748
|
type: Injectable
|
|
749
749
|
}], ctorParameters: function () { return []; } });
|
|
750
750
|
|
|
@@ -820,9 +820,9 @@ class LongPress {
|
|
|
820
820
|
this.endPress(false);
|
|
821
821
|
}
|
|
822
822
|
}
|
|
823
|
-
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
824
|
-
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
823
|
+
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
824
|
+
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, decorators: [{
|
|
826
826
|
type: Directive,
|
|
827
827
|
args: [{ selector: '[long-press]' }]
|
|
828
828
|
}], propDecorators: { pressDuration: [{
|
|
@@ -12,9 +12,9 @@ export class BaseComponent {
|
|
|
12
12
|
this.handlers.length = 0;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
16
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
15
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{
|
|
20
20
|
selector: 'app-base-component-meta',
|
|
@@ -90,9 +90,9 @@ export class BaseFormlyComponent extends FieldType {
|
|
|
90
90
|
this.change.next(this.ctrl.value);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
94
|
-
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
95
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
93
|
+
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
94
|
+
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, decorators: [{
|
|
96
96
|
type: Component,
|
|
97
97
|
args: [{
|
|
98
98
|
selector: 'app-base-formly-component-meta',
|
|
@@ -74,9 +74,9 @@ export class LongPress {
|
|
|
74
74
|
this.endPress(false);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
78
|
-
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
77
|
+
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
78
|
+
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, decorators: [{
|
|
80
80
|
type: Directive,
|
|
81
81
|
args: [{ selector: '[long-press]' }]
|
|
82
82
|
}], propDecorators: { pressDuration: [{
|
|
@@ -12,9 +12,9 @@ export class ResizeService {
|
|
|
12
12
|
this.resizeDetector.uninstall(element);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
16
|
-
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
15
|
+
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16
|
+
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, decorators: [{
|
|
18
18
|
type: Injectable
|
|
19
19
|
}], ctorParameters: function () { return []; } });
|
|
20
20
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzaXplLXNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3RucC1oZWxwZXJzL3Byb2plY3RzL3RucC1oZWxwZXJzL3NyYy9saWIvcmVzaXplLXNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEtBQUssMEJBQTBCLE1BQU0seUJBQXlCLENBQUM7O0FBR3RFLE1BQU0sT0FBTyxhQUFhO0lBR3hCO1FBQ0UsSUFBSSxDQUFDLGNBQWMsR0FBRywwQkFBMEIsQ0FBQyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDO0lBQzNFLENBQUM7SUFFRCxzQkFBc0IsQ0FBQyxPQUFvQixFQUFFLE9BQWlCO1FBQzVELElBQUksQ0FBQyxjQUFjLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxPQUFPLENBQUMsQ0FBQztJQUNqRCxDQUFDO0lBRUQseUJBQXlCLENBQUMsT0FBb0I7UUFDNUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDekMsQ0FBQzs7MEdBYlUsYUFBYTs4R0FBYixhQUFhOzJGQUFiLGFBQWE7a0JBRHpCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJcblxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICogYXMgZWxlbWVudFJlc2l6ZURldGVjdG9yTWFrZXIgZnJvbSAnZWxlbWVudC1yZXNpemUtZGV0ZWN0b3InO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgUmVzaXplU2VydmljZSB7XG4gIHByaXZhdGUgcmVzaXplRGV0ZWN0b3I6IGFueTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLnJlc2l6ZURldGVjdG9yID0gZWxlbWVudFJlc2l6ZURldGVjdG9yTWFrZXIoeyBzdHJhdGVneTogJ3Njcm9sbCcgfSk7XG4gIH1cblxuICBhZGRSZXNpemVFdmVudExpc3RlbmVyKGVsZW1lbnQ6IEhUTUxFbGVtZW50LCBoYW5kbGVyOiBGdW5jdGlvbikge1xuICAgIHRoaXMucmVzaXplRGV0ZWN0b3IubGlzdGVuVG8oZWxlbWVudCwgaGFuZGxlcik7XG4gIH1cblxuICByZW1vdmVSZXNpemVFdmVudExpc3RlbmVyKGVsZW1lbnQ6IEhUTUxFbGVtZW50KSB7XG4gICAgdGhpcy5yZXNpemVEZXRlY3Rvci51bmluc3RhbGwoZWxlbWVudCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -472,9 +472,9 @@ class BaseComponent {
|
|
|
472
472
|
this.handlers.length = 0;
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
476
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
475
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
476
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true });
|
|
477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, decorators: [{
|
|
478
478
|
type: Component,
|
|
479
479
|
args: [{
|
|
480
480
|
selector: 'app-base-component-meta',
|
|
@@ -708,9 +708,9 @@ class BaseFormlyComponent extends FieldType {
|
|
|
708
708
|
this.change.next(this.ctrl.value);
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
-
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
712
|
-
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
711
|
+
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
712
|
+
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, decorators: [{
|
|
714
714
|
type: Component,
|
|
715
715
|
args: [{
|
|
716
716
|
selector: 'app-base-formly-component-meta',
|
|
@@ -751,9 +751,9 @@ class ResizeService {
|
|
|
751
751
|
this.resizeDetector.uninstall(element);
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
|
-
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
755
|
-
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
|
756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
754
|
+
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
755
|
+
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService });
|
|
756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, decorators: [{
|
|
757
757
|
type: Injectable
|
|
758
758
|
}], ctorParameters: function () { return []; } });
|
|
759
759
|
|
|
@@ -829,9 +829,9 @@ class LongPress {
|
|
|
829
829
|
this.endPress(false);
|
|
830
830
|
}
|
|
831
831
|
}
|
|
832
|
-
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
833
|
-
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
832
|
+
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
833
|
+
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, decorators: [{
|
|
835
835
|
type: Directive,
|
|
836
836
|
args: [{ selector: '[long-press]' }]
|
|
837
837
|
}], propDecorators: { pressDuration: [{
|
|
@@ -465,9 +465,9 @@ class BaseComponent {
|
|
|
465
465
|
this.handlers.length = 0;
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
469
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
468
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
469
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true });
|
|
470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, decorators: [{
|
|
471
471
|
type: Component,
|
|
472
472
|
args: [{
|
|
473
473
|
selector: 'app-base-component-meta',
|
|
@@ -699,9 +699,9 @@ class BaseFormlyComponent extends FieldType {
|
|
|
699
699
|
this.change.next(this.ctrl.value);
|
|
700
700
|
}
|
|
701
701
|
}
|
|
702
|
-
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
703
|
-
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
702
|
+
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
703
|
+
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, decorators: [{
|
|
705
705
|
type: Component,
|
|
706
706
|
args: [{
|
|
707
707
|
selector: 'app-base-formly-component-meta',
|
|
@@ -742,9 +742,9 @@ class ResizeService {
|
|
|
742
742
|
this.resizeDetector.uninstall(element);
|
|
743
743
|
}
|
|
744
744
|
}
|
|
745
|
-
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
746
|
-
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
745
|
+
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
746
|
+
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService });
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, decorators: [{
|
|
748
748
|
type: Injectable
|
|
749
749
|
}], ctorParameters: function () { return []; } });
|
|
750
750
|
|
|
@@ -820,9 +820,9 @@ class LongPress {
|
|
|
820
820
|
this.endPress(false);
|
|
821
821
|
}
|
|
822
822
|
}
|
|
823
|
-
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
824
|
-
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
823
|
+
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
824
|
+
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", 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 });
|
|
825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, decorators: [{
|
|
826
826
|
type: Directive,
|
|
827
827
|
args: [{ selector: '[long-press]' }]
|
|
828
828
|
}], propDecorators: { pressDuration: [{
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"firedev-helpers"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
-
"version": "13.0.
|
|
41
|
+
"version": "13.0.8",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"json10-writer": "13.0.4",
|
|
44
|
-
"morphi": "~13.0.
|
|
43
|
+
"json10-writer": "~13.0.4",
|
|
44
|
+
"morphi": "~13.0.8",
|
|
45
45
|
"tnp-models": "~13.0.4"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
@@ -121,11 +121,15 @@
|
|
|
121
121
|
"@types/watch": "1.0.0",
|
|
122
122
|
"accepts": "1.3.4",
|
|
123
123
|
"axios": "0.17.1",
|
|
124
|
+
"babel-cli": "6.26.0",
|
|
125
|
+
"babel-core": "6.25.0",
|
|
126
|
+
"babel-preset-env": "1.7.0",
|
|
127
|
+
"babel-preset-es2015": "6.24.1",
|
|
124
128
|
"background-worker-process": "~13.0.1",
|
|
125
129
|
"bcryptjs": "2.4.3",
|
|
126
130
|
"body-parser": "1.18.2",
|
|
127
131
|
"bootstrap": "5.1.3",
|
|
128
|
-
"bs4-breakpoint": "
|
|
132
|
+
"bs4-breakpoint": "2.0.42",
|
|
129
133
|
"buffer-shims": "1.0.0",
|
|
130
134
|
"callsite-record": "4.1.3",
|
|
131
135
|
"chai": "4.2.0",
|
|
@@ -158,10 +162,10 @@
|
|
|
158
162
|
"express-fileupload": "0.4.0",
|
|
159
163
|
"fbgraph": "1.4.1",
|
|
160
164
|
"file-loader": "1.1.5",
|
|
161
|
-
"firedev-crud": "~13.0.
|
|
162
|
-
"firedev-crud-deamon": "~13.0.
|
|
163
|
-
"firedev-ports": "~13.0.
|
|
164
|
-
"firedev-storage": "
|
|
165
|
+
"firedev-crud": "~13.0.7",
|
|
166
|
+
"firedev-crud-deamon": "~13.0.2",
|
|
167
|
+
"firedev-ports": "~13.0.3",
|
|
168
|
+
"firedev-storage": "~13.0.1",
|
|
165
169
|
"fkill": "6.1.0",
|
|
166
170
|
"font-awesome": "4.7.0",
|
|
167
171
|
"fs-extra": "8.1.0",
|
|
@@ -198,7 +202,6 @@
|
|
|
198
202
|
"lodash.merge": ">= 4",
|
|
199
203
|
"lodash.set": ">= 4",
|
|
200
204
|
"lowdb": "1.0.0",
|
|
201
|
-
"magic-renamer": "~0.0.20",
|
|
202
205
|
"material-design-icons": "3.0.1",
|
|
203
206
|
"method-override": "2.3.10",
|
|
204
207
|
"minimist": "1.2.0",
|
|
@@ -206,7 +209,6 @@
|
|
|
206
209
|
"mocha": "5.2.0",
|
|
207
210
|
"moment": "2.22.2",
|
|
208
211
|
"ng-packagr": "13.0.0",
|
|
209
|
-
"ng-talkback": "~2.4.25",
|
|
210
212
|
"ng2-logger": "~13.0.1",
|
|
211
213
|
"ng2-rest": "~13.0.4",
|
|
212
214
|
"ng4-icons": "~13.0.3",
|
|
@@ -218,8 +220,6 @@
|
|
|
218
220
|
"ngx-store": "3.1.1",
|
|
219
221
|
"ngx-toastr": "14.2.2",
|
|
220
222
|
"ngx-wig": "13.0.3",
|
|
221
|
-
"node-cli-test": "0.0.2",
|
|
222
|
-
"node-cli-tester": "~0.0.22",
|
|
223
223
|
"node-localstorage": "2.1.6",
|
|
224
224
|
"node-notifier": "6.0.0",
|
|
225
225
|
"nodemon": "1.14.11",
|
|
@@ -239,7 +239,6 @@
|
|
|
239
239
|
"ps-node": "0.1.6",
|
|
240
240
|
"q": "1.5.1",
|
|
241
241
|
"randomcolor": "0.5.3",
|
|
242
|
-
"record-replay-req-res-scenario": "~0.0.26",
|
|
243
242
|
"reflect-metadata": "0.1.10",
|
|
244
243
|
"rimraf": "2.6.2",
|
|
245
244
|
"rxjs": "~7.5.0",
|
|
@@ -253,10 +252,9 @@
|
|
|
253
252
|
"task.js": "0.1.5",
|
|
254
253
|
"tnp-cli": "~13.0.1",
|
|
255
254
|
"tnp-config": "~13.0.1",
|
|
256
|
-
"tnp-core": "~13.0.
|
|
255
|
+
"tnp-core": "~13.0.2",
|
|
257
256
|
"tnp-db": "~13.0.3",
|
|
258
|
-
"tnp-helpers": "~13.0.
|
|
259
|
-
"tnp-tools": "~0.0.46",
|
|
257
|
+
"tnp-helpers": "~13.0.7",
|
|
260
258
|
"tnp-ui": "~13.0.1",
|
|
261
259
|
"ts-debug": "1.3.0",
|
|
262
260
|
"ts-node": "10.7.0",
|
|
@@ -268,15 +266,14 @@
|
|
|
268
266
|
"underscore": "1.9.1",
|
|
269
267
|
"uuid": "8.3.2",
|
|
270
268
|
"validator": "9.2.0",
|
|
271
|
-
"vpn-split": "~0.0.18",
|
|
272
269
|
"watch": "1.0.2",
|
|
273
270
|
"zone.js": "~0.11.4"
|
|
274
271
|
}
|
|
275
272
|
},
|
|
276
273
|
"build": {
|
|
277
|
-
"number":
|
|
278
|
-
"date": "2022-03-
|
|
279
|
-
"hash": "
|
|
274
|
+
"number": 336,
|
|
275
|
+
"date": "2022-03-13T13:42:57.000Z",
|
|
276
|
+
"hash": "a2eefe45a4d8355811835681c1d7c1ac61aebda5",
|
|
280
277
|
"options": {}
|
|
281
278
|
},
|
|
282
279
|
"currentProjectName": "tnp-helpers",
|
|
@@ -284,7 +281,7 @@
|
|
|
284
281
|
"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\"]}]}",
|
|
285
282
|
"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\"}]}",
|
|
286
283
|
"currentProjectType": "isomorphic-lib",
|
|
287
|
-
"currentFrameworkVersion": "13.0.
|
|
284
|
+
"currentFrameworkVersion": "13.0.3",
|
|
288
285
|
"currentProjectIsStrictSite": false,
|
|
289
286
|
"currentProjectIsDependencySite": false,
|
|
290
287
|
"currentProjectIsStatic": false,
|