@firestitch/list 13.3.0 → 14.0.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.
Files changed (78) hide show
  1. package/app/components/body/body.component.d.ts +1 -1
  2. package/app/components/body/row/actions/actions.component.d.ts +1 -1
  3. package/app/components/body/row/cell/cell.component.d.ts +1 -1
  4. package/app/components/body/row/inline-action/inline-action.component.d.ts +1 -1
  5. package/app/components/body/row/menu-action/menu-action.component.d.ts +1 -1
  6. package/app/components/body/row/row.component.d.ts +1 -1
  7. package/app/components/customize-cols/customize-cols.component.d.ts +1 -1
  8. package/app/components/footer/footer-row/footer-cell/footer-cell.component.d.ts +1 -1
  9. package/app/components/footer/footer-row/footer-row.component.d.ts +1 -1
  10. package/app/components/footer/footer.component.d.ts +1 -1
  11. package/app/components/head/head-cell/head-cell.component.d.ts +1 -1
  12. package/app/components/head/head.component.d.ts +1 -1
  13. package/app/components/list/list.component.d.ts +1 -1
  14. package/app/components/loader/loader.component.d.ts +1 -1
  15. package/app/components/manage-saved-filters/manage-saved-filters.component.d.ts +1 -1
  16. package/app/components/pagination/pagination.component.d.ts +1 -1
  17. package/app/components/saved-filters/saved-filters.component.d.ts +1 -1
  18. package/app/components/status/status.component.d.ts +1 -1
  19. package/app/directives/cell/cell.directive.d.ts +1 -1
  20. package/app/directives/column/column.directive.d.ts +1 -1
  21. package/app/directives/content/content.directive.d.ts +1 -1
  22. package/app/directives/content-init/content-init.directive.d.ts +1 -1
  23. package/app/directives/draggable-list/draggable-list.directive.d.ts +3 -3
  24. package/app/directives/draggable-row/draggable-row.directive.d.ts +1 -1
  25. package/app/directives/empty-state/empty-state.directive.d.ts +1 -1
  26. package/app/directives/footer/footer.directive.d.ts +1 -1
  27. package/app/directives/group-expand-trigger/group-expand-trigger.directive.d.ts +1 -1
  28. package/app/directives/group-footer/group-footer.directive.d.ts +1 -1
  29. package/app/directives/group-header/group-header.directive.d.ts +1 -1
  30. package/app/directives/header/header.directive.d.ts +1 -1
  31. package/app/directives/heading/heading.directive.d.ts +1 -1
  32. package/app/directives/heading-container/heading-container.directive.d.ts +1 -1
  33. package/app/directives/subheading/subheading.directive.d.ts +1 -1
  34. package/app/pipes/action-label.d.ts +1 -1
  35. package/esm2020/app/classes/persistance-controller.mjs +3 -3
  36. package/esm2020/app/classes/reorder-controller.mjs +3 -3
  37. package/esm2020/app/components/body/body.component.mjs +5 -5
  38. package/esm2020/app/components/body/row/actions/actions.component.mjs +8 -8
  39. package/esm2020/app/components/body/row/cell/cell.component.mjs +3 -3
  40. package/esm2020/app/components/body/row/inline-action/inline-action.component.mjs +8 -8
  41. package/esm2020/app/components/body/row/menu-action/menu-action.component.mjs +6 -6
  42. package/esm2020/app/components/body/row/row.component.mjs +9 -9
  43. package/esm2020/app/components/customize-cols/customize-cols.component.mjs +7 -7
  44. package/esm2020/app/components/footer/footer-row/footer-cell/footer-cell.component.mjs +3 -3
  45. package/esm2020/app/components/footer/footer-row/footer-row.component.mjs +5 -5
  46. package/esm2020/app/components/footer/footer.component.mjs +4 -4
  47. package/esm2020/app/components/head/head-cell/head-cell.component.mjs +5 -5
  48. package/esm2020/app/components/head/head.component.mjs +7 -7
  49. package/esm2020/app/components/list/list.component.mjs +10 -10
  50. package/esm2020/app/components/loader/loader.component.mjs +3 -3
  51. package/esm2020/app/components/manage-saved-filters/manage-saved-filters.component.mjs +6 -6
  52. package/esm2020/app/components/pagination/pagination.component.mjs +5 -5
  53. package/esm2020/app/components/saved-filters/saved-filters.component.mjs +3 -3
  54. package/esm2020/app/components/status/status.component.mjs +5 -5
  55. package/esm2020/app/directives/cell/cell.directive.mjs +3 -3
  56. package/esm2020/app/directives/column/column.directive.mjs +3 -3
  57. package/esm2020/app/directives/content/content.directive.mjs +3 -3
  58. package/esm2020/app/directives/content-init/content-init.directive.mjs +3 -3
  59. package/esm2020/app/directives/draggable-list/draggable-list.directive.mjs +11 -9
  60. package/esm2020/app/directives/draggable-row/draggable-row.directive.mjs +3 -3
  61. package/esm2020/app/directives/empty-state/empty-state.directive.mjs +3 -3
  62. package/esm2020/app/directives/footer/footer.directive.mjs +3 -3
  63. package/esm2020/app/directives/group-expand-trigger/group-expand-trigger.directive.mjs +3 -3
  64. package/esm2020/app/directives/group-footer/group-footer.directive.mjs +3 -3
  65. package/esm2020/app/directives/group-header/group-header.directive.mjs +3 -3
  66. package/esm2020/app/directives/header/header.directive.mjs +3 -3
  67. package/esm2020/app/directives/heading/heading.directive.mjs +3 -3
  68. package/esm2020/app/directives/heading-container/heading-container.directive.mjs +3 -3
  69. package/esm2020/app/directives/subheading/subheading.directive.mjs +3 -3
  70. package/esm2020/app/fs-list.module.mjs +20 -22
  71. package/esm2020/app/pipes/action-label.mjs +3 -3
  72. package/esm2020/app/services/group-expand-notifier.service.mjs +3 -3
  73. package/fesm2015/firestitch-list.mjs +255 -255
  74. package/fesm2015/firestitch-list.mjs.map +1 -1
  75. package/fesm2020/firestitch-list.mjs +302 -302
  76. package/fesm2020/firestitch-list.mjs.map +1 -1
  77. package/package.json +3 -3
  78. /package/{firestitch-list.d.ts → index.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestitch/list",
3
- "version": "13.3.0",
3
+ "version": "14.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Firestitch/ngx-list"
@@ -29,13 +29,13 @@
29
29
  "esm2020": "esm2020/firestitch-list.mjs",
30
30
  "fesm2020": "fesm2020/firestitch-list.mjs",
31
31
  "fesm2015": "fesm2015/firestitch-list.mjs",
32
- "typings": "firestitch-list.d.ts",
32
+ "typings": "index.d.ts",
33
33
  "exports": {
34
34
  "./package.json": {
35
35
  "default": "./package.json"
36
36
  },
37
37
  ".": {
38
- "types": "./firestitch-list.d.ts",
38
+ "types": "./index.d.ts",
39
39
  "esm2020": "./esm2020/firestitch-list.mjs",
40
40
  "es2020": "./fesm2020/firestitch-list.mjs",
41
41
  "es2015": "./fesm2015/firestitch-list.mjs",
File without changes