@inera/ids-angular 3.0.2 → 3.0.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/inera-ids-angular.umd.js +10 -10
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/agent/agent.component.js +3 -3
- package/esm2015/lib/components/alert-global/alert-global.component.js +3 -3
- package/esm2015/lib/components/grid/row/row.component.js +5 -2
- package/esm2015/lib/components/notification/badge/notification-badge.component.js +3 -6
- package/fesm2015/inera-ids-angular.js +10 -10
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/grid/row/row.component.d.ts +2 -1
- package/lib/components/notification/badge/notification-badge.component.d.ts +1 -2
- package/package.json +1 -1
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
this.expanded = true;
|
|
107
107
|
this.headline = '';
|
|
108
108
|
this.hidemobileicon = '';
|
|
109
|
-
this.showtext = 'Visa
|
|
110
|
-
this.hidetext = '
|
|
109
|
+
this.showtext = 'Visa mer';
|
|
110
|
+
this.hidetext = 'Visa mindre';
|
|
111
111
|
this.icon = undefined;
|
|
112
112
|
this.onDidToggleExpansion = new i0.EventEmitter();
|
|
113
113
|
}
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
function IDAgentComponent() {
|
|
165
165
|
this.expanded = true;
|
|
166
166
|
this.headline = '';
|
|
167
|
-
this.showtext = 'Visa
|
|
168
|
-
this.hidetext = '
|
|
167
|
+
this.showtext = 'Visa mer';
|
|
168
|
+
this.hidetext = 'Visa mindre';
|
|
169
169
|
this.onDidToggleExpansion = new i0.EventEmitter();
|
|
170
170
|
}
|
|
171
171
|
return IDAgentComponent;
|
|
@@ -2014,6 +2014,7 @@
|
|
|
2014
2014
|
this._elementRef = _elementRef;
|
|
2015
2015
|
this.align = null;
|
|
2016
2016
|
this.class = null;
|
|
2017
|
+
this.gap = null;
|
|
2017
2018
|
this.justify = null;
|
|
2018
2019
|
this.style = null;
|
|
2019
2020
|
this._elementRef.nativeElement.removeAttribute('style');
|
|
@@ -2021,7 +2022,7 @@
|
|
|
2021
2022
|
return IDRowComponent;
|
|
2022
2023
|
}());
|
|
2023
2024
|
IDRowComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2024
|
-
IDRowComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRowComponent, selector: "id-row", inputs: { align: "align", class: "class", justify: "justify", style: "style" }, ngImport: i0__namespace, template: "<ids-row [attr.class]=\"class\"
|
|
2025
|
+
IDRowComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRowComponent, selector: "id-row", inputs: { align: "align", class: "class", gap: "gap", justify: "justify", style: "style" }, ngImport: i0__namespace, template: "<ids-row \r\n [attr.class]=\"class\"\r\n [style]=\"style\" \r\n [justify]=\"justify\"\r\n [align]=\"align\"\r\n [gap]=\"gap\">\r\n <ng-content></ng-content>\r\n</ids-row>" });
|
|
2025
2026
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, decorators: [{
|
|
2026
2027
|
type: i0.Component,
|
|
2027
2028
|
args: [{
|
|
@@ -2032,6 +2033,8 @@
|
|
|
2032
2033
|
type: i0.Input
|
|
2033
2034
|
}], class: [{
|
|
2034
2035
|
type: i0.Input
|
|
2036
|
+
}], gap: [{
|
|
2037
|
+
type: i0.Input
|
|
2035
2038
|
}], justify: [{
|
|
2036
2039
|
type: i0.Input
|
|
2037
2040
|
}], style: [{
|
|
@@ -2425,13 +2428,12 @@
|
|
|
2425
2428
|
|
|
2426
2429
|
var IDNotificationBadgeComponent = /** @class */ (function () {
|
|
2427
2430
|
function IDNotificationBadgeComponent() {
|
|
2428
|
-
this.size = 'm';
|
|
2429
2431
|
this.outlined = false;
|
|
2430
2432
|
}
|
|
2431
2433
|
return IDNotificationBadgeComponent;
|
|
2432
2434
|
}());
|
|
2433
2435
|
IDNotificationBadgeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2434
|
-
IDNotificationBadgeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: {
|
|
2436
|
+
IDNotificationBadgeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { outlined: "outlined" }, ngImport: i0__namespace, template: "<ids-notification-badge\r\n [attr.outlined]=\"outlined ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-notification-badge>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
2435
2437
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDNotificationBadgeComponent, decorators: [{
|
|
2436
2438
|
type: i0.Component,
|
|
2437
2439
|
args: [{
|
|
@@ -2439,9 +2441,7 @@
|
|
|
2439
2441
|
templateUrl: './notification-badge.component.html',
|
|
2440
2442
|
encapsulation: i0.ViewEncapsulation.None,
|
|
2441
2443
|
}]
|
|
2442
|
-
}], ctorParameters: function () { return []; }, propDecorators: {
|
|
2443
|
-
type: i0.Input
|
|
2444
|
-
}], outlined: [{
|
|
2444
|
+
}], ctorParameters: function () { return []; }, propDecorators: { outlined: [{
|
|
2445
2445
|
type: i0.Input
|
|
2446
2446
|
}] } });
|
|
2447
2447
|
|