@inera/ids-angular 4.9.0 → 4.10.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-components-alert.umd.js +4 -1
- package/bundles/inera-ids-angular-components-alert.umd.js.map +1 -1
- package/bundles/inera-ids-angular-components-button-group.umd.js +4 -1
- package/bundles/inera-ids-angular-components-button-group.umd.js.map +1 -1
- package/bundles/inera-ids-angular-components-link.umd.js +4 -4
- package/bundles/inera-ids-angular-components-link.umd.js.map +1 -1
- package/components/alert/alert.component.d.ts +2 -1
- package/components/button-group/button-group.component.d.ts +2 -1
- package/components/link/link.component.d.ts +4 -4
- package/esm2015/components/alert/alert.component.js +5 -2
- package/esm2015/components/button-group/button-group.component.js +5 -2
- package/esm2015/components/link/link.component.js +5 -5
- package/fesm2015/inera-ids-angular-components-alert.js +4 -1
- package/fesm2015/inera-ids-angular-components-alert.js.map +1 -1
- package/fesm2015/inera-ids-angular-components-button-group.js +4 -1
- package/fesm2015/inera-ids-angular-components-button-group.js.map +1 -1
- package/fesm2015/inera-ids-angular-components-link.js +4 -4
- package/fesm2015/inera-ids-angular-components-link.js.map +1 -1
- package/package.json +2 -2
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
function IDAlertComponent() {
|
|
29
29
|
this.dismissible = false;
|
|
30
30
|
this.collapsable = false;
|
|
31
|
+
this.ribbon = false;
|
|
31
32
|
this.collapsed = false;
|
|
32
33
|
this.srcollapsetext = '';
|
|
33
34
|
this.srexpandtext = '';
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
return IDAlertComponent;
|
|
44
45
|
}());
|
|
45
46
|
IDAlertComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
46
|
-
IDAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", collapsed: "collapsed", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", norole: "norole", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0__namespace, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
47
|
+
IDAlertComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", ribbon: "ribbon", collapsed: "collapsed", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", norole: "norole", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0__namespace, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
47
48
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDAlertComponent, decorators: [{
|
|
48
49
|
type: i0.Component,
|
|
49
50
|
args: [{
|
|
@@ -55,6 +56,8 @@
|
|
|
55
56
|
type: i0.Input
|
|
56
57
|
}], collapsable: [{
|
|
57
58
|
type: i0.Input
|
|
59
|
+
}], ribbon: [{
|
|
60
|
+
type: i0.Input
|
|
58
61
|
}], collapsed: [{
|
|
59
62
|
type: i0.Input
|
|
60
63
|
}], srcollapsetext: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-alert.umd.js","sources":["../../../projects/ids-angular/components/alert/alert.component.ts","../../../projects/ids-angular/components/alert/alert.component.html","../../../projects/ids-angular/components/alert/alert.module.ts","../../../projects/ids-angular/components/alert/inera-ids-angular-components-alert.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-alert',\r\n templateUrl: './alert.component.html',\r\n styles: [':host { display: block; }']\r\n})\r\nexport class IDAlertComponent {\r\n\r\n constructor() { }\r\n\r\n @Input()\r\n dismissible: boolean = false;\r\n\r\n @Input()\r\n collapsable: boolean = false;\r\n\r\n @Input()\r\n collapsed: boolean = false;\r\n\r\n @Input()\r\n srcollapsetext: string | undefined = '';\r\n\r\n @Input()\r\n srexpandtext: string | undefined = '';\r\n\r\n @Input()\r\n headline: string = '';\r\n\r\n @Input()\r\n live: string = '';\r\n\r\n @Input()\r\n type: string = '';\r\n\r\n @Input()\r\n norole: boolean = false;\r\n\r\n @Input()\r\n srclosetext: string = '';\r\n\r\n @Input()\r\n sricontitle: string = '';\r\n\r\n @Output()\r\n onClosed: EventEmitter<boolean> = new EventEmitter();\r\n @Output()\r\n onCollapsed: EventEmitter<boolean> = new EventEmitter();\r\n\r\n}\r\n","<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDAlertComponent } from './alert.component';\r\nimport '@inera/ids-core/components/alert/register';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDAlertComponent\r\n ],\r\n exports: [\r\n IDAlertComponent\r\n ],\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDAlertModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["EventEmitter","i0","Component","Input","Output","CommonModule","NgModule","CUSTOM_ELEMENTS_SCHEMA"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,QAAA,gBAAA,kBAAA,YAAA;IAEE,IAAA,SAAA,gBAAA,GAAA;IAGA,QAAA,IAAW,CAAA,WAAA,GAAY,KAAK,CAAC;IAG7B,QAAA,IAAW,CAAA,WAAA,GAAY,KAAK,CAAC;IAG7B,QAAA,IAAS,CAAA,SAAA,GAAY,KAAK,CAAC;IAG3B,QAAA,IAAc,CAAA,cAAA,GAAuB,EAAE,CAAC;IAGxC,QAAA,IAAY,CAAA,YAAA,GAAuB,EAAE,CAAC;IAGtC,QAAA,IAAQ,CAAA,QAAA,GAAW,EAAE,CAAC;IAGtB,QAAA,IAAI,CAAA,IAAA,GAAW,EAAE,CAAC;IAGlB,QAAA,IAAI,CAAA,IAAA,GAAW,EAAE,CAAC;IAGlB,QAAA,IAAM,CAAA,MAAA,GAAY,KAAK,CAAC;IAGxB,QAAA,IAAW,CAAA,WAAA,GAAW,EAAE,CAAC;IAGzB,QAAA,IAAW,CAAA,WAAA,GAAW,EAAE,CAAC;IAGzB,QAAA,IAAA,CAAA,QAAQ,GAA0B,IAAIA,eAAY,EAAE,CAAC;IAErD,QAAA,IAAA,CAAA,WAAW,GAA0B,IAAIA,eAAY,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-alert.umd.js","sources":["../../../projects/ids-angular/components/alert/alert.component.ts","../../../projects/ids-angular/components/alert/alert.component.html","../../../projects/ids-angular/components/alert/alert.module.ts","../../../projects/ids-angular/components/alert/inera-ids-angular-components-alert.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-alert',\r\n templateUrl: './alert.component.html',\r\n styles: [':host { display: block; }']\r\n})\r\nexport class IDAlertComponent {\r\n\r\n constructor() { }\r\n\r\n @Input()\r\n dismissible: boolean = false;\r\n\r\n @Input()\r\n collapsable: boolean = false;\r\n\r\n @Input()\r\n ribbon: boolean = false;\r\n\r\n @Input()\r\n collapsed: boolean = false;\r\n\r\n @Input()\r\n srcollapsetext: string | undefined = '';\r\n\r\n @Input()\r\n srexpandtext: string | undefined = '';\r\n\r\n @Input()\r\n headline: string = '';\r\n\r\n @Input()\r\n live: string = '';\r\n\r\n @Input()\r\n type: string = '';\r\n\r\n @Input()\r\n norole: boolean = false;\r\n\r\n @Input()\r\n srclosetext: string = '';\r\n\r\n @Input()\r\n sricontitle: string = '';\r\n\r\n @Output()\r\n onClosed: EventEmitter<boolean> = new EventEmitter();\r\n @Output()\r\n onCollapsed: EventEmitter<boolean> = new EventEmitter();\r\n\r\n}\r\n","<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDAlertComponent } from './alert.component';\r\nimport '@inera/ids-core/components/alert/register';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDAlertComponent\r\n ],\r\n exports: [\r\n IDAlertComponent\r\n ],\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDAlertModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["EventEmitter","i0","Component","Input","Output","CommonModule","NgModule","CUSTOM_ELEMENTS_SCHEMA"],"mappings":"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"}
|
|
@@ -29,11 +29,12 @@
|
|
|
29
29
|
this.rtl = false;
|
|
30
30
|
this.unresponsive = false;
|
|
31
31
|
this.justify = 'start';
|
|
32
|
+
this.break = 'm';
|
|
32
33
|
}
|
|
33
34
|
return IDButtonGroupComponent;
|
|
34
35
|
}());
|
|
35
36
|
IDButtonGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonGroupComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
36
|
-
IDButtonGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonGroupComponent, selector: "id-button-group", inputs: { rtl: "rtl", unresponsive: "unresponsive", justify: "justify" }, ngImport: i0__namespace, template: "<ids-button-group [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
37
|
+
IDButtonGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonGroupComponent, selector: "id-button-group", inputs: { rtl: "rtl", unresponsive: "unresponsive", justify: "justify", break: "break" }, ngImport: i0__namespace, template: "<ids-button-group [break]=\"break\" [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
37
38
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonGroupComponent, decorators: [{
|
|
38
39
|
type: i0.Component,
|
|
39
40
|
args: [{
|
|
@@ -47,6 +48,8 @@
|
|
|
47
48
|
type: i0.Input
|
|
48
49
|
}], justify: [{
|
|
49
50
|
type: i0.Input
|
|
51
|
+
}], break: [{
|
|
52
|
+
type: i0.Input
|
|
50
53
|
}] } });
|
|
51
54
|
|
|
52
55
|
var IDButtonGroupModule = /** @class */ (function () {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-button-group.umd.js","sources":["../../../projects/ids-angular/components/button-group/button-group.component.ts","../../../projects/ids-angular/components/button-group/button-group.component.html","../../../projects/ids-angular/components/button-group/button-group.module.ts","../../../projects/ids-angular/components/button-group/inera-ids-angular-components-button-group.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-button-group',\r\n templateUrl: './button-group.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDButtonGroupComponent {\r\n\r\n @Input()\r\n rtl:boolean = false;\r\n\r\n @Input()\r\n unresponsive:boolean = false;\r\n\r\n @Input()\r\n justify: 'start' | 'center' | 'end' = 'start';\r\n\r\n}\r\n","<ids-button-group [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDButtonGroupComponent } from './button-group.component';\r\nimport '@inera/ids-core/components/button-group/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDButtonGroupComponent\r\n ],\r\n exports: [\r\n IDButtonGroupComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDButtonGroupModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i0","Component","ViewEncapsulation","Input","NgModule","CUSTOM_ELEMENTS_SCHEMA"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,QAAA,sBAAA,kBAAA,YAAA;IALA,IAAA,SAAA,sBAAA,GAAA;IAQE,QAAA,IAAG,CAAA,GAAA,GAAW,KAAK,CAAC;IAGpB,QAAA,IAAY,CAAA,YAAA,GAAW,KAAK,CAAC;IAG7B,QAAA,IAAO,CAAA,OAAA,GAA+B,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-button-group.umd.js","sources":["../../../projects/ids-angular/components/button-group/button-group.component.ts","../../../projects/ids-angular/components/button-group/button-group.component.html","../../../projects/ids-angular/components/button-group/button-group.module.ts","../../../projects/ids-angular/components/button-group/inera-ids-angular-components-button-group.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-button-group',\r\n templateUrl: './button-group.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDButtonGroupComponent {\r\n\r\n @Input()\r\n rtl:boolean = false;\r\n\r\n @Input()\r\n unresponsive:boolean = false;\r\n\r\n @Input()\r\n justify: 'start' | 'center' | 'end' = 'start';\r\n\r\n @Input()\r\n break: 's' | 'm' = 'm';\r\n\r\n}\r\n","<ids-button-group [break]=\"break\" [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDButtonGroupComponent } from './button-group.component';\r\nimport '@inera/ids-core/components/button-group/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDButtonGroupComponent\r\n ],\r\n exports: [\r\n IDButtonGroupComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDButtonGroupModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i0","Component","ViewEncapsulation","Input","NgModule","CUSTOM_ELEMENTS_SCHEMA"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,QAAA,sBAAA,kBAAA,YAAA;IALA,IAAA,SAAA,sBAAA,GAAA;IAQE,QAAA,IAAG,CAAA,GAAA,GAAW,KAAK,CAAC;IAGpB,QAAA,IAAY,CAAA,YAAA,GAAW,KAAK,CAAC;IAG7B,QAAA,IAAO,CAAA,OAAA,GAA+B,OAAO,CAAC;IAG9C,QAAA,IAAK,CAAA,KAAA,GAAc,GAAG,CAAC;SAExB;;;8IAdY,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAA,aAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;IAAtB,sBAAA,CAAA,IAAA,GAAAA,aAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,4JCPnC,gKAEmB,EAAA,aAAA,EAAAA,aAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;sHDKN,sBAAsB,EAAA,UAAA,EAAA,CAAA;sBALlCC,YAAS;IAAC,YAAA,IAAA,EAAA,CAAA;IACT,oBAAA,QAAQ,EAAE,iBAAiB;IAC3B,oBAAA,WAAW,EAAE,+BAA+B;wBAC5C,aAAa,EAAEC,oBAAiB,CAAC,IAAI;qBACtC,CAAA;kCAIC,GAAG,EAAA,CAAA;0BADFC,QAAK;oBAIN,YAAY,EAAA,CAAA;0BADXA,QAAK;oBAIN,OAAO,EAAA,CAAA;0BADNA,QAAK;oBAIN,KAAK,EAAA,CAAA;0BADJA,QAAK;;;AELR,QAAA,mBAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,mBAAA,GAAA;;;;2IAAa,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAH,aAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;4IAAnB,mBAAmB,EAAA,YAAA,EAAA,CAP5B,sBAAsB,CAAA,EAAA,OAAA,EAAA,CAGtB,sBAAsB,CAAA,EAAA,CAAA,CAAA;4IAIb,mBAAmB,EAAA,CAAA,CAAA;sHAAnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;sBAT/BI,WAAQ;IAAC,YAAA,IAAA,EAAA,CAAA;IACR,oBAAA,YAAY,EAAE;4BACZ,sBAAsB;IACvB,qBAAA;IACD,oBAAA,OAAO,EAAE;4BACP,sBAAsB;IACvB,qBAAA;wBACD,OAAO,EAAE,CAACC,yBAAsB,CAAC;qBAClC,CAAA;;;ICZD;;IAEG;;;;;;;;;;;"}
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
this.underlined = false;
|
|
30
30
|
this.padding = null;
|
|
31
31
|
this.outline = null;
|
|
32
|
-
this.color =
|
|
32
|
+
this.color = null;
|
|
33
33
|
this.active = false;
|
|
34
34
|
this.colorpreset = 0;
|
|
35
35
|
this.hovercolor = null;
|
|
36
36
|
this.light = null;
|
|
37
37
|
this.bold = false;
|
|
38
38
|
this.block = false;
|
|
39
|
-
this.size =
|
|
39
|
+
this.size = null;
|
|
40
40
|
this.activeicon = false;
|
|
41
|
-
this.activeiconbackground =
|
|
41
|
+
this.activeiconbackground = null;
|
|
42
42
|
this.external = false;
|
|
43
|
-
this.slot =
|
|
43
|
+
this.slot = null;
|
|
44
44
|
}
|
|
45
45
|
return IDLinkComponent;
|
|
46
46
|
}());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-link.umd.js","sources":["../../../projects/ids-angular/components/link/link.component.ts","../../../projects/ids-angular/components/link/link.component.html","../../../projects/ids-angular/components/link/link.module.ts","../../../projects/ids-angular/components/link/inera-ids-angular-components-link.ts"],"sourcesContent":["import { Component, Input, HostBinding } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-link',\r\n templateUrl: './link.component.html',\r\n styles: [':host { display: inline; }']\r\n})\r\nexport class IDLinkComponent {\r\n\r\n constructor() { }\r\n @Input()\r\n underlined: boolean = false;\r\n @Input()\r\n padding: string | null = null;\r\n @Input()\r\n outline: string | null = null;\r\n @Input()\r\n color: string |
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-link.umd.js","sources":["../../../projects/ids-angular/components/link/link.component.ts","../../../projects/ids-angular/components/link/link.component.html","../../../projects/ids-angular/components/link/link.module.ts","../../../projects/ids-angular/components/link/inera-ids-angular-components-link.ts"],"sourcesContent":["import { Component, Input, HostBinding } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-link',\r\n templateUrl: './link.component.html',\r\n styles: [':host { display: inline; }']\r\n})\r\nexport class IDLinkComponent {\r\n\r\n constructor() { }\r\n @Input()\r\n underlined: boolean = false;\r\n @Input()\r\n padding: string | null = null;\r\n @Input()\r\n outline: string | null = null;\r\n @Input()\r\n color: string | null = null;\r\n @Input()\r\n active: boolean = false;\r\n @Input()\r\n colorpreset: number = 0;\r\n @Input()\r\n hovercolor: string | null = null;\r\n @Input()\r\n light: string | null = null;\r\n @Input()\r\n bold: boolean = false;\r\n @Input()\r\n @HostBinding('class.ids-block')\r\n block: boolean = false;\r\n @Input()\r\n size: string | null = null;\r\n @Input()\r\n activeicon: boolean = false;\r\n @Input()\r\n activeiconbackground: string | null = null;\r\n @Input()\r\n external: boolean = false;\r\n @Input()\r\n slot: string | null = null;\r\n}\r\n","<ids-link \r\n [attr.underlined]=\"underlined ? '' : null\"\r\n [color]=\"color\"\r\n [size]=\"size\"\r\n [attr.bold]=\"bold ? true : null\"\r\n [attr.activeicon]=\"activeicon ? true : null\"\r\n [attr.active]=\"active ? true : null\"\r\n [activeiconbackground]=\"activeiconbackground\"\r\n [padding]=\"padding\"\r\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\r\n [hovercolor]=\"hovercolor\"\r\n [light]=\"light ? true : null\"\r\n [outline]=\"outline\"\r\n [block]=\"block ? true : null\"\r\n [attr.slot]=\"slot\"\r\n >\r\n <ng-content></ng-content>\r\n</ids-link>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDLinkComponent } from './link.component';\r\nimport '@inera/ids-core/components/link/register';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDLinkComponent\r\n ],\r\n imports: [CommonModule],\r\n exports: [\r\n IDLinkComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDLinkModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i0","Component","Input","HostBinding","CommonModule","NgModule","CUSTOM_ELEMENTS_SCHEMA"],"mappings":"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"}
|
|
@@ -4,6 +4,7 @@ export declare class IDAlertComponent {
|
|
|
4
4
|
constructor();
|
|
5
5
|
dismissible: boolean;
|
|
6
6
|
collapsable: boolean;
|
|
7
|
+
ribbon: boolean;
|
|
7
8
|
collapsed: boolean;
|
|
8
9
|
srcollapsetext: string | undefined;
|
|
9
10
|
srexpandtext: string | undefined;
|
|
@@ -16,5 +17,5 @@ export declare class IDAlertComponent {
|
|
|
16
17
|
onClosed: EventEmitter<boolean>;
|
|
17
18
|
onCollapsed: EventEmitter<boolean>;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDAlertComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertComponent, "id-alert", never, { "dismissible": "dismissible"; "collapsable": "collapsable"; "collapsed": "collapsed"; "srcollapsetext": "srcollapsetext"; "srexpandtext": "srexpandtext"; "headline": "headline"; "live": "live"; "type": "type"; "norole": "norole"; "srclosetext": "srclosetext"; "sricontitle": "sricontitle"; }, { "onClosed": "onClosed"; "onCollapsed": "onCollapsed"; }, never, ["*"]>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertComponent, "id-alert", never, { "dismissible": "dismissible"; "collapsable": "collapsable"; "ribbon": "ribbon"; "collapsed": "collapsed"; "srcollapsetext": "srcollapsetext"; "srexpandtext": "srexpandtext"; "headline": "headline"; "live": "live"; "type": "type"; "norole": "norole"; "srclosetext": "srclosetext"; "sricontitle": "sricontitle"; }, { "onClosed": "onClosed"; "onCollapsed": "onCollapsed"; }, never, ["*"]>;
|
|
20
21
|
}
|
|
@@ -3,6 +3,7 @@ export declare class IDButtonGroupComponent {
|
|
|
3
3
|
rtl: boolean;
|
|
4
4
|
unresponsive: boolean;
|
|
5
5
|
justify: 'start' | 'center' | 'end';
|
|
6
|
+
break: 's' | 'm';
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonGroupComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonGroupComponent, "id-button-group", never, { "rtl": "rtl"; "unresponsive": "unresponsive"; "justify": "justify"; }, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonGroupComponent, "id-button-group", never, { "rtl": "rtl"; "unresponsive": "unresponsive"; "justify": "justify"; "break": "break"; }, {}, never, ["*"]>;
|
|
8
9
|
}
|
|
@@ -4,18 +4,18 @@ export declare class IDLinkComponent {
|
|
|
4
4
|
underlined: boolean;
|
|
5
5
|
padding: string | null;
|
|
6
6
|
outline: string | null;
|
|
7
|
-
color: string |
|
|
7
|
+
color: string | null;
|
|
8
8
|
active: boolean;
|
|
9
9
|
colorpreset: number;
|
|
10
10
|
hovercolor: string | null;
|
|
11
11
|
light: string | null;
|
|
12
12
|
bold: boolean;
|
|
13
13
|
block: boolean;
|
|
14
|
-
size: string |
|
|
14
|
+
size: string | null;
|
|
15
15
|
activeicon: boolean;
|
|
16
|
-
activeiconbackground: string |
|
|
16
|
+
activeiconbackground: string | null;
|
|
17
17
|
external: boolean;
|
|
18
|
-
slot: string |
|
|
18
|
+
slot: string | null;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<IDLinkComponent, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<IDLinkComponent, "id-link", never, { "underlined": "underlined"; "padding": "padding"; "outline": "outline"; "color": "color"; "active": "active"; "colorpreset": "colorpreset"; "hovercolor": "hovercolor"; "light": "light"; "bold": "bold"; "block": "block"; "size": "size"; "activeicon": "activeicon"; "activeiconbackground": "activeiconbackground"; "external": "external"; "slot": "slot"; }, {}, never, ["*"]>;
|
|
21
21
|
}
|
|
@@ -4,6 +4,7 @@ export class IDAlertComponent {
|
|
|
4
4
|
constructor() {
|
|
5
5
|
this.dismissible = false;
|
|
6
6
|
this.collapsable = false;
|
|
7
|
+
this.ribbon = false;
|
|
7
8
|
this.collapsed = false;
|
|
8
9
|
this.srcollapsetext = '';
|
|
9
10
|
this.srexpandtext = '';
|
|
@@ -18,7 +19,7 @@ export class IDAlertComponent {
|
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
21
|
IDAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
-
IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", collapsed: "collapsed", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", norole: "norole", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
22
|
+
IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", ribbon: "ribbon", collapsed: "collapsed", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", norole: "norole", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
22
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, decorators: [{
|
|
23
24
|
type: Component,
|
|
24
25
|
args: [{
|
|
@@ -30,6 +31,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
30
31
|
type: Input
|
|
31
32
|
}], collapsable: [{
|
|
32
33
|
type: Input
|
|
34
|
+
}], ribbon: [{
|
|
35
|
+
type: Input
|
|
33
36
|
}], collapsed: [{
|
|
34
37
|
type: Input
|
|
35
38
|
}], srcollapsetext: [{
|
|
@@ -53,4 +56,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
53
56
|
}], onCollapsed: [{
|
|
54
57
|
type: Output
|
|
55
58
|
}] } });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9hbGVydC9hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3ZFLE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0I7UUFHQSxnQkFBVyxHQUFZLEtBQUssQ0FBQztRQUc3QixnQkFBVyxHQUFZLEtBQUssQ0FBQztRQUc3QixXQUFNLEdBQVksS0FBSyxDQUFDO1FBR3hCLGNBQVMsR0FBWSxLQUFLLENBQUM7UUFHM0IsbUJBQWMsR0FBdUIsRUFBRSxDQUFDO1FBR3hDLGlCQUFZLEdBQXVCLEVBQUUsQ0FBQztRQUd0QyxhQUFRLEdBQVcsRUFBRSxDQUFDO1FBR3RCLFNBQUksR0FBVyxFQUFFLENBQUM7UUFHbEIsU0FBSSxHQUFXLEVBQUUsQ0FBQztRQUdsQixXQUFNLEdBQVksS0FBSyxDQUFDO1FBR3hCLGdCQUFXLEdBQVcsRUFBRSxDQUFDO1FBR3pCLGdCQUFXLEdBQVcsRUFBRSxDQUFDO1FBR3pCLGFBQVEsR0FBMEIsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUVyRCxnQkFBVyxHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO0lBekN4QyxDQUFDOzs4R0FGTixnQkFBZ0I7a0dBQWhCLGdCQUFnQix5WkNQN0IsMG5CQWdCWTs0RkRUQyxnQkFBZ0I7a0JBTDVCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFVBQVU7b0JBQ3BCLFdBQVcsRUFBRSx3QkFBd0I7b0JBQ3JDLE1BQU0sRUFBRSxDQUFDLDJCQUEyQixDQUFDO2lCQUN0QzswRUFNQyxXQUFXO3NCQURWLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLO2dCQUlOLE1BQU07c0JBREwsS0FBSztnQkFJTixTQUFTO3NCQURSLEtBQUs7Z0JBSU4sY0FBYztzQkFEYixLQUFLO2dCQUlOLFlBQVk7c0JBRFgsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixNQUFNO3NCQURMLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLO2dCQUlOLFdBQVc7c0JBRFYsS0FBSztnQkFJTixRQUFRO3NCQURQLE1BQU07Z0JBR1AsV0FBVztzQkFEVixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaWQtYWxlcnQnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hbGVydC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogYmxvY2s7IH0nXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURBbGVydENvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZGlzbWlzc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBjb2xsYXBzYWJsZTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHJpYmJvbjogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGNvbGxhcHNlZDogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHNyY29sbGFwc2V0ZXh0OiBzdHJpbmcgfCB1bmRlZmluZWQgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBzcmV4cGFuZHRleHQ6IHN0cmluZyB8IHVuZGVmaW5lZCA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhlYWRsaW5lOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBsaXZlOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICB0eXBlOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBub3JvbGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBzcmNsb3NldGV4dDogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc3JpY29udGl0bGU6IHN0cmluZyA9ICcnO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBvbkNsb3NlZDogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG4gIEBPdXRwdXQoKVxyXG4gIG9uQ29sbGFwc2VkOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG59XHJcbiIsIjxpZHMtYWxlcnQgXHJcbiAgW2hlYWRsaW5lXT1cImhlYWRsaW5lXCJcclxuICBbYXR0ci5ub3JvbGVdPVwibm9yb2xlID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLmRpc21pc3NpYmxlXT1cImRpc21pc3NpYmxlID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLmNvbGxhcHNhYmxlXT1cImNvbGxhcHNhYmxlID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLmNvbGxhcHNlZF09XCJjb2xsYXBzZWQgPyB0cnVlIDogbnVsbFwiXHJcbiAgW2F0dHIucmliYm9uXT1cInJpYmJvbiA/IHRydWUgOiBudWxsXCJcclxuICBbc3Jjb2xsYXBzZXRleHRdPVwic3Jjb2xsYXBzZXRleHRcIlxyXG4gIFtzcmV4cGFuZHRleHRdPVwic3JleHBhbmR0ZXh0XCJcclxuICBbYXR0ci5hcmlhLWxpdmVdPVwibm9yb2xlID8gbnVsbCA6IGxpdmVcIlxyXG4gIFt0eXBlXT1cInR5cGVcIlxyXG4gIFtzcmNsb3NldGV4dF09XCJzcmNsb3NldGV4dFwiXHJcbiAgW3NyaWNvbnRpdGxlXT1cInNyaWNvbnRpdGxlXCJcclxuICAoY2xvc2VkKT1cIm9uQ2xvc2VkLmVtaXQodHJ1ZSlcIlxyXG4gIChjb2xsYXBzZWQpPVwib25Db2xsYXBzZWQuZW1pdCh0cnVlKVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtYWxlcnQ+Il19
|
|
@@ -5,10 +5,11 @@ export class IDButtonGroupComponent {
|
|
|
5
5
|
this.rtl = false;
|
|
6
6
|
this.unresponsive = false;
|
|
7
7
|
this.justify = 'start';
|
|
8
|
+
this.break = 'm';
|
|
8
9
|
}
|
|
9
10
|
}
|
|
10
11
|
IDButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
IDButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonGroupComponent, selector: "id-button-group", inputs: { rtl: "rtl", unresponsive: "unresponsive", justify: "justify" }, ngImport: i0, template: "<ids-button-group [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>", encapsulation: i0.ViewEncapsulation.None });
|
|
12
|
+
IDButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonGroupComponent, selector: "id-button-group", inputs: { rtl: "rtl", unresponsive: "unresponsive", justify: "justify", break: "break" }, ngImport: i0, template: "<ids-button-group [break]=\"break\" [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>", encapsulation: i0.ViewEncapsulation.None });
|
|
12
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonGroupComponent, decorators: [{
|
|
13
14
|
type: Component,
|
|
14
15
|
args: [{
|
|
@@ -22,5 +23,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
22
23
|
type: Input
|
|
23
24
|
}], justify: [{
|
|
24
25
|
type: Input
|
|
26
|
+
}], break: [{
|
|
27
|
+
type: Input
|
|
25
28
|
}] } });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWdyb3VwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYnV0dG9uLWdyb3VwL2J1dHRvbi1ncm91cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2J1dHRvbi1ncm91cC9idXR0b24tZ3JvdXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3BFLE1BQU0sT0FBTyxzQkFBc0I7SUFMbkM7UUFRRSxRQUFHLEdBQVcsS0FBSyxDQUFDO1FBR3BCLGlCQUFZLEdBQVcsS0FBSyxDQUFDO1FBRzdCLFlBQU8sR0FBK0IsT0FBTyxDQUFDO1FBRzlDLFVBQUssR0FBYyxHQUFHLENBQUM7S0FFeEI7O29IQWRZLHNCQUFzQjt3R0FBdEIsc0JBQXNCLGlKQ1BuQyxnS0FFbUI7NEZES04sc0JBQXNCO2tCQUxsQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxpQkFBaUI7b0JBQzNCLFdBQVcsRUFBRSwrQkFBK0I7b0JBQzVDLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2lCQUN0Qzs4QkFJQyxHQUFHO3NCQURGLEtBQUs7Z0JBSU4sWUFBWTtzQkFEWCxLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpZC1idXR0b24tZ3JvdXAnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9idXR0b24tZ3JvdXAuY29tcG9uZW50Lmh0bWwnLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJREJ1dHRvbkdyb3VwQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KClcclxuICBydGw6Ym9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHVucmVzcG9uc2l2ZTpib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAganVzdGlmeTogJ3N0YXJ0JyB8ICdjZW50ZXInIHwgJ2VuZCcgPSAnc3RhcnQnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGJyZWFrOiAncycgfCAnbScgPSAnbSc7XHJcblxyXG59XHJcbiIsIjxpZHMtYnV0dG9uLWdyb3VwIFticmVha109XCJicmVha1wiIFtqdXN0aWZ5XT1cImp1c3RpZnlcIiBbdW5yZXNwb25zaXZlXT1cInVucmVzcG9uc2l2ZVwiIFtydGxdPVwicnRsXCI+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy1idXR0b24tZ3JvdXA+Il19
|
|
@@ -5,18 +5,18 @@ export class IDLinkComponent {
|
|
|
5
5
|
this.underlined = false;
|
|
6
6
|
this.padding = null;
|
|
7
7
|
this.outline = null;
|
|
8
|
-
this.color =
|
|
8
|
+
this.color = null;
|
|
9
9
|
this.active = false;
|
|
10
10
|
this.colorpreset = 0;
|
|
11
11
|
this.hovercolor = null;
|
|
12
12
|
this.light = null;
|
|
13
13
|
this.bold = false;
|
|
14
14
|
this.block = false;
|
|
15
|
-
this.size =
|
|
15
|
+
this.size = null;
|
|
16
16
|
this.activeicon = false;
|
|
17
|
-
this.activeiconbackground =
|
|
17
|
+
this.activeiconbackground = null;
|
|
18
18
|
this.external = false;
|
|
19
|
-
this.slot =
|
|
19
|
+
this.slot = null;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
IDLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -62,4 +62,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
62
62
|
}], slot: [{
|
|
63
63
|
type: Input
|
|
64
64
|
}] } });
|
|
65
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
65
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2xpbmsvbGluay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2xpbmsvbGluay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTzlELE1BQU0sT0FBTyxlQUFlO0lBRTFCO1FBRUEsZUFBVSxHQUFZLEtBQUssQ0FBQztRQUU1QixZQUFPLEdBQWtCLElBQUksQ0FBQztRQUU5QixZQUFPLEdBQWtCLElBQUksQ0FBQztRQUU5QixVQUFLLEdBQWtCLElBQUksQ0FBQztRQUU1QixXQUFNLEdBQVksS0FBSyxDQUFDO1FBRXhCLGdCQUFXLEdBQVcsQ0FBQyxDQUFDO1FBRXhCLGVBQVUsR0FBa0IsSUFBSSxDQUFDO1FBRWpDLFVBQUssR0FBa0IsSUFBSSxDQUFDO1FBRTVCLFNBQUksR0FBWSxLQUFLLENBQUM7UUFHdEIsVUFBSyxHQUFZLEtBQUssQ0FBQztRQUV2QixTQUFJLEdBQWtCLElBQUksQ0FBQztRQUUzQixlQUFVLEdBQVksS0FBSyxDQUFDO1FBRTVCLHlCQUFvQixHQUFrQixJQUFJLENBQUM7UUFFM0MsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUUxQixTQUFJLEdBQWtCLElBQUksQ0FBQztJQS9CWCxDQUFDOzs2R0FGTixlQUFlO2lHQUFmLGVBQWUsd2JDUDVCLDBsQkFpQlc7NEZEVkUsZUFBZTtrQkFMM0IsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsU0FBUztvQkFDbkIsV0FBVyxFQUFFLHVCQUF1QjtvQkFDcEMsTUFBTSxFQUFFLENBQUMsNEJBQTRCLENBQUM7aUJBQ3ZDOzBFQUtDLFVBQVU7c0JBRFQsS0FBSztnQkFHTixPQUFPO3NCQUROLEtBQUs7Z0JBR04sT0FBTztzQkFETixLQUFLO2dCQUdOLEtBQUs7c0JBREosS0FBSztnQkFHTixNQUFNO3NCQURMLEtBQUs7Z0JBR04sV0FBVztzQkFEVixLQUFLO2dCQUdOLFVBQVU7c0JBRFQsS0FBSztnQkFHTixLQUFLO3NCQURKLEtBQUs7Z0JBR04sSUFBSTtzQkFESCxLQUFLO2dCQUlOLEtBQUs7c0JBRkosS0FBSzs7c0JBQ0wsV0FBVzt1QkFBQyxpQkFBaUI7Z0JBRzlCLElBQUk7c0JBREgsS0FBSztnQkFHTixVQUFVO3NCQURULEtBQUs7Z0JBR04sb0JBQW9CO3NCQURuQixLQUFLO2dCQUdOLFFBQVE7c0JBRFAsS0FBSztnQkFHTixJQUFJO3NCQURILEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpZC1saW5rJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbGluay5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogaW5saW5lOyB9J11cclxufSlcclxuZXhwb3J0IGNsYXNzIElETGlua0NvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcbiAgQElucHV0KClcclxuICB1bmRlcmxpbmVkOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBwYWRkaW5nOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBASW5wdXQoKVxyXG4gIG91dGxpbmU6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG4gIEBJbnB1dCgpXHJcbiAgY29sb3I6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG4gIEBJbnB1dCgpXHJcbiAgYWN0aXZlOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBjb2xvcnByZXNldDogbnVtYmVyID0gMDtcclxuICBASW5wdXQoKVxyXG4gIGhvdmVyY29sb3I6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG4gIEBJbnB1dCgpXHJcbiAgbGlnaHQ6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG4gIEBJbnB1dCgpXHJcbiAgYm9sZDogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5pZHMtYmxvY2snKVxyXG4gIGJsb2NrOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBzaXplOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBASW5wdXQoKVxyXG4gIGFjdGl2ZWljb246IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIGFjdGl2ZWljb25iYWNrZ3JvdW5kOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxuICBASW5wdXQoKVxyXG4gIGV4dGVybmFsOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBzbG90OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcclxufVxyXG4iLCI8aWRzLWxpbmsgXHJcbiAgW2F0dHIudW5kZXJsaW5lZF09XCJ1bmRlcmxpbmVkID8gJycgOiBudWxsXCJcclxuICBbY29sb3JdPVwiY29sb3JcIlxyXG4gIFtzaXplXT1cInNpemVcIlxyXG4gIFthdHRyLmJvbGRdPVwiYm9sZCA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5hY3RpdmVpY29uXT1cImFjdGl2ZWljb24gPyB0cnVlIDogbnVsbFwiXHJcbiAgW2F0dHIuYWN0aXZlXT1cImFjdGl2ZSA/IHRydWUgOiBudWxsXCJcclxuICBbYWN0aXZlaWNvbmJhY2tncm91bmRdPVwiYWN0aXZlaWNvbmJhY2tncm91bmRcIlxyXG4gIFtwYWRkaW5nXT1cInBhZGRpbmdcIlxyXG4gIFthdHRyLmNvbG9ycHJlc2V0XT1cImNvbG9ycHJlc2V0ID4gMCA/IGNvbG9ycHJlc2V0IDogbnVsbFwiXHJcbiAgW2hvdmVyY29sb3JdPVwiaG92ZXJjb2xvclwiXHJcbiAgW2xpZ2h0XT1cImxpZ2h0ID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFtvdXRsaW5lXT1cIm91dGxpbmVcIlxyXG4gIFtibG9ja109XCJibG9jayA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5zbG90XT1cInNsb3RcIlxyXG4gID5cclxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtbGluaz4iXX0=
|
|
@@ -7,6 +7,7 @@ class IDAlertComponent {
|
|
|
7
7
|
constructor() {
|
|
8
8
|
this.dismissible = false;
|
|
9
9
|
this.collapsable = false;
|
|
10
|
+
this.ribbon = false;
|
|
10
11
|
this.collapsed = false;
|
|
11
12
|
this.srcollapsetext = '';
|
|
12
13
|
this.srexpandtext = '';
|
|
@@ -21,7 +22,7 @@ class IDAlertComponent {
|
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
IDAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", collapsed: "collapsed", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", norole: "norole", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
25
|
+
IDAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", ribbon: "ribbon", collapsed: "collapsed", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", norole: "norole", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host { display: block; }"] });
|
|
25
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDAlertComponent, decorators: [{
|
|
26
27
|
type: Component,
|
|
27
28
|
args: [{
|
|
@@ -33,6 +34,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
33
34
|
type: Input
|
|
34
35
|
}], collapsable: [{
|
|
35
36
|
type: Input
|
|
37
|
+
}], ribbon: [{
|
|
38
|
+
type: Input
|
|
36
39
|
}], collapsed: [{
|
|
37
40
|
type: Input
|
|
38
41
|
}], srcollapsetext: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-alert.js","sources":["../../../projects/ids-angular/components/alert/alert.component.ts","../../../projects/ids-angular/components/alert/alert.component.html","../../../projects/ids-angular/components/alert/alert.module.ts","../../../projects/ids-angular/components/alert/inera-ids-angular-components-alert.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-alert',\r\n templateUrl: './alert.component.html',\r\n styles: [':host { display: block; }']\r\n})\r\nexport class IDAlertComponent {\r\n\r\n constructor() { }\r\n\r\n @Input()\r\n dismissible: boolean = false;\r\n\r\n @Input()\r\n collapsable: boolean = false;\r\n\r\n @Input()\r\n collapsed: boolean = false;\r\n\r\n @Input()\r\n srcollapsetext: string | undefined = '';\r\n\r\n @Input()\r\n srexpandtext: string | undefined = '';\r\n\r\n @Input()\r\n headline: string = '';\r\n\r\n @Input()\r\n live: string = '';\r\n\r\n @Input()\r\n type: string = '';\r\n\r\n @Input()\r\n norole: boolean = false;\r\n\r\n @Input()\r\n srclosetext: string = '';\r\n\r\n @Input()\r\n sricontitle: string = '';\r\n\r\n @Output()\r\n onClosed: EventEmitter<boolean> = new EventEmitter();\r\n @Output()\r\n onCollapsed: EventEmitter<boolean> = new EventEmitter();\r\n\r\n}\r\n","<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDAlertComponent } from './alert.component';\r\nimport '@inera/ids-core/components/alert/register';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDAlertComponent\r\n ],\r\n exports: [\r\n IDAlertComponent\r\n ],\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDAlertModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAOa,gBAAgB,CAAA;AAE3B,IAAA,WAAA,GAAA;QAGA,IAAW,CAAA,WAAA,GAAY,KAAK,CAAC;QAG7B,IAAW,CAAA,WAAA,GAAY,KAAK,CAAC;QAG7B,IAAS,CAAA,SAAA,GAAY,KAAK,CAAC;QAG3B,IAAc,CAAA,cAAA,GAAuB,EAAE,CAAC;QAGxC,IAAY,CAAA,YAAA,GAAuB,EAAE,CAAC;QAGtC,IAAQ,CAAA,QAAA,GAAW,EAAE,CAAC;QAGtB,IAAI,CAAA,IAAA,GAAW,EAAE,CAAC;QAGlB,IAAI,CAAA,IAAA,GAAW,EAAE,CAAC;QAGlB,IAAM,CAAA,MAAA,GAAY,KAAK,CAAC;QAGxB,IAAW,CAAA,WAAA,GAAW,EAAE,CAAC;QAGzB,IAAW,CAAA,WAAA,GAAW,EAAE,CAAC;AAGzB,QAAA,IAAA,CAAA,QAAQ,GAA0B,IAAI,YAAY,EAAE,CAAC;AAErD,QAAA,IAAA,CAAA,WAAW,GAA0B,IAAI,YAAY,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-alert.js","sources":["../../../projects/ids-angular/components/alert/alert.component.ts","../../../projects/ids-angular/components/alert/alert.component.html","../../../projects/ids-angular/components/alert/alert.module.ts","../../../projects/ids-angular/components/alert/inera-ids-angular-components-alert.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-alert',\r\n templateUrl: './alert.component.html',\r\n styles: [':host { display: block; }']\r\n})\r\nexport class IDAlertComponent {\r\n\r\n constructor() { }\r\n\r\n @Input()\r\n dismissible: boolean = false;\r\n\r\n @Input()\r\n collapsable: boolean = false;\r\n\r\n @Input()\r\n ribbon: boolean = false;\r\n\r\n @Input()\r\n collapsed: boolean = false;\r\n\r\n @Input()\r\n srcollapsetext: string | undefined = '';\r\n\r\n @Input()\r\n srexpandtext: string | undefined = '';\r\n\r\n @Input()\r\n headline: string = '';\r\n\r\n @Input()\r\n live: string = '';\r\n\r\n @Input()\r\n type: string = '';\r\n\r\n @Input()\r\n norole: boolean = false;\r\n\r\n @Input()\r\n srclosetext: string = '';\r\n\r\n @Input()\r\n sricontitle: string = '';\r\n\r\n @Output()\r\n onClosed: EventEmitter<boolean> = new EventEmitter();\r\n @Output()\r\n onCollapsed: EventEmitter<boolean> = new EventEmitter();\r\n\r\n}\r\n","<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDAlertComponent } from './alert.component';\r\nimport '@inera/ids-core/components/alert/register';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDAlertComponent\r\n ],\r\n exports: [\r\n IDAlertComponent\r\n ],\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDAlertModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -7,10 +7,11 @@ class IDButtonGroupComponent {
|
|
|
7
7
|
this.rtl = false;
|
|
8
8
|
this.unresponsive = false;
|
|
9
9
|
this.justify = 'start';
|
|
10
|
+
this.break = 'm';
|
|
10
11
|
}
|
|
11
12
|
}
|
|
12
13
|
IDButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
IDButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonGroupComponent, selector: "id-button-group", inputs: { rtl: "rtl", unresponsive: "unresponsive", justify: "justify" }, ngImport: i0, template: "<ids-button-group [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>", encapsulation: i0.ViewEncapsulation.None });
|
|
14
|
+
IDButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonGroupComponent, selector: "id-button-group", inputs: { rtl: "rtl", unresponsive: "unresponsive", justify: "justify", break: "break" }, ngImport: i0, template: "<ids-button-group [break]=\"break\" [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>", encapsulation: i0.ViewEncapsulation.None });
|
|
14
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDButtonGroupComponent, decorators: [{
|
|
15
16
|
type: Component,
|
|
16
17
|
args: [{
|
|
@@ -24,6 +25,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
24
25
|
type: Input
|
|
25
26
|
}], justify: [{
|
|
26
27
|
type: Input
|
|
28
|
+
}], break: [{
|
|
29
|
+
type: Input
|
|
27
30
|
}] } });
|
|
28
31
|
|
|
29
32
|
class IDButtonGroupModule {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-button-group.js","sources":["../../../projects/ids-angular/components/button-group/button-group.component.ts","../../../projects/ids-angular/components/button-group/button-group.component.html","../../../projects/ids-angular/components/button-group/button-group.module.ts","../../../projects/ids-angular/components/button-group/inera-ids-angular-components-button-group.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-button-group',\r\n templateUrl: './button-group.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDButtonGroupComponent {\r\n\r\n @Input()\r\n rtl:boolean = false;\r\n\r\n @Input()\r\n unresponsive:boolean = false;\r\n\r\n @Input()\r\n justify: 'start' | 'center' | 'end' = 'start';\r\n\r\n}\r\n","<ids-button-group [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDButtonGroupComponent } from './button-group.component';\r\nimport '@inera/ids-core/components/button-group/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDButtonGroupComponent\r\n ],\r\n exports: [\r\n IDButtonGroupComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDButtonGroupModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,sBAAsB,CAAA;AALnC,IAAA,WAAA,GAAA;QAQE,IAAG,CAAA,GAAA,GAAW,KAAK,CAAC;QAGpB,IAAY,CAAA,YAAA,GAAW,KAAK,CAAC;QAG7B,IAAO,CAAA,OAAA,GAA+B,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-button-group.js","sources":["../../../projects/ids-angular/components/button-group/button-group.component.ts","../../../projects/ids-angular/components/button-group/button-group.component.html","../../../projects/ids-angular/components/button-group/button-group.module.ts","../../../projects/ids-angular/components/button-group/inera-ids-angular-components-button-group.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-button-group',\r\n templateUrl: './button-group.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDButtonGroupComponent {\r\n\r\n @Input()\r\n rtl:boolean = false;\r\n\r\n @Input()\r\n unresponsive:boolean = false;\r\n\r\n @Input()\r\n justify: 'start' | 'center' | 'end' = 'start';\r\n\r\n @Input()\r\n break: 's' | 'm' = 'm';\r\n\r\n}\r\n","<ids-button-group [break]=\"break\" [justify]=\"justify\" [unresponsive]=\"unresponsive\" [rtl]=\"rtl\">\r\n <ng-content></ng-content>\r\n</ids-button-group>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDButtonGroupComponent } from './button-group.component';\r\nimport '@inera/ids-core/components/button-group/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDButtonGroupComponent\r\n ],\r\n exports: [\r\n IDButtonGroupComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDButtonGroupModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,sBAAsB,CAAA;AALnC,IAAA,WAAA,GAAA;QAQE,IAAG,CAAA,GAAA,GAAW,KAAK,CAAC;QAGpB,IAAY,CAAA,YAAA,GAAW,KAAK,CAAC;QAG7B,IAAO,CAAA,OAAA,GAA+B,OAAO,CAAC;QAG9C,IAAK,CAAA,KAAA,GAAc,GAAG,CAAC;AAExB,KAAA;;oHAdY,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,sBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,iJCPnC,gKAEmB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;4FDKN,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,WAAW,EAAE,+BAA+B;oBAC5C,aAAa,EAAE,iBAAiB,CAAC,IAAI;AACtC,iBAAA,CAAA;8BAIC,GAAG,EAAA,CAAA;sBADF,KAAK;gBAIN,YAAY,EAAA,CAAA;sBADX,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,KAAK,EAAA,CAAA;sBADJ,KAAK;;;MELK,mBAAmB,CAAA;;iHAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;kHAAnB,mBAAmB,EAAA,YAAA,EAAA,CAP5B,sBAAsB,CAAA,EAAA,OAAA,EAAA,CAGtB,sBAAsB,CAAA,EAAA,CAAA,CAAA;kHAIb,mBAAmB,EAAA,CAAA,CAAA;4FAAnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAT/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,sBAAsB;AACvB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,sBAAsB;AACvB,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -8,18 +8,18 @@ class IDLinkComponent {
|
|
|
8
8
|
this.underlined = false;
|
|
9
9
|
this.padding = null;
|
|
10
10
|
this.outline = null;
|
|
11
|
-
this.color =
|
|
11
|
+
this.color = null;
|
|
12
12
|
this.active = false;
|
|
13
13
|
this.colorpreset = 0;
|
|
14
14
|
this.hovercolor = null;
|
|
15
15
|
this.light = null;
|
|
16
16
|
this.bold = false;
|
|
17
17
|
this.block = false;
|
|
18
|
-
this.size =
|
|
18
|
+
this.size = null;
|
|
19
19
|
this.activeicon = false;
|
|
20
|
-
this.activeiconbackground =
|
|
20
|
+
this.activeiconbackground = null;
|
|
21
21
|
this.external = false;
|
|
22
|
-
this.slot =
|
|
22
|
+
this.slot = null;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
IDLinkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-link.js","sources":["../../../projects/ids-angular/components/link/link.component.ts","../../../projects/ids-angular/components/link/link.component.html","../../../projects/ids-angular/components/link/link.module.ts","../../../projects/ids-angular/components/link/inera-ids-angular-components-link.ts"],"sourcesContent":["import { Component, Input, HostBinding } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-link',\r\n templateUrl: './link.component.html',\r\n styles: [':host { display: inline; }']\r\n})\r\nexport class IDLinkComponent {\r\n\r\n constructor() { }\r\n @Input()\r\n underlined: boolean = false;\r\n @Input()\r\n padding: string | null = null;\r\n @Input()\r\n outline: string | null = null;\r\n @Input()\r\n color: string |
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-link.js","sources":["../../../projects/ids-angular/components/link/link.component.ts","../../../projects/ids-angular/components/link/link.component.html","../../../projects/ids-angular/components/link/link.module.ts","../../../projects/ids-angular/components/link/inera-ids-angular-components-link.ts"],"sourcesContent":["import { Component, Input, HostBinding } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-link',\r\n templateUrl: './link.component.html',\r\n styles: [':host { display: inline; }']\r\n})\r\nexport class IDLinkComponent {\r\n\r\n constructor() { }\r\n @Input()\r\n underlined: boolean = false;\r\n @Input()\r\n padding: string | null = null;\r\n @Input()\r\n outline: string | null = null;\r\n @Input()\r\n color: string | null = null;\r\n @Input()\r\n active: boolean = false;\r\n @Input()\r\n colorpreset: number = 0;\r\n @Input()\r\n hovercolor: string | null = null;\r\n @Input()\r\n light: string | null = null;\r\n @Input()\r\n bold: boolean = false;\r\n @Input()\r\n @HostBinding('class.ids-block')\r\n block: boolean = false;\r\n @Input()\r\n size: string | null = null;\r\n @Input()\r\n activeicon: boolean = false;\r\n @Input()\r\n activeiconbackground: string | null = null;\r\n @Input()\r\n external: boolean = false;\r\n @Input()\r\n slot: string | null = null;\r\n}\r\n","<ids-link \r\n [attr.underlined]=\"underlined ? '' : null\"\r\n [color]=\"color\"\r\n [size]=\"size\"\r\n [attr.bold]=\"bold ? true : null\"\r\n [attr.activeicon]=\"activeicon ? true : null\"\r\n [attr.active]=\"active ? true : null\"\r\n [activeiconbackground]=\"activeiconbackground\"\r\n [padding]=\"padding\"\r\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\r\n [hovercolor]=\"hovercolor\"\r\n [light]=\"light ? true : null\"\r\n [outline]=\"outline\"\r\n [block]=\"block ? true : null\"\r\n [attr.slot]=\"slot\"\r\n >\r\n <ng-content></ng-content>\r\n</ids-link>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDLinkComponent } from './link.component';\r\nimport '@inera/ids-core/components/link/register';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDLinkComponent\r\n ],\r\n imports: [CommonModule],\r\n exports: [\r\n IDLinkComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDLinkModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inera/ids-angular",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.10.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
7
|
-
"@inera/ids-core": "4.
|
|
7
|
+
"@inera/ids-core": "4.10.x"
|
|
8
8
|
},
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|