@inera/ids-angular 6.2.0 → 7.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/card/card.component.d.ts +3 -2
- package/components/dropdown/dropdown-content.component.d.ts +1 -3
- package/components/dropdown/dropdown.component.d.ts +2 -2
- package/components/form/radio-button/index.d.ts +5 -0
- package/components/form/radio-button/public-api.d.ts +3 -0
- package/components/form/radio-button/radio-button-group.component.d.ts +8 -0
- package/components/form/radio-button/radio-button.component.d.ts +7 -0
- package/components/form/radio-button/radio-button.module.d.ts +10 -0
- package/components/form/select/select.component.d.ts +2 -3
- package/components/header-1177/avatar/header-1177-avatar.component.d.ts +1 -1
- package/components/header-1177/header-1177.component.d.ts +9 -7
- package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +7 -0
- package/components/header-1177/nav/header-1177-nav.component.d.ts +5 -6
- package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +2 -1
- package/components/header-1177/public-api.d.ts +7 -7
- package/components/header-1177-admin/header-1177-admin.component.d.ts +6 -7
- package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +3 -2
- package/components/header-1177-pro/header-1177-pro.component.d.ts +3 -4
- package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +2 -1
- package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +2 -1
- package/components/header-inera/item/header-inera-item.component.d.ts +2 -1
- package/components/header-patient/header-patient.component.d.ts +11 -0
- package/components/header-patient/header-patient.module.d.ts +8 -0
- package/components/header-patient/index.d.ts +5 -0
- package/components/header-patient/public-api.d.ts +2 -0
- package/components/link/link.component.d.ts +1 -3
- package/components/notification/badge/notification-badge.component.d.ts +2 -2
- package/components/popover/popover.component.d.ts +1 -1
- package/components/puff-list/public-api.d.ts +1 -0
- package/components/puff-list/puff-item/puff-header/puff-list-item-header.component.d.ts +6 -0
- package/components/puff-list/puff-item/puff-list-item.component.d.ts +1 -3
- package/components/puff-list/puff-list.module.d.ts +2 -1
- package/components/{icon-region → region-icon}/index.d.ts +1 -1
- package/components/region-icon/public-api.d.ts +2 -0
- package/components/region-icon/region-icon.component.d.ts +12 -0
- package/components/region-icon/region-icon.module.d.ts +8 -0
- package/components/stepper/step/step.component.d.ts +2 -2
- package/components/tabs/tab/tab.component.d.ts +2 -4
- package/esm2022/components/card/card.component.mjs +8 -5
- package/esm2022/components/dropdown/dropdown-content.component.mjs +3 -9
- package/esm2022/components/dropdown/dropdown.component.mjs +5 -5
- package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +5 -0
- package/esm2022/components/form/radio-button/public-api.mjs +4 -0
- package/esm2022/components/form/radio-button/radio-button-group.component.mjs +18 -0
- package/esm2022/components/form/radio-button/radio-button.component.mjs +15 -0
- package/esm2022/components/form/radio-button/radio-button.module.mjs +21 -0
- package/esm2022/components/form/select/select.component.mjs +6 -9
- package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +6 -5
- package/esm2022/components/header-1177/header-1177.component.mjs +18 -14
- package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +15 -0
- package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +14 -15
- package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +5 -2
- package/esm2022/components/header-1177/public-api.mjs +8 -8
- package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +8 -11
- package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
- package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +9 -6
- package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +5 -8
- package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +7 -4
- package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +5 -2
- package/esm2022/components/header-inera/header-inera.component.mjs +3 -3
- package/esm2022/components/header-inera/item/header-inera-item.component.mjs +5 -2
- package/esm2022/components/header-patient/header-patient.component.mjs +27 -0
- package/esm2022/components/header-patient/header-patient.module.mjs +22 -0
- package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +5 -0
- package/esm2022/components/header-patient/public-api.mjs +3 -0
- package/esm2022/components/link/link.component.mjs +3 -9
- package/esm2022/components/notification/badge/notification-badge.component.mjs +6 -6
- package/esm2022/components/popover/popover.component.mjs +3 -3
- package/esm2022/components/puff-list/public-api.mjs +2 -1
- package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +12 -0
- package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +4 -10
- package/esm2022/components/puff-list/puff-list.module.mjs +21 -4
- package/esm2022/components/{icon-region/inera-ids-angular-components-icon-region.mjs → region-icon/inera-ids-angular-components-region-icon.mjs} +1 -1
- package/esm2022/components/region-icon/public-api.mjs +3 -0
- package/esm2022/components/region-icon/region-icon.component.mjs +30 -0
- package/esm2022/components/region-icon/region-icon.module.mjs +18 -0
- package/esm2022/components/stepper/step/step.component.mjs +7 -7
- package/esm2022/components/tabs/tab/tab.component.mjs +7 -13
- package/esm2022/components/tabs/tabs.component.mjs +3 -3
- package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-agent.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-card.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-dropdown.mjs +6 -12
- package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +54 -0
- package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-select.mjs +4 -7
- package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +16 -16
- package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +13 -10
- package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-1177.mjs +40 -35
- package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-inera.mjs +6 -3
- package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-header-patient.mjs +53 -0
- package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-link.mjs +2 -8
- package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs +4 -4
- package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-popover.mjs +2 -2
- package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-puff-list.mjs +33 -13
- package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-region-icon.mjs +52 -0
- package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -0
- package/fesm2022/inera-ids-angular-components-stepper.mjs +5 -5
- package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
- package/fesm2022/inera-ids-angular-components-tabs.mjs +7 -13
- package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
- package/package.json +131 -119
- package/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.d.ts +0 -7
- package/components/icon-region/icon-region.component.d.ts +0 -16
- package/components/icon-region/icon-region.module.d.ts +0 -8
- package/components/icon-region/public-api.d.ts +0 -2
- package/esm2022/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.mjs +0 -15
- package/esm2022/components/icon-region/icon-region.component.mjs +0 -42
- package/esm2022/components/icon-region/icon-region.module.mjs +0 -22
- package/esm2022/components/icon-region/public-api.mjs +0 -3
- package/fesm2022/inera-ids-angular-components-icon-region.mjs +0 -68
- package/fesm2022/inera-ids-angular-components-icon-region.mjs.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-alert.mjs","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\";\n\n@Component({\n selector: \"id-alert\",\n templateUrl: \"./alert.component.html\",\n styles: [\":host { display: block; }\"]\n})\nexport class IDAlertComponent {\n constructor() {}\n\n @Input()\n dismissible: boolean = false;\n\n @Input()\n collapsable: boolean = false;\n\n @Input()\n ribbon: boolean = false;\n\n @Input()\n collapsed: boolean = false;\n\n @Input()\n compact: boolean = false;\n\n @Input()\n srcollapsetext: string | undefined = \"\";\n\n @Input()\n srexpandtext: string | undefined = \"\";\n\n @Input()\n headline: string = \"\";\n\n @Input()\n live: string = \"\";\n\n @Input()\n type: \"info\" | \"attention\" | \"success\" | \"error\" = \"info\";\n\n @Input()\n norole: boolean = false;\n\n @Input()\n srclosetext: string = \"\";\n\n @Input()\n sricontitle: string = \"\";\n\n @Output()\n onClosed: EventEmitter<boolean> = new EventEmitter();\n @Output()\n onCollapsed: EventEmitter<boolean> = new EventEmitter();\n}\n","<ids-alert \n [headline]=\"headline\"\n [attr.norole]=\"norole ? true : null\"\n [attr.dismissible]=\"dismissible ? true : null\"\n [attr.collapsable]=\"collapsable ? true : null\"\n [attr.collapsed]=\"collapsed ? true : null\"\n [attr.compact]=\"compact ? true : null\"\n [attr.ribbon]=\"ribbon ? true : null\"\n [srcollapsetext]=\"srcollapsetext\"\n [srexpandtext]=\"srexpandtext\"\n [attr.aria-live]=\"norole ? null : live\"\n [type]=\"type\"\n [srclosetext]=\"srclosetext\"\n [sricontitle]=\"sricontitle\"\n (closed)=\"onClosed.emit(true)\"\n (collapsed)=\"onCollapsed.emit(true)\">\n <ng-content></ng-content>\n</ids-alert>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDAlertComponent } from './alert.component';\nimport '@inera/ids-core/components/alert/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDAlertComponent\n ],\n exports: [\n IDAlertComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDAlertModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAOa,gBAAgB,CAAA;AAC3B,IAAA,WAAA,GAAA;IAGA,WAAW,GAAY,KAAK;IAG5B,WAAW,GAAY,KAAK;IAG5B,MAAM,GAAY,KAAK;IAGvB,SAAS,GAAY,KAAK;IAG1B,OAAO,GAAY,KAAK;IAGxB,cAAc,GAAuB,EAAE;IAGvC,YAAY,GAAuB,EAAE;IAGrC,QAAQ,GAAW,EAAE;IAGrB,IAAI,GAAW,EAAE;IAGjB,IAAI,GAA+C,MAAM;IAGzD,MAAM,GAAY,KAAK;IAGvB,WAAW,GAAW,EAAE;IAGxB,WAAW,GAAW,EAAE;AAGxB,IAAA,QAAQ,GAA0B,IAAI,YAAY,EAAE;AAEpD,IAAA,WAAW,GAA0B,IAAI,YAAY,EAAE;wGA7C5C,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,6aCP7B,soBAiBY,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,CAAA;;4FDVC,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,QAAA,EAAA,soBAAA,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA;wDAQpB,WAAW,EAAA,CAAA;sBADV;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,SAAS,EAAA,CAAA;sBADR;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,cAAc,EAAA,CAAA;sBADb;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAID,IAAI,EAAA,CAAA;sBADH;gBAID,IAAI,EAAA,CAAA;sBADH;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAGD,WAAW,EAAA,CAAA;sBADV;;;MEpCU,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-alert.mjs","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\";\n\n@Component({\n selector: \"id-alert\",\n templateUrl: \"./alert.component.html\",\n styles: [\":host { display: block; }\"]\n})\nexport class IDAlertComponent {\n constructor() {}\n\n @Input()\n dismissible: boolean = false;\n\n @Input()\n collapsable: boolean = false;\n\n @Input()\n ribbon: boolean = false;\n\n @Input()\n collapsed: boolean = false;\n\n @Input()\n compact: boolean = false;\n\n @Input()\n srcollapsetext: string | undefined = \"\";\n\n @Input()\n srexpandtext: string | undefined = \"\";\n\n @Input()\n headline: string = \"\";\n\n @Input()\n live: string = \"\";\n\n @Input()\n type: \"info\" | \"attention\" | \"success\" | \"error\" = \"info\";\n\n @Input()\n norole: boolean = false;\n\n @Input()\n srclosetext: string = \"\";\n\n @Input()\n sricontitle: string = \"\";\n\n @Output()\n onClosed: EventEmitter<boolean> = new EventEmitter();\n @Output()\n onCollapsed: EventEmitter<boolean> = new EventEmitter();\n}\n","<ids-alert \n [headline]=\"headline\"\n [attr.norole]=\"norole ? true : null\"\n [attr.dismissible]=\"dismissible ? true : null\"\n [attr.collapsable]=\"collapsable ? true : null\"\n [attr.collapsed]=\"collapsed ? true : null\"\n [attr.compact]=\"compact ? true : null\"\n [attr.ribbon]=\"ribbon ? true : null\"\n [srcollapsetext]=\"srcollapsetext\"\n [srexpandtext]=\"srexpandtext\"\n [attr.aria-live]=\"norole ? null : live\"\n [type]=\"type\"\n [srclosetext]=\"srclosetext\"\n [sricontitle]=\"sricontitle\"\n (closed)=\"onClosed.emit(true)\"\n (collapsed)=\"onCollapsed.emit(true)\">\n <ng-content></ng-content>\n</ids-alert>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDAlertComponent } from './alert.component';\nimport '@inera/ids-core/components/alert/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDAlertComponent\n ],\n exports: [\n IDAlertComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDAlertModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAOa,gBAAgB,CAAA;AAC3B,IAAA,WAAA,GAAA;IAGA,WAAW,GAAY,KAAK;IAG5B,WAAW,GAAY,KAAK;IAG5B,MAAM,GAAY,KAAK;IAGvB,SAAS,GAAY,KAAK;IAG1B,OAAO,GAAY,KAAK;IAGxB,cAAc,GAAuB,EAAE;IAGvC,YAAY,GAAuB,EAAE;IAGrC,QAAQ,GAAW,EAAE;IAGrB,IAAI,GAAW,EAAE;IAGjB,IAAI,GAA+C,MAAM;IAGzD,MAAM,GAAY,KAAK;IAGvB,WAAW,GAAW,EAAE;IAGxB,WAAW,GAAW,EAAE;AAGxB,IAAA,QAAQ,GAA0B,IAAI,YAAY,EAAE;AAEpD,IAAA,WAAW,GAA0B,IAAI,YAAY,EAAE;wGA7C5C,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,6aCP7B,soBAiBY,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,CAAA;;4FDVC,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,QAAA,EAAA,soBAAA,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA;wDAQpB,WAAW,EAAA,CAAA;sBADV;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,SAAS,EAAA,CAAA;sBADR;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,cAAc,EAAA,CAAA;sBADb;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAID,IAAI,EAAA,CAAA;sBADH;gBAID,IAAI,EAAA,CAAA;sBADH;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAGD,WAAW,EAAA,CAAA;sBADV;;;MEpCU,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,EAAA,YAAA,EAAA,CARtB,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAKR,YAAY,aAFpB,gBAAgB,CAAA,EAAA,CAAA;AAKP,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,YAHd,YAAY,CAAA,EAAA,CAAA;;4FAGX,aAAa,EAAA,UAAA,EAAA,CAAA;kBAVzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACdD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-breadcrumbs.mjs","sources":["../../../projects/ids-angular/components/breadcrumbs/crumb.component.ts","../../../projects/ids-angular/components/breadcrumbs/breadcrumbs.component.ts","../../../projects/ids-angular/components/breadcrumbs/breadcrumbs.component.html","../../../projects/ids-angular/components/breadcrumbs/breadcrumbs.module.ts","../../../projects/ids-angular/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.ts"],"sourcesContent":["import { Component, Input, TemplateRef, ViewChild, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-crumb',\n encapsulation: ViewEncapsulation.None,\n template: `\n <ng-template>\n <ng-content></ng-content>\n </ng-template>`\n})\nexport class IDCrumbComponent {\n\n constructor() { }\n \n @ViewChild(TemplateRef) template: TemplateRef<any>;\n\n @Input()\n current: boolean = false;\n @Input()\n mobile: boolean = false;\n\n}\n","import { AfterContentInit, AfterViewInit, Component, ContentChildren, Input, QueryList, ViewEncapsulation } from '@angular/core';\nimport { IDCrumbComponent } from './crumb.component';\n\n@Component({\n selector: 'id-breadcrumbs',\n templateUrl: './breadcrumbs.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDBreadcrumbsComponent implements AfterContentInit {\n\n @Input()\n lead = 'Du är här:';\n @Input()\n srlabel = 'Du är här';\n\n @ContentChildren(IDCrumbComponent) crumbComponents: QueryList<IDCrumbComponent>;\n\n public crumbs: IDCrumbComponent[] = [];\n\n public ngAfterContentInit(): void {\n this.crumbComponents.changes.subscribe(() => {\n setTimeout(() => {\n this.crumbs = this.crumbComponents.toArray();\n });\n });\n setTimeout(() => {\n this.crumbs = this.crumbComponents.toArray();\n }, 0);\n }\n\n}\n","<ids-breadcrumbs [lead]=\"lead\" [srlabel]=\"srlabel\">\n <ids-crumb\n *ngFor=\"let crumb of crumbs; let i = index\"\n [current]=\"crumb.current\"\n [attr.mobile]=\"crumb.mobile ? '' : null\">\n <ng-container *ngTemplateOutlet=\"crumb.template\"></ng-container>\n </ids-crumb>\n</ids-breadcrumbs>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDBreadcrumbsComponent } from './breadcrumbs.component';\nimport { IDCrumbComponent } from './crumb.component';\nimport '@inera/ids-core/components/breadcrumbs/register';\nimport { CommonModule } from '@angular/common';\n\n\n@NgModule({\n declarations: [\n IDBreadcrumbsComponent,\n IDCrumbComponent\n ],\n exports: [\n IDBreadcrumbsComponent,\n IDCrumbComponent\n ],\n imports: [\n CommonModule\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDBreadcrumbsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;MAUa,gBAAgB,CAAA;AAE3B,IAAA,WAAA,GAAA;AAEwB,IAAA,QAAQ;IAGhC,OAAO,GAAY,KAAK;IAExB,MAAM,GAAY,KAAK;wGATZ,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAAhB,gBAAgB,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,UAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAIhB,WAAW,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-breadcrumbs.mjs","sources":["../../../projects/ids-angular/components/breadcrumbs/crumb.component.ts","../../../projects/ids-angular/components/breadcrumbs/breadcrumbs.component.ts","../../../projects/ids-angular/components/breadcrumbs/breadcrumbs.component.html","../../../projects/ids-angular/components/breadcrumbs/breadcrumbs.module.ts","../../../projects/ids-angular/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.ts"],"sourcesContent":["import { Component, Input, TemplateRef, ViewChild, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-crumb',\n encapsulation: ViewEncapsulation.None,\n template: `\n <ng-template>\n <ng-content></ng-content>\n </ng-template>`\n})\nexport class IDCrumbComponent {\n\n constructor() { }\n \n @ViewChild(TemplateRef) template: TemplateRef<any>;\n\n @Input()\n current: boolean = false;\n @Input()\n mobile: boolean = false;\n\n}\n","import { AfterContentInit, AfterViewInit, Component, ContentChildren, Input, QueryList, ViewEncapsulation } from '@angular/core';\nimport { IDCrumbComponent } from './crumb.component';\n\n@Component({\n selector: 'id-breadcrumbs',\n templateUrl: './breadcrumbs.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDBreadcrumbsComponent implements AfterContentInit {\n\n @Input()\n lead = 'Du är här:';\n @Input()\n srlabel = 'Du är här';\n\n @ContentChildren(IDCrumbComponent) crumbComponents: QueryList<IDCrumbComponent>;\n\n public crumbs: IDCrumbComponent[] = [];\n\n public ngAfterContentInit(): void {\n this.crumbComponents.changes.subscribe(() => {\n setTimeout(() => {\n this.crumbs = this.crumbComponents.toArray();\n });\n });\n setTimeout(() => {\n this.crumbs = this.crumbComponents.toArray();\n }, 0);\n }\n\n}\n","<ids-breadcrumbs [lead]=\"lead\" [srlabel]=\"srlabel\">\n <ids-crumb\n *ngFor=\"let crumb of crumbs; let i = index\"\n [current]=\"crumb.current\"\n [attr.mobile]=\"crumb.mobile ? '' : null\">\n <ng-container *ngTemplateOutlet=\"crumb.template\"></ng-container>\n </ids-crumb>\n</ids-breadcrumbs>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDBreadcrumbsComponent } from './breadcrumbs.component';\nimport { IDCrumbComponent } from './crumb.component';\nimport '@inera/ids-core/components/breadcrumbs/register';\nimport { CommonModule } from '@angular/common';\n\n\n@NgModule({\n declarations: [\n IDBreadcrumbsComponent,\n IDCrumbComponent\n ],\n exports: [\n IDBreadcrumbsComponent,\n IDCrumbComponent\n ],\n imports: [\n CommonModule\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDBreadcrumbsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-button.mjs","sources":["../../../projects/ids-angular/components/button/button.component.ts","../../../projects/ids-angular/components/button/button.component.html","../../../projects/ids-angular/components/button/button.module.ts","../../../projects/ids-angular/components/button/inera-ids-angular-components-button.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output, ViewEncapsulation } from \"@angular/core\";\n\n@Component({\n selector: \"id-button\",\n templateUrl: \"./button.component.html\",\n styles: [\"id-button { display: contents; }\"],\n host: { class: \"ids-contains-clickable\" },\n encapsulation: ViewEncapsulation.None\n})\nexport class IDButtonComponent {\n constructor() {}\n\n @Input()\n secondary: boolean = false;\n @Input()\n fab: boolean = false;\n @Input()\n icon: boolean = false;\n @Input()\n tertiary: boolean = false;\n @Input()\n toggle: boolean = false;\n @Input()\n block: boolean = false;\n @Input()\n sblock: boolean = false;\n @Input()\n mblock: boolean = false;\n @Input()\n active: boolean = false;\n @Input()\n submit: boolean = false;\n @Input()\n loading: boolean = false;\n @Input()\n size: \"s\" | \"m\" | \"l\" = \"m\";\n @Input()\n disabled: boolean = false;\n @Input()\n type: string | undefined = undefined;\n @Input()\n color: string | undefined = undefined;\n\n //For Dialog\n @Input()\n trigger: string = \"\";\n\n // General props\n @Input()\n srlabel: string = \"\";\n\n @Output()\n onClicked: EventEmitter<Event> = new EventEmitter();\n}\n","<ids-button \n [secondary]=\"secondary ? 'true' : null\"\n [attr.fab]=\"fab ? 'true' : null\"\n [attr.icon]=\"icon ? 'true' : null\"\n [tertiary]=\"tertiary ? 'true' : null\"\n [attr.trigger]=\"trigger ? 'true' : null\"\n [class.ids-dialog-trigger]=\"trigger\"\n [toggle]=\"toggle ? 'true' : null\"\n [active]=\"active ? 'true' : null\"\n [submit]=\"submit ? 'true' : null\"\n [loading]=\"loading ? 'true' : null\"\n [disabled]=\"disabled ? 'true' : null\"\n [block]=\"block ? 'true' : null\"\n [sblock]=\"sblock ? 'true' : null\"\n [mblock]=\"mblock ? 'true' : null\"\n [size]=\"size\"\n [type]=\"type\"\n [color]=\"color\"\n [attr.aria-label]=\"srlabel ? srlabel : null\"\n (clicked)=\"onClicked.emit($event)\">\n <ng-content></ng-content>\n</ids-button>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDButtonComponent } from './button.component';\nimport '@inera/ids-core/components/button/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDButtonComponent\n ],\n exports: [\n IDButtonComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDButtonModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MASa,iBAAiB,CAAA;AAC5B,IAAA,WAAA,GAAA;IAGA,SAAS,GAAY,KAAK;IAE1B,GAAG,GAAY,KAAK;IAEpB,IAAI,GAAY,KAAK;IAErB,QAAQ,GAAY,KAAK;IAEzB,MAAM,GAAY,KAAK;IAEvB,KAAK,GAAY,KAAK;IAEtB,MAAM,GAAY,KAAK;IAEvB,MAAM,GAAY,KAAK;IAEvB,MAAM,GAAY,KAAK;IAEvB,MAAM,GAAY,KAAK;IAEvB,OAAO,GAAY,KAAK;IAExB,IAAI,GAAoB,GAAG;IAE3B,QAAQ,GAAY,KAAK;IAEzB,IAAI,GAAuB,SAAS;IAEpC,KAAK,GAAuB,SAAS;;IAIrC,OAAO,GAAW,EAAE;;IAIpB,OAAO,GAAW,EAAE;AAGpB,IAAA,SAAS,GAAwB,IAAI,YAAY,EAAE;wGA3CxC,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAjB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,iBAAiB,scCT9B,0wBAqBa,EAAA,MAAA,EAAA,CAAA,+BAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDZA,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;+BACE,WAAW,EAAA,IAAA,EAGf,EAAE,KAAK,EAAE,wBAAwB,EAAE,EAAA,aAAA,EAC1B,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,0wBAAA,EAAA,MAAA,EAAA,CAAA,+BAAA,CAAA,EAAA;wDAMrC,SAAS,EAAA,CAAA;sBADR;gBAGD,GAAG,EAAA,CAAA;sBADF;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,MAAM,EAAA,CAAA;sBADL;gBAGD,OAAO,EAAA,CAAA;sBADN;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,KAAK,EAAA,CAAA;sBADJ;gBAKD,OAAO,EAAA,CAAA;sBADN;gBAKD,OAAO,EAAA,CAAA;sBADN;gBAID,SAAS,EAAA,CAAA;sBADR;;;MEpCU,cAAc,CAAA;wGAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAd,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-button.mjs","sources":["../../../projects/ids-angular/components/button/button.component.ts","../../../projects/ids-angular/components/button/button.component.html","../../../projects/ids-angular/components/button/button.module.ts","../../../projects/ids-angular/components/button/inera-ids-angular-components-button.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output, ViewEncapsulation } from \"@angular/core\";\n\n@Component({\n selector: \"id-button\",\n templateUrl: \"./button.component.html\",\n styles: [\"id-button { display: contents; }\"],\n host: { class: \"ids-contains-clickable\" },\n encapsulation: ViewEncapsulation.None\n})\nexport class IDButtonComponent {\n constructor() {}\n\n @Input()\n secondary: boolean = false;\n @Input()\n fab: boolean = false;\n @Input()\n icon: boolean = false;\n @Input()\n tertiary: boolean = false;\n @Input()\n toggle: boolean = false;\n @Input()\n block: boolean = false;\n @Input()\n sblock: boolean = false;\n @Input()\n mblock: boolean = false;\n @Input()\n active: boolean = false;\n @Input()\n submit: boolean = false;\n @Input()\n loading: boolean = false;\n @Input()\n size: \"s\" | \"m\" | \"l\" = \"m\";\n @Input()\n disabled: boolean = false;\n @Input()\n type: string | undefined = undefined;\n @Input()\n color: string | undefined = undefined;\n\n //For Dialog\n @Input()\n trigger: string = \"\";\n\n // General props\n @Input()\n srlabel: string = \"\";\n\n @Output()\n onClicked: EventEmitter<Event> = new EventEmitter();\n}\n","<ids-button \n [secondary]=\"secondary ? 'true' : null\"\n [attr.fab]=\"fab ? 'true' : null\"\n [attr.icon]=\"icon ? 'true' : null\"\n [tertiary]=\"tertiary ? 'true' : null\"\n [attr.trigger]=\"trigger ? 'true' : null\"\n [class.ids-dialog-trigger]=\"trigger\"\n [toggle]=\"toggle ? 'true' : null\"\n [active]=\"active ? 'true' : null\"\n [submit]=\"submit ? 'true' : null\"\n [loading]=\"loading ? 'true' : null\"\n [disabled]=\"disabled ? 'true' : null\"\n [block]=\"block ? 'true' : null\"\n [sblock]=\"sblock ? 'true' : null\"\n [mblock]=\"mblock ? 'true' : null\"\n [size]=\"size\"\n [type]=\"type\"\n [color]=\"color\"\n [attr.aria-label]=\"srlabel ? srlabel : null\"\n (clicked)=\"onClicked.emit($event)\">\n <ng-content></ng-content>\n</ids-button>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDButtonComponent } from './button.component';\nimport '@inera/ids-core/components/button/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDButtonComponent\n ],\n exports: [\n IDButtonComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDButtonModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -6,22 +6,25 @@ class IDCardComponent {
|
|
|
6
6
|
constructor() { }
|
|
7
7
|
hideonm = false;
|
|
8
8
|
hideons = false;
|
|
9
|
-
fill =
|
|
9
|
+
fill = false;
|
|
10
|
+
focuscard = false;
|
|
10
11
|
bordertop = 0;
|
|
11
12
|
interactive = false;
|
|
12
13
|
lean = false;
|
|
13
14
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCardComponent, selector: "id-card", inputs: { hideonm: "hideonm", hideons: "hideons", fill: "fill", bordertop: "bordertop", interactive: "interactive", lean: "lean" }, ngImport: i0, template: "<ids-card\n [hideonm]=\"hideonm\"\n [hideons]=\"hideons\"\n [lean]=\"lean\"\n [interactive]=\"interactive\"\n [fill]=\"fill\"\n [bordertop]=\"bordertop\"\n>\n <ng-content></ng-content>\n</ids-card>\n", styles: [":host{display:block}\n"] });
|
|
15
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCardComponent, selector: "id-card", inputs: { hideonm: "hideonm", hideons: "hideons", fill: "fill", focuscard: "focuscard", bordertop: "bordertop", interactive: "interactive", lean: "lean" }, ngImport: i0, template: "<ids-card\n [hideonm]=\"hideonm\"\n [hideons]=\"hideons\"\n [lean]=\"lean\"\n [interactive]=\"interactive\"\n [fill]=\"fill\"\n [focuscard]=\"focuscard\"\n [bordertop]=\"bordertop\"\n>\n <ng-content></ng-content>\n</ids-card>\n", styles: [":host{display:block}\n"] });
|
|
15
16
|
}
|
|
16
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCardComponent, decorators: [{
|
|
17
18
|
type: Component,
|
|
18
|
-
args: [{ selector:
|
|
19
|
+
args: [{ selector: "id-card", template: "<ids-card\n [hideonm]=\"hideonm\"\n [hideons]=\"hideons\"\n [lean]=\"lean\"\n [interactive]=\"interactive\"\n [fill]=\"fill\"\n [focuscard]=\"focuscard\"\n [bordertop]=\"bordertop\"\n>\n <ng-content></ng-content>\n</ids-card>\n", styles: [":host{display:block}\n"] }]
|
|
19
20
|
}], ctorParameters: () => [], propDecorators: { hideonm: [{
|
|
20
21
|
type: Input
|
|
21
22
|
}], hideons: [{
|
|
22
23
|
type: Input
|
|
23
24
|
}], fill: [{
|
|
24
25
|
type: Input
|
|
26
|
+
}], focuscard: [{
|
|
27
|
+
type: Input
|
|
25
28
|
}], bordertop: [{
|
|
26
29
|
type: Input
|
|
27
30
|
}], interactive: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-card.mjs","sources":["../../../projects/ids-angular/components/card/card.component.ts","../../../projects/ids-angular/components/card/card.component.html","../../../projects/ids-angular/components/card/card.module.ts","../../../projects/ids-angular/components/card/inera-ids-angular-components-card.ts"],"sourcesContent":["import { Component, Input } from
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-card.mjs","sources":["../../../projects/ids-angular/components/card/card.component.ts","../../../projects/ids-angular/components/card/card.component.html","../../../projects/ids-angular/components/card/card.module.ts","../../../projects/ids-angular/components/card/inera-ids-angular-components-card.ts"],"sourcesContent":["import { Component, Input } from \"@angular/core\";\n\n@Component({\n selector: \"id-card\",\n templateUrl: \"./card.component.html\",\n styles: [\":host { display: block; }\"]\n})\nexport class IDCardComponent {\n constructor() {}\n\n @Input()\n hideonm: boolean = false;\n\n @Input()\n hideons: boolean = false;\n\n @Input()\n fill: boolean = false;\n\n @Input()\n focuscard: boolean = false;\n\n @Input()\n bordertop: number = 0;\n\n @Input()\n interactive: boolean = false;\n\n @Input()\n lean: boolean = false;\n}\n","<ids-card\n [hideonm]=\"hideonm\"\n [hideons]=\"hideons\"\n [lean]=\"lean\"\n [interactive]=\"interactive\"\n [fill]=\"fill\"\n [focuscard]=\"focuscard\"\n [bordertop]=\"bordertop\"\n>\n <ng-content></ng-content>\n</ids-card>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDCardComponent } from './card.component';\nimport '@inera/ids-core/components/card/register';\n\n@NgModule({\n declarations: [\n IDCardComponent\n ],\n exports: [\n IDCardComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDCardModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,eAAe,CAAA;AAC1B,IAAA,WAAA,GAAA;IAGA,OAAO,GAAY,KAAK;IAGxB,OAAO,GAAY,KAAK;IAGxB,IAAI,GAAY,KAAK;IAGrB,SAAS,GAAY,KAAK;IAG1B,SAAS,GAAW,CAAC;IAGrB,WAAW,GAAY,KAAK;IAG5B,IAAI,GAAY,KAAK;wGAtBV,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,eAAe,2MCP5B,6OAWA,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,CAAA;;4FDJa,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,SAAS;+BACE,SAAS,EAAA,QAAA,EAAA,6OAAA,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA;wDAQnB,OAAO,EAAA,CAAA;sBADN;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,IAAI,EAAA,CAAA;sBADH;gBAID,SAAS,EAAA,CAAA;sBADR;gBAID,SAAS,EAAA,CAAA;sBADR;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,IAAI,EAAA,CAAA;sBADH;;;MEfU,YAAY,CAAA;wGAAZ,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAZ,YAAY,EAAA,YAAA,EAAA,CAPrB,eAAe,CAAA,EAAA,OAAA,EAAA,CAGf,eAAe,CAAA,EAAA,CAAA;yGAIN,YAAY,EAAA,CAAA;;4FAAZ,YAAY,EAAA,UAAA,EAAA,CAAA;kBATxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { TemplateRef,
|
|
2
|
+
import { TemplateRef, ViewChild, CUSTOM_ELEMENTS_SCHEMA, ViewEncapsulation, Component, EventEmitter, Output, ContentChild, Input } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
import '@inera/ids-core/components/dropdown/register';
|
|
@@ -7,10 +7,8 @@ import '@inera/ids-core/components/dropdown/register';
|
|
|
7
7
|
class IDDropdownContentComponent {
|
|
8
8
|
constructor() { }
|
|
9
9
|
template;
|
|
10
|
-
sblock = false;
|
|
11
|
-
mblock = false;
|
|
12
10
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDropdownContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDropdownContentComponent, isStandalone: true, selector: "id-dropdown-content",
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDropdownContentComponent, isStandalone: true, selector: "id-dropdown-content", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: ` <ng-template>
|
|
14
12
|
<ng-content></ng-content>
|
|
15
13
|
</ng-template>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], encapsulation: i0.ViewEncapsulation.None });
|
|
16
14
|
}
|
|
@@ -29,16 +27,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
29
27
|
}], ctorParameters: () => [], propDecorators: { template: [{
|
|
30
28
|
type: ViewChild,
|
|
31
29
|
args: [TemplateRef]
|
|
32
|
-
}], sblock: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], mblock: [{
|
|
35
|
-
type: Input
|
|
36
30
|
}] } });
|
|
37
31
|
|
|
38
32
|
class IDDropdownComponent {
|
|
39
33
|
constructor() { }
|
|
40
34
|
sblock = false;
|
|
41
|
-
|
|
35
|
+
mblock = false;
|
|
42
36
|
persistent = false;
|
|
43
37
|
expanded = false;
|
|
44
38
|
position = "right";
|
|
@@ -57,14 +51,14 @@ class IDDropdownComponent {
|
|
|
57
51
|
this.showChange.emit(this.expanded);
|
|
58
52
|
}
|
|
59
53
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
60
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDropdownComponent, isStandalone: true, selector: "id-dropdown", inputs: { sblock: "sblock",
|
|
54
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDDropdownComponent, isStandalone: true, selector: "id-dropdown", inputs: { sblock: "sblock", mblock: "mblock", persistent: "persistent", expanded: "expanded", position: "position" }, outputs: { onClosed: "onClosed", onOpen: "onOpen", showChange: "showChange" }, queries: [{ propertyName: "dropdownContent", first: true, predicate: IDDropdownContentComponent, descendants: true }], ngImport: i0, template: "<ids-dropdown [attr.persistent]=\"persistent ? true : null\" [attr.position]=\"position\"\n [expanded]=\"expanded ? 'true' : null\" [sblock]=\"sblock\" [mblock]=\"mblock\" (closed)=\"hasClosed($event)\"\n (open)=\"hasOpened($event)\">\n <ng-content></ng-content>\n <ids-dropdown-content *ngIf=\"dropdownContent\">\n <ng-container *ngTemplateOutlet=\"dropdownContent.template\"></ng-container>\n </ids-dropdown-content>\n</ids-dropdown>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
61
55
|
}
|
|
62
56
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDDropdownComponent, decorators: [{
|
|
63
57
|
type: Component,
|
|
64
|
-
args: [{ selector: "id-dropdown", encapsulation: ViewEncapsulation.None, standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-dropdown
|
|
58
|
+
args: [{ selector: "id-dropdown", encapsulation: ViewEncapsulation.None, standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-dropdown [attr.persistent]=\"persistent ? true : null\" [attr.position]=\"position\"\n [expanded]=\"expanded ? 'true' : null\" [sblock]=\"sblock\" [mblock]=\"mblock\" (closed)=\"hasClosed($event)\"\n (open)=\"hasOpened($event)\">\n <ng-content></ng-content>\n <ids-dropdown-content *ngIf=\"dropdownContent\">\n <ng-container *ngTemplateOutlet=\"dropdownContent.template\"></ng-container>\n </ids-dropdown-content>\n</ids-dropdown>" }]
|
|
65
59
|
}], ctorParameters: () => [], propDecorators: { sblock: [{
|
|
66
60
|
type: Input
|
|
67
|
-
}],
|
|
61
|
+
}], mblock: [{
|
|
68
62
|
type: Input
|
|
69
63
|
}], persistent: [{
|
|
70
64
|
type: Input
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-dropdown.mjs","sources":["../../../projects/ids-angular/components/dropdown/dropdown-content.component.ts","../../../projects/ids-angular/components/dropdown/dropdown.component.ts","../../../projects/ids-angular/components/dropdown/dropdown.component.html","../../../projects/ids-angular/components/dropdown/inera-ids-angular-components-dropdown.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild, ViewEncapsulation } from \"@angular/core\";\nimport \"@inera/ids-core/components/dropdown/register\";\n\n@Component({\n selector: \"id-dropdown-content\",\n template: ` <ng-template>\n <ng-content></ng-content>\n </ng-template>`,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n imports: [CommonModule]\n})\nexport class IDDropdownContentComponent {\n constructor() {}\n \n @ViewChild(TemplateRef) template: TemplateRef<any>;\n\n
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-dropdown.mjs","sources":["../../../projects/ids-angular/components/dropdown/dropdown-content.component.ts","../../../projects/ids-angular/components/dropdown/dropdown.component.ts","../../../projects/ids-angular/components/dropdown/dropdown.component.html","../../../projects/ids-angular/components/dropdown/inera-ids-angular-components-dropdown.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input, TemplateRef, ViewChild, ViewEncapsulation } from \"@angular/core\";\nimport \"@inera/ids-core/components/dropdown/register\";\n\n@Component({\n selector: \"id-dropdown-content\",\n template: ` <ng-template>\n <ng-content></ng-content>\n </ng-template>`,\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n imports: [CommonModule]\n})\nexport class IDDropdownContentComponent {\n constructor() {}\n \n @ViewChild(TemplateRef) template: TemplateRef<any>;\n\n}\n","import {\n Component,\n ContentChild,\n CUSTOM_ELEMENTS_SCHEMA,\n EventEmitter,\n Input,\n Output,\n ViewEncapsulation\n} from \"@angular/core\";\nimport { IDDropdownContentComponent } from \"./dropdown-content.component\";\nimport { CommonModule } from \"@angular/common\";\n\n@Component({\n selector: \"id-dropdown\",\n templateUrl: \"./dropdown.component.html\",\n encapsulation: ViewEncapsulation.None,\n standalone: true,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n imports: [CommonModule]\n})\nexport class IDDropdownComponent {\n constructor() { }\n\n @Input()\n sblock: boolean = false;\n\n @Input()\n mblock: boolean = false;\n\n @Input()\n persistent: boolean = false;\n\n @Input()\n expanded: boolean = false;\n\n @Input()\n position: \"left\" | \"right\" = \"right\";\n\n @ContentChild(IDDropdownContentComponent)\n dropdownContent: IDDropdownContentComponent;\n\n @Output()\n onClosed: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n onOpen: EventEmitter<Event> = new EventEmitter();\n\n @Output()\n showChange: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n hasClosed(event: Event) {\n this.expanded = false;\n this.onClosed.emit(event);\n this.showChange.emit(this.expanded);\n }\n hasOpened(event: Event) {\n this.expanded = true;\n this.onOpen.emit(event);\n this.showChange.emit(this.expanded);\n }\n}\n","<ids-dropdown [attr.persistent]=\"persistent ? true : null\" [attr.position]=\"position\"\n [expanded]=\"expanded ? 'true' : null\" [sblock]=\"sblock\" [mblock]=\"mblock\" (closed)=\"hasClosed($event)\"\n (open)=\"hasOpened($event)\">\n <ng-content></ng-content>\n <ids-dropdown-content *ngIf=\"dropdownContent\">\n <ng-container *ngTemplateOutlet=\"dropdownContent.template\"></ng-container>\n </ids-dropdown-content>\n</ids-dropdown>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-footer-1177-admin.mjs","sources":["../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.component.html","../../../projects/ids-angular/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';\nimport '@inera/ids-core/components/footer-1177-admin/register';\n\n\n@Component({\n selector: 'id-footer-1177-admin',\n templateUrl: './footer-1177-admin.component.html',\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDFooter1177AdminComponent {\n\n constructor() { }\n \n @Input()\n servicename: string = '';\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = '2';\n @Input()\n linkcol2: string = '2';\n @Input()\n linkcol3: string = '2';\n\n}\n","<ids-footer-1177-admin \n [servicename]=\"servicename\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\">\n <ng-content></ng-content>\n</ids-footer-1177-admin>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAYa,0BAA0B,CAAA;AAErC,IAAA,WAAA,GAAA;IAGA,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAbX,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAA1B,0BAA0B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZvC,sNAOwB,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDEZ,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAPtC,SAAS;+BACE,sBAAsB,EAAA,UAAA,EAEpB,IAAI,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-footer-1177-admin.mjs","sources":["../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.component.html","../../../projects/ids-angular/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';\nimport '@inera/ids-core/components/footer-1177-admin/register';\n\n\n@Component({\n selector: 'id-footer-1177-admin',\n templateUrl: './footer-1177-admin.component.html',\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDFooter1177AdminComponent {\n\n constructor() { }\n \n @Input()\n servicename: string = '';\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = '2';\n @Input()\n linkcol2: string = '2';\n @Input()\n linkcol3: string = '2';\n\n}\n","<ids-footer-1177-admin \n [servicename]=\"servicename\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\">\n <ng-content></ng-content>\n</ids-footer-1177-admin>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAYa,0BAA0B,CAAA;AAErC,IAAA,WAAA,GAAA;IAGA,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAbX,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAA1B,0BAA0B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZvC,sNAOwB,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDEZ,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAPtC,SAAS;+BACE,sBAAsB,EAAA,UAAA,EAEpB,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,sNAAA,EAAA;wDAOjC,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;AExBH;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-footer-1177-pro.mjs","sources":["../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.html","../../../projects/ids-angular/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-1177-pro/register\";\n\n@Component({\n selector: \"id-footer-1177-pro\",\n templateUrl: \"./footer-1177-pro.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooter1177ProComponent {\n constructor() {}\n\n @Input()\n cols: number = 3;\n}\n","<ids-footer-1177-pro [cols]=\"cols\">\n <ng-content></ng-content>\n</ids-footer-1177-pro>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,wBAAwB,CAAA;AACnC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,CAAC;wGAJL,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXrC,8FAGA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDKY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAPpC,SAAS;+BACE,oBAAoB,EAAA,UAAA,EAElB,IAAI,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-footer-1177-pro.mjs","sources":["../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.html","../../../projects/ids-angular/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-1177-pro/register\";\n\n@Component({\n selector: \"id-footer-1177-pro\",\n templateUrl: \"./footer-1177-pro.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooter1177ProComponent {\n constructor() {}\n\n @Input()\n cols: number = 3;\n}\n","<ids-footer-1177-pro [cols]=\"cols\">\n <ng-content></ng-content>\n</ids-footer-1177-pro>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,wBAAwB,CAAA;AACnC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,CAAC;wGAJL,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXrC,8FAGA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDKY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAPpC,SAAS;+BACE,oBAAoB,EAAA,UAAA,EAElB,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,8FAAA,EAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH;;;AEdH;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-footer-1177.mjs","sources":["../../../projects/ids-angular/components/footer-1177/footer-1177.component.ts","../../../projects/ids-angular/components/footer-1177/footer-1177.component.html","../../../projects/ids-angular/components/footer-1177/inera-ids-angular-components-footer-1177.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';\n\nimport '@inera/ids-core/components/footer-1177/register';\n\n@Component({\n selector: 'id-footer-1177',\n templateUrl: './footer-1177.component.html',\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDFooter1177Component {\n constructor() {}\n\n @Input()\n headline: string = '';\n @Input()\n srheadline: string = '';\n @Input()\n subheadline: string = '';\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = '2';\n @Input()\n linkcol2: string = '2';\n @Input()\n linkcol3: string = '2';\n}\n","<ids-footer-1177 \n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\">\n <ng-content></ng-content>\n</ids-footer-1177>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAYa,qBAAqB,CAAA;AAChC,IAAA,WAAA,GAAA;IAGA,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAhBX,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZlC,oQASkB,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDAN,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACE,gBAAgB,EAAA,UAAA,EAEd,IAAI,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-footer-1177.mjs","sources":["../../../projects/ids-angular/components/footer-1177/footer-1177.component.ts","../../../projects/ids-angular/components/footer-1177/footer-1177.component.html","../../../projects/ids-angular/components/footer-1177/inera-ids-angular-components-footer-1177.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';\n\nimport '@inera/ids-core/components/footer-1177/register';\n\n@Component({\n selector: 'id-footer-1177',\n templateUrl: './footer-1177.component.html',\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDFooter1177Component {\n constructor() {}\n\n @Input()\n headline: string = '';\n @Input()\n srheadline: string = '';\n @Input()\n subheadline: string = '';\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = '2';\n @Input()\n linkcol2: string = '2';\n @Input()\n linkcol3: string = '2';\n}\n","<ids-footer-1177 \n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\">\n <ng-content></ng-content>\n</ids-footer-1177>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAYa,qBAAqB,CAAA;AAChC,IAAA,WAAA,GAAA;IAGA,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAhBX,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZlC,oQASkB,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDAN,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACE,gBAAgB,EAAA,UAAA,EAEd,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,oQAAA,EAAA;wDAMjC,QAAQ,EAAA,CAAA;sBADP;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;AE3BH;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-footer-inera-admin.mjs","sources":["../../../projects/ids-angular/components/footer-inera-admin/footer-inera-admin.component.ts","../../../projects/ids-angular/components/footer-inera-admin/footer-inera-admin.component.html","../../../projects/ids-angular/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-inera-admin/register\";\n\n@Component({\n selector: \"id-footer-inera-admin\",\n templateUrl: \"./footer-inera-admin.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooterIneraAdminComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n @Input()\n headline: string = \"\";\n @Input()\n srheadline: string = \"\";\n @Input()\n subheadline: string = \"\";\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = \"2\";\n @Input()\n linkcol2: string = \"2\";\n @Input()\n linkcol3: string = \"2\";\n}\n","<ids-footer-inera-admin\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera-admin>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,2BAA2B,CAAA;AACtC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,EAAE;IAEjB,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAlBX,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAA3B,2BAA2B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXxC,wSAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDJY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAPvC,SAAS;+BACE,uBAAuB,EAAA,UAAA,EAErB,IAAI,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-footer-inera-admin.mjs","sources":["../../../projects/ids-angular/components/footer-inera-admin/footer-inera-admin.component.ts","../../../projects/ids-angular/components/footer-inera-admin/footer-inera-admin.component.html","../../../projects/ids-angular/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-inera-admin/register\";\n\n@Component({\n selector: \"id-footer-inera-admin\",\n templateUrl: \"./footer-inera-admin.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooterIneraAdminComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n @Input()\n headline: string = \"\";\n @Input()\n srheadline: string = \"\";\n @Input()\n subheadline: string = \"\";\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = \"2\";\n @Input()\n linkcol2: string = \"2\";\n @Input()\n linkcol3: string = \"2\";\n}\n","<ids-footer-inera-admin\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera-admin>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,2BAA2B,CAAA;AACtC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,EAAE;IAEjB,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAlBX,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAA3B,2BAA2B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXxC,wSAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDJY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAPvC,SAAS;+BACE,uBAAuB,EAAA,UAAA,EAErB,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,wSAAA,EAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;AE5BH;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-footer-inera.mjs","sources":["../../../projects/ids-angular/components/footer-inera/footer-inera.component.ts","../../../projects/ids-angular/components/footer-inera/footer-inera.component.html","../../../projects/ids-angular/components/footer-inera/inera-ids-angular-components-footer-inera.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-inera/register\";\n\n@Component({\n selector: \"id-footer-inera\",\n templateUrl: \"./footer-inera.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooterIneraComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n @Input()\n headline: string = \"\";\n @Input()\n srheadline: string = \"\";\n @Input()\n subheadline: string = \"\";\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = \"2\";\n @Input()\n linkcol2: string = \"2\";\n @Input()\n linkcol3: string = \"2\";\n}\n","<ids-footer-inera\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,sBAAsB,CAAA;AACjC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,EAAE;IAEjB,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAlBX,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAAtB,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXnC,4RAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDJY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAPlC,SAAS;+BACE,iBAAiB,EAAA,UAAA,EAEf,IAAI,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-footer-inera.mjs","sources":["../../../projects/ids-angular/components/footer-inera/footer-inera.component.ts","../../../projects/ids-angular/components/footer-inera/footer-inera.component.html","../../../projects/ids-angular/components/footer-inera/inera-ids-angular-components-footer-inera.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-inera/register\";\n\n@Component({\n selector: \"id-footer-inera\",\n templateUrl: \"./footer-inera.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooterIneraComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n @Input()\n headline: string = \"\";\n @Input()\n srheadline: string = \"\";\n @Input()\n subheadline: string = \"\";\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = \"2\";\n @Input()\n linkcol2: string = \"2\";\n @Input()\n linkcol3: string = \"2\";\n}\n","<ids-footer-inera\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,sBAAsB,CAAA;AACjC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,EAAE;IAEjB,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAlBX,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAAtB,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXnC,4RAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDJY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAPlC,SAAS;+BACE,iBAAiB,EAAA,UAAA,EAEf,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,4RAAA,EAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;AE5BH;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-form-checkbox-group.mjs","sources":["../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.component.ts","../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.component.html","../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.module.ts","../../../projects/ids-angular/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-checkbox-group',\n templateUrl: './checkbox-group.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDCheckboxGroupComponent extends IDFormBase implements OnInit {\n\n @Input()\n errorMessage: string | undefined = undefined;\n\n @Input()\n errormessage: string | undefined = undefined;\n\n @Input()\n legend: string | undefined = undefined;\n\n @Input()\n compact: boolean | undefined = undefined;\n\n\n constructor() { \n super();\n }\n\n ngOnInit(): void {\n }\n\n}\n","<ids-checkbox-group \n [legend]=\"legend\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.compact]=\"compact ? true : null\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errorMessage || errormessage\">{{errorMessage}} {{errormessage}}</ids-error-message>\n</ids-checkbox-group>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDCheckboxGroupComponent } from './checkbox-group.component';\nimport '@inera/ids-core/components/form/checkbox/register';\nimport '@inera/ids-core/components/form/error-message/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n IDCheckboxGroupComponent\n ],\n exports: [\n IDCheckboxGroupComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDCheckboxGroupModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;;AAQM,MAAO,wBAAyB,SAAQ,UAAU,CAAA;IAGtD,YAAY,GAAuB,SAAS;IAG5C,YAAY,GAAuB,SAAS;IAG5C,MAAM,GAAuB,SAAS;IAGtC,OAAO,GAAwB,SAAS;AAGxC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;IAGT,QAAQ,GAAA;;wGAnBG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAxB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,wBAAwB,8LCRrC,mVAQA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDAa,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBALpC,SAAS;+BACE,mBAAmB,EAAA,aAAA,EAEd,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,mVAAA,EAAA;wDAKrC,YAAY,EAAA,CAAA;sBADX;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,OAAO,EAAA,CAAA;sBADN;;;MEHU,qBAAqB,CAAA;wGAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-checkbox-group.mjs","sources":["../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.component.ts","../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.component.html","../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.module.ts","../../../projects/ids-angular/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-checkbox-group',\n templateUrl: './checkbox-group.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDCheckboxGroupComponent extends IDFormBase implements OnInit {\n\n @Input()\n errorMessage: string | undefined = undefined;\n\n @Input()\n errormessage: string | undefined = undefined;\n\n @Input()\n legend: string | undefined = undefined;\n\n @Input()\n compact: boolean | undefined = undefined;\n\n\n constructor() { \n super();\n }\n\n ngOnInit(): void {\n }\n\n}\n","<ids-checkbox-group \n [legend]=\"legend\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.compact]=\"compact ? true : null\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errorMessage || errormessage\">{{errorMessage}} {{errormessage}}</ids-error-message>\n</ids-checkbox-group>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDCheckboxGroupComponent } from './checkbox-group.component';\nimport '@inera/ids-core/components/form/checkbox/register';\nimport '@inera/ids-core/components/form/error-message/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n IDCheckboxGroupComponent\n ],\n exports: [\n IDCheckboxGroupComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDCheckboxGroupModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;;AAQM,MAAO,wBAAyB,SAAQ,UAAU,CAAA;IAGtD,YAAY,GAAuB,SAAS;IAG5C,YAAY,GAAuB,SAAS;IAG5C,MAAM,GAAuB,SAAS;IAGtC,OAAO,GAAwB,SAAS;AAGxC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;IAGT,QAAQ,GAAA;;wGAnBG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAxB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,wBAAwB,8LCRrC,mVAQA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDAa,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBALpC,SAAS;+BACE,mBAAmB,EAAA,aAAA,EAEd,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,mVAAA,EAAA;wDAKrC,YAAY,EAAA,CAAA;sBADX;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,OAAO,EAAA,CAAA;sBADN;;;MEHU,qBAAqB,CAAA;wGAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,EAAA,YAAA,EAAA,CAP9B,wBAAwB,CAAA,EAAA,OAAA,EAAA,CAFhB,YAAY,aAKpB,wBAAwB,CAAA,EAAA,CAAA;AAIf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,YATtB,YAAY,CAAA,EAAA,CAAA;;4FASX,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAVjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACfD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-form-error-message.mjs","sources":["../../../projects/ids-angular/components/form/error-message/error-message.component.ts","../../../projects/ids-angular/components/form/error-message/error-message.component.html","../../../projects/ids-angular/components/form/error-message/error-message.module.ts","../../../projects/ids-angular/components/form/error-message/inera-ids-angular-components-form-error-message.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewContainerRef, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-error-message',\n templateUrl: './error-message.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDErrorMessageComponent implements OnInit {\n\n constructor(private readonly viewRef: ViewContainerRef) {\n this.viewRef.element.nativeElement.setAttribute('slot', 'error-msg');\n }\n\n @Input()\n show: boolean = false;\n\n ngOnInit(): void {\n }\n\n}\n","<ids-error-message [show]=\"show ? true : null\">\n <ng-content></ng-content>\n</ids-error-message>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDErrorMessageComponent } from './error-message.component';\nimport '@inera/ids-core/components/form/error-message/register';\n\n@NgModule({\n declarations: [\n IDErrorMessageComponent\n ],\n exports: [\n IDErrorMessageComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDErrorMessageModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,uBAAuB,CAAA;AAEL,IAAA,OAAA;AAA7B,IAAA,WAAA,CAA6B,OAAyB,EAAA;QAAzB,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-error-message.mjs","sources":["../../../projects/ids-angular/components/form/error-message/error-message.component.ts","../../../projects/ids-angular/components/form/error-message/error-message.component.html","../../../projects/ids-angular/components/form/error-message/error-message.module.ts","../../../projects/ids-angular/components/form/error-message/inera-ids-angular-components-form-error-message.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewContainerRef, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-error-message',\n templateUrl: './error-message.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDErrorMessageComponent implements OnInit {\n\n constructor(private readonly viewRef: ViewContainerRef) {\n this.viewRef.element.nativeElement.setAttribute('slot', 'error-msg');\n }\n\n @Input()\n show: boolean = false;\n\n ngOnInit(): void {\n }\n\n}\n","<ids-error-message [show]=\"show ? true : null\">\n <ng-content></ng-content>\n</ids-error-message>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDErrorMessageComponent } from './error-message.component';\nimport '@inera/ids-core/components/form/error-message/register';\n\n@NgModule({\n declarations: [\n IDErrorMessageComponent\n ],\n exports: [\n IDErrorMessageComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDErrorMessageModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,uBAAuB,CAAA;AAEL,IAAA,OAAA;AAA7B,IAAA,WAAA,CAA6B,OAAyB,EAAA;QAAzB,IAAA,CAAA,OAAO,GAAP,OAAO;AAClC,QAAA,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC,MAAM,EAAE,WAAW,CAAC;;IAItE,IAAI,GAAY,KAAK;IAErB,QAAQ,GAAA;;wGATG,uBAAuB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAvB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,uBAAuB,kFCPpC,sGAEoB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKP,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBALnC,SAAS;+BACE,kBAAkB,EAAA,aAAA,EAEb,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,sGAAA,EAAA;qFASrC,IAAI,EAAA,CAAA;sBADH;;;MEAU,oBAAoB,CAAA;wGAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAApB,oBAAoB,EAAA,YAAA,EAAA,CAP7B,uBAAuB,CAAA,EAAA,OAAA,EAAA,CAGvB,uBAAuB,CAAA,EAAA,CAAA;yGAId,oBAAoB,EAAA,CAAA;;4FAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAThC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-form-input.mjs","sources":["../../../projects/ids-angular/components/form/input/input.component.ts","../../../projects/ids-angular/components/form/input/input.component.html","../../../projects/ids-angular/components/form/input/input.module.ts","../../../projects/ids-angular/components/form/input/inera-ids-angular-components-form-input.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-input\",\n templateUrl: \"./input.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDInputComponent extends IDFormBase {\n @Input()\n autofocus: boolean = false;\n\n @Input()\n showsearchlabel: boolean = false;\n\n constructor() {\n super();\n }\n}\n","<ids-input\n [invalid]=\"invalid\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.light]=\"light ? true : null\"\n [attr.showsearchlabel]=\"showsearchlabel ? true : null\"\n [attr.autofocus]=\"autofocus ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-input>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDInputComponent } from './input.component';\nimport '@inera/ids-core/components/form/input/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDInputComponent\n ],\n exports: [\n IDInputComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDInputModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAQM,MAAO,gBAAiB,SAAQ,UAAU,CAAA;IAE9C,SAAS,GAAY,KAAK;IAG1B,eAAe,GAAY,KAAK;AAEhC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;wGARE,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,+ICR7B,2WAUA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDFa,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,aAAA,EAEL,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,2WAAA,EAAA;wDAIrC,SAAS,EAAA,CAAA;sBADR;gBAID,eAAe,EAAA,CAAA;sBADd;;;MEGU,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-input.mjs","sources":["../../../projects/ids-angular/components/form/input/input.component.ts","../../../projects/ids-angular/components/form/input/input.component.html","../../../projects/ids-angular/components/form/input/input.module.ts","../../../projects/ids-angular/components/form/input/inera-ids-angular-components-form-input.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-input\",\n templateUrl: \"./input.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDInputComponent extends IDFormBase {\n @Input()\n autofocus: boolean = false;\n\n @Input()\n showsearchlabel: boolean = false;\n\n constructor() {\n super();\n }\n}\n","<ids-input\n [invalid]=\"invalid\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.light]=\"light ? true : null\"\n [attr.showsearchlabel]=\"showsearchlabel ? true : null\"\n [attr.autofocus]=\"autofocus ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-input>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDInputComponent } from './input.component';\nimport '@inera/ids-core/components/form/input/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDInputComponent\n ],\n exports: [\n IDInputComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDInputModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAQM,MAAO,gBAAiB,SAAQ,UAAU,CAAA;IAE9C,SAAS,GAAY,KAAK;IAG1B,eAAe,GAAY,KAAK;AAEhC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;wGARE,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,+ICR7B,2WAUA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDFa,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,aAAA,EAEL,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,2WAAA,EAAA;wDAIrC,SAAS,EAAA,CAAA;sBADR;gBAID,eAAe,EAAA,CAAA;sBADd;;;MEGU,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,EAAA,YAAA,EAAA,CARtB,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAKR,YAAY,aAFpB,gBAAgB,CAAA,EAAA,CAAA;AAKP,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,YAHd,YAAY,CAAA,EAAA,CAAA;;4FAGX,aAAa,EAAA,UAAA,EAAA,CAAA;kBAVzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACdD;;AAEG;;;;"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Input, ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
3
|
+
import { IDFormBase } from '@inera/ids-angular/common';
|
|
4
|
+
import '@inera/ids-core/components/form/radio-button/register';
|
|
5
|
+
import { CommonModule } from '@angular/common';
|
|
6
|
+
|
|
7
|
+
class IDRadioButtonGroupComponent extends IDFormBase {
|
|
8
|
+
name = undefined;
|
|
9
|
+
legend = undefined;
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRadioButtonGroupComponent, selector: "id-radio-button-group", inputs: { name: "name", legend: "legend" }, usesInheritance: true, ngImport: i0, template: "<ids-radio-button-group [name]=\"name\" [legend]=\"legend\">\n <ng-content></ng-content>\n</ids-radio-button-group>\n", encapsulation: i0.ViewEncapsulation.None });
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonGroupComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{ selector: "id-radio-button-group", encapsulation: ViewEncapsulation.None, template: "<ids-radio-button-group [name]=\"name\" [legend]=\"legend\">\n <ng-content></ng-content>\n</ids-radio-button-group>\n" }]
|
|
16
|
+
}], propDecorators: { name: [{
|
|
17
|
+
type: Input
|
|
18
|
+
}], legend: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}] } });
|
|
21
|
+
|
|
22
|
+
class IDRadioButtonComponent extends IDFormBase {
|
|
23
|
+
icon = "";
|
|
24
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRadioButtonComponent, selector: "id-radio-button", inputs: { icon: "icon" }, usesInheritance: true, ngImport: i0, template: "<ids-radio-button [icon]=\"icon\">\n <ng-content></ng-content>\n</ids-radio-button>\n", encapsulation: i0.ViewEncapsulation.None });
|
|
26
|
+
}
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonComponent, decorators: [{
|
|
28
|
+
type: Component,
|
|
29
|
+
args: [{ selector: "id-radio-button", encapsulation: ViewEncapsulation.None, template: "<ids-radio-button [icon]=\"icon\">\n <ng-content></ng-content>\n</ids-radio-button>\n" }]
|
|
30
|
+
}], propDecorators: { icon: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}] } });
|
|
33
|
+
|
|
34
|
+
class IDRadioButtonModule {
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
36
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent], imports: [CommonModule], exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent] });
|
|
37
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, imports: [CommonModule] });
|
|
38
|
+
}
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, decorators: [{
|
|
40
|
+
type: NgModule,
|
|
41
|
+
args: [{
|
|
42
|
+
imports: [CommonModule],
|
|
43
|
+
declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent],
|
|
44
|
+
exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent],
|
|
45
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
46
|
+
}]
|
|
47
|
+
}] });
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Generated bundle index. Do not edit.
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
export { IDRadioButtonComponent, IDRadioButtonGroupComponent, IDRadioButtonModule };
|
|
54
|
+
//# sourceMappingURL=inera-ids-angular-components-form-radio-button.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-radio-button.mjs","sources":["../../../projects/ids-angular/components/form/radio-button/radio-button-group.component.ts","../../../projects/ids-angular/components/form/radio-button/radio-button-group.component.html","../../../projects/ids-angular/components/form/radio-button/radio-button.component.ts","../../../projects/ids-angular/components/form/radio-button/radio-button.component.html","../../../projects/ids-angular/components/form/radio-button/radio-button.module.ts","../../../projects/ids-angular/components/form/radio-button/inera-ids-angular-components-form-radio-button.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-radio-button-group\",\n templateUrl: \"./radio-button-group.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDRadioButtonGroupComponent extends IDFormBase {\n @Input()\n name: string | undefined = undefined;\n\n @Input()\n legend: string | undefined = undefined;\n}\n","<ids-radio-button-group [name]=\"name\" [legend]=\"legend\">\n <ng-content></ng-content>\n</ids-radio-button-group>\n","import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-radio-button\",\n templateUrl: \"./radio-button.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDRadioButtonComponent extends IDFormBase {\n @Input()\n icon: string = \"\";\n}\n","<ids-radio-button [icon]=\"icon\">\n <ng-content></ng-content>\n</ids-radio-button>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDRadioButtonComponent } from \"./radio-button.component\";\nimport \"@inera/ids-core/components/form/radio-button/register\";\nimport { IDRadioButtonGroupComponent } from \"./radio-button-group.component\";\nimport { CommonModule } from \"@angular/common\";\n\n@NgModule({\n imports: [CommonModule],\n declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent],\n exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDRadioButtonModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAQM,MAAO,2BAA4B,SAAQ,UAAU,CAAA;IAEzD,IAAI,GAAuB,SAAS;IAGpC,MAAM,GAAuB,SAAS;wGAL3B,2BAA2B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA3B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,2BAA2B,gICRxC,wHAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKa,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBALvC,SAAS;+BACE,uBAAuB,EAAA,aAAA,EAElB,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,wHAAA,EAAA;8BAIrC,IAAI,EAAA,CAAA;sBADH;gBAID,MAAM,EAAA,CAAA;sBADL;;;AEJG,MAAO,sBAAuB,SAAQ,UAAU,CAAA;IAEpD,IAAI,GAAW,EAAE;wGAFN,sBAAsB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,wGCRnC,wFAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,iBAAiB,EAAA,aAAA,EAEZ,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,wFAAA,EAAA;8BAIrC,IAAI,EAAA,CAAA;sBADH;;;MEGU,mBAAmB,CAAA;wGAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAnB,mBAAmB,EAAA,YAAA,EAAA,CAJf,sBAAsB,EAAE,2BAA2B,aADxD,YAAY,CAAA,EAAA,OAAA,EAAA,CAEZ,sBAAsB,EAAE,2BAA2B,CAAA,EAAA,CAAA;AAGlD,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,YALpB,YAAY,CAAA,EAAA,CAAA;;4FAKX,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAN/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE,CAAC,sBAAsB,EAAE,2BAA2B,CAAC;AACnE,oBAAA,OAAO,EAAE,CAAC,sBAAsB,EAAE,2BAA2B,CAAC;oBAC9D,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACXD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-form-select-multiple.mjs","sources":["../../../projects/ids-angular/components/form/select-multiple/select-multiple.component.ts","../../../projects/ids-angular/components/form/select-multiple/select-multiple.component.html","../../../projects/ids-angular/components/form/select-multiple/select-multiple.module.ts","../../../projects/ids-angular/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-select-multiple',\n templateUrl: './select-multiple.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDSelectMultipleComponent extends IDFormBase {\n\n @Input()\n labeltext: string | undefined = undefined;\n\n @Input()\n disabled: boolean = false;\n\n @Input()\n ariadisabled: boolean = false;\n\n @Input()\n errormessage: string | undefined = undefined;\n\n @Input()\n maxheight: string | undefined = undefined;\n\n @Input()\n placeholder: string = '';\n\n @Input()\n selectedlabel: string = '';\n\n @Input()\n multiselectedlabel: string = '';\n\n}\n","<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDSelectMultipleComponent, } from './select-multiple.component';\nimport '@inera/ids-core/components/form/select-multiple/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [\n CommonModule\n ],\n declarations: [\n IDSelectMultipleComponent\n ],\n exports: [\n IDSelectMultipleComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDSelectMultipleModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;AAQM,MAAO,yBAA0B,SAAQ,UAAU,CAAA;IAGvD,SAAS,GAAuB,SAAS;IAGzC,QAAQ,GAAY,KAAK;IAGzB,YAAY,GAAY,KAAK;IAG7B,YAAY,GAAuB,SAAS;IAG5C,SAAS,GAAuB,SAAS;IAGzC,WAAW,GAAW,EAAE;IAGxB,aAAa,GAAW,EAAE;IAG1B,kBAAkB,GAAW,EAAE;wGAxBpB,yBAAyB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yBAAyB,qUCRtC,0nBAgBA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDRa,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBALrC,SAAS;+BACE,oBAAoB,EAAA,aAAA,EAEf,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,0nBAAA,EAAA;8BAKrC,SAAS,EAAA,CAAA;sBADR;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,SAAS,EAAA,CAAA;sBADR;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,aAAa,EAAA,CAAA;sBADZ;gBAID,kBAAkB,EAAA,CAAA;sBADjB;;;MEdU,sBAAsB,CAAA;wGAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-select-multiple.mjs","sources":["../../../projects/ids-angular/components/form/select-multiple/select-multiple.component.ts","../../../projects/ids-angular/components/form/select-multiple/select-multiple.component.html","../../../projects/ids-angular/components/form/select-multiple/select-multiple.module.ts","../../../projects/ids-angular/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-select-multiple',\n templateUrl: './select-multiple.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDSelectMultipleComponent extends IDFormBase {\n\n @Input()\n labeltext: string | undefined = undefined;\n\n @Input()\n disabled: boolean = false;\n\n @Input()\n ariadisabled: boolean = false;\n\n @Input()\n errormessage: string | undefined = undefined;\n\n @Input()\n maxheight: string | undefined = undefined;\n\n @Input()\n placeholder: string = '';\n\n @Input()\n selectedlabel: string = '';\n\n @Input()\n multiselectedlabel: string = '';\n\n}\n","<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDSelectMultipleComponent, } from './select-multiple.component';\nimport '@inera/ids-core/components/form/select-multiple/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [\n CommonModule\n ],\n declarations: [\n IDSelectMultipleComponent\n ],\n exports: [\n IDSelectMultipleComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDSelectMultipleModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;AAQM,MAAO,yBAA0B,SAAQ,UAAU,CAAA;IAGvD,SAAS,GAAuB,SAAS;IAGzC,QAAQ,GAAY,KAAK;IAGzB,YAAY,GAAY,KAAK;IAG7B,YAAY,GAAuB,SAAS;IAG5C,SAAS,GAAuB,SAAS;IAGzC,WAAW,GAAW,EAAE;IAGxB,aAAa,GAAW,EAAE;IAG1B,kBAAkB,GAAW,EAAE;wGAxBpB,yBAAyB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,yBAAyB,qUCRtC,0nBAgBA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDRa,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBALrC,SAAS;+BACE,oBAAoB,EAAA,aAAA,EAEf,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,0nBAAA,EAAA;8BAKrC,SAAS,EAAA,CAAA;sBADR;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,SAAS,EAAA,CAAA;sBADR;gBAID,WAAW,EAAA,CAAA;sBADV;gBAID,aAAa,EAAA,CAAA;sBADZ;gBAID,kBAAkB,EAAA,CAAA;sBADjB;;;MEdU,sBAAsB,CAAA;wGAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,EAAA,YAAA,EAAA,CAP/B,yBAAyB,CAAA,EAAA,OAAA,EAAA,CAHzB,YAAY,aAMZ,yBAAyB,CAAA,EAAA,CAAA;AAIhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,YAV/B,YAAY,CAAA,EAAA,CAAA;;4FAUH,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAZlC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;AACD,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;AChBD;;AAEG;;;;"}
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
3
3
|
import { IDFormBase } from '@inera/ids-angular/common';
|
|
4
4
|
import '@inera/ids-core/components/form/select/register';
|
|
5
5
|
|
|
6
6
|
class IDSelectComponent extends IDFormBase {
|
|
7
|
-
nooptiondescriber = false;
|
|
8
7
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDSelectComponent, selector: "id-select",
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDSelectComponent, selector: "id-select", usesInheritance: true, ngImport: i0, template: "<ids-select\n [invalid]=\"invalid\"\n [srof]=\"srof\"\n [attr.light]=\"light ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-select>\n", encapsulation: i0.ViewEncapsulation.None });
|
|
10
9
|
}
|
|
11
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectComponent, decorators: [{
|
|
12
11
|
type: Component,
|
|
13
|
-
args: [{ selector:
|
|
14
|
-
}]
|
|
15
|
-
type: Input
|
|
16
|
-
}] } });
|
|
12
|
+
args: [{ selector: "id-select", encapsulation: ViewEncapsulation.None, template: "<ids-select\n [invalid]=\"invalid\"\n [srof]=\"srof\"\n [attr.light]=\"light ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-select>\n" }]
|
|
13
|
+
}] });
|
|
17
14
|
|
|
18
15
|
class IDSelectModule {
|
|
19
16
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-form-select.mjs","sources":["../../../projects/ids-angular/components/form/select/select.component.ts","../../../projects/ids-angular/components/form/select/select.component.html","../../../projects/ids-angular/components/form/select/select.module.ts","../../../projects/ids-angular/components/form/select/inera-ids-angular-components-form-select.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-select.mjs","sources":["../../../projects/ids-angular/components/form/select/select.component.ts","../../../projects/ids-angular/components/form/select/select.component.html","../../../projects/ids-angular/components/form/select/select.module.ts","../../../projects/ids-angular/components/form/select/inera-ids-angular-components-form-select.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-select\",\n templateUrl: \"./select.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDSelectComponent extends IDFormBase {}\n","<ids-select\n [invalid]=\"invalid\"\n [srof]=\"srof\"\n [attr.light]=\"light ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-select>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDSelectComponent } from './select.component';\nimport '@inera/ids-core/components/form/select/register';\n\n@NgModule({\n declarations: [\n IDSelectComponent\n ],\n exports: [\n IDSelectComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDSelectModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAQM,MAAO,iBAAkB,SAAQ,UAAU,CAAA;wGAApC,iBAAiB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAjB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,iBAAiB,wECR9B,oRASA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDDa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAL7B,SAAS;+BACE,WAAW,EAAA,aAAA,EAEN,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,oRAAA,EAAA;;;MEO1B,cAAc,CAAA;wGAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAd,cAAc,EAAA,YAAA,EAAA,CAPvB,iBAAiB,CAAA,EAAA,OAAA,EAAA,CAGjB,iBAAiB,CAAA,EAAA,CAAA;yGAIR,cAAc,EAAA,CAAA;;4FAAd,cAAc,EAAA,UAAA,EAAA,CAAA;kBAT1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-form-textarea.mjs","sources":["../../../projects/ids-angular/components/form/textarea/textarea.component.ts","../../../projects/ids-angular/components/form/textarea/textarea.component.html","../../../projects/ids-angular/components/form/textarea/textarea.module.ts","../../../projects/ids-angular/components/form/textarea/inera-ids-angular-components-form-textarea.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-textarea',\n templateUrl: './textarea.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDTextareaComponent extends IDFormBase {\n\n @Input()\n block: Boolean = false;\n\n @Input()\n autosize: Boolean = false;\n\n constructor() {\n super();\n }\n\n}\n","<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDTextareaComponent } from './textarea.component';\nimport '@inera/ids-core/components/form/textarea/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDTextareaComponent\n ],\n exports: [\n IDTextareaComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDTextareaModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;AAQM,MAAO,mBAAoB,SAAQ,UAAU,CAAA;IAGjD,KAAK,GAAY,KAAK;IAGtB,QAAQ,GAAY,KAAK;AAEzB,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;wGATE,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,4HCRhC,8ZAUe,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,SAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDFF,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,SAAS;+BACE,aAAa,EAAA,aAAA,EAER,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,8ZAAA,EAAA;wDAKrC,KAAK,EAAA,CAAA;sBADJ;gBAID,QAAQ,EAAA,CAAA;sBADP;;;MEEU,gBAAgB,CAAA;wGAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gBAAgB,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-form-textarea.mjs","sources":["../../../projects/ids-angular/components/form/textarea/textarea.component.ts","../../../projects/ids-angular/components/form/textarea/textarea.component.html","../../../projects/ids-angular/components/form/textarea/textarea.module.ts","../../../projects/ids-angular/components/form/textarea/inera-ids-angular-components-form-textarea.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-textarea',\n templateUrl: './textarea.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDTextareaComponent extends IDFormBase {\n\n @Input()\n block: Boolean = false;\n\n @Input()\n autosize: Boolean = false;\n\n constructor() {\n super();\n }\n\n}\n","<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDTextareaComponent } from './textarea.component';\nimport '@inera/ids-core/components/form/textarea/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDTextareaComponent\n ],\n exports: [\n IDTextareaComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDTextareaModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;AAQM,MAAO,mBAAoB,SAAQ,UAAU,CAAA;IAGjD,KAAK,GAAY,KAAK;IAGtB,QAAQ,GAAY,KAAK;AAEzB,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;wGATE,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,4HCRhC,8ZAUe,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,SAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDFF,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,SAAS;+BACE,aAAa,EAAA,aAAA,EAER,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,8ZAAA,EAAA;wDAKrC,KAAK,EAAA,CAAA;sBADJ;gBAID,QAAQ,EAAA,CAAA;sBADP;;;MEEU,gBAAgB,CAAA;wGAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gBAAgB,EAAA,YAAA,EAAA,CARzB,mBAAmB,CAAA,EAAA,OAAA,EAAA,CAKX,YAAY,aAFpB,mBAAmB,CAAA,EAAA,CAAA;AAKV,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gBAAgB,YAHjB,YAAY,CAAA,EAAA,CAAA;;4FAGX,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAV5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACdD;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-grid-column.mjs","sources":["../../../projects/ids-angular/components/grid/column/column.component.ts","../../../projects/ids-angular/components/grid/column/column.component.html","../../../projects/ids-angular/components/grid/column/column.module.ts","../../../projects/ids-angular/components/grid/column/inera-ids-angular-components-grid-column.ts"],"sourcesContent":["import { Component, ElementRef, Input, OnInit, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-col',\n templateUrl: './column.component.html',\n encapsulation: ViewEncapsulation.None,\n styles: ['id-col { display: contents; }']\n})\nexport class IDColumnComponent {\n\n @Input()\n cols: string = \"\"\n\n @Input()\n offset: string | null = null\n\n @Input()\n m: string = \"\"\n\n @Input()\n mOffset: string | null = null\n \n @Input()\n s: string = \"\"\n\n @Input()\n sOffset: string | null = null\n\n @Input()\n align: string = \"\"\n\n @Input()\n class: string = \"\"\n\n @Input()\n style: string | null = null\n\n constructor (private _elementRef : ElementRef) {\n this._elementRef.nativeElement.removeAttribute('style');\n }\n\n}\n","<ids-col \n [attr.cols]=\"cols\"\n [attr.offset]=\"offset\"\n [attr.m]=\"m\" \n [attr.moffset]=\"[mOffset]\"\n [attr.s]=\"s\" \n [attr.soffset]=\"[sOffset]\"\n [attr.align]=\"align\"\n [attr.style]=\"style\"\n [attr.class]=\"class\">\n <ng-content></ng-content>\n</ids-col>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDColumnComponent } from './column.component';\nimport '@inera/ids-core/components/grid/column/register';\n\n@NgModule({\n declarations: [\n IDColumnComponent\n ],\n exports: [\n IDColumnComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDColumnModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAQa,iBAAiB,CAAA;AA6BP,IAAA,WAAA;IA1BrB,IAAI,GAAW,EAAE;IAGjB,MAAM,GAAkB,IAAI;IAG5B,CAAC,GAAW,EAAE;IAGd,OAAO,GAAkB,IAAI;IAG7B,CAAC,GAAW,EAAE;IAGd,OAAO,GAAkB,IAAI;IAG7B,KAAK,GAAW,EAAE;IAGlB,KAAK,GAAW,EAAE;IAGlB,KAAK,GAAkB,IAAI;AAE3B,IAAA,WAAA,CAAqB,WAAwB,EAAA;QAAxB,
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-grid-column.mjs","sources":["../../../projects/ids-angular/components/grid/column/column.component.ts","../../../projects/ids-angular/components/grid/column/column.component.html","../../../projects/ids-angular/components/grid/column/column.module.ts","../../../projects/ids-angular/components/grid/column/inera-ids-angular-components-grid-column.ts"],"sourcesContent":["import { Component, ElementRef, Input, OnInit, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-col',\n templateUrl: './column.component.html',\n encapsulation: ViewEncapsulation.None,\n styles: ['id-col { display: contents; }']\n})\nexport class IDColumnComponent {\n\n @Input()\n cols: string = \"\"\n\n @Input()\n offset: string | null = null\n\n @Input()\n m: string = \"\"\n\n @Input()\n mOffset: string | null = null\n \n @Input()\n s: string = \"\"\n\n @Input()\n sOffset: string | null = null\n\n @Input()\n align: string = \"\"\n\n @Input()\n class: string = \"\"\n\n @Input()\n style: string | null = null\n\n constructor (private _elementRef : ElementRef) {\n this._elementRef.nativeElement.removeAttribute('style');\n }\n\n}\n","<ids-col \n [attr.cols]=\"cols\"\n [attr.offset]=\"offset\"\n [attr.m]=\"m\" \n [attr.moffset]=\"[mOffset]\"\n [attr.s]=\"s\" \n [attr.soffset]=\"[sOffset]\"\n [attr.align]=\"align\"\n [attr.style]=\"style\"\n [attr.class]=\"class\">\n <ng-content></ng-content>\n</ids-col>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDColumnComponent } from './column.component';\nimport '@inera/ids-core/components/grid/column/register';\n\n@NgModule({\n declarations: [\n IDColumnComponent\n ],\n exports: [\n IDColumnComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDColumnModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAQa,iBAAiB,CAAA;AA6BP,IAAA,WAAA;IA1BrB,IAAI,GAAW,EAAE;IAGjB,MAAM,GAAkB,IAAI;IAG5B,CAAC,GAAW,EAAE;IAGd,OAAO,GAAkB,IAAI;IAG7B,CAAC,GAAW,EAAE;IAGd,OAAO,GAAkB,IAAI;IAG7B,KAAK,GAAW,EAAE;IAGlB,KAAK,GAAW,EAAE;IAGlB,KAAK,GAAkB,IAAI;AAE3B,IAAA,WAAA,CAAqB,WAAwB,EAAA;QAAxB,IAAA,CAAA,WAAW,GAAX,WAAW;QAC9B,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,eAAe,CAAC,OAAO,CAAC;;wGA9B9C,iBAAiB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAjB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,iBAAiB,kMCR9B,6RAWU,EAAA,MAAA,EAAA,CAAA,4BAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDHG,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAN7B,SAAS;+BACE,QAAQ,EAAA,aAAA,EAEH,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,6RAAA,EAAA,MAAA,EAAA,CAAA,4BAAA,CAAA,EAAA;+EAMrC,IAAI,EAAA,CAAA;sBADH;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,CAAC,EAAA,CAAA;sBADA;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,CAAC,EAAA,CAAA;sBADA;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,KAAK,EAAA,CAAA;sBADJ;gBAID,KAAK,EAAA,CAAA;sBADJ;gBAID,KAAK,EAAA,CAAA;sBADJ;;;MErBU,cAAc,CAAA;wGAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAd,cAAc,EAAA,YAAA,EAAA,CAPvB,iBAAiB,CAAA,EAAA,OAAA,EAAA,CAGjB,iBAAiB,CAAA,EAAA,CAAA;yGAIR,cAAc,EAAA,CAAA;;4FAAd,cAAc,EAAA,UAAA,EAAA,CAAA;kBAT1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
|