tailjng 0.0.44 → 0.0.45

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.
@@ -32,7 +32,7 @@ function getComponentList() {
32
32
  },
33
33
  'checkbox-input': {
34
34
  path: "src/lib/components/checkbox/checkbox-input",
35
- dependencies: ["color"],
35
+ dependencies: ["tooltip", "color"],
36
36
  },
37
37
  'checkbox-switch': {
38
38
  path: "src/lib/components/checkbox/checkbox-switch",
@@ -27,7 +27,7 @@ Authors:
27
27
  License:
28
28
  This project is licensed under the BSD 3-Clause - see the LICENSE file for more details.
29
29
 
30
- Version: 0.0.44
30
+ Version: 0.0.45
31
31
  Creation Date: 2025-01-04
32
32
  ===============================================`
33
33
 
@@ -6,7 +6,7 @@ import { es } from 'date-fns/locale';
6
6
  import { map, isObservable, firstValueFrom, forkJoin } from 'rxjs';
7
7
  import * as i1$1 from '@angular/common/http';
8
8
  import { HttpParams } from '@angular/common/http';
9
- import { CircleAlert, Clock, Calendar, EllipsisVertical, Trash, Edit, Pencil, PencilLine, ListRestart, FileUp, Download, MonitorUp, FileSpreadsheet, Cpu, Trash2, Eraser, ArrowDownWideNarrow, Filter, ArrowBigRight, ChevronsRight, ChevronRight, ChevronLeft, ChevronsLeft, Loader2, Moon, Sun, Save, Copy, Search, SquareDashedMousePointer, ChevronsUpDown, ChevronDown, ChevronUp, Eye, Upload, ImageOff, Images, Image, Minimize2, Scan, RefreshCcw, RotateCcw, RotateCw, ZoomOut, ZoomIn, Check, X, CircleHelp, TriangleAlert, CircleX, CircleCheck, Info } from 'lucide-angular';
9
+ import { Clipboard, CircleAlert, Clock, Calendar, EllipsisVertical, Trash, Edit, Pencil, PencilLine, ListRestart, FileUp, Download, MonitorUp, FileSpreadsheet, Cpu, Trash2, Eraser, ArrowDownWideNarrow, Filter, ArrowBigRight, ChevronsRight, ChevronRight, ChevronLeft, ChevronsLeft, Loader2, Moon, Sun, Save, Copy, Search, SquareDashedMousePointer, ChevronsUpDown, ChevronDown, ChevronUp, Eye, Upload, ImageOff, Images, Image, Minimize2, Scan, RefreshCcw, RotateCcw, RotateCw, ZoomOut, ZoomIn, Check, X, CircleHelp, TriangleAlert, CircleX, CircleCheck, Info } from 'lucide-angular';
10
10
  import * as FileSaver from 'file-saver';
11
11
  import * as ExcelJS from 'exceljs';
12
12
  import * as XLSX from 'xlsx';
@@ -424,7 +424,7 @@ class JCalendarService {
424
424
  const utc_date = new Date(Date.UTC(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate()));
425
425
  let new_date = utc_date;
426
426
  const año = new_date.getUTCFullYear();
427
- const mes = new_date.getUTCMonth();
427
+ const mes = new_date.getUTCMonth() + 1;
428
428
  const día = new_date.getUTCDate();
429
429
  const díaFormateado = día < 10 ? `0${día}` : día.toString();
430
430
  const mesFormateado = mes < 10 ? `0${mes}` : mes.toString();
@@ -776,12 +776,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
776
776
  }], ctorParameters: () => [{ type: i1.CurrencyPipe }, { type: JCalendarService }] });
777
777
 
778
778
  class JConverterCrudService {
779
- currencyPipe;
780
- calendarService;
781
779
  transformService;
782
- constructor(currencyPipe, calendarService, transformService) {
783
- this.currencyPipe = currencyPipe;
784
- this.calendarService = calendarService;
780
+ constructor(transformService) {
785
781
  this.transformService = transformService;
786
782
  }
787
783
  /**
@@ -873,7 +869,7 @@ class JConverterCrudService {
873
869
  }
874
870
  return cleaned;
875
871
  }
876
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: JConverterCrudService, deps: [{ token: i1.CurrencyPipe }, { token: JCalendarService }, { token: JTransformService }], target: i0.ɵɵFactoryTarget.Injectable });
872
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: JConverterCrudService, deps: [{ token: JTransformService }], target: i0.ɵɵFactoryTarget.Injectable });
877
873
  static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: JConverterCrudService, providedIn: 'root' });
878
874
  }
879
875
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: JConverterCrudService, decorators: [{
@@ -881,7 +877,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
881
877
  args: [{
882
878
  providedIn: 'root'
883
879
  }]
884
- }], ctorParameters: () => [{ type: i1.CurrencyPipe }, { type: JCalendarService }, { type: JTransformService }] });
880
+ }], ctorParameters: () => [{ type: JTransformService }] });
885
881
 
886
882
  class JParamsHttpService {
887
883
  /**
@@ -1186,6 +1182,7 @@ class JIconsService {
1186
1182
  calendar: Calendar,
1187
1183
  clock: Clock,
1188
1184
  circleAlert: CircleAlert,
1185
+ clipboard: Clipboard,
1189
1186
  };
1190
1187
  constructor() { }
1191
1188
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: JIconsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });