@inera/ids-angular 3.1.1 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/inera-ids-angular.umd.js +3404 -3403
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/inera-ids-angular.js +4 -4
- package/esm2015/lib/classes/header/IDHeaderAvatar.js +23 -23
- package/esm2015/lib/classes/header/IDHeaderAvatarProps.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderItem.js +17 -17
- package/esm2015/lib/classes/header/IDHeaderItemProps.js +1 -1
- package/esm2015/lib/classes/header/IDHeaderNavItem.js +32 -32
- package/esm2015/lib/classes/header/IDHeaderNavItemProps.js +1 -1
- package/esm2015/lib/classes/icon/IDIcon.js +38 -38
- package/esm2015/lib/classes/icon/IDIconProps.js +1 -1
- package/esm2015/lib/classes/link/IDLink.js +24 -24
- package/esm2015/lib/classes/link/IDLinkFunction.js +17 -17
- package/esm2015/lib/classes/link/IDLinkProps.js +2 -2
- package/esm2015/lib/classes/link/IDLinkRoute.js +27 -27
- package/esm2015/lib/classes/link/IDLinkWeb.js +22 -22
- package/esm2015/lib/classes/mobile/MobileMenuItem.js +40 -40
- package/esm2015/lib/classes/mobile/MobileMenuItemProps.js +1 -1
- package/esm2015/lib/classes/notification-badge.js +16 -16
- package/esm2015/lib/components/agent/agent.component.js +33 -33
- package/esm2015/lib/components/agent/agent.module.js +24 -24
- package/esm2015/lib/components/alert/alert.component.js +53 -53
- package/esm2015/lib/components/alert/alert.module.js +23 -23
- package/esm2015/lib/components/alert-global/alert-global.component.js +39 -39
- package/esm2015/lib/components/alert-global/alert-global.module.js +23 -23
- package/esm2015/lib/components/badge/badge.component.js +19 -19
- package/esm2015/lib/components/badge/badge.module.js +22 -22
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +33 -33
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.module.js +29 -29
- package/esm2015/lib/components/button/button.component.js +80 -80
- package/esm2015/lib/components/button/button.module.js +25 -25
- package/esm2015/lib/components/button-group/button-group.component.js +23 -23
- package/esm2015/lib/components/button-group/button-group.module.js +21 -21
- package/esm2015/lib/components/card/card.component.js +26 -26
- package/esm2015/lib/components/card/card.module.js +22 -22
- package/esm2015/lib/components/carousel/carousel-item/carousel-item.component.js +25 -25
- package/esm2015/lib/components/carousel/carousel.component.js +28 -28
- package/esm2015/lib/components/carousel/carousel.module.js +27 -27
- package/esm2015/lib/components/date-label/date-label.component.js +32 -32
- package/esm2015/lib/components/date-label/date-label.module.js +21 -21
- package/esm2015/lib/components/dialog/actions/dialog-actions.component.js +16 -16
- package/esm2015/lib/components/dialog/dialog.component.js +50 -50
- package/esm2015/lib/components/dialog/dialog.module.js +27 -27
- package/esm2015/lib/components/expandable/expandable.component.js +29 -29
- package/esm2015/lib/components/expandable/expandable.module.js +22 -22
- package/esm2015/lib/components/footer/footer.component.js +45 -45
- package/esm2015/lib/components/footer/footer.module.js +25 -25
- package/esm2015/lib/components/form/base/IDFormBase.js +22 -22
- package/esm2015/lib/components/form/checkbox/checkbox.component.js +21 -21
- package/esm2015/lib/components/form/checkbox/checkbox.module.js +21 -21
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.component.js +30 -30
- package/esm2015/lib/components/form/checkbox-group/checkbox-group.module.js +24 -24
- package/esm2015/lib/components/form/error-message/error-message.component.js +20 -20
- package/esm2015/lib/components/form/error-message/error-message.module.js +21 -21
- package/esm2015/lib/components/form/input/input.component.js +21 -21
- package/esm2015/lib/components/form/input/input.module.js +23 -23
- package/esm2015/lib/components/form/radio/radio-group.component.js +29 -29
- package/esm2015/lib/components/form/radio/radio.component.js +15 -15
- package/esm2015/lib/components/form/radio/radio.module.js +32 -32
- package/esm2015/lib/components/form/range/range.component.js +19 -19
- package/esm2015/lib/components/form/range/range.module.js +21 -21
- package/esm2015/lib/components/form/select/select.component.js +15 -15
- package/esm2015/lib/components/form/select/select.module.js +21 -21
- package/esm2015/lib/components/form/select-multiple/select-multiple.component.js +37 -37
- package/esm2015/lib/components/form/select-multiple/select-multiple.module.js +28 -28
- package/esm2015/lib/components/form/spinner/spinner.component.js +22 -22
- package/esm2015/lib/components/form/spinner/spinner.module.js +21 -21
- package/esm2015/lib/components/form/textarea/textarea.component.js +21 -21
- package/esm2015/lib/components/form/textarea/textarea.module.js +21 -21
- package/esm2015/lib/components/form/time/time.component.js +15 -15
- package/esm2015/lib/components/form/time/time.module.js +21 -21
- package/esm2015/lib/components/form/toggle/toggle.component.js +16 -16
- package/esm2015/lib/components/form/toggle/toggle.module.js +22 -22
- package/esm2015/lib/components/grid/column/column.component.js +46 -46
- package/esm2015/lib/components/grid/column/column.module.js +21 -21
- package/esm2015/lib/components/grid/container/container.component.js +22 -22
- package/esm2015/lib/components/grid/container/container.module.js +21 -21
- package/esm2015/lib/components/grid/row/row.component.js +32 -32
- package/esm2015/lib/components/grid/row/row.module.js +21 -21
- package/esm2015/lib/components/header/header.component.js +74 -74
- package/esm2015/lib/components/header/header.module.js +26 -26
- package/esm2015/lib/components/icon/icon.component.js +47 -47
- package/esm2015/lib/components/icon/icon.module.js +21 -21
- package/esm2015/lib/components/link/link.component.js +84 -84
- package/esm2015/lib/components/link/link.module.js +25 -25
- package/esm2015/lib/components/list/item/info/list-item-info.component.js +15 -15
- package/esm2015/lib/components/list/item/info/list-item-info.module.js +20 -20
- package/esm2015/lib/components/list/item/list-item.component.js +40 -40
- package/esm2015/lib/components/list/item/list-item.module.js +20 -20
- package/esm2015/lib/components/list/list.component.js +15 -15
- package/esm2015/lib/components/list/list.module.js +21 -21
- package/esm2015/lib/components/mobile/menu/mobile-menu.component.js +27 -27
- package/esm2015/lib/components/mobile/menu/mobile-menu.module.js +25 -25
- package/esm2015/lib/components/navigation/content/navigation-content.component.js +19 -19
- package/esm2015/lib/components/navigation/content/navigation-content.module.js +22 -22
- package/esm2015/lib/components/navigation/local/navigation-local.component.js +19 -19
- package/esm2015/lib/components/navigation/local/navigation-local.module.js +22 -22
- package/esm2015/lib/components/notification/badge/notification-badge.component.js +20 -20
- package/esm2015/lib/components/notification/badge/notification-badge.module.js +21 -21
- package/esm2015/lib/components/popover/popover.component.js +31 -31
- package/esm2015/lib/components/popover/popover.module.js +22 -22
- package/esm2015/lib/components/progressbar/progressbar.component.js +22 -22
- package/esm2015/lib/components/progressbar/progressbar.module.js +22 -22
- package/esm2015/lib/components/stepper/step/step.component.js +34 -34
- package/esm2015/lib/components/stepper/stepper.component.js +14 -14
- package/esm2015/lib/components/stepper/stepper.module.js +27 -27
- package/esm2015/lib/components/tabs/panel/tab-panel.component.js +21 -21
- package/esm2015/lib/components/tabs/tab/tab.component.js +35 -35
- package/esm2015/lib/components/tabs/tabs.component.js +25 -25
- package/esm2015/lib/components/tabs/tabs.module.js +34 -34
- package/esm2015/lib/components/tag/tag.component.js +31 -31
- package/esm2015/lib/components/tag/tag.module.js +22 -22
- package/esm2015/lib/components/tooltip/tooltip.component.js +15 -15
- package/esm2015/lib/components/tooltip/tooltip.module.js +22 -22
- package/esm2015/lib/internals/anchor.component.js +86 -85
- package/esm2015/lib/internals/anchor.module.js +26 -26
- package/esm2015/public-api.js +357 -357
- package/fesm2015/inera-ids-angular.js +2640 -2639
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/inera-ids-angular.d.ts +5 -5
- package/lib/classes/header/IDHeaderAvatar.d.ts +12 -12
- package/lib/classes/header/IDHeaderAvatarProps.d.ts +9 -9
- package/lib/classes/header/IDHeaderItem.d.ts +10 -10
- package/lib/classes/header/IDHeaderItemProps.d.ts +7 -7
- package/lib/classes/header/IDHeaderNavItem.d.ts +15 -15
- package/lib/classes/header/IDHeaderNavItemProps.d.ts +12 -12
- package/lib/classes/icon/IDIcon.d.ts +16 -16
- package/lib/classes/icon/IDIconProps.d.ts +13 -13
- package/lib/classes/link/IDLink.d.ts +12 -12
- package/lib/classes/link/IDLinkFunction.d.ts +8 -8
- package/lib/classes/link/IDLinkProps.d.ts +12 -12
- package/lib/classes/link/IDLinkRoute.d.ts +10 -10
- package/lib/classes/link/IDLinkWeb.d.ts +10 -10
- package/lib/classes/mobile/MobileMenuItem.d.ts +18 -18
- package/lib/classes/mobile/MobileMenuItemProps.d.ts +15 -15
- package/lib/classes/notification-badge.d.ts +9 -9
- package/lib/components/agent/agent.component.d.ts +12 -12
- package/lib/components/agent/agent.module.d.ts +9 -9
- package/lib/components/alert/alert.component.d.ts +19 -19
- package/lib/components/alert/alert.module.d.ts +9 -9
- package/lib/components/alert-global/alert-global.component.d.ts +15 -15
- package/lib/components/alert-global/alert-global.module.d.ts +9 -9
- package/lib/components/badge/badge.component.d.ts +7 -7
- package/lib/components/badge/badge.module.d.ts +8 -8
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +12 -12
- package/lib/components/breadcrumbs/breadcrumbs.module.d.ts +10 -10
- package/lib/components/button/button.component.d.ts +27 -27
- package/lib/components/button/button.module.d.ts +10 -10
- package/lib/components/button-group/button-group.component.d.ts +8 -8
- package/lib/components/button-group/button-group.module.d.ts +8 -8
- package/lib/components/card/card.component.d.ts +9 -9
- package/lib/components/card/card.module.d.ts +8 -8
- package/lib/components/carousel/carousel-item/carousel-item.component.d.ts +9 -9
- package/lib/components/carousel/carousel.component.d.ts +10 -10
- package/lib/components/carousel/carousel.module.d.ts +9 -9
- package/lib/components/date-label/date-label.component.d.ts +11 -11
- package/lib/components/date-label/date-label.module.d.ts +8 -8
- package/lib/components/dialog/actions/dialog-actions.component.d.ts +6 -6
- package/lib/components/dialog/dialog.component.d.ts +18 -18
- package/lib/components/dialog/dialog.module.d.ts +9 -9
- package/lib/components/expandable/expandable.component.d.ts +10 -10
- package/lib/components/expandable/expandable.module.d.ts +8 -8
- package/lib/components/footer/footer.component.d.ts +16 -16
- package/lib/components/footer/footer.module.d.ts +10 -10
- package/lib/components/form/base/IDFormBase.d.ts +9 -9
- package/lib/components/form/checkbox/checkbox.component.d.ts +8 -8
- package/lib/components/form/checkbox/checkbox.module.d.ts +8 -8
- package/lib/components/form/checkbox-group/checkbox-group.component.d.ts +12 -12
- package/lib/components/form/checkbox-group/checkbox-group.module.d.ts +10 -10
- package/lib/components/form/error-message/error-message.component.d.ts +9 -9
- package/lib/components/form/error-message/error-message.module.d.ts +8 -8
- package/lib/components/form/input/input.component.d.ts +8 -8
- package/lib/components/form/input/input.module.d.ts +9 -9
- package/lib/components/form/radio/radio-group.component.d.ts +10 -10
- package/lib/components/form/radio/radio.component.d.ts +6 -6
- package/lib/components/form/radio/radio.module.d.ts +10 -10
- package/lib/components/form/range/range.component.d.ts +6 -6
- package/lib/components/form/range/range.module.d.ts +8 -8
- package/lib/components/form/select/select.component.d.ts +6 -6
- package/lib/components/form/select/select.module.d.ts +8 -8
- package/lib/components/form/select-multiple/select-multiple.component.d.ts +12 -12
- package/lib/components/form/select-multiple/select-multiple.module.d.ts +10 -10
- package/lib/components/form/spinner/spinner.component.d.ts +7 -7
- package/lib/components/form/spinner/spinner.module.d.ts +8 -8
- package/lib/components/form/textarea/textarea.component.d.ts +8 -8
- package/lib/components/form/textarea/textarea.module.d.ts +8 -8
- package/lib/components/form/time/time.component.d.ts +6 -6
- package/lib/components/form/time/time.module.d.ts +8 -8
- package/lib/components/form/toggle/toggle.component.d.ts +6 -6
- package/lib/components/form/toggle/toggle.module.d.ts +8 -8
- package/lib/components/grid/column/column.component.d.ts +17 -17
- package/lib/components/grid/column/column.module.d.ts +8 -8
- package/lib/components/grid/container/container.component.d.ts +8 -8
- package/lib/components/grid/container/container.module.d.ts +8 -8
- package/lib/components/grid/row/row.component.d.ts +13 -13
- package/lib/components/grid/row/row.module.d.ts +8 -8
- package/lib/components/header/header.component.d.ts +32 -32
- package/lib/components/header/header.module.d.ts +11 -11
- package/lib/components/icon/icon.component.d.ts +16 -16
- package/lib/components/icon/icon.module.d.ts +8 -8
- package/lib/components/link/link.component.d.ts +30 -30
- package/lib/components/link/link.module.d.ts +10 -10
- package/lib/components/list/item/info/list-item-info.component.d.ts +6 -6
- package/lib/components/list/item/info/list-item-info.module.d.ts +7 -7
- package/lib/components/list/item/list-item.component.d.ts +14 -14
- package/lib/components/list/item/list-item.module.d.ts +7 -7
- package/lib/components/list/list.component.d.ts +6 -6
- package/lib/components/list/list.module.d.ts +8 -8
- package/lib/components/mobile/menu/mobile-menu.component.d.ts +10 -10
- package/lib/components/mobile/menu/mobile-menu.module.d.ts +10 -10
- package/lib/components/navigation/content/navigation-content.component.d.ts +7 -7
- package/lib/components/navigation/content/navigation-content.module.d.ts +8 -8
- package/lib/components/navigation/local/navigation-local.component.d.ts +7 -7
- package/lib/components/navigation/local/navigation-local.module.d.ts +8 -8
- package/lib/components/notification/badge/notification-badge.component.d.ts +7 -7
- package/lib/components/notification/badge/notification-badge.module.d.ts +8 -8
- package/lib/components/popover/popover.component.d.ts +11 -11
- package/lib/components/popover/popover.module.d.ts +8 -8
- package/lib/components/progressbar/progressbar.component.d.ts +8 -8
- package/lib/components/progressbar/progressbar.module.d.ts +8 -8
- package/lib/components/stepper/step/step.component.d.ts +12 -12
- package/lib/components/stepper/stepper.component.d.ts +5 -5
- package/lib/components/stepper/stepper.module.d.ts +9 -9
- package/lib/components/tabs/panel/tab-panel.component.d.ts +9 -9
- package/lib/components/tabs/tab/tab.component.d.ts +14 -14
- package/lib/components/tabs/tabs.component.d.ts +9 -9
- package/lib/components/tabs/tabs.module.d.ts +12 -12
- package/lib/components/tag/tag.component.d.ts +12 -12
- package/lib/components/tag/tag.module.d.ts +8 -8
- package/lib/components/tooltip/tooltip.component.d.ts +6 -6
- package/lib/components/tooltip/tooltip.module.d.ts +8 -8
- package/lib/internals/anchor.component.d.ts +32 -32
- package/lib/internals/anchor.module.d.ts +9 -9
- package/package.json +1 -1
- package/public-api.d.ts +110 -110
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDPopoverComponent } from './popover.component';
|
|
3
|
-
import '@inera/ids-core/components/popover/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDPopoverModule {
|
|
6
|
-
}
|
|
7
|
-
IDPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
IDPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverModule, declarations: [IDPopoverComponent], exports: [IDPopoverComponent] });
|
|
9
|
-
IDPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverModule });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDPopoverComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDPopoverComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
+
import { IDPopoverComponent } from './popover.component';
|
|
3
|
+
import '@inera/ids-core/components/popover/register';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class IDPopoverModule {
|
|
6
|
+
}
|
|
7
|
+
IDPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
IDPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverModule, declarations: [IDPopoverComponent], exports: [IDPopoverComponent] });
|
|
9
|
+
IDPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverModule });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDPopoverModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [
|
|
14
|
+
IDPopoverComponent
|
|
15
|
+
],
|
|
16
|
+
exports: [
|
|
17
|
+
IDPopoverComponent
|
|
18
|
+
],
|
|
19
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
+
}]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9zcmMvbGliL2NvbXBvbmVudHMvcG9wb3Zlci9wb3BvdmVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3pELE9BQU8sNkNBQTZDLENBQUM7O0FBV3JELE1BQU0sT0FBTyxlQUFlOzs2R0FBZixlQUFlOzhHQUFmLGVBQWUsaUJBUHhCLGtCQUFrQixhQUdsQixrQkFBa0I7OEdBSVQsZUFBZTs0RkFBZixlQUFlO2tCQVQzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixrQkFBa0I7cUJBQ25CO29CQUNELE9BQU8sRUFBRTt3QkFDUCxrQkFBa0I7cUJBQ25CO29CQUNELE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IElEUG9wb3ZlckNvbXBvbmVudCB9IGZyb20gJy4vcG9wb3Zlci5jb21wb25lbnQnO1xyXG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL3BvcG92ZXIvcmVnaXN0ZXInO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIElEUG9wb3ZlckNvbXBvbmVudFxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgSURQb3BvdmVyQ29tcG9uZW50XHJcbiAgXSxcclxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJRFBvcG92ZXJNb2R1bGUgeyB9XHJcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDProgressbarComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.value = 0;
|
|
6
|
-
this.hidelabel = false;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
IDProgressbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
IDProgressbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDProgressbarComponent, selector: "id-progressbar", inputs: { value: "value", hidelabel: "hidelabel" }, ngImport: i0, template: "<ids-progressbar \n [value]=\"value\"\n [hidelabel]=\"hidelabel\">\n</ids-progressbar>" });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{
|
|
14
|
-
selector: 'id-progressbar',
|
|
15
|
-
templateUrl: './progressbar.component.html',
|
|
16
|
-
}]
|
|
17
|
-
}], ctorParameters: function () { return []; }, propDecorators: { value: [{
|
|
18
|
-
type: Input
|
|
19
|
-
}], hidelabel: [{
|
|
20
|
-
type: Input
|
|
21
|
-
}] } });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDProgressbarComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.value = 0;
|
|
6
|
+
this.hidelabel = false;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
IDProgressbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
IDProgressbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDProgressbarComponent, selector: "id-progressbar", inputs: { value: "value", hidelabel: "hidelabel" }, ngImport: i0, template: "<ids-progressbar \r\n [value]=\"value\"\r\n [hidelabel]=\"hidelabel\">\r\n</ids-progressbar>" });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{
|
|
14
|
+
selector: 'id-progressbar',
|
|
15
|
+
templateUrl: './progressbar.component.html',
|
|
16
|
+
}]
|
|
17
|
+
}], ctorParameters: function () { return []; }, propDecorators: { value: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], hidelabel: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}] } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3NiYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzYmFyL3Byb2dyZXNzYmFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy9wcm9ncmVzc2Jhci9wcm9ncmVzc2Jhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNakQsTUFBTSxPQUFPLHNCQUFzQjtJQUVqQztRQUdBLFVBQUssR0FBVyxDQUFDLENBQUM7UUFHbEIsY0FBUyxHQUFZLEtBQUssQ0FBQztJQU5YLENBQUM7O29IQUZOLHNCQUFzQjt3R0FBdEIsc0JBQXNCLDBHQ05uQyxnR0FHa0I7NEZER0wsc0JBQXNCO2tCQUpsQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLFdBQVcsRUFBRSw4QkFBOEI7aUJBQzVDOzBFQU1DLEtBQUs7c0JBREosS0FBSztnQkFJTixTQUFTO3NCQURSLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLXByb2dyZXNzYmFyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vcHJvZ3Jlc3NiYXIuY29tcG9uZW50Lmh0bWwnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURQcm9ncmVzc2JhckNvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgdmFsdWU6IG51bWJlciA9IDA7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgaGlkZWxhYmVsOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG59XHJcbiIsIjxpZHMtcHJvZ3Jlc3NiYXIgXHJcbiAgW3ZhbHVlXT1cInZhbHVlXCJcclxuICBbaGlkZWxhYmVsXT1cImhpZGVsYWJlbFwiPlxyXG48L2lkcy1wcm9ncmVzc2Jhcj4iXX0=
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDProgressbarComponent } from './progressbar.component';
|
|
3
|
-
import '@inera/ids-core/components/progressbar/register';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IDProgressbarModule {
|
|
6
|
-
}
|
|
7
|
-
IDProgressbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
IDProgressbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarModule, declarations: [IDProgressbarComponent], exports: [IDProgressbarComponent] });
|
|
9
|
-
IDProgressbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarModule });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IDProgressbarComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
IDProgressbarComponent
|
|
18
|
-
],
|
|
19
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
+
import { IDProgressbarComponent } from './progressbar.component';
|
|
3
|
+
import '@inera/ids-core/components/progressbar/register';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class IDProgressbarModule {
|
|
6
|
+
}
|
|
7
|
+
IDProgressbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
IDProgressbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarModule, declarations: [IDProgressbarComponent], exports: [IDProgressbarComponent] });
|
|
9
|
+
IDProgressbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarModule });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDProgressbarModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [
|
|
14
|
+
IDProgressbarComponent
|
|
15
|
+
],
|
|
16
|
+
exports: [
|
|
17
|
+
IDProgressbarComponent
|
|
18
|
+
],
|
|
19
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
20
|
+
}]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3NiYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzYmFyL3Byb2dyZXNzYmFyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2pFLE9BQU8saURBQWlELENBQUM7O0FBV3pELE1BQU0sT0FBTyxtQkFBbUI7O2lIQUFuQixtQkFBbUI7a0hBQW5CLG1CQUFtQixpQkFQNUIsc0JBQXNCLGFBR3RCLHNCQUFzQjtrSEFJYixtQkFBbUI7NEZBQW5CLG1CQUFtQjtrQkFUL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJRFByb2dyZXNzYmFyQ29tcG9uZW50IH0gZnJvbSAnLi9wcm9ncmVzc2Jhci5jb21wb25lbnQnO1xyXG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL3Byb2dyZXNzYmFyL3JlZ2lzdGVyJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBJRFByb2dyZXNzYmFyQ29tcG9uZW50XHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBJRFByb2dyZXNzYmFyQ29tcG9uZW50XHJcbiAgXSxcclxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJRFByb2dyZXNzYmFyTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDStepComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.state = '';
|
|
6
|
-
this.headline = '';
|
|
7
|
-
this.srindicatortext = '';
|
|
8
|
-
this.label = '';
|
|
9
|
-
this.expanded = false;
|
|
10
|
-
this.disabled = false;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
IDStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
IDStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDStepComponent, selector: "id-step", inputs: { state: "state", headline: "headline", srindicatortext: "srindicatortext", label: "label", expanded: "expanded", disabled: "disabled" }, ngImport: i0, template: "<ids-step\n [attr.state]=\"state\"\n [attr.headline]=\"headline\"\n [attr.label]=\"label\"\n [attr.srindicatortext]=\"srindicatortext\"\n [attr.expanded]=\"expanded ? true : null\"\n [attr.disabled]=\"disabled ? true : null\">\n <ng-content></ng-content>\n</ids-step>" });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepComponent, decorators: [{
|
|
16
|
-
type: Component,
|
|
17
|
-
args: [{
|
|
18
|
-
selector: 'id-step',
|
|
19
|
-
templateUrl: './step.component.html',
|
|
20
|
-
}]
|
|
21
|
-
}], ctorParameters: function () { return []; }, propDecorators: { state: [{
|
|
22
|
-
type: Input
|
|
23
|
-
}], headline: [{
|
|
24
|
-
type: Input
|
|
25
|
-
}], srindicatortext: [{
|
|
26
|
-
type: Input
|
|
27
|
-
}], label: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], expanded: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], disabled: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}] } });
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDStepComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.state = '';
|
|
6
|
+
this.headline = '';
|
|
7
|
+
this.srindicatortext = '';
|
|
8
|
+
this.label = '';
|
|
9
|
+
this.expanded = false;
|
|
10
|
+
this.disabled = false;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
IDStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
IDStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDStepComponent, selector: "id-step", inputs: { state: "state", headline: "headline", srindicatortext: "srindicatortext", label: "label", expanded: "expanded", disabled: "disabled" }, ngImport: i0, template: "<ids-step\r\n [attr.state]=\"state\"\r\n [attr.headline]=\"headline\"\r\n [attr.label]=\"label\"\r\n [attr.srindicatortext]=\"srindicatortext\"\r\n [attr.expanded]=\"expanded ? true : null\"\r\n [attr.disabled]=\"disabled ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-step>" });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepComponent, decorators: [{
|
|
16
|
+
type: Component,
|
|
17
|
+
args: [{
|
|
18
|
+
selector: 'id-step',
|
|
19
|
+
templateUrl: './step.component.html',
|
|
20
|
+
}]
|
|
21
|
+
}], ctorParameters: function () { return []; }, propDecorators: { state: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}], headline: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}], srindicatortext: [{
|
|
26
|
+
type: Input
|
|
27
|
+
}], label: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], expanded: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], disabled: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}] } });
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RlcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9zcmMvbGliL2NvbXBvbmVudHMvc3RlcHBlci9zdGVwL3N0ZXAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvc3JjL2xpYi9jb21wb25lbnRzL3N0ZXBwZXIvc3RlcC9zdGVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU1qRCxNQUFNLE9BQU8sZUFBZTtJQUUxQjtRQUdBLFVBQUssR0FBMEMsRUFBRSxDQUFDO1FBR2xELGFBQVEsR0FBRyxFQUFFLENBQUM7UUFHZCxvQkFBZSxHQUFHLEVBQUUsQ0FBQztRQUdyQixVQUFLLEdBQUcsRUFBRSxDQUFDO1FBR1gsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUdqQixhQUFRLEdBQUcsS0FBSyxDQUFDO0lBbEJELENBQUM7OzZHQUZOLGVBQWU7aUdBQWYsZUFBZSxpTUNONUIsb1NBUVc7NEZERkUsZUFBZTtrQkFKM0IsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsU0FBUztvQkFDbkIsV0FBVyxFQUFFLHVCQUF1QjtpQkFDckM7MEVBTUMsS0FBSztzQkFESixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixlQUFlO3NCQURkLEtBQUs7Z0JBSU4sS0FBSztzQkFESixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLXN0ZXAnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zdGVwLmNvbXBvbmVudC5odG1sJyxcclxufSlcclxuZXhwb3J0IGNsYXNzIElEU3RlcENvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc3RhdGU6ICcnIHwgJ3ZhbGlkJyB8ICdpbnZhbGlkJyB8ICdzZWxlY3RlZCcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBoZWFkbGluZSA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHNyaW5kaWNhdG9ydGV4dCA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGxhYmVsID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZXhwYW5kZWQgPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBkaXNhYmxlZCA9IGZhbHNlO1xyXG59XHJcbiIsIjxpZHMtc3RlcFxyXG4gIFthdHRyLnN0YXRlXT1cInN0YXRlXCJcclxuICBbYXR0ci5oZWFkbGluZV09XCJoZWFkbGluZVwiXHJcbiAgW2F0dHIubGFiZWxdPVwibGFiZWxcIlxyXG4gIFthdHRyLnNyaW5kaWNhdG9ydGV4dF09XCJzcmluZGljYXRvcnRleHRcIlxyXG4gIFthdHRyLmV4cGFuZGVkXT1cImV4cGFuZGVkID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLmRpc2FibGVkXT1cImRpc2FibGVkID8gdHJ1ZSA6IG51bGxcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLXN0ZXA+Il19
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDStepperComponent {
|
|
4
|
-
}
|
|
5
|
-
IDStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
IDStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDStepperComponent, selector: "id-stepper", ngImport: i0, template: "<ids-stepper>\n <ng-content></ng-content>\n</ids-stepper>" });
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{
|
|
10
|
-
selector: 'id-stepper',
|
|
11
|
-
templateUrl: './stepper.component.html',
|
|
12
|
-
}]
|
|
13
|
-
}] });
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDStepperComponent {
|
|
4
|
+
}
|
|
5
|
+
IDStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
IDStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDStepperComponent, selector: "id-stepper", ngImport: i0, template: "<ids-stepper>\r\n <ng-content></ng-content>\r\n</ids-stepper>" });
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{
|
|
10
|
+
selector: 'id-stepper',
|
|
11
|
+
templateUrl: './stepper.component.html',
|
|
12
|
+
}]
|
|
13
|
+
}] });
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RlcHBlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9zcmMvbGliL2NvbXBvbmVudHMvc3RlcHBlci9zdGVwcGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy9zdGVwcGVyL3N0ZXBwZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNMUMsTUFBTSxPQUFPLGtCQUFrQjs7Z0hBQWxCLGtCQUFrQjtvR0FBbEIsa0JBQWtCLGtEQ04vQixnRUFFYzs0RkRJRCxrQkFBa0I7a0JBSjlCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFlBQVk7b0JBQ3RCLFdBQVcsRUFBRSwwQkFBMEI7aUJBQ3hDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLXN0ZXBwZXInLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zdGVwcGVyLmNvbXBvbmVudC5odG1sJyxcclxufSlcclxuZXhwb3J0IGNsYXNzIElEU3RlcHBlckNvbXBvbmVudCB7XHJcblxyXG59XHJcbiIsIjxpZHMtc3RlcHBlcj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLXN0ZXBwZXI+Il19
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDStepComponent } from './step/step.component';
|
|
3
|
-
import { IDStepperComponent } from './stepper.component';
|
|
4
|
-
import '@inera/ids-core/components/stepper/register';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class IDStepperModule {
|
|
7
|
-
}
|
|
8
|
-
IDStepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
IDStepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperModule, declarations: [IDStepComponent,
|
|
10
|
-
IDStepperComponent], exports: [IDStepComponent,
|
|
11
|
-
IDStepperComponent] });
|
|
12
|
-
IDStepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperModule });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
declarations: [
|
|
17
|
-
IDStepComponent,
|
|
18
|
-
IDStepperComponent
|
|
19
|
-
],
|
|
20
|
-
exports: [
|
|
21
|
-
IDStepComponent,
|
|
22
|
-
IDStepperComponent
|
|
23
|
-
],
|
|
24
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
25
|
-
}]
|
|
26
|
-
}] });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
+
import { IDStepComponent } from './step/step.component';
|
|
3
|
+
import { IDStepperComponent } from './stepper.component';
|
|
4
|
+
import '@inera/ids-core/components/stepper/register';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class IDStepperModule {
|
|
7
|
+
}
|
|
8
|
+
IDStepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
IDStepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperModule, declarations: [IDStepComponent,
|
|
10
|
+
IDStepperComponent], exports: [IDStepComponent,
|
|
11
|
+
IDStepperComponent] });
|
|
12
|
+
IDStepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperModule });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDStepperModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
declarations: [
|
|
17
|
+
IDStepComponent,
|
|
18
|
+
IDStepperComponent
|
|
19
|
+
],
|
|
20
|
+
exports: [
|
|
21
|
+
IDStepComponent,
|
|
22
|
+
IDStepperComponent
|
|
23
|
+
],
|
|
24
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
25
|
+
}]
|
|
26
|
+
}] });
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RlcHBlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9zcmMvbGliL2NvbXBvbmVudHMvc3RlcHBlci9zdGVwcGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RCxPQUFPLDZDQUE2QyxDQUFDOztBQWFyRCxNQUFNLE9BQU8sZUFBZTs7NkdBQWYsZUFBZTs4R0FBZixlQUFlLGlCQVR4QixlQUFlO1FBQ2Ysa0JBQWtCLGFBR2xCLGVBQWU7UUFDZixrQkFBa0I7OEdBSVQsZUFBZTs0RkFBZixlQUFlO2tCQVgzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixlQUFlO3dCQUNmLGtCQUFrQjtxQkFDbkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGVBQWU7d0JBQ2Ysa0JBQWtCO3FCQUNuQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJRFN0ZXBDb21wb25lbnQgfSBmcm9tICcuL3N0ZXAvc3RlcC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBJRFN0ZXBwZXJDb21wb25lbnQgfSBmcm9tICcuL3N0ZXBwZXIuY29tcG9uZW50JztcclxuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9zdGVwcGVyL3JlZ2lzdGVyJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBJRFN0ZXBDb21wb25lbnQsXHJcbiAgICBJRFN0ZXBwZXJDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIElEU3RlcENvbXBvbmVudCxcclxuICAgIElEU3RlcHBlckNvbXBvbmVudFxyXG4gIF0sXHJcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURTdGVwcGVyTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDTabPanelComponent {
|
|
4
|
-
constructor(elementRef) {
|
|
5
|
-
this.elementRef = elementRef;
|
|
6
|
-
this.nofocus = undefined;
|
|
7
|
-
elementRef.nativeElement.setAttribute('slot', 'tab-panel');
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
IDTabPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabPanelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
IDTabPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { nofocus: "nofocus" }, ngImport: i0, template: "<ids-tab-panel [attr.nofocus]=\"nofocus ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabPanelComponent, decorators: [{
|
|
13
|
-
type: Component,
|
|
14
|
-
args: [{
|
|
15
|
-
selector: 'id-tab-panel',
|
|
16
|
-
templateUrl: './tab-panel.component.html'
|
|
17
|
-
}]
|
|
18
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { nofocus: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}] } });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDTabPanelComponent {
|
|
4
|
+
constructor(elementRef) {
|
|
5
|
+
this.elementRef = elementRef;
|
|
6
|
+
this.nofocus = undefined;
|
|
7
|
+
elementRef.nativeElement.setAttribute('slot', 'tab-panel');
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
IDTabPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabPanelComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
IDTabPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { nofocus: "nofocus" }, ngImport: i0, template: "<ids-tab-panel [attr.nofocus]=\"nofocus ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-tab-panel>" });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabPanelComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: 'id-tab-panel',
|
|
16
|
+
templateUrl: './tab-panel.component.html'
|
|
17
|
+
}]
|
|
18
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { nofocus: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}] } });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFiLXBhbmVsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy90YWJzL3BhbmVsL3RhYi1wYW5lbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9zcmMvbGliL2NvbXBvbmVudHMvdGFicy9wYW5lbC90YWItcGFuZWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTTdELE1BQU0sT0FBTyxtQkFBbUI7SUFLOUIsWUFBb0IsVUFBbUM7UUFBbkMsZUFBVSxHQUFWLFVBQVUsQ0FBeUI7UUFGdkQsWUFBTyxHQUF1QixTQUFTLENBQUM7UUFHdEMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUMsTUFBTSxFQUFFLFdBQVcsQ0FBQyxDQUFDO0lBQzdELENBQUM7O2lIQVBVLG1CQUFtQjtxR0FBbkIsbUJBQW1CLG9GQ05oQyw2R0FFZ0I7NEZESUgsbUJBQW1CO2tCQUovQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxjQUFjO29CQUN4QixXQUFXLEVBQUUsNEJBQTRCO2lCQUMxQztpR0FJQyxPQUFPO3NCQUROLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLXRhYi1wYW5lbCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3RhYi1wYW5lbC5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIElEVGFiUGFuZWxDb21wb25lbnQge1xyXG5cclxuICBASW5wdXQoKVxyXG4gIG5vZm9jdXM6IHN0cmluZyB8IHVuZGVmaW5lZCA9IHVuZGVmaW5lZDtcclxuICBcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+KSB7XHJcbiAgICBlbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuc2V0QXR0cmlidXRlKCdzbG90JywgJ3RhYi1wYW5lbCcpO1xyXG4gIH1cclxufVxyXG4iLCI8aWRzLXRhYi1wYW5lbCBbYXR0ci5ub2ZvY3VzXT1cIm5vZm9jdXMgPyB0cnVlIDogbnVsbFwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtdGFiLXBhbmVsPiJdfQ==
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class IDTabComponent {
|
|
5
|
-
constructor(elementRef) {
|
|
6
|
-
this.elementRef = elementRef;
|
|
7
|
-
this.notices = 0;
|
|
8
|
-
this.notifications = 0;
|
|
9
|
-
this.label = '';
|
|
10
|
-
this.selected = false;
|
|
11
|
-
// Internal icon
|
|
12
|
-
this.icon = undefined;
|
|
13
|
-
elementRef.nativeElement.setAttribute('slot', 'tab');
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
IDTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
IDTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabComponent, selector: "id-tab", inputs: { notices: "notices", notifications: "notifications", label: "label", selected: "selected", icon: "icon" }, ngImport: i0, template: "<ids-tab\n [notices]=\"notices === 0 ? null : notices\"\n [notifications]=\"notifications === 0 ? null : notifications\"\n [label]=\"label\"\n [attr.selected]=\"selected ? '':null\">\n <ids-icon *ngIf=\"icon\"\n slot=\"icon\" \n [attr.name]=\"icon?.name\"\n [attr.title]=\"icon?.title\" \n [attr.color]=\"icon?.color\" \n [attr.color2]=\"icon?.color2\" \n [attr.size]=\"icon?.size\" \n [attr.padding]=\"icon?.padding\" \n [attr.rotate]=\"icon?.rotate\" \n [attr.colorpreset]=\"icon?.colorpreset\" \n [attr.height]=\"icon?.height\" \n [attr.width]=\"icon?.width\"></ids-icon>\n <ng-content></ng-content>\n</ids-tab>", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabComponent, decorators: [{
|
|
19
|
-
type: Component,
|
|
20
|
-
args: [{
|
|
21
|
-
selector: 'id-tab',
|
|
22
|
-
templateUrl: './tab.component.html'
|
|
23
|
-
}]
|
|
24
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { notices: [{
|
|
25
|
-
type: Input
|
|
26
|
-
}], notifications: [{
|
|
27
|
-
type: Input
|
|
28
|
-
}], label: [{
|
|
29
|
-
type: Input
|
|
30
|
-
}], selected: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], icon: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}] } });
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
export class IDTabComponent {
|
|
5
|
+
constructor(elementRef) {
|
|
6
|
+
this.elementRef = elementRef;
|
|
7
|
+
this.notices = 0;
|
|
8
|
+
this.notifications = 0;
|
|
9
|
+
this.label = '';
|
|
10
|
+
this.selected = false;
|
|
11
|
+
// Internal icon
|
|
12
|
+
this.icon = undefined;
|
|
13
|
+
elementRef.nativeElement.setAttribute('slot', 'tab');
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
IDTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
+
IDTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabComponent, selector: "id-tab", inputs: { notices: "notices", notifications: "notifications", label: "label", selected: "selected", icon: "icon" }, ngImport: i0, template: "<ids-tab\r\n [notices]=\"notices === 0 ? null : notices\"\r\n [notifications]=\"notifications === 0 ? null : notifications\"\r\n [label]=\"label\"\r\n [attr.selected]=\"selected ? '':null\">\r\n <ids-icon *ngIf=\"icon\"\r\n slot=\"icon\" \r\n [attr.name]=\"icon?.name\"\r\n [attr.title]=\"icon?.title\" \r\n [attr.color]=\"icon?.color\" \r\n [attr.color2]=\"icon?.color2\" \r\n [attr.size]=\"icon?.size\" \r\n [attr.padding]=\"icon?.padding\" \r\n [attr.rotate]=\"icon?.rotate\" \r\n [attr.colorpreset]=\"icon?.colorpreset\" \r\n [attr.height]=\"icon?.height\" \r\n [attr.width]=\"icon?.width\"></ids-icon>\r\n <ng-content></ng-content>\r\n</ids-tab>", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabComponent, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: 'id-tab',
|
|
22
|
+
templateUrl: './tab.component.html'
|
|
23
|
+
}]
|
|
24
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { notices: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}], notifications: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}], label: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}], selected: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}], icon: [{
|
|
33
|
+
type: Input
|
|
34
|
+
}] } });
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFiLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy90YWJzL3RhYi90YWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvc3JjL2xpYi9jb21wb25lbnRzL3RhYnMvdGFiL3RhYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFjLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzdELE1BQU0sT0FBTyxjQUFjO0lBa0J6QixZQUFvQixVQUFtQztRQUFuQyxlQUFVLEdBQVYsVUFBVSxDQUF5QjtRQWZ2RCxZQUFPLEdBQVcsQ0FBQyxDQUFDO1FBR3BCLGtCQUFhLEdBQVcsQ0FBQyxDQUFDO1FBRzFCLFVBQUssR0FBVyxFQUFFLENBQUM7UUFHbkIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUUxQixnQkFBZ0I7UUFFaEIsU0FBSSxHQUF1QixTQUFTLENBQUM7UUFHbkMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQ3ZELENBQUM7OzRHQXBCVSxjQUFjO2dHQUFkLGNBQWMsa0tDUDNCLHdyQkFrQlU7NEZEWEcsY0FBYztrQkFKMUIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsUUFBUTtvQkFDbEIsV0FBVyxFQUFFLHNCQUFzQjtpQkFDcEM7aUdBSUMsT0FBTztzQkFETixLQUFLO2dCQUlOLGFBQWE7c0JBRFosS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUtOLElBQUk7c0JBREgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgSURJY29uIH0gZnJvbSAnLi4vLi4vLi4vY2xhc3Nlcy9pY29uL0lESWNvbic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLXRhYicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3RhYi5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIElEVGFiQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KClcclxuICBub3RpY2VzOiBudW1iZXIgPSAwO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIG5vdGlmaWNhdGlvbnM6IG51bWJlciA9IDA7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbGFiZWw6IHN0cmluZyA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHNlbGVjdGVkOiBCb29sZWFuID0gZmFsc2U7XHJcblxyXG4gIC8vIEludGVybmFsIGljb25cclxuICBASW5wdXQoKVxyXG4gIGljb246IElESWNvbiB8IHVuZGVmaW5lZCA9IHVuZGVmaW5lZDtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50Pikge1xyXG4gICAgZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnNldEF0dHJpYnV0ZSgnc2xvdCcsICd0YWInKTtcclxuICB9XHJcbn1cclxuIiwiPGlkcy10YWJcclxuICBbbm90aWNlc109XCJub3RpY2VzID09PSAwID8gbnVsbCA6IG5vdGljZXNcIlxyXG4gIFtub3RpZmljYXRpb25zXT1cIm5vdGlmaWNhdGlvbnMgPT09IDAgPyBudWxsIDogbm90aWZpY2F0aW9uc1wiXHJcbiAgW2xhYmVsXT1cImxhYmVsXCJcclxuICBbYXR0ci5zZWxlY3RlZF09XCJzZWxlY3RlZCA/ICcnOm51bGxcIj5cclxuICA8aWRzLWljb24gKm5nSWY9XCJpY29uXCJcclxuICAgIHNsb3Q9XCJpY29uXCIgXHJcbiAgICBbYXR0ci5uYW1lXT1cImljb24/Lm5hbWVcIlxyXG4gICAgW2F0dHIudGl0bGVdPVwiaWNvbj8udGl0bGVcIiBcclxuICAgIFthdHRyLmNvbG9yXT1cImljb24/LmNvbG9yXCIgXHJcbiAgICBbYXR0ci5jb2xvcjJdPVwiaWNvbj8uY29sb3IyXCIgXHJcbiAgICBbYXR0ci5zaXplXT1cImljb24/LnNpemVcIiBcclxuICAgIFthdHRyLnBhZGRpbmddPVwiaWNvbj8ucGFkZGluZ1wiICBcclxuICAgIFthdHRyLnJvdGF0ZV09XCJpY29uPy5yb3RhdGVcIiBcclxuICAgIFthdHRyLmNvbG9ycHJlc2V0XT1cImljb24/LmNvbG9ycHJlc2V0XCIgICBcclxuICAgIFthdHRyLmhlaWdodF09XCJpY29uPy5oZWlnaHRcIiAgIFxyXG4gICAgW2F0dHIud2lkdGhdPVwiaWNvbj8ud2lkdGhcIj48L2lkcy1pY29uPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtdGFiPiJdfQ==
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IDTabsComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.responsive = 'm';
|
|
6
|
-
this.unresponsive = false;
|
|
7
|
-
this.selectLabel = '';
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
IDTabsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
IDTabsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabsComponent, selector: "id-tabs", inputs: { responsive: "responsive", unresponsive: "unresponsive", selectLabel: "selectLabel" }, ngImport: i0, template: "<ids-tabs \n [unresponsive]=\"unresponsive ? true : null\"\n [responsive]=\"responsive\"\n [selectlabel]=\"selectLabel\">\n <ng-content></ng-content>\n</ids-tabs>" });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsComponent, decorators: [{
|
|
13
|
-
type: Component,
|
|
14
|
-
args: [{
|
|
15
|
-
selector: 'id-tabs',
|
|
16
|
-
templateUrl: './tabs.component.html'
|
|
17
|
-
}]
|
|
18
|
-
}], ctorParameters: function () { return []; }, propDecorators: { responsive: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}], unresponsive: [{
|
|
21
|
-
type: Input
|
|
22
|
-
}], selectLabel: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}] } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class IDTabsComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.responsive = 'm';
|
|
6
|
+
this.unresponsive = false;
|
|
7
|
+
this.selectLabel = '';
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
IDTabsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
IDTabsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDTabsComponent, selector: "id-tabs", inputs: { responsive: "responsive", unresponsive: "unresponsive", selectLabel: "selectLabel" }, ngImport: i0, template: "<ids-tabs \r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [responsive]=\"responsive\"\r\n [selectlabel]=\"selectLabel\">\r\n <ng-content></ng-content>\r\n</ids-tabs>" });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: 'id-tabs',
|
|
16
|
+
templateUrl: './tabs.component.html'
|
|
17
|
+
}]
|
|
18
|
+
}], ctorParameters: function () { return []; }, propDecorators: { responsive: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}], unresponsive: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], selectLabel: [{
|
|
23
|
+
type: Input
|
|
24
|
+
}] } });
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFicy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9zcmMvbGliL2NvbXBvbmVudHMvdGFicy90YWJzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL3NyYy9saWIvY29tcG9uZW50cy90YWJzL3RhYnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTWpELE1BQU0sT0FBTyxlQUFlO0lBUTFCO1FBTEEsZUFBVSxHQUFjLEdBQUcsQ0FBQztRQUU1QixpQkFBWSxHQUFZLEtBQUssQ0FBQztRQUU5QixnQkFBVyxHQUFXLEVBQUUsQ0FBQztJQUNULENBQUM7OzZHQVJOLGVBQWU7aUdBQWYsZUFBZSwrSUNONUIsa0xBS1c7NEZEQ0UsZUFBZTtrQkFKM0IsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsU0FBUztvQkFDbkIsV0FBVyxFQUFFLHVCQUF1QjtpQkFDckM7MEVBSUMsVUFBVTtzQkFEVCxLQUFLO2dCQUdOLFlBQVk7c0JBRFgsS0FBSztnQkFHTixXQUFXO3NCQURWLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLXRhYnMnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi90YWJzLmNvbXBvbmVudC5odG1sJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgSURUYWJzQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KClcclxuICByZXNwb25zaXZlOiAnbScgfCAncycgPSAnbSc7XHJcbiAgQElucHV0KClcclxuICB1bnJlc3BvbnNpdmU6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIHNlbGVjdExhYmVsOiBzdHJpbmcgPSAnJztcclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG59XHJcbiIsIjxpZHMtdGFicyBcclxuICBbdW5yZXNwb25zaXZlXT1cInVucmVzcG9uc2l2ZSA/IHRydWUgOiBudWxsXCJcclxuICBbcmVzcG9uc2l2ZV09XCJyZXNwb25zaXZlXCJcclxuICBbc2VsZWN0bGFiZWxdPVwic2VsZWN0TGFiZWxcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLXRhYnM+Il19
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
-
import { IDTabsComponent } from './tabs.component';
|
|
3
|
-
import { IDTabComponent } from './tab/tab.component';
|
|
4
|
-
import { IDTabPanelComponent } from './panel/tab-panel.component';
|
|
5
|
-
import '@inera/ids-core/components/tabs/register';
|
|
6
|
-
import '@inera/ids-core/components/icon/register';
|
|
7
|
-
import { CommonModule } from '@angular/common';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export class IDTabsModule {
|
|
10
|
-
}
|
|
11
|
-
IDTabsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
-
IDTabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsModule, declarations: [IDTabsComponent,
|
|
13
|
-
IDTabComponent,
|
|
14
|
-
IDTabPanelComponent], imports: [CommonModule], exports: [IDTabsComponent,
|
|
15
|
-
IDTabComponent,
|
|
16
|
-
IDTabPanelComponent] });
|
|
17
|
-
IDTabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsModule, imports: [[CommonModule]] });
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsModule, decorators: [{
|
|
19
|
-
type: NgModule,
|
|
20
|
-
args: [{
|
|
21
|
-
declarations: [
|
|
22
|
-
IDTabsComponent,
|
|
23
|
-
IDTabComponent,
|
|
24
|
-
IDTabPanelComponent
|
|
25
|
-
],
|
|
26
|
-
imports: [CommonModule],
|
|
27
|
-
exports: [
|
|
28
|
-
IDTabsComponent,
|
|
29
|
-
IDTabComponent,
|
|
30
|
-
IDTabPanelComponent
|
|
31
|
-
],
|
|
32
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
33
|
-
}]
|
|
34
|
-
}] });
|
|
1
|
+
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
|
2
|
+
import { IDTabsComponent } from './tabs.component';
|
|
3
|
+
import { IDTabComponent } from './tab/tab.component';
|
|
4
|
+
import { IDTabPanelComponent } from './panel/tab-panel.component';
|
|
5
|
+
import '@inera/ids-core/components/tabs/register';
|
|
6
|
+
import '@inera/ids-core/components/icon/register';
|
|
7
|
+
import { CommonModule } from '@angular/common';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export class IDTabsModule {
|
|
10
|
+
}
|
|
11
|
+
IDTabsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
IDTabsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsModule, declarations: [IDTabsComponent,
|
|
13
|
+
IDTabComponent,
|
|
14
|
+
IDTabPanelComponent], imports: [CommonModule], exports: [IDTabsComponent,
|
|
15
|
+
IDTabComponent,
|
|
16
|
+
IDTabPanelComponent] });
|
|
17
|
+
IDTabsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsModule, imports: [[CommonModule]] });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IDTabsModule, decorators: [{
|
|
19
|
+
type: NgModule,
|
|
20
|
+
args: [{
|
|
21
|
+
declarations: [
|
|
22
|
+
IDTabsComponent,
|
|
23
|
+
IDTabComponent,
|
|
24
|
+
IDTabPanelComponent
|
|
25
|
+
],
|
|
26
|
+
imports: [CommonModule],
|
|
27
|
+
exports: [
|
|
28
|
+
IDTabsComponent,
|
|
29
|
+
IDTabComponent,
|
|
30
|
+
IDTabPanelComponent
|
|
31
|
+
],
|
|
32
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
33
|
+
}]
|
|
34
|
+
}] });
|
|
35
35
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFicy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9zcmMvbGliL2NvbXBvbmVudHMvdGFicy90YWJzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsY0FBYyxFQUFDLE1BQU0scUJBQXFCLENBQUM7QUFDcEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDbEUsT0FBTywwQ0FBMEMsQ0FBQztBQUNsRCxPQUFPLDBDQUEwQyxDQUFDO0FBQ2xELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFnQi9DLE1BQU0sT0FBTyxZQUFZOzswR0FBWixZQUFZOzJHQUFaLFlBQVksaUJBWnJCLGVBQWU7UUFDZixjQUFjO1FBQ2QsbUJBQW1CLGFBRVgsWUFBWSxhQUVwQixlQUFlO1FBQ2YsY0FBYztRQUNkLG1CQUFtQjsyR0FJVixZQUFZLFlBUmQsQ0FBQyxZQUFZLENBQUM7NEZBUVosWUFBWTtrQkFkeEIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osZUFBZTt3QkFDZixjQUFjO3dCQUNkLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUU7d0JBQ1AsZUFBZTt3QkFDZixjQUFjO3dCQUNkLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElEVGFic0NvbXBvbmVudCB9IGZyb20gJy4vdGFicy5jb21wb25lbnQnO1xuaW1wb3J0IHsgSURUYWJDb21wb25lbnR9IGZyb20gJy4vdGFiL3RhYi5jb21wb25lbnQnO1xuaW1wb3J0IHsgSURUYWJQYW5lbENvbXBvbmVudCB9IGZyb20gJy4vcGFuZWwvdGFiLXBhbmVsLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL3RhYnMvcmVnaXN0ZXInO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9pY29uL3JlZ2lzdGVyJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElEVGFic0NvbXBvbmVudCxcbiAgICBJRFRhYkNvbXBvbmVudCxcbiAgICBJRFRhYlBhbmVsQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbXG4gICAgSURUYWJzQ29tcG9uZW50LFxuICAgIElEVGFiQ29tcG9uZW50LFxuICAgIElEVGFiUGFuZWxDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJRFRhYnNNb2R1bGUgeyB9XG4iXX0=
|