@ionic/angular 8.8.16-dev.11784841344.1aa1a41c → 8.8.16-dev.11784914346.10d0804c
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/directives/proxies.d.ts +3 -3
- package/esm2022/directives/proxies.mjs +10 -10
- package/esm2022/standalone/directives/proxies.mjs +10 -10
- package/fesm2022/ionic-angular-standalone.mjs +9 -9
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +9 -9
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +3 -3
|
@@ -948,11 +948,11 @@ let IonFooter = class IonFooter {
|
|
|
948
948
|
this.el = r.nativeElement;
|
|
949
949
|
}
|
|
950
950
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
951
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
951
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", scrollEffect: "scrollEffect", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
952
952
|
};
|
|
953
953
|
IonFooter = __decorate([
|
|
954
954
|
ProxyCmp({
|
|
955
|
-
inputs: ['collapse', 'mode', 'theme', 'translucent']
|
|
955
|
+
inputs: ['collapse', 'mode', 'scrollEffect', 'theme', 'translucent']
|
|
956
956
|
})
|
|
957
957
|
], IonFooter);
|
|
958
958
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, decorators: [{
|
|
@@ -962,7 +962,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
962
962
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
963
963
|
template: '<ng-content></ng-content>',
|
|
964
964
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
965
|
-
inputs: ['collapse', 'mode', 'theme', 'translucent'],
|
|
965
|
+
inputs: ['collapse', 'mode', 'scrollEffect', 'theme', 'translucent'],
|
|
966
966
|
}]
|
|
967
967
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
968
968
|
let IonGallery = class IonGallery {
|
|
@@ -1052,11 +1052,11 @@ let IonHeader = class IonHeader {
|
|
|
1052
1052
|
this.el = r.nativeElement;
|
|
1053
1053
|
}
|
|
1054
1054
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1055
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, selector: "ion-header", inputs: { collapse: "collapse", divider: "divider", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1055
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, selector: "ion-header", inputs: { collapse: "collapse", divider: "divider", mode: "mode", scrollEffect: "scrollEffect", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1056
1056
|
};
|
|
1057
1057
|
IonHeader = __decorate([
|
|
1058
1058
|
ProxyCmp({
|
|
1059
|
-
inputs: ['collapse', 'divider', 'mode', 'theme', 'translucent']
|
|
1059
|
+
inputs: ['collapse', 'divider', 'mode', 'scrollEffect', 'theme', 'translucent']
|
|
1060
1060
|
})
|
|
1061
1061
|
], IonHeader);
|
|
1062
1062
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, decorators: [{
|
|
@@ -1066,7 +1066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1066
1066
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1067
1067
|
template: '<ng-content></ng-content>',
|
|
1068
1068
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1069
|
-
inputs: ['collapse', 'divider', 'mode', 'theme', 'translucent'],
|
|
1069
|
+
inputs: ['collapse', 'divider', 'mode', 'scrollEffect', 'theme', 'translucent'],
|
|
1070
1070
|
}]
|
|
1071
1071
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1072
1072
|
let IonIcon = class IonIcon {
|
|
@@ -2359,11 +2359,11 @@ let IonTabBar = class IonTabBar {
|
|
|
2359
2359
|
this.el = r.nativeElement;
|
|
2360
2360
|
}
|
|
2361
2361
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2362
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, selector: "ion-tab-bar", inputs: { color: "color", expand: "expand",
|
|
2362
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, selector: "ion-tab-bar", inputs: { color: "color", expand: "expand", mode: "mode", scrollEffect: "scrollEffect", selectedTab: "selectedTab", shape: "shape", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2363
2363
|
};
|
|
2364
2364
|
IonTabBar = __decorate([
|
|
2365
2365
|
ProxyCmp({
|
|
2366
|
-
inputs: ['color', 'expand', '
|
|
2366
|
+
inputs: ['color', 'expand', 'mode', 'scrollEffect', 'selectedTab', 'shape', 'theme', 'translucent']
|
|
2367
2367
|
})
|
|
2368
2368
|
], IonTabBar);
|
|
2369
2369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, decorators: [{
|
|
@@ -2373,7 +2373,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2373
2373
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2374
2374
|
template: '<ng-content></ng-content>',
|
|
2375
2375
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2376
|
-
inputs: ['color', 'expand', '
|
|
2376
|
+
inputs: ['color', 'expand', 'mode', 'scrollEffect', 'selectedTab', 'shape', 'theme', 'translucent'],
|
|
2377
2377
|
}]
|
|
2378
2378
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2379
2379
|
let IonTabButton = class IonTabButton {
|