@apipass/inputs 0.2.15 → 1.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.
Files changed (71) hide show
  1. package/ace-editor/component.d.ts +52 -52
  2. package/ace-editor/directive.d.ts +39 -39
  3. package/assets/css/buttons.scss +118 -118
  4. package/assets/css/colors.scss +34 -34
  5. package/assets/css/fonts.scss +24 -24
  6. package/assets/css/inputs.scss +197 -197
  7. package/assets/css/pt_sans.scss +143 -143
  8. package/assets/css/spacing.scss +28 -28
  9. package/assets/css/texts.scss +18 -18
  10. package/custom-select/custom-select-item.d.ts +5 -5
  11. package/custom-select/custom-select.component.d.ts +51 -51
  12. package/debounce-model-directive/debouceInput.directive.d.ts +14 -14
  13. package/{esm2015/ace-editor/component.js → esm2020/ace-editor/component.mjs} +199 -204
  14. package/{esm2015/ace-editor/directive.js → esm2020/ace-editor/directive.mjs} +150 -150
  15. package/{esm2015/apipass-inputs.js → esm2020/apipass-inputs.mjs} +4 -4
  16. package/{esm2015/custom-select/custom-select-item.js → esm2020/custom-select/custom-select-item.mjs} +7 -7
  17. package/esm2020/custom-select/custom-select.component.mjs +204 -0
  18. package/esm2020/debounce-model-directive/debouceInput.directive.mjs +31 -0
  19. package/esm2020/field/field.component.mjs +51 -0
  20. package/esm2020/input-avatar/input-avatar.component.mjs +92 -0
  21. package/esm2020/input-boolean/input-boolean.component.mjs +56 -0
  22. package/esm2020/input-file/input-file.component.mjs +82 -0
  23. package/esm2020/input-number/input-number.component.mjs +62 -0
  24. package/esm2020/input-password/input-password.component.mjs +96 -0
  25. package/esm2020/input-text/input-text.component.mjs +62 -0
  26. package/esm2020/inputs.module.mjs +149 -0
  27. package/{esm2015/public-api.js → esm2020/public-api.mjs} +17 -17
  28. package/{esm2015/select-box/mat-select-infinite-scroll.directive.js → esm2020/select-box/mat-select-infinite-scroll.directive.mjs} +86 -86
  29. package/esm2020/select-box/select-box.component.mjs +220 -0
  30. package/esm2020/select-enum/select-enum.component.mjs +48 -0
  31. package/esm2020/select-interpolation/select-interpolation.component.mjs +169 -0
  32. package/{esm2015/value-acessor-base.js → esm2020/value-acessor-base.mjs} +31 -31
  33. package/fesm2015/apipass-inputs.mjs +1704 -0
  34. package/fesm2015/apipass-inputs.mjs.map +1 -0
  35. package/fesm2020/apipass-inputs.mjs +1697 -0
  36. package/fesm2020/apipass-inputs.mjs.map +1 -0
  37. package/field/field.component.d.ts +15 -15
  38. package/{apipass-inputs.d.ts → index.d.ts} +5 -5
  39. package/input-avatar/input-avatar.component.d.ts +29 -29
  40. package/input-boolean/input-boolean.component.d.ts +15 -15
  41. package/input-file/input-file.component.d.ts +31 -31
  42. package/input-number/input-number.component.d.ts +17 -17
  43. package/input-password/input-password.component.d.ts +29 -29
  44. package/input-text/input-text.component.d.ts +17 -17
  45. package/inputs.module.d.ts +36 -36
  46. package/package.json +38 -29
  47. package/public-api.d.ts +16 -16
  48. package/select-box/mat-select-infinite-scroll.directive.d.ts +26 -26
  49. package/select-box/select-box.component.d.ts +57 -57
  50. package/select-enum/select-enum.component.d.ts +12 -12
  51. package/select-interpolation/select-interpolation.component.d.ts +44 -44
  52. package/value-acessor-base.d.ts +13 -13
  53. package/bundles/apipass-inputs.umd.js +0 -3060
  54. package/bundles/apipass-inputs.umd.js.map +0 -1
  55. package/bundles/apipass-inputs.umd.min.js +0 -16
  56. package/bundles/apipass-inputs.umd.min.js.map +0 -1
  57. package/esm2015/custom-select/custom-select.component.js +0 -310
  58. package/esm2015/debounce-model-directive/debouceInput.directive.js +0 -31
  59. package/esm2015/field/field.component.js +0 -92
  60. package/esm2015/input-avatar/input-avatar.component.js +0 -167
  61. package/esm2015/input-boolean/input-boolean.component.js +0 -77
  62. package/esm2015/input-file/input-file.component.js +0 -133
  63. package/esm2015/input-number/input-number.component.js +0 -118
  64. package/esm2015/input-password/input-password.component.js +0 -159
  65. package/esm2015/input-text/input-text.component.js +0 -118
  66. package/esm2015/inputs.module.js +0 -155
  67. package/esm2015/select-box/select-box.component.js +0 -367
  68. package/esm2015/select-enum/select-enum.component.js +0 -95
  69. package/esm2015/select-interpolation/select-interpolation.component.js +0 -248
  70. package/fesm2015/apipass-inputs.js +0 -2434
  71. package/fesm2015/apipass-inputs.js.map +0 -1
@@ -1,29 +1,29 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { ValueAccessorBase } from '../value-acessor-base';
3
- import * as i0 from "@angular/core";
4
- export declare class InputPasswordComponent extends ValueAccessorBase<string> {
5
- label: string;
6
- disabled: boolean;
7
- showPasswordRuleDetails: boolean;
8
- showPasswordLengthDetails: boolean;
9
- enableLengthRule: boolean;
10
- enableLowerCaseLetterRule: boolean;
11
- enableUpperCaseLetterRule: boolean;
12
- enableDigitRule: boolean;
13
- enableSpecialCharRule: boolean;
14
- minLength: number;
15
- maxLength: number;
16
- strengthToValid: number;
17
- lowerCaseCriteriaMsg: string;
18
- upperCaseCriteriaMsg: string;
19
- digitsCriteriaMsg: string;
20
- specialCharsCriteriaMsg: string;
21
- minCharsCriteriaMsg: string;
22
- onValidPassword: EventEmitter<boolean>;
23
- constructor();
24
- onKeyDown(event: any): void;
25
- onStrengthChanged(strength: number): void;
26
- private getStrength;
27
- static ɵfac: i0.ɵɵFactoryDef<InputPasswordComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDefWithMeta<InputPasswordComponent, "input-password", never, { "label": "label"; "disabled": "disabled"; "showPasswordRuleDetails": "showPasswordRuleDetails"; "showPasswordLengthDetails": "showPasswordLengthDetails"; "enableLengthRule": "enableLengthRule"; "enableLowerCaseLetterRule": "enableLowerCaseLetterRule"; "enableUpperCaseLetterRule": "enableUpperCaseLetterRule"; "enableDigitRule": "enableDigitRule"; "enableSpecialCharRule": "enableSpecialCharRule"; "minLength": "minLength"; "maxLength": "maxLength"; "strengthToValid": "strengthToValid"; "lowerCaseCriteriaMsg": "lowerCaseCriteriaMsg"; "upperCaseCriteriaMsg": "upperCaseCriteriaMsg"; "digitsCriteriaMsg": "digitsCriteriaMsg"; "specialCharsCriteriaMsg": "specialCharsCriteriaMsg"; "minCharsCriteriaMsg": "minCharsCriteriaMsg"; }, { "onValidPassword": "onValidPassword"; }, never, never>;
29
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ValueAccessorBase } from '../value-acessor-base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputPasswordComponent extends ValueAccessorBase<string> {
5
+ label: string;
6
+ disabled: boolean;
7
+ showPasswordRuleDetails: boolean;
8
+ showPasswordLengthDetails: boolean;
9
+ enableLengthRule: boolean;
10
+ enableLowerCaseLetterRule: boolean;
11
+ enableUpperCaseLetterRule: boolean;
12
+ enableDigitRule: boolean;
13
+ enableSpecialCharRule: boolean;
14
+ minLength: number;
15
+ maxLength: number;
16
+ strengthToValid: number;
17
+ lowerCaseCriteriaMsg: string;
18
+ upperCaseCriteriaMsg: string;
19
+ digitsCriteriaMsg: string;
20
+ specialCharsCriteriaMsg: string;
21
+ minCharsCriteriaMsg: string;
22
+ onValidPassword: EventEmitter<boolean>;
23
+ constructor();
24
+ onKeyDown(event: any): void;
25
+ onStrengthChanged(strength: number): void;
26
+ private getStrength;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputPasswordComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputPasswordComponent, "input-password", never, { "label": "label"; "disabled": "disabled"; "showPasswordRuleDetails": "showPasswordRuleDetails"; "showPasswordLengthDetails": "showPasswordLengthDetails"; "enableLengthRule": "enableLengthRule"; "enableLowerCaseLetterRule": "enableLowerCaseLetterRule"; "enableUpperCaseLetterRule": "enableUpperCaseLetterRule"; "enableDigitRule": "enableDigitRule"; "enableSpecialCharRule": "enableSpecialCharRule"; "minLength": "minLength"; "maxLength": "maxLength"; "strengthToValid": "strengthToValid"; "lowerCaseCriteriaMsg": "lowerCaseCriteriaMsg"; "upperCaseCriteriaMsg": "upperCaseCriteriaMsg"; "digitsCriteriaMsg": "digitsCriteriaMsg"; "specialCharsCriteriaMsg": "specialCharsCriteriaMsg"; "minCharsCriteriaMsg": "minCharsCriteriaMsg"; }, { "onValidPassword": "onValidPassword"; }, never, never, false, never>;
29
+ }
@@ -1,17 +1,17 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { ValueAccessorBase } from '../value-acessor-base';
3
- import * as i0 from "@angular/core";
4
- export declare class InputTextComponent extends ValueAccessorBase<string> {
5
- label: string;
6
- disabled: boolean;
7
- iconSuffix: string;
8
- iconPrefix: string;
9
- autoComplete: string;
10
- suffixIconClick: EventEmitter<boolean>;
11
- prefixIconClick: EventEmitter<boolean>;
12
- onKeyDown(event: any): void;
13
- prefixClick(): void;
14
- suffixClick(): void;
15
- static ɵfac: i0.ɵɵFactoryDef<InputTextComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDefWithMeta<InputTextComponent, "input-text", never, { "label": "label"; "disabled": "disabled"; "iconSuffix": "iconSuffix"; "iconPrefix": "iconPrefix"; "autoComplete": "autoComplete"; }, { "suffixIconClick": "suffixIconClick"; "prefixIconClick": "prefixIconClick"; }, never, never>;
17
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ValueAccessorBase } from '../value-acessor-base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InputTextComponent extends ValueAccessorBase<string> {
5
+ label: string;
6
+ disabled: boolean;
7
+ iconSuffix: string;
8
+ iconPrefix: string;
9
+ autoComplete: string;
10
+ suffixIconClick: EventEmitter<boolean>;
11
+ prefixIconClick: EventEmitter<boolean>;
12
+ onKeyDown(event: any): void;
13
+ prefixClick(): void;
14
+ suffixClick(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "input-text", never, { "label": "label"; "disabled": "disabled"; "iconSuffix": "iconSuffix"; "iconPrefix": "iconPrefix"; "autoComplete": "autoComplete"; }, { "suffixIconClick": "suffixIconClick"; "prefixIconClick": "prefixIconClick"; }, never, never, false, never>;
17
+ }
@@ -1,36 +1,36 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./select-box/mat-select-infinite-scroll.directive";
3
- import * as i2 from "./select-box/select-box.component";
4
- import * as i3 from "./select-enum/select-enum.component";
5
- import * as i4 from "./input-text/input-text.component";
6
- import * as i5 from "./input-number/input-number.component";
7
- import * as i6 from "./input-boolean/input-boolean.component";
8
- import * as i7 from "./input-password/input-password.component";
9
- import * as i8 from "./input-avatar/input-avatar.component";
10
- import * as i9 from "./input-file/input-file.component";
11
- import * as i10 from "./custom-select/custom-select.component";
12
- import * as i11 from "./select-interpolation/select-interpolation.component";
13
- import * as i12 from "./field/field.component";
14
- import * as i13 from "./ace-editor/component";
15
- import * as i14 from "./ace-editor/directive";
16
- import * as i15 from "./debounce-model-directive/debouceInput.directive";
17
- import * as i16 from "@angular/router";
18
- import * as i17 from "@angular/common";
19
- import * as i18 from "@angular/forms";
20
- import * as i19 from "@angular/material/form-field";
21
- import * as i20 from "@angular/material/input";
22
- import * as i21 from "@angular-material-extensions/password-strength";
23
- import * as i22 from "@angular/material/select";
24
- import * as i23 from "mat-select-filter";
25
- import * as i24 from "@ng-select/ng-select";
26
- import * as i25 from "@apipass/pipes";
27
- import * as i26 from "@angular/material/icon";
28
- import * as i27 from "@apipass/icons";
29
- import * as i28 from "@angular/material/tooltip";
30
- import * as i29 from "ngx-drag-drop";
31
- import * as i30 from "@apipass/buttons";
32
- import * as i31 from "@angular/cdk/overlay";
33
- export declare class InputsModule {
34
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<InputsModule, [typeof i1.MatSelectInfiniteScrollDirective, typeof i2.SelectBoxComponent, typeof i3.SelectEnumComponent, typeof i4.InputTextComponent, typeof i5.InputNumberComponent, typeof i6.InputBooleanComponent, typeof i7.InputPasswordComponent, typeof i8.InputAvatarComponent, typeof i9.InputFileComponent, typeof i10.CustomSelectComponent, typeof i11.SelectInterpolationComponent, typeof i12.FieldComponent, typeof i13.AceEditorComponent, typeof i14.AceEditorDirective, typeof i15.DebouceInputDirective], [typeof i16.RouterModule, typeof i17.CommonModule, typeof i18.FormsModule, typeof i19.MatFormFieldModule, typeof i20.MatInputModule, typeof i21.MatPasswordStrengthModule, typeof i22.MatSelectModule, typeof i23.MatSelectFilterModule, typeof i24.NgSelectModule, typeof i25.PipeModule, typeof i26.MatIconModule, typeof i27.IconsModule, typeof i28.MatTooltipModule, typeof i29.DndModule, typeof i30.ButtonsModule, typeof i31.OverlayModule], [typeof i2.SelectBoxComponent, typeof i3.SelectEnumComponent, typeof i4.InputTextComponent, typeof i5.InputNumberComponent, typeof i6.InputBooleanComponent, typeof i7.InputPasswordComponent, typeof i8.InputAvatarComponent, typeof i9.InputFileComponent, typeof i10.CustomSelectComponent, typeof i11.SelectInterpolationComponent, typeof i12.FieldComponent, typeof i13.AceEditorComponent, typeof i14.AceEditorDirective, typeof i15.DebouceInputDirective]>;
35
- static ɵinj: i0.ɵɵInjectorDef<InputsModule>;
36
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./select-box/mat-select-infinite-scroll.directive";
3
+ import * as i2 from "./select-box/select-box.component";
4
+ import * as i3 from "./select-enum/select-enum.component";
5
+ import * as i4 from "./input-text/input-text.component";
6
+ import * as i5 from "./input-number/input-number.component";
7
+ import * as i6 from "./input-boolean/input-boolean.component";
8
+ import * as i7 from "./input-password/input-password.component";
9
+ import * as i8 from "./input-avatar/input-avatar.component";
10
+ import * as i9 from "./input-file/input-file.component";
11
+ import * as i10 from "./custom-select/custom-select.component";
12
+ import * as i11 from "./select-interpolation/select-interpolation.component";
13
+ import * as i12 from "./field/field.component";
14
+ import * as i13 from "./ace-editor/component";
15
+ import * as i14 from "./ace-editor/directive";
16
+ import * as i15 from "./debounce-model-directive/debouceInput.directive";
17
+ import * as i16 from "@angular/router";
18
+ import * as i17 from "@angular/common";
19
+ import * as i18 from "@angular/forms";
20
+ import * as i19 from "@angular/material/form-field";
21
+ import * as i20 from "@angular/material/input";
22
+ import * as i21 from "@angular-material-extensions/password-strength";
23
+ import * as i22 from "@angular/material/select";
24
+ import * as i23 from "@ng-select/ng-select";
25
+ import * as i24 from "@apipass/pipes";
26
+ import * as i25 from "@angular/material/icon";
27
+ import * as i26 from "@apipass/icons";
28
+ import * as i27 from "@angular/material/tooltip";
29
+ import * as i28 from "ngx-drag-drop";
30
+ import * as i29 from "@apipass/buttons";
31
+ import * as i30 from "@angular/cdk/overlay";
32
+ export declare class InputsModule {
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputsModule, never>;
34
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputsModule, [typeof i1.MatSelectInfiniteScrollDirective, typeof i2.SelectBoxComponent, typeof i3.SelectEnumComponent, typeof i4.InputTextComponent, typeof i5.InputNumberComponent, typeof i6.InputBooleanComponent, typeof i7.InputPasswordComponent, typeof i8.InputAvatarComponent, typeof i9.InputFileComponent, typeof i10.CustomSelectComponent, typeof i11.SelectInterpolationComponent, typeof i12.FieldComponent, typeof i13.AceEditorComponent, typeof i14.AceEditorDirective, typeof i15.DebouceInputDirective], [typeof i16.RouterModule, typeof i17.CommonModule, typeof i18.FormsModule, typeof i19.MatFormFieldModule, typeof i20.MatInputModule, typeof i21.MatPasswordStrengthModule, typeof i22.MatSelectModule, typeof i23.NgSelectModule, typeof i24.PipeModule, typeof i25.MatIconModule, typeof i26.IconsModule, typeof i27.MatTooltipModule, typeof i28.DndModule, typeof i29.ButtonsModule, typeof i30.OverlayModule], [typeof i2.SelectBoxComponent, typeof i3.SelectEnumComponent, typeof i4.InputTextComponent, typeof i5.InputNumberComponent, typeof i6.InputBooleanComponent, typeof i7.InputPasswordComponent, typeof i8.InputAvatarComponent, typeof i9.InputFileComponent, typeof i10.CustomSelectComponent, typeof i11.SelectInterpolationComponent, typeof i12.FieldComponent, typeof i13.AceEditorComponent, typeof i14.AceEditorDirective, typeof i15.DebouceInputDirective]>;
35
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputsModule>;
36
+ }
package/package.json CHANGED
@@ -1,40 +1,49 @@
1
1
  {
2
2
  "name": "@apipass/inputs",
3
- "version": "0.2.15",
3
+ "version": "1.0.0",
4
4
  "peerDependencies": {
5
- "@angular/animations": "^10.0.11",
6
- "@angular/cdk": "^10.1.3",
7
- "@angular/common": "^10.0.11",
8
- "@angular/core": "^10.0.11",
9
- "@angular/forms": "^10.0.11",
10
- "@angular/material": "10.2.7"
5
+ "@angular/animations": "15.0.3",
6
+ "@angular/cdk": "15.0.3",
7
+ "@angular/common": "15.0.3",
8
+ "@angular/core": "15.0.3",
9
+ "@angular/forms": "15.0.3",
10
+ "@angular/material": "15.0.3"
11
11
  },
12
12
  "dependencies": {
13
13
  "ace-builds": "1.4.14",
14
14
  "brace": "^0.11.1",
15
- "@angular-material-extensions/password-strength": "^8.2.1",
16
- "@apipass/buttons": "^0.2.1-alpha.7",
17
- "@apipass/icons": "^0.1.4",
18
- "@apipass/pipes": "^0.1.3",
19
- "@ng-select/ng-select": "^7.2.0",
20
- "@ngx-translate/core": "^13.0.0",
21
- "@ngx-translate/http-loader": "^6.0.0",
15
+ "@angular-material-extensions/password-strength": "12.1.0",
16
+ "@apipass/buttons": "1.0.0",
17
+ "@apipass/icons": "1.0.0",
18
+ "@apipass/pipes": "1.0.0",
19
+ "@ng-select/ng-select": "10.0.4",
20
+ "@ngx-translate/core": "14.0.0",
21
+ "@ngx-translate/http-loader": "7.0.0",
22
22
  "jquery": "^3.5.1",
23
23
  "lodash": "^4.17.14",
24
- "mat-select-filter": "^2.3.9",
25
24
  "moment": "^2.29.1",
26
- "ngx-drag-drop": "^2.0.0",
27
- "tinycolor2": "^1.4.2",
28
- "tslib": "2.0.0"
25
+ "ngx-drag-drop": "15.1.0",
26
+ "tinycolor2": "1.6.0",
27
+ "tslib": "2.5.0"
29
28
  },
30
- "main": "bundles/apipass-inputs.umd.js",
31
- "module": "fesm2015/apipass-inputs.js",
32
- "es2015": "fesm2015/apipass-inputs.js",
33
- "esm2015": "esm2015/apipass-inputs.js",
34
- "fesm2015": "fesm2015/apipass-inputs.js",
35
- "typings": "apipass-inputs.d.ts",
36
- "sideEffects": false,
37
- "scripts": {
38
- "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
39
- }
40
- }
29
+ "module": "fesm2015/apipass-inputs.mjs",
30
+ "es2020": "fesm2020/apipass-inputs.mjs",
31
+ "esm2020": "esm2020/apipass-inputs.mjs",
32
+ "fesm2020": "fesm2020/apipass-inputs.mjs",
33
+ "fesm2015": "fesm2015/apipass-inputs.mjs",
34
+ "typings": "index.d.ts",
35
+ "exports": {
36
+ "./package.json": {
37
+ "default": "./package.json"
38
+ },
39
+ ".": {
40
+ "types": "./index.d.ts",
41
+ "esm2020": "./esm2020/apipass-inputs.mjs",
42
+ "es2020": "./fesm2020/apipass-inputs.mjs",
43
+ "es2015": "./fesm2015/apipass-inputs.mjs",
44
+ "node": "./fesm2015/apipass-inputs.mjs",
45
+ "default": "./fesm2020/apipass-inputs.mjs"
46
+ }
47
+ },
48
+ "sideEffects": false
49
+ }
package/public-api.d.ts CHANGED
@@ -1,16 +1,16 @@
1
- export * from './inputs.module';
2
- export * from './select-interpolation/select-interpolation.component';
3
- export * from './custom-select/custom-select.component';
4
- export * from './custom-select/custom-select-item';
5
- export * from './field/field.component';
6
- export * from './input-avatar/input-avatar.component';
7
- export * from './input-file/input-file.component';
8
- export * from './input-password/input-password.component';
9
- export * from './input-text/input-text.component';
10
- export * from './input-number/input-number.component';
11
- export * from './input-boolean/input-boolean.component';
12
- export * from './select-box/select-box.component';
13
- export * from './select-enum/select-enum.component';
14
- export * from './ace-editor/directive';
15
- export * from './ace-editor/component';
16
- export * from './debounce-model-directive/debouceInput.directive';
1
+ export * from './inputs.module';
2
+ export * from './select-interpolation/select-interpolation.component';
3
+ export * from './custom-select/custom-select.component';
4
+ export * from './custom-select/custom-select-item';
5
+ export * from './field/field.component';
6
+ export * from './input-avatar/input-avatar.component';
7
+ export * from './input-file/input-file.component';
8
+ export * from './input-password/input-password.component';
9
+ export * from './input-text/input-text.component';
10
+ export * from './input-number/input-number.component';
11
+ export * from './input-boolean/input-boolean.component';
12
+ export * from './select-box/select-box.component';
13
+ export * from './select-enum/select-enum.component';
14
+ export * from './ace-editor/directive';
15
+ export * from './ace-editor/component';
16
+ export * from './debounce-model-directive/debouceInput.directive';
@@ -1,26 +1,26 @@
1
- import { AfterViewInit, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core';
2
- import { MatSelect } from '@angular/material/select';
3
- import * as i0 from "@angular/core";
4
- export declare class MatSelectInfiniteScrollDirective implements OnInit, OnDestroy, AfterViewInit {
5
- private matSelect;
6
- private ngZone;
7
- threshold: string;
8
- debounceTime: number;
9
- complete: boolean;
10
- infiniteScroll: EventEmitter<void>;
11
- private panel;
12
- private thrPx;
13
- private thrPc;
14
- private singleOptionHeight;
15
- private destroyed$;
16
- constructor(matSelect: MatSelect, ngZone: NgZone);
17
- ngOnInit(): void;
18
- ngAfterViewInit(): void;
19
- ngOnDestroy(): void;
20
- evaluateThreshold(): void;
21
- registerScrollListener(): void;
22
- handleScrollEvent(event: any): void;
23
- getSelectItemHeightPx(): number;
24
- static ɵfac: i0.ɵɵFactoryDef<MatSelectInfiniteScrollDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDefWithMeta<MatSelectInfiniteScrollDirective, "[msInfiniteScroll]", never, { "threshold": "threshold"; "debounceTime": "debounceTime"; "complete": "complete"; }, { "infiniteScroll": "infiniteScroll"; }, never>;
26
- }
1
+ import { AfterViewInit, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core';
2
+ import { MatSelect } from '@angular/material/select';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatSelectInfiniteScrollDirective implements OnInit, OnDestroy, AfterViewInit {
5
+ private matSelect;
6
+ private ngZone;
7
+ threshold: string;
8
+ debounceTime: number;
9
+ complete: boolean;
10
+ infiniteScroll: EventEmitter<void>;
11
+ private panel;
12
+ private thrPx;
13
+ private thrPc;
14
+ private singleOptionHeight;
15
+ private destroyed$;
16
+ constructor(matSelect: MatSelect, ngZone: NgZone);
17
+ ngOnInit(): void;
18
+ ngAfterViewInit(): void;
19
+ ngOnDestroy(): void;
20
+ evaluateThreshold(): void;
21
+ registerScrollListener(): void;
22
+ handleScrollEvent(event: any): void;
23
+ getSelectItemHeightPx(): number;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectInfiniteScrollDirective, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectInfiniteScrollDirective, "[msInfiniteScroll]", never, { "threshold": "threshold"; "debounceTime": "debounceTime"; "complete": "complete"; }, { "infiniteScroll": "infiniteScroll"; }, never, never, false, never>;
26
+ }
@@ -1,57 +1,57 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { Subject } from 'rxjs';
3
- import { NgSelectComponent } from '@ng-select/ng-select';
4
- import { ValueAccessorBase } from '../value-acessor-base';
5
- import * as i0 from "@angular/core";
6
- export declare class SelectBoxComponent extends ValueAccessorBase<any> implements OnInit, OnDestroy {
7
- placeholder: string;
8
- searchPlaceHolder: string;
9
- clearText: string;
10
- notFoundText: string;
11
- enabledSearch: boolean;
12
- data: Array<any>;
13
- disabled: boolean;
14
- selectedItem: any;
15
- selectProperty: string | undefined;
16
- bindImageUrl: string;
17
- bindKey: string;
18
- bindValue: string;
19
- limitItens: number;
20
- showAddNewItem: boolean;
21
- addNewItemText: string;
22
- addNewItemIcon: string;
23
- addNewItemClickCloseSelect: boolean;
24
- closeOnBodyScroll: boolean;
25
- initializing: boolean;
26
- loadingText: string;
27
- onOpenSelectBox: EventEmitter<any>;
28
- onCloseSelectBox: EventEmitter<any>;
29
- onSelectChange: EventEmitter<any>;
30
- onSelectClear: EventEmitter<any>;
31
- onAddNewItemClick: EventEmitter<any>;
32
- ngSelectComponent: NgSelectComponent | undefined;
33
- visibleItens: Array<any>;
34
- loading: boolean;
35
- inputFilter: Subject<string>;
36
- lastSearchTerm: string;
37
- ngOnInit(): void;
38
- private onBodyScroll;
39
- ngOnDestroy(): void;
40
- onSearch(): void;
41
- onScroll({ end }: {
42
- end: any;
43
- }): void;
44
- onScrollToEnd(): void;
45
- fetchMore(): void;
46
- onKeyDown(event: any): void;
47
- onSelectionChange(event: Event): void;
48
- openSelectBox($event: any): void;
49
- compareFn(a: any, b: any): boolean;
50
- onClear(): void;
51
- onClose($event?: any): void;
52
- onAddNewItem(): void;
53
- writeValue(value: any): void;
54
- findSelectedItem(value: any): void;
55
- static ɵfac: i0.ɵɵFactoryDef<SelectBoxComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDefWithMeta<SelectBoxComponent, "select-box", never, { "placeholder": "placeholder"; "searchPlaceHolder": "searchPlaceHolder"; "clearText": "clearText"; "notFoundText": "notFoundText"; "enabledSearch": "enabledSearch"; "data": "data"; "disabled": "disabled"; "selectedItem": "selectedItem"; "selectProperty": "selectProperty"; "bindImageUrl": "bindImageUrl"; "bindKey": "bindKey"; "bindValue": "bindValue"; "limitItens": "limitItens"; "showAddNewItem": "showAddNewItem"; "addNewItemText": "addNewItemText"; "addNewItemIcon": "addNewItemIcon"; "addNewItemClickCloseSelect": "addNewItemClickCloseSelect"; "closeOnBodyScroll": "closeOnBodyScroll"; "initializing": "initializing"; "loadingText": "loadingText"; }, { "onOpenSelectBox": "onOpenSelectBox"; "onCloseSelectBox": "onCloseSelectBox"; "onSelectChange": "onSelectChange"; "onSelectClear": "onSelectClear"; "onAddNewItemClick": "onAddNewItemClick"; }, never, never>;
57
- }
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { Subject } from 'rxjs';
3
+ import { NgSelectComponent } from '@ng-select/ng-select';
4
+ import { ValueAccessorBase } from '../value-acessor-base';
5
+ import * as i0 from "@angular/core";
6
+ export declare class SelectBoxComponent extends ValueAccessorBase<any> implements OnInit, OnDestroy {
7
+ placeholder: string;
8
+ searchPlaceHolder: string;
9
+ clearText: string;
10
+ notFoundText: string;
11
+ enabledSearch: boolean;
12
+ data: Array<any>;
13
+ disabled: boolean;
14
+ selectedItem: any;
15
+ selectProperty: any;
16
+ bindImageUrl: string;
17
+ bindKey: string;
18
+ bindValue: string;
19
+ limitItens: number;
20
+ showAddNewItem: boolean;
21
+ addNewItemText: string;
22
+ addNewItemIcon: string;
23
+ addNewItemClickCloseSelect: boolean;
24
+ closeOnBodyScroll: boolean;
25
+ initializing: boolean;
26
+ loadingText: string;
27
+ onOpenSelectBox: EventEmitter<any>;
28
+ onCloseSelectBox: EventEmitter<any>;
29
+ onSelectChange: EventEmitter<any>;
30
+ onSelectClear: EventEmitter<any>;
31
+ onAddNewItemClick: EventEmitter<any>;
32
+ ngSelectComponent: NgSelectComponent | undefined;
33
+ visibleItens: Array<any>;
34
+ loading: boolean;
35
+ inputFilter: Subject<string>;
36
+ lastSearchTerm: string;
37
+ ngOnInit(): void;
38
+ private onBodyScroll;
39
+ ngOnDestroy(): void;
40
+ onSearch(): void;
41
+ onScroll({ end }: {
42
+ end: any;
43
+ }): void;
44
+ onScrollToEnd(): void;
45
+ fetchMore(): void;
46
+ onKeyDown(event: any): void;
47
+ onSelectionChange(event: Event): void;
48
+ openSelectBox($event: any): void;
49
+ compareFn(a: any, b: any): boolean;
50
+ onClear(): void;
51
+ onClose($event?: any): void;
52
+ onAddNewItem(): void;
53
+ writeValue(value: any): void;
54
+ findSelectedItem(value: any): void;
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectBoxComponent, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectBoxComponent, "select-box", never, { "placeholder": "placeholder"; "searchPlaceHolder": "searchPlaceHolder"; "clearText": "clearText"; "notFoundText": "notFoundText"; "enabledSearch": "enabledSearch"; "data": "data"; "disabled": "disabled"; "selectedItem": "selectedItem"; "selectProperty": "selectProperty"; "bindImageUrl": "bindImageUrl"; "bindKey": "bindKey"; "bindValue": "bindValue"; "limitItens": "limitItens"; "showAddNewItem": "showAddNewItem"; "addNewItemText": "addNewItemText"; "addNewItemIcon": "addNewItemIcon"; "addNewItemClickCloseSelect": "addNewItemClickCloseSelect"; "closeOnBodyScroll": "closeOnBodyScroll"; "initializing": "initializing"; "loadingText": "loadingText"; }, { "onOpenSelectBox": "onOpenSelectBox"; "onCloseSelectBox": "onCloseSelectBox"; "onSelectChange": "onSelectChange"; "onSelectClear": "onSelectClear"; "onAddNewItemClick": "onAddNewItemClick"; }, never, never, false, never>;
57
+ }
@@ -1,12 +1,12 @@
1
- import { ValueAccessorBase } from '../value-acessor-base';
2
- import * as i0 from "@angular/core";
3
- export declare class SelectEnumComponent extends ValueAccessorBase<string> {
4
- placeholder: string;
5
- enabledSearch: boolean;
6
- data: any;
7
- disabled: boolean;
8
- search: string;
9
- onKeyDown(event: any): void;
10
- static ɵfac: i0.ɵɵFactoryDef<SelectEnumComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDefWithMeta<SelectEnumComponent, "select-enum", never, { "placeholder": "placeholder"; "enabledSearch": "enabledSearch"; "data": "data"; "disabled": "disabled"; }, {}, never, never>;
12
- }
1
+ import { ValueAccessorBase } from '../value-acessor-base';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SelectEnumComponent extends ValueAccessorBase<string> {
4
+ placeholder: string;
5
+ enabledSearch: boolean;
6
+ data: any;
7
+ disabled: boolean;
8
+ search: string;
9
+ onKeyDown(event: any): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectEnumComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectEnumComponent, "select-enum", never, { "placeholder": "placeholder"; "enabledSearch": "enabledSearch"; "data": "data"; "disabled": "disabled"; }, {}, never, never, false, never>;
12
+ }
@@ -1,44 +1,44 @@
1
- import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import { CustomSelectItem } from '../custom-select/custom-select-item';
4
- import { ScrollStrategy, ScrollStrategyOptions } from '@angular/cdk/overlay';
5
- import * as i0 from "@angular/core";
6
- export declare class SelectInterpolationComponent implements ControlValueAccessor, AfterViewInit {
7
- private readonly sso;
8
- private innerValue;
9
- private edited;
10
- scrollStrategy: ScrollStrategy;
11
- _triggerRect: ClientRect | undefined;
12
- selectedItem: CustomSelectItem | undefined;
13
- selectedItemLabel: string;
14
- searchText: string;
15
- opened: boolean;
16
- disabled: boolean;
17
- items: CustomSelectItem[];
18
- placeHolder: string;
19
- findPlaceHolder: string;
20
- onSelect: EventEmitter<CustomSelectItem>;
21
- trigger: ElementRef | undefined;
22
- input: ElementRef | undefined;
23
- constructor(sso: ScrollStrategyOptions);
24
- tabindex: string;
25
- onBlur(target: any): void;
26
- ngAfterViewInit(): void;
27
- setInitialState(): void;
28
- private setTriggerRect;
29
- selectItem(item: CustomSelectItem): void;
30
- keyPress(): any;
31
- clicked(): void;
32
- private onTouchedCallback;
33
- private onChangeCallback;
34
- get value(): any;
35
- set value(value: any);
36
- writeValue(value: any): void;
37
- registerOnChange(fn: any): void;
38
- registerOnTouched(fn: any): void;
39
- setDisabledState(isDisabled: boolean): void;
40
- arrowClick(event: any): void;
41
- onDrop($event: any): void;
42
- static ɵfac: i0.ɵɵFactoryDef<SelectInterpolationComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDefWithMeta<SelectInterpolationComponent, "select-interpolation", never, { "disabled": "disabled"; "items": "items"; "placeHolder": "placeHolder"; "findPlaceHolder": "findPlaceHolder"; }, { "onSelect": "onSelect"; }, never, never>;
44
- }
1
+ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import { CustomSelectItem } from '../custom-select/custom-select-item';
4
+ import { ScrollStrategy, ScrollStrategyOptions } from '@angular/cdk/overlay';
5
+ import * as i0 from "@angular/core";
6
+ export declare class SelectInterpolationComponent implements ControlValueAccessor, AfterViewInit {
7
+ private readonly sso;
8
+ private innerValue;
9
+ private edited;
10
+ scrollStrategy: ScrollStrategy;
11
+ _triggerRect: ClientRect | undefined;
12
+ selectedItem: CustomSelectItem | undefined;
13
+ selectedItemLabel: string;
14
+ searchText: string;
15
+ opened: boolean;
16
+ disabled: boolean;
17
+ items: CustomSelectItem[];
18
+ placeHolder: string;
19
+ findPlaceHolder: string;
20
+ onSelect: EventEmitter<CustomSelectItem>;
21
+ trigger: ElementRef | undefined;
22
+ input: ElementRef | undefined;
23
+ constructor(sso: ScrollStrategyOptions);
24
+ tabindex: string;
25
+ onBlur(target: any): void;
26
+ ngAfterViewInit(): void;
27
+ setInitialState(): void;
28
+ private setTriggerRect;
29
+ selectItem(item: CustomSelectItem): void;
30
+ keyPress(): any;
31
+ clicked(): void;
32
+ private onTouchedCallback;
33
+ private onChangeCallback;
34
+ get value(): any;
35
+ set value(value: any);
36
+ writeValue(value: any): void;
37
+ registerOnChange(fn: any): void;
38
+ registerOnTouched(fn: any): void;
39
+ setDisabledState(isDisabled: boolean): void;
40
+ arrowClick(event: any): void;
41
+ onDrop($event: any): void;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectInterpolationComponent, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectInterpolationComponent, "select-interpolation", never, { "disabled": "disabled"; "items": "items"; "placeHolder": "placeHolder"; "findPlaceHolder": "findPlaceHolder"; }, { "onSelect": "onSelect"; }, never, never, false, never>;
44
+ }
@@ -1,13 +1,13 @@
1
- import { ControlValueAccessor } from '@angular/forms';
2
- export declare abstract class ValueAccessorBase<T> implements ControlValueAccessor {
3
- private innerValue;
4
- onChange: any;
5
- onTouched: any;
6
- get value(): T;
7
- set value(value: T);
8
- protected changeValue(value: T): T;
9
- writeValue(value: T): void;
10
- registerOnChange(fn: any): void;
11
- registerOnTouched(fn: any): void;
12
- touch(): void;
13
- }
1
+ import { ControlValueAccessor } from '@angular/forms';
2
+ export declare abstract class ValueAccessorBase<T> implements ControlValueAccessor {
3
+ private innerValue;
4
+ onChange: any;
5
+ onTouched: any;
6
+ get value(): T;
7
+ set value(value: T);
8
+ protected changeValue(value: T): T;
9
+ writeValue(value: T): void;
10
+ registerOnChange(fn: any): void;
11
+ registerOnTouched(fn: any): void;
12
+ touch(): void;
13
+ }