@masterteam/properties 0.0.49 → 0.0.51
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.51",
|
|
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/components": "^0.0.
|
|
22
|
+
"@masterteam/components": "^0.0.170",
|
|
23
23
|
"@masterteam/formula-builder": "^0.0.12",
|
|
24
|
-
"@masterteam/
|
|
25
|
-
"@masterteam/
|
|
24
|
+
"@masterteam/forms": "^0.0.77",
|
|
25
|
+
"@masterteam/icons": "^0.0.15"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"exports": {
|
|
@@ -543,9 +543,11 @@ declare class PropertyForm implements OnDestroy {
|
|
|
543
543
|
private readonly router;
|
|
544
544
|
private readonly route;
|
|
545
545
|
private readonly transloco;
|
|
546
|
+
private readonly activeLang;
|
|
546
547
|
propertyId: _angular_core.InputSignal<string>;
|
|
547
548
|
private readonly propertyTypes;
|
|
548
549
|
private readonly legacyReplacedViewTypes;
|
|
550
|
+
private readonly calculatedToggleViewTypes;
|
|
549
551
|
submitLabel: _angular_core.Signal<string>;
|
|
550
552
|
isEditing: _angular_core.Signal<boolean>;
|
|
551
553
|
readonly propertyForm: FormGroup<{
|
|
@@ -563,6 +565,7 @@ declare class PropertyForm implements OnDestroy {
|
|
|
563
565
|
readonly submitting: _angular_core.Signal<boolean>;
|
|
564
566
|
readonly propertyType: _angular_core.Signal<any>;
|
|
565
567
|
readonly isCalculated: _angular_core.Signal<boolean>;
|
|
568
|
+
readonly hideFormulaBuilder: _angular_core.Signal<boolean>;
|
|
566
569
|
readonly formulaSchemaId: _angular_core.Signal<number | undefined>;
|
|
567
570
|
readonly formulaModuleId: _angular_core.Signal<number | undefined>;
|
|
568
571
|
readonly selectedViewType: _angular_core.Signal<any>;
|