@dangl/angular-ava 1.4.4 → 1.4.5-beta0015

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 (53) hide show
  1. package/fesm2022/dangl-angular-ava.mjs +857 -100
  2. package/fesm2022/dangl-angular-ava.mjs.map +1 -1
  3. package/index.d.ts +2915 -5
  4. package/package.json +1 -1
  5. package/lib/ava-tree/components/ava-tree/ava-tree.component.d.ts +0 -128
  6. package/lib/ava-tree/components/list-structure/list-structure.component.d.ts +0 -20
  7. package/lib/ava-tree/components/table-structure/table-structure.component.d.ts +0 -37
  8. package/lib/ava-tree/components/tree-item/tree-item.component.d.ts +0 -40
  9. package/lib/ava-tree/components/tree-node/tree-node.component.d.ts +0 -25
  10. package/lib/ava-tree/constants/defaultFilters.d.ts +0 -2
  11. package/lib/ava-tree/constants/defaultTextWords.d.ts +0 -18
  12. package/lib/ava-tree/constants/defaults.d.ts +0 -3
  13. package/lib/ava-tree/constants/index.d.ts +0 -4
  14. package/lib/ava-tree/directives/hover-effect.directive.d.ts +0 -18
  15. package/lib/ava-tree/directives/save-changing-view.directive.d.ts +0 -20
  16. package/lib/ava-tree/model/ava-models.d.ts +0 -1034
  17. package/lib/ava-tree/model/config-tree.model.d.ts +0 -75
  18. package/lib/ava-tree/model/context-menu-data.model.d.ts +0 -8
  19. package/lib/ava-tree/model/function-view-line.model.d.ts +0 -12
  20. package/lib/ava-tree/model/index.d.ts +0 -8
  21. package/lib/ava-tree/model/selecting.model.d.ts +0 -14
  22. package/lib/ava-tree/model/tableColumnType.d.ts +0 -6
  23. package/lib/ava-tree/model/tree-mode.model.d.ts +0 -5
  24. package/lib/ava-tree/pipes/element-icon-name.pipe.d.ts +0 -8
  25. package/lib/ava-tree/pipes/element-item-number.pipe.d.ts +0 -8
  26. package/lib/ava-tree/pipes/element-text.pipe.d.ts +0 -9
  27. package/lib/ava-tree/pipes/group-child-elements.pipe.d.ts +0 -8
  28. package/lib/ava-tree/services/configuration-tree.service.d.ts +0 -40
  29. package/lib/ava-tree/services/expand-parent-group.service.d.ts +0 -11
  30. package/lib/ava-tree/services/flat-elements.service.d.ts +0 -27
  31. package/lib/ava-tree/services/keyboard-operation.service.d.ts +0 -35
  32. package/lib/ava-tree/services/select-element.service.d.ts +0 -28
  33. package/lib/ava-tree/services/tree-hover-tooltip.service.d.ts +0 -4
  34. package/lib/ava-tree/services/tree-node-selection.service.d.ts +0 -26
  35. package/lib/invoice/components/invoice-display/invoice-display.component.d.ts +0 -73
  36. package/lib/invoice/components/invoice-documents/invoice-documents.component.d.ts +0 -26
  37. package/lib/invoice/components/invoice-line-item-additional-info/invoice-line-item-additional-info.component.d.ts +0 -11
  38. package/lib/invoice/components/invoice-line-items-table/invoice-line-items-table.component.d.ts +0 -25
  39. package/lib/invoice/components/reference-and-delivery-information/reference-and-delivery-information.component.d.ts +0 -14
  40. package/lib/invoice/constants/defaultTextWordInvoice.d.ts +0 -3
  41. package/lib/invoice/constants/index.d.ts +0 -3
  42. package/lib/invoice/constants/language.d.ts +0 -8
  43. package/lib/invoice/model/configInvoice.model.d.ts +0 -13
  44. package/lib/invoice/model/index.d.ts +0 -4
  45. package/lib/invoice/model/invoice-models.d.ts +0 -527
  46. package/lib/invoice/model/invoice-words.model.d.ts +0 -73
  47. package/lib/invoice/pipes/currency-plus.pipe.d.ts +0 -11
  48. package/lib/invoice/pipes/invoice-attachment-mime-type.pipe.d.ts +0 -8
  49. package/lib/invoice/pipes/number-plus.pipe.d.ts +0 -11
  50. package/lib/invoice/pipes/percent-plus.pipe.d.ts +0 -11
  51. package/lib/invoice/services/configuration-invoice.service.d.ts +0 -26
  52. package/lib/version.d.ts +0 -8
  53. package/public-api.d.ts +0 -7
package/lib/version.d.ts DELETED
@@ -1,8 +0,0 @@
1
- export declare const version: {
2
- version: string;
3
- commitInfo: string;
4
- commitDate: string;
5
- commitHash: string;
6
- informationalVersion: string;
7
- buildDateUtc: Date;
8
- };
package/public-api.d.ts DELETED
@@ -1,7 +0,0 @@
1
- export * from './lib/ava-tree/model';
2
- export * from './lib/version';
3
- export * from './lib/ava-tree/components/ava-tree/ava-tree.component';
4
- export * from './lib/ava-tree/constants';
5
- export * from './lib/invoice/components/invoice-display/invoice-display.component';
6
- export * from './lib/invoice/constants';
7
- export * from './lib/invoice/model';