@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.
- package/app/components/body/body.component.d.ts +1 -1
- package/app/components/body/row/actions/actions.component.d.ts +1 -1
- package/app/components/body/row/cell/cell.component.d.ts +1 -1
- package/app/components/body/row/inline-action/inline-action.component.d.ts +1 -1
- package/app/components/body/row/menu-action/menu-action.component.d.ts +1 -1
- package/app/components/body/row/row.component.d.ts +1 -1
- package/app/components/customize-cols/customize-cols.component.d.ts +1 -1
- package/app/components/footer/footer-row/footer-cell/footer-cell.component.d.ts +1 -1
- package/app/components/footer/footer-row/footer-row.component.d.ts +1 -1
- package/app/components/footer/footer.component.d.ts +1 -1
- package/app/components/head/head-cell/head-cell.component.d.ts +1 -1
- package/app/components/head/head.component.d.ts +1 -1
- package/app/components/list/list.component.d.ts +1 -1
- package/app/components/loader/loader.component.d.ts +1 -1
- package/app/components/manage-saved-filters/manage-saved-filters.component.d.ts +1 -1
- package/app/components/pagination/pagination.component.d.ts +1 -1
- package/app/components/saved-filters/saved-filters.component.d.ts +1 -1
- package/app/components/status/status.component.d.ts +1 -1
- package/app/directives/cell/cell.directive.d.ts +1 -1
- package/app/directives/column/column.directive.d.ts +1 -1
- package/app/directives/content/content.directive.d.ts +1 -1
- package/app/directives/content-init/content-init.directive.d.ts +1 -1
- package/app/directives/draggable-list/draggable-list.directive.d.ts +3 -3
- package/app/directives/draggable-row/draggable-row.directive.d.ts +1 -1
- package/app/directives/empty-state/empty-state.directive.d.ts +1 -1
- package/app/directives/footer/footer.directive.d.ts +1 -1
- package/app/directives/group-expand-trigger/group-expand-trigger.directive.d.ts +1 -1
- package/app/directives/group-footer/group-footer.directive.d.ts +1 -1
- package/app/directives/group-header/group-header.directive.d.ts +1 -1
- package/app/directives/header/header.directive.d.ts +1 -1
- package/app/directives/heading/heading.directive.d.ts +1 -1
- package/app/directives/heading-container/heading-container.directive.d.ts +1 -1
- package/app/directives/subheading/subheading.directive.d.ts +1 -1
- package/app/pipes/action-label.d.ts +1 -1
- package/esm2020/app/classes/persistance-controller.mjs +3 -3
- package/esm2020/app/classes/reorder-controller.mjs +3 -3
- package/esm2020/app/components/body/body.component.mjs +5 -5
- package/esm2020/app/components/body/row/actions/actions.component.mjs +8 -8
- package/esm2020/app/components/body/row/cell/cell.component.mjs +3 -3
- package/esm2020/app/components/body/row/inline-action/inline-action.component.mjs +8 -8
- package/esm2020/app/components/body/row/menu-action/menu-action.component.mjs +6 -6
- package/esm2020/app/components/body/row/row.component.mjs +9 -9
- package/esm2020/app/components/customize-cols/customize-cols.component.mjs +7 -7
- package/esm2020/app/components/footer/footer-row/footer-cell/footer-cell.component.mjs +3 -3
- package/esm2020/app/components/footer/footer-row/footer-row.component.mjs +5 -5
- package/esm2020/app/components/footer/footer.component.mjs +4 -4
- package/esm2020/app/components/head/head-cell/head-cell.component.mjs +5 -5
- package/esm2020/app/components/head/head.component.mjs +7 -7
- package/esm2020/app/components/list/list.component.mjs +10 -10
- package/esm2020/app/components/loader/loader.component.mjs +3 -3
- package/esm2020/app/components/manage-saved-filters/manage-saved-filters.component.mjs +6 -6
- package/esm2020/app/components/pagination/pagination.component.mjs +5 -5
- package/esm2020/app/components/saved-filters/saved-filters.component.mjs +3 -3
- package/esm2020/app/components/status/status.component.mjs +5 -5
- package/esm2020/app/directives/cell/cell.directive.mjs +3 -3
- package/esm2020/app/directives/column/column.directive.mjs +3 -3
- package/esm2020/app/directives/content/content.directive.mjs +3 -3
- package/esm2020/app/directives/content-init/content-init.directive.mjs +3 -3
- package/esm2020/app/directives/draggable-list/draggable-list.directive.mjs +11 -9
- package/esm2020/app/directives/draggable-row/draggable-row.directive.mjs +3 -3
- package/esm2020/app/directives/empty-state/empty-state.directive.mjs +3 -3
- package/esm2020/app/directives/footer/footer.directive.mjs +3 -3
- package/esm2020/app/directives/group-expand-trigger/group-expand-trigger.directive.mjs +3 -3
- package/esm2020/app/directives/group-footer/group-footer.directive.mjs +3 -3
- package/esm2020/app/directives/group-header/group-header.directive.mjs +3 -3
- package/esm2020/app/directives/header/header.directive.mjs +3 -3
- package/esm2020/app/directives/heading/heading.directive.mjs +3 -3
- package/esm2020/app/directives/heading-container/heading-container.directive.mjs +3 -3
- package/esm2020/app/directives/subheading/subheading.directive.mjs +3 -3
- package/esm2020/app/fs-list.module.mjs +20 -22
- package/esm2020/app/pipes/action-label.mjs +3 -3
- package/esm2020/app/services/group-expand-notifier.service.mjs +3 -3
- package/fesm2015/firestitch-list.mjs +255 -255
- package/fesm2015/firestitch-list.mjs.map +1 -1
- package/fesm2020/firestitch-list.mjs +302 -302
- package/fesm2020/firestitch-list.mjs.map +1 -1
- package/package.json +3 -3
- /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": "
|
|
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": "
|
|
32
|
+
"typings": "index.d.ts",
|
|
33
33
|
"exports": {
|
|
34
34
|
"./package.json": {
|
|
35
35
|
"default": "./package.json"
|
|
36
36
|
},
|
|
37
37
|
".": {
|
|
38
|
-
"types": "./
|
|
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
|