@den4ik92/ng2-smart-table 18.2.13 → 19.0.3
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/fesm2022/den4ik92-ng2-smart-table.mjs +1403 -1583
- package/fesm2022/den4ik92-ng2-smart-table.mjs.map +1 -1
- package/lib/components/cell/cell-edit-mode/custom-edit.component.d.ts +3 -5
- package/lib/components/cell/cell-edit-mode/default-edit.component.d.ts +3 -3
- package/lib/components/cell/cell-edit-mode/edit-cell-default.d.ts +2 -3
- package/lib/components/cell/cell-edit-mode/edit-cell.component.d.ts +4 -5
- package/lib/components/cell/cell-editors/checkbox-editor.component.d.ts +2 -2
- package/lib/components/cell/cell-editors/default-editor.d.ts +8 -8
- package/lib/components/cell/cell-editors/input-editor.component.d.ts +2 -2
- package/lib/components/cell/cell-editors/select-editor.component.d.ts +2 -2
- package/lib/components/cell/cell-editors/textarea-editor.component.d.ts +2 -2
- package/lib/components/cell/cell-view-mode/custom-view.component.d.ts +1 -1
- package/lib/components/cell/cell-view-mode/view-cell.component.d.ts +2 -2
- package/lib/components/cell/cell.component.d.ts +8 -8
- package/lib/components/filter/custom-filter.component.d.ts +3 -5
- package/lib/components/filter/default-filter.component.d.ts +1 -1
- package/lib/components/filter/filter-default.d.ts +2 -3
- package/lib/components/filter/filter-types/checkbox-filter.component.d.ts +4 -4
- package/lib/components/filter/filter-types/default-filter.d.ts +4 -4
- package/lib/components/filter/filter-types/input-filter.component.d.ts +4 -4
- package/lib/components/filter/filter-types/select-filter.component.d.ts +1 -1
- package/lib/components/filter/filter.component.d.ts +2 -2
- package/lib/components/pager/pager.component.d.ts +5 -5
- package/lib/components/tbody/cells/create-cancel.component.d.ts +4 -4
- package/lib/components/tbody/cells/custom.component.d.ts +2 -3
- package/lib/components/tbody/cells/edit-delete.component.d.ts +7 -7
- package/lib/components/tbody/tbody.component.d.ts +19 -19
- package/lib/components/thead/cells/actions-title.component.d.ts +3 -4
- package/lib/components/thead/cells/actions.component.d.ts +4 -4
- package/lib/components/thead/cells/add-button.component.d.ts +5 -6
- package/lib/components/thead/cells/checkbox-select-all.component.d.ts +3 -3
- package/lib/components/thead/cells/column-title.component.d.ts +4 -5
- package/lib/components/thead/cells/title/title.component.d.ts +8 -8
- package/lib/components/thead/rows/thead-filters-row.component.d.ts +4 -4
- package/lib/components/thead/rows/thead-form-row.component.d.ts +4 -4
- package/lib/components/thead/rows/thead-titles-row.component.d.ts +6 -6
- package/lib/components/thead/thead.component.d.ts +7 -7
- package/lib/lib/grid.d.ts +6 -7
- package/lib/ng2-smart-table.component.d.ts +17 -17
- package/package.json +5 -7
- package/public-api.d.ts +0 -1
- package/esm2022/den4ik92-ng2-smart-table.mjs +0 -5
- package/esm2022/lib/components/cell/cell-edit-mode/custom-edit.component.mjs +0 -44
- package/esm2022/lib/components/cell/cell-edit-mode/default-edit.component.mjs +0 -26
- package/esm2022/lib/components/cell/cell-edit-mode/edit-cell-default.mjs +0 -35
- package/esm2022/lib/components/cell/cell-edit-mode/edit-cell.component.mjs +0 -76
- package/esm2022/lib/components/cell/cell-editors/checkbox-editor.component.mjs +0 -40
- package/esm2022/lib/components/cell/cell-editors/default-editor.mjs +0 -30
- package/esm2022/lib/components/cell/cell-editors/input-editor.component.mjs +0 -37
- package/esm2022/lib/components/cell/cell-editors/select-editor.component.mjs +0 -52
- package/esm2022/lib/components/cell/cell-editors/textarea-editor.component.mjs +0 -39
- package/esm2022/lib/components/cell/cell-view-mode/custom-view.component.mjs +0 -15
- package/esm2022/lib/components/cell/cell-view-mode/view-cell.component.mjs +0 -47
- package/esm2022/lib/components/cell/cell-view-mode/view-cell.mjs +0 -2
- package/esm2022/lib/components/cell/cell.component.mjs +0 -73
- package/esm2022/lib/components/cell/cell.module.mjs +0 -75
- package/esm2022/lib/components/filter/custom-filter.component.mjs +0 -43
- package/esm2022/lib/components/filter/default-filter.component.mjs +0 -73
- package/esm2022/lib/components/filter/filter-default.mjs +0 -37
- package/esm2022/lib/components/filter/filter-types/checkbox-filter.component.mjs +0 -54
- package/esm2022/lib/components/filter/filter-types/default-filter.mjs +0 -36
- package/esm2022/lib/components/filter/filter-types/input-filter.component.mjs +0 -53
- package/esm2022/lib/components/filter/filter-types/select-filter.component.mjs +0 -58
- package/esm2022/lib/components/filter/filter.component.mjs +0 -86
- package/esm2022/lib/components/filter/filter.module.mjs +0 -62
- package/esm2022/lib/components/pager/pager.component.mjs +0 -241
- package/esm2022/lib/components/pager/pager.module.mjs +0 -28
- package/esm2022/lib/components/tbody/cells/create-cancel.component.mjs +0 -195
- package/esm2022/lib/components/tbody/cells/custom.component.mjs +0 -59
- package/esm2022/lib/components/tbody/cells/edit-delete.component.mjs +0 -241
- package/esm2022/lib/components/tbody/tbody.component.mjs +0 -95
- package/esm2022/lib/components/tbody/tbody.module.mjs +0 -47
- package/esm2022/lib/components/thead/cells/actions-title.component.mjs +0 -31
- package/esm2022/lib/components/thead/cells/actions.component.mjs +0 -42
- package/esm2022/lib/components/thead/cells/add-button.component.mjs +0 -57
- package/esm2022/lib/components/thead/cells/checkbox-select-all.component.mjs +0 -25
- package/esm2022/lib/components/thead/cells/column-title.component.mjs +0 -34
- package/esm2022/lib/components/thead/cells/title/title.component.mjs +0 -87
- package/esm2022/lib/components/thead/rows/thead-filters-row.component.mjs +0 -89
- package/esm2022/lib/components/thead/rows/thead-form-row.component.mjs +0 -108
- package/esm2022/lib/components/thead/rows/thead-titles-row.component.mjs +0 -87
- package/esm2022/lib/components/thead/thead.component.mjs +0 -42
- package/esm2022/lib/components/thead/thead.module.mjs +0 -75
- package/esm2022/lib/lib/data-set/cell.mjs +0 -43
- package/esm2022/lib/lib/data-set/column.mjs +0 -74
- package/esm2022/lib/lib/data-set/data-set.mjs +0 -96
- package/esm2022/lib/lib/data-set/row.mjs +0 -47
- package/esm2022/lib/lib/data-source/data-source.mjs +0 -92
- package/esm2022/lib/lib/data-source/local/local.data-source.mjs +0 -263
- package/esm2022/lib/lib/data-source/local/local.filter.mjs +0 -13
- package/esm2022/lib/lib/data-source/local/local.pager.mjs +0 -6
- package/esm2022/lib/lib/data-source/local/local.sorter.mjs +0 -19
- package/esm2022/lib/lib/grid.mjs +0 -218
- package/esm2022/lib/lib/helpers.mjs +0 -84
- package/esm2022/lib/lib/interfaces/smart-table.models.mjs +0 -16
- package/esm2022/lib/ng2-smart-table.component.mjs +0 -169
- package/esm2022/lib/ng2-smart-table.module.mjs +0 -51
- package/esm2022/public-api.mjs +0 -12
- package/lib/components/cell/cell.module.d.ts +0 -20
- package/lib/components/filter/filter.module.d.ts +0 -16
- package/lib/components/pager/pager.module.d.ts +0 -9
- package/lib/components/tbody/tbody.module.d.ts +0 -13
- package/lib/components/thead/thead.module.d.ts +0 -20
- package/lib/ng2-smart-table.module.d.ts +0 -14
package/esm2022/public-api.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { DefaultEditor } from "./lib/components/cell/cell-editors/default-editor";
|
|
2
|
-
export { DefaultFilter } from "./lib/components/filter/filter-types/default-filter";
|
|
3
|
-
export { Cell } from "./lib/lib/data-set/cell";
|
|
4
|
-
export { Column } from "./lib/lib/data-set/column";
|
|
5
|
-
export { Row } from "./lib/lib/data-set/row";
|
|
6
|
-
export { DataSource } from "./lib/lib/data-source/data-source";
|
|
7
|
-
export { LocalDataSource } from "./lib/lib/data-source/local/local.data-source";
|
|
8
|
-
export { Deferred } from "./lib/lib/helpers";
|
|
9
|
-
export * from "./lib/lib/interfaces/smart-table.models";
|
|
10
|
-
export * from "./lib/ng2-smart-table.component";
|
|
11
|
-
export * from "./lib/ng2-smart-table.module";
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL25nMi1zbWFydC10YWJsZS9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsYUFBYSxFQUVkLE1BQU0sbURBQW1ELENBQUM7QUFFM0QsT0FBTyxFQUNMLGFBQWEsRUFFZCxNQUFNLHFEQUFxRCxDQUFDO0FBQzdELE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbkQsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzdDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUMvRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDaEYsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQzdDLGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLDhCQUE4QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHtcbiAgRGVmYXVsdEVkaXRvcixcbiAgRWRpdG9yXG59IGZyb20gXCIuL2xpYi9jb21wb25lbnRzL2NlbGwvY2VsbC1lZGl0b3JzL2RlZmF1bHQtZWRpdG9yXCI7XG5leHBvcnQgeyBWaWV3Q2VsbCB9IGZyb20gXCIuL2xpYi9jb21wb25lbnRzL2NlbGwvY2VsbC12aWV3LW1vZGUvdmlldy1jZWxsXCI7XG5leHBvcnQge1xuICBEZWZhdWx0RmlsdGVyLFxuICBGaWx0ZXJcbn0gZnJvbSBcIi4vbGliL2NvbXBvbmVudHMvZmlsdGVyL2ZpbHRlci10eXBlcy9kZWZhdWx0LWZpbHRlclwiO1xuZXhwb3J0IHsgQ2VsbCB9IGZyb20gXCIuL2xpYi9saWIvZGF0YS1zZXQvY2VsbFwiO1xuZXhwb3J0IHsgQ29sdW1uIH0gZnJvbSBcIi4vbGliL2xpYi9kYXRhLXNldC9jb2x1bW5cIjtcbmV4cG9ydCB7IFJvdyB9IGZyb20gXCIuL2xpYi9saWIvZGF0YS1zZXQvcm93XCI7XG5leHBvcnQgeyBEYXRhU291cmNlIH0gZnJvbSBcIi4vbGliL2xpYi9kYXRhLXNvdXJjZS9kYXRhLXNvdXJjZVwiO1xuZXhwb3J0IHsgTG9jYWxEYXRhU291cmNlIH0gZnJvbSBcIi4vbGliL2xpYi9kYXRhLXNvdXJjZS9sb2NhbC9sb2NhbC5kYXRhLXNvdXJjZVwiO1xuZXhwb3J0IHsgRGVmZXJyZWQgfSBmcm9tIFwiLi9saWIvbGliL2hlbHBlcnNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9saWIvaW50ZXJmYWNlcy9zbWFydC10YWJsZS5tb2RlbHNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9uZzItc21hcnQtdGFibGUuY29tcG9uZW50XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9saWIvbmcyLXNtYXJ0LXRhYmxlLm1vZHVsZVwiO1xuXG4iXX0=
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./cell.component";
|
|
3
|
-
import * as i2 from "./cell-edit-mode/edit-cell-default";
|
|
4
|
-
import * as i3 from "./cell-editors/default-editor";
|
|
5
|
-
import * as i4 from "./cell-edit-mode/custom-edit.component";
|
|
6
|
-
import * as i5 from "./cell-edit-mode/default-edit.component";
|
|
7
|
-
import * as i6 from "./cell-edit-mode/edit-cell.component";
|
|
8
|
-
import * as i7 from "./cell-editors/checkbox-editor.component";
|
|
9
|
-
import * as i8 from "./cell-editors/input-editor.component";
|
|
10
|
-
import * as i9 from "./cell-editors/select-editor.component";
|
|
11
|
-
import * as i10 from "./cell-editors/textarea-editor.component";
|
|
12
|
-
import * as i11 from "./cell-view-mode/custom-view.component";
|
|
13
|
-
import * as i12 from "./cell-view-mode/view-cell.component";
|
|
14
|
-
import * as i13 from "@angular/common";
|
|
15
|
-
import * as i14 from "@angular/forms";
|
|
16
|
-
export declare class CellModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CellModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CellModule, [typeof i1.CellComponent, typeof i2.EditCellDefault, typeof i3.DefaultEditor, typeof i4.CustomEditComponent, typeof i5.DefaultEditComponent, typeof i6.EditCellComponent, typeof i7.CheckboxEditorComponent, typeof i8.InputEditorComponent, typeof i9.SelectEditorComponent, typeof i10.TextareaEditorComponent, typeof i11.CustomViewComponent, typeof i12.ViewCellComponent], [typeof i13.CommonModule, typeof i14.FormsModule], [typeof i1.CellComponent, typeof i2.EditCellDefault, typeof i3.DefaultEditor, typeof i4.CustomEditComponent, typeof i5.DefaultEditComponent, typeof i6.EditCellComponent, typeof i7.CheckboxEditorComponent, typeof i8.InputEditorComponent, typeof i9.SelectEditorComponent, typeof i10.TextareaEditorComponent, typeof i11.CustomViewComponent, typeof i12.ViewCellComponent]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CellModule>;
|
|
20
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./filter-default";
|
|
3
|
-
import * as i2 from "./filter-types/default-filter";
|
|
4
|
-
import * as i3 from "./filter.component";
|
|
5
|
-
import * as i4 from "./default-filter.component";
|
|
6
|
-
import * as i5 from "./custom-filter.component";
|
|
7
|
-
import * as i6 from "./filter-types/checkbox-filter.component";
|
|
8
|
-
import * as i7 from "./filter-types/input-filter.component";
|
|
9
|
-
import * as i8 from "./filter-types/select-filter.component";
|
|
10
|
-
import * as i9 from "@angular/common";
|
|
11
|
-
import * as i10 from "@angular/forms";
|
|
12
|
-
export declare class FilterModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterModule, [typeof i1.FilterDefault, typeof i2.DefaultFilter, typeof i3.FilterComponent, typeof i4.DefaultFilterComponent, typeof i5.CustomFilterComponent, typeof i6.CheckboxFilterComponent, typeof i7.InputFilterComponent, typeof i8.SelectFilterComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule], [typeof i1.FilterDefault, typeof i2.DefaultFilter, typeof i3.FilterComponent, typeof i4.DefaultFilterComponent, typeof i5.CustomFilterComponent, typeof i6.CheckboxFilterComponent, typeof i7.InputFilterComponent, typeof i8.SelectFilterComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FilterModule>;
|
|
16
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./pager.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
export declare class PagerModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, [typeof i1.PagerComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.PagerComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./cells/create-cancel.component";
|
|
3
|
-
import * as i2 from "./cells/edit-delete.component";
|
|
4
|
-
import * as i3 from "./cells/custom.component";
|
|
5
|
-
import * as i4 from "./tbody.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@angular/forms";
|
|
8
|
-
import * as i7 from "../cell/cell.module";
|
|
9
|
-
export declare class TBodyModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TBodyModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TBodyModule, [typeof i1.TbodyCreateCancelComponent, typeof i2.TbodyEditDeleteComponent, typeof i3.TbodyCustomComponent, typeof i4.Ng2SmartTableTbodyComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.CellModule], [typeof i1.TbodyCreateCancelComponent, typeof i2.TbodyEditDeleteComponent, typeof i3.TbodyCustomComponent, typeof i4.Ng2SmartTableTbodyComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TBodyModule>;
|
|
13
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./cells/actions.component";
|
|
3
|
-
import * as i2 from "./cells/actions-title.component";
|
|
4
|
-
import * as i3 from "./cells/add-button.component";
|
|
5
|
-
import * as i4 from "./cells/checkbox-select-all.component";
|
|
6
|
-
import * as i5 from "./cells/column-title.component";
|
|
7
|
-
import * as i6 from "./cells/title/title.component";
|
|
8
|
-
import * as i7 from "./rows/thead-filters-row.component";
|
|
9
|
-
import * as i8 from "./rows/thead-form-row.component";
|
|
10
|
-
import * as i9 from "./rows/thead-titles-row.component";
|
|
11
|
-
import * as i10 from "./thead.component";
|
|
12
|
-
import * as i11 from "@angular/common";
|
|
13
|
-
import * as i12 from "@angular/forms";
|
|
14
|
-
import * as i13 from "../filter/filter.module";
|
|
15
|
-
import * as i14 from "../cell/cell.module";
|
|
16
|
-
export declare class THeadModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<THeadModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<THeadModule, [typeof i1.ActionsComponent, typeof i2.ActionsTitleComponent, typeof i3.AddButtonComponent, typeof i4.CheckboxSelectAllComponent, typeof i5.ColumnTitleComponent, typeof i6.TitleComponent, typeof i7.TheadFitlersRowComponent, typeof i8.TheadFormRowComponent, typeof i9.TheadTitlesRowComponent, typeof i10.Ng2SmartTableTheadComponent], [typeof i11.CommonModule, typeof i12.FormsModule, typeof i13.FilterModule, typeof i14.CellModule], [typeof i1.ActionsComponent, typeof i2.ActionsTitleComponent, typeof i3.AddButtonComponent, typeof i4.CheckboxSelectAllComponent, typeof i5.ColumnTitleComponent, typeof i6.TitleComponent, typeof i7.TheadFitlersRowComponent, typeof i8.TheadFormRowComponent, typeof i9.TheadTitlesRowComponent, typeof i10.Ng2SmartTableTheadComponent]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<THeadModule>;
|
|
20
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ng2-smart-table.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "./components/cell/cell.module";
|
|
6
|
-
import * as i5 from "./components/filter/filter.module";
|
|
7
|
-
import * as i6 from "./components/pager/pager.module";
|
|
8
|
-
import * as i7 from "./components/tbody/tbody.module";
|
|
9
|
-
import * as i8 from "./components/thead/thead.module";
|
|
10
|
-
export declare class Ng2SmartTableModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Ng2SmartTableModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<Ng2SmartTableModule, [typeof i1.Ng2SmartTableComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.CellModule, typeof i5.FilterModule, typeof i6.PagerModule, typeof i7.TBodyModule, typeof i8.THeadModule], [typeof i1.Ng2SmartTableComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<Ng2SmartTableModule>;
|
|
14
|
-
}
|