@inera/ids-angular 5.4.0 → 6.0.0
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/components/accordion/accordion.component.d.ts +16 -0
- package/components/accordion/accordion.module.d.ts +8 -0
- package/components/{header → accordion}/index.d.ts +1 -1
- package/components/accordion/public-api.d.ts +2 -0
- package/components/alert-global/alert-global.component.d.ts +3 -3
- package/components/box-link/box-link.component.d.ts +6 -0
- package/components/box-link/box-link.module.d.ts +8 -0
- package/components/{footer → box-link}/index.d.ts +1 -1
- package/components/box-link/public-api.d.ts +2 -0
- package/components/button/button.component.d.ts +1 -2
- package/components/dialog/dialog.component.d.ts +1 -1
- package/components/dropdown/dropdown.component.d.ts +1 -1
- package/components/form/check-button/check-button.component.d.ts +7 -0
- package/components/form/check-button/check-button.module.d.ts +8 -0
- package/components/{expandable → form/check-button}/index.d.ts +1 -1
- package/components/form/check-button/public-api.d.ts +2 -0
- package/components/form/checkbox/checkbox.component.d.ts +2 -1
- package/components/form/select-multiple/select-multiple.component.d.ts +2 -1
- package/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.d.ts +1 -1
- package/components/header-inera-admin/item/header-inera-admin-item.component.d.ts +2 -1
- package/components/link/link.component.d.ts +5 -1
- package/components/mobile/menu/mobile-menu.module.d.ts +3 -4
- package/components/mobile/menu/public-api.d.ts +0 -1
- package/components/pagination/list-pagination/list-pagination.component.d.ts +2 -1
- package/components/{list → puff-list}/index.d.ts +1 -1
- package/components/puff-list/public-api.d.ts +4 -0
- package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +6 -0
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +17 -0
- package/components/puff-list/puff-list.component.d.ts +6 -0
- package/components/puff-list/puff-list.module.d.ts +10 -0
- package/components/tag/tag.component.d.ts +2 -3
- package/esm2022/components/accordion/accordion.component.mjs +43 -0
- package/esm2022/components/accordion/accordion.module.mjs +18 -0
- package/esm2022/components/accordion/inera-ids-angular-components-accordion.mjs +5 -0
- package/esm2022/components/accordion/public-api.mjs +3 -0
- package/esm2022/components/alert-global/alert-global.component.mjs +9 -9
- package/esm2022/components/box-link/box-link.component.mjs +12 -0
- package/esm2022/components/box-link/box-link.module.mjs +18 -0
- package/esm2022/components/box-link/inera-ids-angular-components-box-link.mjs +5 -0
- package/esm2022/components/box-link/public-api.mjs +3 -0
- package/esm2022/components/button/button.component.mjs +3 -6
- package/esm2022/components/dialog/dialog.component.mjs +4 -4
- package/esm2022/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/components/form/check-button/check-button.component.mjs +15 -0
- package/esm2022/components/form/check-button/check-button.module.mjs +18 -0
- package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs +5 -0
- package/esm2022/components/form/check-button/public-api.mjs +3 -0
- package/esm2022/components/form/checkbox/checkbox.component.mjs +6 -3
- package/esm2022/components/form/select-multiple/select-multiple.component.mjs +6 -3
- package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
- package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +3 -3
- package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +6 -3
- package/esm2022/components/link/link.component.mjs +15 -3
- package/esm2022/components/mobile/menu/mobile-menu.module.mjs +10 -23
- package/esm2022/components/mobile/menu/public-api.mjs +1 -2
- package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +7 -4
- package/esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs +5 -0
- package/esm2022/components/puff-list/public-api.mjs +5 -0
- package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +12 -0
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +45 -0
- package/esm2022/components/puff-list/puff-list.component.mjs +12 -0
- package/esm2022/components/puff-list/puff-list.module.mjs +20 -0
- package/esm2022/components/tag/tag.component.mjs +6 -9
- package/fesm2022/inera-ids-angular-components-accordion.mjs +65 -0
- package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-alert-global.mjs +7 -7
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-box-link.mjs +34 -0
- package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-button.mjs +2 -5
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dialog.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs +37 -0
- package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +5 -2
- package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +5 -2
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +3 -3
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +7 -4
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-link.mjs +14 -2
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +5 -38
- package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +87 -0
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-tag.mjs +4 -7
- package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
- package/package.json +138 -138
- package/components/expandable/expandable.component.d.ts +0 -16
- package/components/expandable/expandable.module.d.ts +0 -8
- package/components/expandable/public-api.d.ts +0 -2
- package/components/footer/footer.component.d.ts +0 -15
- package/components/footer/footer.module.d.ts +0 -9
- package/components/footer/public-api.d.ts +0 -2
- package/components/header/avatar/header-avatar.component.d.ts +0 -16
- package/components/header/header.component.d.ts +0 -18
- package/components/header/header.module.d.ts +0 -15
- package/components/header/item/header-item.component.d.ts +0 -8
- package/components/header/mobile-item/header-mobile-item.component.d.ts +0 -6
- package/components/header/mobile-menu/header-mobile-menu.component.d.ts +0 -15
- package/components/header/navigation/header-navigation.component.d.ts +0 -7
- package/components/header/navigation-item/header-navigation-item.component.d.ts +0 -10
- package/components/header/public-api.d.ts +0 -8
- package/components/list/item/info/list-item-info.component.d.ts +0 -6
- package/components/list/item/list-item.component.d.ts +0 -17
- package/components/list/list.component.d.ts +0 -6
- package/components/list/list.module.d.ts +0 -10
- package/components/list/public-api.d.ts +0 -4
- package/components/mobile/menu/avatar/mobile-menu-avatar.component.d.ts +0 -9
- package/esm2022/components/expandable/expandable.component.mjs +0 -43
- package/esm2022/components/expandable/expandable.module.mjs +0 -22
- package/esm2022/components/expandable/inera-ids-angular-components-expandable.mjs +0 -5
- package/esm2022/components/expandable/public-api.mjs +0 -3
- package/esm2022/components/footer/footer.component.mjs +0 -40
- package/esm2022/components/footer/footer.module.mjs +0 -24
- package/esm2022/components/footer/inera-ids-angular-components-footer.mjs +0 -5
- package/esm2022/components/footer/public-api.mjs +0 -3
- package/esm2022/components/header/avatar/header-avatar.component.mjs +0 -45
- package/esm2022/components/header/header.component.mjs +0 -47
- package/esm2022/components/header/header.module.mjs +0 -54
- package/esm2022/components/header/inera-ids-angular-components-header.mjs +0 -5
- package/esm2022/components/header/item/header-item.component.mjs +0 -20
- package/esm2022/components/header/mobile-item/header-mobile-item.component.mjs +0 -14
- package/esm2022/components/header/mobile-menu/header-mobile-menu.component.mjs +0 -42
- package/esm2022/components/header/navigation/header-navigation.component.mjs +0 -17
- package/esm2022/components/header/navigation-item/header-navigation-item.component.mjs +0 -26
- package/esm2022/components/header/public-api.mjs +0 -9
- package/esm2022/components/list/inera-ids-angular-components-list.mjs +0 -5
- package/esm2022/components/list/item/info/list-item-info.component.mjs +0 -12
- package/esm2022/components/list/item/list-item.component.mjs +0 -45
- package/esm2022/components/list/list.component.mjs +0 -12
- package/esm2022/components/list/list.module.mjs +0 -32
- package/esm2022/components/list/public-api.mjs +0 -5
- package/esm2022/components/mobile/menu/avatar/mobile-menu-avatar.component.mjs +0 -23
- package/fesm2022/inera-ids-angular-components-expandable.mjs +0 -69
- package/fesm2022/inera-ids-angular-components-expandable.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-components-footer.mjs +0 -68
- package/fesm2022/inera-ids-angular-components-footer.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-components-header.mjs +0 -251
- package/fesm2022/inera-ids-angular-components-header.mjs.map +0 -1
- package/fesm2022/inera-ids-angular-components-list.mjs +0 -99
- package/fesm2022/inera-ids-angular-components-list.mjs.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-link.mjs","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})\r\nexport class IDLinkComponent {\r\n constructor() {}\r\n @Input()\r\n active: boolean = false;\r\n @Input()\r\n colorpreset: number = 0;\r\n @Input()\r\n light: boolean = false;\r\n @Input()\r\n @HostBinding(\"class.ids-block\")\r\n block: boolean = false;\r\n @Input()\r\n activeicon: boolean = false;\r\n @Input()\r\n underlined: boolean = false;\r\n\r\n @Input()\r\n slot: string | null = null;\r\n}\r\n","<ids-link\r\n [attr.activeicon]=\"activeicon ? true : null\"\r\n [attr.active]=\"active ? true : null\"\r\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\r\n [light]=\"light ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [underlined]=\"underlined ? true : null\"\r\n [attr.slot]=\"slot\">\r\n <ng-content></ng-content>\r\n</ids-link>\r\n","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":";;;;;MAMa,eAAe,CAAA;AAC1B,IAAA,WAAA,GAAA,GAAgB;IAEhB,MAAM,GAAY,KAAK,CAAC;IAExB,WAAW,GAAW,CAAC,CAAC;IAExB,KAAK,GAAY,KAAK,CAAC;IAGvB,KAAK,GAAY,KAAK,CAAC;IAEvB,UAAU,GAAY,KAAK,CAAC;IAE5B,UAAU,GAAY,KAAK,CAAC;IAG5B,IAAI,GAAkB,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-link.mjs","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})\r\nexport class IDLinkComponent {\r\n constructor() {}\r\n @Input()\r\n active: boolean = false;\r\n @Input()\r\n colorpreset: number = 0;\r\n @Input()\r\n starticon: string = \"\";\r\n @Input()\r\n endicon: string = \"\";\r\n @Input()\r\n light: boolean = false;\r\n @Input()\r\n @HostBinding(\"class.ids-block\")\r\n block: boolean = false;\r\n @Input()\r\n small: boolean = false;\r\n @Input()\r\n large: boolean = false;\r\n @Input()\r\n activeicon: boolean = false;\r\n @Input()\r\n underlined: boolean = false;\r\n\r\n @Input()\r\n slot: string | null = null;\r\n}\r\n","<ids-link\r\n [attr.activeicon]=\"activeicon ? true : null\"\r\n [attr.active]=\"active ? true : null\"\r\n [attr.colorpreset]=\"colorpreset > 0 ? colorpreset : null\"\r\n [starticon]=\"starticon\"\r\n [endicon]=\"endicon\"\r\n [light]=\"light ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [small]=\"small ? true : null\"\r\n [large]=\"large ? true : null\"\r\n [underlined]=\"underlined ? true : null\"\r\n [attr.slot]=\"slot\">\r\n <ng-content></ng-content>\r\n</ids-link>\r\n","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":";;;;;MAMa,eAAe,CAAA;AAC1B,IAAA,WAAA,GAAA,GAAgB;IAEhB,MAAM,GAAY,KAAK,CAAC;IAExB,WAAW,GAAW,CAAC,CAAC;IAExB,SAAS,GAAW,EAAE,CAAC;IAEvB,OAAO,GAAW,EAAE,CAAC;IAErB,KAAK,GAAY,KAAK,CAAC;IAGvB,KAAK,GAAY,KAAK,CAAC;IAEvB,KAAK,GAAY,KAAK,CAAC;IAEvB,KAAK,GAAY,KAAK,CAAC;IAEvB,UAAU,GAAY,KAAK,CAAC;IAE5B,UAAU,GAAY,KAAK,CAAC;IAG5B,IAAI,GAAkB,IAAI,CAAC;wGAzBhB,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,eAAe,kVCN5B,sfAcA,EAAA,CAAA,CAAA;;4FDRa,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,SAAS;+BACE,SAAS,EAAA,QAAA,EAAA,sfAAA,EAAA,CAAA;wDAMnB,MAAM,EAAA,CAAA;sBADL,KAAK;gBAGN,WAAW,EAAA,CAAA;sBADV,KAAK;gBAGN,SAAS,EAAA,CAAA;sBADR,KAAK;gBAGN,OAAO,EAAA,CAAA;sBADN,KAAK;gBAGN,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,KAAK,EAAA,CAAA;sBAFJ,KAAK;;sBACL,WAAW;uBAAC,iBAAiB,CAAA;gBAG9B,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAGN,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAGN,UAAU,EAAA,CAAA;sBADT,KAAK;gBAGN,UAAU,EAAA,CAAA;sBADT,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;;;MEfK,YAAY,CAAA;wGAAZ,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAZ,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,EARrB,YAAA,EAAA,CAAA,eAAe,CAEP,EAAA,OAAA,EAAA,CAAA,YAAY,aAEpB,eAAe,CAAA,EAAA,CAAA,CAAA;AAIN,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,YANb,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAMX,YAAY,EAAA,UAAA,EAAA,CAAA;kBAVxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,eAAe;AAChB,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE;wBACP,eAAe;AAChB,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACdD;;AAEG;;;;"}
|
|
@@ -44,51 +44,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
44
44
|
type: Output
|
|
45
45
|
}] } });
|
|
46
46
|
|
|
47
|
-
class IDMobileMenuAvatarComponent {
|
|
48
|
-
type = '';
|
|
49
|
-
username = '';
|
|
50
|
-
maxwidth = '';
|
|
51
|
-
unit = '';
|
|
52
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
53
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDMobileMenuAvatarComponent, selector: "id-mobile-menu-avatar", inputs: { type: "type", username: "username", maxwidth: "maxwidth", unit: "unit" }, ngImport: i0, template: "<ids-mobile-menu-avatar \r\n [attr.type]=\"type\"\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-avatar>", styles: [":host{display:contents}\n"] });
|
|
54
|
-
}
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuAvatarComponent, decorators: [{
|
|
56
|
-
type: Component,
|
|
57
|
-
args: [{ selector: 'id-mobile-menu-avatar', template: "<ids-mobile-menu-avatar \r\n [attr.type]=\"type\"\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-avatar>", styles: [":host{display:contents}\n"] }]
|
|
58
|
-
}], propDecorators: { type: [{
|
|
59
|
-
type: Input
|
|
60
|
-
}], username: [{
|
|
61
|
-
type: Input
|
|
62
|
-
}], maxwidth: [{
|
|
63
|
-
type: Input
|
|
64
|
-
}], unit: [{
|
|
65
|
-
type: Input
|
|
66
|
-
}] } });
|
|
67
|
-
|
|
68
47
|
class IDMobileMenuModule {
|
|
69
48
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
70
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, declarations: [IDMobileMenuComponent,
|
|
71
|
-
IDMobileMenuItemComponent,
|
|
72
|
-
IDMobileMenuAvatarComponent], imports: [CommonModule], exports: [IDMobileMenuComponent,
|
|
73
|
-
IDMobileMenuItemComponent,
|
|
74
|
-
IDMobileMenuAvatarComponent] });
|
|
49
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, declarations: [IDMobileMenuComponent, IDMobileMenuItemComponent], imports: [CommonModule], exports: [IDMobileMenuComponent, IDMobileMenuItemComponent] });
|
|
75
50
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, imports: [CommonModule] });
|
|
76
51
|
}
|
|
77
52
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDMobileMenuModule, decorators: [{
|
|
78
53
|
type: NgModule,
|
|
79
54
|
args: [{
|
|
80
|
-
declarations: [
|
|
81
|
-
|
|
82
|
-
IDMobileMenuItemComponent,
|
|
83
|
-
IDMobileMenuAvatarComponent
|
|
84
|
-
],
|
|
85
|
-
exports: [
|
|
86
|
-
IDMobileMenuComponent,
|
|
87
|
-
IDMobileMenuItemComponent,
|
|
88
|
-
IDMobileMenuAvatarComponent
|
|
89
|
-
],
|
|
55
|
+
declarations: [IDMobileMenuComponent, IDMobileMenuItemComponent],
|
|
56
|
+
exports: [IDMobileMenuComponent, IDMobileMenuItemComponent],
|
|
90
57
|
imports: [CommonModule],
|
|
91
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
58
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
92
59
|
}]
|
|
93
60
|
}] });
|
|
94
61
|
|
|
@@ -96,5 +63,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
96
63
|
* Generated bundle index. Do not edit.
|
|
97
64
|
*/
|
|
98
65
|
|
|
99
|
-
export {
|
|
66
|
+
export { IDMobileMenuComponent, IDMobileMenuItemComponent, IDMobileMenuModule };
|
|
100
67
|
//# sourceMappingURL=inera-ids-angular-components-mobile-menu.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-mobile-menu.mjs","sources":["../../../projects/ids-angular/components/mobile/menu/mobile-menu.component.ts","../../../projects/ids-angular/components/mobile/menu/mobile-menu.component.html","../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.component.ts","../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.component.html","../../../projects/ids-angular/components/mobile/menu/
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-mobile-menu.mjs","sources":["../../../projects/ids-angular/components/mobile/menu/mobile-menu.component.ts","../../../projects/ids-angular/components/mobile/menu/mobile-menu.component.html","../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.component.ts","../../../projects/ids-angular/components/mobile/menu/item/mobile-menu-item.component.html","../../../projects/ids-angular/components/mobile/menu/mobile-menu.module.ts","../../../projects/ids-angular/components/mobile/menu/inera-ids-angular-components-mobile-menu.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-mobile-menu',\r\n templateUrl: './mobile-menu.component.html'\r\n})\r\nexport class IDMobileMenuComponent {\r\n\r\n constructor() {\r\n }\r\n\r\n @Input()\r\n type: string | undefined = undefined;\r\n @Input()\r\n variation: string | undefined = '1';\r\n\r\n}\r\n","<ids-mobile-menu \r\n [type]=\"type\"\r\n [variation]=\"variation\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu>","import { Component, EventEmitter, Input, Output } from \"@angular/core\";\r\n\r\n@Component({\r\n selector: \"id-mobile-menu-item\",\r\n templateUrl: \"./mobile-menu-item.component.html\",\r\n styles: [\":host { display: contents; }\"]\r\n})\r\nexport class IDMobileMenuItemComponent {\r\n @Input()\r\n headline: string;\r\n @Input()\r\n expanded: boolean;\r\n @Input()\r\n secondary: boolean;\r\n @Input()\r\n active: boolean;\r\n @Output()\r\n onDidToggleExpansion: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n}\r\n","<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\r\nimport { IDMobileMenuComponent } from \"./mobile-menu.component\";\r\nimport \"@inera/ids-core/components/mobile/menu/register\";\r\nimport { CommonModule } from \"@angular/common\";\r\nimport { IDMobileMenuItemComponent } from \"./item/mobile-menu-item.component\";\r\n\r\n@NgModule({\r\n declarations: [IDMobileMenuComponent, IDMobileMenuItemComponent],\r\n exports: [IDMobileMenuComponent, IDMobileMenuItemComponent],\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDMobileMenuModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAMa,qBAAqB,CAAA;AAEhC,IAAA,WAAA,GAAA;KACC;IAGD,IAAI,GAAuB,SAAS,CAAC;IAErC,SAAS,GAAuB,GAAG,CAAC;wGARzB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,qBAAqB,wGCNlC,6HAIkB,EAAA,CAAA,CAAA;;4FDEL,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAJjC,SAAS;+BACE,gBAAgB,EAAA,QAAA,EAAA,6HAAA,EAAA,CAAA;wDAS1B,IAAI,EAAA,CAAA;sBADH,KAAK;gBAGN,SAAS,EAAA,CAAA;sBADR,KAAK;;;MENK,yBAAyB,CAAA;AAEpC,IAAA,QAAQ,CAAS;AAEjB,IAAA,QAAQ,CAAU;AAElB,IAAA,SAAS,CAAU;AAEnB,IAAA,MAAM,CAAU;AAEhB,IAAA,oBAAoB,GAA0B,IAAI,YAAY,EAAW,CAAC;wGAV/D,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yBAAyB,wNCPtC,2RAOuB,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA,CAAA,CAAA;;4FDAV,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBALrC,SAAS;+BACE,qBAAqB,EAAA,QAAA,EAAA,2RAAA,EAAA,MAAA,EAAA,CAAA,2BAAA,CAAA,EAAA,CAAA;8BAM/B,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,SAAS,EAAA,CAAA;sBADR,KAAK;gBAGN,MAAM,EAAA,CAAA;sBADL,KAAK;gBAGN,oBAAoB,EAAA,CAAA;sBADnB,MAAM;;;MEJI,kBAAkB,CAAA;wGAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAlB,kBAAkB,EAAA,YAAA,EAAA,CALd,qBAAqB,EAAE,yBAAyB,aAErD,YAAY,CAAA,EAAA,OAAA,EAAA,CADZ,qBAAqB,EAAE,yBAAyB,CAAA,EAAA,CAAA,CAAA;AAI/C,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,YAHnB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAGX,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAN9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,CAAC,qBAAqB,EAAE,yBAAyB,CAAC;AAChE,oBAAA,OAAO,EAAE,CAAC,qBAAqB,EAAE,yBAAyB,CAAC;oBAC3D,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACXD;;AAEG;;;;"}
|
|
@@ -4,6 +4,7 @@ import '@inera/ids-core/components/pagination/list-pagination/register';
|
|
|
4
4
|
|
|
5
5
|
class IDListPaginationComponent {
|
|
6
6
|
constructor() { }
|
|
7
|
+
showing = "Visar";
|
|
7
8
|
from;
|
|
8
9
|
to;
|
|
9
10
|
of = "av";
|
|
@@ -27,12 +28,14 @@ class IDListPaginationComponent {
|
|
|
27
28
|
this.onNextpage.emit(event);
|
|
28
29
|
}
|
|
29
30
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
30
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDListPaginationComponent, selector: "id-list-pagination", inputs: { from: "from", to: "to", of: "of", total: "total", current: "current", pages: "pages", srcurrentpage: "srcurrentpage", srgotopage: "srgotopage", srprevious: "srprevious", srnext: "srnext" }, outputs: { onChangepage: "onChangepage", onPrevpage: "onPrevpage", onNextpage: "onNextpage" }, ngImport: i0, template: "<ids-list-pagination\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\">\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" });
|
|
31
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDListPaginationComponent, selector: "id-list-pagination", inputs: { showing: "showing", from: "from", to: "to", of: "of", total: "total", current: "current", pages: "pages", srcurrentpage: "srcurrentpage", srgotopage: "srgotopage", srprevious: "srprevious", srnext: "srnext" }, outputs: { onChangepage: "onChangepage", onPrevpage: "onPrevpage", onNextpage: "onNextpage" }, ngImport: i0, template: "<ids-list-pagination\r\n [showing]=\"showing\"\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\">\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" });
|
|
31
32
|
}
|
|
32
33
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDListPaginationComponent, decorators: [{
|
|
33
34
|
type: Component,
|
|
34
|
-
args: [{ selector: "id-list-pagination", template: "<ids-list-pagination\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\">\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" }]
|
|
35
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
35
|
+
args: [{ selector: "id-list-pagination", template: "<ids-list-pagination\r\n [showing]=\"showing\"\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\">\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" }]
|
|
36
|
+
}], ctorParameters: () => [], propDecorators: { showing: [{
|
|
37
|
+
type: Input
|
|
38
|
+
}], from: [{
|
|
36
39
|
type: Input
|
|
37
40
|
}], to: [{
|
|
38
41
|
type: Input
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-pagination-list-pagination.mjs","sources":["../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.component.ts","../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.component.html","../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.module.ts","../../../projects/ids-angular/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.ts"],"sourcesContent":["import { Component, Input, Output, EventEmitter } from \"@angular/core\";\r\n\r\n@Component({\r\n selector: \"id-list-pagination\",\r\n templateUrl: \"./list-pagination.component.html\"\r\n})\r\nexport class IDListPaginationComponent {\r\n constructor() {}\r\n\r\n @Input()\r\n from: number;\r\n\r\n @Input()\r\n to: number;\r\n\r\n @Input()\r\n of: string = \"av\";\r\n\r\n @Input()\r\n total: number;\r\n\r\n @Input()\r\n current: number;\r\n\r\n @Input()\r\n pages: number;\r\n\r\n @Input()\r\n srcurrentpage: string = \"Aktuell sida\";\r\n\r\n @Input()\r\n srgotopage: string = \"Gå till sida\";\r\n\r\n @Input()\r\n srprevious: string = \"Föregående sida\";\r\n\r\n @Input()\r\n srnext: string = \"Nästa sida\";\r\n\r\n @Output()\r\n onChangepage: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onPrevpage: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onNextpage: EventEmitter<Event> = new EventEmitter();\r\n\r\n changePage(event: Event) {\r\n this.onChangepage.emit(event);\r\n }\r\n\r\n prevPage(event: Event) {\r\n this.onPrevpage.emit(event);\r\n }\r\n\r\n nextPage(event: Event) {\r\n this.onNextpage.emit(event);\r\n }\r\n}\r\n","<ids-list-pagination\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\">\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDListPaginationComponent } from './list-pagination.component';\r\nimport '@inera/ids-core/components/pagination/list-pagination/register';\r\n\r\n@NgModule({\r\n declarations: [IDListPaginationComponent],\r\n exports: [IDListPaginationComponent],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDListPaginationModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,yBAAyB,CAAA;AACpC,IAAA,WAAA,GAAA,GAAgB;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-pagination-list-pagination.mjs","sources":["../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.component.ts","../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.component.html","../../../projects/ids-angular/components/pagination/list-pagination/list-pagination.module.ts","../../../projects/ids-angular/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.ts"],"sourcesContent":["import { Component, Input, Output, EventEmitter } from \"@angular/core\";\r\n\r\n@Component({\r\n selector: \"id-list-pagination\",\r\n templateUrl: \"./list-pagination.component.html\"\r\n})\r\nexport class IDListPaginationComponent {\r\n constructor() {}\r\n\r\n @Input()\r\n showing: string = \"Visar\";\r\n\r\n @Input()\r\n from: number;\r\n\r\n @Input()\r\n to: number;\r\n\r\n @Input()\r\n of: string = \"av\";\r\n\r\n @Input()\r\n total: number;\r\n\r\n @Input()\r\n current: number;\r\n\r\n @Input()\r\n pages: number;\r\n\r\n @Input()\r\n srcurrentpage: string = \"Aktuell sida\";\r\n\r\n @Input()\r\n srgotopage: string = \"Gå till sida\";\r\n\r\n @Input()\r\n srprevious: string = \"Föregående sida\";\r\n\r\n @Input()\r\n srnext: string = \"Nästa sida\";\r\n\r\n @Output()\r\n onChangepage: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onPrevpage: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onNextpage: EventEmitter<Event> = new EventEmitter();\r\n\r\n changePage(event: Event) {\r\n this.onChangepage.emit(event);\r\n }\r\n\r\n prevPage(event: Event) {\r\n this.onPrevpage.emit(event);\r\n }\r\n\r\n nextPage(event: Event) {\r\n this.onNextpage.emit(event);\r\n }\r\n}\r\n","<ids-list-pagination\r\n [showing]=\"showing\"\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\">\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDListPaginationComponent } from './list-pagination.component';\r\nimport '@inera/ids-core/components/pagination/list-pagination/register';\r\n\r\n@NgModule({\r\n declarations: [IDListPaginationComponent],\r\n exports: [IDListPaginationComponent],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDListPaginationModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,yBAAyB,CAAA;AACpC,IAAA,WAAA,GAAA,GAAgB;IAGhB,OAAO,GAAW,OAAO,CAAC;AAG1B,IAAA,IAAI,CAAS;AAGb,IAAA,EAAE,CAAS;IAGX,EAAE,GAAW,IAAI,CAAC;AAGlB,IAAA,KAAK,CAAS;AAGd,IAAA,OAAO,CAAS;AAGhB,IAAA,KAAK,CAAS;IAGd,aAAa,GAAW,cAAc,CAAC;IAGvC,UAAU,GAAW,cAAc,CAAC;IAGpC,UAAU,GAAW,iBAAiB,CAAC;IAGvC,MAAM,GAAW,YAAY,CAAC;AAG9B,IAAA,YAAY,GAAwB,IAAI,YAAY,EAAE,CAAC;AAGvD,IAAA,UAAU,GAAwB,IAAI,YAAY,EAAE,CAAC;AAGrD,IAAA,UAAU,GAAwB,IAAI,YAAY,EAAE,CAAC;AAErD,IAAA,UAAU,CAAC,KAAY,EAAA;AACrB,QAAA,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC/B;AAED,IAAA,QAAQ,CAAC,KAAY,EAAA;AACnB,QAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC7B;AAED,IAAA,QAAQ,CAAC,KAAY,EAAA;AACnB,QAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC7B;wGAvDU,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yBAAyB,qXCNtC,oeAiBA,EAAA,CAAA,CAAA;;4FDXa,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAJrC,SAAS;+BACE,oBAAoB,EAAA,QAAA,EAAA,oeAAA,EAAA,CAAA;wDAO9B,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,EAAE,EAAA,CAAA;sBADD,KAAK;gBAIN,EAAE,EAAA,CAAA;sBADD,KAAK;gBAIN,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,aAAa,EAAA,CAAA;sBADZ,KAAK;gBAIN,UAAU,EAAA,CAAA;sBADT,KAAK;gBAIN,UAAU,EAAA,CAAA;sBADT,KAAK;gBAIN,MAAM,EAAA,CAAA;sBADL,KAAK;gBAIN,YAAY,EAAA,CAAA;sBADX,MAAM;gBAIP,UAAU,EAAA,CAAA;sBADT,MAAM;gBAIP,UAAU,EAAA,CAAA;sBADT,MAAM;;;MEvCI,sBAAsB,CAAA;wGAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAtB,sBAAsB,EAAA,YAAA,EAAA,CAJlB,yBAAyB,CAAA,EAAA,OAAA,EAAA,CAC9B,yBAAyB,CAAA,EAAA,CAAA,CAAA;yGAGxB,sBAAsB,EAAA,CAAA,CAAA;;4FAAtB,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,yBAAyB,CAAC;oBACzC,OAAO,EAAE,CAAC,yBAAyB,CAAC;oBACpC,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component, ViewEncapsulation, Input, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
3
|
+
import '@inera/ids-core/components/puff-list/register';
|
|
4
|
+
|
|
5
|
+
class IDPuffListComponent {
|
|
6
|
+
constructor() { }
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPuffListComponent, selector: "id-puff-list", ngImport: i0, template: "<ids-puff-list>\r\n <ng-content></ng-content>\r\n</ids-puff-list>", encapsulation: i0.ViewEncapsulation.None });
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListComponent, decorators: [{
|
|
11
|
+
type: Component,
|
|
12
|
+
args: [{ selector: 'id-puff-list', encapsulation: ViewEncapsulation.None, template: "<ids-puff-list>\r\n <ng-content></ng-content>\r\n</ids-puff-list>" }]
|
|
13
|
+
}], ctorParameters: () => [] });
|
|
14
|
+
|
|
15
|
+
class IDPuffListItemComponent {
|
|
16
|
+
headline = '';
|
|
17
|
+
date = null;
|
|
18
|
+
year = null;
|
|
19
|
+
month = null;
|
|
20
|
+
monthlabel = null;
|
|
21
|
+
day = null;
|
|
22
|
+
showdatelabel = false;
|
|
23
|
+
time = '';
|
|
24
|
+
showtime = false;
|
|
25
|
+
interactive = false;
|
|
26
|
+
nocontent = false;
|
|
27
|
+
constructor() { }
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPuffListItemComponent, selector: "id-puff-list-item", inputs: { headline: "headline", date: "date", year: "year", month: "month", monthlabel: "monthlabel", day: "day", showdatelabel: "showdatelabel", time: "time", showtime: "showtime", interactive: "interactive", nocontent: "nocontent" }, ngImport: i0, template: "<ids-puff-list-item\r\n[headline]=\"headline\"\r\n[date]=\"date\"\r\n[interactive]=\"interactive\"\r\n[year]=\"year\"\r\n[month]=\"month\"\r\n[nocontent]=\"nocontent ? true : null\"\r\n[monthlabel]=\"monthlabel\"\r\n[day]=\"day\"\r\n[time]=\"time\"\r\n[showtime]=\"showtime\"\r\n[showdatelabel]=\"showdatelabel\">\r\n <ng-content></ng-content>\r\n</ids-puff-list-item>", encapsulation: i0.ViewEncapsulation.None });
|
|
30
|
+
}
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListItemComponent, decorators: [{
|
|
32
|
+
type: Component,
|
|
33
|
+
args: [{ selector: 'id-puff-list-item', encapsulation: ViewEncapsulation.None, template: "<ids-puff-list-item\r\n[headline]=\"headline\"\r\n[date]=\"date\"\r\n[interactive]=\"interactive\"\r\n[year]=\"year\"\r\n[month]=\"month\"\r\n[nocontent]=\"nocontent ? true : null\"\r\n[monthlabel]=\"monthlabel\"\r\n[day]=\"day\"\r\n[time]=\"time\"\r\n[showtime]=\"showtime\"\r\n[showdatelabel]=\"showdatelabel\">\r\n <ng-content></ng-content>\r\n</ids-puff-list-item>" }]
|
|
34
|
+
}], ctorParameters: () => [], propDecorators: { headline: [{
|
|
35
|
+
type: Input
|
|
36
|
+
}], date: [{
|
|
37
|
+
type: Input
|
|
38
|
+
}], year: [{
|
|
39
|
+
type: Input
|
|
40
|
+
}], month: [{
|
|
41
|
+
type: Input
|
|
42
|
+
}], monthlabel: [{
|
|
43
|
+
type: Input
|
|
44
|
+
}], day: [{
|
|
45
|
+
type: Input
|
|
46
|
+
}], showdatelabel: [{
|
|
47
|
+
type: Input
|
|
48
|
+
}], time: [{
|
|
49
|
+
type: Input
|
|
50
|
+
}], showtime: [{
|
|
51
|
+
type: Input
|
|
52
|
+
}], interactive: [{
|
|
53
|
+
type: Input
|
|
54
|
+
}], nocontent: [{
|
|
55
|
+
type: Input
|
|
56
|
+
}] } });
|
|
57
|
+
|
|
58
|
+
class IDPuffListItemInfoComponent {
|
|
59
|
+
constructor() { }
|
|
60
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListItemInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
61
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDPuffListItemInfoComponent, selector: "id-puff-list-item-info", ngImport: i0, template: "<ids-puff-list-item-info>\r\n <ng-content></ng-content>\r\n</ids-puff-list-item-info>", styles: [":host{display:block}\n"] });
|
|
62
|
+
}
|
|
63
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListItemInfoComponent, decorators: [{
|
|
64
|
+
type: Component,
|
|
65
|
+
args: [{ selector: 'id-puff-list-item-info', template: "<ids-puff-list-item-info>\r\n <ng-content></ng-content>\r\n</ids-puff-list-item-info>", styles: [":host{display:block}\n"] }]
|
|
66
|
+
}], ctorParameters: () => [] });
|
|
67
|
+
|
|
68
|
+
class IDPuffListModule {
|
|
69
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
70
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule, declarations: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent], exports: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent] });
|
|
71
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule });
|
|
72
|
+
}
|
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDPuffListModule, decorators: [{
|
|
74
|
+
type: NgModule,
|
|
75
|
+
args: [{
|
|
76
|
+
declarations: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent],
|
|
77
|
+
exports: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent],
|
|
78
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
79
|
+
}]
|
|
80
|
+
}] });
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Generated bundle index. Do not edit.
|
|
84
|
+
*/
|
|
85
|
+
|
|
86
|
+
export { IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent, IDPuffListModule };
|
|
87
|
+
//# sourceMappingURL=inera-ids-angular-components-puff-list.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-puff-list.mjs","sources":["../../../projects/ids-angular/components/puff-list/puff-list.component.ts","../../../projects/ids-angular/components/puff-list/puff-list.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-list-item.component.html","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.ts","../../../projects/ids-angular/components/puff-list/puff-item/puff-info/puff-list-item-info.component.html","../../../projects/ids-angular/components/puff-list/puff-list.module.ts","../../../projects/ids-angular/components/puff-list/inera-ids-angular-components-puff-list.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-puff-list',\r\n templateUrl: './puff-list.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDPuffListComponent {\r\n\r\n constructor() { }\r\n\r\n}\r\n","<ids-puff-list>\r\n <ng-content></ng-content>\r\n</ids-puff-list>","import { Component, Input, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-puff-list-item',\r\n templateUrl: './puff-list-item.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDPuffListItemComponent {\r\n\r\n @Input()\r\n headline: string = '';\r\n @Input()\r\n date: Date | null = null;\r\n @Input()\r\n year: string | null = null; \r\n @Input()\r\n month: string | null = null;\r\n @Input()\r\n monthlabel: string | null = null;\r\n @Input()\r\n day: string | null = null;\r\n @Input()\r\n showdatelabel: boolean = false;\r\n @Input()\r\n time: string = '';\r\n @Input()\r\n showtime: boolean = false;\r\n @Input()\r\n interactive: boolean = false;\r\n @Input()\r\n nocontent: boolean = false;\r\n\r\n constructor() { }\r\n\r\n}\r\n\r\n","<ids-puff-list-item\r\n[headline]=\"headline\"\r\n[date]=\"date\"\r\n[interactive]=\"interactive\"\r\n[year]=\"year\"\r\n[month]=\"month\"\r\n[nocontent]=\"nocontent ? true : null\"\r\n[monthlabel]=\"monthlabel\"\r\n[day]=\"day\"\r\n[time]=\"time\"\r\n[showtime]=\"showtime\"\r\n[showdatelabel]=\"showdatelabel\">\r\n <ng-content></ng-content>\r\n</ids-puff-list-item>","import { Component } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-puff-list-item-info',\r\n templateUrl: './puff-list-item-info.component.html',\r\n styles: [':host { display: block; }']\r\n})\r\nexport class IDPuffListItemInfoComponent {\r\n\r\n constructor() { }\r\n\r\n}\r\n\r\n","<ids-puff-list-item-info>\r\n <ng-content></ng-content>\r\n</ids-puff-list-item-info>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\r\nimport { IDPuffListComponent } from \"./puff-list.component\";\r\nimport \"@inera/ids-core/components/puff-list/register\";\r\nimport { IDPuffListItemComponent } from \"./puff-item/puff-list-item.component\";\r\nimport { IDPuffListItemInfoComponent } from \"./puff-item/puff-info/puff-list-item-info.component\";\r\n\r\n@NgModule({\r\n declarations: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent],\r\n exports: [IDPuffListComponent, IDPuffListItemComponent, IDPuffListItemInfoComponent],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDPuffListModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -3,21 +3,18 @@ import { EventEmitter, Component, Input, Output, NgModule, CUSTOM_ELEMENTS_SCHEM
|
|
|
3
3
|
import '@inera/ids-core/components/tag/register';
|
|
4
4
|
|
|
5
5
|
class IDTagComponent {
|
|
6
|
-
clickable = false;
|
|
7
6
|
closeable = false;
|
|
8
|
-
srcloselabel =
|
|
7
|
+
srcloselabel = "";
|
|
9
8
|
onClicked = new EventEmitter();
|
|
10
9
|
onClosed = new EventEmitter();
|
|
11
10
|
constructor() { }
|
|
12
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDTagComponent, selector: "id-tag", inputs: {
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDTagComponent, selector: "id-tag", inputs: { closeable: "closeable", srcloselabel: "srcloselabel" }, outputs: { onClicked: "onClicked", onClosed: "onClosed" }, ngImport: i0, template: "<ids-tag\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srcloselabel\"\r\n (clicked)=\"onClicked.emit(true)\"\r\n (closed)=\"onClosed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>" });
|
|
14
13
|
}
|
|
15
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTagComponent, decorators: [{
|
|
16
15
|
type: Component,
|
|
17
|
-
args: [{ selector:
|
|
18
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
19
|
-
type: Input
|
|
20
|
-
}], closeable: [{
|
|
16
|
+
args: [{ selector: "id-tag", template: "<ids-tag\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srcloselabel\"\r\n (clicked)=\"onClicked.emit(true)\"\r\n (closed)=\"onClosed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>" }]
|
|
17
|
+
}], ctorParameters: () => [], propDecorators: { closeable: [{
|
|
21
18
|
type: Input
|
|
22
19
|
}], srcloselabel: [{
|
|
23
20
|
type: Input
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-tag.mjs","sources":["../../../projects/ids-angular/components/tag/tag.component.ts","../../../projects/ids-angular/components/tag/tag.component.html","../../../projects/ids-angular/components/tag/tag.module.ts","../../../projects/ids-angular/components/tag/inera-ids-angular-components-tag.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-tag.mjs","sources":["../../../projects/ids-angular/components/tag/tag.component.ts","../../../projects/ids-angular/components/tag/tag.component.html","../../../projects/ids-angular/components/tag/tag.module.ts","../../../projects/ids-angular/components/tag/inera-ids-angular-components-tag.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from \"@angular/core\";\r\n\r\n@Component({\r\n selector: \"id-tag\",\r\n templateUrl: \"./tag.component.html\"\r\n})\r\nexport class IDTagComponent {\r\n @Input()\r\n closeable: boolean = false;\r\n\r\n @Input()\r\n srcloselabel: string = \"\";\r\n\r\n @Output()\r\n onClicked: EventEmitter<boolean> = new EventEmitter();\r\n @Output()\r\n onClosed: EventEmitter<boolean> = new EventEmitter();\r\n\r\n constructor() {}\r\n}\r\n","<ids-tag\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srcloselabel\"\r\n (clicked)=\"onClicked.emit(true)\"\r\n (closed)=\"onClosed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDTagComponent } from './tag.component';\r\nimport '@inera/ids-core/components/tag/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDTagComponent\r\n ],\r\n exports: [\r\n IDTagComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDTagModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,cAAc,CAAA;IAEzB,SAAS,GAAY,KAAK,CAAC;IAG3B,YAAY,GAAW,EAAE,CAAC;AAG1B,IAAA,SAAS,GAA0B,IAAI,YAAY,EAAE,CAAC;AAEtD,IAAA,QAAQ,GAA0B,IAAI,YAAY,EAAE,CAAC;AAErD,IAAA,WAAA,GAAA,GAAgB;wGAZL,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAd,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,cAAc,2KCN3B,wNAMU,EAAA,CAAA,CAAA;;4FDAG,cAAc,EAAA,UAAA,EAAA,CAAA;kBAJ1B,SAAS;+BACE,QAAQ,EAAA,QAAA,EAAA,wNAAA,EAAA,CAAA;wDAKlB,SAAS,EAAA,CAAA;sBADR,KAAK;gBAIN,YAAY,EAAA,CAAA;sBADX,KAAK;gBAIN,SAAS,EAAA,CAAA;sBADR,MAAM;gBAGP,QAAQ,EAAA,CAAA;sBADP,MAAM;;;MEFI,WAAW,CAAA;wGAAX,WAAW,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAX,WAAW,EAAA,YAAA,EAAA,CAPpB,cAAc,CAAA,EAAA,OAAA,EAAA,CAGd,cAAc,CAAA,EAAA,CAAA,CAAA;yGAIL,WAAW,EAAA,CAAA,CAAA;;4FAAX,WAAW,EAAA,UAAA,EAAA,CAAA;kBATvB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,cAAc;AACf,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,cAAc;AACf,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACZD;;AAEG;;;;"}
|