taxtank-core 2.0.51 → 2.0.53
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/index.d.ts
CHANGED
|
@@ -8261,7 +8261,7 @@ declare class HoldingTradeImport {
|
|
|
8261
8261
|
|
|
8262
8262
|
declare class HoldingTradeImportService extends RestService$1<HoldingTradeImport, HoldingTradeImport$1, Collection<HoldingTradeImport$1>> {
|
|
8263
8263
|
modelClass: typeof HoldingTradeImport$1;
|
|
8264
|
-
collectionClass: typeof Collection<HoldingTradeImport>;
|
|
8264
|
+
collectionClass: typeof Collection<HoldingTradeImport$1>;
|
|
8265
8265
|
endpointUri: string;
|
|
8266
8266
|
disabledMethods: RestMethod[];
|
|
8267
8267
|
roles: UserRolesEnum[];
|
|
@@ -8977,8 +8977,10 @@ declare class BudgetForm extends AbstractForm<Budget> {
|
|
|
8977
8977
|
deleteRule(index: number): void;
|
|
8978
8978
|
}
|
|
8979
8979
|
|
|
8980
|
-
declare class BudgetRuleForm extends AbstractForm<BudgetRule> {
|
|
8980
|
+
declare class BudgetRuleForm extends AbstractForm<BudgetRule> implements IEventListener {
|
|
8981
8981
|
constructor(rule: BudgetRule);
|
|
8982
|
+
listenEvents(): void;
|
|
8983
|
+
listenFrequency(): void;
|
|
8982
8984
|
}
|
|
8983
8985
|
|
|
8984
8986
|
declare class DocumentFolderForm extends AbstractForm<DocumentFolder> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taxtank-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.53",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.1.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"class-transformer": "^0.5.1",
|
|
22
22
|
"event-source-polyfill": "^1.0.31",
|
|
23
23
|
"file-saver": "^2.0.5",
|
|
24
|
-
"html2pdf.js": "^0.
|
|
24
|
+
"html2pdf.js": "^0.12.1",
|
|
25
25
|
"jspdf": "^3.0.2",
|
|
26
26
|
"jspdf-autotable": "^5.0.2",
|
|
27
27
|
"lodash": "^4.17.21",
|