@firestitch/list 12.7.3 → 12.8.1
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/app/components/body/row/actions/actions.component.d.ts +0 -1
- package/app/components/body/row/menu-action/menu-action.component.d.ts +3 -1
- package/app/fs-list.module.d.ts +18 -17
- package/app/models/row-action.model.d.ts +0 -2
- package/app/pipes/action-label.d.ts +8 -0
- package/app/pipes/index.d.ts +1 -0
- package/bundles/firestitch-list.umd.js +31 -33
- package/bundles/firestitch-list.umd.js.map +1 -1
- package/esm2015/app/components/body/row/actions/actions.component.js +3 -7
- package/esm2015/app/components/body/row/menu-action/menu-action.component.js +7 -3
- package/esm2015/app/components/status/status.component.js +1 -1
- package/esm2015/app/fs-list.module.js +8 -4
- package/esm2015/app/models/row-action.model.js +2 -21
- package/esm2015/app/pipes/action-label.js +17 -0
- package/esm2015/app/pipes/index.js +2 -0
- package/fesm2015/firestitch-list.js +29 -33
- package/fesm2015/firestitch-list.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { Row } from '../../../../models/row';
|
|
2
3
|
import { FsListRowActionFile } from '../../../../interfaces/listconfig.interface';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class FsRowMenuActionComponent {
|
|
6
|
+
row: Row;
|
|
5
7
|
icon: string;
|
|
6
8
|
label: string;
|
|
7
9
|
file: FsListRowActionFile;
|
|
8
10
|
fileSelect: EventEmitter<any>;
|
|
9
11
|
fileError: EventEmitter<any>;
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<FsRowMenuActionComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FsRowMenuActionComponent, "fs-list-row-menu-action", never, { "icon": "icon"; "label": "label"; "file": "file"; }, { "fileSelect": "fileSelect"; "fileError": "fileError"; }, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FsRowMenuActionComponent, "fs-list-row-menu-action", never, { "row": "row"; "icon": "icon"; "label": "label"; "file": "file"; }, { "fileSelect": "fileSelect"; "fileError": "fileError"; }, never, never>;
|
|
12
14
|
}
|
package/app/fs-list.module.d.ts
CHANGED
|
@@ -31,26 +31,27 @@ import * as i27 from "./directives/empty-state/empty-state.directive";
|
|
|
31
31
|
import * as i28 from "./directives/content/content.directive";
|
|
32
32
|
import * as i29 from "./directives/content-init/content-init.directive";
|
|
33
33
|
import * as i30 from "./components/customize-cols/customize-cols.component";
|
|
34
|
-
import * as i31 from "
|
|
35
|
-
import * as i32 from "@angular/
|
|
36
|
-
import * as i33 from "@angular/
|
|
37
|
-
import * as i34 from "@angular/material/
|
|
38
|
-
import * as i35 from "@angular/material/
|
|
39
|
-
import * as i36 from "@angular/material/
|
|
40
|
-
import * as i37 from "@angular/material/
|
|
41
|
-
import * as i38 from "@angular/material/
|
|
42
|
-
import * as i39 from "@
|
|
43
|
-
import * as i40 from "@firestitch/
|
|
44
|
-
import * as i41 from "@firestitch/
|
|
45
|
-
import * as i42 from "@firestitch/
|
|
46
|
-
import * as i43 from "@
|
|
47
|
-
import * as i44 from "@angular/material/
|
|
48
|
-
import * as i45 from "@
|
|
49
|
-
import * as i46 from "@firestitch/
|
|
34
|
+
import * as i31 from "./pipes/action-label";
|
|
35
|
+
import * as i32 from "@angular/common";
|
|
36
|
+
import * as i33 from "@angular/router";
|
|
37
|
+
import * as i34 from "@angular/material/button";
|
|
38
|
+
import * as i35 from "@angular/material/icon";
|
|
39
|
+
import * as i36 from "@angular/material/menu";
|
|
40
|
+
import * as i37 from "@angular/material/progress-spinner";
|
|
41
|
+
import * as i38 from "@angular/material/checkbox";
|
|
42
|
+
import * as i39 from "@angular/material/core";
|
|
43
|
+
import * as i40 from "@firestitch/filter";
|
|
44
|
+
import * as i41 from "@firestitch/menu";
|
|
45
|
+
import * as i42 from "@firestitch/scroll";
|
|
46
|
+
import * as i43 from "@firestitch/prompt";
|
|
47
|
+
import * as i44 from "@angular/material/dialog";
|
|
48
|
+
import * as i45 from "@angular/material/tooltip";
|
|
49
|
+
import * as i46 from "@firestitch/file";
|
|
50
|
+
import * as i47 from "@firestitch/common";
|
|
50
51
|
export declare class FsListModule {
|
|
51
52
|
static forRoot(config?: FsListConfig): ModuleWithProviders<FsListModule>;
|
|
52
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<FsListModule, never>;
|
|
53
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FsListModule, [typeof i1.FsListComponent, typeof i2.FsRowComponent, typeof i3.FsRowActionsComponent, typeof i4.FsRowInlineActionComponent, typeof i5.FsRowMenuActionComponent, typeof i6.FsCellComponent, typeof i7.FsFooterRowComponent, typeof i8.FsFooterCellComponent, typeof i9.FsStatusComponent, typeof i10.FsListLoaderComponent, typeof i11.FsListSavedFiltersComponent, typeof i12.FsListManageSavedFiltersComponent, typeof i13.FsHeadComponent, typeof i14.FsHeadCellComponent, typeof i15.FsBodyComponent, typeof i16.FsFooterComponent, typeof i17.FsPaginationComponent, typeof i18.FsListColumnDirective, typeof i19.FsListCellDirective, typeof i20.FsListHeaderDirective, typeof i21.FsListFooterDirective, typeof i22.FsListGroupHeaderDirective, typeof i23.FsListGroupFooterDirective, typeof i24.FsListGroupExpandTriggerDirective, typeof i25.FsListDraggableListDirective, typeof i26.FsListDraggableRowDirective, typeof i27.FsListEmptyStateDirective, typeof i28.FsListContentDirective, typeof i29.FsListContentInitDirective, typeof i30.CustomizeColsDialogComponent], [typeof
|
|
54
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FsListModule, [typeof i1.FsListComponent, typeof i2.FsRowComponent, typeof i3.FsRowActionsComponent, typeof i4.FsRowInlineActionComponent, typeof i5.FsRowMenuActionComponent, typeof i6.FsCellComponent, typeof i7.FsFooterRowComponent, typeof i8.FsFooterCellComponent, typeof i9.FsStatusComponent, typeof i10.FsListLoaderComponent, typeof i11.FsListSavedFiltersComponent, typeof i12.FsListManageSavedFiltersComponent, typeof i13.FsHeadComponent, typeof i14.FsHeadCellComponent, typeof i15.FsBodyComponent, typeof i16.FsFooterComponent, typeof i17.FsPaginationComponent, typeof i18.FsListColumnDirective, typeof i19.FsListCellDirective, typeof i20.FsListHeaderDirective, typeof i21.FsListFooterDirective, typeof i22.FsListGroupHeaderDirective, typeof i23.FsListGroupFooterDirective, typeof i24.FsListGroupExpandTriggerDirective, typeof i25.FsListDraggableListDirective, typeof i26.FsListDraggableRowDirective, typeof i27.FsListEmptyStateDirective, typeof i28.FsListContentDirective, typeof i29.FsListContentInitDirective, typeof i30.CustomizeColsDialogComponent, typeof i31.ActionLabelPipe], [typeof i32.CommonModule, typeof i33.RouterModule, typeof i34.MatButtonModule, typeof i35.MatIconModule, typeof i36.MatMenuModule, typeof i37.MatProgressSpinnerModule, typeof i38.MatCheckboxModule, typeof i39.MatRippleModule, typeof i40.FsFilterModule, typeof i41.FsMenuModule, typeof i42.FsScrollModule, typeof i43.FsPromptModule, typeof i44.MatDialogModule, typeof i45.MatTooltipModule, typeof i46.FsFileModule, typeof i47.FsCommonModule], [typeof i1.FsListComponent, typeof i2.FsRowComponent, typeof i6.FsCellComponent, typeof i10.FsListLoaderComponent, typeof i18.FsListColumnDirective, typeof i19.FsListCellDirective, typeof i20.FsListHeaderDirective, typeof i21.FsListFooterDirective, typeof i22.FsListGroupHeaderDirective, typeof i23.FsListGroupFooterDirective, typeof i24.FsListGroupExpandTriggerDirective, typeof i27.FsListEmptyStateDirective, typeof i28.FsListContentDirective]>;
|
|
54
55
|
static ɵinj: i0.ɵɵInjectorDeclaration<FsListModule>;
|
|
55
56
|
}
|
|
56
57
|
export declare function FsListConfigFactory(config: FsListConfig): any;
|
|
@@ -19,13 +19,11 @@ export declare class RowAction {
|
|
|
19
19
|
click: Function;
|
|
20
20
|
fileConfig: FsListRowActionFile;
|
|
21
21
|
private _linkFn;
|
|
22
|
-
private _labelFn;
|
|
23
22
|
private readonly _isGroup;
|
|
24
23
|
constructor(config?: any);
|
|
25
24
|
get isGroup(): boolean;
|
|
26
25
|
_init(value: any): void;
|
|
27
26
|
checkShowStatus(row: any, index: any): void;
|
|
28
27
|
updateLink(row: any): void;
|
|
29
|
-
updateLabel(row: any): void;
|
|
30
28
|
private clickEvent;
|
|
31
29
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { Row } from '../models/row';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ActionLabelPipe implements PipeTransform {
|
|
5
|
+
transform(label: any, row: Row): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionLabelPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ActionLabelPipe, "actionLabel">;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './action-label';
|
|
@@ -716,13 +716,7 @@
|
|
|
716
716
|
};
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
|
-
|
|
720
|
-
this._labelFn = value.label;
|
|
721
|
-
this.label = '';
|
|
722
|
-
}
|
|
723
|
-
else {
|
|
724
|
-
this.label = value.label;
|
|
725
|
-
}
|
|
719
|
+
this.label = value.label;
|
|
726
720
|
if (this.className) {
|
|
727
721
|
this.classArray = this.className.split(' ').reduce(function (acc, elem) {
|
|
728
722
|
acc.push(elem);
|
|
@@ -758,19 +752,6 @@
|
|
|
758
752
|
}
|
|
759
753
|
}
|
|
760
754
|
};
|
|
761
|
-
RowAction.prototype.updateLabel = function (row) {
|
|
762
|
-
if (!this.isShown) {
|
|
763
|
-
return;
|
|
764
|
-
}
|
|
765
|
-
if (this.isGroup) {
|
|
766
|
-
this.rowActions.forEach(function (action) {
|
|
767
|
-
action.updateLabel(row);
|
|
768
|
-
});
|
|
769
|
-
}
|
|
770
|
-
else if (this._labelFn) {
|
|
771
|
-
this.label = this._labelFn(row);
|
|
772
|
-
}
|
|
773
|
-
};
|
|
774
755
|
RowAction.prototype.clickEvent = function (row, event, index, rowActionsRef, clickFn) {
|
|
775
756
|
// Stop event propagation for parent
|
|
776
757
|
event.stopPropagation();
|
|
@@ -4820,7 +4801,7 @@
|
|
|
4820
4801
|
return FsStatusComponent;
|
|
4821
4802
|
}());
|
|
4822
4803
|
FsStatusComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsStatusComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4823
|
-
FsStatusComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: FsStatusComponent, selector: "fs-list-status", inputs: { paging: "paging", sorting: "sorting", rows: "rows", scrollable: "scrollable", firstLoad: "firstLoad" }, host: { properties: { "class.first-load": "this.firstLoad", "class.fs-skeleton-placeholder": "this.firstLoad" } }, ngImport: i0__namespace, template: "<div class=\"status\">\n <ng-container *ngIf=\"paging.enabled && !scrollable\">\n <ng-container *ngIf=\"paging.records > 0; else emptyResults\">\n Showing <a [fsMenuTriggerFor]=\"limitsMenu\">{{ paging.statusLabel }}</a> of {{ paging.records | number:'1.0':'en-US' }} results\n </ng-container>\n <ng-template #emptyResults>\n Showing <a [fsMenuTriggerFor]=\"limitsMenu\">0</a> results\n </ng-template>\n <ng-container *ngTemplateOutlet=\"sortedBy\"></ng-container><!--\n--></ng-container><!--\n\n--><ng-container *ngIf=\"(!paging.enabled || scrollable) && paging.displayed > 0\">\n <ng-container *ngIf=\"!scrollable; else scrollable\">\n Showing\n <span *ngIf=\"paging.displayed == 1\">{{ paging.displayed }} result </span>\n <span *ngIf=\"paging.displayed > 1\">{{ paging.displayed | number:'1.0':'en-US' }} results </span>\n </ng-container>\n\n <ng-template #scrollable>\n <span *ngIf=\"paging.records == 1\">{{ paging.records }} result </span>\n <span *ngIf=\"paging.records > 1\">{{ paging.records | number:'1.0':'en-US' }} results </span>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"sortedBy\"></ng-container><!--\n--></ng-container><!--\n\n--><fs-list-saved-filters class=\"saved-filters\"></fs-list-saved-filters>\n\n <fs-menu [hidden]=\"!paging.enabled || scrollable\" #limitsMenu>\n <ng-template\n ngFor\n let-limit\n [ngForOf]=\"paging.limits\"\n >\n <ng-template fs-menu-item (click)=\"setLimit(limit)\">\n {{ limit }}\n </ng-template>\n </ng-template>\n </fs-menu>\n\n <fs-menu [hidden]=\"!sorting.sortingColumn || paging.displayed === 0\" #orderColumnsMenu>\n <!-- Real sorting columns -->\n <ng-template\n ngFor\n let-column\n [ngForOf]=\"sorting.sortingColumns\"\n >\n <ng-template fs-menu-item (click)=\"setSortableColumn(column)\">\n <ng-container *ngIf=\"column.title; else sortByTemplate\">\n {{ column.title }}\n </ng-container>\n <ng-template #sortByTemplate>\n <ng-template [ngTemplateOutlet]=\"column.headerTemplate\"></ng-template>\n </ng-template>\n </ng-template>\n </ng-template>\n\n <!-- Fake sorting columns -->\n <ng-template\n ngFor\n let-column\n [ngForOf]=\"sorting.fakeSortingColumns\"\n >\n <ng-template fs-menu-item (click)=\"setSortableColumn(column)\">\n {{ column.title }}\n </ng-template>\n </ng-template>\n </fs-menu>\n\n <ng-template #sortedBy>\n <ng-container *ngIf=\"sorting.sortingColumn\">\n sorted by\n <ng-container *ngIf=\"sorting.sortingColumn.title; else sortByTemplate\">\n <a class=\"order-toggle\" [fsMenuTriggerFor]=\"orderColumnsMenu\">{{ sorting.sortingColumn.title }}</a>,\n </ng-container>\n <ng-template #sortByTemplate>\n <a class=\"order-toggle\" [fsMenuTriggerFor]=\"orderColumnsMenu\">\n <ng-template [ngTemplateOutlet]=\"sorting.sortingColumn.headerTemplate\"></ng-template>\n </a>,\n </ng-template>\n <a class=\"order-toggle\" (click)=\"toggleDirection()\">{{ sorting.sortingColumn.fullNameDirection }}</a><!--\n --></ng-container><!--\n--></ng-template>\n</div>\n", styles: [":host{display:inline-block}:host.first-load .status{visibility:hidden}.order-toggle{white-space:nowrap}a{cursor:pointer}\n"], components: [{ type: FsListSavedFiltersComponent, selector: "fs-list-saved-filters" }, { type: i2__namespace$3.FsMenuComponent, selector: "fs-menu", inputs: ["class", "buttonClass"], outputs: ["opened", "closed"] }], directives: [{ type: i3__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace$3.FsMenuTriggerDirective, selector: "[fsMenuTriggerFor]", inputs: ["fsMenuTriggerFor"] }, { type: i3__namespace$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace$3.FsMenuItemDirective, selector: "fs-menu-group,[fs-menu-item]"
|
|
4804
|
+
FsStatusComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: FsStatusComponent, selector: "fs-list-status", inputs: { paging: "paging", sorting: "sorting", rows: "rows", scrollable: "scrollable", firstLoad: "firstLoad" }, host: { properties: { "class.first-load": "this.firstLoad", "class.fs-skeleton-placeholder": "this.firstLoad" } }, ngImport: i0__namespace, template: "<div class=\"status\">\n <ng-container *ngIf=\"paging.enabled && !scrollable\">\n <ng-container *ngIf=\"paging.records > 0; else emptyResults\">\n Showing <a [fsMenuTriggerFor]=\"limitsMenu\">{{ paging.statusLabel }}</a> of {{ paging.records | number:'1.0':'en-US' }} results\n </ng-container>\n <ng-template #emptyResults>\n Showing <a [fsMenuTriggerFor]=\"limitsMenu\">0</a> results\n </ng-template>\n <ng-container *ngTemplateOutlet=\"sortedBy\"></ng-container><!--\n--></ng-container><!--\n\n--><ng-container *ngIf=\"(!paging.enabled || scrollable) && paging.displayed > 0\">\n <ng-container *ngIf=\"!scrollable; else scrollable\">\n Showing\n <span *ngIf=\"paging.displayed == 1\">{{ paging.displayed }} result </span>\n <span *ngIf=\"paging.displayed > 1\">{{ paging.displayed | number:'1.0':'en-US' }} results </span>\n </ng-container>\n\n <ng-template #scrollable>\n <span *ngIf=\"paging.records == 1\">{{ paging.records }} result </span>\n <span *ngIf=\"paging.records > 1\">{{ paging.records | number:'1.0':'en-US' }} results </span>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"sortedBy\"></ng-container><!--\n--></ng-container><!--\n\n--><fs-list-saved-filters class=\"saved-filters\"></fs-list-saved-filters>\n\n <fs-menu [hidden]=\"!paging.enabled || scrollable\" #limitsMenu>\n <ng-template\n ngFor\n let-limit\n [ngForOf]=\"paging.limits\"\n >\n <ng-template fs-menu-item (click)=\"setLimit(limit)\">\n {{ limit }}\n </ng-template>\n </ng-template>\n </fs-menu>\n\n <fs-menu [hidden]=\"!sorting.sortingColumn || paging.displayed === 0\" #orderColumnsMenu>\n <!-- Real sorting columns -->\n <ng-template\n ngFor\n let-column\n [ngForOf]=\"sorting.sortingColumns\"\n >\n <ng-template fs-menu-item (click)=\"setSortableColumn(column)\">\n <ng-container *ngIf=\"column.title; else sortByTemplate\">\n {{ column.title }}\n </ng-container>\n <ng-template #sortByTemplate>\n <ng-template [ngTemplateOutlet]=\"column.headerTemplate\"></ng-template>\n </ng-template>\n </ng-template>\n </ng-template>\n\n <!-- Fake sorting columns -->\n <ng-template\n ngFor\n let-column\n [ngForOf]=\"sorting.fakeSortingColumns\"\n >\n <ng-template fs-menu-item (click)=\"setSortableColumn(column)\">\n {{ column.title }}\n </ng-template>\n </ng-template>\n </fs-menu>\n\n <ng-template #sortedBy>\n <ng-container *ngIf=\"sorting.sortingColumn\">\n sorted by\n <ng-container *ngIf=\"sorting.sortingColumn.title; else sortByTemplate\">\n <a class=\"order-toggle\" [fsMenuTriggerFor]=\"orderColumnsMenu\">{{ sorting.sortingColumn.title }}</a>,\n </ng-container>\n <ng-template #sortByTemplate>\n <a class=\"order-toggle\" [fsMenuTriggerFor]=\"orderColumnsMenu\">\n <ng-template [ngTemplateOutlet]=\"sorting.sortingColumn.headerTemplate\"></ng-template>\n </a>,\n </ng-template>\n <a class=\"order-toggle\" (click)=\"toggleDirection()\">{{ sorting.sortingColumn.fullNameDirection }}</a><!--\n --></ng-container><!--\n--></ng-template>\n</div>\n", styles: [":host{display:inline-block}:host.first-load .status{visibility:hidden}.order-toggle{white-space:nowrap}a{cursor:pointer}\n"], components: [{ type: FsListSavedFiltersComponent, selector: "fs-list-saved-filters" }, { type: i2__namespace$3.FsMenuComponent, selector: "fs-menu", inputs: ["class", "buttonClass"], outputs: ["opened", "closed"] }], directives: [{ type: i3__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace$3.FsMenuTriggerDirective, selector: "[fsMenuTriggerFor]", inputs: ["fsMenuTriggerFor"] }, { type: i3__namespace$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2__namespace$3.FsMenuItemDirective, selector: "fs-menu-group,[fs-menu-item]" }], pipes: { "number": i3__namespace$1.DecimalPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, preserveWhitespaces: true });
|
|
4824
4805
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsStatusComponent, decorators: [{
|
|
4825
4806
|
type: i0.Component,
|
|
4826
4807
|
args: [{
|
|
@@ -5366,6 +5347,24 @@
|
|
|
5366
5347
|
type: i0.Output
|
|
5367
5348
|
}] } });
|
|
5368
5349
|
|
|
5350
|
+
var ActionLabelPipe = /** @class */ (function () {
|
|
5351
|
+
function ActionLabelPipe() {
|
|
5352
|
+
}
|
|
5353
|
+
ActionLabelPipe.prototype.transform = function (label, row) {
|
|
5354
|
+
if (typeof label === 'function') {
|
|
5355
|
+
return label(row.data);
|
|
5356
|
+
}
|
|
5357
|
+
return label;
|
|
5358
|
+
};
|
|
5359
|
+
return ActionLabelPipe;
|
|
5360
|
+
}());
|
|
5361
|
+
ActionLabelPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ActionLabelPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
5362
|
+
ActionLabelPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ActionLabelPipe, name: "actionLabel" });
|
|
5363
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ActionLabelPipe, decorators: [{
|
|
5364
|
+
type: i0.Pipe,
|
|
5365
|
+
args: [{ name: 'actionLabel' }]
|
|
5366
|
+
}] });
|
|
5367
|
+
|
|
5369
5368
|
var FsRowMenuActionComponent = /** @class */ (function () {
|
|
5370
5369
|
function FsRowMenuActionComponent() {
|
|
5371
5370
|
this.fileSelect = new i0.EventEmitter();
|
|
@@ -5374,7 +5373,7 @@
|
|
|
5374
5373
|
return FsRowMenuActionComponent;
|
|
5375
5374
|
}());
|
|
5376
5375
|
FsRowMenuActionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsRowMenuActionComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
5377
|
-
FsRowMenuActionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: FsRowMenuActionComponent, selector: "fs-list-row-menu-action", inputs: { icon: "icon", label: "label", file: "file" }, outputs: { fileSelect: "fileSelect", fileError: "fileError" }, ngImport: i0__namespace, template: "<ng-container *ngIf=\"!file else withFile\">\n <mat-icon *ngIf=\"icon\">{{icon}}</mat-icon>\n {{label}}\n</ng-container>\n\n<ng-template #withFile>\n <fs-file\n
|
|
5376
|
+
FsRowMenuActionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: FsRowMenuActionComponent, selector: "fs-list-row-menu-action", inputs: { row: "row", icon: "icon", label: "label", file: "file" }, outputs: { fileSelect: "fileSelect", fileError: "fileError" }, ngImport: i0__namespace, template: "<ng-container *ngIf=\"!file else withFile\">\n <mat-icon *ngIf=\"icon\">{{icon}}</mat-icon>\n {{label| actionLabel:row}}\n</ng-container>\n\n<ng-template #withFile>\n <fs-file\n class=\"action-button\"\n [accept]=\"file.accept || '*'\"\n [multiple]=\"file.multiple\"\n [minWidth]=\"file.minWidth\"\n [minHeight]=\"file.minHeight\"\n [imageWidth]=\"file.maxWidth\"\n [imageHeight]=\"file.maxHeight\"\n (select)=\"fileSelect.emit($event)\"\n (error)=\"fileError.emit($event)\">\n <mat-icon *ngIf=\"icon\">{{icon}}</mat-icon>\n {{label| actionLabel:row}}\n </fs-file>\n</ng-template>\n", components: [{ type: i3__namespace.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i4__namespace.FsFileComponent, selector: "fs-file", inputs: ["minHeight", "minWidth", "multiple", "capture", "allowClick", "allowDrop", "accept", "disabled", "imageWidth", "imageHeight", "imageQuality"], outputs: ["select", "error", "clicked", "declined"] }], directives: [{ type: i3__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "actionLabel": ActionLabelPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
5378
5377
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsRowMenuActionComponent, decorators: [{
|
|
5379
5378
|
type: i0.Component,
|
|
5380
5379
|
args: [{
|
|
@@ -5382,7 +5381,9 @@
|
|
|
5382
5381
|
templateUrl: './menu-action.component.html',
|
|
5383
5382
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
5384
5383
|
}]
|
|
5385
|
-
}], propDecorators: {
|
|
5384
|
+
}], propDecorators: { row: [{
|
|
5385
|
+
type: i0.Input
|
|
5386
|
+
}], icon: [{
|
|
5386
5387
|
type: i0.Input
|
|
5387
5388
|
}], label: [{
|
|
5388
5389
|
type: i0.Input
|
|
@@ -5432,12 +5433,6 @@
|
|
|
5432
5433
|
FsRowActionsComponent.prototype.trackByFn = function (index) {
|
|
5433
5434
|
return index;
|
|
5434
5435
|
};
|
|
5435
|
-
FsRowActionsComponent.prototype.clickOnTrigger = function (event) {
|
|
5436
|
-
var _this = this;
|
|
5437
|
-
event.stopPropagation();
|
|
5438
|
-
this.rowActions
|
|
5439
|
-
.forEach(function (action) { return action.updateLabel(_this.row.data); });
|
|
5440
|
-
};
|
|
5441
5436
|
/**
|
|
5442
5437
|
* Emit that some row must be removed
|
|
5443
5438
|
* @param action
|
|
@@ -5459,7 +5454,7 @@
|
|
|
5459
5454
|
return FsRowActionsComponent;
|
|
5460
5455
|
}());
|
|
5461
5456
|
FsRowActionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsRowActionsComponent, deps: [{ token: i1__namespace$2.FsPrompt }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
5462
|
-
FsRowActionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: FsRowActionsComponent, selector: "fs-list-row-actions", inputs: { row: "row", index: "index", restoreMode: "restoreMode", rowActions: "rowActions", rowRemoved: "rowRemoved", menuRowActions: "menuRowActions", inlineRowActions: "inlineRowActions", restoreAction: "restoreAction" }, ngImport: i0__namespace, template: "<ng-container *ngIf=\"!restoreMode || (restoreMode && !restoreAction)\">\n <ng-container *ngFor=\"let action of inlineRowActions; trackBy: trackByFn\">\n <fs-list-row-inline-action class=\"row-inline-action row-inline-action-{{action.type}}\"\n
|
|
5457
|
+
FsRowActionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: FsRowActionsComponent, selector: "fs-list-row-actions", inputs: { row: "row", index: "index", restoreMode: "restoreMode", rowActions: "rowActions", rowRemoved: "rowRemoved", menuRowActions: "menuRowActions", inlineRowActions: "inlineRowActions", restoreAction: "restoreAction" }, ngImport: i0__namespace, template: "<ng-container *ngIf=\"!restoreMode || (restoreMode && !restoreAction)\">\n <ng-container *ngFor=\"let action of inlineRowActions; trackBy: trackByFn\">\n <fs-list-row-inline-action \n class=\"row-inline-action row-inline-action-{{action.type}}\"\n [action]=\"action\"\n [ngClass]=\"{'mobile-hide': action.menu === undefined}\"\n (clicked)=\"actionClick(action, row, $event)\"\n (fileSelect)=\"action.fileConfig.select($event, row, index)\">\n </fs-list-row-inline-action>\n </ng-container>\n</ng-container>\n\n<!-- Menu -->\n<fs-menu \n class=\"row-menu-action\"\n *ngIf=\"menuRowActions.length || (restoreMode && restoreAction)\"\n #menuRef>\n <!-- Case when we have usual menu actions -->\n <ng-container *ngIf=\"!restoreMode || (restoreMode && !restoreAction)\">\n <ng-container *ngFor=\"let action of inlineRowActions; trackBy: trackByFn\">\n <ng-template \n class=\"hidden-mobile-menu-action\"\n fs-menu-item\n [link]=\"action.routerLink?.link\"\n [queryParams]=\"action.routerLink?.queryParams\"\n [target]=\"action.routerLink?.target\"\n [hidden]=\"action.menu !== undefined && !action.isShown\">\n <fs-list-row-menu-action\n [icon]=\"action.icon\"\n [label]=\"action.label\"\n [row]=\"row\"\n [file]=\"action.fileConfig\"\n (fileSelect)=\"action.fileConfig.select($event, row, index)\"\n (fileError)=\"action.fileConfig.error && action.fileConfig.error($event)\">\n </fs-list-row-menu-action>\n </ng-template>\n </ng-container>\n\n <ng-container *ngFor=\"let action of menuRowActions; trackBy: trackByFn\">\n <ng-container *ngIf=\"action.isGroup else simpleMenuItem\">\n <fs-menu-group [label]=\"action.label | actionLabel:row\">\n <ng-container *ngFor=\"let subAction of action.rowActions\">\n <ng-template \n fs-menu-item\n [link]=\"subAction.routerLink?.link\"\n [queryParams]=\"subAction.routerLink?.queryParams\"\n [target]=\"subAction.routerLink?.target\"\n [hidden]=\"!subAction.isShown\"\n (click)=\"actionClick(subAction, row, $event, menuRef);\">\n <fs-list-row-menu-action\n [icon]=\"subAction.icon\"\n [label]=\"subAction.label\"\n [row]=\"row\"\n [file]=\"subAction.fileConfig\"\n (fileSelect)=\"subAction.fileConfig.select($event, row, index)\"\n (fileError)=\"subAction.fileConfig.error && subAction.fileConfig.error($event)\">\n </fs-list-row-menu-action>\n </ng-template>\n </ng-container>\n </fs-menu-group>\n </ng-container>\n <ng-template #simpleMenuItem>\n <ng-template \n fs-menu-item\n [link]=\"action.routerLink?.link\"\n [queryParams]=\"action.routerLink?.queryParams\"\n [target]=\"action.routerLink?.target\"\n [hidden]=\"!action.isShown\"\n (click)=\"actionClick(action, row, $event, menuRef);\">\n <fs-list-row-menu-action\n [icon]=\"action.icon\"\n [label]=\"action.label\"\n [row]=\"row\"\n [file]=\"action.fileConfig\"\n (fileSelect)=\"action.fileConfig.select($event, row, index)\"\n (fileError)=\"action.fileConfig.error && action.fileConfig.error($event)\">\n </fs-list-row-menu-action>\n </ng-template>\n </ng-template>\n </ng-container>\n </ng-container>\n\n <!-- Case when we have restore mode enabled and must hide menu actions -->\n <ng-container *ngIf=\"restoreMode && restoreAction\">\n <ng-template fs-menu-item (click)=\"actionClick(restoreAction, row, $event, menuRef)\">\n <mat-icon *ngIf=\"restoreAction.icon\">{{restoreAction.icon}}</mat-icon>\n {{restoreAction.label | actionLabel:row}}\n </ng-template>\n </ng-container>\n</fs-menu>\n", components: [{ type: FsRowInlineActionComponent, selector: "fs-list-row-inline-action", inputs: ["action"], outputs: ["clicked", "fileSelect"] }, { type: i2__namespace$3.FsMenuComponent, selector: "fs-menu", inputs: ["class", "buttonClass"], outputs: ["opened", "closed"] }, { type: FsRowMenuActionComponent, selector: "fs-list-row-menu-action", inputs: ["row", "icon", "label", "file"], outputs: ["fileSelect", "fileError"] }, { type: i3__namespace.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i3__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3__namespace$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2__namespace$3.FsMenuItemDirective, selector: "fs-menu-group,[fs-menu-item]" }], pipes: { "actionLabel": ActionLabelPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
5463
5458
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsRowActionsComponent, decorators: [{
|
|
5464
5459
|
type: i0.Component,
|
|
5465
5460
|
args: [{
|
|
@@ -6587,7 +6582,9 @@
|
|
|
6587
6582
|
FsListContentDirective,
|
|
6588
6583
|
FsListContentInitDirective,
|
|
6589
6584
|
// Dialog
|
|
6590
|
-
CustomizeColsDialogComponent
|
|
6585
|
+
CustomizeColsDialogComponent,
|
|
6586
|
+
//Pipes
|
|
6587
|
+
ActionLabelPipe
|
|
6591
6588
|
], imports: [i3$1.CommonModule,
|
|
6592
6589
|
i7.RouterModule,
|
|
6593
6590
|
i2$2.MatButtonModule,
|
|
@@ -6616,7 +6613,7 @@
|
|
|
6616
6613
|
FsListGroupExpandTriggerDirective,
|
|
6617
6614
|
FsListEmptyStateDirective,
|
|
6618
6615
|
FsListContentDirective] });
|
|
6619
|
-
FsListModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsListModule,
|
|
6616
|
+
FsListModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsListModule, imports: [[
|
|
6620
6617
|
i3$1.CommonModule,
|
|
6621
6618
|
i7.RouterModule,
|
|
6622
6619
|
i2$2.MatButtonModule,
|
|
@@ -6690,8 +6687,9 @@
|
|
|
6690
6687
|
FsListContentInitDirective,
|
|
6691
6688
|
// Dialog
|
|
6692
6689
|
CustomizeColsDialogComponent,
|
|
6690
|
+
//Pipes
|
|
6691
|
+
ActionLabelPipe,
|
|
6693
6692
|
],
|
|
6694
|
-
providers: [],
|
|
6695
6693
|
exports: [
|
|
6696
6694
|
FsListComponent,
|
|
6697
6695
|
FsRowComponent,
|