@seniorsistemas/angular-components 17.29.3 → 17.29.4
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/bundles/seniorsistemas-angular-components.umd.js +0 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/tree/tree.module.js +2 -2
- package/esm2015/seniorsistemas-angular-components.js +1 -2
- package/esm5/components/tree/tree.module.js +2 -2
- package/esm5/seniorsistemas-angular-components.js +1 -2
- package/fesm2015/seniorsistemas-angular-components.js +1 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +1 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.d.ts +0 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -69,7 +69,6 @@ export { KanbanColumnComponent as ɵdl } from './components/kanban/components/ka
|
|
|
69
69
|
export { KanbanItemDraggingComponent as ɵdm } from './components/kanban/components/kanban-item-dragging/kanban-item-dragging.component';
|
|
70
70
|
export { KanbanItemComponent as ɵdk } from './components/kanban/components/kanban-item/kanban-item.component';
|
|
71
71
|
export { KanbanEventService as ɵdj } from './components/kanban/kanban-event.service';
|
|
72
|
-
export { LoadingStateModule as ɵej } from './components/loading-state';
|
|
73
72
|
export { DotsIndicatorComponent as ɵx } from './components/loading-state/components/dots-indicator/dots-indicator.components';
|
|
74
73
|
export { LoadingIndicatorComponent as ɵy } from './components/loading-state/components/logo-indicator/logo-indicator.component';
|
|
75
74
|
export { NumberLocaleOptions as ɵdn } from './components/locale/options';
|