@sebgroup/green-angular 4.6.2 → 4.6.4

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 (101) hide show
  1. package/esm2022/src/v-angular/base-control-value-accessor/base-control-value-accessor.component.mjs +9 -9
  2. package/esm2022/src/v-angular/button/button.component.mjs +5 -5
  3. package/esm2022/src/v-angular/character-countdown/character-countdown.directive.mjs +5 -5
  4. package/esm2022/src/v-angular/core/core.globals.mjs +3 -3
  5. package/esm2022/src/v-angular/dropdown/dropdown-list/dropdown-list.component.mjs +4 -4
  6. package/esm2022/src/v-angular/dropdown/typeahead/typeahead-dropdown-list/typeahead-dropdown-list.component.mjs +5 -5
  7. package/esm2022/src/v-angular/dropdown/typeahead/typeahead.directive.mjs +7 -7
  8. package/esm2022/src/v-angular/info-circle/info-circle.component.mjs +4 -4
  9. package/esm2022/src/v-angular/input/input.component.mjs +7 -7
  10. package/esm2022/src/v-angular/input-mask/input-mask-format.pipe.mjs +5 -4
  11. package/esm2022/src/v-angular/input-mask/input-mask.directive.mjs +8 -8
  12. package/esm2022/src/v-angular/modal/dialog/dialog.component.mjs +16 -16
  13. package/esm2022/src/v-angular/modal/fold-out/fold-out.component.mjs +2 -2
  14. package/esm2022/src/v-angular/modal/fold-out/fold-out.directive.mjs +3 -3
  15. package/esm2022/src/v-angular/modal/modal.globals.mjs +3 -3
  16. package/esm2022/src/v-angular/modal/slide-out/slide-out.component.mjs +15 -15
  17. package/esm2022/src/v-angular/textarea/textarea.component.mjs +4 -3
  18. package/esm2022/src/v-angular/textarea/textarea.module.mjs +5 -4
  19. package/esm2022/src/v-angular/tooltip/tooltip.directive.mjs +13 -13
  20. package/esm2022/v-angular/base-control-value-accessor/base-control-value-accessor.component.mjs +9 -9
  21. package/esm2022/v-angular/button/button.component.mjs +5 -5
  22. package/esm2022/v-angular/character-countdown/character-countdown.directive.mjs +51 -0
  23. package/esm2022/v-angular/character-countdown/character-countdown.module.mjs +18 -0
  24. package/esm2022/v-angular/character-countdown/index.mjs +3 -0
  25. package/esm2022/v-angular/dropdown/dropdown-list/dropdown-list.component.mjs +4 -4
  26. package/esm2022/v-angular/dropdown/typeahead/typeahead-dropdown-list/typeahead-dropdown-list.component.mjs +5 -5
  27. package/esm2022/v-angular/dropdown/typeahead/typeahead.directive.mjs +7 -7
  28. package/esm2022/v-angular/index.mjs +2 -1
  29. package/esm2022/v-angular/info-circle/info-circle.component.mjs +4 -4
  30. package/esm2022/v-angular/input/input.component.mjs +7 -7
  31. package/esm2022/v-angular/input-mask/input-mask-format.pipe.mjs +5 -4
  32. package/esm2022/v-angular/input-mask/input-mask.directive.mjs +8 -8
  33. package/esm2022/v-angular/modal/dialog/dialog.component.mjs +16 -16
  34. package/esm2022/v-angular/modal/fold-out/fold-out.component.mjs +2 -2
  35. package/esm2022/v-angular/modal/fold-out/fold-out.directive.mjs +3 -3
  36. package/esm2022/v-angular/modal/modal.globals.mjs +3 -3
  37. package/esm2022/v-angular/modal/slide-out/slide-out.component.mjs +15 -15
  38. package/esm2022/v-angular/textarea/textarea.component.mjs +4 -3
  39. package/esm2022/v-angular/textarea/textarea.module.mjs +5 -4
  40. package/esm2022/v-angular/tooltip/tooltip.directive.mjs +13 -13
  41. package/esm2022/v-angular/v-angular.module.mjs +5 -1
  42. package/fesm2022/sebgroup-green-angular-src-v-angular-base-control-value-accessor.mjs +8 -8
  43. package/fesm2022/sebgroup-green-angular-src-v-angular-base-control-value-accessor.mjs.map +1 -1
  44. package/fesm2022/sebgroup-green-angular-src-v-angular-button.mjs +4 -4
  45. package/fesm2022/sebgroup-green-angular-src-v-angular-button.mjs.map +1 -1
  46. package/fesm2022/sebgroup-green-angular-src-v-angular-character-countdown.mjs +4 -4
  47. package/fesm2022/sebgroup-green-angular-src-v-angular-character-countdown.mjs.map +1 -1
  48. package/fesm2022/sebgroup-green-angular-src-v-angular-core.mjs +2 -2
  49. package/fesm2022/sebgroup-green-angular-src-v-angular-core.mjs.map +1 -1
  50. package/fesm2022/sebgroup-green-angular-src-v-angular-dropdown.mjs +13 -13
  51. package/fesm2022/sebgroup-green-angular-src-v-angular-dropdown.mjs.map +1 -1
  52. package/fesm2022/sebgroup-green-angular-src-v-angular-info-circle.mjs +3 -3
  53. package/fesm2022/sebgroup-green-angular-src-v-angular-info-circle.mjs.map +1 -1
  54. package/fesm2022/sebgroup-green-angular-src-v-angular-input-mask.mjs +11 -10
  55. package/fesm2022/sebgroup-green-angular-src-v-angular-input-mask.mjs.map +1 -1
  56. package/fesm2022/sebgroup-green-angular-src-v-angular-input.mjs +6 -6
  57. package/fesm2022/sebgroup-green-angular-src-v-angular-input.mjs.map +1 -1
  58. package/fesm2022/sebgroup-green-angular-src-v-angular-modal.mjs +34 -34
  59. package/fesm2022/sebgroup-green-angular-src-v-angular-modal.mjs.map +1 -1
  60. package/fesm2022/sebgroup-green-angular-src-v-angular-textarea.mjs +7 -5
  61. package/fesm2022/sebgroup-green-angular-src-v-angular-textarea.mjs.map +1 -1
  62. package/fesm2022/sebgroup-green-angular-src-v-angular-tooltip.mjs +12 -12
  63. package/fesm2022/sebgroup-green-angular-src-v-angular-tooltip.mjs.map +1 -1
  64. package/fesm2022/sebgroup-green-angular-v-angular.mjs +164 -97
  65. package/fesm2022/sebgroup-green-angular-v-angular.mjs.map +1 -1
  66. package/package.json +2 -2
  67. package/src/v-angular/base-control-value-accessor/base-control-value-accessor.component.d.ts +3 -3
  68. package/src/v-angular/button/button.component.d.ts +2 -2
  69. package/src/v-angular/character-countdown/character-countdown.directive.d.ts +1 -1
  70. package/src/v-angular/core/core.globals.d.ts +1 -1
  71. package/src/v-angular/dropdown/typeahead/typeahead.directive.d.ts +2 -2
  72. package/src/v-angular/info-circle/info-circle.component.d.ts +1 -1
  73. package/src/v-angular/input/input.component.d.ts +3 -3
  74. package/src/v-angular/input-mask/input-mask-format.pipe.d.ts +1 -1
  75. package/src/v-angular/input-mask/input-mask.directive.d.ts +2 -2
  76. package/src/v-angular/modal/dialog/dialog.component.d.ts +5 -5
  77. package/src/v-angular/modal/fold-out/fold-out.component.d.ts +1 -1
  78. package/src/v-angular/modal/fold-out/fold-out.directive.d.ts +1 -1
  79. package/src/v-angular/modal/modal.globals.d.ts +1 -1
  80. package/src/v-angular/modal/slide-out/slide-out.component.d.ts +6 -6
  81. package/src/v-angular/textarea/textarea.module.d.ts +2 -1
  82. package/src/v-angular/tooltip/tooltip.directive.d.ts +4 -4
  83. package/v-angular/base-control-value-accessor/base-control-value-accessor.component.d.ts +3 -3
  84. package/v-angular/button/button.component.d.ts +2 -2
  85. package/v-angular/character-countdown/character-countdown.directive.d.ts +17 -0
  86. package/v-angular/character-countdown/character-countdown.module.d.ts +8 -0
  87. package/v-angular/character-countdown/index.d.ts +2 -0
  88. package/v-angular/dropdown/typeahead/typeahead.directive.d.ts +2 -2
  89. package/v-angular/index.d.ts +1 -0
  90. package/v-angular/info-circle/info-circle.component.d.ts +1 -1
  91. package/v-angular/input/input.component.d.ts +3 -3
  92. package/v-angular/input-mask/input-mask-format.pipe.d.ts +1 -1
  93. package/v-angular/input-mask/input-mask.directive.d.ts +2 -2
  94. package/v-angular/modal/dialog/dialog.component.d.ts +5 -5
  95. package/v-angular/modal/fold-out/fold-out.component.d.ts +1 -1
  96. package/v-angular/modal/fold-out/fold-out.directive.d.ts +1 -1
  97. package/v-angular/modal/modal.globals.d.ts +1 -1
  98. package/v-angular/modal/slide-out/slide-out.component.d.ts +6 -6
  99. package/v-angular/textarea/textarea.module.d.ts +2 -1
  100. package/v-angular/tooltip/tooltip.directive.d.ts +4 -4
  101. package/v-angular/v-angular.module.d.ts +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sebgroup/green-angular",
3
- "version": "4.6.2",
3
+ "version": "4.6.4",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=16.2.14",
6
6
  "@angular/common": ">=16.2.12",
@@ -17,7 +17,7 @@
17
17
  "scroll-into-view-if-needed": "^2.2.31"
18
18
  },
19
19
  "dependencies": {
20
- "@sebgroup/green-core": "^1.43.0",
20
+ "@sebgroup/green-core": "^1.43.4",
21
21
  "@sebgroup/chlorophyll": "^3.6.4",
22
22
  "@sebgroup/extract": "^3.0.2",
23
23
  "tslib": "^2.3.1"
@@ -67,9 +67,9 @@ export declare class NgvBaseControlValueAccessorComponent implements AfterViewIn
67
67
  /** The component has the disabled state, usually muting the colors and removes interaction. */
68
68
  get disabled(): boolean;
69
69
  /** Emits focus events triggered by the child elements. */
70
- readonly ngvFocus: EventEmitter<any>;
70
+ readonly nggvFocus: EventEmitter<any>;
71
71
  /** Emits focus events triggered by the child elements. */
72
- readonly ngvBlur: EventEmitter<any>;
72
+ readonly nggvBlur: EventEmitter<any>;
73
73
  private _state;
74
74
  /** @internal */
75
75
  protected onChange: (_: any) => void;
@@ -119,6 +119,6 @@ export declare class NgvBaseControlValueAccessorComponent implements AfterViewIn
119
119
  params: any;
120
120
  } | null;
121
121
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvBaseControlValueAccessorComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
122
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvBaseControlValueAccessorComponent, "ng-component", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "role": { "alias": "role"; "required": false; }; "value": { "alias": "value"; "required": false; }; "error": { "alias": "error"; "required": false; }; "description": { "alias": "description"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "reset": { "alias": "reset"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; "displayDisabledAsLocked": { "alias": "displayDisabledAsLocked"; "required": false; }; "required": { "alias": "required"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "ngvFocus": "ngvFocus"; "ngvBlur": "ngvBlur"; }, ["labelContentTpl"], never, false, never>;
122
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvBaseControlValueAccessorComponent, "ng-component", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "role": { "alias": "role"; "required": false; }; "value": { "alias": "value"; "required": false; }; "error": { "alias": "error"; "required": false; }; "description": { "alias": "description"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "reset": { "alias": "reset"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; "displayDisabledAsLocked": { "alias": "displayDisabledAsLocked"; "required": false; }; "required": { "alias": "required"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "nggvFocus": "nggvFocus"; "nggvBlur": "nggvBlur"; }, ["labelContentTpl"], never, false, never>;
123
123
  static ɵprov: i0.ɵɵInjectableDeclaration<NgvBaseControlValueAccessorComponent>;
124
124
  }
@@ -41,7 +41,7 @@ export declare class NgvButtonComponent extends NgvBaseControlValueAccessorCompo
41
41
  /** Emits click events triggered by the button or link.
42
42
  * Use instead of click to avoid triggering events on disabled buttons and links.
43
43
  */
44
- ngvClick: EventEmitter<any>;
44
+ nggvClick: EventEmitter<any>;
45
45
  constructor(ngControl: NgControl, translocoScope: TranslocoScope, cdr: ChangeDetectorRef);
46
46
  /** @internal */
47
47
  static buttonStyleClasses(type: ButtonStyle, small: boolean): {
@@ -58,5 +58,5 @@ export declare class NgvButtonComponent extends NgvBaseControlValueAccessorCompo
58
58
  /** @internal */
59
59
  onClick(event: Event): void;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvButtonComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvButtonComponent, "nggv-button", never, { "thook": { "alias": "thook"; "required": false; }; "type": { "alias": "type"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "small": { "alias": "small"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "ngvClick": "ngvClick"; }, never, ["*"], false, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvButtonComponent, "nggv-button", never, { "thook": { "alias": "thook"; "required": false; }; "type": { "alias": "type"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "small": { "alias": "small"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "nggvClick": "nggvClick"; }, never, ["*"], false, never>;
62
62
  }
@@ -13,5 +13,5 @@ export declare class CharacterCountdownDirective {
13
13
  updateContext(): void;
14
14
  calculateCharactersLeft: (max: number, current: number) => number;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<CharacterCountdownDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<CharacterCountdownDirective, "[ngvCharacterCountdown]", never, { "maxlength": { "alias": "ngvCharacterCountdown"; "required": false; }; "currentLength": { "alias": "ngvCharacterCountdownCurrentLength"; "required": false; }; }, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CharacterCountdownDirective, "[nggvCharacterCountdown]", never, { "maxlength": { "alias": "nggvCharacterCountdown"; "required": false; }; "currentLength": { "alias": "nggvCharacterCountdownCurrentLength"; "required": false; }; }, {}, never, never, false, never>;
17
17
  }
@@ -2,7 +2,7 @@ export {};
2
2
  declare global {
3
3
  interface Window {
4
4
  /** Counter for unique identifiers */
5
- ngv: {
5
+ nggv: {
6
6
  ids: {
7
7
  [namespace: string]: number;
8
8
  default: number;
@@ -12,7 +12,7 @@ export declare class NgvTypeaheadDirective<K = string | null | undefined, V = st
12
12
  private hostDropdown;
13
13
  private hostInput;
14
14
  /** Function that filter the inputvalue */
15
- set ngvTypeahead(value: OperatorFunction<string, T[]> | undefined);
15
+ set nggvTypeahead(value: OperatorFunction<string, T[]> | undefined);
16
16
  /** Formats each item that is displayed as an option. Only applies format if the option if it implement Option interface. */
17
17
  resultFormatter?: (option: OptionBase<any>) => string;
18
18
  /** Formats the selected item in the input when dropdown is opened. If no function is provided, it will display the value of the selected objects label property */
@@ -72,5 +72,5 @@ export declare class NgvTypeaheadDirective<K = string | null | undefined, V = st
72
72
  */
73
73
  private formatOptions;
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvTypeaheadDirective<any, any, any>, [null, null, { optional: true; host: true; }, { optional: true; host: true; }]>;
75
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgvTypeaheadDirective<any, any, any>, "nggv-input[ngvTypeahead]", never, { "ngvTypeahead": { "alias": "ngvTypeahead"; "required": false; }; "resultFormatter": { "alias": "resultFormatter"; "required": false; }; "selectedFormatter": { "alias": "selectedFormatter"; "required": false; }; "allowUnselect": { "alias": "allowUnselect"; "required": false; }; "unselectLabel": { "alias": "unselectLabel"; "required": false; }; }, { "filterPhraseChange": "filterPhraseChange"; }, never, never, true, never>;
75
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgvTypeaheadDirective<any, any, any>, "nggv-input[nggvTypeahead], nggv-dropdown[nggvTypeahead]", never, { "nggvTypeahead": { "alias": "nggvTypeahead"; "required": false; }; "resultFormatter": { "alias": "resultFormatter"; "required": false; }; "selectedFormatter": { "alias": "selectedFormatter"; "required": false; }; "allowUnselect": { "alias": "allowUnselect"; "required": false; }; "unselectLabel": { "alias": "unselectLabel"; "required": false; }; }, { "filterPhraseChange": "filterPhraseChange"; }, never, never, true, never>;
76
76
  }
@@ -1,4 +1,4 @@
1
- import '@sebgroup/green-core/components/icon/icons/circle-info';
1
+ import '@sebgroup/green-core/components/icon/icons/circle-info.js';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * A button that will present an explanation to a problem/question.
@@ -57,7 +57,7 @@ export declare class NgvInputComponent extends NgvBaseControlValueAccessorCompon
57
57
  get showCharacterCountdown(): boolean;
58
58
  /** Pattern the value must match to be valid. */
59
59
  pattern: string;
60
- /** Amount of time to wait until emitting (ngvINput) event */
60
+ /** Amount of time to wait until emitting (nggvINput) event */
61
61
  debounceTime: number;
62
62
  /**
63
63
  * @deprecated
@@ -69,7 +69,7 @@ export declare class NgvInputComponent extends NgvBaseControlValueAccessorCompon
69
69
  set inputMask(newInputMask: InputmaskOptions<any>);
70
70
  get inputMask(): InputmaskOptions<any>;
71
71
  /** Emits every time the value of the inner input field changes, independantly of updates on the formcontroller */
72
- ngvInput: EventEmitter<any>;
72
+ nggvInput: EventEmitter<any>;
73
73
  private _formControl;
74
74
  get control(): UntypedFormControl;
75
75
  /** Returns if maxlength is used */
@@ -86,5 +86,5 @@ export declare class NgvInputComponent extends NgvBaseControlValueAccessorCompon
86
86
  /** @internal */
87
87
  onInput(event: Event): void;
88
88
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvInputComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvInputComponent, "nggv-input", never, { "thook": { "alias": "thook"; "required": false; }; "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "email": { "alias": "email"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "showCharacterCountdown": { "alias": "showCharacterCountdown"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "badgeText": { "alias": "badgeText"; "required": false; }; "inputMask": { "alias": "inputMask"; "required": false; }; }, { "ngvInput": "ngvInput"; }, never, ["[slot='prefix']", "[slot='suffix']", "*"], false, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvInputComponent, "nggv-input", never, { "thook": { "alias": "thook"; "required": false; }; "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "email": { "alias": "email"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "showCharacterCountdown": { "alias": "showCharacterCountdown"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "badgeText": { "alias": "badgeText"; "required": false; }; "inputMask": { "alias": "inputMask"; "required": false; }; }, { "nggvInput": "nggvInput"; }, never, ["[slot='prefix']", "[slot='suffix']", "*"], false, never>;
90
90
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class InputMaskFormatPipe implements PipeTransform {
5
5
  transform<T = any>(value: any, options: InputmaskOptions<T>): any;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<InputMaskFormatPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<InputMaskFormatPipe, "ngvInputMaskFormat", false>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputMaskFormatPipe, "nggvInputMaskFormat", false>;
8
8
  }
@@ -11,7 +11,7 @@ export declare class NgvInputMaskDirective<T = any> implements OnInit, AfterView
11
11
  private renderer;
12
12
  private ngZone;
13
13
  /** Input settings of directive */
14
- ngvInputMask: InputmaskOptions<T>;
14
+ nggvInputMask: InputmaskOptions<T>;
15
15
  inputMaskPlugin: Inputmask.Instance | undefined;
16
16
  nativeInputElement: HTMLInputElement | undefined;
17
17
  defaultInputMaskConfig: InputMaskConfig;
@@ -35,5 +35,5 @@ export declare class NgvInputMaskDirective<T = any> implements OnInit, AfterView
35
35
  private get control();
36
36
  private setNativeInputElement;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvInputMaskDirective<any>, [{ optional: true; self: true; }, null, null, null, null, null]>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgvInputMaskDirective<any>, "[ngvInputMask]", never, { "ngvInputMask": { "alias": "ngvInputMask"; "required": false; }; }, {}, never, never, false, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgvInputMaskDirective<any>, "[nggvInputMask]", never, { "nggvInputMask": { "alias": "nggvInputMask"; "required": false; }; }, {}, never, never, false, never>;
39
39
  }
@@ -37,10 +37,10 @@ export declare class NgvDialogComponent implements OnInit {
37
37
  _buttons: DialogButtons | undefined;
38
38
  /** Buttons are defined as a key-value pair where key is one of "positive|neutral|negative" and value is the button label. */
39
39
  set buttons(buttons: DialogButtons);
40
- ngvCloseEvent: EventEmitter<DialogEvent<any>>;
41
- ngvPositiveEvent: EventEmitter<DialogEvent<any>>;
42
- ngvNeutralEvent: EventEmitter<DialogEvent<any>>;
43
- ngvNegativeEvent: EventEmitter<DialogEvent<any>>;
40
+ nggvCloseEvent: EventEmitter<DialogEvent<any>>;
41
+ nggvPositiveEvent: EventEmitter<DialogEvent<any>>;
42
+ nggvNeutralEvent: EventEmitter<DialogEvent<any>>;
43
+ nggvNegativeEvent: EventEmitter<DialogEvent<any>>;
44
44
  protected _previous: HTMLElement | undefined;
45
45
  protected _firstFocusable: HTMLElement | undefined;
46
46
  protected _lastFocusable: HTMLElement | undefined;
@@ -51,5 +51,5 @@ export declare class NgvDialogComponent implements OnInit {
51
51
  close(event?: Event, initiator?: string): void;
52
52
  focusTrap(event: KeyboardEvent): void;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvDialogComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvDialogComponent, "nggv-dialog", ["dialog"], { "thook": { "alias": "thook"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "payload": { "alias": "payload"; "required": false; }; "dialogTitleId": { "alias": "dialogTitleId"; "required": false; }; "dialogBodyId": { "alias": "dialogBodyId"; "required": false; }; "closeModalOnEscape": { "alias": "closeModalOnEscape"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "ngvCloseEvent": "ngvCloseEvent"; "ngvPositiveEvent": "ngvPositiveEvent"; "ngvNeutralEvent": "ngvNeutralEvent"; "ngvNegativeEvent": "ngvNegativeEvent"; }, never, ["*"], false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvDialogComponent, "nggv-dialog", ["dialog"], { "thook": { "alias": "thook"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "payload": { "alias": "payload"; "required": false; }; "dialogTitleId": { "alias": "dialogTitleId"; "required": false; }; "dialogBodyId": { "alias": "dialogBodyId"; "required": false; }; "closeModalOnEscape": { "alias": "closeModalOnEscape"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "nggvCloseEvent": "nggvCloseEvent"; "nggvPositiveEvent": "nggvPositiveEvent"; "nggvNeutralEvent": "nggvNeutralEvent"; "nggvNegativeEvent": "nggvNegativeEvent"; }, never, ["*"], false, never>;
55
55
  }
@@ -1,5 +1,5 @@
1
1
  import { ElementRef, OnDestroy } from '@angular/core';
2
- import '@sebgroup/green-core/components/icon/icons/dot-grid-one-horizontal';
2
+ import '@sebgroup/green-core/components/icon/icons/dot-grid-one-horizontal.js';
3
3
  import { Subscription } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class NgvFoldOutComponent implements OnDestroy {
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class NgvFoldOutOptionDirective {
3
3
  baseClass: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvFoldOutOptionDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgvFoldOutOptionDirective, "[ngvOption]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgvFoldOutOptionDirective, "[nggvOption]", never, {}, {}, never, never, false, never>;
6
6
  }
@@ -2,7 +2,7 @@ export {};
2
2
  declare global {
3
3
  interface Window {
4
4
  /** Counter for unique identifiers */
5
- ngv: {
5
+ nggv: {
6
6
  ids: {
7
7
  [namespace: string]: number;
8
8
  default: number;
@@ -44,10 +44,10 @@ export declare class NgvSlideOutComponent implements OnInit {
44
44
  /** Buttons are defined as a key-value pair where key is one of "positive|neutral|negative" and value is the button label. */
45
45
  set buttons(buttons: DialogButtons);
46
46
  /** Will emit true on closing event. */
47
- ngvCloseEvent: EventEmitter<boolean>;
48
- ngvPositiveEvent: EventEmitter<void>;
49
- ngvNeutralEvent: EventEmitter<void>;
50
- ngvNegativeEvent: EventEmitter<void>;
47
+ nggvCloseEvent: EventEmitter<boolean>;
48
+ nggvPositiveEvent: EventEmitter<void>;
49
+ nggvNeutralEvent: EventEmitter<void>;
50
+ nggvNegativeEvent: EventEmitter<void>;
51
51
  private previous;
52
52
  private firstFocusable;
53
53
  private lastFocusable;
@@ -62,7 +62,7 @@ export declare class NgvSlideOutComponent implements OnInit {
62
62
  */
63
63
  open(opener?: HTMLElement): boolean;
64
64
  /**
65
- * Called on a modal element. Closes the modal and emits a `ngvCloseEvent`. Sets focus to the lats focused element if an element was sent in to open function.
65
+ * Called on a modal element. Closes the modal and emits a `nggvCloseEvent`. Sets focus to the lats focused element if an element was sent in to open function.
66
66
  *
67
67
  * @param event
68
68
  * @param initiator
@@ -72,5 +72,5 @@ export declare class NgvSlideOutComponent implements OnInit {
72
72
  focusTrap(event: KeyboardEvent): void;
73
73
  private limitFocusable;
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvSlideOutComponent, never>;
75
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvSlideOutComponent, "nggv-slideout-modal", never, { "side": { "alias": "side"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "ngvCloseEvent": "ngvCloseEvent"; "ngvPositiveEvent": "ngvPositiveEvent"; "ngvNeutralEvent": "ngvNeutralEvent"; "ngvNegativeEvent": "ngvNegativeEvent"; }, never, ["*", "[slot='outside-content']"], false, never>;
75
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvSlideOutComponent, "nggv-slideout-modal", never, { "side": { "alias": "side"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "nggvCloseEvent": "nggvCloseEvent"; "nggvPositiveEvent": "nggvPositiveEvent"; "nggvNeutralEvent": "nggvNeutralEvent"; "nggvNegativeEvent": "nggvNegativeEvent"; }, never, ["*", "[slot='outside-content']"], false, never>;
76
76
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./textarea.component";
3
3
  import * as i2 from "@angular/common";
4
+ import * as i3 from "@sebgroup/green-angular/src/v-angular/i18n";
4
5
  export declare class NgvTextareaModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvTextareaModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgvTextareaModule, [typeof i1.NgvTextareaComponent], [typeof i2.CommonModule], [typeof i1.NgvTextareaComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgvTextareaModule, [typeof i1.NgvTextareaComponent], [typeof i2.CommonModule, typeof i3.NgvI18nModule], [typeof i1.NgvTextareaComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<NgvTextareaModule>;
8
9
  }
@@ -17,7 +17,7 @@ export declare class NgvTooltipDirective implements AfterViewInit, OnChanges, On
17
17
  private anchorElementRef;
18
18
  private renderer;
19
19
  /** The text that will be shown in the tooltip. */
20
- ngvTooltip?: string;
20
+ nggvTooltip?: string;
21
21
  /** Special property used for selecting DOM elements during automated UI testing. */
22
22
  thook: string;
23
23
  /** The side of the anchor which the tooltip will be rendered.
@@ -33,9 +33,9 @@ export declare class NgvTooltipDirective implements AfterViewInit, OnChanges, On
33
33
  /** Numeric max-width for tooltip. */
34
34
  maxWidth: number;
35
35
  /** Emits a show event triggered changing visibility state of the tooltip. */
36
- ngvShow: EventEmitter<HTMLElement>;
36
+ nggvShow: EventEmitter<HTMLElement>;
37
37
  /** Emits a hide event triggered changing visibility state of the tooltip. */
38
- ngvHide: EventEmitter<HTMLElement>;
38
+ nggvHide: EventEmitter<HTMLElement>;
39
39
  /** @internal */
40
40
  protected timeout: number;
41
41
  /** @internal */
@@ -101,6 +101,6 @@ export declare class NgvTooltipDirective implements AfterViewInit, OnChanges, On
101
101
  setStyle(tooltip: Position, arrow: Position): void;
102
102
  private pxToRem;
103
103
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvTooltipDirective, never>;
104
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgvTooltipDirective, "[ngvTooltip]", never, { "ngvTooltip": { "alias": "ngvTooltip"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "resizeThrottle": { "alias": "resizeThrottle"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "ngvShow": "ngvShow"; "ngvHide": "ngvHide"; }, never, never, false, never>;
104
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgvTooltipDirective, "[nggvTooltip]", never, { "nggvTooltip": { "alias": "nggvTooltip"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "resizeThrottle": { "alias": "resizeThrottle"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "nggvShow": "nggvShow"; "nggvHide": "nggvHide"; }, never, never, false, never>;
105
105
  }
106
106
  export {};
@@ -67,9 +67,9 @@ export declare class NgvBaseControlValueAccessorComponent implements AfterViewIn
67
67
  /** The component has the disabled state, usually muting the colors and removes interaction. */
68
68
  get disabled(): boolean;
69
69
  /** Emits focus events triggered by the child elements. */
70
- readonly ngvFocus: EventEmitter<any>;
70
+ readonly nggvFocus: EventEmitter<any>;
71
71
  /** Emits focus events triggered by the child elements. */
72
- readonly ngvBlur: EventEmitter<any>;
72
+ readonly nggvBlur: EventEmitter<any>;
73
73
  private _state;
74
74
  /** @internal */
75
75
  protected onChange: (_: any) => void;
@@ -119,6 +119,6 @@ export declare class NgvBaseControlValueAccessorComponent implements AfterViewIn
119
119
  params: any;
120
120
  } | null;
121
121
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvBaseControlValueAccessorComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
122
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvBaseControlValueAccessorComponent, "ng-component", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "role": { "alias": "role"; "required": false; }; "value": { "alias": "value"; "required": false; }; "error": { "alias": "error"; "required": false; }; "description": { "alias": "description"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "reset": { "alias": "reset"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; "displayDisabledAsLocked": { "alias": "displayDisabledAsLocked"; "required": false; }; "required": { "alias": "required"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "ngvFocus": "ngvFocus"; "ngvBlur": "ngvBlur"; }, ["labelContentTpl"], never, false, never>;
122
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvBaseControlValueAccessorComponent, "ng-component", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "role": { "alias": "role"; "required": false; }; "value": { "alias": "value"; "required": false; }; "error": { "alias": "error"; "required": false; }; "description": { "alias": "description"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "reset": { "alias": "reset"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; "displayDisabledAsLocked": { "alias": "displayDisabledAsLocked"; "required": false; }; "required": { "alias": "required"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "nggvFocus": "nggvFocus"; "nggvBlur": "nggvBlur"; }, ["labelContentTpl"], never, false, never>;
123
123
  static ɵprov: i0.ɵɵInjectableDeclaration<NgvBaseControlValueAccessorComponent>;
124
124
  }
@@ -41,7 +41,7 @@ export declare class NgvButtonComponent extends NgvBaseControlValueAccessorCompo
41
41
  /** Emits click events triggered by the button or link.
42
42
  * Use instead of click to avoid triggering events on disabled buttons and links.
43
43
  */
44
- ngvClick: EventEmitter<any>;
44
+ nggvClick: EventEmitter<any>;
45
45
  constructor(ngControl: NgControl, translocoScope: TranslocoScope, cdr: ChangeDetectorRef);
46
46
  /** @internal */
47
47
  static buttonStyleClasses(type: ButtonStyle, small: boolean): {
@@ -58,5 +58,5 @@ export declare class NgvButtonComponent extends NgvBaseControlValueAccessorCompo
58
58
  /** @internal */
59
59
  onClick(event: Event): void;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvButtonComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvButtonComponent, "nggv-button", never, { "thook": { "alias": "thook"; "required": false; }; "type": { "alias": "type"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "small": { "alias": "small"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "ngvClick": "ngvClick"; }, never, ["*"], false, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvButtonComponent, "nggv-button", never, { "thook": { "alias": "thook"; "required": false; }; "type": { "alias": "type"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "small": { "alias": "small"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "nggvClick": "nggvClick"; }, never, ["*"], false, never>;
62
62
  }
@@ -0,0 +1,17 @@
1
+ import { TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CharacterCountdownDirective {
4
+ private readonly viewContainerRef;
5
+ private readonly templateRef;
6
+ set maxlength(value: number | undefined);
7
+ set currentLength(value: number);
8
+ private _maxlength;
9
+ private _currentLength;
10
+ private isViewCreated;
11
+ private context;
12
+ constructor(viewContainerRef: ViewContainerRef, templateRef: TemplateRef<any>);
13
+ updateContext(): void;
14
+ calculateCharactersLeft: (max: number, current: number) => number;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<CharacterCountdownDirective, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CharacterCountdownDirective, "[nggvCharacterCountdown]", never, { "maxlength": { "alias": "nggvCharacterCountdown"; "required": false; }; "currentLength": { "alias": "nggvCharacterCountdownCurrentLength"; "required": false; }; }, {}, never, never, false, never>;
17
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./character-countdown.directive";
3
+ import * as i2 from "@angular/common";
4
+ export declare class NggCharacterCountdownDirectiveModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NggCharacterCountdownDirectiveModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NggCharacterCountdownDirectiveModule, [typeof i1.CharacterCountdownDirective], [typeof i2.CommonModule], [typeof i1.CharacterCountdownDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<NggCharacterCountdownDirectiveModule>;
8
+ }
@@ -0,0 +1,2 @@
1
+ export * from './character-countdown.directive';
2
+ export * from './character-countdown.module';
@@ -12,7 +12,7 @@ export declare class NgvTypeaheadDirective<K = string | null | undefined, V = st
12
12
  private hostDropdown;
13
13
  private hostInput;
14
14
  /** Function that filter the inputvalue */
15
- set ngvTypeahead(value: OperatorFunction<string, T[]> | undefined);
15
+ set nggvTypeahead(value: OperatorFunction<string, T[]> | undefined);
16
16
  /** Formats each item that is displayed as an option. Only applies format if the option if it implement Option interface. */
17
17
  resultFormatter?: (option: OptionBase<any>) => string;
18
18
  /** Formats the selected item in the input when dropdown is opened. If no function is provided, it will display the value of the selected objects label property */
@@ -72,5 +72,5 @@ export declare class NgvTypeaheadDirective<K = string | null | undefined, V = st
72
72
  */
73
73
  private formatOptions;
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvTypeaheadDirective<any, any, any>, [null, null, { optional: true; host: true; }, { optional: true; host: true; }]>;
75
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgvTypeaheadDirective<any, any, any>, "nggv-input[ngvTypeahead]", never, { "ngvTypeahead": { "alias": "ngvTypeahead"; "required": false; }; "resultFormatter": { "alias": "resultFormatter"; "required": false; }; "selectedFormatter": { "alias": "selectedFormatter"; "required": false; }; "allowUnselect": { "alias": "allowUnselect"; "required": false; }; "unselectLabel": { "alias": "unselectLabel"; "required": false; }; }, { "filterPhraseChange": "filterPhraseChange"; }, never, never, true, never>;
75
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgvTypeaheadDirective<any, any, any>, "nggv-input[nggvTypeahead], nggv-dropdown[nggvTypeahead]", never, { "nggvTypeahead": { "alias": "nggvTypeahead"; "required": false; }; "resultFormatter": { "alias": "resultFormatter"; "required": false; }; "selectedFormatter": { "alias": "selectedFormatter"; "required": false; }; "allowUnselect": { "alias": "allowUnselect"; "required": false; }; "unselectLabel": { "alias": "unselectLabel"; "required": false; }; }, { "filterPhraseChange": "filterPhraseChange"; }, never, never, true, never>;
76
76
  }
@@ -2,6 +2,7 @@ export * from './base-control-value-accessor';
2
2
  export * from './breadcrumbs';
3
3
  export * from './button';
4
4
  export * from './card';
5
+ export * from './character-countdown';
5
6
  export * from './checkbox';
6
7
  export * from './dropdown';
7
8
  export * from './dropdown/dropdown-list';
@@ -1,4 +1,4 @@
1
- import '@sebgroup/green-core/components/icon/icons/circle-info';
1
+ import '@sebgroup/green-core/components/icon/icons/circle-info.js';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * A button that will present an explanation to a problem/question.
@@ -57,7 +57,7 @@ export declare class NgvInputComponent extends NgvBaseControlValueAccessorCompon
57
57
  get showCharacterCountdown(): boolean;
58
58
  /** Pattern the value must match to be valid. */
59
59
  pattern: string;
60
- /** Amount of time to wait until emitting (ngvINput) event */
60
+ /** Amount of time to wait until emitting (nggvINput) event */
61
61
  debounceTime: number;
62
62
  /**
63
63
  * @deprecated
@@ -69,7 +69,7 @@ export declare class NgvInputComponent extends NgvBaseControlValueAccessorCompon
69
69
  set inputMask(newInputMask: InputmaskOptions<any>);
70
70
  get inputMask(): InputmaskOptions<any>;
71
71
  /** Emits every time the value of the inner input field changes, independantly of updates on the formcontroller */
72
- ngvInput: EventEmitter<any>;
72
+ nggvInput: EventEmitter<any>;
73
73
  private _formControl;
74
74
  get control(): UntypedFormControl;
75
75
  /** Returns if maxlength is used */
@@ -86,5 +86,5 @@ export declare class NgvInputComponent extends NgvBaseControlValueAccessorCompon
86
86
  /** @internal */
87
87
  onInput(event: Event): void;
88
88
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvInputComponent, [{ optional: true; self: true; }, { optional: true; }, null]>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvInputComponent, "nggv-input", never, { "thook": { "alias": "thook"; "required": false; }; "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "email": { "alias": "email"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "showCharacterCountdown": { "alias": "showCharacterCountdown"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "badgeText": { "alias": "badgeText"; "required": false; }; "inputMask": { "alias": "inputMask"; "required": false; }; }, { "ngvInput": "ngvInput"; }, never, ["[slot='prefix']", "[slot='suffix']", "*"], false, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvInputComponent, "nggv-input", never, { "thook": { "alias": "thook"; "required": false; }; "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "email": { "alias": "email"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "showCharacterCountdown": { "alias": "showCharacterCountdown"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "badgeText": { "alias": "badgeText"; "required": false; }; "inputMask": { "alias": "inputMask"; "required": false; }; }, { "nggvInput": "nggvInput"; }, never, ["[slot='prefix']", "[slot='suffix']", "*"], false, never>;
90
90
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class InputMaskFormatPipe implements PipeTransform {
5
5
  transform<T = any>(value: any, options: InputmaskOptions<T>): any;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<InputMaskFormatPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<InputMaskFormatPipe, "ngvInputMaskFormat", false>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<InputMaskFormatPipe, "nggvInputMaskFormat", false>;
8
8
  }
@@ -11,7 +11,7 @@ export declare class NgvInputMaskDirective<T = any> implements OnInit, AfterView
11
11
  private renderer;
12
12
  private ngZone;
13
13
  /** Input settings of directive */
14
- ngvInputMask: InputmaskOptions<T>;
14
+ nggvInputMask: InputmaskOptions<T>;
15
15
  inputMaskPlugin: Inputmask.Instance | undefined;
16
16
  nativeInputElement: HTMLInputElement | undefined;
17
17
  defaultInputMaskConfig: InputMaskConfig;
@@ -35,5 +35,5 @@ export declare class NgvInputMaskDirective<T = any> implements OnInit, AfterView
35
35
  private get control();
36
36
  private setNativeInputElement;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvInputMaskDirective<any>, [{ optional: true; self: true; }, null, null, null, null, null]>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgvInputMaskDirective<any>, "[ngvInputMask]", never, { "ngvInputMask": { "alias": "ngvInputMask"; "required": false; }; }, {}, never, never, false, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgvInputMaskDirective<any>, "[nggvInputMask]", never, { "nggvInputMask": { "alias": "nggvInputMask"; "required": false; }; }, {}, never, never, false, never>;
39
39
  }
@@ -37,10 +37,10 @@ export declare class NgvDialogComponent implements OnInit {
37
37
  _buttons: DialogButtons | undefined;
38
38
  /** Buttons are defined as a key-value pair where key is one of "positive|neutral|negative" and value is the button label. */
39
39
  set buttons(buttons: DialogButtons);
40
- ngvCloseEvent: EventEmitter<DialogEvent<any>>;
41
- ngvPositiveEvent: EventEmitter<DialogEvent<any>>;
42
- ngvNeutralEvent: EventEmitter<DialogEvent<any>>;
43
- ngvNegativeEvent: EventEmitter<DialogEvent<any>>;
40
+ nggvCloseEvent: EventEmitter<DialogEvent<any>>;
41
+ nggvPositiveEvent: EventEmitter<DialogEvent<any>>;
42
+ nggvNeutralEvent: EventEmitter<DialogEvent<any>>;
43
+ nggvNegativeEvent: EventEmitter<DialogEvent<any>>;
44
44
  protected _previous: HTMLElement | undefined;
45
45
  protected _firstFocusable: HTMLElement | undefined;
46
46
  protected _lastFocusable: HTMLElement | undefined;
@@ -51,5 +51,5 @@ export declare class NgvDialogComponent implements OnInit {
51
51
  close(event?: Event, initiator?: string): void;
52
52
  focusTrap(event: KeyboardEvent): void;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvDialogComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvDialogComponent, "nggv-dialog", ["dialog"], { "thook": { "alias": "thook"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "payload": { "alias": "payload"; "required": false; }; "dialogTitleId": { "alias": "dialogTitleId"; "required": false; }; "dialogBodyId": { "alias": "dialogBodyId"; "required": false; }; "closeModalOnEscape": { "alias": "closeModalOnEscape"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "ngvCloseEvent": "ngvCloseEvent"; "ngvPositiveEvent": "ngvPositiveEvent"; "ngvNeutralEvent": "ngvNeutralEvent"; "ngvNegativeEvent": "ngvNegativeEvent"; }, never, ["*"], false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvDialogComponent, "nggv-dialog", ["dialog"], { "thook": { "alias": "thook"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "payload": { "alias": "payload"; "required": false; }; "dialogTitleId": { "alias": "dialogTitleId"; "required": false; }; "dialogBodyId": { "alias": "dialogBodyId"; "required": false; }; "closeModalOnEscape": { "alias": "closeModalOnEscape"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "nggvCloseEvent": "nggvCloseEvent"; "nggvPositiveEvent": "nggvPositiveEvent"; "nggvNeutralEvent": "nggvNeutralEvent"; "nggvNegativeEvent": "nggvNegativeEvent"; }, never, ["*"], false, never>;
55
55
  }
@@ -1,5 +1,5 @@
1
1
  import { ElementRef, OnDestroy } from '@angular/core';
2
- import '@sebgroup/green-core/components/icon/icons/dot-grid-one-horizontal';
2
+ import '@sebgroup/green-core/components/icon/icons/dot-grid-one-horizontal.js';
3
3
  import { Subscription } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class NgvFoldOutComponent implements OnDestroy {
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class NgvFoldOutOptionDirective {
3
3
  baseClass: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvFoldOutOptionDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgvFoldOutOptionDirective, "[ngvOption]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgvFoldOutOptionDirective, "[nggvOption]", never, {}, {}, never, never, false, never>;
6
6
  }
@@ -2,7 +2,7 @@ export {};
2
2
  declare global {
3
3
  interface Window {
4
4
  /** Counter for unique identifiers */
5
- ngv: {
5
+ nggv: {
6
6
  ids: {
7
7
  [namespace: string]: number;
8
8
  default: number;
@@ -44,10 +44,10 @@ export declare class NgvSlideOutComponent implements OnInit {
44
44
  /** Buttons are defined as a key-value pair where key is one of "positive|neutral|negative" and value is the button label. */
45
45
  set buttons(buttons: DialogButtons);
46
46
  /** Will emit true on closing event. */
47
- ngvCloseEvent: EventEmitter<boolean>;
48
- ngvPositiveEvent: EventEmitter<void>;
49
- ngvNeutralEvent: EventEmitter<void>;
50
- ngvNegativeEvent: EventEmitter<void>;
47
+ nggvCloseEvent: EventEmitter<boolean>;
48
+ nggvPositiveEvent: EventEmitter<void>;
49
+ nggvNeutralEvent: EventEmitter<void>;
50
+ nggvNegativeEvent: EventEmitter<void>;
51
51
  private previous;
52
52
  private firstFocusable;
53
53
  private lastFocusable;
@@ -62,7 +62,7 @@ export declare class NgvSlideOutComponent implements OnInit {
62
62
  */
63
63
  open(opener?: HTMLElement): boolean;
64
64
  /**
65
- * Called on a modal element. Closes the modal and emits a `ngvCloseEvent`. Sets focus to the lats focused element if an element was sent in to open function.
65
+ * Called on a modal element. Closes the modal and emits a `nggvCloseEvent`. Sets focus to the lats focused element if an element was sent in to open function.
66
66
  *
67
67
  * @param event
68
68
  * @param initiator
@@ -72,5 +72,5 @@ export declare class NgvSlideOutComponent implements OnInit {
72
72
  focusTrap(event: KeyboardEvent): void;
73
73
  private limitFocusable;
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvSlideOutComponent, never>;
75
- static ɵcmp: i0.ɵɵComponentDeclaration<NgvSlideOutComponent, "nggv-slideout-modal", never, { "side": { "alias": "side"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "ngvCloseEvent": "ngvCloseEvent"; "ngvPositiveEvent": "ngvPositiveEvent"; "ngvNeutralEvent": "ngvNeutralEvent"; "ngvNegativeEvent": "ngvNegativeEvent"; }, never, ["*", "[slot='outside-content']"], false, never>;
75
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgvSlideOutComponent, "nggv-slideout-modal", never, { "side": { "alias": "side"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "nggvCloseEvent": "nggvCloseEvent"; "nggvPositiveEvent": "nggvPositiveEvent"; "nggvNeutralEvent": "nggvNeutralEvent"; "nggvNegativeEvent": "nggvNegativeEvent"; }, never, ["*", "[slot='outside-content']"], false, never>;
76
76
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./textarea.component";
3
3
  import * as i2 from "@angular/common";
4
+ import * as i3 from "@sebgroup/green-angular/src/v-angular/i18n";
4
5
  export declare class NgvTextareaModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<NgvTextareaModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgvTextareaModule, [typeof i1.NgvTextareaComponent], [typeof i2.CommonModule], [typeof i1.NgvTextareaComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgvTextareaModule, [typeof i1.NgvTextareaComponent], [typeof i2.CommonModule, typeof i3.NgvI18nModule], [typeof i1.NgvTextareaComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<NgvTextareaModule>;
8
9
  }