tailjng 0.0.12 → 0.0.13

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 (52) hide show
  1. package/cli/tailjng.js +105 -0
  2. package/fesm2022/tailjng.mjs +27 -4472
  3. package/fesm2022/tailjng.mjs.map +1 -1
  4. package/lib/services/icons.service.d.ts +9 -0
  5. package/lib/tailjng.component.d.ts +5 -0
  6. package/lib/tailjng.service.d.ts +6 -0
  7. package/package.json +8 -2
  8. package/public-api.d.ts +3 -30
  9. package/src/lib/components/label/label.component.css +0 -0
  10. package/src/lib/components/label/label.component.html +25 -0
  11. package/src/lib/components/label/label.component.ts +27 -0
  12. package/src/lib/components/tooltip/tooltip.directive.ts +341 -0
  13. package/src/lib/components/tooltip/tooltip.service.ts +192 -0
  14. package/lib/colors/colors.service.d.ts +0 -16
  15. package/lib/colors/theme/elements/theme.service.d.ts +0 -15
  16. package/lib/colors/theme/theme.component.d.ts +0 -87
  17. package/lib/components/alert-dialog/alert-dialog.component.d.ts +0 -24
  18. package/lib/components/alert-dialog/elements/alert-dialog.interface.d.ts +0 -41
  19. package/lib/components/alert-dialog/elements/alert-dialog.service.d.ts +0 -24
  20. package/lib/components/alert-toast/alert-toast.component.d.ts +0 -27
  21. package/lib/components/alert-toast/elements/alert-toast.interface.d.ts +0 -47
  22. package/lib/components/alert-toast/elements/alert-toast.service.d.ts +0 -26
  23. package/lib/components/button/button.component.d.ts +0 -35
  24. package/lib/components/checkbox/checkbox.component.d.ts +0 -21
  25. package/lib/components/crud/card-component/card.component.d.ts +0 -91
  26. package/lib/components/crud/filter-component/elements/filter.interface.d.ts +0 -62
  27. package/lib/components/crud/filter-component/filter.component.d.ts +0 -54
  28. package/lib/components/crud/form-component/components/content-form/content-form.component.d.ts +0 -8
  29. package/lib/components/crud/form-component/components/error-message/error-message.component.d.ts +0 -13
  30. package/lib/components/crud/form-component/form.component.d.ts +0 -29
  31. package/lib/components/crud/paginator-component/paginator.component.d.ts +0 -27
  32. package/lib/components/crud/table-component/elements/table.interface.d.ts +0 -65
  33. package/lib/components/crud/table-component/table.component.d.ts +0 -97
  34. package/lib/components/dialog/dialog.component.d.ts +0 -37
  35. package/lib/components/input/input.component.d.ts +0 -47
  36. package/lib/components/label/label.component.d.ts +0 -13
  37. package/lib/components/mode-toggle/mode-toggle.component.d.ts +0 -15
  38. package/lib/components/select/option/option.component.d.ts +0 -15
  39. package/lib/components/select/select.component.d.ts +0 -93
  40. package/lib/components/toggle-radio/toggle-radio.component.d.ts +0 -48
  41. package/lib/components/tooltip/tooltip.directive.d.ts +0 -20
  42. package/lib/components/tooltip/tooltip.service.d.ts +0 -16
  43. package/lib/http/api-url.d.ts +0 -2
  44. package/lib/http/converter.service.d.ts +0 -21
  45. package/lib/http/crud-generic.service.d.ts +0 -86
  46. package/lib/http/http-error.service.d.ts +0 -24
  47. package/lib/http/http-rest.service.d.ts +0 -9
  48. package/lib/http/interface/api-response.d.ts +0 -20
  49. package/lib/service/calendar.service.d.ts +0 -26
  50. package/lib/shared/dialog.shared.d.ts +0 -9
  51. package/lib/shared/form.shared.d.ts +0 -28
  52. package/tailjng-theme.css +0 -2810
@@ -1,26 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class JCalendarService {
3
- nameDaysAb: string[];
4
- nameDays: string[];
5
- nameMontsAb: string[];
6
- nameMonts: string[];
7
- private readonly dialogState;
8
- dialogState$: import("rxjs").Observable<boolean>;
9
- constructor();
10
- showDialog(): void;
11
- hideDialog(): void;
12
- getMonthFromDate(date: Date | string): string;
13
- calculateAge(birth: Date | string): number;
14
- calculateAgeComplete(birth: Date | string): {
15
- years: number;
16
- months: number;
17
- days: number;
18
- };
19
- formatearFechaString(date: string, month?: number): string;
20
- formatearFechaDate(date: Date, month?: number): string;
21
- formatMonthYear(date: Date): string;
22
- formatDateToBogota(date: Date): string;
23
- formatRelativeDate(date: string): string;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<JCalendarService, never>;
25
- static ɵprov: i0.ɵɵInjectableDeclaration<JCalendarService>;
26
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class JDialogShared {
3
- openDialog: boolean;
4
- constructor();
5
- onOpen(): void;
6
- onClose(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<JDialogShared, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<JDialogShared>;
9
- }
@@ -1,28 +0,0 @@
1
- import { AbstractControl } from '@angular/forms';
2
- import { FormType } from '../components/crud/form-component/form.component';
3
- import { JAlertToastService } from '../../public-api';
4
- import * as i0 from "@angular/core";
5
- export declare class JFormShared {
6
- private readonly alertToastService;
7
- icons: {
8
- [key: string]: any;
9
- };
10
- onResetCallback: (() => void) | null;
11
- isLoading: boolean;
12
- openForm: boolean;
13
- typeForm: FormType;
14
- formControls: {
15
- [key: string]: AbstractControl | null;
16
- };
17
- messages: {
18
- title: string;
19
- description: string;
20
- } | null;
21
- constructor(alertToastService: JAlertToastService);
22
- onOpen(): void;
23
- onClose(): void;
24
- onValidateChange(validation: boolean): boolean;
25
- onTableDataLoaded(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<JFormShared, never>;
27
- static ɵprov: i0.ɵɵInjectableDeclaration<JFormShared>;
28
- }