@inera/ids-angular 4.1.0 → 4.1.1
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 +4 -1
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/dialog/dialog.component.js +5 -2
- package/fesm2015/inera-ids-angular.js +4 -1
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/dialog/dialog.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1265,6 +1265,7 @@
|
|
|
1265
1265
|
this.dismissible = false;
|
|
1266
1266
|
this.srclosetext = '';
|
|
1267
1267
|
this.nofocustrap = false;
|
|
1268
|
+
this.keepscrollbar = false;
|
|
1268
1269
|
this.autofocus = false;
|
|
1269
1270
|
this.overlay = false;
|
|
1270
1271
|
this.persistent = false;
|
|
@@ -1278,7 +1279,7 @@
|
|
|
1278
1279
|
return IDDialogComponent;
|
|
1279
1280
|
}());
|
|
1280
1281
|
IDDialogComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1281
|
-
IDDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srclosetext: "srclosetext", nofocustrap: "nofocustrap", autofocus: "autofocus", overlay: "overlay", persistent: "persistent", show: "show", width: "width" }, outputs: { onClosed: "onClosed" }, ngImport: i0__namespace, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.overlay]=\"overlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.autofocus]=\"autofocus ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"emitOnClosed\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1282
|
+
IDDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", srclosetext: "srclosetext", nofocustrap: "nofocustrap", keepscrollbar: "keepscrollbar", autofocus: "autofocus", overlay: "overlay", persistent: "persistent", show: "show", width: "width" }, outputs: { onClosed: "onClosed" }, ngImport: i0__namespace, template: "<ids-dialog \r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.overlay]=\"overlay ? true : null\"\r\n [attr.nofocustrap]=\"nofocustrap ? true : null\"\r\n [attr.autofocus]=\"autofocus ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.keepscrollbar]=\"keepscrollbar ? true : null\"\r\n [attr.show]=\"show ? 'true' : 'false'\"\r\n [width]=\"width\"\r\n nofocustrap=\"nofocustrap\"\r\n [srclosetext]=\"srclosetext\"\r\n (closed)=\"emitOnClosed\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1282
1283
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, decorators: [{
|
|
1283
1284
|
type: i0.Component,
|
|
1284
1285
|
args: [{
|
|
@@ -1292,6 +1293,8 @@
|
|
|
1292
1293
|
type: i0.Input
|
|
1293
1294
|
}], nofocustrap: [{
|
|
1294
1295
|
type: i0.Input
|
|
1296
|
+
}], keepscrollbar: [{
|
|
1297
|
+
type: i0.Input
|
|
1295
1298
|
}], autofocus: [{
|
|
1296
1299
|
type: i0.Input
|
|
1297
1300
|
}], overlay: [{
|