@masterteam/properties 0.0.50 → 0.0.52
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.52",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/properties",
|
|
6
6
|
"linkDirectory": false,
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"tailwindcss": "^4.2.2",
|
|
20
20
|
"tailwindcss-primeui": "^0.6.1",
|
|
21
21
|
"@ngxs/store": "^20.1.0",
|
|
22
|
-
"@masterteam/
|
|
23
|
-
"@masterteam/components": "^0.0.169",
|
|
22
|
+
"@masterteam/components": "^0.0.171",
|
|
24
23
|
"@masterteam/forms": "^0.0.77",
|
|
25
|
-
"@masterteam/formula-builder": "^0.0.12"
|
|
24
|
+
"@masterteam/formula-builder": "^0.0.12",
|
|
25
|
+
"@masterteam/icons": "^0.0.15"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"exports": {
|
|
@@ -547,6 +547,7 @@ declare class PropertyForm implements OnDestroy {
|
|
|
547
547
|
propertyId: _angular_core.InputSignal<string>;
|
|
548
548
|
private readonly propertyTypes;
|
|
549
549
|
private readonly legacyReplacedViewTypes;
|
|
550
|
+
private readonly calculatedToggleViewTypes;
|
|
550
551
|
submitLabel: _angular_core.Signal<string>;
|
|
551
552
|
isEditing: _angular_core.Signal<boolean>;
|
|
552
553
|
readonly propertyForm: FormGroup<{
|
|
@@ -564,6 +565,7 @@ declare class PropertyForm implements OnDestroy {
|
|
|
564
565
|
readonly submitting: _angular_core.Signal<boolean>;
|
|
565
566
|
readonly propertyType: _angular_core.Signal<any>;
|
|
566
567
|
readonly isCalculated: _angular_core.Signal<boolean>;
|
|
568
|
+
readonly hideFormulaBuilder: _angular_core.Signal<boolean>;
|
|
567
569
|
readonly formulaSchemaId: _angular_core.Signal<number | undefined>;
|
|
568
570
|
readonly formulaModuleId: _angular_core.Signal<number | undefined>;
|
|
569
571
|
readonly selectedViewType: _angular_core.Signal<any>;
|