@vixoniccom/birthdays 0.7.10-dev.0 → 0.7.10-dev.10
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/.github/workflows/main.yml +5 -5
- package/.github/workflows/sonarqube.yml +3 -3
- package/CHANGELOG.md +29 -2
- package/build.zip +0 -0
- package/configuration/appearanceGroup/AppearanceInputs.ts +10 -0
- package/configuration/dataGroup/DataInputs.ts +1 -16
- package/configuration.json +13 -38
- package/package.json +2 -2
|
@@ -25,13 +25,13 @@ jobs:
|
|
|
25
25
|
echo "deployment_start=$(date +"%Y-%m-%dT%H:%M:%S%:z")" >> "$GITHUB_OUTPUT"
|
|
26
26
|
|
|
27
27
|
- name: Checkout repository
|
|
28
|
-
uses: actions/checkout@v4
|
|
28
|
+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
|
29
29
|
with:
|
|
30
30
|
fetch-depth: 0
|
|
31
31
|
token: ${{ secrets.PRIVATE_TOKEN_GITHUB }}
|
|
32
32
|
|
|
33
33
|
- name: Setup Node.js 20
|
|
34
|
-
uses: actions/setup-node@v4
|
|
34
|
+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
|
35
35
|
with:
|
|
36
36
|
node-version: '20'
|
|
37
37
|
registry-url: 'https://registry.npmjs.org'
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
44
44
|
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
|
|
45
45
|
|
|
46
46
|
- name: Cache node modules
|
|
47
|
-
uses: actions/cache@v4
|
|
47
|
+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
|
|
48
48
|
with:
|
|
49
49
|
path: ~/.npm
|
|
50
50
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
|
@@ -97,7 +97,7 @@ jobs:
|
|
|
97
97
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
98
98
|
|
|
99
99
|
- name: Create GitHub Release
|
|
100
|
-
uses: softprops/action-gh-release@v2
|
|
100
|
+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
|
|
101
101
|
with:
|
|
102
102
|
tag_name: v${{ steps.extract_version.outputs.version }}
|
|
103
103
|
name: v${{ steps.extract_version.outputs.version }}
|
|
@@ -113,7 +113,7 @@ jobs:
|
|
|
113
113
|
if: always()
|
|
114
114
|
|
|
115
115
|
steps:
|
|
116
|
-
- uses: actions/checkout@v4
|
|
116
|
+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
|
117
117
|
with:
|
|
118
118
|
fetch-depth: 0
|
|
119
119
|
token: ${{ secrets.PRIVATE_TOKEN_GITHUB }}
|
|
@@ -11,19 +11,19 @@ jobs:
|
|
|
11
11
|
sonarqube:
|
|
12
12
|
runs-on: ubuntu-latest
|
|
13
13
|
steps:
|
|
14
|
-
- uses: actions/checkout@v4
|
|
14
|
+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
|
15
15
|
with:
|
|
16
16
|
# Disabling shallow clone is recommended for improving relevancy of reporting.
|
|
17
17
|
fetch-depth: 0
|
|
18
18
|
|
|
19
19
|
- name: SonarQube Scan
|
|
20
|
-
uses: sonarsource/sonarqube-scan-action@
|
|
20
|
+
uses: sonarsource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
|
|
21
21
|
env:
|
|
22
22
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
23
23
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
|
24
24
|
|
|
25
25
|
- name: SonarQube Quality Gate Check
|
|
26
|
-
uses: sonarsource/sonarqube-quality-gate-action@
|
|
26
|
+
uses: sonarsource/sonarqube-quality-gate-action@cf038b0e0cdecfa9e56c198bbb7d21d751d62c3b # v1.2.0
|
|
27
27
|
timeout-minutes: 5
|
|
28
28
|
env:
|
|
29
29
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
### [0.7.10-dev.
|
|
5
|
+
### [0.7.10-dev.10](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.9...v0.7.10-dev.10) (2026-04-28)
|
|
6
|
+
|
|
7
|
+
### [0.7.10-dev.9](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.8...v0.7.10-dev.9) (2026-04-28)
|
|
8
|
+
|
|
9
|
+
### [0.7.10-dev.8](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.7...v0.7.10-dev.8) (2026-04-27)
|
|
10
|
+
|
|
11
|
+
### [0.7.10-dev.7](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.6...v0.7.10-dev.7) (2026-04-24)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* VXD-911 handle API errors and fix error where the default message for empty data is not displayed ([eeb5bab](https://github.com/Vixonic/store-birthdays/commit/eeb5bab0991070a461c2341a11da1ebd8acd2dc7))
|
|
17
|
+
|
|
18
|
+
### [0.7.10-dev.6](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.5...v0.7.10-dev.6) (2026-04-24)
|
|
19
|
+
|
|
20
|
+
### [0.7.10-dev.5](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.4...v0.7.10-dev.5) (2026-04-24)
|
|
21
|
+
|
|
22
|
+
### [0.7.10-dev.4](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.3...v0.7.10-dev.4) (2026-04-23)
|
|
23
|
+
|
|
24
|
+
### [0.7.10-dev.3](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.1...v0.7.10-dev.3) (2026-04-23)
|
|
25
|
+
|
|
26
|
+
### [0.7.10-dev.2](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.1...v0.7.10-dev.2) (2026-04-23)
|
|
27
|
+
|
|
28
|
+
### [0.7.10-dev.1](https://github.com/Vixonic/store-birthdays/compare/v0.7.9...v0.7.10-dev.1) (2026-04-23)
|
|
29
|
+
|
|
30
|
+
### [0.7.10-dev.0](https://github.com/Vixonic/store-birthdays/compare/v0.7.9...v0.7.10-dev.0) (2026-04-23)
|
|
31
|
+
|
|
32
|
+
### [0.7.9](https://github.com/Vixonic/store-birthdays/compare/v0.7.8...v0.7.9) (2026-04-23)
|
|
6
33
|
|
|
7
34
|
|
|
8
35
|
### Bug Fixes
|
|
9
36
|
|
|
10
|
-
*
|
|
37
|
+
* pipeline hash ([d6ac43a](https://github.com/Vixonic/store-birthdays/commit/d6ac43ac153b28adda5576fdb782bbec68c20f9f))
|
|
11
38
|
|
|
12
39
|
### [0.7.8](https://github.com/Vixonic/store-birthdays/compare/v0.7.8-dev.1...v0.7.8) (2026-03-19)
|
|
13
40
|
|
package/build.zip
CHANGED
|
Binary file
|
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
NumberRangeValue,
|
|
5
5
|
SelectAssetKna,
|
|
6
6
|
SelectInput,
|
|
7
|
+
Switch,
|
|
7
8
|
TextInput,
|
|
8
9
|
} from '@vixoniccom/modules'
|
|
9
10
|
|
|
@@ -90,4 +91,13 @@ export const appearanceInputs = [
|
|
|
90
91
|
label: 'Márgenes',
|
|
91
92
|
description: 'CSS para dar espacio arriba/derecha/abajo/izquieda.',
|
|
92
93
|
}),
|
|
94
|
+
|
|
95
|
+
new Label({ label: 'Visualizador de error' }),
|
|
96
|
+
new Switch({
|
|
97
|
+
id: 'showApiError',
|
|
98
|
+
label: 'Mensaje de error',
|
|
99
|
+
displayOnTrue: 'mensaje de la API',
|
|
100
|
+
displayOnFalse: 'mensaje por defecto',
|
|
101
|
+
defaultValue: false,
|
|
102
|
+
}),
|
|
93
103
|
]
|
|
@@ -52,24 +52,9 @@ export const dataInputs = [
|
|
|
52
52
|
id: 'photosZip',
|
|
53
53
|
label: 'Archivo Zip para fotos',
|
|
54
54
|
extensions: ['zip'],
|
|
55
|
-
show: serviceEnabled.birthdayAppServiceEnabled
|
|
55
|
+
show: `${serviceEnabled.birthdayAppServiceEnabled} || ${serviceEnabled.localAppSheetsServiceEnabled}`
|
|
56
56
|
}),
|
|
57
57
|
new Label({ label: 'Funcionamiento' }),
|
|
58
|
-
new SelectInput({
|
|
59
|
-
id: 'updateTime',
|
|
60
|
-
label: 'Actualización',
|
|
61
|
-
items: [
|
|
62
|
-
{ label: '10 minutos', value: 600000 },
|
|
63
|
-
{ label: '30 minutos', value: 1800000 },
|
|
64
|
-
{ label: '1 hora', value: 3600000 },
|
|
65
|
-
{ label: '6 horas', value: 21600000 },
|
|
66
|
-
{ label: '12 horas', value: 43200000 },
|
|
67
|
-
{ label: 'Diario', value: 86400000 },
|
|
68
|
-
{ label: 'Semanal', value: 604800000 },
|
|
69
|
-
],
|
|
70
|
-
defaultValue: 86400000,
|
|
71
|
-
description: 'Tiempo de actualización de los datos. Por defecto, diario.',
|
|
72
|
-
}),
|
|
73
58
|
new TextInput({ id: 'defaultMessage', label: 'Sin cumpleaños' }),
|
|
74
59
|
new TextFormat({ id: 'defaultMessageFormat', label: 'Formato Mensaje sin cumpleaños' }),
|
|
75
60
|
]
|
package/configuration.json
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
{
|
|
77
77
|
"id": "photosZip",
|
|
78
78
|
"label": "Archivo Zip para fotos",
|
|
79
|
-
"show": "{{displayService}} === \"BirthdayAppService\"",
|
|
79
|
+
"show": "{{displayService}} === \"BirthdayAppService\" || {{displayService}} === \"LocalAppSheetsService\"",
|
|
80
80
|
"type": "select-asset-kna-input",
|
|
81
81
|
"extensions": [
|
|
82
82
|
"zip"
|
|
@@ -87,43 +87,6 @@
|
|
|
87
87
|
"type": "label",
|
|
88
88
|
"label": "Funcionamiento"
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
"id": "updateTime",
|
|
92
|
-
"label": "Actualización",
|
|
93
|
-
"type": "select-input",
|
|
94
|
-
"description": "Tiempo de actualización de los datos. Por defecto, diario.",
|
|
95
|
-
"items": [
|
|
96
|
-
{
|
|
97
|
-
"label": "10 minutos",
|
|
98
|
-
"value": 600000
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"label": "30 minutos",
|
|
102
|
-
"value": 1800000
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"label": "1 hora",
|
|
106
|
-
"value": 3600000
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"label": "6 horas",
|
|
110
|
-
"value": 21600000
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"label": "12 horas",
|
|
114
|
-
"value": 43200000
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"label": "Diario",
|
|
118
|
-
"value": 86400000
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"label": "Semanal",
|
|
122
|
-
"value": 604800000
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"defaultValue": 86400000
|
|
126
|
-
},
|
|
127
90
|
{
|
|
128
91
|
"id": "defaultMessage",
|
|
129
92
|
"label": "Sin cumpleaños",
|
|
@@ -269,6 +232,18 @@
|
|
|
269
232
|
"type": "text-input",
|
|
270
233
|
"description": "CSS para dar espacio arriba/derecha/abajo/izquieda.",
|
|
271
234
|
"required": false
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"type": "label",
|
|
238
|
+
"label": "Visualizador de error"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": "showApiError",
|
|
242
|
+
"label": "Mensaje de error",
|
|
243
|
+
"type": "switch",
|
|
244
|
+
"defaultValue": false,
|
|
245
|
+
"displayOnTrue": "mensaje de la API",
|
|
246
|
+
"displayOnFalse": "mensaje por defecto"
|
|
272
247
|
}
|
|
273
248
|
]
|
|
274
249
|
},
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "Lorenzo Alfaro Bravo"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.7.10-dev.
|
|
11
|
+
"version": "0.7.10-dev.10",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"prepublish": "vixonic-module-packager --mode=build",
|
|
14
14
|
"watch": "vixonic-module-packager --mode=watch",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/lodash": "^4.17.0",
|
|
30
30
|
"@types/react": "^18.3.23",
|
|
31
31
|
"@types/react-dom": "^18.3.7",
|
|
32
|
-
"@vixoniccom/module-packager": "2.
|
|
32
|
+
"@vixoniccom/module-packager": "^2.13.0",
|
|
33
33
|
"@vixoniccom/modules": "^2.25.0-dev.6",
|
|
34
34
|
"standard-version": "^9.5.0"
|
|
35
35
|
}
|