@masterteam/properties 0.0.43 → 0.0.45
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@masterteam/properties",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/properties",
|
|
6
6
|
"linkDirectory": false,
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"tailwindcss": "^4.2.2",
|
|
20
20
|
"tailwindcss-primeui": "^0.6.1",
|
|
21
21
|
"@ngxs/store": "^20.1.0",
|
|
22
|
-
"@masterteam/
|
|
23
|
-
"@masterteam/
|
|
24
|
-
"@masterteam/
|
|
22
|
+
"@masterteam/formula-builder": "^0.0.11",
|
|
23
|
+
"@masterteam/components": "^0.0.149",
|
|
24
|
+
"@masterteam/forms": "^0.0.69",
|
|
25
25
|
"@masterteam/icons": "^0.0.14"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _masterteam_components_breadcrumb from '@masterteam/components/breadcrumb';
|
|
2
2
|
import { BreadcrumbItem } from '@masterteam/components/breadcrumb';
|
|
3
3
|
import * as _angular_core from '@angular/core';
|
|
4
|
-
import { OnDestroy } from '@angular/core';
|
|
4
|
+
import { TemplateRef, OnDestroy } from '@angular/core';
|
|
5
5
|
import { ColumnDef, TableAction } from '@masterteam/components/table';
|
|
6
6
|
import { FormulaBuilderValue } from '@masterteam/formula-builder';
|
|
7
7
|
import { CrudStateBase, DynamicFormConfig } from '@masterteam/components';
|
|
@@ -502,6 +502,7 @@ declare const REQUEST_CONTEXT: HttpContextToken<{
|
|
|
502
502
|
}>;
|
|
503
503
|
|
|
504
504
|
declare class PropertiesList {
|
|
505
|
+
readonly isCalculatedTpl: _angular_core.Signal<TemplateRef<any>>;
|
|
505
506
|
private readonly facade;
|
|
506
507
|
private readonly router;
|
|
507
508
|
private readonly route;
|