@ukho/admiralty-angular 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/ukho-admiralty-angular.umd.js +5 -5
- package/bundles/ukho-admiralty-angular.umd.js.map +1 -1
- package/esm2015/lib/stencil-generated/components.js +2 -2
- package/esm2015/lib/stencil-generated/number-value-accessor.js +3 -3
- package/esm2015/lib/stencil-generated/text-value-accessor.js +3 -3
- package/fesm2015/ukho-admiralty-angular.js +5 -5
- package/fesm2015/ukho-admiralty-angular.js.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
this.z = z;
|
|
1087
1087
|
c.detach();
|
|
1088
1088
|
this.el = r.nativeElement;
|
|
1089
|
-
proxyOutputs(this, this.el, ['
|
|
1089
|
+
proxyOutputs(this, this.el, ['admiraltyInput']);
|
|
1090
1090
|
}
|
|
1091
1091
|
return AdmiraltyInput;
|
|
1092
1092
|
}());
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
/** @nocollapse */ TextValueAccessor.ɵfac = function TextValueAccessor_Factory(t) { return new (t || TextValueAccessor)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); };
|
|
1950
1950
|
/** @nocollapse */ TextValueAccessor.ɵdir = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineDirective({ type: TextValueAccessor, selectors: [["admiralty-input", 3, "type", "number"], ["admiralty-textarea"]], hostBindings: function TextValueAccessor_HostBindings(rf, ctx) {
|
|
1951
1951
|
if (rf & 1) {
|
|
1952
|
-
i0__namespace.ɵɵlistener("
|
|
1952
|
+
i0__namespace.ɵɵlistener("admiraltyInput", function TextValueAccessor_admiraltyInput_HostBindingHandler($event) { return ctx.handleChangeEvent($event.target.value); });
|
|
1953
1953
|
}
|
|
1954
1954
|
}, features: [i0__namespace.ɵɵProvidersFeature([
|
|
1955
1955
|
{
|
|
@@ -1965,7 +1965,7 @@
|
|
|
1965
1965
|
/* tslint:disable-next-line:directive-selector */
|
|
1966
1966
|
selector: 'admiralty-input:not([type=number]), admiralty-textarea',
|
|
1967
1967
|
host: {
|
|
1968
|
-
'(
|
|
1968
|
+
'(admiraltyInput)': 'handleChangeEvent($event.target.value)'
|
|
1969
1969
|
},
|
|
1970
1970
|
providers: [
|
|
1971
1971
|
{
|
|
@@ -2035,7 +2035,7 @@
|
|
|
2035
2035
|
/** @nocollapse */ NumericValueAccessor.ɵfac = function NumericValueAccessor_Factory(t) { return new (t || NumericValueAccessor)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); };
|
|
2036
2036
|
/** @nocollapse */ NumericValueAccessor.ɵdir = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineDirective({ type: NumericValueAccessor, selectors: [["admiralty-input", "type", "number"]], hostBindings: function NumericValueAccessor_HostBindings(rf, ctx) {
|
|
2037
2037
|
if (rf & 1) {
|
|
2038
|
-
i0__namespace.ɵɵlistener("
|
|
2038
|
+
i0__namespace.ɵɵlistener("admiraltyInput", function NumericValueAccessor_admiraltyInput_HostBindingHandler($event) { return ctx.handleChangeEvent($event.target.value); });
|
|
2039
2039
|
}
|
|
2040
2040
|
}, features: [i0__namespace.ɵɵProvidersFeature([
|
|
2041
2041
|
{
|
|
@@ -2051,7 +2051,7 @@
|
|
|
2051
2051
|
/* tslint:disable-next-line:directive-selector */
|
|
2052
2052
|
selector: 'admiralty-input[type=number]',
|
|
2053
2053
|
host: {
|
|
2054
|
-
'(
|
|
2054
|
+
'(admiraltyInput)': 'handleChangeEvent($event.target.value)'
|
|
2055
2055
|
},
|
|
2056
2056
|
providers: [
|
|
2057
2057
|
{
|