monkey-style-guide-v2 0.0.99 → 0.0.100

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 (149) hide show
  1. package/fesm2022/monkey-style-guide-v2.mjs +291 -291
  2. package/fesm2022/monkey-style-guide-v2.mjs.map +1 -1
  3. package/index.d.ts +1996 -5
  4. package/monkey-style-guide-v2-0.0.100.tgz +0 -0
  5. package/package.json +8 -8
  6. package/lib/components/accordion/accordion.component.d.ts +0 -19
  7. package/lib/components/accordion/index.d.ts +0 -6
  8. package/lib/components/action-bar/action-bar.component.d.ts +0 -9
  9. package/lib/components/action-bar/index.d.ts +0 -6
  10. package/lib/components/alert/alert.component.d.ts +0 -23
  11. package/lib/components/alert/index.d.ts +0 -6
  12. package/lib/components/autocomplete/autocomplete.component.d.ts +0 -68
  13. package/lib/components/autocomplete/index.d.ts +0 -6
  14. package/lib/components/autocomplete-address/autocomplete-address.component.d.ts +0 -68
  15. package/lib/components/autocomplete-address/index.d.ts +0 -6
  16. package/lib/components/avatar/avatar.component.d.ts +0 -31
  17. package/lib/components/avatar/index.d.ts +0 -6
  18. package/lib/components/badge/badge.component.d.ts +0 -19
  19. package/lib/components/badge/index.d.ts +0 -6
  20. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -18
  21. package/lib/components/breadcrumb/index.d.ts +0 -6
  22. package/lib/components/button/button.component.d.ts +0 -20
  23. package/lib/components/button/index.d.ts +0 -6
  24. package/lib/components/checkbox/checkbox.component.d.ts +0 -47
  25. package/lib/components/checkbox/index.d.ts +0 -6
  26. package/lib/components/date-range/date-range.component.d.ts +0 -59
  27. package/lib/components/date-range/index.d.ts +0 -6
  28. package/lib/components/date-range/month/index.d.ts +0 -6
  29. package/lib/components/date-range/month/month.component.d.ts +0 -38
  30. package/lib/components/date-range/quick-actions/index.d.ts +0 -6
  31. package/lib/components/date-range/quick-actions/quick-actions.component.d.ts +0 -19
  32. package/lib/components/date-range/utils.d.ts +0 -40
  33. package/lib/components/divider/divider.component.d.ts +0 -20
  34. package/lib/components/divider/index.d.ts +0 -6
  35. package/lib/components/download-button/download-button.component.d.ts +0 -28
  36. package/lib/components/download-button/index.d.ts +0 -6
  37. package/lib/components/filter-bar/filter-bar.component.d.ts +0 -15
  38. package/lib/components/filter-bar/index.d.ts +0 -6
  39. package/lib/components/form-field/form-field-control.d.ts +0 -19
  40. package/lib/components/form-field/form-field.component.d.ts +0 -74
  41. package/lib/components/form-field/form-field.module.d.ts +0 -8
  42. package/lib/components/form-field/index.d.ts +0 -9
  43. package/lib/components/form-field/utils.d.ts +0 -6
  44. package/lib/components/icon/icon.component.d.ts +0 -15
  45. package/lib/components/icon/index.d.ts +0 -6
  46. package/lib/components/icon-button/icon-button.component.d.ts +0 -16
  47. package/lib/components/icon-button/index.d.ts +0 -6
  48. package/lib/components/index.d.ts +0 -41
  49. package/lib/components/input/index.d.ts +0 -8
  50. package/lib/components/input/input-currency.directive.d.ts +0 -57
  51. package/lib/components/input/input.directive.d.ts +0 -52
  52. package/lib/components/input/input.module.d.ts +0 -8
  53. package/lib/components/input/validators.d.ts +0 -1
  54. package/lib/components/input-code/index.d.ts +0 -6
  55. package/lib/components/input-code/input-code.component.d.ts +0 -48
  56. package/lib/components/input-date-range/index.d.ts +0 -6
  57. package/lib/components/input-date-range/input-date-range.component.d.ts +0 -57
  58. package/lib/components/input-phone/index.d.ts +0 -6
  59. package/lib/components/input-phone/input-phone.component.d.ts +0 -67
  60. package/lib/components/input-upload/index.d.ts +0 -6
  61. package/lib/components/input-upload/input-upload.component.d.ts +0 -64
  62. package/lib/components/modal/components/confirmation.component.d.ts +0 -12
  63. package/lib/components/modal/components/default.d.ts +0 -12
  64. package/lib/components/modal/directives/actions.d.ts +0 -7
  65. package/lib/components/modal/directives/content.d.ts +0 -6
  66. package/lib/components/modal/directives/subtitle.d.ts +0 -6
  67. package/lib/components/modal/directives/title.d.ts +0 -6
  68. package/lib/components/modal/index.d.ts +0 -15
  69. package/lib/components/modal/modal-config.d.ts +0 -38
  70. package/lib/components/modal/modal-ref.d.ts +0 -28
  71. package/lib/components/modal/modal.component.d.ts +0 -22
  72. package/lib/components/modal/modal.module.d.ts +0 -17
  73. package/lib/components/modal/modal.service.d.ts +0 -28
  74. package/lib/components/modal/utils.d.ts +0 -18
  75. package/lib/components/option/index.d.ts +0 -6
  76. package/lib/components/option/option.component.d.ts +0 -20
  77. package/lib/components/radio-button/index.d.ts +0 -6
  78. package/lib/components/radio-button/radio-button.component.d.ts +0 -54
  79. package/lib/components/security-level/index.d.ts +0 -6
  80. package/lib/components/security-level/security-level.component.d.ts +0 -14
  81. package/lib/components/select/index.d.ts +0 -6
  82. package/lib/components/select/select.component.d.ts +0 -87
  83. package/lib/components/status/index.d.ts +0 -6
  84. package/lib/components/status/status.component.d.ts +0 -17
  85. package/lib/components/stepper/index.d.ts +0 -3
  86. package/lib/components/stepper/step/step.component.d.ts +0 -23
  87. package/lib/components/stepper/stepper.component.d.ts +0 -22
  88. package/lib/components/stepper/stepper.module.d.ts +0 -10
  89. package/lib/components/table/components/pagination-action/pagination-action.d.ts +0 -17
  90. package/lib/components/table/components/pagination-label/pagination-label.d.ts +0 -10
  91. package/lib/components/table/components/pagination-size/pagination-size.d.ts +0 -15
  92. package/lib/components/table/directives/column-checked.d.ts +0 -32
  93. package/lib/components/table/directives/column-expansible.d.ts +0 -25
  94. package/lib/components/table/directives/column-sortable.d.ts +0 -24
  95. package/lib/components/table/directives/column-stick.d.ts +0 -6
  96. package/lib/components/table/index.d.ts +0 -14
  97. package/lib/components/table/table.component.d.ts +0 -32
  98. package/lib/components/table/table.module.d.ts +0 -16
  99. package/lib/components/tabs/index.d.ts +0 -4
  100. package/lib/components/tabs/tab-link.directive.d.ts +0 -22
  101. package/lib/components/tabs/tab.component.d.ts +0 -17
  102. package/lib/components/tabs/tabs.component.d.ts +0 -38
  103. package/lib/components/tabs/tabs.module.d.ts +0 -9
  104. package/lib/components/toast/index.d.ts +0 -6
  105. package/lib/components/toast/toast.component.d.ts +0 -31
  106. package/lib/components/toggle/index.d.ts +0 -6
  107. package/lib/components/toggle/toggle.component.d.ts +0 -17
  108. package/lib/components/toggle-line/index.d.ts +0 -7
  109. package/lib/components/toggle-line/toggle-line-button/index.d.ts +0 -6
  110. package/lib/components/toggle-line/toggle-line-button/toggle-line-button.component.d.ts +0 -16
  111. package/lib/components/toggle-line/toggle-line.component.d.ts +0 -24
  112. package/lib/components/tooltip/index.d.ts +0 -7
  113. package/lib/components/tooltip/tooltip/index.d.ts +0 -6
  114. package/lib/components/tooltip/tooltip/tooltip.component.d.ts +0 -19
  115. package/lib/components/tooltip/tooltip.directive.d.ts +0 -31
  116. package/lib/components/user-profile-button/index.d.ts +0 -6
  117. package/lib/components/user-profile-button/user-profile-button.component.d.ts +0 -24
  118. package/lib/directives/badge.d.ts +0 -24
  119. package/lib/directives/error.d.ts +0 -5
  120. package/lib/directives/helper.d.ts +0 -5
  121. package/lib/directives/index.d.ts +0 -14
  122. package/lib/directives/info.d.ts +0 -5
  123. package/lib/directives/label.d.ts +0 -5
  124. package/lib/directives/module.d.ts +0 -14
  125. package/lib/directives/popover.d.ts +0 -68
  126. package/lib/directives/prefix.d.ts +0 -5
  127. package/lib/directives/suffix.d.ts +0 -9
  128. package/lib/interfaces/alert.d.ts +0 -6
  129. package/lib/interfaces/autocomplete-address.d.ts +0 -21
  130. package/lib/interfaces/autocomplete.d.ts +0 -7
  131. package/lib/interfaces/breadcrumb.d.ts +0 -10
  132. package/lib/interfaces/button.d.ts +0 -7
  133. package/lib/interfaces/index.d.ts +0 -14
  134. package/lib/interfaces/popover.d.ts +0 -12
  135. package/lib/interfaces/sizes.d.ts +0 -6
  136. package/lib/interfaces/table.d.ts +0 -9
  137. package/lib/interfaces/toast.d.ts +0 -27
  138. package/lib/services/address.service.d.ts +0 -19
  139. package/lib/services/dictionary.service.d.ts +0 -11
  140. package/lib/services/index.d.ts +0 -9
  141. package/lib/services/stepper.service.d.ts +0 -8
  142. package/lib/services/toast.service.d.ts +0 -11
  143. package/lib/tokens/index.d.ts +0 -12
  144. package/monkey-style-guide-v2-0.0.99.tgz +0 -0
  145. package/public-api.d.ts +0 -10
  146. package/utils/icon.d.ts +0 -8
  147. package/utils/id-generator.d.ts +0 -6
  148. package/utils/index.d.ts +0 -3
  149. package/utils/utils.d.ts +0 -6
package/index.d.ts CHANGED
@@ -1,5 +1,1996 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="monkey-style-guide-v2" />
5
- export * from './public-api';
1
+ import * as i0 from '@angular/core';
2
+ import { TemplateRef, ComponentRef, InputSignal, OutputEmitterRef, AfterContentInit, AfterContentChecked, OnDestroy, ElementRef, EventEmitter, ChangeDetectorRef, OnChanges, OnInit, InputSignalWithTransform, SimpleChanges, Renderer2, AfterViewInit, QueryList, StaticProvider, Injector, InjectionToken, ViewContainerRef, ApplicationRef } from '@angular/core';
3
+ import { NgControl, AbstractControlDirective, ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
4
+ import * as rxjs from 'rxjs';
5
+ import { Observable, Subject, BehaviorSubject } from 'rxjs';
6
+ import { Router } from '@angular/router';
7
+ import { BooleanInput } from '@angular/cdk/coercion';
8
+ import * as i8 from '@angular/common';
9
+ import { CurrencyPipe } from '@angular/common';
10
+ import { OverlayRef, Overlay } from '@angular/cdk/overlay';
11
+ import { ComponentType } from '@angular/cdk/portal';
12
+
13
+ declare class MonkeyAccordionComponent {
14
+ open: boolean;
15
+ disabled: boolean;
16
+ set title(data: string | TemplateRef<any>);
17
+ titleStr: string | undefined;
18
+ titleRef: TemplateRef<any> | undefined;
19
+ protected _uid: string;
20
+ protected _id: string;
21
+ get id(): string;
22
+ set id(value: string);
23
+ constructor();
24
+ onClick(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyAccordionComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyAccordionComponent, "monkey-accordion", never, { "open": { "alias": "open"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
27
+ static ngAcceptInputType_open: unknown;
28
+ static ngAcceptInputType_disabled: unknown;
29
+ }
30
+
31
+ declare class MonkeyActionBarComponent {
32
+ get classes(): string | undefined;
33
+ label: i0.InputSignal<string | undefined>;
34
+ position: i0.InputSignal<string | undefined>;
35
+ open: i0.InputSignal<boolean | undefined>;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyActionBarComponent, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyActionBarComponent, "monkey-action-bar", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
38
+ }
39
+
40
+ /** ************************
41
+ * Copyright Monkey Exchange. All Rights Reserved
42
+ * This style guide was developed by Monkey Exchange Team
43
+ * MIT Licence
44
+ ************************* */
45
+ type MonkeyAlertType = 'default' | 'info' | 'success' | 'alert' | 'error';
46
+
47
+ interface MonkeyAutocompleteData {
48
+ value: string | number | Date | Object;
49
+ description: string;
50
+ }
51
+ interface MonkeyAutocompleteResponse {
52
+ data: MonkeyAutocompleteData[];
53
+ }
54
+
55
+ interface GoogleApiPlacesAddressComponents {
56
+ longText: string;
57
+ shortText: string;
58
+ types: [
59
+ 'street_number' | 'route' | 'sublocality_level_1' | 'sublocality' | 'political' | 'administrative_area_level_1' | 'administrative_area_level_2' | 'country' | 'postal_code'
60
+ ];
61
+ languageCode: string;
62
+ [key: string]: any;
63
+ }
64
+ interface GoogleApiPlaces {
65
+ formattedAddress: string;
66
+ addressComponents?: GoogleApiPlacesAddressComponents[];
67
+ adrFormatAddress?: string;
68
+ displayName?: {
69
+ text: string;
70
+ languageCode: string;
71
+ };
72
+ }
73
+ interface GoogleApiPlacesResponse {
74
+ places: GoogleApiPlaces[];
75
+ }
76
+
77
+ /** ************************
78
+ * Copyright Monkey Exchange. All Rights Reserved
79
+ * This style guide was developed by Monkey Exchange Team
80
+ * MIT Licence
81
+ ************************* */
82
+ interface MonkeyBreadcrumb {
83
+ label: string;
84
+ path?: string;
85
+ callback?: Function;
86
+ }
87
+
88
+ /** ************************
89
+ * Copyright Monkey Exchange. All Rights Reserved
90
+ * This style guide was developed by Monkey Exchange Team
91
+ * MIT Licence
92
+ ************************* */
93
+ type MonkeyButtonType = 'primary' | 'secondary' | 'tertiary';
94
+ type MonkeyButtonColor = 'default' | 'success' | 'error';
95
+
96
+ /** ************************
97
+ * Copyright Monkey Exchange. All Rights Reserved
98
+ * This style guide was developed by Monkey Exchange Team
99
+ * MIT Licence
100
+ ************************* */
101
+ type MonkeyPopoverDir = 'rtl' | 'ltr' | 'trtl' | 'tltr' | 'ct' | 'cc' | 'cr' | 'rt' | 'rb' | 'lt' | 'lb';
102
+ interface MonkeyPopoverOptions {
103
+ dir?: MonkeyPopoverDir;
104
+ minwidth?: boolean;
105
+ backdrop?: boolean;
106
+ contextmenu?: boolean;
107
+ }
108
+
109
+ /** ************************
110
+ * Copyright Monkey Exchange. All Rights Reserved
111
+ * This style guide was developed by Monkey Exchange Team
112
+ * MIT Licence
113
+ ************************* */
114
+ type MonkeySize = 'xs' | 'sm' | 'md' | 'lg';
115
+
116
+ /** ************************
117
+ * Copyright Monkey Exchange. All Rights Reserved
118
+ * This style guide was developed by Monkey Exchange Team
119
+ * MIT Licence
120
+ ************************* */
121
+ interface MonkeyTableScrollConfig {
122
+ x?: string;
123
+ y?: string;
124
+ }
125
+
126
+ /** ************************
127
+ * Copyright Monkey Exchange. All Rights Reserved
128
+ * This style guide was developed by Monkey Exchange Team
129
+ * MIT Licence
130
+ ************************* */
131
+
132
+ declare class MonkeyToastRef {
133
+ private readonly componentRef;
134
+ constructor(componentRef: ComponentRef<MonkeyToastComponent>);
135
+ close(): void;
136
+ }
137
+ type MonkeyToastPosition = 'top-center' | 'top-left' | 'top-right' | 'bottom-center' | 'bottom-left' | 'bottom-right';
138
+ type MonkeyToastType = 'default' | 'success' | 'error' | 'warning' | 'question';
139
+ type ToastConfig = {
140
+ type?: MonkeyToastType;
141
+ icon?: string;
142
+ isClosable?: boolean;
143
+ message: string;
144
+ position?: MonkeyToastPosition;
145
+ duration?: number;
146
+ keepOpen?: boolean;
147
+ actionLabel?: string;
148
+ actionIcon?: string;
149
+ action?: () => void;
150
+ closeOnAction?: boolean;
151
+ };
152
+
153
+ /** ************************
154
+ * Copyright Monkey Exchange. All Rights Reserved
155
+ * This style guide was developed by Monkey Exchange Team
156
+ * MIT Licence
157
+ ************************* */
158
+
159
+ declare class MonkeyAlertComponent {
160
+ buttonLabel: InputSignal<string>;
161
+ message: InputSignal<string>;
162
+ title: InputSignal<string>;
163
+ type: InputSignal<MonkeyAlertType>;
164
+ onButtonClicked: OutputEmitterRef<void>;
165
+ protected _uid: string;
166
+ protected _id: string;
167
+ get id(): string;
168
+ set id(value: string);
169
+ constructor();
170
+ icon(type: MonkeyAlertType): string;
171
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyAlertComponent, never>;
172
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyAlertComponent, "monkey-alert", never, { "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; "type": { "alias": "type"; "required": true; "isSignal": true; }; "id": { "alias": "id"; "required": false; }; }, { "onButtonClicked": "onButtonClicked"; }, never, never, true, never>;
173
+ }
174
+
175
+ declare abstract class MonkeyFormFieldControl {
176
+ readonly id: string;
177
+ readonly ngControl: NgControl | AbstractControlDirective | null;
178
+ readonly disabled: boolean;
179
+ readonly focused: boolean;
180
+ readonly stateChanges: Observable<void>;
181
+ readonly type?: string;
182
+ readonly currency?: boolean;
183
+ readonly percent?: boolean;
184
+ abstract onContainerClick(event: MouseEvent): void;
185
+ abstract onClear?(): void;
186
+ loading?: boolean;
187
+ disableToBeDirty?: boolean;
188
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFormFieldControl, never>;
189
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyFormFieldControl, never, never, {}, {}, never, never, true, never>;
190
+ }
191
+
192
+ /** ************************
193
+ * Copyright Monkey Exchange. All Rights Reserved
194
+ * This style guide was developed by Monkey Exchange Team
195
+ * MIT Licence
196
+ ************************* */
197
+
198
+ declare class MonkeyFormFieldComponent implements AfterContentInit, AfterContentChecked, OnDestroy {
199
+ get id(): string;
200
+ set id(value: string);
201
+ hideAction: boolean;
202
+ enableClear: boolean;
203
+ size: MonkeySize;
204
+ private _formFieldControl;
205
+ private _labelChildren;
206
+ private _helperChildren;
207
+ private _prefixChildren;
208
+ private _suffixChildren;
209
+ private _infoChildren;
210
+ private _errorChildren;
211
+ elementRef: ElementRef<any>;
212
+ private readonly _changeDetectorRef;
213
+ private readonly _idGenerator;
214
+ private readonly _labelId;
215
+ protected _uid: string;
216
+ protected _id: string;
217
+ private _destroyRef;
218
+ private _isFocused;
219
+ private _previousControl;
220
+ private _stateChanges;
221
+ private _valueChanges;
222
+ readonly currencySymbol: string | undefined;
223
+ readonly percentSymbol = "%";
224
+ hasLabel: boolean;
225
+ hasHelper: boolean;
226
+ hasPrefix: boolean;
227
+ hasSuffix: boolean;
228
+ hasInfo: boolean;
229
+ hasError: boolean;
230
+ get control(): MonkeyFormFieldControl;
231
+ get labelId(): string;
232
+ get hideBorder(): boolean;
233
+ get showHeader(): boolean;
234
+ get showFooter(): boolean;
235
+ get showInvalid(): boolean;
236
+ get showClear(): boolean;
237
+ get showCalendar(): boolean;
238
+ get showCurrency(): boolean;
239
+ get showPercent(): boolean;
240
+ get showLoading(): boolean;
241
+ constructor();
242
+ private updateFocusState;
243
+ private handleFormFieldControl;
244
+ private checkPrefixAndSuffix;
245
+ private initializePrefixAndSuffix;
246
+ private checkInfoError;
247
+ private initializeInfoError;
248
+ private initializeComponents;
249
+ private initializeControl;
250
+ private openDatePicker;
251
+ ngAfterContentInit(): void;
252
+ ngAfterContentChecked(): void;
253
+ ngOnDestroy(): void;
254
+ getFooterMessages(): 'info' | 'error' | '';
255
+ getSymbols(): string;
256
+ onClear(event: MouseEvent): void;
257
+ onOpenCalendar(event: MouseEvent): void;
258
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFormFieldComponent, never>;
259
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyFormFieldComponent, "monkey-form-field", ["monkeyFormField"], { "id": { "alias": "id"; "required": false; }; "hideAction": { "alias": "hideAction"; "required": false; }; "enableClear": { "alias": "enableClear"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, ["_formFieldControl", "_labelChildren", "_helperChildren", "_prefixChildren", "_suffixChildren", "_infoChildren", "_errorChildren"], ["monkey-label", "monkey-helper", "monkey-prefix", "*", "monkey-suffix", "monkey-error", "monkey-info"], false, never>;
260
+ static ngAcceptInputType_hideAction: unknown;
261
+ static ngAcceptInputType_enableClear: unknown;
262
+ }
263
+
264
+ type IconName = 'clear' | 'calendar' | 'arrowDown' | 'arrowRight' | 'check' | 'minus' | 'loading' | 'searchFail' | 'search' | 'addPlus' | 'googleMaps' | 'location';
265
+ declare class UtilIconComponent {
266
+ name: i0.InputSignal<IconName>;
267
+ static ɵfac: i0.ɵɵFactoryDeclaration<UtilIconComponent, never>;
268
+ static ɵcmp: i0.ɵɵComponentDeclaration<UtilIconComponent, "util-icon", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
269
+ }
270
+
271
+ declare class MonkeyFormFieldModule {
272
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFormFieldModule, never>;
273
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyFormFieldModule, [typeof MonkeyFormFieldComponent], [typeof UtilIconComponent], [typeof MonkeyFormFieldComponent]>;
274
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyFormFieldModule>;
275
+ }
276
+
277
+ /** ************************
278
+ * Copyright Monkey Exchange. All Rights Reserved
279
+ * This style guide was developed by Monkey Exchange Team
280
+ * MIT Licence
281
+ ************************* */
282
+ declare function getCurrencySymbol(code: string): string | undefined;
283
+
284
+ declare class MonkeyAutocompleteComponent implements MonkeyFormFieldControl, ControlValueAccessor, AfterContentInit, OnDestroy {
285
+ formField: MonkeyFormFieldComponent;
286
+ private changeDetectorRef;
287
+ placeholder: string;
288
+ debounce: number;
289
+ tabIndex: number;
290
+ fetchOptions: (queryOrLink: string | any) => Observable<MonkeyAutocompleteResponse>;
291
+ onChange: EventEmitter<any>;
292
+ get disabled(): boolean;
293
+ set disabled(value: boolean);
294
+ _disabled: boolean;
295
+ get required(): boolean;
296
+ set required(value: boolean);
297
+ private _required;
298
+ set value(value: any);
299
+ get value(): any;
300
+ _value: string | null;
301
+ constructor(formField: MonkeyFormFieldComponent, changeDetectorRef: ChangeDetectorRef);
302
+ ngControl: NgControl | null;
303
+ private readonly idGenerator;
304
+ readonly id: string;
305
+ readonly inputId: string;
306
+ focused: boolean;
307
+ readonly type: string;
308
+ readonly stateChanges: Subject<void>;
309
+ protected _elementRef: ElementRef<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
310
+ _onChange: any;
311
+ _onTouched: any;
312
+ get elementTarget(): any;
313
+ private _searchEvent;
314
+ private _destroyRef;
315
+ private _resizeObserver?;
316
+ initialDisplayWidth: number;
317
+ showPopOver: boolean;
318
+ options: MonkeyAutocompleteData[];
319
+ readonly loadingDictionary: Observable<any>;
320
+ readonly noDataDictionary: Observable<any>;
321
+ loading: boolean;
322
+ searchData: string;
323
+ optionTemplate?: TemplateRef<any>;
324
+ containerWrapper: ElementRef;
325
+ private updateWidth;
326
+ closePopOver: () => void;
327
+ ngAfterContentInit(): void;
328
+ ngOnDestroy(): void;
329
+ onContainerClick(event: MouseEvent): void;
330
+ onClear(): void;
331
+ _onFocus(): void;
332
+ _onBlur(event: FocusEvent): void;
333
+ registerOnChange(fn: any): void;
334
+ registerOnTouched(fn: any): void;
335
+ setDisabledState(isDisabled: boolean): void;
336
+ writeValue(value: any): void;
337
+ openPopOver(): void;
338
+ onInputChange(event: Event): void;
339
+ onSelect(option: MonkeyAutocompleteData): void;
340
+ isSelected(option: MonkeyAutocompleteData): boolean;
341
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyAutocompleteComponent, [{ optional: true; }, null]>;
342
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyAutocompleteComponent, "monkey-autocomplete", never, { "placeholder": { "alias": "placeholder"; "required": true; }; "debounce": { "alias": "debounce"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "fetchOptions": { "alias": "fetchOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, ["optionTemplate"], never, true, never>;
343
+ static ngAcceptInputType_disabled: unknown;
344
+ static ngAcceptInputType_required: unknown;
345
+ }
346
+
347
+ declare class MonkeyAutocompleteAddressComponent implements MonkeyFormFieldControl, ControlValueAccessor, AfterContentInit, OnDestroy {
348
+ formField: MonkeyFormFieldComponent;
349
+ private changeDetectorRef;
350
+ placeholder: string;
351
+ debounce: number;
352
+ tabIndex: number;
353
+ onChange: EventEmitter<any>;
354
+ get disabled(): boolean;
355
+ set disabled(value: boolean);
356
+ _disabled: boolean;
357
+ get required(): boolean;
358
+ set required(value: boolean);
359
+ private _required;
360
+ set value(value: any);
361
+ get value(): any;
362
+ _value: string | null;
363
+ constructor(formField: MonkeyFormFieldComponent, changeDetectorRef: ChangeDetectorRef);
364
+ ngControl: NgControl | null;
365
+ private readonly idGenerator;
366
+ readonly id: string;
367
+ readonly inputId: string;
368
+ focused: boolean;
369
+ readonly type: string;
370
+ readonly stateChanges: Subject<void>;
371
+ protected _elementRef: ElementRef<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
372
+ _onChange: any;
373
+ _onTouched: any;
374
+ private readonly _addressService;
375
+ private _searchEvent;
376
+ private _destroyRef;
377
+ private _resizeObserver?;
378
+ initialDisplayWidth: number;
379
+ showPopOver: boolean;
380
+ options: GoogleApiPlaces[];
381
+ readonly loadingDictionary: rxjs.Observable<any>;
382
+ readonly noDataDictionary: rxjs.Observable<any>;
383
+ loading: boolean;
384
+ searchData: string;
385
+ get elementTarget(): any;
386
+ optionTemplate?: TemplateRef<any>;
387
+ containerWrapper: ElementRef;
388
+ private updateWidth;
389
+ closePopOver: () => void;
390
+ ngAfterContentInit(): void;
391
+ ngOnDestroy(): void;
392
+ onContainerClick(event: MouseEvent): void;
393
+ onClear(): void;
394
+ _onFocus(): void;
395
+ _onBlur(event: FocusEvent): void;
396
+ registerOnChange(fn: any): void;
397
+ registerOnTouched(fn: any): void;
398
+ setDisabledState(isDisabled: boolean): void;
399
+ writeValue(value: any): void;
400
+ openPopOver(): void;
401
+ onInputChange(event: Event): void;
402
+ onSelect(option: GoogleApiPlaces): void;
403
+ isSelected(option: GoogleApiPlaces): boolean;
404
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyAutocompleteAddressComponent, [{ optional: true; }, null]>;
405
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyAutocompleteAddressComponent, "monkey-autocomplete-address", never, { "placeholder": { "alias": "placeholder"; "required": true; }; "debounce": { "alias": "debounce"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, ["optionTemplate"], never, true, never>;
406
+ static ngAcceptInputType_disabled: unknown;
407
+ static ngAcceptInputType_required: unknown;
408
+ }
409
+
410
+ /** ************************
411
+ * Copyright Monkey Exchange. All Rights Reserved
412
+ * This style guide was developed by Monkey Exchange Team
413
+ * MIT Licence
414
+ ************************* */
415
+
416
+ type MonkeyAvatarSrc = {
417
+ iconName: string;
418
+ } | {
419
+ imageUrl: string;
420
+ } | {
421
+ name: string;
422
+ };
423
+ type MonkeyAvatarType = 'icon' | 'image' | 'name';
424
+ declare class MonkeyAvatarComponent {
425
+ protected _id: any;
426
+ readonly size: InputSignal<MonkeySize>;
427
+ readonly src: InputSignal<MonkeyAvatarSrc>;
428
+ readonly id: InputSignal<string | undefined>;
429
+ avatar: string;
430
+ avatarType: MonkeyAvatarType;
431
+ get classes(): string;
432
+ constructor();
433
+ private getInitial;
434
+ private handleAvatarType;
435
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyAvatarComponent, never>;
436
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyAvatarComponent, "monkey-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": true; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
437
+ }
438
+
439
+ declare class MonkeyBadgeComponent {
440
+ private readonly idGenerator;
441
+ readonly id: string;
442
+ hostVariables: {};
443
+ set type(value: 'success' | 'alert' | 'error' | 'info' | 'default');
444
+ set typeColors(value: {
445
+ background: string;
446
+ color: string;
447
+ });
448
+ size: MonkeySize;
449
+ largePadding: boolean;
450
+ icon: string;
451
+ text: string;
452
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyBadgeComponent, never>;
453
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyBadgeComponent, "monkey-badge", never, { "type": { "alias": "type"; "required": false; }; "typeColors": { "alias": "typeColors"; "required": false; }; "size": { "alias": "size"; "required": false; }; "largePadding": { "alias": "largePadding"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], true, never>;
454
+ static ngAcceptInputType_largePadding: unknown;
455
+ }
456
+
457
+ declare class MonkeyBreadcrumbComponent {
458
+ first: MonkeyBreadcrumb;
459
+ last: MonkeyBreadcrumb;
460
+ colapsed: boolean;
461
+ protected _router: Router;
462
+ protected _uid: string;
463
+ protected _id: string;
464
+ get id(): string;
465
+ set id(value: string);
466
+ constructor();
467
+ handleNavigate(item: MonkeyBreadcrumb): void;
468
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyBreadcrumbComponent, never>;
469
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyBreadcrumbComponent, "monkey-breadcrumb", never, { "first": { "alias": "first"; "required": true; }; "last": { "alias": "last"; "required": true; }; "colapsed": { "alias": "colapsed"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
470
+ static ngAcceptInputType_colapsed: unknown;
471
+ }
472
+
473
+ declare class MonkeyButtonComponent {
474
+ disabled: boolean;
475
+ color: MonkeyButtonColor;
476
+ size: MonkeySize;
477
+ type: MonkeyButtonType;
478
+ loading: boolean;
479
+ private readonly elementRef;
480
+ protected _uid: string;
481
+ protected _id: string;
482
+ get id(): string;
483
+ set id(value: string);
484
+ constructor();
485
+ onClick(event: MouseEvent): void;
486
+ get element(): HTMLElement;
487
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyButtonComponent, never>;
488
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyButtonComponent, "monkey-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["[first]", "*", "[last]"], true, never>;
489
+ }
490
+
491
+ declare class MonkeyCheckboxComponent implements ControlValueAccessor, OnChanges, OnInit, Validator {
492
+ private infoChildren;
493
+ private labelChildren;
494
+ private helperChildren;
495
+ disabled: boolean;
496
+ indeterminate: boolean;
497
+ required: boolean;
498
+ showFooter: boolean;
499
+ size: 'sm' | 'md' | 'lg';
500
+ onChange: EventEmitter<boolean>;
501
+ private _destroyRef;
502
+ private readonly idGenerator;
503
+ private injector;
504
+ private cdr;
505
+ control: AbstractControl<any, any> | null | undefined;
506
+ readonly inputId: string;
507
+ value: boolean;
508
+ isFocused: boolean;
509
+ get showInvalid(): boolean;
510
+ get hasHeader(): boolean;
511
+ get isTouched(): boolean;
512
+ get isInvalid(): boolean;
513
+ ngOnInit(): void;
514
+ _onChange: any;
515
+ _onTouched: any;
516
+ _onValidatorChange: any;
517
+ ngOnChanges(changes: any): void;
518
+ onBlur: () => void;
519
+ onFocus: (event: any) => void;
520
+ validate(control: AbstractControl): ValidationErrors | null;
521
+ writeValue(value: boolean): void;
522
+ registerOnChange(fn: any): void;
523
+ registerOnTouched(fn: any): void;
524
+ registerOnValidatorChange(fn: () => void): void;
525
+ setDisabledState(isDisabled: boolean): void;
526
+ onChangeEvent(event: Event): void;
527
+ getFooterMessages(): 'info' | 'error' | '';
528
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyCheckboxComponent, never>;
529
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyCheckboxComponent, "monkey-checkbox", never, { "disabled": { "alias": "disabled"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, ["infoChildren", "labelChildren", "helperChildren"], ["monkey-label", "monkey-helper", "*", "monkey-error", "monkey-info"], true, never>;
530
+ static ngAcceptInputType_disabled: unknown;
531
+ static ngAcceptInputType_indeterminate: unknown;
532
+ static ngAcceptInputType_required: unknown;
533
+ static ngAcceptInputType_showFooter: unknown;
534
+ }
535
+
536
+ interface Calendar {
537
+ month: number;
538
+ year: number;
539
+ }
540
+ declare class MonkeyDateRangeComponent implements OnInit {
541
+ set startDate(val: string);
542
+ set endDate(val: string);
543
+ hideQuickAction: boolean;
544
+ hideHeader: boolean;
545
+ hideActions: boolean;
546
+ hideSecondCalendar: boolean;
547
+ allowFastActionOnHeader: boolean;
548
+ set minDate(val: Date | string);
549
+ set maxDate(val: Date | string);
550
+ onCancel: EventEmitter<any>;
551
+ onDate: EventEmitter<any>;
552
+ protected _uid: string;
553
+ protected _id: string;
554
+ get id(): string;
555
+ set id(value: string);
556
+ private _screenWidth;
557
+ private _allowChangeFastAction;
558
+ private _allowChangeSecondCalendar;
559
+ private readonly _today;
560
+ readonly i18nDictionary: rxjs.Observable<any>;
561
+ handledStartDate: string;
562
+ handledEndDate: string;
563
+ firstCalendar: Calendar;
564
+ secondCalendar: Calendar;
565
+ isInvalidInterval: boolean;
566
+ handledMinDate: string;
567
+ handledMaxDate: string;
568
+ constructor();
569
+ private handleInitialValues;
570
+ private handleProperties;
571
+ private handleInputChange;
572
+ onResize(event: any): void;
573
+ ngOnInit(): void;
574
+ onHandleDate({ startDate, endDate }: {
575
+ startDate: string;
576
+ endDate: string;
577
+ }): void;
578
+ onSubmit(): void;
579
+ onHandleQuickAction(event: number): void;
580
+ onChangeInputStartDate(event: Event): void;
581
+ onChangeInputEndDate(event: Event): void;
582
+ onDataChange(event: string, isStart: boolean): void;
583
+ onHandleNavigate(action: 'previous' | 'next'): void;
584
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDateRangeComponent, never>;
585
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyDateRangeComponent, "monkey-date-range", never, { "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; "hideQuickAction": { "alias": "hideQuickAction"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "hideActions": { "alias": "hideActions"; "required": false; }; "hideSecondCalendar": { "alias": "hideSecondCalendar"; "required": false; }; "allowFastActionOnHeader": { "alias": "allowFastActionOnHeader"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onCancel": "onCancel"; "onDate": "onDate"; }, never, never, true, never>;
586
+ static ngAcceptInputType_hideQuickAction: unknown;
587
+ static ngAcceptInputType_hideHeader: unknown;
588
+ static ngAcceptInputType_hideActions: unknown;
589
+ static ngAcceptInputType_hideSecondCalendar: unknown;
590
+ static ngAcceptInputType_allowFastActionOnHeader: unknown;
591
+ }
592
+
593
+ /** ************************
594
+ * Copyright Monkey Exchange. All Rights Reserved
595
+ * This style guide was developed by Monkey Exchange Team
596
+ * MIT Licence
597
+ ************************* */
598
+
599
+ declare class MonkeyDividerComponent {
600
+ size: InputSignal<MonkeySize>;
601
+ vertical: InputSignalWithTransform<boolean, unknown>;
602
+ get classes(): string;
603
+ protected _uid: string;
604
+ protected _id: string;
605
+ get id(): string;
606
+ set id(value: string);
607
+ constructor();
608
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDividerComponent, never>;
609
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyDividerComponent, "monkey-divider", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
610
+ }
611
+
612
+ type MonkeyDownloadButtonChangeEvent = {
613
+ component: MonkeyDownloadButtonComponent;
614
+ };
615
+ declare class MonkeyDownloadButtonComponent {
616
+ progress: number;
617
+ disabled: boolean;
618
+ color: MonkeyButtonColor;
619
+ size: MonkeySize;
620
+ type: MonkeyButtonType;
621
+ loading: boolean;
622
+ tabIndex: number;
623
+ onChange: EventEmitter<MonkeyDownloadButtonChangeEvent>;
624
+ protected _uid: string;
625
+ protected _id: string;
626
+ get id(): string;
627
+ set id(value: string);
628
+ get safeProgress(): number;
629
+ get hasProgress(): boolean;
630
+ get enablleMargin(): boolean;
631
+ constructor();
632
+ onDownload(): void;
633
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDownloadButtonComponent, never>;
634
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyDownloadButtonComponent, "monkey-download-button", never, { "progress": { "alias": "progress"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onChange": "onChange"; }, never, ["[first]", "*", "[last]"], true, never>;
635
+ }
636
+
637
+ declare class MonkeyFilterBarComponent implements AfterContentInit, OnDestroy, OnChanges {
638
+ protected _elementRef: ElementRef<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
639
+ showPopOver: boolean;
640
+ elementTarget: HTMLElement | null;
641
+ closePopOver: () => void;
642
+ ngAfterContentInit(): void;
643
+ ngOnChanges(changes: SimpleChanges): void;
644
+ ngOnDestroy(): void;
645
+ onShowPopOver(el: MonkeyButtonComponent): void;
646
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFilterBarComponent, never>;
647
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyFilterBarComponent, "monkey-filter-bar", never, {}, {}, never, never, true, never>;
648
+ }
649
+
650
+ declare class MonkeyIconComponent implements OnInit {
651
+ set icon(val: string);
652
+ size: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
653
+ _icon: string;
654
+ protected _uid: string;
655
+ protected _id: string;
656
+ get id(): string;
657
+ set id(value: string);
658
+ constructor();
659
+ ngOnInit(): void;
660
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconComponent, never>;
661
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconComponent, "monkey-icon", never, { "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
662
+ }
663
+
664
+ declare class MonkeyIconButtonComponent {
665
+ type: 'primary' | 'secondary' | 'tertiary';
666
+ size: 'sm' | 'md' | 'lg';
667
+ disabled: boolean;
668
+ icon: string;
669
+ loading: boolean;
670
+ protected _uid: string;
671
+ protected _id: string;
672
+ get id(): string;
673
+ set id(value: string);
674
+ constructor();
675
+ onClick(event: any): void;
676
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconButtonComponent, never>;
677
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconButtonComponent, "monkey-icon-button", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
678
+ }
679
+
680
+ /** ************************
681
+ * Copyright Monkey Exchange. All Rights Reserved
682
+ * This style guide was developed by Monkey Exchange Team
683
+ * MIT Licence
684
+ ************************* */
685
+
686
+ declare class MonkeyInputCurrencyDirective implements MonkeyFormFieldControl, OnChanges, OnInit, OnDestroy {
687
+ private el;
688
+ private renderer;
689
+ private currencyPipe;
690
+ protected _elementRef: ElementRef<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
691
+ protected _uid: string;
692
+ protected _id: string;
693
+ readonly stateChanges: Subject<void>;
694
+ name: string;
695
+ get disabled(): boolean;
696
+ set disabled(value: boolean);
697
+ get id(): string;
698
+ set id(value: string);
699
+ get required(): boolean;
700
+ set required(value: BooleanInput);
701
+ protected _required: boolean | undefined;
702
+ protected _disabled: boolean;
703
+ get type(): string;
704
+ set type(value: string);
705
+ protected _type: string;
706
+ get currency(): boolean;
707
+ get percent(): boolean;
708
+ private readonly _changeDetectorRef;
709
+ private readonly _currencyCode;
710
+ private readonly _localeId;
711
+ private _destroyRef;
712
+ private _valueChanges;
713
+ private _rawValue;
714
+ ngControl: NgControl | null;
715
+ focused: boolean;
716
+ constructor(el: ElementRef, renderer: Renderer2, currencyPipe: CurrencyPipe);
717
+ private markAsUntouched;
718
+ private focus;
719
+ private formatValue;
720
+ private handleControlValue;
721
+ ngOnInit(): void;
722
+ ngOnDestroy(): void;
723
+ ngOnChanges({ disabled }: SimpleChanges): void;
724
+ onContainerClick(): void;
725
+ focusChanged(isFocused: boolean): void;
726
+ focusOutChanged(): void;
727
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputCurrencyDirective, never>;
728
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyInputCurrencyDirective, "input[monkey-input-currency]", ["monkeyInput"], { "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
729
+ static ngAcceptInputType_disabled: unknown;
730
+ }
731
+
732
+ /** ************************
733
+ * Copyright Monkey Exchange. All Rights Reserved
734
+ * This style guide was developed by Monkey Exchange Team
735
+ * MIT Licence
736
+ ************************* */
737
+
738
+ declare class MonkeyInputDirective implements MonkeyFormFieldControl, OnChanges, OnDestroy {
739
+ protected _elementRef: ElementRef<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
740
+ protected _uid: string;
741
+ protected _id: string;
742
+ readonly stateChanges: Subject<void>;
743
+ name: string;
744
+ get disabled(): boolean;
745
+ set disabled(value: boolean);
746
+ get id(): string;
747
+ set id(value: string);
748
+ get required(): boolean;
749
+ set required(value: BooleanInput);
750
+ protected _required: boolean | undefined;
751
+ protected _disabled: boolean;
752
+ get type(): string;
753
+ set type(value: string);
754
+ get min(): string;
755
+ set min(value: string);
756
+ get max(): string;
757
+ set max(value: string);
758
+ protected _type: string;
759
+ protected _min: string;
760
+ protected _max: string;
761
+ get currency(): boolean;
762
+ get percent(): boolean;
763
+ set percent(value: '');
764
+ protected _percent: boolean;
765
+ ngControl: NgControl | null;
766
+ focused: boolean;
767
+ constructor();
768
+ private markAsUntouched;
769
+ private focus;
770
+ ngOnDestroy(): void;
771
+ ngOnChanges({ disabled }: SimpleChanges): void;
772
+ onContainerClick(): void;
773
+ focusChanged(isFocused: boolean): void;
774
+ focusOutChanged(): void;
775
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputDirective, never>;
776
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyInputDirective, "input[monkey-input],textarea[monkey-input]", ["monkeyInput"], { "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "percent": { "alias": "percent"; "required": false; }; }, {}, never, never, false, never>;
777
+ static ngAcceptInputType_disabled: unknown;
778
+ }
779
+
780
+ declare class MonkeyInputModule {
781
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputModule, never>;
782
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyInputModule, [typeof MonkeyInputDirective, typeof MonkeyInputCurrencyDirective], never, [typeof MonkeyInputDirective, typeof MonkeyInputCurrencyDirective]>;
783
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyInputModule>;
784
+ }
785
+
786
+ declare class MonkeyInputCodeComponent implements ControlValueAccessor, MonkeyFormFieldControl, AfterViewInit {
787
+ private formField;
788
+ readonly stateChanges: Subject<void>;
789
+ readonly type: string;
790
+ readonly currency: boolean;
791
+ readonly percent: boolean;
792
+ readonly id: any;
793
+ private _onChange;
794
+ private _onTouched;
795
+ private _value;
796
+ ngControl: NgControl | null;
797
+ focused: boolean;
798
+ length: InputSignal<number>;
799
+ inputType: InputSignal<string>;
800
+ inputIndices: i0.Signal<string[]>;
801
+ get disabled(): boolean;
802
+ set disabled(value: boolean);
803
+ _disabled: boolean;
804
+ set value(value: any);
805
+ get value(): any;
806
+ inputs: QueryList<ElementRef<HTMLInputElement>>;
807
+ constructor(formField: MonkeyFormFieldComponent);
808
+ ngAfterViewInit(): void;
809
+ private _onFocus;
810
+ private propagateCode;
811
+ private focusNextInput;
812
+ private focusPreviousInput;
813
+ private setFullInputValue;
814
+ isInvalid(): boolean;
815
+ onContainerClick(): void;
816
+ onKeyDown(event: KeyboardEvent, index: number): void;
817
+ onInput(event: Event, index: number): void;
818
+ onPaste(event: ClipboardEvent): void;
819
+ onBlur(): void;
820
+ onFocus(event: FocusEvent): void;
821
+ writeValue(value: string): void;
822
+ registerOnChange(fn: any): void;
823
+ registerOnTouched(fn: any): void;
824
+ setDisabledState(isDisabled: boolean): void;
825
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputCodeComponent, [{ optional: true; }]>;
826
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyInputCodeComponent, "monkey-input-code", never, { "length": { "alias": "length"; "required": false; "isSignal": true; }; "inputType": { "alias": "inputType"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
827
+ static ngAcceptInputType_disabled: unknown;
828
+ }
829
+
830
+ declare class MonkeyInputDateRangeComponent implements MonkeyFormFieldControl, ControlValueAccessor, AfterContentInit, OnDestroy, OnChanges {
831
+ formField: MonkeyFormFieldComponent;
832
+ placeholder: string;
833
+ title: string;
834
+ tabIndex: number;
835
+ minDate: Date | string;
836
+ maxDate: Date | string;
837
+ get disabled(): boolean;
838
+ set disabled(value: boolean);
839
+ _disabled: boolean;
840
+ get required(): boolean;
841
+ set required(value: boolean);
842
+ private _required;
843
+ set value(value: any);
844
+ get value(): any;
845
+ _value: string | null;
846
+ constructor(formField: MonkeyFormFieldComponent);
847
+ ngControl: NgControl | null;
848
+ private readonly idGenerator;
849
+ readonly id: string;
850
+ focused: boolean;
851
+ readonly type: string;
852
+ readonly stateChanges: Subject<void>;
853
+ protected _elementRef: ElementRef<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
854
+ _onChange: any;
855
+ _onTouched: any;
856
+ showPopOver: boolean;
857
+ startDate: string;
858
+ endDate: string;
859
+ handledMinDate: string;
860
+ handledMaxDate: string;
861
+ get elementTarget(): any;
862
+ closePopOver: () => void;
863
+ ngAfterContentInit(): void;
864
+ ngOnChanges(changes: SimpleChanges): void;
865
+ ngOnDestroy(): void;
866
+ onContainerClick(event: MouseEvent): void;
867
+ _onFocus(): void;
868
+ _onBlur(): void;
869
+ registerOnChange(fn: any): void;
870
+ registerOnTouched(fn: any): void;
871
+ setDisabledState(isDisabled: boolean): void;
872
+ private handleValue;
873
+ private validateValue;
874
+ writeValue(value: any): void;
875
+ onOpenPopover(): void;
876
+ onHandleDate(event: any): void;
877
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputDateRangeComponent, [{ optional: true; }]>;
878
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyInputDateRangeComponent, "monkey-input-date-range", never, { "placeholder": { "alias": "placeholder"; "required": true; }; "title": { "alias": "title"; "required": true; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
879
+ static ngAcceptInputType_disabled: unknown;
880
+ static ngAcceptInputType_required: unknown;
881
+ }
882
+
883
+ interface Country {
884
+ iso: string;
885
+ code: string;
886
+ name: string;
887
+ flag: string;
888
+ }
889
+ declare class MonkeyInputPhoneComponent implements MonkeyFormFieldControl, ControlValueAccessor, AfterContentInit, OnDestroy, OnChanges {
890
+ placeholder: string;
891
+ tabIndex: number;
892
+ get disabled(): boolean;
893
+ set disabled(value: boolean);
894
+ _disabled: boolean;
895
+ get required(): boolean;
896
+ set required(value: boolean);
897
+ private _required;
898
+ set value(value: any);
899
+ get value(): any;
900
+ _value: string | null;
901
+ constructor();
902
+ ngControl: NgControl | null;
903
+ private readonly idGenerator;
904
+ private readonly countryIsoCode;
905
+ private readonly locale;
906
+ readonly id: string;
907
+ readonly inputId: string;
908
+ focused: boolean;
909
+ readonly type: string;
910
+ readonly stateChanges: Subject<void>;
911
+ countries: Country[];
912
+ selectedCallingCode: string;
913
+ phoneFormatted: string;
914
+ phoneValid: boolean;
915
+ inputs: QueryList<ElementRef<HTMLInputElement>>;
916
+ private getCountryNameFromCode;
917
+ private getCountryByCallingCode;
918
+ private isoToFlagEmoji;
919
+ private getCountryFromPhoneNumber;
920
+ private performValue;
921
+ private validateValue;
922
+ private formatValue;
923
+ disableToBeDirty?: boolean | undefined;
924
+ _onChange: any;
925
+ _onTouched: any;
926
+ ngAfterContentInit(): void;
927
+ ngOnChanges(changes: SimpleChanges): void;
928
+ ngOnDestroy(): void;
929
+ onContainerClick(event: MouseEvent): void;
930
+ _onFocus(): void;
931
+ _onBlur(): void;
932
+ registerOnChange(fn: any): void;
933
+ registerOnTouched(fn: any): void;
934
+ setDisabledState(isDisabled: boolean): void;
935
+ writeValue(value: any): void;
936
+ onInputChange(event: Event): void;
937
+ onCountryChange(): void;
938
+ getMaxLength(): number;
939
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputPhoneComponent, never>;
940
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyInputPhoneComponent, "monkey-input-phone", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
941
+ static ngAcceptInputType_disabled: unknown;
942
+ static ngAcceptInputType_required: unknown;
943
+ }
944
+
945
+ /** ************************
946
+ * Copyright Monkey Exchange. All Rights Reserved
947
+ * This style guide was developed by Monkey Exchange Team
948
+ * MIT Licence
949
+ ************************* */
950
+
951
+ type MonkeyInputUploadChangeEvent = {
952
+ component: MonkeyInputUploadComponent;
953
+ file: File;
954
+ };
955
+ declare class MonkeyInputUploadComponent implements MonkeyFormFieldControl, ControlValueAccessor, AfterContentInit, OnDestroy, OnChanges {
956
+ fileInput: ElementRef<HTMLInputElement>;
957
+ progress: number;
958
+ placeholder: string;
959
+ maxSizeBytes: number;
960
+ allowedExtensions: string[];
961
+ loading: boolean;
962
+ tabIndex: number;
963
+ get disabled(): boolean;
964
+ set disabled(value: boolean);
965
+ _disabled: boolean;
966
+ get required(): boolean;
967
+ set required(value: boolean);
968
+ private _required;
969
+ set value(value: any);
970
+ get value(): any;
971
+ _value: null;
972
+ constructor();
973
+ onChange: EventEmitter<MonkeyInputUploadChangeEvent>;
974
+ ngControl: NgControl | null;
975
+ private readonly idGenerator;
976
+ readonly id: string;
977
+ focused: boolean;
978
+ readonly type: string;
979
+ currency: boolean;
980
+ readonly percent: boolean;
981
+ readonly stateChanges: Subject<void>;
982
+ private validateFileSize;
983
+ private validateFileExtension;
984
+ onContainerClick(event: MouseEvent): void;
985
+ _onFocus(): void;
986
+ _onBlur(): void;
987
+ disableToBeDirty?: boolean | undefined;
988
+ _onChange: any;
989
+ _onTouched: any;
990
+ ngAfterContentInit(): void;
991
+ ngOnChanges(changes: SimpleChanges): void;
992
+ ngOnDestroy(): void;
993
+ registerOnChange(fn: any): void;
994
+ registerOnTouched(fn: any): void;
995
+ setDisabledState(isDisabled: boolean): void;
996
+ writeValue(value: any): void;
997
+ reset(): void;
998
+ onFileSelected(event: Event): void;
999
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputUploadComponent, never>;
1000
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyInputUploadComponent, "monkey-input-upload", never, { "progress": { "alias": "progress"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxSizeBytes": { "alias": "maxSizeBytes"; "required": false; }; "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
1001
+ static ngAcceptInputType_loading: unknown;
1002
+ static ngAcceptInputType_disabled: unknown;
1003
+ static ngAcceptInputType_required: unknown;
1004
+ }
1005
+
1006
+ declare class MonkeyModalActionsDirective {
1007
+ mkAlign: 'start' | 'center' | 'end';
1008
+ id: string;
1009
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalActionsDirective, never>;
1010
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyModalActionsDirective, "monkey-modal-actions, [monkey-modal-actions]", never, { "mkAlign": { "alias": "mkAlign"; "required": false; }; }, {}, never, never, false, never>;
1011
+ }
1012
+
1013
+ declare class MonkeyModalContentDirective {
1014
+ id: string;
1015
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalContentDirective, never>;
1016
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyModalContentDirective, "monkey-modal-content, [monkey-modal-content]", never, {}, {}, never, never, false, never>;
1017
+ }
1018
+
1019
+ declare class MonkeyModalSubtitleDirective {
1020
+ id: string;
1021
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalSubtitleDirective, never>;
1022
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyModalSubtitleDirective, "monkey-modal-subtitle, [monkey-modal-subtitle]", never, {}, {}, never, never, false, never>;
1023
+ }
1024
+
1025
+ declare class MonkeyModalTitleDirective {
1026
+ id: string;
1027
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalTitleDirective, never>;
1028
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyModalTitleDirective, "monkey-modal-title, [monkey-modal-title]", never, {}, {}, never, never, false, never>;
1029
+ }
1030
+
1031
+ /** ************************
1032
+ * Copyright Monkey Exchange. All Rights Reserved
1033
+ * This style guide was developed by Monkey Exchange Team
1034
+ * MIT Licence
1035
+ ************************* */
1036
+
1037
+ declare class MonkeyModalConfig {
1038
+ id?: string;
1039
+ icon?: string;
1040
+ panelClass?: string | string[];
1041
+ hasBackdrop?: boolean;
1042
+ backdropClass?: string | string[];
1043
+ disableClose?: boolean;
1044
+ disableBackdropClose?: boolean;
1045
+ maxWidth?: number | string;
1046
+ maxHeight?: number | string;
1047
+ fullscreen?: boolean;
1048
+ position?: 'left-top' | 'center-top' | 'right-top' | 'left-center' | 'center-center' | 'right-center' | 'left-bottom' | 'center-bottom' | 'right-bottom';
1049
+ data?: any | null;
1050
+ closeOnNavigation?: boolean;
1051
+ providers?: StaticProvider[];
1052
+ }
1053
+ interface MonkeyModalDefaultConfig {
1054
+ title: string;
1055
+ subtitle?: string;
1056
+ content: string;
1057
+ cancelLabel: string;
1058
+ okLabel: string;
1059
+ }
1060
+ interface MonkeyModalConfirmationConfig {
1061
+ title: string;
1062
+ content: string;
1063
+ cancelLabel: string;
1064
+ okLabel: string;
1065
+ type?: 'error' | 'success' | 'warning';
1066
+ confirmColor?: 'error' | 'success' | 'theme';
1067
+ icon?: string;
1068
+ }
1069
+
1070
+ /** ************************
1071
+ * Copyright Monkey Exchange. All Rights Reserved
1072
+ * This style guide was developed by Monkey Exchange Team
1073
+ * MIT Licence
1074
+ ************************* */
1075
+
1076
+ declare class MonkeyModalRef {
1077
+ readonly overlayRef: OverlayRef;
1078
+ readonly config: MonkeyModalConfig;
1079
+ readonly id?: string;
1080
+ readonly componentInstance: any;
1081
+ readonly componentRef: ComponentRef<any> | null;
1082
+ readonly icon?: string;
1083
+ disableClose: boolean | undefined;
1084
+ disableBackdropClose: boolean | undefined;
1085
+ closeOnNavigation: boolean | undefined;
1086
+ componentElement: HTMLElement;
1087
+ readonly closed: Observable<any>;
1088
+ readonly backdropClick: Observable<MouseEvent>;
1089
+ readonly keydownEvents: Observable<KeyboardEvent>;
1090
+ readonly outsidePointerEvents: Observable<MouseEvent>;
1091
+ constructor(overlayRef: OverlayRef, config: MonkeyModalConfig);
1092
+ close(result?: any): void;
1093
+ afterClosed(): Observable<any>;
1094
+ }
1095
+
1096
+ /** ************************
1097
+ * Copyright Monkey Exchange. All Rights Reserved
1098
+ * This style guide was developed by Monkey Exchange Team
1099
+ * MIT Licence
1100
+ ************************* */
1101
+
1102
+ declare class MonkeyModalComponent implements AfterViewInit, OnDestroy {
1103
+ private _elementRef;
1104
+ overlayRef?: OverlayRef | undefined;
1105
+ modalRef?: MonkeyModalRef | undefined;
1106
+ private _navigationSubscription;
1107
+ private _router;
1108
+ constructor(_elementRef: ElementRef, overlayRef?: OverlayRef | undefined, modalRef?: MonkeyModalRef | undefined);
1109
+ ngAfterViewInit(): void;
1110
+ ngOnDestroy(): void;
1111
+ close(): void;
1112
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalComponent, [null, { optional: true; }, { optional: true; }]>;
1113
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyModalComponent, "monkey-modal", never, {}, {}, never, ["monkey-modal-title", "[monkey-modal-title]", "monkey-modal-subtitle", "[monkey-modal-subtitle]", "monkey-modal-content", "[monkey-modal-content]", "monkey-modal-actions", "[monkey-modal-actions]"], false, never>;
1114
+ }
1115
+
1116
+ declare class MonkeyModalDefaultComponent {
1117
+ config: MonkeyModalDefaultConfig;
1118
+ private modalRef;
1119
+ constructor(config: MonkeyModalDefaultConfig, modalRef: MonkeyModalRef);
1120
+ onSubmit(): void;
1121
+ onClose(): void;
1122
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalDefaultComponent, never>;
1123
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyModalDefaultComponent, "monkey-modal-default", never, {}, {}, never, never, false, never>;
1124
+ }
1125
+
1126
+ declare class MonkeyModalConfirmationComponent {
1127
+ config: MonkeyModalConfirmationConfig;
1128
+ private modalRef;
1129
+ constructor(config: MonkeyModalConfirmationConfig, modalRef: MonkeyModalRef);
1130
+ onSubmit(): void;
1131
+ onClose(): void;
1132
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalConfirmationComponent, never>;
1133
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyModalConfirmationComponent, "monkey-modal-confirmation", never, {}, {}, never, never, false, never>;
1134
+ }
1135
+
1136
+ declare class MonkeyModalModule {
1137
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalModule, never>;
1138
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyModalModule, [typeof MonkeyModalComponent, typeof MonkeyModalDefaultComponent, typeof MonkeyModalConfirmationComponent, typeof MonkeyModalTitleDirective, typeof MonkeyModalSubtitleDirective, typeof MonkeyModalContentDirective, typeof MonkeyModalActionsDirective], [typeof i8.CommonModule, typeof MonkeyButtonComponent, typeof MonkeyIconButtonComponent, typeof MonkeyIconComponent], [typeof MonkeyModalComponent, typeof MonkeyModalTitleDirective, typeof MonkeyModalSubtitleDirective, typeof MonkeyModalContentDirective, typeof MonkeyModalActionsDirective]>;
1139
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyModalModule>;
1140
+ }
1141
+
1142
+ declare class IdGenerator {
1143
+ getId(prefix: string): string;
1144
+ static ɵfac: i0.ɵɵFactoryDeclaration<IdGenerator, never>;
1145
+ static ɵprov: i0.ɵɵInjectableDeclaration<IdGenerator>;
1146
+ }
1147
+
1148
+ /** ************************
1149
+ * Copyright Monkey Exchange. All Rights Reserved
1150
+ * This style guide was developed by Monkey Exchange Team
1151
+ * MIT Licence
1152
+ ************************* */
1153
+
1154
+ declare class MonkeyModalService {
1155
+ protected _idGenerator: IdGenerator;
1156
+ protected _injector: Injector;
1157
+ protected _overlay: Overlay;
1158
+ protected _openDialogsAtThisLevel: MonkeyModalRef[];
1159
+ protected _parentDialog: MonkeyModalService | null;
1160
+ protected get openDialogs(): readonly MonkeyModalRef[];
1161
+ private getOverlayConfig;
1162
+ private createInjector;
1163
+ open<T>(component: ComponentType<T>, config: MonkeyModalConfig): MonkeyModalRef;
1164
+ openDefault(params: MonkeyModalDefaultConfig, config: MonkeyModalConfig): MonkeyModalRef;
1165
+ openConfirmation(params: MonkeyModalConfirmationConfig, config: MonkeyModalConfig): MonkeyModalRef;
1166
+ closeAll(): void;
1167
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyModalService, never>;
1168
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyModalService>;
1169
+ }
1170
+
1171
+ /** ************************
1172
+ * Copyright Monkey Exchange. All Rights Reserved
1173
+ * This style guide was developed by Monkey Exchange Team
1174
+ * MIT Licence
1175
+ ************************* */
1176
+
1177
+ declare const MECX_MODAL_DATA: InjectionToken<any>;
1178
+ declare const MECX_MODAL_DEFAULT_CONFIG: InjectionToken<MonkeyModalDefaultConfig>;
1179
+
1180
+ declare class MonkeyOptionComponent {
1181
+ private readonly idGenerator;
1182
+ _content: ElementRef<HTMLElement> | undefined;
1183
+ readonly value: i0.InputSignal<any>;
1184
+ disabled: boolean;
1185
+ type: string;
1186
+ get displayContent(): string;
1187
+ selected: boolean;
1188
+ tabIndex: number;
1189
+ action: Function;
1190
+ readonly id: string;
1191
+ private handleAction;
1192
+ onClick(event: MouseEvent): void;
1193
+ handleKeyDown(event: KeyboardEvent): void;
1194
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyOptionComponent, never>;
1195
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyOptionComponent, "monkey-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], true, never>;
1196
+ static ngAcceptInputType_disabled: unknown;
1197
+ }
1198
+
1199
+ declare class MonkeyRadioButtonComponent implements MonkeyFormFieldControl, ControlValueAccessor, AfterContentInit {
1200
+ private changeDetectorRef;
1201
+ private formField;
1202
+ options: QueryList<MonkeyOptionComponent>;
1203
+ tabIndex: number;
1204
+ onChange: EventEmitter<any>;
1205
+ onSearch: EventEmitter<any>;
1206
+ position: string;
1207
+ size: MonkeySize;
1208
+ get classes(): string;
1209
+ get disabled(): boolean;
1210
+ set disabled(value: boolean);
1211
+ get required(): boolean;
1212
+ set required(value: boolean);
1213
+ private _required;
1214
+ set value(value: any);
1215
+ get value(): any;
1216
+ _value: null;
1217
+ private _destroyRef;
1218
+ private readonly idGenerator;
1219
+ ngControl: NgControl | null;
1220
+ protected _elementRef: ElementRef<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
1221
+ focused: boolean;
1222
+ _disabled: boolean;
1223
+ readonly id: string;
1224
+ readonly stateChanges: Subject<void>;
1225
+ readonly type: string;
1226
+ constructor(changeDetectorRef: ChangeDetectorRef, formField: MonkeyFormFieldComponent);
1227
+ private changeSelected;
1228
+ private initializeOptions;
1229
+ ngAfterContentInit(): void;
1230
+ selectOption(option: MonkeyOptionComponent): void;
1231
+ writeValue(value: any): void;
1232
+ onContainerClick(event: MouseEvent): void;
1233
+ _onFocus(): void;
1234
+ _onBlur(): void;
1235
+ _onChange: any;
1236
+ _onTouched: any;
1237
+ registerOnChange(fn: any): void;
1238
+ registerOnTouched(fn: any): void;
1239
+ setDisabledState(isDisabled: boolean): void;
1240
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyRadioButtonComponent, [null, { optional: true; }]>;
1241
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyRadioButtonComponent, "monkey-radiobutton", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; "onSearch": "onSearch"; }, ["options"], ["*"], true, never>;
1242
+ static ngAcceptInputType_disabled: unknown;
1243
+ static ngAcceptInputType_required: unknown;
1244
+ }
1245
+
1246
+ declare class MonkeySecurityLevelComponent {
1247
+ label: i0.InputSignal<string | undefined>;
1248
+ score: i0.InputSignal<number>;
1249
+ strengthLabel: i0.InputSignal<string | undefined>;
1250
+ get class(): string;
1251
+ protected _uid: string;
1252
+ protected _id: string;
1253
+ get id(): string;
1254
+ set id(value: string);
1255
+ constructor();
1256
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySecurityLevelComponent, never>;
1257
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySecurityLevelComponent, "monkey-security-level", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "score": { "alias": "score"; "required": true; "isSignal": true; }; "strengthLabel": { "alias": "strengthLabel"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
1258
+ }
1259
+
1260
+ declare class MonkeySelectComponent implements MonkeyFormFieldControl, ControlValueAccessor, AfterContentInit, OnInit, OnDestroy, OnChanges {
1261
+ private overlay;
1262
+ private changeDetectorRef;
1263
+ private viewContainerRef;
1264
+ private formField;
1265
+ overlayTemplate: TemplateRef<any>;
1266
+ overlayEl: ElementRef;
1267
+ trigger: ElementRef;
1268
+ options: QueryList<MonkeyOptionComponent>;
1269
+ tabIndex: number;
1270
+ onChange: EventEmitter<any>;
1271
+ placeholder: string;
1272
+ loading: boolean;
1273
+ showSearch: boolean;
1274
+ searchPlaceholder: string;
1275
+ type: string;
1276
+ get disabled(): boolean;
1277
+ set disabled(value: boolean);
1278
+ get required(): boolean;
1279
+ set required(value: boolean);
1280
+ private _required;
1281
+ set value(value: any);
1282
+ get value(): any;
1283
+ _value: null;
1284
+ labelSelected: string;
1285
+ private overlayRef;
1286
+ private _destroyRef;
1287
+ private readonly idGenerator;
1288
+ ngControl: NgControl | null;
1289
+ protected _elementRef: ElementRef<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
1290
+ readonly currency: boolean;
1291
+ focused: boolean;
1292
+ _disabled: boolean;
1293
+ readonly id: string;
1294
+ readonly percent: boolean;
1295
+ readonly stateChanges: Subject<void>;
1296
+ readonly searchHandle: EventEmitter<string>;
1297
+ readonly searchDictionary: rxjs.Observable<any>;
1298
+ readonly loadingDictionary: rxjs.Observable<any>;
1299
+ showSearchNoData: boolean;
1300
+ isOpen: boolean;
1301
+ searchData: string;
1302
+ constructor(overlay: Overlay, changeDetectorRef: ChangeDetectorRef, viewContainerRef: ViewContainerRef, formField: MonkeyFormFieldComponent);
1303
+ private changeControl;
1304
+ private changeSelected;
1305
+ private initializeOptions;
1306
+ private openDropdown;
1307
+ private closeDropdown;
1308
+ private closeOverlay;
1309
+ private initializeWithOverlay;
1310
+ private createOverlay;
1311
+ private updateSelectedLabel;
1312
+ private executeSearch;
1313
+ private repositionScroll;
1314
+ private getComparationValue;
1315
+ ngOnInit(): void;
1316
+ ngAfterContentInit(): void;
1317
+ ngOnDestroy(): void;
1318
+ toggleDropdown(): void;
1319
+ onAnimationEnd: (event: any) => void;
1320
+ selectOption(option: MonkeyOptionComponent): void;
1321
+ writeValue(value: any): void;
1322
+ onContainerClick(event: MouseEvent): void;
1323
+ _onFocus(): void;
1324
+ _onBlur(): void;
1325
+ _onChange: any;
1326
+ _onTouched: any;
1327
+ registerOnChange(fn: any): void;
1328
+ registerOnTouched(fn: any): void;
1329
+ setDisabledState(isDisabled: boolean): void;
1330
+ ngOnChanges(changes: SimpleChanges): void;
1331
+ onHandleSearch(event: Event): void;
1332
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectComponent, [null, null, null, { optional: true; }]>;
1333
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectComponent, "monkey-select", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": true; }; "loading": { "alias": "loading"; "required": false; }; "showSearch": { "alias": "showSearch"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, ["options"], ["*"], true, never>;
1334
+ static ngAcceptInputType_loading: unknown;
1335
+ static ngAcceptInputType_showSearch: unknown;
1336
+ static ngAcceptInputType_disabled: unknown;
1337
+ static ngAcceptInputType_required: unknown;
1338
+ }
1339
+
1340
+ type Status = 'default' | 'success' | 'warning' | 'error' | 'question' | 'info';
1341
+ declare class MonkeyStatusComponent {
1342
+ type: i0.InputSignal<Status>;
1343
+ size: i0.InputSignal<MonkeySize>;
1344
+ label: i0.InputSignal<string | undefined>;
1345
+ get class(): string;
1346
+ protected _uid: string;
1347
+ protected _id: string;
1348
+ get id(): string;
1349
+ set id(value: string);
1350
+ constructor();
1351
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStatusComponent, never>;
1352
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyStatusComponent, "monkey-status", never, { "type": { "alias": "type"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
1353
+ }
1354
+
1355
+ /** ************************
1356
+ * Copyright Monkey Exchange. All Rights Reserved
1357
+ * This style guide was developed by Monkey Exchange Team
1358
+ * MIT Licence
1359
+ ************************* */
1360
+
1361
+ declare class MonkeyStepComponent implements AfterContentInit {
1362
+ protected id: string;
1363
+ subSteps: QueryList<MonkeyStepComponent>;
1364
+ label: string;
1365
+ step: string;
1366
+ icon: string;
1367
+ number?: number;
1368
+ hasSubSteps: boolean;
1369
+ isSubStep: boolean;
1370
+ isCurrent: boolean;
1371
+ isComplete: boolean;
1372
+ isActive: boolean;
1373
+ ngAfterContentInit(): void;
1374
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepComponent, never>;
1375
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyStepComponent, "monkey-step", never, { "label": { "alias": "label"; "required": false; }; "step": { "alias": "step"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["subSteps"], ["*"], false, never>;
1376
+ }
1377
+
1378
+ /** ************************
1379
+ * Copyright Monkey Exchange. All Rights Reserved
1380
+ * This style guide was developed by Monkey Exchange Team
1381
+ * MIT Licence
1382
+ ************************* */
1383
+
1384
+ declare class MonkeyStepperComponent implements AfterContentInit, OnChanges {
1385
+ protected monkeyId: string;
1386
+ steps: QueryList<MonkeyStepComponent>;
1387
+ direction: 'horizontal' | 'vertical';
1388
+ private _id;
1389
+ set id(value: string);
1390
+ get id(): string;
1391
+ currentStep?: string | undefined;
1392
+ ngAfterContentInit(): void;
1393
+ ngOnChanges(): void;
1394
+ render(): void;
1395
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperComponent, never>;
1396
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyStepperComponent, "monkey-stepper", never, { "direction": { "alias": "direction"; "required": false; }; "id": { "alias": "id"; "required": false; }; "currentStep": { "alias": "currentStep"; "required": false; }; }, {}, ["steps"], ["*"], false, never>;
1397
+ }
1398
+
1399
+ declare class MonkeyStepperModule {
1400
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperModule, never>;
1401
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStepperModule, [typeof MonkeyStepperComponent, typeof MonkeyStepComponent], [typeof UtilIconComponent, typeof MonkeyIconComponent], [typeof MonkeyStepperComponent, typeof MonkeyStepComponent]>;
1402
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyStepperModule>;
1403
+ }
1404
+
1405
+ declare class MonkeyPaginationActionComponent {
1406
+ disabled: boolean;
1407
+ first: boolean;
1408
+ last: boolean;
1409
+ next: boolean;
1410
+ prev: boolean;
1411
+ onAction: EventEmitter<any>;
1412
+ protected _uid: string;
1413
+ protected _id: string;
1414
+ get id(): string;
1415
+ set id(value: string);
1416
+ constructor();
1417
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPaginationActionComponent, never>;
1418
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyPaginationActionComponent, "monkey-pagination-action", ["monkeyPaginationAction"], { "disabled": { "alias": "disabled"; "required": false; }; "first": { "alias": "first"; "required": false; }; "last": { "alias": "last"; "required": false; }; "next": { "alias": "next"; "required": true; }; "prev": { "alias": "prev"; "required": true; }; "id": { "alias": "id"; "required": false; }; }, { "onAction": "onAction"; }, never, never, true, never>;
1419
+ }
1420
+
1421
+ declare class MonkeyPaginationLabelComponent {
1422
+ protected _uid: string;
1423
+ protected _id: string;
1424
+ get id(): string;
1425
+ set id(value: string);
1426
+ constructor();
1427
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPaginationLabelComponent, never>;
1428
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyPaginationLabelComponent, "monkey-pagination-label", ["monkeyPaginationLabel"], { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
1429
+ }
1430
+
1431
+ declare class MonkeyPaginationSizeComponent {
1432
+ size: 10 | 20 | 50 | 100;
1433
+ disabled: boolean;
1434
+ onChange: EventEmitter<any>;
1435
+ protected _uid: string;
1436
+ protected _id: string;
1437
+ sizes: number[];
1438
+ get id(): string;
1439
+ set id(value: string);
1440
+ constructor();
1441
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPaginationSizeComponent, never>;
1442
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyPaginationSizeComponent, "monkey-pagination-size", ["monkeyPaginationSize"], { "size": { "alias": "size"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1443
+ }
1444
+
1445
+ /** ************************
1446
+ * Copyright Monkey Exchange. All Rights Reserved
1447
+ * This style guide was developed by Monkey Exchange Team
1448
+ * MIT Licence
1449
+ ************************* */
1450
+
1451
+ declare class MonkeyTableComponent implements AfterContentInit, OnChanges {
1452
+ scroll: MonkeyTableScrollConfig;
1453
+ loading: boolean;
1454
+ loadingRef: TemplateRef<any>;
1455
+ sortChange: EventEmitter<any>;
1456
+ private _headerEl;
1457
+ private _tableHeaderEl;
1458
+ private _tableContentEl;
1459
+ private _tableLoadingEl;
1460
+ private _tableScrollEl;
1461
+ private _paginationActionChildren;
1462
+ private _paginationSizeChildren;
1463
+ private _sortOptions;
1464
+ private _loadingInitialized;
1465
+ stateChanges: EventEmitter<any>;
1466
+ private updateScrollStyle;
1467
+ private initializeComponents;
1468
+ private initializeLoadingComponent;
1469
+ ngAfterContentInit(): void;
1470
+ updateSortableOptions(name: string, sortable: string): void;
1471
+ ngOnChanges(changes: SimpleChanges): void;
1472
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTableComponent, never>;
1473
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyTableComponent, "monkey-table, table[monkey-table]", ["monkeyTable"], { "scroll": { "alias": "scroll"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingRef": { "alias": "loadingRef"; "required": false; }; }, { "sortChange": "sortChange"; }, ["_paginationActionChildren", "_paginationSizeChildren"], ["thead", "tbody", "monkey-pagination-size", "monkey-pagination-label", "monkey-pagination-action"], false, never>;
1474
+ }
1475
+
1476
+ /** ************************
1477
+ * Copyright Monkey Exchange. All Rights Reserved
1478
+ * This style guide was developed by Monkey Exchange Team
1479
+ * MIT Licence
1480
+ ************************* */
1481
+
1482
+ declare class MonkeyColumnChecked implements OnInit, AfterViewInit, OnChanges, OnDestroy {
1483
+ private el;
1484
+ private renderer;
1485
+ private viewContainerRef;
1486
+ table: MonkeyTableComponent;
1487
+ checked: boolean;
1488
+ disabled: boolean;
1489
+ checkedChange: EventEmitter<any>;
1490
+ private _cdr;
1491
+ private _injector;
1492
+ private _subscriptions;
1493
+ checkboxRef: ComponentRef<MonkeyCheckboxComponent>;
1494
+ constructor(el: ElementRef, renderer: Renderer2, viewContainerRef: ViewContainerRef, table: MonkeyTableComponent);
1495
+ private renderCheckbox;
1496
+ private handleDisableFromStateChanges;
1497
+ ngOnInit(): void;
1498
+ ngAfterViewInit(): void;
1499
+ ngOnChanges(changes: SimpleChanges): void;
1500
+ initializeComponent(checked: boolean, disabled: boolean): void;
1501
+ ngOnDestroy(): void;
1502
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyColumnChecked, [null, null, null, { optional: true; }]>;
1503
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyColumnChecked, "[mkChecked]", never, { "checked": { "alias": "mkChecked"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, never, false, never>;
1504
+ }
1505
+
1506
+ /** ************************
1507
+ * Copyright Monkey Exchange. All Rights Reserved
1508
+ * This style guide was developed by Monkey Exchange Team
1509
+ * MIT Licence
1510
+ ************************* */
1511
+
1512
+ declare class MonkeyColumnExpansible implements OnInit, OnDestroy {
1513
+ private el;
1514
+ private renderer;
1515
+ table: MonkeyTableComponent;
1516
+ expansionChange: EventEmitter<any>;
1517
+ private _opened;
1518
+ private _subscriptions;
1519
+ private _enableAnimation;
1520
+ disabled: boolean;
1521
+ constructor(el: ElementRef, renderer: Renderer2, table: MonkeyTableComponent);
1522
+ private createSvgElement;
1523
+ ngOnInit(): void;
1524
+ onClick(): void;
1525
+ ngOnDestroy(): void;
1526
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyColumnExpansible, [null, null, { optional: true; }]>;
1527
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyColumnExpansible, "[mkExpansible]", never, {}, { "expansionChange": "expansionChange"; }, never, never, false, never>;
1528
+ }
1529
+
1530
+ /** ************************
1531
+ * Copyright Monkey Exchange. All Rights Reserved
1532
+ * This style guide was developed by Monkey Exchange Team
1533
+ * MIT Licence
1534
+ ************************* */
1535
+
1536
+ declare class MonkeyColumnSortable implements OnInit, OnDestroy {
1537
+ private el;
1538
+ private renderer;
1539
+ table: MonkeyTableComponent;
1540
+ name: string;
1541
+ private _sortableDirection;
1542
+ private subscriptions;
1543
+ disabled: boolean;
1544
+ constructor(el: ElementRef, renderer: Renderer2, table: MonkeyTableComponent);
1545
+ private createSvgElement;
1546
+ ngOnInit(): void;
1547
+ onClick(): void;
1548
+ ngOnDestroy(): void;
1549
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyColumnSortable, [null, null, { optional: true; }]>;
1550
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyColumnSortable, "[mkSortable]", never, { "name": { "alias": "mkSortable"; "required": true; }; }, {}, never, never, false, never>;
1551
+ }
1552
+
1553
+ declare class MonkeyColumnStick {
1554
+ position: 'left' | 'right';
1555
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyColumnStick, never>;
1556
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyColumnStick, "[mkStick]", never, { "position": { "alias": "mkStick"; "required": true; }; }, {}, never, never, false, never>;
1557
+ }
1558
+
1559
+ declare class MonkeyTableModule {
1560
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTableModule, never>;
1561
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyTableModule, [typeof MonkeyTableComponent, typeof MonkeyColumnStick, typeof MonkeyColumnChecked, typeof MonkeyColumnSortable, typeof MonkeyColumnExpansible], [typeof i8.CommonModule, typeof MonkeyButtonComponent, typeof MonkeyPaginationSizeComponent, typeof MonkeyPaginationLabelComponent, typeof MonkeyPaginationActionComponent], [typeof MonkeyTableComponent, typeof MonkeyColumnStick, typeof MonkeyColumnChecked, typeof MonkeyColumnSortable, typeof MonkeyColumnExpansible]>;
1562
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyTableModule>;
1563
+ }
1564
+
1565
+ /** ************************
1566
+ * Copyright Monkey Exchange. All Rights Reserved
1567
+ * This style guide was developed by Monkey Exchange Team
1568
+ * MIT Licence
1569
+ ************************* */
1570
+
1571
+ declare class MonkeyTabLinkDirective implements OnInit {
1572
+ private router;
1573
+ disabled: boolean;
1574
+ get isDisabled(): boolean;
1575
+ get tabIndex(): 0 | -1;
1576
+ private destroyRef;
1577
+ private el;
1578
+ constructor(router: Router);
1579
+ ngOnInit(): void;
1580
+ private updateActiveState;
1581
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTabLinkDirective, [{ optional: true; }]>;
1582
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyTabLinkDirective, "[monkey-tab-link]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
1583
+ static ngAcceptInputType_disabled: unknown;
1584
+ }
1585
+
1586
+ /** ************************
1587
+ * Copyright Monkey Exchange. All Rights Reserved
1588
+ * This style guide was developed by Monkey Exchange Team
1589
+ * MIT Licence
1590
+ ************************* */
1591
+
1592
+ declare class MonkeyTabComponent {
1593
+ value: string;
1594
+ disabled: boolean;
1595
+ onClick: EventEmitter<string>;
1596
+ isSelected: boolean;
1597
+ handleClick(): void;
1598
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTabComponent, never>;
1599
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyTabComponent, "monkey-tab", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onClick": "onClick"; }, never, ["*"], false, never>;
1600
+ static ngAcceptInputType_disabled: unknown;
1601
+ }
1602
+
1603
+ /** ************************
1604
+ * Copyright Monkey Exchange. All Rights Reserved
1605
+ * This style guide was developed by Monkey Exchange Team
1606
+ * MIT Licence
1607
+ ************************* */
1608
+
1609
+ declare class MonkeyTabsComponent implements AfterContentInit, AfterViewInit, OnDestroy, OnChanges {
1610
+ protected monkeyId: string;
1611
+ selected: string;
1612
+ fullWidth: boolean;
1613
+ position: 'start' | 'center' | 'end';
1614
+ onChange: EventEmitter<string>;
1615
+ tabs: QueryList<MonkeyTabComponent>;
1616
+ tabsHeader: ElementRef<HTMLDivElement>;
1617
+ tabsContent: ElementRef<HTMLDivElement>;
1618
+ enabledLeftArrow: boolean;
1619
+ enabledRightArrow: boolean;
1620
+ hasScroll: boolean;
1621
+ scrollPosition: number;
1622
+ private destroyRef;
1623
+ private resizeObserver?;
1624
+ private updateScrollPosition;
1625
+ private updateScrollArrows;
1626
+ private selectTab;
1627
+ private updateTabSelection;
1628
+ ngOnChanges(): void;
1629
+ ngAfterViewInit(): void;
1630
+ ngAfterContentInit(): void;
1631
+ updateTabsEvents(): void;
1632
+ scrollLeft(): void;
1633
+ scrollRight(): void;
1634
+ ngOnDestroy(): void;
1635
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTabsComponent, never>;
1636
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyTabsComponent, "monkey-tabs", never, { "selected": { "alias": "selected"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "onChange": "onChange"; }, ["tabs"], ["*"], false, never>;
1637
+ static ngAcceptInputType_fullWidth: unknown;
1638
+ }
1639
+
1640
+ declare class MonkeyTabsModule {
1641
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTabsModule, never>;
1642
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyTabsModule, [typeof MonkeyTabsComponent, typeof MonkeyTabComponent, typeof MonkeyTabLinkDirective], never, [typeof MonkeyTabsComponent, typeof MonkeyTabComponent, typeof MonkeyTabLinkDirective]>;
1643
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyTabsModule>;
1644
+ }
1645
+
1646
+ /** ************************
1647
+ * Copyright Monkey Exchange. All Rights Reserved
1648
+ * This style guide was developed by Monkey Exchange Team
1649
+ * MIT Licence
1650
+ ************************* */
1651
+
1652
+ declare class MonkeyToastComponent {
1653
+ private host;
1654
+ message: string | undefined;
1655
+ icon: string | undefined;
1656
+ type: MonkeyToastType;
1657
+ isClosable: boolean;
1658
+ actionLabel: string | undefined;
1659
+ actionIcon: string | undefined;
1660
+ onActionClick: EventEmitter<string>;
1661
+ onClose: EventEmitter<string>;
1662
+ protected _uid: string;
1663
+ protected _id: string;
1664
+ get id(): string;
1665
+ set id(value: string);
1666
+ get class(): string;
1667
+ animationState: string;
1668
+ constructor(host: ElementRef<HTMLElement>);
1669
+ close(): void;
1670
+ onAnimationEnd(event: AnimationEvent): void;
1671
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyToastComponent, never>;
1672
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyToastComponent, "monkey-toast", never, { "message": { "alias": "message"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isClosable": { "alias": "isClosable"; "required": false; }; "actionLabel": { "alias": "actionLabel"; "required": false; }; "actionIcon": { "alias": "actionIcon"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onActionClick": "onActionClick"; "onClose": "onClose"; }, never, never, true, never>;
1673
+ static ngAcceptInputType_isClosable: unknown;
1674
+ }
1675
+
1676
+ declare class MonkeyToggleComponent {
1677
+ disabled: boolean;
1678
+ size: 'lg' | 'md' | 'sm';
1679
+ onChange: EventEmitter<any>;
1680
+ set value(_: boolean | 'true' | 'false');
1681
+ _checked: boolean;
1682
+ protected _uid: string;
1683
+ protected _id: string;
1684
+ get id(): string;
1685
+ set id(value: string);
1686
+ constructor();
1687
+ onClick(event: any): void;
1688
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyToggleComponent, never>;
1689
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyToggleComponent, "monkey-toggle", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
1690
+ }
1691
+
1692
+ /** ************************
1693
+ * Copyright Monkey Exchange. All Rights Reserved
1694
+ * This style guide was developed by Monkey Exchange Team
1695
+ * MIT Licence
1696
+ ************************* */
1697
+
1698
+ declare class MonkeyToggleLineButtonComponent {
1699
+ disabled: boolean;
1700
+ onChange: EventEmitter<any>;
1701
+ value: boolean | undefined;
1702
+ checked: boolean | undefined;
1703
+ name: string | undefined;
1704
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyToggleLineButtonComponent, never>;
1705
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyToggleLineButtonComponent, "monkey-toggle-line-button", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
1706
+ }
1707
+
1708
+ declare class MonkeyToggleLineComponent implements AfterContentInit, OnDestroy, OnChanges {
1709
+ value: boolean | undefined;
1710
+ name: string;
1711
+ size: 'sm' | 'md' | 'lg';
1712
+ disabled: boolean;
1713
+ onChange: EventEmitter<any>;
1714
+ private subscriptions;
1715
+ radioButtons: QueryList<MonkeyToggleLineButtonComponent>;
1716
+ get class(): string;
1717
+ protected _uid: string;
1718
+ protected _id: string;
1719
+ get id(): string;
1720
+ set id(value: string);
1721
+ constructor();
1722
+ ngAfterContentInit(): void;
1723
+ ngOnChanges(): void;
1724
+ ngOnDestroy(): void;
1725
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyToggleLineComponent, never>;
1726
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyToggleLineComponent, "monkey-toggle-line", never, { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onChange": "onChange"; }, ["radioButtons"], ["*"], true, never>;
1727
+ static ngAcceptInputType_disabled: unknown;
1728
+ }
1729
+
1730
+ declare class MonkeyTooltipComponent {
1731
+ private host;
1732
+ text: string | undefined;
1733
+ template: null | TemplateRef<HTMLElement>;
1734
+ left: number | undefined;
1735
+ top: number | undefined;
1736
+ afterClose: EventEmitter<any>;
1737
+ protected _uid: string;
1738
+ protected _id: string;
1739
+ get id(): string;
1740
+ set id(value: string);
1741
+ constructor(host: ElementRef<HTMLElement>);
1742
+ close(): void;
1743
+ onAnimationEnd(event: AnimationEvent): void;
1744
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTooltipComponent, never>;
1745
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyTooltipComponent, "monkey-tooltip", never, { "text": { "alias": "text"; "required": false; }; "template": { "alias": "template"; "required": false; }; "left": { "alias": "left"; "required": false; }; "top": { "alias": "top"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "afterClose": "afterClose"; }, never, never, true, never>;
1746
+ }
1747
+
1748
+ /** ************************
1749
+ * Copyright Monkey Exchange. All Rights Reserved
1750
+ * This style guide was developed by Monkey Exchange Team
1751
+ * MIT Licence
1752
+ ************************* */
1753
+
1754
+ type Position = 'top' | 'bottom' | 'left' | 'right' | undefined;
1755
+ declare class MonkeyTooltipDirective {
1756
+ private viewContainerRef;
1757
+ private elementRef;
1758
+ private appRef;
1759
+ private document;
1760
+ tooltipText: string | TemplateRef<HTMLElement> | undefined;
1761
+ tooltipPosition: Position;
1762
+ enabled: boolean;
1763
+ private offset;
1764
+ private tooltipComponent?;
1765
+ private bounds;
1766
+ constructor(viewContainerRef: ViewContainerRef, elementRef: ElementRef, appRef: ApplicationRef, document: Document);
1767
+ private setBounds;
1768
+ private createTooltip;
1769
+ private positionTooltip;
1770
+ private isOutOfBounds;
1771
+ private positionLeft;
1772
+ private positionRight;
1773
+ private positionTop;
1774
+ private positionBottom;
1775
+ show(): void;
1776
+ hide(): void;
1777
+ onScroll(): void;
1778
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTooltipDirective, never>;
1779
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyTooltipDirective, "[monkeyTooltip]", never, { "tooltipText": { "alias": "monkeyTooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never, true, never>;
1780
+ static ngAcceptInputType_enabled: unknown;
1781
+ }
1782
+
1783
+ /** ************************
1784
+ * Copyright Monkey Exchange. All Rights Reserved
1785
+ * This style guide was developed by Monkey Exchange Team
1786
+ * MIT Licence
1787
+ ************************* */
1788
+
1789
+ declare class MonkeyUserProfileButtonComponent {
1790
+ protected _uid: string;
1791
+ elementRef: ElementRef<any>;
1792
+ size: MonkeySize;
1793
+ name: string;
1794
+ iconName: string;
1795
+ protected _id: string;
1796
+ open: boolean;
1797
+ get id(): string;
1798
+ set id(value: string);
1799
+ constructor();
1800
+ onClick(event: MouseEvent): void;
1801
+ handleClose: () => void;
1802
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyUserProfileButtonComponent, never>;
1803
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyUserProfileButtonComponent, "monkey-user-profile-button", never, { "size": { "alias": "size"; "required": false; }; "name": { "alias": "name"; "required": true; }; "iconName": { "alias": "iconName"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
1804
+ }
1805
+
1806
+ /** ************************
1807
+ * Copyright Monkey Exchange. All Rights Reserved
1808
+ * This style guide was developed by Monkey Exchange Team
1809
+ * MIT Licence
1810
+ ************************* */
1811
+
1812
+ declare class MonkeyBadgeDirective implements OnChanges {
1813
+ private el;
1814
+ private renderer;
1815
+ badgePosition: 'left' | 'right';
1816
+ badgeSize: 'sm' | 'md' | 'lg';
1817
+ badgeHidden: boolean;
1818
+ monkeyBadge: string;
1819
+ badgeBackground: string | null;
1820
+ badgeColor: string | null;
1821
+ private badgeEl;
1822
+ constructor(el: ElementRef, renderer: Renderer2);
1823
+ ngOnChanges(): void;
1824
+ private updateBadge;
1825
+ private removeBadge;
1826
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyBadgeDirective, never>;
1827
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyBadgeDirective, "[monkeyBadge]", never, { "badgePosition": { "alias": "badgePosition"; "required": false; }; "badgeSize": { "alias": "badgeSize"; "required": false; }; "badgeHidden": { "alias": "badgeHidden"; "required": false; }; "monkeyBadge": { "alias": "monkeyBadge"; "required": false; }; "badgeBackground": { "alias": "badgeBackground"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; }, {}, never, never, false, never>;
1828
+ }
1829
+
1830
+ declare class MonkeyErrorDirective {
1831
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyErrorDirective, never>;
1832
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyErrorDirective, "monkey-error", never, {}, {}, never, never, false, never>;
1833
+ }
1834
+
1835
+ declare class MonkeyHelperDirective {
1836
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyHelperDirective, never>;
1837
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyHelperDirective, "monkey-helper", never, {}, {}, never, never, false, never>;
1838
+ }
1839
+
1840
+ declare class MonkeyInfoDirective {
1841
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInfoDirective, never>;
1842
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyInfoDirective, "monkey-info", never, {}, {}, never, never, false, never>;
1843
+ }
1844
+
1845
+ declare class MonkeyLabelDirective {
1846
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyLabelDirective, never>;
1847
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyLabelDirective, "monkey-label", never, {}, {}, never, never, false, never>;
1848
+ }
1849
+
1850
+ declare class MonkeyPrefixDirective {
1851
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPrefixDirective, never>;
1852
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyPrefixDirective, "monkey-prefix", never, {}, {}, never, never, false, never>;
1853
+ }
1854
+
1855
+ declare class MonkeySuffixDirective {
1856
+ set _hasAction(value: '');
1857
+ hasAction: boolean;
1858
+ action: Function | null;
1859
+ onClick(event: PointerEvent): void;
1860
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySuffixDirective, never>;
1861
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeySuffixDirective, "monkey-suffix", never, { "_hasAction": { "alias": "hasAction"; "required": false; }; }, {}, never, never, false, never>;
1862
+ }
1863
+
1864
+ declare class MonkeyPopoverContentComponent implements AfterViewInit {
1865
+ private host;
1866
+ title?: string | TemplateRef<any>;
1867
+ content: TemplateRef<any>;
1868
+ actions?: string | TemplateRef<any>;
1869
+ onClose: EventEmitter<any>;
1870
+ hideHeader: boolean;
1871
+ hideClose: boolean;
1872
+ hideActions: boolean;
1873
+ enableAutofocus: boolean;
1874
+ constructor(host: ElementRef<HTMLElement>);
1875
+ ngAfterViewInit(): void;
1876
+ isTemplate(value: unknown): value is TemplateRef<any>;
1877
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPopoverContentComponent, never>;
1878
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyPopoverContentComponent, "monkey-popover-content", never, { "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "hideActions": { "alias": "hideActions"; "required": false; }; "enableAutofocus": { "alias": "enableAutofocus"; "required": false; }; }, { "onClose": "onClose"; }, never, never, true, never>;
1879
+ static ngAcceptInputType_hideHeader: unknown;
1880
+ static ngAcceptInputType_hideClose: unknown;
1881
+ static ngAcceptInputType_hideActions: unknown;
1882
+ }
1883
+ declare class MonkeyPopoverDirective implements OnDestroy {
1884
+ private readonly _tpl;
1885
+ private readonly _vcr;
1886
+ private readonly _el;
1887
+ private readonly _zone;
1888
+ private readonly _overlay;
1889
+ private readonly _overlayPositionBuilder;
1890
+ private readonly _router;
1891
+ private readonly _destroyRef;
1892
+ private readonly _options?;
1893
+ private _overlayRef?;
1894
+ private _componentRef?;
1895
+ private _positionStrategy?;
1896
+ private _resizeObserver?;
1897
+ private _show;
1898
+ set popover(show: boolean);
1899
+ get popover(): boolean;
1900
+ closed?: (e?: MouseEvent) => void;
1901
+ private _target?;
1902
+ set target(value: any | undefined);
1903
+ get target(): HTMLElement | undefined;
1904
+ minwidth: boolean;
1905
+ backdrop: boolean;
1906
+ watch: boolean;
1907
+ dir: MonkeyPopoverDir;
1908
+ contextmenu: boolean;
1909
+ height?: number | string;
1910
+ title?: string | TemplateRef<unknown>;
1911
+ actions?: string | TemplateRef<unknown>;
1912
+ hideClose: boolean;
1913
+ hideHeader: boolean;
1914
+ hideActions: boolean;
1915
+ enableAutofocus: boolean;
1916
+ constructor();
1917
+ ngOnDestroy(): void;
1918
+ private closePopover;
1919
+ private disposePopover;
1920
+ private getPositions;
1921
+ private createPopover;
1922
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPopoverDirective, never>;
1923
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyPopoverDirective, "[monkeyPopover]", never, { "popover": { "alias": "monkeyPopover"; "required": false; }; "closed": { "alias": "monkeyPopoverClosed"; "required": false; }; "target": { "alias": "monkeyPopoverTarget"; "required": false; }; "minwidth": { "alias": "monkeyPopoverMinwidth"; "required": false; }; "backdrop": { "alias": "monkeyPopoverBackdrop"; "required": false; }; "watch": { "alias": "monkeyPopoverWatch"; "required": false; }; "dir": { "alias": "monkeyPopoverDir"; "required": false; }; "contextmenu": { "alias": "monkeyPopoverContextmenu"; "required": false; }; "height": { "alias": "monkeyPopoverHeight"; "required": false; }; "title": { "alias": "monkeyPopoverTitle"; "required": false; }; "actions": { "alias": "monkeyPopoverActions"; "required": false; }; "hideClose": { "alias": "monkeyPopoverHideClose"; "required": false; }; "hideHeader": { "alias": "monkeyPopoverHideHeader"; "required": false; }; "hideActions": { "alias": "monkeyPopoverHideActions"; "required": false; }; "enableAutofocus": { "alias": "monkeyPopoverEnableAutofocus"; "required": false; }; }, {}, never, never, false, never>;
1924
+ static ngAcceptInputType_hideClose: unknown;
1925
+ static ngAcceptInputType_hideHeader: unknown;
1926
+ static ngAcceptInputType_hideActions: unknown;
1927
+ static ngAcceptInputType_enableAutofocus: unknown;
1928
+ }
1929
+
1930
+ declare class MonkeyDirectivesModule {
1931
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDirectivesModule, never>;
1932
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyDirectivesModule, [typeof MonkeyErrorDirective, typeof MonkeyHelperDirective, typeof MonkeyInfoDirective, typeof MonkeyLabelDirective, typeof MonkeyPrefixDirective, typeof MonkeySuffixDirective, typeof MonkeyBadgeDirective, typeof MonkeyPopoverDirective], [typeof MonkeyPopoverContentComponent], [typeof MonkeyErrorDirective, typeof MonkeyHelperDirective, typeof MonkeyInfoDirective, typeof MonkeyLabelDirective, typeof MonkeyPrefixDirective, typeof MonkeySuffixDirective, typeof MonkeyBadgeDirective, typeof MonkeyPopoverDirective]>;
1933
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyDirectivesModule>;
1934
+ }
1935
+
1936
+ declare class MonkeyEcxAddressService {
1937
+ private readonly _http;
1938
+ private readonly _googleApiKey;
1939
+ private mappingData;
1940
+ get(textQuery: string): rxjs.Observable<{
1941
+ formattedAddress: string;
1942
+ adrFormatAddress: string | undefined;
1943
+ address: any;
1944
+ addressNumber: any;
1945
+ neighborhood: any;
1946
+ city: any;
1947
+ state: any;
1948
+ country: any;
1949
+ zipCode: any;
1950
+ }[]>;
1951
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAddressService, never>;
1952
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAddressService>;
1953
+ }
1954
+
1955
+ declare class MonkeyDictionaryService {
1956
+ private _localeId;
1957
+ private _destroyRef;
1958
+ private _data$;
1959
+ constructor();
1960
+ private handleWrapperValues;
1961
+ get(key: string): rxjs.Observable<any>;
1962
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDictionaryService, never>;
1963
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyDictionaryService>;
1964
+ }
1965
+
1966
+ declare class MonkeyStepperService {
1967
+ private _steppers;
1968
+ currentStep(id: string): i0.Signal<string | undefined>;
1969
+ setCurrentStep(id: string, step: string): void;
1970
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperService, never>;
1971
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStepperService>;
1972
+ }
1973
+
1974
+ declare class MonkeyToastService {
1975
+ private lastToast?;
1976
+ private overlay;
1977
+ private getPositionStrategy;
1978
+ show(toastConfig: ToastConfig): MonkeyToastComponent;
1979
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyToastService, never>;
1980
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyToastService>;
1981
+ }
1982
+
1983
+ /** ************************
1984
+ * Copyright Monkey Exchange. All Rights Reserved
1985
+ * This style guide was developed by Monkey Exchange Team
1986
+ * MIT Licence
1987
+ ************************* */
1988
+
1989
+ declare const MECX_I18N_WRAPPER: InjectionToken<BehaviorSubject<string>>;
1990
+ declare const MECX_POPOVER_OPTIONS: InjectionToken<unknown>;
1991
+ declare const MECX_COUNTRY_ISO_CODE: InjectionToken<string>;
1992
+ declare const MECX_GOOGLE_API_KEY: InjectionToken<string>;
1993
+ declare function injectTokenWithWarning<T>(token: InjectionToken<T>, name?: string): T | null;
1994
+
1995
+ export { MECX_COUNTRY_ISO_CODE, MECX_GOOGLE_API_KEY, MECX_I18N_WRAPPER, MECX_MODAL_DATA, MECX_MODAL_DEFAULT_CONFIG, MECX_POPOVER_OPTIONS, MonkeyAccordionComponent, MonkeyActionBarComponent, MonkeyAlertComponent, MonkeyAutocompleteAddressComponent, MonkeyAutocompleteComponent, MonkeyAvatarComponent, MonkeyBadgeComponent, MonkeyBadgeDirective, MonkeyBreadcrumbComponent, MonkeyButtonComponent, MonkeyCheckboxComponent, MonkeyColumnChecked, MonkeyColumnExpansible, MonkeyColumnSortable, MonkeyColumnStick, MonkeyDateRangeComponent, MonkeyDictionaryService, MonkeyDirectivesModule, MonkeyDividerComponent, MonkeyDownloadButtonComponent, MonkeyEcxAddressService, MonkeyErrorDirective, MonkeyFilterBarComponent, MonkeyFormFieldComponent, MonkeyFormFieldControl, MonkeyFormFieldModule, MonkeyHelperDirective, MonkeyIconButtonComponent, MonkeyIconComponent, MonkeyInfoDirective, MonkeyInputCodeComponent, MonkeyInputCurrencyDirective, MonkeyInputDateRangeComponent, MonkeyInputDirective, MonkeyInputModule, MonkeyInputPhoneComponent, MonkeyInputUploadComponent, MonkeyLabelDirective, MonkeyModalActionsDirective, MonkeyModalComponent, MonkeyModalConfig, MonkeyModalContentDirective, MonkeyModalModule, MonkeyModalRef, MonkeyModalService, MonkeyModalSubtitleDirective, MonkeyModalTitleDirective, MonkeyOptionComponent, MonkeyPaginationActionComponent, MonkeyPaginationLabelComponent, MonkeyPaginationSizeComponent, MonkeyPopoverContentComponent, MonkeyPopoverDirective, MonkeyPrefixDirective, MonkeyRadioButtonComponent, MonkeySecurityLevelComponent, MonkeySelectComponent, MonkeyStatusComponent, MonkeyStepComponent, MonkeyStepperComponent, MonkeyStepperModule, MonkeyStepperService, MonkeySuffixDirective, MonkeyTabComponent, MonkeyTabLinkDirective, MonkeyTableComponent, MonkeyTableModule, MonkeyTabsComponent, MonkeyTabsModule, MonkeyToastComponent, MonkeyToastRef, MonkeyToastService, MonkeyToggleComponent, MonkeyToggleLineButtonComponent, MonkeyToggleLineComponent, MonkeyTooltipComponent, MonkeyTooltipDirective, MonkeyUserProfileButtonComponent, getCurrencySymbol, injectTokenWithWarning };
1996
+ export type { GoogleApiPlaces, GoogleApiPlacesAddressComponents, GoogleApiPlacesResponse, MonkeyAlertType, MonkeyAutocompleteData, MonkeyAutocompleteResponse, MonkeyBreadcrumb, MonkeyButtonColor, MonkeyButtonType, MonkeyDownloadButtonChangeEvent, MonkeyInputUploadChangeEvent, MonkeyModalConfirmationConfig, MonkeyModalDefaultConfig, MonkeyPopoverDir, MonkeyPopoverOptions, MonkeySize, MonkeyTableScrollConfig, MonkeyToastPosition, MonkeyToastType, ToastConfig };