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.
- package/cli/settings/header-generator.js +1 -1
- package/fesm2022/tailjng.mjs +4 -1
- package/fesm2022/tailjng.mjs.map +1 -1
- package/lib/interfaces/crud/crud.interface.d.ts +1 -0
- package/lib/services/crud/generic-crud.service.d.ts +1 -0
- package/lib/services/static/icons.service.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/components/button/button.component.html +1 -1
- package/src/lib/components/button/button.component.ts +1 -1
- package/src/lib/components/card/card-complete/complete-card.component.html +4 -4
- package/src/lib/components/card/card-complete/complete-card.component.scss +0 -35
- package/src/lib/components/card/card-crud-complete/complete-crud-card.component.html +2 -2
- package/src/lib/components/card/card-crud-complete/complete-crud-card.component.scss +0 -5
- package/src/lib/components/card/card-crud-complete/complete-crud-card.component.ts +0 -33
- package/src/lib/components/checkbox/checkbox-input/input-checkbox.component.ts +5 -1
- package/src/lib/components/coach-mark/coach-mark.component.html +9 -2
- package/src/lib/components/coach-mark/coach-mark.component.ts +2 -0
- package/src/lib/components/coach-mark/coach-mark.directive.ts +4 -0
- package/src/lib/components/color/colors.service.ts +15 -15
- package/src/lib/components/filter/filter-complete/complete-filter.component.html +6 -1
- package/src/lib/components/filter/filter-complete/complete-filter.component.ts +3 -1
- package/src/lib/components/input/input/input.component.html +4 -4
- package/src/lib/components/input/input/input.component.ts +2 -2
- package/src/lib/components/input/input-file/file-input.component.html +3 -3
- package/src/lib/components/input/input-file/file-input.component.ts +3 -3
- package/src/lib/components/input/input-range/range-input.component.html +1 -1
- package/src/lib/components/input/input-range/range-input.component.ts +2 -2
- package/src/lib/components/input/input-textarea/textarea-input.component.html +2 -2
- package/src/lib/components/input/input-textarea/textarea-input.component.ts +2 -2
- package/src/lib/components/mode-toggle/mode-toggle.component.html +21 -7
- package/src/lib/components/mode-toggle/mode-toggle.component.ts +8 -21
- package/src/lib/components/paginator/paginator-complete/complete-paginator.component.html +8 -1
- package/src/lib/components/paginator/paginator-complete/complete-paginator.component.ts +2 -1
- package/src/lib/components/select/select-dropdown/dropdown-select.component.html +155 -83
- package/src/lib/components/select/select-dropdown/dropdown-select.component.ts +16 -4
- package/src/lib/components/select/select-multi-dropdown/multi-dropdown-select.component.html +6 -7
- package/src/lib/components/select/select-multi-dropdown/multi-dropdown-select.component.ts +3 -3
- package/src/lib/components/select/select-multi-table/multi-table-select.component.html +6 -4
- package/src/lib/components/select/select-multi-table/multi-table-select.component.ts +14 -2
- package/src/lib/components/table/table-complete/complete-table.component.html +1 -1
- package/src/lib/components/table/table-complete/complete-table.component.scss +0 -5
- package/src/lib/components/table/table-crud-complete/complete-crud-table.component.html +1082 -330
- package/src/lib/components/table/table-crud-complete/complete-crud-table.component.scss +0 -5
- package/src/lib/components/table/table-crud-complete/complete-crud-table.component.ts +66 -3
- package/src/lib/components/viewer/viewer-image/image-viewer.component.html +170 -87
- package/src/lib/components/viewer/viewer-image/image-viewer.component.ts +88 -9
package/fesm2022/tailjng.mjs
CHANGED
|
@@ -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,
|