@empathyco/x-components 6.0.0-alpha.224 → 6.0.0-alpha.225
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.0-alpha.225](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.224...@empathyco/x-components@6.0.0-alpha.225) (2026-03-24)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **result-price:** make futureValue optional (#1827)
|
|
11
|
+
|
|
12
|
+
|
|
6
13
|
## [6.0.0-alpha.224](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.223...@empathyco/x-components@6.0.0-alpha.224) (2026-03-17)
|
|
7
14
|
|
|
8
15
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -37,25 +37,6 @@ Description
|
|
|
37
37
|
</th></tr></thead>
|
|
38
38
|
<tbody><tr><td>
|
|
39
39
|
|
|
40
|
-
[futureValue](./x-types.resultprice.futurevalue.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td><td>
|
|
47
|
-
|
|
48
|
-
number
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td><td>
|
|
52
|
-
|
|
53
|
-
Pre-warming price.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</td></tr>
|
|
57
|
-
<tr><td>
|
|
58
|
-
|
|
59
40
|
[hasDiscount](./x-types.resultprice.hasdiscount.md)
|
|
60
41
|
|
|
61
42
|
|
|
@@ -69,7 +50,7 @@ boolean
|
|
|
69
50
|
|
|
70
51
|
</td><td>
|
|
71
52
|
|
|
72
|
-
Whether this result has discount.
|
|
53
|
+
Whether this result has a discount.
|
|
73
54
|
|
|
74
55
|
|
|
75
56
|
</td></tr>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.225",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -68,22 +68,22 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@empathyco/x-adapter": "8.1.0-alpha.22",
|
|
71
|
-
"@empathyco/x-adapter-platform": "1.1.0-alpha.
|
|
72
|
-
"@empathyco/x-types": "10.1.0-alpha.
|
|
71
|
+
"@empathyco/x-adapter-platform": "1.1.0-alpha.62",
|
|
72
|
+
"@empathyco/x-types": "10.1.0-alpha.52",
|
|
73
73
|
"@empathyco/x-utils": "1.0.3-alpha.17",
|
|
74
74
|
"@vue/devtools-api": "~6.6.4",
|
|
75
75
|
"@vueuse/core": "~12.8.2",
|
|
76
76
|
"js-md5": "~0.8.3",
|
|
77
|
-
"marked": "~17.0.
|
|
77
|
+
"marked": "~17.0.5",
|
|
78
78
|
"nouislider": "~15.8.1",
|
|
79
79
|
"rxjs": "~7.8.2",
|
|
80
80
|
"tslib": "~2.8.1",
|
|
81
81
|
"vue-global-events": "~3.0.1",
|
|
82
|
-
"vue-tsc": "~3.2.
|
|
82
|
+
"vue-tsc": "~3.2.6"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@babel/preset-env": "7.29.
|
|
86
|
-
"@empathyco/x-tailwindcss": "2.0.0-alpha.
|
|
85
|
+
"@babel/preset-env": "7.29.2",
|
|
86
|
+
"@empathyco/x-tailwindcss": "2.0.0-alpha.36",
|
|
87
87
|
"@microsoft/api-documenter": "7.29.7",
|
|
88
88
|
"@microsoft/api-extractor": "7.57.7",
|
|
89
89
|
"@testing-library/vue": "8.1.0",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"postcss": "8.5.8",
|
|
101
101
|
"postcss-dir-pseudo-class": "7.0.2",
|
|
102
102
|
"postcss-logical": "4.0.2",
|
|
103
|
-
"rollup": "4.59.
|
|
103
|
+
"rollup": "4.59.1",
|
|
104
104
|
"rollup-plugin-copy": "3.5.0",
|
|
105
105
|
"rollup-plugin-delete": "2.2.0",
|
|
106
106
|
"rollup-plugin-styles": "4.0.0",
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"access": "public",
|
|
123
123
|
"directory": "dist"
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "9720c7de4162aa16a8f494734e62dd57c529fa1f"
|
|
126
126
|
}
|
package/report/x-types.api.json
CHANGED
|
@@ -7041,37 +7041,10 @@
|
|
|
7041
7041
|
"name": "ResultPrice",
|
|
7042
7042
|
"preserveMemberOrder": false,
|
|
7043
7043
|
"members": [
|
|
7044
|
-
{
|
|
7045
|
-
"kind": "PropertySignature",
|
|
7046
|
-
"canonicalReference": "@empathyco/x-types!ResultPrice#futureValue:member",
|
|
7047
|
-
"docComment": "/**\n * Pre-warming price.\n */\n",
|
|
7048
|
-
"excerptTokens": [
|
|
7049
|
-
{
|
|
7050
|
-
"kind": "Content",
|
|
7051
|
-
"text": "futureValue: "
|
|
7052
|
-
},
|
|
7053
|
-
{
|
|
7054
|
-
"kind": "Content",
|
|
7055
|
-
"text": "number"
|
|
7056
|
-
},
|
|
7057
|
-
{
|
|
7058
|
-
"kind": "Content",
|
|
7059
|
-
"text": ";"
|
|
7060
|
-
}
|
|
7061
|
-
],
|
|
7062
|
-
"isReadonly": false,
|
|
7063
|
-
"isOptional": false,
|
|
7064
|
-
"releaseTag": "Public",
|
|
7065
|
-
"name": "futureValue",
|
|
7066
|
-
"propertyTypeTokenRange": {
|
|
7067
|
-
"startIndex": 1,
|
|
7068
|
-
"endIndex": 2
|
|
7069
|
-
}
|
|
7070
|
-
},
|
|
7071
7044
|
{
|
|
7072
7045
|
"kind": "PropertySignature",
|
|
7073
7046
|
"canonicalReference": "@empathyco/x-types!ResultPrice#hasDiscount:member",
|
|
7074
|
-
"docComment": "/**\n * Whether this result has discount.\n */\n",
|
|
7047
|
+
"docComment": "/**\n * Whether this result has a discount.\n */\n",
|
|
7075
7048
|
"excerptTokens": [
|
|
7076
7049
|
{
|
|
7077
7050
|
"kind": "Content",
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [ResultPrice](./x-types.resultprice.md) > [futureValue](./x-types.resultprice.futurevalue.md)
|
|
4
|
-
|
|
5
|
-
## ResultPrice.futureValue property
|
|
6
|
-
|
|
7
|
-
Pre-warming price.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
futureValue: number;
|
|
13
|
-
```
|