monkey-style-guide-v2 0.0.98 → 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 +292 -292
  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.98.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
@@ -1,68 +0,0 @@
1
- import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
2
- import { MonkeyPopoverDir } from '../interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyPopoverContentComponent implements AfterViewInit {
5
- private host;
6
- title?: string | TemplateRef<any>;
7
- content: TemplateRef<any>;
8
- actions?: string | TemplateRef<any>;
9
- onClose: EventEmitter<any>;
10
- hideHeader: boolean;
11
- hideClose: boolean;
12
- hideActions: boolean;
13
- enableAutofocus: boolean;
14
- constructor(host: ElementRef<HTMLElement>);
15
- ngAfterViewInit(): void;
16
- isTemplate(value: unknown): value is TemplateRef<any>;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPopoverContentComponent, never>;
18
- 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>;
19
- static ngAcceptInputType_hideHeader: unknown;
20
- static ngAcceptInputType_hideClose: unknown;
21
- static ngAcceptInputType_hideActions: unknown;
22
- }
23
- export declare class MonkeyPopoverDirective implements OnDestroy {
24
- private readonly _tpl;
25
- private readonly _vcr;
26
- private readonly _el;
27
- private readonly _zone;
28
- private readonly _overlay;
29
- private readonly _overlayPositionBuilder;
30
- private readonly _router;
31
- private readonly _destroyRef;
32
- private readonly _options?;
33
- private _overlayRef?;
34
- private _componentRef?;
35
- private _positionStrategy?;
36
- private _resizeObserver?;
37
- private _show;
38
- set popover(show: boolean);
39
- get popover(): boolean;
40
- closed?: (e?: MouseEvent) => void;
41
- private _target?;
42
- set target(value: any | undefined);
43
- get target(): HTMLElement | undefined;
44
- minwidth: boolean;
45
- backdrop: boolean;
46
- watch: boolean;
47
- dir: MonkeyPopoverDir;
48
- contextmenu: boolean;
49
- height?: number | string;
50
- title?: string | TemplateRef<unknown>;
51
- actions?: string | TemplateRef<unknown>;
52
- hideClose: boolean;
53
- hideHeader: boolean;
54
- hideActions: boolean;
55
- enableAutofocus: boolean;
56
- constructor();
57
- ngOnDestroy(): void;
58
- private closePopover;
59
- private disposePopover;
60
- private getPositions;
61
- private createPopover;
62
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPopoverDirective, never>;
63
- 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>;
64
- static ngAcceptInputType_hideClose: unknown;
65
- static ngAcceptInputType_hideHeader: unknown;
66
- static ngAcceptInputType_hideActions: unknown;
67
- static ngAcceptInputType_enableAutofocus: unknown;
68
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MonkeyPrefixDirective {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyPrefixDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyPrefixDirective, "monkey-prefix", never, {}, {}, never, never, false, never>;
5
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MonkeySuffixDirective {
3
- set _hasAction(value: '');
4
- hasAction: boolean;
5
- action: Function | null;
6
- onClick(event: PointerEvent): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySuffixDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeySuffixDirective, "monkey-suffix", never, { "_hasAction": { "alias": "hasAction"; "required": false; }; }, {}, never, never, false, never>;
9
- }
@@ -1,6 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export type MonkeyAlertType = 'default' | 'info' | 'success' | 'alert' | 'error';
@@ -1,21 +0,0 @@
1
- export interface GoogleApiPlacesAddressComponents {
2
- longText: string;
3
- shortText: string;
4
- types: [
5
- 'street_number' | 'route' | 'sublocality_level_1' | 'sublocality' | 'political' | 'administrative_area_level_1' | 'administrative_area_level_2' | 'country' | 'postal_code'
6
- ];
7
- languageCode: string;
8
- [key: string]: any;
9
- }
10
- export interface GoogleApiPlaces {
11
- formattedAddress: string;
12
- addressComponents?: GoogleApiPlacesAddressComponents[];
13
- adrFormatAddress?: string;
14
- displayName?: {
15
- text: string;
16
- languageCode: string;
17
- };
18
- }
19
- export interface GoogleApiPlacesResponse {
20
- places: GoogleApiPlaces[];
21
- }
@@ -1,7 +0,0 @@
1
- export interface MonkeyAutocompleteData {
2
- value: string | number | Date | Object;
3
- description: string;
4
- }
5
- export interface MonkeyAutocompleteResponse {
6
- data: MonkeyAutocompleteData[];
7
- }
@@ -1,10 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export interface MonkeyBreadcrumb {
7
- label: string;
8
- path?: string;
9
- callback?: Function;
10
- }
@@ -1,7 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export type MonkeyButtonType = 'primary' | 'secondary' | 'tertiary';
7
- export type MonkeyButtonColor = 'default' | 'success' | 'error';
@@ -1,14 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export * from './alert';
7
- export * from './autocomplete';
8
- export * from './autocomplete-address';
9
- export * from './breadcrumb';
10
- export * from './button';
11
- export * from './popover';
12
- export * from './sizes';
13
- export * from './table';
14
- export * from './toast';
@@ -1,12 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export type MonkeyPopoverDir = 'rtl' | 'ltr' | 'trtl' | 'tltr' | 'ct' | 'cc' | 'cr' | 'rt' | 'rb' | 'lt' | 'lb';
7
- export interface MonkeyPopoverOptions {
8
- dir?: MonkeyPopoverDir;
9
- minwidth?: boolean;
10
- backdrop?: boolean;
11
- contextmenu?: boolean;
12
- }
@@ -1,6 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export type MonkeySize = 'xs' | 'sm' | 'md' | 'lg';
@@ -1,9 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export interface MonkeyTableScrollConfig {
7
- x?: string;
8
- y?: string;
9
- }
@@ -1,27 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- import { ComponentRef } from '@angular/core';
7
- import { MonkeyToastComponent } from '../components';
8
- export declare class MonkeyToastRef {
9
- private readonly componentRef;
10
- constructor(componentRef: ComponentRef<MonkeyToastComponent>);
11
- close(): void;
12
- }
13
- export type MonkeyToastPosition = 'top-center' | 'top-left' | 'top-right' | 'bottom-center' | 'bottom-left' | 'bottom-right';
14
- export type MonkeyToastType = 'default' | 'success' | 'error' | 'warning' | 'question';
15
- export type ToastConfig = {
16
- type?: MonkeyToastType;
17
- icon?: string;
18
- isClosable?: boolean;
19
- message: string;
20
- position?: MonkeyToastPosition;
21
- duration?: number;
22
- keepOpen?: boolean;
23
- actionLabel?: string;
24
- actionIcon?: string;
25
- action?: () => void;
26
- closeOnAction?: boolean;
27
- };
@@ -1,19 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MonkeyEcxAddressService {
3
- private readonly _http;
4
- private readonly _googleApiKey;
5
- private mappingData;
6
- get(textQuery: string): import("rxjs").Observable<{
7
- formattedAddress: string;
8
- adrFormatAddress: string | undefined;
9
- address: any;
10
- addressNumber: any;
11
- neighborhood: any;
12
- city: any;
13
- state: any;
14
- country: any;
15
- zipCode: any;
16
- }[]>;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAddressService, never>;
18
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAddressService>;
19
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MonkeyDictionaryService {
3
- private _localeId;
4
- private _destroyRef;
5
- private _data$;
6
- constructor();
7
- private handleWrapperValues;
8
- get(key: string): import("rxjs").Observable<any>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDictionaryService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyDictionaryService>;
11
- }
@@ -1,9 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export * from './address.service';
7
- export * from './dictionary.service';
8
- export * from './stepper.service';
9
- export * from './toast.service';
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MonkeyStepperService {
3
- private _steppers;
4
- currentStep(id: string): import("@angular/core").Signal<string | undefined>;
5
- setCurrentStep(id: string, step: string): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperService, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStepperService>;
8
- }
@@ -1,11 +0,0 @@
1
- import { MonkeyToastComponent } from '../components';
2
- import { type ToastConfig } from '../interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyToastService {
5
- private lastToast?;
6
- private overlay;
7
- private getPositionStrategy;
8
- show(toastConfig: ToastConfig): MonkeyToastComponent;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyToastService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyToastService>;
11
- }
@@ -1,12 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- import { InjectionToken } from '@angular/core';
7
- import { BehaviorSubject } from 'rxjs';
8
- export declare const MECX_I18N_WRAPPER: InjectionToken<BehaviorSubject<string>>;
9
- export declare const MECX_POPOVER_OPTIONS: InjectionToken<unknown>;
10
- export declare const MECX_COUNTRY_ISO_CODE: InjectionToken<string>;
11
- export declare const MECX_GOOGLE_API_KEY: InjectionToken<string>;
12
- export declare function injectTokenWithWarning<T>(token: InjectionToken<T>, name?: string): T | null;
Binary file
package/public-api.d.ts DELETED
@@ -1,10 +0,0 @@
1
- /** ************************
2
- * Copyright Monkey Exchange. All Rights Reserved
3
- * This style guide was developed by Monkey Exchange Team
4
- * MIT Licence
5
- ************************* */
6
- export * from './lib/components';
7
- export * from './lib/directives';
8
- export * from './lib/interfaces';
9
- export * from './lib/services';
10
- export * from './lib/tokens';
package/utils/icon.d.ts DELETED
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- type IconName = 'clear' | 'calendar' | 'arrowDown' | 'arrowRight' | 'check' | 'minus' | 'loading' | 'searchFail' | 'search' | 'addPlus' | 'googleMaps' | 'location';
3
- export declare class UtilIconComponent {
4
- name: import("@angular/core").InputSignal<IconName>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<UtilIconComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<UtilIconComponent, "util-icon", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
7
- }
8
- export {};
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IdGenerator {
3
- getId(prefix: string): string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IdGenerator, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<IdGenerator>;
6
- }
package/utils/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export * from './id-generator';
2
- export * from './utils';
3
- export * from './icon';
package/utils/utils.d.ts DELETED
@@ -1,6 +0,0 @@
1
- export declare function getRandomString(len: number, charSet?: string): string;
2
- export declare const objHaveProperty: (obj: object, property: string) => boolean;
3
- export declare function formatFileSize(bytes: number): string;
4
- export declare function getFileExtension(filename: string): string;
5
- export declare function sanitizeString(input: string): string;
6
- export declare function normalizeStringToSearch(text: string): string;