tailjng 0.0.59 → 0.0.61

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 (46) hide show
  1. package/cli/settings/header-generator.js +1 -1
  2. package/fesm2022/tailjng.mjs +4 -1
  3. package/fesm2022/tailjng.mjs.map +1 -1
  4. package/lib/interfaces/crud/crud.interface.d.ts +1 -0
  5. package/lib/services/crud/generic-crud.service.d.ts +1 -0
  6. package/lib/services/static/icons.service.d.ts +2 -0
  7. package/package.json +1 -1
  8. package/src/lib/components/button/button.component.html +1 -1
  9. package/src/lib/components/button/button.component.ts +1 -1
  10. package/src/lib/components/card/card-complete/complete-card.component.html +4 -4
  11. package/src/lib/components/card/card-complete/complete-card.component.scss +0 -35
  12. package/src/lib/components/card/card-crud-complete/complete-crud-card.component.html +2 -2
  13. package/src/lib/components/card/card-crud-complete/complete-crud-card.component.scss +0 -5
  14. package/src/lib/components/card/card-crud-complete/complete-crud-card.component.ts +0 -33
  15. package/src/lib/components/checkbox/checkbox-input/input-checkbox.component.ts +5 -1
  16. package/src/lib/components/coach-mark/coach-mark.component.html +9 -2
  17. package/src/lib/components/coach-mark/coach-mark.component.ts +2 -0
  18. package/src/lib/components/coach-mark/coach-mark.directive.ts +4 -0
  19. package/src/lib/components/color/colors.service.ts +15 -15
  20. package/src/lib/components/filter/filter-complete/complete-filter.component.html +6 -1
  21. package/src/lib/components/filter/filter-complete/complete-filter.component.ts +3 -1
  22. package/src/lib/components/input/input/input.component.html +4 -4
  23. package/src/lib/components/input/input/input.component.ts +2 -2
  24. package/src/lib/components/input/input-file/file-input.component.html +3 -3
  25. package/src/lib/components/input/input-file/file-input.component.ts +3 -3
  26. package/src/lib/components/input/input-range/range-input.component.html +1 -1
  27. package/src/lib/components/input/input-range/range-input.component.ts +2 -2
  28. package/src/lib/components/input/input-textarea/textarea-input.component.html +2 -2
  29. package/src/lib/components/input/input-textarea/textarea-input.component.ts +2 -2
  30. package/src/lib/components/mode-toggle/mode-toggle.component.html +21 -7
  31. package/src/lib/components/mode-toggle/mode-toggle.component.ts +8 -21
  32. package/src/lib/components/paginator/paginator-complete/complete-paginator.component.html +8 -1
  33. package/src/lib/components/paginator/paginator-complete/complete-paginator.component.ts +2 -1
  34. package/src/lib/components/select/select-dropdown/dropdown-select.component.html +155 -83
  35. package/src/lib/components/select/select-dropdown/dropdown-select.component.ts +16 -4
  36. package/src/lib/components/select/select-multi-dropdown/multi-dropdown-select.component.html +6 -7
  37. package/src/lib/components/select/select-multi-dropdown/multi-dropdown-select.component.ts +3 -3
  38. package/src/lib/components/select/select-multi-table/multi-table-select.component.html +6 -4
  39. package/src/lib/components/select/select-multi-table/multi-table-select.component.ts +14 -2
  40. package/src/lib/components/table/table-complete/complete-table.component.html +1 -1
  41. package/src/lib/components/table/table-complete/complete-table.component.scss +0 -5
  42. package/src/lib/components/table/table-crud-complete/complete-crud-table.component.html +1082 -330
  43. package/src/lib/components/table/table-crud-complete/complete-crud-table.component.scss +0 -5
  44. package/src/lib/components/table/table-crud-complete/complete-crud-table.component.ts +66 -3
  45. package/src/lib/components/viewer/viewer-image/image-viewer.component.html +170 -87
  46. package/src/lib/components/viewer/viewer-image/image-viewer.component.ts +88 -9
@@ -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.59
30
+ Version: 0.0.61
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, firstValueFrom, isObservable, forkJoin } from 'rxjs';
7
7
  import * as i1$1 from '@angular/common/http';
8
8
  import { HttpParams } from '@angular/common/http';
9
- import { Link2Off, Link, 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';
9
+ import { Link2Off, Link, Clipboard, CircleAlert, Clock, Calendar, EllipsisVertical, Trash, Edit, Pencil, PencilLine, ListRestart, FileUp, Download, MonitorUp, FileSpreadsheet, Cpu, Trash2, Eraser, ArrowDownWideNarrow, Filter, ArrowBigRight, ChevronsRight, ChevronRight, ChevronLeft, ChevronsLeft, ListFilter, Table, 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';
@@ -1028,6 +1028,7 @@ class JGenericCrudService {
1028
1028
  * @param urlBase Base URL for the request.
1029
1029
  * @param endpoint Distinctive of the endpoint ('role', 'status', etc.)
1030
1030
  * @param id Identifier of the record.
1031
+ * @param data Data of the record to delete (optional, in case the API requires it in the body).
1031
1032
  * @returns Observable with the API response.
1032
1033
  */
1033
1034
  delete({ urlBase, endpoint, id, data }) {
@@ -1260,6 +1261,8 @@ class JIconsService {
1260
1261
  sun: Sun,
1261
1262
  moon: Moon,
1262
1263
  loading: Loader2,
1264
+ table: Table,
1265
+ listFilter: ListFilter,
1263
1266
  firstPage: ChevronsLeft,
1264
1267
  prevPage: ChevronLeft,
1265
1268
  nextPage: ChevronRight,