ng-tailwind 3.30.368 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/animations/ngt-angular-animations.d.ts +5 -5
- package/base/ngt-base-ng-model.d.ts +32 -32
- package/bundles/ng-tailwind.umd.js +7689 -7631
- package/bundles/ng-tailwind.umd.js.map +1 -1
- package/components/ngt-action/ngt-action.component.d.ts +13 -13
- package/components/ngt-action/ngt-action.module.d.ts +2 -2
- package/components/ngt-button/ngt-button.component.d.ts +22 -22
- package/components/ngt-button/ngt-button.module.d.ts +2 -2
- package/components/ngt-checkbox/ngt-checkbox.component.d.ts +41 -41
- package/components/ngt-checkbox/ngt-checkbox.module.d.ts +2 -2
- package/components/ngt-content/ngt-content.component.d.ts +9 -9
- package/components/ngt-content/ngt-content.module.d.ts +2 -2
- package/components/ngt-datatable/ngt-datatable.component.d.ts +114 -114
- package/components/ngt-datatable/ngt-datatable.module.d.ts +2 -2
- package/components/ngt-datatable/ngt-tbody/ngt-tbody.component.d.ts +11 -11
- package/components/ngt-datatable/ngt-td/ngt-td.component.d.ts +11 -11
- package/components/ngt-datatable/ngt-td-check/ngt-td-check.component.d.ts +26 -26
- package/components/ngt-datatable/ngt-th/ngt-th.component.d.ts +48 -48
- package/components/ngt-datatable/ngt-th-check/ngt-th-check.component.d.ts +19 -19
- package/components/ngt-datatable/ngt-thead/ngt-thead.component.d.ts +10 -10
- package/components/ngt-datatable/ngt-tr/ngt-tr.component.d.ts +17 -17
- package/components/ngt-date/ngt-date.component.d.ts +75 -75
- package/components/ngt-date/ngt-date.module.d.ts +2 -2
- package/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.d.ts +5 -5
- package/components/ngt-dropdown/ngt-dropdown.component.d.ts +48 -48
- package/components/ngt-dropdown/ngt-dropdown.module.d.ts +2 -2
- package/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.d.ts +11 -11
- package/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.d.ts +22 -22
- package/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.d.ts +21 -21
- package/components/ngt-dropzone/ngt-dropzone.component.d.ts +108 -108
- package/components/ngt-dropzone/ngt-dropzone.module.d.ts +2 -2
- package/components/ngt-floating-button/ngt-floating-button.component.d.ts +32 -32
- package/components/ngt-floating-button/ngt-floating-button.module.d.ts +2 -2
- package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.d.ts +7 -7
- package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.module.d.ts +2 -2
- package/components/ngt-form/ngt-form.component.d.ts +52 -52
- package/components/ngt-form/ngt-form.module.d.ts +2 -2
- package/components/ngt-header-nav/ngt-header-nav.component.d.ts +11 -11
- package/components/ngt-header-nav/ngt-header-nav.module.d.ts +2 -2
- package/components/ngt-helper/ngt-helper.component.d.ts +20 -20
- package/components/ngt-helper/ngt-helper.module.d.ts +2 -2
- package/components/ngt-input/ngt-input.component.d.ts +116 -116
- package/components/ngt-input/ngt-input.module.d.ts +2 -2
- package/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.d.ts +2 -2
- package/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.d.ts +2 -2
- package/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.d.ts +12 -12
- package/components/ngt-modal/ngt-modal.component.d.ts +19 -19
- package/components/ngt-modal/ngt-modal.module.d.ts +2 -2
- package/components/ngt-multi-select/ngt-multi-select.component.d.ts +97 -97
- package/components/ngt-multi-select/ngt-multi-select.module.d.ts +2 -2
- package/components/ngt-pagination/ngt-pagination.component.d.ts +40 -40
- package/components/ngt-pagination/ngt-pagination.module.d.ts +2 -2
- package/components/ngt-popover/ngt-popover.component.d.ts +28 -28
- package/components/ngt-popover/ngt-popover.module.d.ts +2 -2
- package/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.d.ts +9 -9
- package/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.d.ts +9 -9
- package/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.d.ts +14 -14
- package/components/ngt-portlet/ngt-portlet.component.d.ts +17 -17
- package/components/ngt-portlet/ngt-portlet.module.d.ts +2 -2
- package/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.d.ts +6 -6
- package/components/ngt-radio-button/ngt-radio-button.component.d.ts +32 -32
- package/components/ngt-radio-button/ngt-radio-button.module.d.ts +2 -2
- package/components/ngt-section/ngt-section.component.d.ts +26 -26
- package/components/ngt-section/ngt-section.module.d.ts +2 -2
- package/components/ngt-select/ngt-select.component.d.ts +131 -131
- package/components/ngt-select/ngt-select.directive.d.ts +13 -13
- package/components/ngt-select/ngt-select.module.d.ts +2 -2
- package/components/ngt-shining/ngt-shining.component.d.ts +16 -16
- package/components/ngt-shining/ngt-shining.module.d.ts +2 -2
- package/components/ngt-sidenav/ngt-sidenav.component.d.ts +29 -29
- package/components/ngt-sidenav/ngt-sidenav.module.d.ts +2 -2
- package/components/ngt-slider/ngt-slider.component.d.ts +31 -31
- package/components/ngt-slider/ngt-slider.module.d.ts +2 -2
- package/components/ngt-svg/ngt-svg.component.d.ts +10 -10
- package/components/ngt-svg/ngt-svg.module.d.ts +2 -2
- package/components/ngt-tag/ngt-tag.component.d.ts +10 -10
- package/components/ngt-tag/ngt-tag.module.d.ts +2 -2
- package/components/ngt-textarea/ngt-textarea.component.d.ts +46 -46
- package/components/ngt-textarea/ngt-textarea.module.d.ts +2 -2
- package/components/ngt-validation/ngt-validation.component.d.ts +10 -10
- package/components/ngt-validation/ngt-validation.module.d.ts +2 -2
- package/directives/ngt-stylizable/ngt-stylizable.directive.d.ts +65 -65
- package/directives/ngt-stylizable/ngt-stylizable.module.d.ts +2 -2
- package/enums/size.enum.d.ts +8 -8
- package/esm2015/animations/ngt-angular-animations.js +34 -34
- package/esm2015/base/ngt-base-ng-model.js +90 -90
- package/esm2015/components/ngt-action/ngt-action.component.js +49 -49
- package/esm2015/components/ngt-action/ngt-action.module.js +19 -19
- package/esm2015/components/ngt-button/ngt-button.component.js +106 -106
- package/esm2015/components/ngt-button/ngt-button.module.js +19 -19
- package/esm2015/components/ngt-checkbox/ngt-checkbox.component.js +139 -139
- package/esm2015/components/ngt-checkbox/ngt-checkbox.module.js +19 -19
- package/esm2015/components/ngt-content/ngt-content.component.js +33 -33
- package/esm2015/components/ngt-content/ngt-content.module.js +15 -15
- package/esm2015/components/ngt-datatable/ngt-datatable.component.js +409 -409
- package/esm2015/components/ngt-datatable/ngt-datatable.module.js +58 -58
- package/esm2015/components/ngt-datatable/ngt-tbody/ngt-tbody.component.js +58 -58
- package/esm2015/components/ngt-datatable/ngt-td/ngt-td.component.js +63 -63
- package/esm2015/components/ngt-datatable/ngt-td-check/ngt-td-check.component.js +105 -105
- package/esm2015/components/ngt-datatable/ngt-th/ngt-th.component.js +195 -195
- package/esm2015/components/ngt-datatable/ngt-th-check/ngt-th-check.component.js +87 -87
- package/esm2015/components/ngt-datatable/ngt-thead/ngt-thead.component.js +56 -56
- package/esm2015/components/ngt-datatable/ngt-tr/ngt-tr.component.js +76 -76
- package/esm2015/components/ngt-date/ngt-date.component.js +380 -380
- package/esm2015/components/ngt-date/ngt-date.module.js +25 -25
- package/esm2015/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.js +20 -20
- package/esm2015/components/ngt-dropdown/ngt-dropdown.component.js +185 -185
- package/esm2015/components/ngt-dropdown/ngt-dropdown.module.js +16 -16
- package/esm2015/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.js +50 -50
- package/esm2015/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.js +59 -59
- package/esm2015/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.js +67 -67
- package/esm2015/components/ngt-dropzone/ngt-dropzone.component.js +434 -434
- package/esm2015/components/ngt-dropzone/ngt-dropzone.module.js +37 -37
- package/esm2015/components/ngt-floating-button/ngt-floating-button.component.js +94 -94
- package/esm2015/components/ngt-floating-button/ngt-floating-button.module.js +19 -19
- package/esm2015/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.js +23 -23
- package/esm2015/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.module.js +15 -15
- package/esm2015/components/ngt-form/ngt-form.component.js +181 -181
- package/esm2015/components/ngt-form/ngt-form.module.js +17 -17
- package/esm2015/components/ngt-header-nav/ngt-header-nav.component.js +38 -38
- package/esm2015/components/ngt-header-nav/ngt-header-nav.module.js +15 -15
- package/esm2015/components/ngt-helper/ngt-helper.component.js +51 -51
- package/esm2015/components/ngt-helper/ngt-helper.module.js +19 -19
- package/esm2015/components/ngt-input/ngt-input.component.js +680 -680
- package/esm2015/components/ngt-input/ngt-input.module.js +28 -28
- package/esm2015/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.js +11 -11
- package/esm2015/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.js +11 -11
- package/esm2015/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.js +40 -40
- package/esm2015/components/ngt-modal/ngt-modal.component.js +79 -79
- package/esm2015/components/ngt-modal/ngt-modal.module.js +28 -28
- package/esm2015/components/ngt-multi-select/ngt-multi-select.component.js +394 -394
- package/esm2015/components/ngt-multi-select/ngt-multi-select.module.js +33 -33
- package/esm2015/components/ngt-pagination/ngt-pagination.component.js +172 -172
- package/esm2015/components/ngt-pagination/ngt-pagination.module.js +23 -23
- package/esm2015/components/ngt-popover/ngt-popover.component.js +73 -73
- package/esm2015/components/ngt-popover/ngt-popover.module.js +17 -17
- package/esm2015/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.js +34 -34
- package/esm2015/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.js +33 -33
- package/esm2015/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.js +47 -47
- package/esm2015/components/ngt-portlet/ngt-portlet.component.js +58 -58
- package/esm2015/components/ngt-portlet/ngt-portlet.module.js +32 -32
- package/esm2015/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.js +19 -19
- package/esm2015/components/ngt-radio-button/ngt-radio-button.component.js +103 -103
- package/esm2015/components/ngt-radio-button/ngt-radio-button.module.js +20 -20
- package/esm2015/components/ngt-section/ngt-section.component.js +101 -101
- package/esm2015/components/ngt-section/ngt-section.module.js +21 -21
- package/esm2015/components/ngt-select/ngt-select.component.js +488 -488
- package/esm2015/components/ngt-select/ngt-select.directive.js +35 -35
- package/esm2015/components/ngt-select/ngt-select.module.js +40 -40
- package/esm2015/components/ngt-shining/ngt-shining.component.js +41 -41
- package/esm2015/components/ngt-shining/ngt-shining.module.js +15 -15
- package/esm2015/components/ngt-sidenav/ngt-sidenav.component.js +123 -123
- package/esm2015/components/ngt-sidenav/ngt-sidenav.module.js +15 -15
- package/esm2015/components/ngt-slider/ngt-slider.component.js +82 -82
- package/esm2015/components/ngt-slider/ngt-slider.module.js +17 -17
- package/esm2015/components/ngt-svg/ngt-svg.component.js +52 -52
- package/esm2015/components/ngt-svg/ngt-svg.module.js +19 -19
- package/esm2015/components/ngt-tag/ngt-tag.component.js +36 -36
- package/esm2015/components/ngt-tag/ngt-tag.module.js +17 -17
- package/esm2015/components/ngt-textarea/ngt-textarea.component.js +210 -210
- package/esm2015/components/ngt-textarea/ngt-textarea.module.js +26 -26
- package/esm2015/components/ngt-validation/ngt-validation.component.js +24 -24
- package/esm2015/components/ngt-validation/ngt-validation.module.js +15 -15
- package/esm2015/directives/ngt-stylizable/ngt-stylizable.directive.js +227 -227
- package/esm2015/directives/ngt-stylizable/ngt-stylizable.module.js +15 -15
- package/esm2015/enums/size.enum.js +11 -11
- package/esm2015/helpers/enum/enum.js +7 -7
- package/esm2015/helpers/form/form.js +14 -14
- package/esm2015/helpers/routing/route.js +11 -11
- package/esm2015/helpers/uuid.js +10 -10
- package/esm2015/ng-tailwind.js +10 -10
- package/esm2015/public-api.js +120 -120
- package/esm2015/services/http/ngt-attachment-http.service.js +3 -3
- package/esm2015/services/http/ngt-http-form.service.js +3 -3
- package/esm2015/services/http/ngt-http-resource.service.js +3 -3
- package/esm2015/services/http/ngt-http-validation.service.js +3 -3
- package/esm2015/services/http/ngt-http.service.js +3 -3
- package/esm2015/services/http/ngt-translate.service.js +3 -3
- package/esm2015/services/ngt-stylizable/ngt-stylizable.service.js +273 -273
- package/fesm2015/ng-tailwind.js +6690 -6690
- package/fesm2015/ng-tailwind.js.map +1 -1
- package/helpers/enum/enum.d.ts +1 -1
- package/helpers/form/form.d.ts +4 -4
- package/helpers/routing/route.d.ts +2 -2
- package/helpers/uuid.d.ts +1 -1
- package/ng-tailwind.d.ts +10 -10
- package/ng-tailwind.metadata.json +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +82 -82
- package/services/http/ngt-attachment-http.service.d.ts +10 -10
- 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 +11 -11
- package/services/http/ngt-http.service.d.ts +27 -27
- package/services/http/ngt-translate.service.d.ts +29 -29
- package/services/ngt-stylizable/ngt-stylizable.service.d.ts +96 -96
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class NgtShiningModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class NgtShiningModule {
|
|
2
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Injector, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
-
import { Size } from '../../enums/size.enum';
|
|
4
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
|
-
export declare class NgtSidenavComponent implements AfterViewInit {
|
|
6
|
-
private injector;
|
|
7
|
-
private ngtStyleDirective;
|
|
8
|
-
sideMenuRef: ElementRef;
|
|
9
|
-
containerRef: ElementRef;
|
|
10
|
-
size: Size;
|
|
11
|
-
initVisible: boolean;
|
|
12
|
-
closeMenuOnMobileView: boolean;
|
|
13
|
-
visible: boolean;
|
|
14
|
-
open: boolean;
|
|
15
|
-
isMenuContracted: boolean;
|
|
16
|
-
ngtStyle: NgtStylizableService;
|
|
17
|
-
private screenWidth;
|
|
18
|
-
constructor(injector: Injector, ngtStyleDirective: NgtStylizableDirective);
|
|
19
|
-
bindScreenSize(event?: any): void;
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
-
toggleMenu(): void;
|
|
23
|
-
closeMenu(): void;
|
|
24
|
-
openMenu(): void;
|
|
25
|
-
getNavSize(): "w-full" | "md:w-auto w-4/12" | "md:w-1/12 w-4/12" | "md:w-2/12 w-5/12" | "md:w-4/12 w-6/12" | "md:w-6/12 w-full";
|
|
26
|
-
getContainerSize(): "w-full" | "md:w-6/12 w-full" | "md:w-11/12 w-full" | "md:w-10/12 w-full" | "md:w-8/12 w-full";
|
|
27
|
-
toggleMenuSize(size: Size): void;
|
|
28
|
-
isMobileView(): boolean;
|
|
29
|
-
}
|
|
1
|
+
import { AfterViewInit, ElementRef, Injector, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
+
import { Size } from '../../enums/size.enum';
|
|
4
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
5
|
+
export declare class NgtSidenavComponent implements AfterViewInit {
|
|
6
|
+
private injector;
|
|
7
|
+
private ngtStyleDirective;
|
|
8
|
+
sideMenuRef: ElementRef;
|
|
9
|
+
containerRef: ElementRef;
|
|
10
|
+
size: Size;
|
|
11
|
+
initVisible: boolean;
|
|
12
|
+
closeMenuOnMobileView: boolean;
|
|
13
|
+
visible: boolean;
|
|
14
|
+
open: boolean;
|
|
15
|
+
isMenuContracted: boolean;
|
|
16
|
+
ngtStyle: NgtStylizableService;
|
|
17
|
+
private screenWidth;
|
|
18
|
+
constructor(injector: Injector, ngtStyleDirective: NgtStylizableDirective);
|
|
19
|
+
bindScreenSize(event?: any): void;
|
|
20
|
+
ngAfterViewInit(): void;
|
|
21
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
+
toggleMenu(): void;
|
|
23
|
+
closeMenu(): void;
|
|
24
|
+
openMenu(): void;
|
|
25
|
+
getNavSize(): "w-full" | "md:w-auto w-4/12" | "md:w-1/12 w-4/12" | "md:w-2/12 w-5/12" | "md:w-4/12 w-6/12" | "md:w-6/12 w-full";
|
|
26
|
+
getContainerSize(): "w-full" | "md:w-6/12 w-full" | "md:w-11/12 w-full" | "md:w-10/12 w-full" | "md:w-8/12 w-full";
|
|
27
|
+
toggleMenuSize(size: Size): void;
|
|
28
|
+
isMobileView(): boolean;
|
|
29
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class NgtSidenavModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class NgtSidenavModule {
|
|
2
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlContainer } from '@angular/forms';
|
|
3
|
-
import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
4
|
-
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
5
|
-
export declare class NgtSliderComponent extends NgtBaseNgModel implements AfterViewInit, OnDestroy {
|
|
6
|
-
formContainer: ControlContainer;
|
|
7
|
-
private renderer;
|
|
8
|
-
private ngtFormComponent;
|
|
9
|
-
element: ElementRef;
|
|
10
|
-
display: ElementRef;
|
|
11
|
-
label: string;
|
|
12
|
-
shining: boolean;
|
|
13
|
-
name: string;
|
|
14
|
-
min: string;
|
|
15
|
-
max: string;
|
|
16
|
-
step: string;
|
|
17
|
-
color: NgtSliderColorSchemeEnum;
|
|
18
|
-
private subscriptions;
|
|
19
|
-
constructor(formContainer: ControlContainer, renderer: Renderer2, ngtFormComponent: NgtFormComponent);
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
change(value: boolean): void;
|
|
23
|
-
onNativeChange(value: boolean): void;
|
|
24
|
-
private destroySubscriptions;
|
|
25
|
-
}
|
|
26
|
-
export declare enum NgtSliderColorSchemeEnum {
|
|
27
|
-
PRIMARY = "primary",
|
|
28
|
-
SUCCESS = "success",
|
|
29
|
-
WARNING = "warning",
|
|
30
|
-
DANGER = "danger"
|
|
31
|
-
}
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
+
import { ControlContainer } from '@angular/forms';
|
|
3
|
+
import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
4
|
+
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
5
|
+
export declare class NgtSliderComponent extends NgtBaseNgModel implements AfterViewInit, OnDestroy {
|
|
6
|
+
formContainer: ControlContainer;
|
|
7
|
+
private renderer;
|
|
8
|
+
private ngtFormComponent;
|
|
9
|
+
element: ElementRef;
|
|
10
|
+
display: ElementRef;
|
|
11
|
+
label: string;
|
|
12
|
+
shining: boolean;
|
|
13
|
+
name: string;
|
|
14
|
+
min: string;
|
|
15
|
+
max: string;
|
|
16
|
+
step: string;
|
|
17
|
+
color: NgtSliderColorSchemeEnum;
|
|
18
|
+
private subscriptions;
|
|
19
|
+
constructor(formContainer: ControlContainer, renderer: Renderer2, ngtFormComponent: NgtFormComponent);
|
|
20
|
+
ngAfterViewInit(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
change(value: boolean): void;
|
|
23
|
+
onNativeChange(value: boolean): void;
|
|
24
|
+
private destroySubscriptions;
|
|
25
|
+
}
|
|
26
|
+
export declare enum NgtSliderColorSchemeEnum {
|
|
27
|
+
PRIMARY = "primary",
|
|
28
|
+
SUCCESS = "success",
|
|
29
|
+
WARNING = "warning",
|
|
30
|
+
DANGER = "danger"
|
|
31
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class NgtSliderModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class NgtSliderModule {
|
|
2
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AfterViewChecked, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
export declare class NgtSvgComponent implements AfterViewChecked, OnChanges {
|
|
3
|
-
src: string;
|
|
4
|
-
class: string;
|
|
5
|
-
private svgIconElement;
|
|
6
|
-
private appliedClass;
|
|
7
|
-
ngAfterViewChecked(): void;
|
|
8
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
9
|
-
private checkClassChange;
|
|
10
|
-
}
|
|
1
|
+
import { AfterViewChecked, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
export declare class NgtSvgComponent implements AfterViewChecked, OnChanges {
|
|
3
|
+
src: string;
|
|
4
|
+
class: string;
|
|
5
|
+
private svgIconElement;
|
|
6
|
+
private appliedClass;
|
|
7
|
+
ngAfterViewChecked(): void;
|
|
8
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
9
|
+
private checkClassChange;
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class NgtSvgModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class NgtSvgModule {
|
|
2
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
-
export declare class NgtTagComponent {
|
|
5
|
-
private injector;
|
|
6
|
-
private ngtStylizableDirective;
|
|
7
|
-
icon: string;
|
|
8
|
-
ngtStyle: NgtStylizableService;
|
|
9
|
-
constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
|
|
10
|
-
}
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
export declare class NgtTagComponent {
|
|
5
|
+
private injector;
|
|
6
|
+
private ngtStylizableDirective;
|
|
7
|
+
icon: string;
|
|
8
|
+
ngtStyle: NgtStylizableService;
|
|
9
|
+
constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class NgtTagModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class NgtTagModule {
|
|
2
|
+
}
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import { ElementRef, Injector, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlContainer } from '@angular/forms';
|
|
3
|
-
import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
4
|
-
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
5
|
-
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
6
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
7
|
-
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
8
|
-
export declare class NgtTextareaComponent extends NgtBaseNgModel implements OnInit, OnDestroy {
|
|
9
|
-
private injector;
|
|
10
|
-
private ngtStylizableDirective;
|
|
11
|
-
formContainer: ControlContainer;
|
|
12
|
-
private ngtFormComponent;
|
|
13
|
-
private renderer;
|
|
14
|
-
ngtTranslateService: NgtTranslateService;
|
|
15
|
-
element: ElementRef;
|
|
16
|
-
label: string;
|
|
17
|
-
placeholder: string;
|
|
18
|
-
rows: string;
|
|
19
|
-
showCharactersLength: boolean;
|
|
20
|
-
helpTitle: string;
|
|
21
|
-
helpText: string;
|
|
22
|
-
helpTextColor: string;
|
|
23
|
-
shining: boolean;
|
|
24
|
-
name: string;
|
|
25
|
-
isDisabled: boolean;
|
|
26
|
-
isReadonly: boolean;
|
|
27
|
-
jit: boolean;
|
|
28
|
-
focus: boolean;
|
|
29
|
-
isRequired: boolean;
|
|
30
|
-
maxLength: number;
|
|
31
|
-
componentReady: boolean;
|
|
32
|
-
ngtStyle: NgtStylizableService;
|
|
33
|
-
private subscriptions;
|
|
34
|
-
constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective, formContainer: ControlContainer, ngtFormComponent: NgtFormComponent, renderer: Renderer2, ngtTranslateService: NgtTranslateService);
|
|
35
|
-
ngOnChanges(changes: any): void;
|
|
36
|
-
ngOnInit(): void;
|
|
37
|
-
ngOnDestroy(): void;
|
|
38
|
-
setFocus(): void;
|
|
39
|
-
clear(): void;
|
|
40
|
-
change(value: any): void;
|
|
41
|
-
getRemainingCharacters(): number;
|
|
42
|
-
private initComponent;
|
|
43
|
-
private updateValidations;
|
|
44
|
-
private getNativeValue;
|
|
45
|
-
private destroySubscriptions;
|
|
46
|
-
}
|
|
1
|
+
import { ElementRef, Injector, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import { ControlContainer } from '@angular/forms';
|
|
3
|
+
import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
4
|
+
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
5
|
+
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
6
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
7
|
+
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
8
|
+
export declare class NgtTextareaComponent extends NgtBaseNgModel implements OnInit, OnDestroy {
|
|
9
|
+
private injector;
|
|
10
|
+
private ngtStylizableDirective;
|
|
11
|
+
formContainer: ControlContainer;
|
|
12
|
+
private ngtFormComponent;
|
|
13
|
+
private renderer;
|
|
14
|
+
ngtTranslateService: NgtTranslateService;
|
|
15
|
+
element: ElementRef;
|
|
16
|
+
label: string;
|
|
17
|
+
placeholder: string;
|
|
18
|
+
rows: string;
|
|
19
|
+
showCharactersLength: boolean;
|
|
20
|
+
helpTitle: string;
|
|
21
|
+
helpText: string;
|
|
22
|
+
helpTextColor: string;
|
|
23
|
+
shining: boolean;
|
|
24
|
+
name: string;
|
|
25
|
+
isDisabled: boolean;
|
|
26
|
+
isReadonly: boolean;
|
|
27
|
+
jit: boolean;
|
|
28
|
+
focus: boolean;
|
|
29
|
+
isRequired: boolean;
|
|
30
|
+
maxLength: number;
|
|
31
|
+
componentReady: boolean;
|
|
32
|
+
ngtStyle: NgtStylizableService;
|
|
33
|
+
private subscriptions;
|
|
34
|
+
constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective, formContainer: ControlContainer, ngtFormComponent: NgtFormComponent, renderer: Renderer2, ngtTranslateService: NgtTranslateService);
|
|
35
|
+
ngOnChanges(changes: any): void;
|
|
36
|
+
ngOnInit(): void;
|
|
37
|
+
ngOnDestroy(): void;
|
|
38
|
+
setFocus(): void;
|
|
39
|
+
clear(): void;
|
|
40
|
+
change(value: any): void;
|
|
41
|
+
getRemainingCharacters(): number;
|
|
42
|
+
private initComponent;
|
|
43
|
+
private updateValidations;
|
|
44
|
+
private getNativeValue;
|
|
45
|
+
private destroySubscriptions;
|
|
46
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class NgtTextareaModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class NgtTextareaModule {
|
|
2
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ControlContainer, FormControl } from '@angular/forms';
|
|
2
|
-
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
3
|
-
export declare class NgtValidationComponent {
|
|
4
|
-
ngtTranslateService: NgtTranslateService;
|
|
5
|
-
control: FormControl;
|
|
6
|
-
container: ControlContainer;
|
|
7
|
-
minValue: number;
|
|
8
|
-
minLength: number;
|
|
9
|
-
constructor(ngtTranslateService: NgtTranslateService);
|
|
10
|
-
}
|
|
1
|
+
import { ControlContainer, FormControl } from '@angular/forms';
|
|
2
|
+
import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
3
|
+
export declare class NgtValidationComponent {
|
|
4
|
+
ngtTranslateService: NgtTranslateService;
|
|
5
|
+
control: FormControl;
|
|
6
|
+
container: ControlContainer;
|
|
7
|
+
minValue: number;
|
|
8
|
+
minLength: number;
|
|
9
|
+
constructor(ngtTranslateService: NgtTranslateService);
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class NgtValidationModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class NgtValidationModule {
|
|
2
|
+
}
|
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
2
|
-
export declare class NgtStylizableDirective {
|
|
3
|
-
private ngtStylizableService;
|
|
4
|
-
constructor();
|
|
5
|
-
getNgtStylizableService(): NgtStylizableService;
|
|
6
|
-
get color(): any;
|
|
7
|
-
set color(color: any);
|
|
8
|
-
set textColor(textColor: string);
|
|
9
|
-
set bgColor(bgColor: string);
|
|
10
|
-
set borderColor(borderColor: any);
|
|
11
|
-
get h(): string;
|
|
12
|
-
set h(h: string);
|
|
13
|
-
get w(): string;
|
|
14
|
-
set w(w: string);
|
|
15
|
-
get p(): string;
|
|
16
|
-
set p(p: string);
|
|
17
|
-
get px(): string;
|
|
18
|
-
set px(px: string);
|
|
19
|
-
get py(): string;
|
|
20
|
-
set py(py: string);
|
|
21
|
-
get pt(): string;
|
|
22
|
-
set pt(pt: string);
|
|
23
|
-
get pr(): string;
|
|
24
|
-
set pr(pr: string);
|
|
25
|
-
get pb(): string;
|
|
26
|
-
set pb(pb: string);
|
|
27
|
-
get pl(): string;
|
|
28
|
-
set pl(pl: string);
|
|
29
|
-
get m(): string;
|
|
30
|
-
set m(m: string);
|
|
31
|
-
get mx(): string;
|
|
32
|
-
set mx(mx: string);
|
|
33
|
-
get my(): string;
|
|
34
|
-
set my(my: string);
|
|
35
|
-
get mt(): string;
|
|
36
|
-
set mt(mt: string);
|
|
37
|
-
get mr(): string;
|
|
38
|
-
set mr(mr: string);
|
|
39
|
-
get mb(): string;
|
|
40
|
-
set mb(mb: string);
|
|
41
|
-
get ml(): string;
|
|
42
|
-
set ml(ml: string);
|
|
43
|
-
get border(): string;
|
|
44
|
-
set border(border: string);
|
|
45
|
-
get shadow(): string;
|
|
46
|
-
set shadow(shadow: string);
|
|
47
|
-
get rounded(): string;
|
|
48
|
-
set rounded(rounded: string);
|
|
49
|
-
get font(): string;
|
|
50
|
-
set font(font: string);
|
|
51
|
-
get text(): string;
|
|
52
|
-
set text(text: string);
|
|
53
|
-
get breakWords(): string;
|
|
54
|
-
set breakWords(breakWords: string);
|
|
55
|
-
get overflow(): string;
|
|
56
|
-
set overflow(overflow: string);
|
|
57
|
-
get position(): string;
|
|
58
|
-
set position(position: string);
|
|
59
|
-
get justifyContent(): string;
|
|
60
|
-
set justifyContent(justifyContent: string);
|
|
61
|
-
get cursor(): string;
|
|
62
|
-
set cursor(cursor: string);
|
|
63
|
-
get fontCase(): string;
|
|
64
|
-
set fontCase(fontCase: string);
|
|
65
|
-
}
|
|
1
|
+
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
2
|
+
export declare class NgtStylizableDirective {
|
|
3
|
+
private ngtStylizableService;
|
|
4
|
+
constructor();
|
|
5
|
+
getNgtStylizableService(): NgtStylizableService;
|
|
6
|
+
get color(): any;
|
|
7
|
+
set color(color: any);
|
|
8
|
+
set textColor(textColor: string);
|
|
9
|
+
set bgColor(bgColor: string);
|
|
10
|
+
set borderColor(borderColor: any);
|
|
11
|
+
get h(): string;
|
|
12
|
+
set h(h: string);
|
|
13
|
+
get w(): string;
|
|
14
|
+
set w(w: string);
|
|
15
|
+
get p(): string;
|
|
16
|
+
set p(p: string);
|
|
17
|
+
get px(): string;
|
|
18
|
+
set px(px: string);
|
|
19
|
+
get py(): string;
|
|
20
|
+
set py(py: string);
|
|
21
|
+
get pt(): string;
|
|
22
|
+
set pt(pt: string);
|
|
23
|
+
get pr(): string;
|
|
24
|
+
set pr(pr: string);
|
|
25
|
+
get pb(): string;
|
|
26
|
+
set pb(pb: string);
|
|
27
|
+
get pl(): string;
|
|
28
|
+
set pl(pl: string);
|
|
29
|
+
get m(): string;
|
|
30
|
+
set m(m: string);
|
|
31
|
+
get mx(): string;
|
|
32
|
+
set mx(mx: string);
|
|
33
|
+
get my(): string;
|
|
34
|
+
set my(my: string);
|
|
35
|
+
get mt(): string;
|
|
36
|
+
set mt(mt: string);
|
|
37
|
+
get mr(): string;
|
|
38
|
+
set mr(mr: string);
|
|
39
|
+
get mb(): string;
|
|
40
|
+
set mb(mb: string);
|
|
41
|
+
get ml(): string;
|
|
42
|
+
set ml(ml: string);
|
|
43
|
+
get border(): string;
|
|
44
|
+
set border(border: string);
|
|
45
|
+
get shadow(): string;
|
|
46
|
+
set shadow(shadow: string);
|
|
47
|
+
get rounded(): string;
|
|
48
|
+
set rounded(rounded: string);
|
|
49
|
+
get font(): string;
|
|
50
|
+
set font(font: string);
|
|
51
|
+
get text(): string;
|
|
52
|
+
set text(text: string);
|
|
53
|
+
get breakWords(): string;
|
|
54
|
+
set breakWords(breakWords: string);
|
|
55
|
+
get overflow(): string;
|
|
56
|
+
set overflow(overflow: string);
|
|
57
|
+
get position(): string;
|
|
58
|
+
set position(position: string);
|
|
59
|
+
get justifyContent(): string;
|
|
60
|
+
set justifyContent(justifyContent: string);
|
|
61
|
+
get cursor(): string;
|
|
62
|
+
set cursor(cursor: string);
|
|
63
|
+
get fontCase(): string;
|
|
64
|
+
set fontCase(fontCase: string);
|
|
65
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class NgtStylizableModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class NgtStylizableModule {
|
|
2
|
+
}
|
package/enums/size.enum.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare enum Size {
|
|
2
|
-
AUTO = "AUTO",
|
|
3
|
-
XS = "XS",
|
|
4
|
-
SM = "SM",
|
|
5
|
-
MD = "MD",
|
|
6
|
-
XL = "XL",
|
|
7
|
-
FULL = "FULL"
|
|
8
|
-
}
|
|
1
|
+
export declare enum Size {
|
|
2
|
+
AUTO = "AUTO",
|
|
3
|
+
XS = "XS",
|
|
4
|
+
SM = "SM",
|
|
5
|
+
MD = "MD",
|
|
6
|
+
XL = "XL",
|
|
7
|
+
FULL = "FULL"
|
|
8
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { animate, state, style, transition, trigger } from '@angular/animations';
|
|
2
|
-
export function slideLeftToRightAnimation(name, duration, customStyle) {
|
|
3
|
-
return trigger(name, [
|
|
4
|
-
state('void', customStyle ? customStyle : style({ transform: 'translateX(-50px)', opacity: 0 })),
|
|
5
|
-
transition(':enter, :leave', [
|
|
6
|
-
animate(duration)
|
|
7
|
-
])
|
|
8
|
-
]);
|
|
9
|
-
}
|
|
10
|
-
export function slideRightToLeftAnimation(name, duration, customStyle) {
|
|
11
|
-
return trigger(name, [
|
|
12
|
-
state('void', customStyle ? customStyle : style({ transform: 'translateX(50px)', opacity: 0 })),
|
|
13
|
-
transition(':enter, :leave', [
|
|
14
|
-
animate(duration)
|
|
15
|
-
])
|
|
16
|
-
]);
|
|
17
|
-
}
|
|
18
|
-
export function fadeDownAnimation(name, duration, customStyle) {
|
|
19
|
-
return trigger(name, [
|
|
20
|
-
state('void', customStyle ? customStyle : style({ transform: 'translateY(-20px)', opacity: 0 })),
|
|
21
|
-
transition(':enter, :leave', [
|
|
22
|
-
animate(duration)
|
|
23
|
-
])
|
|
24
|
-
]);
|
|
25
|
-
}
|
|
26
|
-
export function fadeUpAnimation(name, duration, customStyle) {
|
|
27
|
-
return trigger(name, [
|
|
28
|
-
state('void', customStyle ? customStyle : style({ transform: 'translateY(20px)', opacity: 0 })),
|
|
29
|
-
transition(':enter, :leave', [
|
|
30
|
-
animate(duration)
|
|
31
|
-
])
|
|
32
|
-
]);
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { animate, state, style, transition, trigger } from '@angular/animations';
|
|
2
|
+
export function slideLeftToRightAnimation(name, duration, customStyle) {
|
|
3
|
+
return trigger(name, [
|
|
4
|
+
state('void', customStyle ? customStyle : style({ transform: 'translateX(-50px)', opacity: 0 })),
|
|
5
|
+
transition(':enter, :leave', [
|
|
6
|
+
animate(duration)
|
|
7
|
+
])
|
|
8
|
+
]);
|
|
9
|
+
}
|
|
10
|
+
export function slideRightToLeftAnimation(name, duration, customStyle) {
|
|
11
|
+
return trigger(name, [
|
|
12
|
+
state('void', customStyle ? customStyle : style({ transform: 'translateX(50px)', opacity: 0 })),
|
|
13
|
+
transition(':enter, :leave', [
|
|
14
|
+
animate(duration)
|
|
15
|
+
])
|
|
16
|
+
]);
|
|
17
|
+
}
|
|
18
|
+
export function fadeDownAnimation(name, duration, customStyle) {
|
|
19
|
+
return trigger(name, [
|
|
20
|
+
state('void', customStyle ? customStyle : style({ transform: 'translateY(-20px)', opacity: 0 })),
|
|
21
|
+
transition(':enter, :leave', [
|
|
22
|
+
animate(duration)
|
|
23
|
+
])
|
|
24
|
+
]);
|
|
25
|
+
}
|
|
26
|
+
export function fadeUpAnimation(name, duration, customStyle) {
|
|
27
|
+
return trigger(name, [
|
|
28
|
+
state('void', customStyle ? customStyle : style({ transform: 'translateY(20px)', opacity: 0 })),
|
|
29
|
+
transition(':enter, :leave', [
|
|
30
|
+
animate(duration)
|
|
31
|
+
])
|
|
32
|
+
]);
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd0LWFuZ3VsYXItYW5pbWF0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25nLXRhaWx3aW5kL3NyYy9hbmltYXRpb25zL25ndC1hbmd1bGFyLWFuaW1hdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBMEIsS0FBSyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFekcsTUFBTSxVQUFVLHlCQUF5QixDQUFDLElBQVksRUFBRSxRQUFhLEVBQUUsV0FBb0M7SUFDdkcsT0FBTyxPQUFPLENBQUMsSUFBSSxFQUFFO1FBQ2pCLEtBQUssQ0FBQyxNQUFNLEVBQUUsV0FBVyxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxFQUFFLFNBQVMsRUFBRSxtQkFBbUIsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUNoRyxVQUFVLENBQUMsZ0JBQWdCLEVBQUU7WUFDekIsT0FBTyxDQUFDLFFBQVEsQ0FBQztTQUNwQixDQUFDO0tBQ0wsQ0FBQyxDQUFDO0FBQ1AsQ0FBQztBQUVELE1BQU0sVUFBVSx5QkFBeUIsQ0FBQyxJQUFZLEVBQUUsUUFBYSxFQUFFLFdBQW9DO0lBQ3ZHLE9BQU8sT0FBTyxDQUFDLElBQUksRUFBRTtRQUNqQixLQUFLLENBQUMsTUFBTSxFQUFFLFdBQVcsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDL0YsVUFBVSxDQUFDLGdCQUFnQixFQUFFO1lBQ3pCLE9BQU8sQ0FBQyxRQUFRLENBQUM7U0FDcEIsQ0FBQztLQUNMLENBQUMsQ0FBQztBQUNQLENBQUM7QUFFRCxNQUFNLFVBQVUsaUJBQWlCLENBQUMsSUFBWSxFQUFFLFFBQWEsRUFBRSxXQUFvQztJQUMvRixPQUFPLE9BQU8sQ0FBQyxJQUFJLEVBQUU7UUFDakIsS0FBSyxDQUFDLE1BQU0sRUFBRSxXQUFXLENBQUMsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLG1CQUFtQixFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ2hHLFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRTtZQUN6QixPQUFPLENBQUMsUUFBUSxDQUFDO1NBQ3BCLENBQUM7S0FDTCxDQUFDLENBQUM7QUFDUCxDQUFDO0FBRUQsTUFBTSxVQUFVLGVBQWUsQ0FBQyxJQUFZLEVBQUUsUUFBYSxFQUFFLFdBQW9DO0lBQzdGLE9BQU8sT0FBTyxDQUFDLElBQUksRUFBRTtRQUNqQixLQUFLLENBQUMsTUFBTSxFQUFFLFdBQVcsQ0FBQyxDQUFDLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDL0YsVUFBVSxDQUFDLGdCQUFnQixFQUFFO1lBQ3pCLE9BQU8sQ0FBQyxRQUFRLENBQUM7U0FDcEIsQ0FBQztLQUNMLENBQUMsQ0FBQztBQUNQLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBhbmltYXRlLCBBbmltYXRpb25TdHlsZU1ldGFkYXRhLCBzdGF0ZSwgc3R5bGUsIHRyYW5zaXRpb24sIHRyaWdnZXIgfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcblxuZXhwb3J0IGZ1bmN0aW9uIHNsaWRlTGVmdFRvUmlnaHRBbmltYXRpb24obmFtZTogc3RyaW5nLCBkdXJhdGlvbjogYW55LCBjdXN0b21TdHlsZT86IEFuaW1hdGlvblN0eWxlTWV0YWRhdGEpIHtcbiAgICByZXR1cm4gdHJpZ2dlcihuYW1lLCBbXG4gICAgICAgIHN0YXRlKCd2b2lkJywgY3VzdG9tU3R5bGUgPyBjdXN0b21TdHlsZSA6IHN0eWxlKHsgdHJhbnNmb3JtOiAndHJhbnNsYXRlWCgtNTBweCknLCBvcGFjaXR5OiAwIH0pKSxcbiAgICAgICAgdHJhbnNpdGlvbignOmVudGVyLCA6bGVhdmUnLCBbXG4gICAgICAgICAgICBhbmltYXRlKGR1cmF0aW9uKVxuICAgICAgICBdKVxuICAgIF0pO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gc2xpZGVSaWdodFRvTGVmdEFuaW1hdGlvbihuYW1lOiBzdHJpbmcsIGR1cmF0aW9uOiBhbnksIGN1c3RvbVN0eWxlPzogQW5pbWF0aW9uU3R5bGVNZXRhZGF0YSkge1xuICAgIHJldHVybiB0cmlnZ2VyKG5hbWUsIFtcbiAgICAgICAgc3RhdGUoJ3ZvaWQnLCBjdXN0b21TdHlsZSA/IGN1c3RvbVN0eWxlIDogc3R5bGUoeyB0cmFuc2Zvcm06ICd0cmFuc2xhdGVYKDUwcHgpJywgb3BhY2l0eTogMCB9KSksXG4gICAgICAgIHRyYW5zaXRpb24oJzplbnRlciwgOmxlYXZlJywgW1xuICAgICAgICAgICAgYW5pbWF0ZShkdXJhdGlvbilcbiAgICAgICAgXSlcbiAgICBdKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGZhZGVEb3duQW5pbWF0aW9uKG5hbWU6IHN0cmluZywgZHVyYXRpb246IGFueSwgY3VzdG9tU3R5bGU/OiBBbmltYXRpb25TdHlsZU1ldGFkYXRhKSB7XG4gICAgcmV0dXJuIHRyaWdnZXIobmFtZSwgW1xuICAgICAgICBzdGF0ZSgndm9pZCcsIGN1c3RvbVN0eWxlID8gY3VzdG9tU3R5bGUgOiBzdHlsZSh7IHRyYW5zZm9ybTogJ3RyYW5zbGF0ZVkoLTIwcHgpJywgb3BhY2l0eTogMCB9KSksXG4gICAgICAgIHRyYW5zaXRpb24oJzplbnRlciwgOmxlYXZlJywgW1xuICAgICAgICAgICAgYW5pbWF0ZShkdXJhdGlvbilcbiAgICAgICAgXSlcbiAgICBdKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGZhZGVVcEFuaW1hdGlvbihuYW1lOiBzdHJpbmcsIGR1cmF0aW9uOiBhbnksIGN1c3RvbVN0eWxlPzogQW5pbWF0aW9uU3R5bGVNZXRhZGF0YSkge1xuICAgIHJldHVybiB0cmlnZ2VyKG5hbWUsIFtcbiAgICAgICAgc3RhdGUoJ3ZvaWQnLCBjdXN0b21TdHlsZSA/IGN1c3RvbVN0eWxlIDogc3R5bGUoeyB0cmFuc2Zvcm06ICd0cmFuc2xhdGVZKDIwcHgpJywgb3BhY2l0eTogMCB9KSksXG4gICAgICAgIHRyYW5zaXRpb24oJzplbnRlciwgOmxlYXZlJywgW1xuICAgICAgICAgICAgYW5pbWF0ZShkdXJhdGlvbilcbiAgICAgICAgXSlcbiAgICBdKTtcbn1cbiJdfQ==
|