ng-tailwind 5.2.0 → 5.2.2
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/README.md +24 -24
- package/animations/ngt-angular-animations.d.ts +5 -5
- package/base/ngt-base-ng-model.d.ts +32 -32
- package/components/ngt-action/ngt-action.component.d.ts +30 -30
- package/components/ngt-action/ngt-action.module.d.ts +10 -10
- package/components/ngt-button/ngt-button.component.d.ts +35 -35
- package/components/ngt-button/ngt-button.module.d.ts +10 -10
- package/components/ngt-checkbox/ngt-checkbox.component.d.ts +53 -53
- package/components/ngt-checkbox/ngt-checkbox.module.d.ts +10 -10
- package/components/ngt-content/ngt-content.component.d.ts +12 -12
- package/components/ngt-content/ngt-content.module.d.ts +8 -8
- package/components/ngt-context-menu/ngt-context-menu.component.d.ts +19 -19
- package/components/ngt-context-menu/ngt-context-menu.directive.d.ts +25 -25
- package/components/ngt-context-menu/ngt-context-menu.module.d.ts +10 -10
- package/components/ngt-datatable/ngt-datatable.component.d.ts +125 -125
- package/components/ngt-datatable/ngt-datatable.module.d.ts +25 -25
- package/components/ngt-datatable/ngt-tbody/ngt-tbody.component.d.ts +14 -14
- package/components/ngt-datatable/ngt-td/ngt-td.component.d.ts +14 -14
- package/components/ngt-datatable/ngt-td-check/ngt-td-check.component.d.ts +29 -29
- package/components/ngt-datatable/ngt-th/ngt-th.component.d.ts +55 -55
- package/components/ngt-datatable/ngt-th-check/ngt-th-check.component.d.ts +32 -32
- package/components/ngt-datatable/ngt-thead/ngt-thead.component.d.ts +13 -13
- package/components/ngt-datatable/ngt-tr/ngt-tr.component.d.ts +20 -20
- package/components/ngt-date/ngt-date.component.d.ts +85 -85
- package/components/ngt-date/ngt-date.module.d.ts +13 -13
- package/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.d.ts +8 -8
- package/components/ngt-dropdown/ngt-dropdown.component.d.ts +53 -53
- package/components/ngt-dropdown/ngt-dropdown.module.d.ts +9 -9
- package/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.d.ts +14 -14
- package/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.d.ts +25 -25
- package/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.d.ts +35 -35
- package/components/ngt-dropzone/ngt-dropzone.component.d.ts +95 -95
- package/components/ngt-dropzone/ngt-dropzone.meta.d.ts +27 -27
- package/components/ngt-dropzone/ngt-dropzone.module.d.ts +17 -17
- package/components/ngt-floating-button/ngt-floating-button.component.d.ts +35 -35
- package/components/ngt-floating-button/ngt-floating-button.module.d.ts +10 -10
- package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.d.ts +10 -10
- package/components/ngt-form/ngt-form.component.d.ts +60 -60
- package/components/ngt-form/ngt-form.module.d.ts +9 -9
- package/components/ngt-header-nav/ngt-header-nav.component.d.ts +14 -14
- package/components/ngt-header-nav/ngt-header-nav.module.d.ts +8 -8
- package/components/ngt-helper/ngt-helper.component.d.ts +25 -25
- package/components/ngt-helper/ngt-helper.module.d.ts +10 -10
- package/components/ngt-input/ngt-input.component.d.ts +129 -129
- package/components/ngt-input/ngt-input.module.d.ts +14 -14
- package/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.d.ts +17 -17
- package/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.d.ts +12 -5
- package/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.d.ts +15 -15
- package/components/ngt-modal/ngt-modal.component.d.ts +31 -31
- package/components/ngt-modal/ngt-modal.module.d.ts +11 -11
- package/components/ngt-multi-select/ngt-multi-select.component.d.ts +116 -116
- package/components/ngt-multi-select/ngt-multi-select.module.d.ts +15 -15
- package/components/ngt-pagination/ngt-pagination.component.d.ts +43 -43
- package/components/ngt-pagination/ngt-pagination.module.d.ts +12 -12
- package/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.d.ts +21 -21
- package/components/ngt-popover/ngt-popover.component.d.ts +31 -31
- package/components/ngt-popover/ngt-popover.directive.d.ts +31 -31
- package/components/ngt-popover/ngt-popover.module.d.ts +11 -11
- package/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.d.ts +12 -12
- package/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.d.ts +12 -12
- package/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.d.ts +18 -18
- package/components/ngt-portlet/ngt-portlet.component.d.ts +20 -20
- package/components/ngt-portlet/ngt-portlet.module.d.ts +13 -13
- package/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.d.ts +9 -9
- package/components/ngt-radio-button/ngt-radio-button.component.d.ts +45 -45
- package/components/ngt-radio-button/ngt-radio-button.module.d.ts +11 -11
- package/components/ngt-section/ngt-section.component.d.ts +38 -38
- package/components/ngt-section/ngt-section.module.d.ts +11 -11
- package/components/ngt-select/ngt-select.component.d.ts +154 -154
- package/components/ngt-select/ngt-select.directive.d.ts +20 -20
- package/components/ngt-select/ngt-select.module.d.ts +16 -16
- package/components/ngt-shining/ngt-shining.component.d.ts +19 -19
- package/components/ngt-shining/ngt-shining.module.d.ts +8 -8
- package/components/ngt-sidenav/ngt-sidenav.component.d.ts +32 -32
- package/components/ngt-sidenav/ngt-sidenav.module.d.ts +8 -8
- package/components/ngt-slider/ngt-slider.component.d.ts +36 -36
- package/components/ngt-slider/ngt-slider.module.d.ts +9 -9
- package/components/ngt-svg/ngt-svg.component.d.ts +13 -13
- package/components/ngt-svg/ngt-svg.module.d.ts +10 -10
- package/components/ngt-tag/ngt-tag.component.d.ts +13 -13
- package/components/ngt-tag/ngt-tag.module.d.ts +9 -9
- package/components/ngt-textarea/ngt-textarea.component.d.ts +49 -49
- package/components/ngt-textarea/ngt-textarea.module.d.ts +13 -13
- package/components/ngt-validation/ngt-validation.component.d.ts +13 -13
- package/components/ngt-validation/ngt-validation.module.d.ts +8 -8
- package/directives/ngt-stylizable/ngt-stylizable.directive.d.ts +68 -68
- package/directives/ngt-stylizable/ngt-stylizable.module.d.ts +8 -8
- package/enums/size.enum.d.ts +8 -8
- package/esm2020/animations/ngt-angular-animations.mjs +34 -34
- package/esm2020/base/ngt-base-ng-model.mjs +90 -90
- package/esm2020/components/ngt-action/ngt-action.component.mjs +96 -96
- package/esm2020/components/ngt-action/ngt-action.module.mjs +28 -28
- package/esm2020/components/ngt-button/ngt-button.component.mjs +142 -142
- package/esm2020/components/ngt-button/ngt-button.module.mjs +28 -28
- package/esm2020/components/ngt-checkbox/ngt-checkbox.component.mjs +192 -192
- package/esm2020/components/ngt-checkbox/ngt-checkbox.module.mjs +28 -28
- package/esm2020/components/ngt-content/ngt-content.component.mjs +32 -32
- package/esm2020/components/ngt-content/ngt-content.module.mjs +20 -20
- package/esm2020/components/ngt-context-menu/ngt-context-menu.component.mjs +25 -25
- package/esm2020/components/ngt-context-menu/ngt-context-menu.directive.mjs +89 -89
- package/esm2020/components/ngt-context-menu/ngt-context-menu.module.mjs +33 -33
- package/esm2020/components/ngt-datatable/ngt-datatable.component.mjs +470 -470
- package/esm2020/components/ngt-datatable/ngt-datatable.module.mjs +99 -99
- package/esm2020/components/ngt-datatable/ngt-tbody/ngt-tbody.component.mjs +57 -57
- package/esm2020/components/ngt-datatable/ngt-td/ngt-td.component.mjs +62 -62
- package/esm2020/components/ngt-datatable/ngt-td-check/ngt-td-check.component.mjs +113 -113
- package/esm2020/components/ngt-datatable/ngt-th/ngt-th.component.mjs +228 -228
- package/esm2020/components/ngt-datatable/ngt-th-check/ngt-th-check.component.mjs +127 -127
- package/esm2020/components/ngt-datatable/ngt-thead/ngt-thead.component.mjs +55 -55
- package/esm2020/components/ngt-datatable/ngt-tr/ngt-tr.component.mjs +86 -86
- package/esm2020/components/ngt-date/ngt-date.component.mjs +435 -435
- package/esm2020/components/ngt-date/ngt-date.module.mjs +40 -40
- package/esm2020/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.mjs +19 -19
- package/esm2020/components/ngt-dropdown/ngt-dropdown.component.mjs +204 -204
- package/esm2020/components/ngt-dropdown/ngt-dropdown.module.mjs +21 -21
- package/esm2020/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.mjs +54 -54
- package/esm2020/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.mjs +69 -66
- package/esm2020/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.mjs +94 -94
- package/esm2020/components/ngt-dropzone/ngt-dropzone.component.mjs +496 -496
- package/esm2020/components/ngt-dropzone/ngt-dropzone.meta.mjs +24 -24
- package/esm2020/components/ngt-dropzone/ngt-dropzone.module.mjs +55 -55
- package/esm2020/components/ngt-floating-button/ngt-floating-button.component.mjs +119 -119
- package/esm2020/components/ngt-floating-button/ngt-floating-button.module.mjs +28 -28
- package/esm2020/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.mjs +22 -22
- package/esm2020/components/ngt-form/ngt-form.component.mjs +207 -207
- package/esm2020/components/ngt-form/ngt-form.module.mjs +29 -29
- package/esm2020/components/ngt-header-nav/ngt-header-nav.component.mjs +39 -39
- package/esm2020/components/ngt-header-nav/ngt-header-nav.module.mjs +20 -20
- package/esm2020/components/ngt-helper/ngt-helper.component.mjs +68 -68
- package/esm2020/components/ngt-helper/ngt-helper.module.mjs +28 -28
- package/esm2020/components/ngt-input/ngt-input.component.mjs +844 -844
- package/esm2020/components/ngt-input/ngt-input.module.mjs +47 -47
- package/esm2020/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.mjs +46 -46
- package/esm2020/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.mjs +33 -11
- package/esm2020/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.mjs +40 -40
- package/esm2020/components/ngt-modal/ngt-modal.component.mjs +122 -122
- package/esm2020/components/ngt-modal/ngt-modal.module.mjs +39 -39
- package/esm2020/components/ngt-multi-select/ngt-multi-select.component.mjs +503 -503
- package/esm2020/components/ngt-multi-select/ngt-multi-select.module.mjs +52 -52
- package/esm2020/components/ngt-pagination/ngt-pagination.component.mjs +162 -162
- package/esm2020/components/ngt-pagination/ngt-pagination.module.mjs +36 -36
- package/esm2020/components/ngt-popover/ngt-popover-tooltip/ngt-popover-tooltip.component.mjs +58 -58
- package/esm2020/components/ngt-popover/ngt-popover.component.mjs +85 -85
- package/esm2020/components/ngt-popover/ngt-popover.directive.mjs +126 -126
- package/esm2020/components/ngt-popover/ngt-popover.module.mjs +36 -36
- package/esm2020/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.mjs +34 -34
- package/esm2020/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.mjs +35 -35
- package/esm2020/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.mjs +57 -57
- package/esm2020/components/ngt-portlet/ngt-portlet.component.mjs +74 -74
- package/esm2020/components/ngt-portlet/ngt-portlet.module.mjs +47 -47
- package/esm2020/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.mjs +19 -19
- package/esm2020/components/ngt-radio-button/ngt-radio-button.component.mjs +153 -153
- package/esm2020/components/ngt-radio-button/ngt-radio-button.module.mjs +29 -29
- package/esm2020/components/ngt-section/ngt-section.component.mjs +151 -151
- package/esm2020/components/ngt-section/ngt-section.module.mjs +32 -32
- package/esm2020/components/ngt-select/ngt-select.component.mjs +670 -670
- package/esm2020/components/ngt-select/ngt-select.directive.mjs +36 -36
- package/esm2020/components/ngt-select/ngt-select.module.mjs +65 -65
- package/esm2020/components/ngt-shining/ngt-shining.component.mjs +40 -40
- package/esm2020/components/ngt-shining/ngt-shining.module.mjs +20 -20
- package/esm2020/components/ngt-sidenav/ngt-sidenav.component.mjs +132 -132
- package/esm2020/components/ngt-sidenav/ngt-sidenav.module.mjs +20 -20
- package/esm2020/components/ngt-slider/ngt-slider.component.mjs +100 -100
- package/esm2020/components/ngt-slider/ngt-slider.module.mjs +24 -24
- package/esm2020/components/ngt-svg/ngt-svg.component.mjs +53 -53
- package/esm2020/components/ngt-svg/ngt-svg.module.mjs +28 -28
- package/esm2020/components/ngt-tag/ngt-tag.component.mjs +37 -37
- package/esm2020/components/ngt-tag/ngt-tag.module.mjs +24 -24
- package/esm2020/components/ngt-textarea/ngt-textarea.component.mjs +238 -238
- package/esm2020/components/ngt-textarea/ngt-textarea.module.mjs +43 -43
- package/esm2020/components/ngt-validation/ngt-validation.component.mjs +26 -26
- package/esm2020/components/ngt-validation/ngt-validation.module.mjs +20 -20
- package/esm2020/directives/ngt-stylizable/ngt-stylizable.directive.mjs +290 -290
- package/esm2020/directives/ngt-stylizable/ngt-stylizable.module.mjs +20 -20
- package/esm2020/enums/size.enum.mjs +11 -11
- package/esm2020/helpers/enum/enum.mjs +7 -7
- package/esm2020/helpers/form/form.mjs +14 -14
- package/esm2020/helpers/input-mask/input-mask.helper.mjs +26 -26
- package/esm2020/helpers/promise/promise-helper.mjs +4 -4
- package/esm2020/helpers/routing/route.mjs +11 -11
- package/esm2020/helpers/uuid.mjs +10 -10
- package/esm2020/ng-tailwind.mjs +4 -4
- package/esm2020/public-api.mjs +127 -127
- package/esm2020/services/http/ngt-attachment-http.service.mjs +3 -3
- package/esm2020/services/http/ngt-http-form.service.mjs +3 -3
- package/esm2020/services/http/ngt-http-resource.service.mjs +3 -3
- package/esm2020/services/http/ngt-http-validation.service.mjs +3 -3
- package/esm2020/services/http/ngt-http.service.mjs +3 -3
- package/esm2020/services/http/ngt-translate.service.mjs +3 -3
- package/esm2020/services/ngt-stylizable/ngt-stylizable.service.mjs +273 -273
- package/esm2020/services/validation/ngt-ability-validation.service.mjs +3 -3
- package/fesm2015/ng-tailwind.mjs +8657 -8632
- package/fesm2015/ng-tailwind.mjs.map +1 -1
- package/fesm2020/ng-tailwind.mjs +8482 -8459
- package/fesm2020/ng-tailwind.mjs.map +1 -1
- package/helpers/enum/enum.d.ts +1 -1
- package/helpers/form/form.d.ts +4 -4
- package/helpers/input-mask/input-mask.helper.d.ts +20 -20
- package/helpers/promise/promise-helper.d.ts +1 -1
- package/helpers/routing/route.d.ts +2 -2
- package/helpers/uuid.d.ts +1 -1
- package/index.d.ts +5 -5
- package/package.json +1 -1
- package/public-api.d.ts +87 -87
- package/services/http/ngt-attachment-http.service.d.ts +9 -9
- package/services/http/ngt-http-form.service.d.ts +5 -5
- package/services/http/ngt-http-resource.service.d.ts +12 -12
- package/services/http/ngt-http-validation.service.d.ts +12 -12
- package/services/http/ngt-http.service.d.ts +27 -27
- package/services/http/ngt-translate.service.d.ts +33 -33
- package/services/ngt-stylizable/ngt-stylizable.service.d.ts +96 -96
- package/services/validation/ngt-ability-validation.service.d.ts +5 -5
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { Component, Input, Optional, Self } from '@angular/core';
|
|
2
|
-
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../../directives/ngt-stylizable/ngt-stylizable.directive";
|
|
5
|
-
import * as i2 from "@angular/common";
|
|
6
|
-
import * as i3 from "../../ngt-svg/ngt-svg.component";
|
|
7
|
-
import * as i4 from "../../ngt-helper/ngt-helper.component";
|
|
8
|
-
export class NgtPortletHeaderComponent {
|
|
9
|
-
constructor(injector, ngtStylizableDirective) {
|
|
10
|
-
this.injector = injector;
|
|
11
|
-
this.ngtStylizableDirective = ngtStylizableDirective;
|
|
12
|
-
this.caption = '';
|
|
13
|
-
this.icon = '';
|
|
14
|
-
this.iconSize = 'text-xl';
|
|
15
|
-
this.helperTitle = '';
|
|
16
|
-
this.helperText = '';
|
|
17
|
-
this.helperIconColor = '';
|
|
18
|
-
if (this.ngtStylizableDirective) {
|
|
19
|
-
this.ngtStyle = this.ngtStylizableDirective.getNgtStylizableService();
|
|
20
|
-
}
|
|
21
|
-
else {
|
|
22
|
-
this.ngtStyle = new NgtStylizableService();
|
|
23
|
-
}
|
|
24
|
-
this.ngtStyle.load(this.injector, 'NgtPortletHeader', {
|
|
25
|
-
h: 'h-auto',
|
|
26
|
-
w: 'w-auto',
|
|
27
|
-
text: 'text-xl',
|
|
28
|
-
font: 'font-medium',
|
|
29
|
-
border: 'border-b',
|
|
30
|
-
px: 'px-4',
|
|
31
|
-
color: {}
|
|
32
|
-
}, ['NgtPortletStyle']);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
NgtPortletHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletHeaderComponent, deps: [{ token: i0.Injector }, { token: i1.NgtStylizableDirective, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
-
NgtPortletHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtPortletHeaderComponent, selector: "ngt-portlet-header", inputs: { caption: "caption", icon: "icon", iconSize: "iconSize", helperTitle: "helperTitle", helperText: "helperText", helperIconColor: "helperIconColor" }, ngImport: i0, template: "<div [class]=\"ngtStyle.compile(['h', 'color.text', 'color.bg', 'border', 'text'])\">\n <div class=\"flex flex-wrap md:flex-nowrap h-full relative {{ ngtStyle.compile(['px']) }} py-2\">\n <div *ngIf=\"caption || icon\" class=\"flex md:whitespace-nowrap items-center gap-2\">\n <ngt-svg *ngIf=\"icon\" [src]=\"icon\" [class]=\"iconSize\"></ngt-svg>\n\n <div class=\"flex self-center gap-1 {{ ngtStyle.compile(['font']) }}\">\n {{ caption }}\n\n <ngt-helper *ngIf=\"helperText\" [helpTitle]=\"helperTitle\" class=\"mt-1\" [iconColor]=\"helperIconColor\">\n {{ helperText }}\n </ngt-helper>\n </div>\n </div>\n\n <div [hidden]='!leftHeader?.children[0]?.children?.length'\n class=\"self-center {{ ngtStyle.compile(['position', 'w']) }}\" #leftHeader>\n <ng-content select=\"[left-header]\"></ng-content>\n </div>\n\n <div [hidden]='!header?.children[0]?.children?.length'\n class=\"self-center {{ ngtStyle.compile(['position', 'w']) }}\" #header>\n <ng-content select=\"[header]\"></ng-content>\n </div>\n\n <div class=\"{{ !rightHeader?.children[0]?.children?.length ? 'hidden' : 'flex justify-end ml-auto self-center' }} {{ ngtStyle.compile(['position', 'w']) }}\"\n #rightHeader>\n <ng-content select=\"[right-header]\"></ng-content>\n </div>\n </div>\n</div>", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NgtSvgComponent, selector: "ngt-svg", inputs: ["src", "class"] }, { kind: "component", type: i4.NgtHelperComponent, selector: "ngt-helper", inputs: ["helpTextColor", "helpText", "helpTitle", "icon", "iconSize", "iconColor", "iconTitle", "tooltipSize", "autoXReverse", "helperReverseYPosition"] }] });
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletHeaderComponent, decorators: [{
|
|
38
|
-
type: Component,
|
|
39
|
-
args: [{ selector: 'ngt-portlet-header', template: "<div [class]=\"ngtStyle.compile(['h', 'color.text', 'color.bg', 'border', 'text'])\">\n <div class=\"flex flex-wrap md:flex-nowrap h-full relative {{ ngtStyle.compile(['px']) }} py-2\">\n <div *ngIf=\"caption || icon\" class=\"flex md:whitespace-nowrap items-center gap-2\">\n <ngt-svg *ngIf=\"icon\" [src]=\"icon\" [class]=\"iconSize\"></ngt-svg>\n\n <div class=\"flex self-center gap-1 {{ ngtStyle.compile(['font']) }}\">\n {{ caption }}\n\n <ngt-helper *ngIf=\"helperText\" [helpTitle]=\"helperTitle\" class=\"mt-1\" [iconColor]=\"helperIconColor\">\n {{ helperText }}\n </ngt-helper>\n </div>\n </div>\n\n <div [hidden]='!leftHeader?.children[0]?.children?.length'\n class=\"self-center {{ ngtStyle.compile(['position', 'w']) }}\" #leftHeader>\n <ng-content select=\"[left-header]\"></ng-content>\n </div>\n\n <div [hidden]='!header?.children[0]?.children?.length'\n class=\"self-center {{ ngtStyle.compile(['position', 'w']) }}\" #header>\n <ng-content select=\"[header]\"></ng-content>\n </div>\n\n <div class=\"{{ !rightHeader?.children[0]?.children?.length ? 'hidden' : 'flex justify-end ml-auto self-center' }} {{ ngtStyle.compile(['position', 'w']) }}\"\n #rightHeader>\n <ng-content select=\"[right-header]\"></ng-content>\n </div>\n </div>\n</div>" }]
|
|
40
|
-
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1.NgtStylizableDirective, decorators: [{
|
|
41
|
-
type: Self
|
|
42
|
-
}, {
|
|
43
|
-
type: Optional
|
|
44
|
-
}] }]; }, propDecorators: { caption: [{
|
|
45
|
-
type: Input
|
|
46
|
-
}], icon: [{
|
|
47
|
-
type: Input
|
|
48
|
-
}], iconSize: [{
|
|
49
|
-
type: Input
|
|
50
|
-
}], helperTitle: [{
|
|
51
|
-
type: Input
|
|
52
|
-
}], helperText: [{
|
|
53
|
-
type: Input
|
|
54
|
-
}], helperIconColor: [{
|
|
55
|
-
type: Input
|
|
56
|
-
}] } });
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input, Optional, Self } from '@angular/core';
|
|
2
|
+
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../../directives/ngt-stylizable/ngt-stylizable.directive";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
import * as i3 from "../../ngt-svg/ngt-svg.component";
|
|
7
|
+
import * as i4 from "../../ngt-helper/ngt-helper.component";
|
|
8
|
+
export class NgtPortletHeaderComponent {
|
|
9
|
+
constructor(injector, ngtStylizableDirective) {
|
|
10
|
+
this.injector = injector;
|
|
11
|
+
this.ngtStylizableDirective = ngtStylizableDirective;
|
|
12
|
+
this.caption = '';
|
|
13
|
+
this.icon = '';
|
|
14
|
+
this.iconSize = 'text-xl';
|
|
15
|
+
this.helperTitle = '';
|
|
16
|
+
this.helperText = '';
|
|
17
|
+
this.helperIconColor = '';
|
|
18
|
+
if (this.ngtStylizableDirective) {
|
|
19
|
+
this.ngtStyle = this.ngtStylizableDirective.getNgtStylizableService();
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
this.ngtStyle = new NgtStylizableService();
|
|
23
|
+
}
|
|
24
|
+
this.ngtStyle.load(this.injector, 'NgtPortletHeader', {
|
|
25
|
+
h: 'h-auto',
|
|
26
|
+
w: 'w-auto',
|
|
27
|
+
text: 'text-xl',
|
|
28
|
+
font: 'font-medium',
|
|
29
|
+
border: 'border-b',
|
|
30
|
+
px: 'px-4',
|
|
31
|
+
color: {}
|
|
32
|
+
}, ['NgtPortletStyle']);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
NgtPortletHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletHeaderComponent, deps: [{ token: i0.Injector }, { token: i1.NgtStylizableDirective, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
+
NgtPortletHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtPortletHeaderComponent, selector: "ngt-portlet-header", inputs: { caption: "caption", icon: "icon", iconSize: "iconSize", helperTitle: "helperTitle", helperText: "helperText", helperIconColor: "helperIconColor" }, ngImport: i0, template: "<div [class]=\"ngtStyle.compile(['h', 'color.text', 'color.bg', 'border', 'text'])\">\r\n <div class=\"flex flex-wrap md:flex-nowrap h-full relative {{ ngtStyle.compile(['px']) }} py-2\">\r\n <div *ngIf=\"caption || icon\" class=\"flex md:whitespace-nowrap items-center gap-2\">\r\n <ngt-svg *ngIf=\"icon\" [src]=\"icon\" [class]=\"iconSize\"></ngt-svg>\r\n\r\n <div class=\"flex self-center gap-1 {{ ngtStyle.compile(['font']) }}\">\r\n {{ caption }}\r\n\r\n <ngt-helper *ngIf=\"helperText\" [helpTitle]=\"helperTitle\" class=\"mt-1\" [iconColor]=\"helperIconColor\">\r\n {{ helperText }}\r\n </ngt-helper>\r\n </div>\r\n </div>\r\n\r\n <div [hidden]='!leftHeader?.children[0]?.children?.length'\r\n class=\"self-center {{ ngtStyle.compile(['position', 'w']) }}\" #leftHeader>\r\n <ng-content select=\"[left-header]\"></ng-content>\r\n </div>\r\n\r\n <div [hidden]='!header?.children[0]?.children?.length'\r\n class=\"self-center {{ ngtStyle.compile(['position', 'w']) }}\" #header>\r\n <ng-content select=\"[header]\"></ng-content>\r\n </div>\r\n\r\n <div class=\"{{ !rightHeader?.children[0]?.children?.length ? 'hidden' : 'flex justify-end ml-auto self-center' }} {{ ngtStyle.compile(['position', 'w']) }}\"\r\n #rightHeader>\r\n <ng-content select=\"[right-header]\"></ng-content>\r\n </div>\r\n </div>\r\n</div>", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NgtSvgComponent, selector: "ngt-svg", inputs: ["src", "class"] }, { kind: "component", type: i4.NgtHelperComponent, selector: "ngt-helper", inputs: ["helpTextColor", "helpText", "helpTitle", "icon", "iconSize", "iconColor", "iconTitle", "tooltipSize", "autoXReverse", "helperReverseYPosition"] }] });
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletHeaderComponent, decorators: [{
|
|
38
|
+
type: Component,
|
|
39
|
+
args: [{ selector: 'ngt-portlet-header', template: "<div [class]=\"ngtStyle.compile(['h', 'color.text', 'color.bg', 'border', 'text'])\">\r\n <div class=\"flex flex-wrap md:flex-nowrap h-full relative {{ ngtStyle.compile(['px']) }} py-2\">\r\n <div *ngIf=\"caption || icon\" class=\"flex md:whitespace-nowrap items-center gap-2\">\r\n <ngt-svg *ngIf=\"icon\" [src]=\"icon\" [class]=\"iconSize\"></ngt-svg>\r\n\r\n <div class=\"flex self-center gap-1 {{ ngtStyle.compile(['font']) }}\">\r\n {{ caption }}\r\n\r\n <ngt-helper *ngIf=\"helperText\" [helpTitle]=\"helperTitle\" class=\"mt-1\" [iconColor]=\"helperIconColor\">\r\n {{ helperText }}\r\n </ngt-helper>\r\n </div>\r\n </div>\r\n\r\n <div [hidden]='!leftHeader?.children[0]?.children?.length'\r\n class=\"self-center {{ ngtStyle.compile(['position', 'w']) }}\" #leftHeader>\r\n <ng-content select=\"[left-header]\"></ng-content>\r\n </div>\r\n\r\n <div [hidden]='!header?.children[0]?.children?.length'\r\n class=\"self-center {{ ngtStyle.compile(['position', 'w']) }}\" #header>\r\n <ng-content select=\"[header]\"></ng-content>\r\n </div>\r\n\r\n <div class=\"{{ !rightHeader?.children[0]?.children?.length ? 'hidden' : 'flex justify-end ml-auto self-center' }} {{ ngtStyle.compile(['position', 'w']) }}\"\r\n #rightHeader>\r\n <ng-content select=\"[right-header]\"></ng-content>\r\n </div>\r\n </div>\r\n</div>" }]
|
|
40
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1.NgtStylizableDirective, decorators: [{
|
|
41
|
+
type: Self
|
|
42
|
+
}, {
|
|
43
|
+
type: Optional
|
|
44
|
+
}] }]; }, propDecorators: { caption: [{
|
|
45
|
+
type: Input
|
|
46
|
+
}], icon: [{
|
|
47
|
+
type: Input
|
|
48
|
+
}], iconSize: [{
|
|
49
|
+
type: Input
|
|
50
|
+
}], helperTitle: [{
|
|
51
|
+
type: Input
|
|
52
|
+
}], helperText: [{
|
|
53
|
+
type: Input
|
|
54
|
+
}], helperIconColor: [{
|
|
55
|
+
type: Input
|
|
56
|
+
}] } });
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd0LXBvcnRsZXQtaGVhZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25nLXRhaWx3aW5kL3NyYy9jb21wb25lbnRzL25ndC1wb3J0bGV0L25ndC1wb3J0bGV0LWhlYWRlci9uZ3QtcG9ydGxldC1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctdGFpbHdpbmQvc3JjL2NvbXBvbmVudHMvbmd0LXBvcnRsZXQvbmd0LXBvcnRsZXQtaGVhZGVyL25ndC1wb3J0bGV0LWhlYWRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFZLEtBQUssRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzNFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlEQUF5RCxDQUFDOzs7Ozs7QUFNL0YsTUFBTSxPQUFPLHlCQUF5QjtJQVVsQyxZQUNZLFFBQWtCLEVBQ0Usc0JBQThDO1FBRGxFLGFBQVEsR0FBUixRQUFRLENBQVU7UUFDRSwyQkFBc0IsR0FBdEIsc0JBQXNCLENBQXdCO1FBWDlELFlBQU8sR0FBVyxFQUFFLENBQUM7UUFDckIsU0FBSSxHQUFXLEVBQUUsQ0FBQztRQUNsQixhQUFRLEdBQVcsU0FBUyxDQUFDO1FBQzdCLGdCQUFXLEdBQVcsRUFBRSxDQUFDO1FBQ3pCLGVBQVUsR0FBVyxFQUFFLENBQUM7UUFDeEIsb0JBQWUsR0FBVyxFQUFFLENBQUM7UUFRekMsSUFBSSxJQUFJLENBQUMsc0JBQXNCLEVBQUU7WUFDN0IsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsc0JBQXNCLENBQUMsdUJBQXVCLEVBQUUsQ0FBQztTQUN6RTthQUFNO1lBQ0gsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLG9CQUFvQixFQUFFLENBQUM7U0FDOUM7UUFFRCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLGtCQUFrQixFQUFFO1lBQ2xELENBQUMsRUFBRSxRQUFRO1lBQ1gsQ0FBQyxFQUFFLFFBQVE7WUFDWCxJQUFJLEVBQUUsU0FBUztZQUNmLElBQUksRUFBRSxhQUFhO1lBQ25CLE1BQU0sRUFBRSxVQUFVO1lBQ2xCLEVBQUUsRUFBRSxNQUFNO1lBQ1YsS0FBSyxFQUFFLEVBQUU7U0FDWixFQUFFLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDO0lBQzVCLENBQUM7O3NIQTdCUSx5QkFBeUI7MEdBQXpCLHlCQUF5Qix3TkNUdEMsd2dEQTZCTTsyRkRwQk8seUJBQXlCO2tCQUpyQyxTQUFTOytCQUNJLG9CQUFvQjs7MEJBZXpCLElBQUk7OzBCQUFJLFFBQVE7NENBWEwsT0FBTztzQkFBdEIsS0FBSztnQkFDVSxJQUFJO3NCQUFuQixLQUFLO2dCQUNVLFFBQVE7c0JBQXZCLEtBQUs7Z0JBQ1UsV0FBVztzQkFBMUIsS0FBSztnQkFDVSxVQUFVO3NCQUF6QixLQUFLO2dCQUNVLGVBQWU7c0JBQTlCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdG9yLCBJbnB1dCwgT3B0aW9uYWwsIFNlbGYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmltcG9ydCB7IE5ndFN0eWxpemFibGVEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL25ndC1zdHlsaXphYmxlL25ndC1zdHlsaXphYmxlLmRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IE5ndFN0eWxpemFibGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvbmd0LXN0eWxpemFibGUvbmd0LXN0eWxpemFibGUuc2VydmljZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnbmd0LXBvcnRsZXQtaGVhZGVyJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9uZ3QtcG9ydGxldC1oZWFkZXIuY29tcG9uZW50Lmh0bWwnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBOZ3RQb3J0bGV0SGVhZGVyQ29tcG9uZW50IHtcclxuICAgIEBJbnB1dCgpIHB1YmxpYyBjYXB0aW9uOiBzdHJpbmcgPSAnJztcclxuICAgIEBJbnB1dCgpIHB1YmxpYyBpY29uOiBzdHJpbmcgPSAnJztcclxuICAgIEBJbnB1dCgpIHB1YmxpYyBpY29uU2l6ZTogc3RyaW5nID0gJ3RleHQteGwnO1xyXG4gICAgQElucHV0KCkgcHVibGljIGhlbHBlclRpdGxlOiBzdHJpbmcgPSAnJztcclxuICAgIEBJbnB1dCgpIHB1YmxpYyBoZWxwZXJUZXh0OiBzdHJpbmcgPSAnJztcclxuICAgIEBJbnB1dCgpIHB1YmxpYyBoZWxwZXJJY29uQ29sb3I6IHN0cmluZyA9ICcnO1xyXG5cclxuICAgIHB1YmxpYyBuZ3RTdHlsZTogTmd0U3R5bGl6YWJsZVNlcnZpY2U7XHJcblxyXG4gICAgcHVibGljIGNvbnN0cnVjdG9yKFxyXG4gICAgICAgIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yLFxyXG4gICAgICAgIEBTZWxmKCkgQE9wdGlvbmFsKCkgcHJpdmF0ZSBuZ3RTdHlsaXphYmxlRGlyZWN0aXZlOiBOZ3RTdHlsaXphYmxlRGlyZWN0aXZlLFxyXG4gICAgKSB7XHJcbiAgICAgICAgaWYgKHRoaXMubmd0U3R5bGl6YWJsZURpcmVjdGl2ZSkge1xyXG4gICAgICAgICAgICB0aGlzLm5ndFN0eWxlID0gdGhpcy5uZ3RTdHlsaXphYmxlRGlyZWN0aXZlLmdldE5ndFN0eWxpemFibGVTZXJ2aWNlKCk7XHJcbiAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgICAgdGhpcy5uZ3RTdHlsZSA9IG5ldyBOZ3RTdHlsaXphYmxlU2VydmljZSgpO1xyXG4gICAgICAgIH1cclxuXHJcbiAgICAgICAgdGhpcy5uZ3RTdHlsZS5sb2FkKHRoaXMuaW5qZWN0b3IsICdOZ3RQb3J0bGV0SGVhZGVyJywge1xyXG4gICAgICAgICAgICBoOiAnaC1hdXRvJyxcclxuICAgICAgICAgICAgdzogJ3ctYXV0bycsXHJcbiAgICAgICAgICAgIHRleHQ6ICd0ZXh0LXhsJyxcclxuICAgICAgICAgICAgZm9udDogJ2ZvbnQtbWVkaXVtJyxcclxuICAgICAgICAgICAgYm9yZGVyOiAnYm9yZGVyLWInLFxyXG4gICAgICAgICAgICBweDogJ3B4LTQnLFxyXG4gICAgICAgICAgICBjb2xvcjoge31cclxuICAgICAgICB9LCBbJ05ndFBvcnRsZXRTdHlsZSddKTtcclxuICAgIH1cclxufVxyXG4iLCI8ZGl2IFtjbGFzc109XCJuZ3RTdHlsZS5jb21waWxlKFsnaCcsICdjb2xvci50ZXh0JywgJ2NvbG9yLmJnJywgJ2JvcmRlcicsICd0ZXh0J10pXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmxleCBmbGV4LXdyYXAgbWQ6ZmxleC1ub3dyYXAgaC1mdWxsIHJlbGF0aXZlIHt7IG5ndFN0eWxlLmNvbXBpbGUoWydweCddKSB9fSBweS0yXCI+XHJcbiAgICAgICAgPGRpdiAqbmdJZj1cImNhcHRpb24gfHwgaWNvblwiIGNsYXNzPVwiZmxleCBtZDp3aGl0ZXNwYWNlLW5vd3JhcCBpdGVtcy1jZW50ZXIgZ2FwLTJcIj5cclxuICAgICAgICAgICAgPG5ndC1zdmcgKm5nSWY9XCJpY29uXCIgW3NyY109XCJpY29uXCIgW2NsYXNzXT1cImljb25TaXplXCI+PC9uZ3Qtc3ZnPlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsZXggc2VsZi1jZW50ZXIgZ2FwLTEge3sgbmd0U3R5bGUuY29tcGlsZShbJ2ZvbnQnXSkgfX1cIj5cclxuICAgICAgICAgICAgICAgIHt7IGNhcHRpb24gfX1cclxuXHJcbiAgICAgICAgICAgICAgICA8bmd0LWhlbHBlciAqbmdJZj1cImhlbHBlclRleHRcIiBbaGVscFRpdGxlXT1cImhlbHBlclRpdGxlXCIgY2xhc3M9XCJtdC0xXCIgW2ljb25Db2xvcl09XCJoZWxwZXJJY29uQ29sb3JcIj5cclxuICAgICAgICAgICAgICAgICAgICB7eyBoZWxwZXJUZXh0IH19XHJcbiAgICAgICAgICAgICAgICA8L25ndC1oZWxwZXI+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICA8ZGl2IFtoaWRkZW5dPSchbGVmdEhlYWRlcj8uY2hpbGRyZW5bMF0/LmNoaWxkcmVuPy5sZW5ndGgnXHJcbiAgICAgICAgICAgIGNsYXNzPVwic2VsZi1jZW50ZXIge3sgbmd0U3R5bGUuY29tcGlsZShbJ3Bvc2l0aW9uJywgJ3cnXSkgfX1cIiAjbGVmdEhlYWRlcj5cclxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2xlZnQtaGVhZGVyXVwiPjwvbmctY29udGVudD5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPGRpdiBbaGlkZGVuXT0nIWhlYWRlcj8uY2hpbGRyZW5bMF0/LmNoaWxkcmVuPy5sZW5ndGgnXHJcbiAgICAgICAgICAgIGNsYXNzPVwic2VsZi1jZW50ZXIge3sgbmd0U3R5bGUuY29tcGlsZShbJ3Bvc2l0aW9uJywgJ3cnXSkgfX1cIiAjaGVhZGVyPlxyXG4gICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbaGVhZGVyXVwiPjwvbmctY29udGVudD5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInt7ICFyaWdodEhlYWRlcj8uY2hpbGRyZW5bMF0/LmNoaWxkcmVuPy5sZW5ndGggPyAnaGlkZGVuJyA6ICdmbGV4IGp1c3RpZnktZW5kIG1sLWF1dG8gc2VsZi1jZW50ZXInIH19IHt7IG5ndFN0eWxlLmNvbXBpbGUoWydwb3NpdGlvbicsICd3J10pIH19XCJcclxuICAgICAgICAgICAgI3JpZ2h0SGVhZGVyPlxyXG4gICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbcmlnaHQtaGVhZGVyXVwiPjwvbmctY29udGVudD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj4iXX0=
|
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
import { animate, state, style, transition, trigger } from '@angular/animations';
|
|
2
|
-
import { Component, Input, Optional, Self } from '@angular/core';
|
|
3
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../directives/ngt-stylizable/ngt-stylizable.directive";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "./ngt-portlet-header/ngt-portlet-header.component";
|
|
8
|
-
import * as i4 from "./ngt-portlet-body/ngt-portlet-body.component";
|
|
9
|
-
import * as i5 from "./ngt-portlet-footer/ngt-portlet-footer.component";
|
|
10
|
-
export class NgtPortletComponent {
|
|
11
|
-
constructor(injector, ngtStylizableDirective) {
|
|
12
|
-
this.injector = injector;
|
|
13
|
-
this.ngtStylizableDirective = ngtStylizableDirective;
|
|
14
|
-
this.icon = null;
|
|
15
|
-
this.customLayout = false;
|
|
16
|
-
this.withFooter = false;
|
|
17
|
-
this.withBody = true;
|
|
18
|
-
this.helpTitle = '';
|
|
19
|
-
this.helpText = '';
|
|
20
|
-
this.helpIconColor = '';
|
|
21
|
-
if (this.ngtStylizableDirective) {
|
|
22
|
-
this.ngtStyle = this.ngtStylizableDirective.getNgtStylizableService();
|
|
23
|
-
}
|
|
24
|
-
else {
|
|
25
|
-
this.ngtStyle = new NgtStylizableService();
|
|
26
|
-
}
|
|
27
|
-
this.ngtStyle.load(this.injector, 'NgtPortlet', {
|
|
28
|
-
h: 'h-auto',
|
|
29
|
-
shadow: 'shadow',
|
|
30
|
-
color: {}
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
NgtPortletComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletComponent, deps: [{ token: i0.Injector }, { token: i1.NgtStylizableDirective, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
-
NgtPortletComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtPortletComponent, selector: "ngt-portlet", inputs: { caption: "caption", icon: "icon", customLayout: "customLayout", withFooter: "withFooter", withBody: "withBody", helpTitle: "helpTitle", helpText: "helpText", helpIconColor: "helpIconColor" }, ngImport: i0, template: "<div class=\"w-full {{ ngtStyle.compile(['h', 'color.bg', 'color.text', 'p', 'px', 'py', 'pl', 'pr', 'pt', 'pb', 'm', 'mx', 'my', 'ml', 'mr', 'mt', 'mb', 'shadow']) }}\"\n @fadeUp>\n <div *ngIf=\"!customLayout\">\n <ngt-portlet-header [icon]='icon' [caption]='caption' [helperText]=\"helpText\" [helperTitle]=\"helpTitle\"\n [helperIconColor]=\"helpIconColor\">\n <div right-header>\n <ng-content select='[right-header]'></ng-content>\n </div>\n\n <div left-header>\n <ng-content select='[left-header]'></ng-content>\n </div>\n\n <div header>\n <ng-content select='[header]'></ng-content>\n </div>\n </ngt-portlet-header>\n </div>\n\n <ng-container *ngIf=\"!customLayout && withBody\">\n <ngt-portlet-body>\n <ng-content select='[body]'></ng-content>\n </ngt-portlet-body>\n </ng-container>\n\n <ng-container *ngIf=\"!customLayout && withFooter\">\n <ngt-portlet-footer>\n <div right-footer>\n <ng-content select='[right-footer]'></ng-content>\n </div>\n\n <div left-footer>\n <ng-content select='[left-footer]'></ng-content>\n </div>\n\n <div footer>\n <ng-content select='[footer]'></ng-content>\n </div>\n </ngt-portlet-footer>\n </ng-container>\n\n <ng-content></ng-content>\n</div>", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NgtPortletHeaderComponent, selector: "ngt-portlet-header", inputs: ["caption", "icon", "iconSize", "helperTitle", "helperText", "helperIconColor"] }, { kind: "component", type: i4.NgtPortletBodyComponent, selector: "ngt-portlet-body" }, { kind: "component", type: i5.NgtPortletFooterComponent, selector: "ngt-portlet-footer" }], animations: [
|
|
36
|
-
trigger('fadeUp', [
|
|
37
|
-
state('void', style({ transform: 'translateY(20px)', opacity: 0 })),
|
|
38
|
-
transition(':enter', [
|
|
39
|
-
animate(500)
|
|
40
|
-
])
|
|
41
|
-
])
|
|
42
|
-
] });
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletComponent, decorators: [{
|
|
44
|
-
type: Component,
|
|
45
|
-
args: [{ selector: 'ngt-portlet', animations: [
|
|
46
|
-
trigger('fadeUp', [
|
|
47
|
-
state('void', style({ transform: 'translateY(20px)', opacity: 0 })),
|
|
48
|
-
transition(':enter', [
|
|
49
|
-
animate(500)
|
|
50
|
-
])
|
|
51
|
-
])
|
|
52
|
-
], template: "<div class=\"w-full {{ ngtStyle.compile(['h', 'color.bg', 'color.text', 'p', 'px', 'py', 'pl', 'pr', 'pt', 'pb', 'm', 'mx', 'my', 'ml', 'mr', 'mt', 'mb', 'shadow']) }}\"\n @fadeUp>\n <div *ngIf=\"!customLayout\">\n <ngt-portlet-header [icon]='icon' [caption]='caption' [helperText]=\"helpText\" [helperTitle]=\"helpTitle\"\n [helperIconColor]=\"helpIconColor\">\n <div right-header>\n <ng-content select='[right-header]'></ng-content>\n </div>\n\n <div left-header>\n <ng-content select='[left-header]'></ng-content>\n </div>\n\n <div header>\n <ng-content select='[header]'></ng-content>\n </div>\n </ngt-portlet-header>\n </div>\n\n <ng-container *ngIf=\"!customLayout && withBody\">\n <ngt-portlet-body>\n <ng-content select='[body]'></ng-content>\n </ngt-portlet-body>\n </ng-container>\n\n <ng-container *ngIf=\"!customLayout && withFooter\">\n <ngt-portlet-footer>\n <div right-footer>\n <ng-content select='[right-footer]'></ng-content>\n </div>\n\n <div left-footer>\n <ng-content select='[left-footer]'></ng-content>\n </div>\n\n <div footer>\n <ng-content select='[footer]'></ng-content>\n </div>\n </ngt-portlet-footer>\n </ng-container>\n\n <ng-content></ng-content>\n</div>" }]
|
|
53
|
-
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1.NgtStylizableDirective, decorators: [{
|
|
54
|
-
type: Self
|
|
55
|
-
}, {
|
|
56
|
-
type: Optional
|
|
57
|
-
}] }]; }, propDecorators: { caption: [{
|
|
58
|
-
type: Input
|
|
59
|
-
}], icon: [{
|
|
60
|
-
type: Input
|
|
61
|
-
}], customLayout: [{
|
|
62
|
-
type: Input
|
|
63
|
-
}], withFooter: [{
|
|
64
|
-
type: Input
|
|
65
|
-
}], withBody: [{
|
|
66
|
-
type: Input
|
|
67
|
-
}], helpTitle: [{
|
|
68
|
-
type: Input
|
|
69
|
-
}], helpText: [{
|
|
70
|
-
type: Input
|
|
71
|
-
}], helpIconColor: [{
|
|
72
|
-
type: Input
|
|
73
|
-
}] } });
|
|
74
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { animate, state, style, transition, trigger } from '@angular/animations';
|
|
2
|
+
import { Component, Input, Optional, Self } from '@angular/core';
|
|
3
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../../directives/ngt-stylizable/ngt-stylizable.directive";
|
|
6
|
+
import * as i2 from "@angular/common";
|
|
7
|
+
import * as i3 from "./ngt-portlet-header/ngt-portlet-header.component";
|
|
8
|
+
import * as i4 from "./ngt-portlet-body/ngt-portlet-body.component";
|
|
9
|
+
import * as i5 from "./ngt-portlet-footer/ngt-portlet-footer.component";
|
|
10
|
+
export class NgtPortletComponent {
|
|
11
|
+
constructor(injector, ngtStylizableDirective) {
|
|
12
|
+
this.injector = injector;
|
|
13
|
+
this.ngtStylizableDirective = ngtStylizableDirective;
|
|
14
|
+
this.icon = null;
|
|
15
|
+
this.customLayout = false;
|
|
16
|
+
this.withFooter = false;
|
|
17
|
+
this.withBody = true;
|
|
18
|
+
this.helpTitle = '';
|
|
19
|
+
this.helpText = '';
|
|
20
|
+
this.helpIconColor = '';
|
|
21
|
+
if (this.ngtStylizableDirective) {
|
|
22
|
+
this.ngtStyle = this.ngtStylizableDirective.getNgtStylizableService();
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
this.ngtStyle = new NgtStylizableService();
|
|
26
|
+
}
|
|
27
|
+
this.ngtStyle.load(this.injector, 'NgtPortlet', {
|
|
28
|
+
h: 'h-auto',
|
|
29
|
+
shadow: 'shadow',
|
|
30
|
+
color: {}
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
NgtPortletComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletComponent, deps: [{ token: i0.Injector }, { token: i1.NgtStylizableDirective, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
+
NgtPortletComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtPortletComponent, selector: "ngt-portlet", inputs: { caption: "caption", icon: "icon", customLayout: "customLayout", withFooter: "withFooter", withBody: "withBody", helpTitle: "helpTitle", helpText: "helpText", helpIconColor: "helpIconColor" }, ngImport: i0, template: "<div class=\"w-full {{ ngtStyle.compile(['h', 'color.bg', 'color.text', 'p', 'px', 'py', 'pl', 'pr', 'pt', 'pb', 'm', 'mx', 'my', 'ml', 'mr', 'mt', 'mb', 'shadow']) }}\"\r\n @fadeUp>\r\n <div *ngIf=\"!customLayout\">\r\n <ngt-portlet-header [icon]='icon' [caption]='caption' [helperText]=\"helpText\" [helperTitle]=\"helpTitle\"\r\n [helperIconColor]=\"helpIconColor\">\r\n <div right-header>\r\n <ng-content select='[right-header]'></ng-content>\r\n </div>\r\n\r\n <div left-header>\r\n <ng-content select='[left-header]'></ng-content>\r\n </div>\r\n\r\n <div header>\r\n <ng-content select='[header]'></ng-content>\r\n </div>\r\n </ngt-portlet-header>\r\n </div>\r\n\r\n <ng-container *ngIf=\"!customLayout && withBody\">\r\n <ngt-portlet-body>\r\n <ng-content select='[body]'></ng-content>\r\n </ngt-portlet-body>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"!customLayout && withFooter\">\r\n <ngt-portlet-footer>\r\n <div right-footer>\r\n <ng-content select='[right-footer]'></ng-content>\r\n </div>\r\n\r\n <div left-footer>\r\n <ng-content select='[left-footer]'></ng-content>\r\n </div>\r\n\r\n <div footer>\r\n <ng-content select='[footer]'></ng-content>\r\n </div>\r\n </ngt-portlet-footer>\r\n </ng-container>\r\n\r\n <ng-content></ng-content>\r\n</div>", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NgtPortletHeaderComponent, selector: "ngt-portlet-header", inputs: ["caption", "icon", "iconSize", "helperTitle", "helperText", "helperIconColor"] }, { kind: "component", type: i4.NgtPortletBodyComponent, selector: "ngt-portlet-body" }, { kind: "component", type: i5.NgtPortletFooterComponent, selector: "ngt-portlet-footer" }], animations: [
|
|
36
|
+
trigger('fadeUp', [
|
|
37
|
+
state('void', style({ transform: 'translateY(20px)', opacity: 0 })),
|
|
38
|
+
transition(':enter', [
|
|
39
|
+
animate(500)
|
|
40
|
+
])
|
|
41
|
+
])
|
|
42
|
+
] });
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletComponent, decorators: [{
|
|
44
|
+
type: Component,
|
|
45
|
+
args: [{ selector: 'ngt-portlet', animations: [
|
|
46
|
+
trigger('fadeUp', [
|
|
47
|
+
state('void', style({ transform: 'translateY(20px)', opacity: 0 })),
|
|
48
|
+
transition(':enter', [
|
|
49
|
+
animate(500)
|
|
50
|
+
])
|
|
51
|
+
])
|
|
52
|
+
], template: "<div class=\"w-full {{ ngtStyle.compile(['h', 'color.bg', 'color.text', 'p', 'px', 'py', 'pl', 'pr', 'pt', 'pb', 'm', 'mx', 'my', 'ml', 'mr', 'mt', 'mb', 'shadow']) }}\"\r\n @fadeUp>\r\n <div *ngIf=\"!customLayout\">\r\n <ngt-portlet-header [icon]='icon' [caption]='caption' [helperText]=\"helpText\" [helperTitle]=\"helpTitle\"\r\n [helperIconColor]=\"helpIconColor\">\r\n <div right-header>\r\n <ng-content select='[right-header]'></ng-content>\r\n </div>\r\n\r\n <div left-header>\r\n <ng-content select='[left-header]'></ng-content>\r\n </div>\r\n\r\n <div header>\r\n <ng-content select='[header]'></ng-content>\r\n </div>\r\n </ngt-portlet-header>\r\n </div>\r\n\r\n <ng-container *ngIf=\"!customLayout && withBody\">\r\n <ngt-portlet-body>\r\n <ng-content select='[body]'></ng-content>\r\n </ngt-portlet-body>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"!customLayout && withFooter\">\r\n <ngt-portlet-footer>\r\n <div right-footer>\r\n <ng-content select='[right-footer]'></ng-content>\r\n </div>\r\n\r\n <div left-footer>\r\n <ng-content select='[left-footer]'></ng-content>\r\n </div>\r\n\r\n <div footer>\r\n <ng-content select='[footer]'></ng-content>\r\n </div>\r\n </ngt-portlet-footer>\r\n </ng-container>\r\n\r\n <ng-content></ng-content>\r\n</div>" }]
|
|
53
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1.NgtStylizableDirective, decorators: [{
|
|
54
|
+
type: Self
|
|
55
|
+
}, {
|
|
56
|
+
type: Optional
|
|
57
|
+
}] }]; }, propDecorators: { caption: [{
|
|
58
|
+
type: Input
|
|
59
|
+
}], icon: [{
|
|
60
|
+
type: Input
|
|
61
|
+
}], customLayout: [{
|
|
62
|
+
type: Input
|
|
63
|
+
}], withFooter: [{
|
|
64
|
+
type: Input
|
|
65
|
+
}], withBody: [{
|
|
66
|
+
type: Input
|
|
67
|
+
}], helpTitle: [{
|
|
68
|
+
type: Input
|
|
69
|
+
}], helpText: [{
|
|
70
|
+
type: Input
|
|
71
|
+
}], helpIconColor: [{
|
|
72
|
+
type: Input
|
|
73
|
+
}] } });
|
|
74
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd0LXBvcnRsZXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctdGFpbHdpbmQvc3JjL2NvbXBvbmVudHMvbmd0LXBvcnRsZXQvbmd0LXBvcnRsZXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctdGFpbHdpbmQvc3JjL2NvbXBvbmVudHMvbmd0LXBvcnRsZXQvbmd0LXBvcnRsZXQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFLFVBQVUsRUFBRSxPQUFPLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNqRixPQUFPLEVBQUUsU0FBUyxFQUFZLEtBQUssRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzNFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHNEQUFzRCxDQUFDOzs7Ozs7O0FBYzVGLE1BQU0sT0FBTyxtQkFBbUI7SUFZNUIsWUFDWSxRQUFrQixFQUNFLHNCQUE4QztRQURsRSxhQUFRLEdBQVIsUUFBUSxDQUFVO1FBQ0UsMkJBQXNCLEdBQXRCLHNCQUFzQixDQUF3QjtRQVo5RCxTQUFJLEdBQVcsSUFBSSxDQUFDO1FBQ3BCLGlCQUFZLEdBQVksS0FBSyxDQUFDO1FBQzlCLGVBQVUsR0FBWSxLQUFLLENBQUM7UUFDNUIsYUFBUSxHQUFZLElBQUksQ0FBQztRQUN6QixjQUFTLEdBQVcsRUFBRSxDQUFDO1FBQ3ZCLGFBQVEsR0FBVyxFQUFFLENBQUM7UUFDdEIsa0JBQWEsR0FBVyxFQUFFLENBQUM7UUFRdkMsSUFBSSxJQUFJLENBQUMsc0JBQXNCLEVBQUU7WUFDN0IsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsc0JBQXNCLENBQUMsdUJBQXVCLEVBQUUsQ0FBQztTQUN6RTthQUFNO1lBQ0gsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLG9CQUFvQixFQUFFLENBQUM7U0FDOUM7UUFFRCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLFlBQVksRUFBRTtZQUM1QyxDQUFDLEVBQUUsUUFBUTtZQUNYLE1BQU0sRUFBRSxRQUFRO1lBQ2hCLEtBQUssRUFBRSxFQUFFO1NBQ1osQ0FBQyxDQUFDO0lBQ1AsQ0FBQzs7Z0hBM0JRLG1CQUFtQjtvR0FBbkIsbUJBQW1CLDZQQ2xCaEMsOGlEQTBDTSx3ZURqQ1U7UUFDUixPQUFPLENBQUMsUUFBUSxFQUFFO1lBQ2QsS0FBSyxDQUFDLE1BQU0sRUFBRSxLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDbkUsVUFBVSxDQUFDLFFBQVEsRUFBRTtnQkFDakIsT0FBTyxDQUFDLEdBQUcsQ0FBQzthQUNmLENBQUM7U0FDTCxDQUFDO0tBQ0w7MkZBRVEsbUJBQW1CO2tCQVovQixTQUFTOytCQUNJLGFBQWEsY0FFWDt3QkFDUixPQUFPLENBQUMsUUFBUSxFQUFFOzRCQUNkLEtBQUssQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLGtCQUFrQixFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDOzRCQUNuRSxVQUFVLENBQUMsUUFBUSxFQUFFO2dDQUNqQixPQUFPLENBQUMsR0FBRyxDQUFDOzZCQUNmLENBQUM7eUJBQ0wsQ0FBQztxQkFDTDs7MEJBZ0JJLElBQUk7OzBCQUFJLFFBQVE7NENBYkwsT0FBTztzQkFBdEIsS0FBSztnQkFDVSxJQUFJO3NCQUFuQixLQUFLO2dCQUNVLFlBQVk7c0JBQTNCLEtBQUs7Z0JBQ1UsVUFBVTtzQkFBekIsS0FBSztnQkFDVSxRQUFRO3NCQUF2QixLQUFLO2dCQUNVLFNBQVM7c0JBQXhCLEtBQUs7Z0JBQ1UsUUFBUTtzQkFBdkIsS0FBSztnQkFDVSxhQUFhO3NCQUE1QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgYW5pbWF0ZSwgc3RhdGUsIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XHJcbmltcG9ydCB7IENvbXBvbmVudCwgSW5qZWN0b3IsIElucHV0LCBPcHRpb25hbCwgU2VsZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuaW1wb3J0IHsgTmd0U3R5bGl6YWJsZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMvbmd0LXN0eWxpemFibGUvbmd0LXN0eWxpemFibGUuZGlyZWN0aXZlJztcclxuaW1wb3J0IHsgTmd0U3R5bGl6YWJsZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9uZ3Qtc3R5bGl6YWJsZS9uZ3Qtc3R5bGl6YWJsZS5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICduZ3QtcG9ydGxldCcsXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vbmd0LXBvcnRsZXQuY29tcG9uZW50Lmh0bWwnLFxyXG4gICAgYW5pbWF0aW9uczogW1xyXG4gICAgICAgIHRyaWdnZXIoJ2ZhZGVVcCcsIFtcclxuICAgICAgICAgICAgc3RhdGUoJ3ZvaWQnLCBzdHlsZSh7IHRyYW5zZm9ybTogJ3RyYW5zbGF0ZVkoMjBweCknLCBvcGFjaXR5OiAwIH0pKSxcclxuICAgICAgICAgICAgdHJhbnNpdGlvbignOmVudGVyJywgW1xyXG4gICAgICAgICAgICAgICAgYW5pbWF0ZSg1MDApXHJcbiAgICAgICAgICAgIF0pXHJcbiAgICAgICAgXSlcclxuICAgIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIE5ndFBvcnRsZXRDb21wb25lbnQge1xyXG4gICAgQElucHV0KCkgcHVibGljIGNhcHRpb246IHN0cmluZztcclxuICAgIEBJbnB1dCgpIHB1YmxpYyBpY29uOiBzdHJpbmcgPSBudWxsO1xyXG4gICAgQElucHV0KCkgcHVibGljIGN1c3RvbUxheW91dDogYm9vbGVhbiA9IGZhbHNlO1xyXG4gICAgQElucHV0KCkgcHVibGljIHdpdGhGb290ZXI6IGJvb2xlYW4gPSBmYWxzZTtcclxuICAgIEBJbnB1dCgpIHB1YmxpYyB3aXRoQm9keTogYm9vbGVhbiA9IHRydWU7XHJcbiAgICBASW5wdXQoKSBwdWJsaWMgaGVscFRpdGxlOiBzdHJpbmcgPSAnJztcclxuICAgIEBJbnB1dCgpIHB1YmxpYyBoZWxwVGV4dDogc3RyaW5nID0gJyc7XHJcbiAgICBASW5wdXQoKSBwdWJsaWMgaGVscEljb25Db2xvcjogc3RyaW5nID0gJyc7XHJcblxyXG4gICAgcHVibGljIG5ndFN0eWxlOiBOZ3RTdHlsaXphYmxlU2VydmljZTtcclxuXHJcbiAgICBwdWJsaWMgY29uc3RydWN0b3IoXHJcbiAgICAgICAgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IsXHJcbiAgICAgICAgQFNlbGYoKSBAT3B0aW9uYWwoKSBwcml2YXRlIG5ndFN0eWxpemFibGVEaXJlY3RpdmU6IE5ndFN0eWxpemFibGVEaXJlY3RpdmUsXHJcbiAgICApIHtcclxuICAgICAgICBpZiAodGhpcy5uZ3RTdHlsaXphYmxlRGlyZWN0aXZlKSB7XHJcbiAgICAgICAgICAgIHRoaXMubmd0U3R5bGUgPSB0aGlzLm5ndFN0eWxpemFibGVEaXJlY3RpdmUuZ2V0Tmd0U3R5bGl6YWJsZVNlcnZpY2UoKTtcclxuICAgICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgICB0aGlzLm5ndFN0eWxlID0gbmV3IE5ndFN0eWxpemFibGVTZXJ2aWNlKCk7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICB0aGlzLm5ndFN0eWxlLmxvYWQodGhpcy5pbmplY3RvciwgJ05ndFBvcnRsZXQnLCB7XHJcbiAgICAgICAgICAgIGg6ICdoLWF1dG8nLFxyXG4gICAgICAgICAgICBzaGFkb3c6ICdzaGFkb3cnLFxyXG4gICAgICAgICAgICBjb2xvcjoge31cclxuICAgICAgICB9KTtcclxuICAgIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwidy1mdWxsIHt7IG5ndFN0eWxlLmNvbXBpbGUoWydoJywgJ2NvbG9yLmJnJywgJ2NvbG9yLnRleHQnLCAncCcsICdweCcsICdweScsICdwbCcsICdwcicsICdwdCcsICdwYicsICdtJywgJ214JywgJ215JywgJ21sJywgJ21yJywgJ210JywgJ21iJywgJ3NoYWRvdyddKSB9fVwiXHJcbiAgICBAZmFkZVVwPlxyXG4gICAgPGRpdiAqbmdJZj1cIiFjdXN0b21MYXlvdXRcIj5cclxuICAgICAgICA8bmd0LXBvcnRsZXQtaGVhZGVyIFtpY29uXT0naWNvbicgW2NhcHRpb25dPSdjYXB0aW9uJyBbaGVscGVyVGV4dF09XCJoZWxwVGV4dFwiIFtoZWxwZXJUaXRsZV09XCJoZWxwVGl0bGVcIlxyXG4gICAgICAgICAgICBbaGVscGVySWNvbkNvbG9yXT1cImhlbHBJY29uQ29sb3JcIj5cclxuICAgICAgICAgICAgPGRpdiByaWdodC1oZWFkZXI+XHJcbiAgICAgICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9J1tyaWdodC1oZWFkZXJdJz48L25nLWNvbnRlbnQ+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPGRpdiBsZWZ0LWhlYWRlcj5cclxuICAgICAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD0nW2xlZnQtaGVhZGVyXSc+PC9uZy1jb250ZW50PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgIDxkaXYgaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PSdbaGVhZGVyXSc+PC9uZy1jb250ZW50PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L25ndC1wb3J0bGV0LWhlYWRlcj5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIhY3VzdG9tTGF5b3V0ICYmIHdpdGhCb2R5XCI+XHJcbiAgICAgICAgPG5ndC1wb3J0bGV0LWJvZHk+XHJcbiAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD0nW2JvZHldJz48L25nLWNvbnRlbnQ+XHJcbiAgICAgICAgPC9uZ3QtcG9ydGxldC1ib2R5PlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcblxyXG4gICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiFjdXN0b21MYXlvdXQgJiYgd2l0aEZvb3RlclwiPlxyXG4gICAgICAgIDxuZ3QtcG9ydGxldC1mb290ZXI+XHJcbiAgICAgICAgICAgIDxkaXYgcmlnaHQtZm9vdGVyPlxyXG4gICAgICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PSdbcmlnaHQtZm9vdGVyXSc+PC9uZy1jb250ZW50PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgIDxkaXYgbGVmdC1mb290ZXI+XHJcbiAgICAgICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9J1tsZWZ0LWZvb3Rlcl0nPjwvbmctY29udGVudD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICA8ZGl2IGZvb3Rlcj5cclxuICAgICAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD0nW2Zvb3Rlcl0nPjwvbmctY29udGVudD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9uZ3QtcG9ydGxldC1mb290ZXI+XHJcbiAgICA8L25nLWNvbnRhaW5lcj5cclxuXHJcbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { NgtHelperModule } from '../ngt-helper/ngt-helper.module';
|
|
4
|
-
import { NgtSvgModule } from '../ngt-svg/ngt-svg.module';
|
|
5
|
-
import { NgtPortletBodyComponent } from './ngt-portlet-body/ngt-portlet-body.component';
|
|
6
|
-
import { NgtPortletFooterComponent } from './ngt-portlet-footer/ngt-portlet-footer.component';
|
|
7
|
-
import { NgtPortletHeaderComponent } from './ngt-portlet-header/ngt-portlet-header.component';
|
|
8
|
-
import { NgtPortletComponent } from './ngt-portlet.component';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export class NgtPortletModule {
|
|
11
|
-
}
|
|
12
|
-
NgtPortletModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13
|
-
NgtPortletModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletModule, declarations: [NgtPortletComponent,
|
|
14
|
-
NgtPortletHeaderComponent,
|
|
15
|
-
NgtPortletBodyComponent,
|
|
16
|
-
NgtPortletFooterComponent], imports: [CommonModule,
|
|
17
|
-
NgtSvgModule,
|
|
18
|
-
NgtHelperModule], exports: [NgtPortletComponent,
|
|
19
|
-
NgtPortletHeaderComponent,
|
|
20
|
-
NgtPortletBodyComponent,
|
|
21
|
-
NgtPortletFooterComponent] });
|
|
22
|
-
NgtPortletModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletModule, imports: [CommonModule,
|
|
23
|
-
NgtSvgModule,
|
|
24
|
-
NgtHelperModule] });
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletModule, decorators: [{
|
|
26
|
-
type: NgModule,
|
|
27
|
-
args: [{
|
|
28
|
-
declarations: [
|
|
29
|
-
NgtPortletComponent,
|
|
30
|
-
NgtPortletHeaderComponent,
|
|
31
|
-
NgtPortletBodyComponent,
|
|
32
|
-
NgtPortletFooterComponent
|
|
33
|
-
],
|
|
34
|
-
exports: [
|
|
35
|
-
NgtPortletComponent,
|
|
36
|
-
NgtPortletHeaderComponent,
|
|
37
|
-
NgtPortletBodyComponent,
|
|
38
|
-
NgtPortletFooterComponent
|
|
39
|
-
],
|
|
40
|
-
imports: [
|
|
41
|
-
CommonModule,
|
|
42
|
-
NgtSvgModule,
|
|
43
|
-
NgtHelperModule
|
|
44
|
-
]
|
|
45
|
-
}]
|
|
46
|
-
}] });
|
|
47
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { NgtHelperModule } from '../ngt-helper/ngt-helper.module';
|
|
4
|
+
import { NgtSvgModule } from '../ngt-svg/ngt-svg.module';
|
|
5
|
+
import { NgtPortletBodyComponent } from './ngt-portlet-body/ngt-portlet-body.component';
|
|
6
|
+
import { NgtPortletFooterComponent } from './ngt-portlet-footer/ngt-portlet-footer.component';
|
|
7
|
+
import { NgtPortletHeaderComponent } from './ngt-portlet-header/ngt-portlet-header.component';
|
|
8
|
+
import { NgtPortletComponent } from './ngt-portlet.component';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export class NgtPortletModule {
|
|
11
|
+
}
|
|
12
|
+
NgtPortletModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13
|
+
NgtPortletModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletModule, declarations: [NgtPortletComponent,
|
|
14
|
+
NgtPortletHeaderComponent,
|
|
15
|
+
NgtPortletBodyComponent,
|
|
16
|
+
NgtPortletFooterComponent], imports: [CommonModule,
|
|
17
|
+
NgtSvgModule,
|
|
18
|
+
NgtHelperModule], exports: [NgtPortletComponent,
|
|
19
|
+
NgtPortletHeaderComponent,
|
|
20
|
+
NgtPortletBodyComponent,
|
|
21
|
+
NgtPortletFooterComponent] });
|
|
22
|
+
NgtPortletModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletModule, imports: [CommonModule,
|
|
23
|
+
NgtSvgModule,
|
|
24
|
+
NgtHelperModule] });
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPortletModule, decorators: [{
|
|
26
|
+
type: NgModule,
|
|
27
|
+
args: [{
|
|
28
|
+
declarations: [
|
|
29
|
+
NgtPortletComponent,
|
|
30
|
+
NgtPortletHeaderComponent,
|
|
31
|
+
NgtPortletBodyComponent,
|
|
32
|
+
NgtPortletFooterComponent
|
|
33
|
+
],
|
|
34
|
+
exports: [
|
|
35
|
+
NgtPortletComponent,
|
|
36
|
+
NgtPortletHeaderComponent,
|
|
37
|
+
NgtPortletBodyComponent,
|
|
38
|
+
NgtPortletFooterComponent
|
|
39
|
+
],
|
|
40
|
+
imports: [
|
|
41
|
+
CommonModule,
|
|
42
|
+
NgtSvgModule,
|
|
43
|
+
NgtHelperModule
|
|
44
|
+
]
|
|
45
|
+
}]
|
|
46
|
+
}] });
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd0LXBvcnRsZXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctdGFpbHdpbmQvc3JjL2NvbXBvbmVudHMvbmd0LXBvcnRsZXQvbmd0LXBvcnRsZXQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNsRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDekQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDeEYsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDOUYsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDOUYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7O0FBcUI5RCxNQUFNLE9BQU8sZ0JBQWdCOzs2R0FBaEIsZ0JBQWdCOzhHQUFoQixnQkFBZ0IsaUJBakJyQixtQkFBbUI7UUFDbkIseUJBQXlCO1FBQ3pCLHVCQUF1QjtRQUN2Qix5QkFBeUIsYUFTekIsWUFBWTtRQUNaLFlBQVk7UUFDWixlQUFlLGFBUmYsbUJBQW1CO1FBQ25CLHlCQUF5QjtRQUN6Qix1QkFBdUI7UUFDdkIseUJBQXlCOzhHQVFwQixnQkFBZ0IsWUFMckIsWUFBWTtRQUNaLFlBQVk7UUFDWixlQUFlOzJGQUdWLGdCQUFnQjtrQkFuQjVCLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFO3dCQUNWLG1CQUFtQjt3QkFDbkIseUJBQXlCO3dCQUN6Qix1QkFBdUI7d0JBQ3ZCLHlCQUF5QjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLG1CQUFtQjt3QkFDbkIseUJBQXlCO3dCQUN6Qix1QkFBdUI7d0JBQ3ZCLHlCQUF5QjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osWUFBWTt3QkFDWixlQUFlO3FCQUNsQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBOZ3RIZWxwZXJNb2R1bGUgfSBmcm9tICcuLi9uZ3QtaGVscGVyL25ndC1oZWxwZXIubW9kdWxlJztcclxuaW1wb3J0IHsgTmd0U3ZnTW9kdWxlIH0gZnJvbSAnLi4vbmd0LXN2Zy9uZ3Qtc3ZnLm1vZHVsZSc7XHJcbmltcG9ydCB7IE5ndFBvcnRsZXRCb2R5Q29tcG9uZW50IH0gZnJvbSAnLi9uZ3QtcG9ydGxldC1ib2R5L25ndC1wb3J0bGV0LWJvZHkuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTmd0UG9ydGxldEZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vbmd0LXBvcnRsZXQtZm9vdGVyL25ndC1wb3J0bGV0LWZvb3Rlci5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBOZ3RQb3J0bGV0SGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9uZ3QtcG9ydGxldC1oZWFkZXIvbmd0LXBvcnRsZXQtaGVhZGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IE5ndFBvcnRsZXRDb21wb25lbnQgfSBmcm9tICcuL25ndC1wb3J0bGV0LmNvbXBvbmVudCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gICAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICAgICAgTmd0UG9ydGxldENvbXBvbmVudCxcclxuICAgICAgICBOZ3RQb3J0bGV0SGVhZGVyQ29tcG9uZW50LFxyXG4gICAgICAgIE5ndFBvcnRsZXRCb2R5Q29tcG9uZW50LFxyXG4gICAgICAgIE5ndFBvcnRsZXRGb290ZXJDb21wb25lbnRcclxuICAgIF0sXHJcbiAgICBleHBvcnRzOiBbXHJcbiAgICAgICAgTmd0UG9ydGxldENvbXBvbmVudCxcclxuICAgICAgICBOZ3RQb3J0bGV0SGVhZGVyQ29tcG9uZW50LFxyXG4gICAgICAgIE5ndFBvcnRsZXRCb2R5Q29tcG9uZW50LFxyXG4gICAgICAgIE5ndFBvcnRsZXRGb290ZXJDb21wb25lbnRcclxuICAgIF0sXHJcbiAgICBpbXBvcnRzOiBbXHJcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgICAgIE5ndFN2Z01vZHVsZSxcclxuICAgICAgICBOZ3RIZWxwZXJNb2R1bGVcclxuICAgIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIE5ndFBvcnRsZXRNb2R1bGUgeyB9XHJcbiJdfQ==
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { Component, EventEmitter, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class NgtRadioButtonContainerComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.onActiveRadioButtonChange = new EventEmitter();
|
|
6
|
-
}
|
|
7
|
-
setActiveRadioButton(activeRadioButton) {
|
|
8
|
-
this.onActiveRadioButtonChange.emit(activeRadioButton);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
NgtRadioButtonContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtRadioButtonContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
-
NgtRadioButtonContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtRadioButtonContainerComponent, selector: "[ngt-radio-button-container]", outputs: { onActiveRadioButtonChange: "onActiveRadioButtonChange" }, ngImport: i0, template: "<ng-content></ng-content>" });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtRadioButtonContainerComponent, decorators: [{
|
|
14
|
-
type: Component,
|
|
15
|
-
args: [{ selector: '[ngt-radio-button-container]', template: "<ng-content></ng-content>" }]
|
|
16
|
-
}], propDecorators: { onActiveRadioButtonChange: [{
|
|
17
|
-
type: Output
|
|
18
|
-
}] } });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, EventEmitter, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class NgtRadioButtonContainerComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.onActiveRadioButtonChange = new EventEmitter();
|
|
6
|
+
}
|
|
7
|
+
setActiveRadioButton(activeRadioButton) {
|
|
8
|
+
this.onActiveRadioButtonChange.emit(activeRadioButton);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
NgtRadioButtonContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtRadioButtonContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
NgtRadioButtonContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtRadioButtonContainerComponent, selector: "[ngt-radio-button-container]", outputs: { onActiveRadioButtonChange: "onActiveRadioButtonChange" }, ngImport: i0, template: "<ng-content></ng-content>" });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtRadioButtonContainerComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{ selector: '[ngt-radio-button-container]', template: "<ng-content></ng-content>" }]
|
|
16
|
+
}], propDecorators: { onActiveRadioButtonChange: [{
|
|
17
|
+
type: Output
|
|
18
|
+
}] } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd0LXJhZGlvLWJ1dHRvbi1jb250YWluZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctdGFpbHdpbmQvc3JjL2NvbXBvbmVudHMvbmd0LXJhZGlvLWJ1dHRvbi9uZ3QtcmFkaW8tYnV0dG9uLWNvbnRhaW5lci9uZ3QtcmFkaW8tYnV0dG9uLWNvbnRhaW5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy10YWlsd2luZC9zcmMvY29tcG9uZW50cy9uZ3QtcmFkaW8tYnV0dG9uL25ndC1yYWRpby1idXR0b24tY29udGFpbmVyL25ndC1yYWRpby1idXR0b24tY29udGFpbmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRaEUsTUFBTSxPQUFPLGdDQUFnQztJQUo3QztRQUtxQiw4QkFBeUIsR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO0tBS25FO0lBSFUsb0JBQW9CLENBQUMsaUJBQTBDO1FBQ2xFLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUMzRCxDQUFDOzs2SEFMUSxnQ0FBZ0M7aUhBQWhDLGdDQUFnQyx5SUNSN0MsMkJBQXlCOzJGRFFaLGdDQUFnQztrQkFKNUMsU0FBUzsrQkFDSSw4QkFBOEI7OEJBSXZCLHlCQUF5QjtzQkFBekMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmltcG9ydCB7IE5ndFJhZGlvQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi4vbmd0LXJhZGlvLWJ1dHRvbi5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ1tuZ3QtcmFkaW8tYnV0dG9uLWNvbnRhaW5lcl0nLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL25ndC1yYWRpby1idXR0b24tY29udGFpbmVyLmNvbXBvbmVudC5odG1sJyxcclxufSlcclxuZXhwb3J0IGNsYXNzIE5ndFJhZGlvQnV0dG9uQ29udGFpbmVyQ29tcG9uZW50IHtcclxuICAgIEBPdXRwdXQoKSBwdWJsaWMgb25BY3RpdmVSYWRpb0J1dHRvbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgICBwdWJsaWMgc2V0QWN0aXZlUmFkaW9CdXR0b24oYWN0aXZlUmFkaW9CdXR0b246IE5ndFJhZGlvQnV0dG9uQ29tcG9uZW50KSB7XHJcbiAgICAgICAgdGhpcy5vbkFjdGl2ZVJhZGlvQnV0dG9uQ2hhbmdlLmVtaXQoYWN0aXZlUmFkaW9CdXR0b24pO1xyXG4gICAgfVxyXG59XHJcbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD4iXX0=
|