@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.
- package/fesm2022/dangl-angular-ava.mjs +857 -100
- package/fesm2022/dangl-angular-ava.mjs.map +1 -1
- package/index.d.ts +2915 -5
- package/package.json +1 -1
- package/lib/ava-tree/components/ava-tree/ava-tree.component.d.ts +0 -128
- package/lib/ava-tree/components/list-structure/list-structure.component.d.ts +0 -20
- package/lib/ava-tree/components/table-structure/table-structure.component.d.ts +0 -37
- package/lib/ava-tree/components/tree-item/tree-item.component.d.ts +0 -40
- package/lib/ava-tree/components/tree-node/tree-node.component.d.ts +0 -25
- package/lib/ava-tree/constants/defaultFilters.d.ts +0 -2
- package/lib/ava-tree/constants/defaultTextWords.d.ts +0 -18
- package/lib/ava-tree/constants/defaults.d.ts +0 -3
- package/lib/ava-tree/constants/index.d.ts +0 -4
- package/lib/ava-tree/directives/hover-effect.directive.d.ts +0 -18
- package/lib/ava-tree/directives/save-changing-view.directive.d.ts +0 -20
- package/lib/ava-tree/model/ava-models.d.ts +0 -1034
- package/lib/ava-tree/model/config-tree.model.d.ts +0 -75
- package/lib/ava-tree/model/context-menu-data.model.d.ts +0 -8
- package/lib/ava-tree/model/function-view-line.model.d.ts +0 -12
- package/lib/ava-tree/model/index.d.ts +0 -8
- package/lib/ava-tree/model/selecting.model.d.ts +0 -14
- package/lib/ava-tree/model/tableColumnType.d.ts +0 -6
- package/lib/ava-tree/model/tree-mode.model.d.ts +0 -5
- package/lib/ava-tree/pipes/element-icon-name.pipe.d.ts +0 -8
- package/lib/ava-tree/pipes/element-item-number.pipe.d.ts +0 -8
- package/lib/ava-tree/pipes/element-text.pipe.d.ts +0 -9
- package/lib/ava-tree/pipes/group-child-elements.pipe.d.ts +0 -8
- package/lib/ava-tree/services/configuration-tree.service.d.ts +0 -40
- package/lib/ava-tree/services/expand-parent-group.service.d.ts +0 -11
- package/lib/ava-tree/services/flat-elements.service.d.ts +0 -27
- package/lib/ava-tree/services/keyboard-operation.service.d.ts +0 -35
- package/lib/ava-tree/services/select-element.service.d.ts +0 -28
- package/lib/ava-tree/services/tree-hover-tooltip.service.d.ts +0 -4
- package/lib/ava-tree/services/tree-node-selection.service.d.ts +0 -26
- package/lib/invoice/components/invoice-display/invoice-display.component.d.ts +0 -73
- package/lib/invoice/components/invoice-documents/invoice-documents.component.d.ts +0 -26
- package/lib/invoice/components/invoice-line-item-additional-info/invoice-line-item-additional-info.component.d.ts +0 -11
- package/lib/invoice/components/invoice-line-items-table/invoice-line-items-table.component.d.ts +0 -25
- package/lib/invoice/components/reference-and-delivery-information/reference-and-delivery-information.component.d.ts +0 -14
- package/lib/invoice/constants/defaultTextWordInvoice.d.ts +0 -3
- package/lib/invoice/constants/index.d.ts +0 -3
- package/lib/invoice/constants/language.d.ts +0 -8
- package/lib/invoice/model/configInvoice.model.d.ts +0 -13
- package/lib/invoice/model/index.d.ts +0 -4
- package/lib/invoice/model/invoice-models.d.ts +0 -527
- package/lib/invoice/model/invoice-words.model.d.ts +0 -73
- package/lib/invoice/pipes/currency-plus.pipe.d.ts +0 -11
- package/lib/invoice/pipes/invoice-attachment-mime-type.pipe.d.ts +0 -8
- package/lib/invoice/pipes/number-plus.pipe.d.ts +0 -11
- package/lib/invoice/pipes/percent-plus.pipe.d.ts +0 -11
- package/lib/invoice/services/configuration-invoice.service.d.ts +0 -26
- package/lib/version.d.ts +0 -8
- package/public-api.d.ts +0 -7
package/lib/version.d.ts
DELETED
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';
|