special-forms 4.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/esm2020/lib/components/special-autocomplete/special-autocomplete.component.mjs +6 -8
  2. package/esm2020/lib/components/special-checkbox/special-checkbox.component.mjs +5 -5
  3. package/esm2020/lib/components/special-datepicker/special-datepicker.component.mjs +5 -6
  4. package/esm2020/lib/components/special-dropdown/special-dropdown.component.mjs +8 -10
  5. package/esm2020/lib/components/special-form/special-form.component.mjs +5 -5
  6. package/esm2020/lib/components/special-form/special-form.module.mjs +4 -5
  7. package/esm2020/lib/components/special-input/special-input.component.mjs +6 -7
  8. package/esm2020/lib/components/special-label/special-label.component.mjs +4 -5
  9. package/esm2020/lib/components/special-multiple-autocomplete/special-multiple-autocomplete.component.mjs +7 -9
  10. package/esm2020/lib/components/special-richtext/special-richtext.component.mjs +6 -4
  11. package/esm2020/lib/components/special-richtext/special-richtext.interface.mjs +1 -1
  12. package/esm2020/lib/components/special-text-area/special-text-area.component.mjs +5 -6
  13. package/esm2020/lib/components/special-upload/special-upload.component.mjs +5 -6
  14. package/esm2020/lib/core/aux-data/control-types.enum.mjs +1 -2
  15. package/esm2020/lib/core/pipes/controls-list-pipe/controls-list.pipe.mjs +3 -3
  16. package/esm2020/lib/core/pipes/error-message-pipe/error.pipe.mjs +3 -2
  17. package/esm2020/lib/core/pipes/index.mjs +4 -3
  18. package/esm2020/lib/core/pipes/text-by-function/text-by-function.pipe.mjs +3 -3
  19. package/esm2020/public-api.mjs +2 -1
  20. package/fesm2015/special-forms.mjs +62 -107
  21. package/fesm2015/special-forms.mjs.map +1 -1
  22. package/fesm2020/special-forms.mjs +62 -107
  23. package/fesm2020/special-forms.mjs.map +1 -1
  24. package/lib/components/special-form/special-form.module.d.ts +2 -2
  25. package/lib/components/special-richtext/special-richtext.interface.d.ts +3 -1
  26. package/lib/core/aux-data/control-types.enum.d.ts +0 -1
  27. package/lib/core/pipes/controls-list-pipe/controls-list.pipe.d.ts +1 -1
  28. package/lib/core/pipes/error-message-pipe/error.pipe.d.ts +1 -1
  29. package/lib/core/pipes/index.d.ts +3 -2
  30. package/lib/core/pipes/text-by-function/text-by-function.pipe.d.ts +1 -1
  31. package/package.json +1 -1
  32. package/public-api.d.ts +1 -0
  33. package/src/lib/assets/styles-config.scss +18 -0
  34. package/src/lib/assets/tailwind-final.scss +5 -9
  35. package/esm2020/lib/core/pipes/controls-list-pipe/controls-list.pipe.module.mjs +0 -18
  36. package/esm2020/lib/core/pipes/error-message-pipe/error.pipe.module.mjs +0 -20
  37. package/esm2020/lib/core/pipes/text-by-function/text-by-function.pipe.module.mjs +0 -20
  38. package/lib/core/pipes/controls-list-pipe/controls-list.pipe.module.d.ts +0 -8
  39. package/lib/core/pipes/error-message-pipe/error.pipe.module.d.ts +0 -8
  40. package/lib/core/pipes/text-by-function/text-by-function.pipe.module.d.ts +0 -8
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./special-form.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "../../core/pipes/controls-list-pipe/controls-list.pipe.module";
4
+ import * as i3 from "../../core/pipes/controls-list-pipe/controls-list.pipe";
5
5
  import * as i4 from "@angular/material/button";
6
6
  import * as i5 from "../special-richtext/special-richtext.component";
7
7
  import * as i6 from "../special-dropdown/special-dropdown.component";
@@ -15,6 +15,6 @@ import * as i13 from "../special-text-area/special-text-area.component";
15
15
  import * as i14 from "../special-upload/special-upload.component";
16
16
  export declare class SpecialFormModule {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SpecialFormModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<SpecialFormModule, [typeof i1.SpecialArrayComponent, typeof i1.FormControlsRenderDirective, typeof i1.SpecialFormComponent], [typeof i2.CommonModule, typeof i3.FormControlsListPipeModule, typeof i4.MatButtonModule, typeof i5.SpecialRichtextComponent, typeof i6.SpecialDropdownComponent, typeof i7.SpecialInputComponent, typeof i8.SpecialAutocompleteComponent, typeof i9.SpecialDatepickerComponent, typeof i10.SpecialLabelComponent, typeof i11.SpecialMultipleAutocompleteComponent, typeof i12.SpecialCheckboxComponent, typeof i13.SpecialTextAreaComponent, typeof i14.SpecialUploadComponent], [typeof i1.SpecialArrayComponent, typeof i1.FormControlsRenderDirective, typeof i1.SpecialFormComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SpecialFormModule, [typeof i1.SpecialArrayComponent, typeof i1.FormControlsRenderDirective, typeof i1.SpecialFormComponent], [typeof i2.CommonModule, typeof i3.FormControlsListPipe, typeof i4.MatButtonModule, typeof i5.SpecialRichtextComponent, typeof i6.SpecialDropdownComponent, typeof i7.SpecialInputComponent, typeof i8.SpecialAutocompleteComponent, typeof i9.SpecialDatepickerComponent, typeof i10.SpecialLabelComponent, typeof i11.SpecialMultipleAutocompleteComponent, typeof i12.SpecialCheckboxComponent, typeof i13.SpecialTextAreaComponent, typeof i14.SpecialUploadComponent], [typeof i1.SpecialArrayComponent, typeof i1.FormControlsRenderDirective, typeof i1.SpecialFormComponent]>;
19
19
  static ɵinj: i0.ɵɵInjectorDeclaration<SpecialFormModule>;
20
20
  }
@@ -1,6 +1,8 @@
1
1
  import { EControlTypes } from '../../core/aux-data/control-types.enum';
2
2
  import { IFieldData } from '../../core/interfaces/field-basics.interfaces';
3
- export type IRichTextSettings = {};
3
+ export type IRichTextSettings = {
4
+ colorPresets: string[];
5
+ };
4
6
  export interface IRichTextField extends IFieldData {
5
7
  settings: IRichTextSettings;
6
8
  type: EControlTypes.richText;
@@ -5,7 +5,6 @@ export declare enum EControlTypes {
5
5
  textArea = "TEXT-AREA",
6
6
  dropdown = "DROPDOWN",
7
7
  date = "DATE",
8
- time = "TIME",
9
8
  checkbox = "CHECKBOX",
10
9
  upload = "UPLOAD",
11
10
  autocomplete = "AUTOCOMPLETE",
@@ -7,5 +7,5 @@ export declare class FormControlsListPipe implements PipeTransform {
7
7
  [key: string]: AbstractControl;
8
8
  }): SpecialFormControl<any>[];
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FormControlsListPipe, never>;
10
- static ɵpipe: i0.ɵɵPipeDeclaration<FormControlsListPipe, "controlsList", false>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<FormControlsListPipe, "controlsList", true>;
11
11
  }
@@ -8,5 +8,5 @@ export declare class ErrorMessagePipe implements PipeTransform {
8
8
  [key: string]: any;
9
9
  }, control?: FormControl): any;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessagePipe, never>;
11
- static ɵpipe: i0.ɵɵPipeDeclaration<ErrorMessagePipe, "errorMessage", false>;
11
+ static ɵpipe: i0.ɵɵPipeDeclaration<ErrorMessagePipe, "errorMessage", true>;
12
12
  }
@@ -1,2 +1,3 @@
1
- export { ErrorMessagePipeModule } from './error-message-pipe/error.pipe.module';
2
- export { TextByFunctionPipeModule } from './text-by-function/text-by-function.pipe.module';
1
+ export { ErrorMessagePipe } from './error-message-pipe/error.pipe';
2
+ export { TextByFunctionPipe } from './text-by-function/text-by-function.pipe';
3
+ export { FormControlsListPipe } from './controls-list-pipe/controls-list.pipe';
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class TextByFunctionPipe implements PipeTransform {
4
4
  transform(value: any, field: string | ((value: any) => string)): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TextByFunctionPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<TextByFunctionPipe, "textByFunction", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TextByFunctionPipe, "textByFunction", true>;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "special-forms",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.7",
6
6
  "@angular/core": "^15.2.7",
package/public-api.d.ts CHANGED
@@ -6,3 +6,4 @@ export * from './lib/core/interfaces/field-basics.interfaces';
6
6
  export * from './lib/core/interfaces/form.interfaces';
7
7
  export * from './lib/core/interfaces/special-control.interface';
8
8
  export * from './lib/core/masks/index';
9
+ export * from './lib/core/pipes/index';
@@ -15,4 +15,22 @@
15
15
  border-color: $dark-text !important;
16
16
  color: $dark-text !important;
17
17
  }
18
+
19
+ .NgxEditor__MenuBar {
20
+ background: $back-color !important;
21
+ }
22
+ .NgxEditor {
23
+ background: $back-color !important;
24
+ color: $dark-text !important;
25
+ }
26
+ .NgxEditor__MenuItem {
27
+ &:hover {
28
+ color: black !important;
29
+ }
30
+ }
31
+ .NgxEditor__Dropdown{
32
+ &:hover{
33
+ color: black !important;
34
+ }
35
+ }
18
36
  }
@@ -459,11 +459,6 @@
459
459
  background-color: rgb(239 68 68 / var(--tw-bg-opacity))
460
460
  }
461
461
 
462
- .object-contain {
463
- -o-object-fit: contain;
464
- object-fit: contain
465
- }
466
-
467
462
  .p-2 {
468
463
  padding: 0.5rem
469
464
  }
@@ -490,10 +485,6 @@
490
485
  padding-bottom: 1.25rem
491
486
  }
492
487
 
493
- .pl-2 {
494
- padding-left: 0.5rem
495
- }
496
-
497
488
  .pr-2 {
498
489
  padding-right: 0.5rem
499
490
  }
@@ -520,6 +511,11 @@
520
511
  color: rgb(37 99 235 / var(--tw-text-opacity))
521
512
  }
522
513
 
514
+ .text-blue-700 {
515
+ --tw-text-opacity: 1;
516
+ color: rgb(29 78 216 / var(--tw-text-opacity))
517
+ }
518
+
523
519
  .underline {
524
520
  text-decoration-line: underline
525
521
  }
@@ -1,18 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { FormControlsListPipe } from './controls-list.pipe';
4
- import * as i0 from "@angular/core";
5
- export class FormControlsListPipeModule {
6
- }
7
- FormControlsListPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormControlsListPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- FormControlsListPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: FormControlsListPipeModule, declarations: [FormControlsListPipe], imports: [CommonModule], exports: [FormControlsListPipe] });
9
- FormControlsListPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormControlsListPipeModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormControlsListPipeModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [FormControlsListPipe],
14
- imports: [CommonModule],
15
- exports: [FormControlsListPipe],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJvbHMtbGlzdC5waXBlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NwZWNpYWwtZm9ybXMvc3JjL2xpYi9jb3JlL3BpcGVzL2NvbnRyb2xzLWxpc3QtcGlwZS9jb250cm9scy1saXN0LnBpcGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQU81RCxNQUFNLE9BQU8sMEJBQTBCOzt1SEFBMUIsMEJBQTBCO3dIQUExQiwwQkFBMEIsaUJBSnRCLG9CQUFvQixhQUN6QixZQUFZLGFBQ1osb0JBQW9CO3dIQUVuQiwwQkFBMEIsWUFIM0IsWUFBWTsyRkFHWCwwQkFBMEI7a0JBTHRDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsb0JBQW9CLENBQUM7b0JBQ3BDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsb0JBQW9CLENBQUM7aUJBQ2hDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybUNvbnRyb2xzTGlzdFBpcGUgfSBmcm9tICcuL2NvbnRyb2xzLWxpc3QucGlwZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0Zvcm1Db250cm9sc0xpc3RQaXBlXSxcclxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcclxuICBleHBvcnRzOiBbRm9ybUNvbnRyb2xzTGlzdFBpcGVdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgRm9ybUNvbnRyb2xzTGlzdFBpcGVNb2R1bGUge31cclxuIl19
@@ -1,20 +0,0 @@
1
- import { CommonModule } from "@angular/common";
2
- import { NgModule } from "@angular/core";
3
- import { ErrorMessagePipe } from "./error.pipe";
4
- import * as i0 from "@angular/core";
5
- export class ErrorMessagePipeModule {
6
- }
7
- ErrorMessagePipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ErrorMessagePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ErrorMessagePipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: ErrorMessagePipeModule, declarations: [ErrorMessagePipe], imports: [CommonModule], exports: [ErrorMessagePipe] });
9
- ErrorMessagePipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ErrorMessagePipeModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ErrorMessagePipeModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [ErrorMessagePipe],
14
- imports: [
15
- CommonModule,
16
- ],
17
- exports: [ErrorMessagePipe],
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3IucGlwZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zcGVjaWFsLWZvcm1zL3NyYy9saWIvY29yZS9waXBlcy9lcnJvci1tZXNzYWdlLXBpcGUvZXJyb3IucGlwZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sY0FBYyxDQUFDOztBQVVoRCxNQUFNLE9BQU8sc0JBQXNCOzttSEFBdEIsc0JBQXNCO29IQUF0QixzQkFBc0IsaUJBUGxCLGdCQUFnQixhQUU3QixZQUFZLGFBR0osZ0JBQWdCO29IQUVmLHNCQUFzQixZQUwvQixZQUFZOzJGQUtILHNCQUFzQjtrQkFSbEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztvQkFDaEMsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBRWI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEVycm9yTWVzc2FnZVBpcGUgfSBmcm9tIFwiLi9lcnJvci5waXBlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0Vycm9yTWVzc2FnZVBpcGVdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuXHJcbiAgXSxcclxuICBleHBvcnRzOiBbRXJyb3JNZXNzYWdlUGlwZV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBFcnJvck1lc3NhZ2VQaXBlTW9kdWxlIHt9XHJcbiJdfQ==
@@ -1,20 +0,0 @@
1
- import { CommonModule } from "@angular/common";
2
- import { NgModule } from "@angular/core";
3
- import { TextByFunctionPipe } from "./text-by-function.pipe";
4
- import * as i0 from "@angular/core";
5
- export class TextByFunctionPipeModule {
6
- }
7
- TextByFunctionPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TextByFunctionPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- TextByFunctionPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TextByFunctionPipeModule, declarations: [TextByFunctionPipe], imports: [CommonModule], exports: [TextByFunctionPipe] });
9
- TextByFunctionPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TextByFunctionPipeModule, imports: [CommonModule] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TextByFunctionPipeModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [TextByFunctionPipe],
14
- imports: [
15
- CommonModule,
16
- ],
17
- exports: [TextByFunctionPipe],
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1ieS1mdW5jdGlvbi5waXBlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NwZWNpYWwtZm9ybXMvc3JjL2xpYi9jb3JlL3BpcGVzL3RleHQtYnktZnVuY3Rpb24vdGV4dC1ieS1mdW5jdGlvbi5waXBlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFVN0QsTUFBTSxPQUFPLHdCQUF3Qjs7cUhBQXhCLHdCQUF3QjtzSEFBeEIsd0JBQXdCLGlCQVBwQixrQkFBa0IsYUFFL0IsWUFBWSxhQUdKLGtCQUFrQjtzSEFFakIsd0JBQXdCLFlBTGpDLFlBQVk7MkZBS0gsd0JBQXdCO2tCQVJwQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGtCQUFrQixDQUFDO29CQUNsQyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFFYjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztpQkFDOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVGV4dEJ5RnVuY3Rpb25QaXBlIH0gZnJvbSBcIi4vdGV4dC1ieS1mdW5jdGlvbi5waXBlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1RleHRCeUZ1bmN0aW9uUGlwZV0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG5cclxuICBdLFxyXG4gIGV4cG9ydHM6IFtUZXh0QnlGdW5jdGlvblBpcGVdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgVGV4dEJ5RnVuY3Rpb25QaXBlTW9kdWxlIHt9XHJcbiJdfQ==
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./controls-list.pipe";
3
- import * as i2 from "@angular/common";
4
- export declare class FormControlsListPipeModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<FormControlsListPipeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormControlsListPipeModule, [typeof i1.FormControlsListPipe], [typeof i2.CommonModule], [typeof i1.FormControlsListPipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<FormControlsListPipeModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./error.pipe";
3
- import * as i2 from "@angular/common";
4
- export declare class ErrorMessagePipeModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessagePipeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorMessagePipeModule, [typeof i1.ErrorMessagePipe], [typeof i2.CommonModule], [typeof i1.ErrorMessagePipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<ErrorMessagePipeModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./text-by-function.pipe";
3
- import * as i2 from "@angular/common";
4
- export declare class TextByFunctionPipeModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TextByFunctionPipeModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextByFunctionPipeModule, [typeof i1.TextByFunctionPipe], [typeof i2.CommonModule], [typeof i1.TextByFunctionPipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<TextByFunctionPipeModule>;
8
- }