@firestitch/list 9.10.0 → 9.11.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/classes/list-controller.d.ts +2 -1
- package/app/components/body/row/cell/cell.component.d.ts +1 -1
- package/app/components/footer/footer-row/footer-cell/footer-cell.component.d.ts +0 -3
- package/app/components/footer/footer-row/footer-row.component.d.ts +0 -2
- package/app/components/footer/footer.component.d.ts +0 -2
- package/app/interfaces/listconfig.interface.d.ts +6 -1
- package/app/models/row-action.model.d.ts +3 -1
- package/bundles/firestitch-list.umd.js +35 -25
- package/bundles/firestitch-list.umd.js.map +1 -1
- package/bundles/firestitch-list.umd.min.js +2 -2
- package/bundles/firestitch-list.umd.min.js.map +1 -1
- package/esm2015/app/classes/list-controller.js +9 -2
- package/esm2015/app/components/body/row/actions/actions.component.js +3 -1
- package/esm2015/app/components/body/row/cell/cell.component.js +1 -1
- package/esm2015/app/components/footer/footer-row/footer-cell/footer-cell.component.js +2 -11
- package/esm2015/app/components/footer/footer-row/footer-row.component.js +2 -6
- package/esm2015/app/components/footer/footer.component.js +2 -6
- package/esm2015/app/components/list/list.component.js +2 -2
- package/esm2015/app/interfaces/listconfig.interface.js +1 -1
- package/esm2015/app/models/row-action.model.js +22 -5
- package/esm5/app/classes/list-controller.js +9 -2
- package/esm5/app/components/body/row/actions/actions.component.js +4 -1
- package/esm5/app/components/body/row/cell/cell.component.js +1 -1
- package/esm5/app/components/footer/footer-row/footer-cell/footer-cell.component.js +2 -11
- package/esm5/app/components/footer/footer-row/footer-row.component.js +2 -6
- package/esm5/app/components/footer/footer.component.js +2 -6
- package/esm5/app/components/list/list.component.js +2 -2
- package/esm5/app/interfaces/listconfig.interface.js +1 -1
- package/esm5/app/models/row-action.model.js +22 -5
- package/fesm2015/firestitch-list.js +34 -25
- package/fesm2015/firestitch-list.js.map +1 -1
- package/fesm5/firestitch-list.js +35 -25
- package/fesm5/firestitch-list.js.map +1 -1
- package/firestitch-list.metadata.json +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firestitch/list",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.11.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/Firestitch/ngx-list"
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"url": "https://github.com/Firestitch/ngx-list/issues"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"
|
|
21
|
-
"@firestitch/scroll": ">=7.0.0",
|
|
22
|
-
"@firestitch/prompt": ">=7.3.0",
|
|
20
|
+
"@firestitch/filter": ">=9.4.0",
|
|
23
21
|
"@firestitch/menu": ">=9.1.8",
|
|
24
|
-
"@firestitch/
|
|
22
|
+
"@firestitch/prompt": ">=7.3.0",
|
|
23
|
+
"@firestitch/scroll": ">=7.0.0",
|
|
24
|
+
"lodash-es": ">=4.17.15"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"tslib": "^1.11.1"
|