@vixoniccom/birthdays 0.7.4-dev.2 → 0.7.4-dev.3

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
@@ -2,6 +2,13 @@
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.4-dev.3](https://github.com/Vixonic/store-birthdays/compare/v0.7.4-dev.2...v0.7.4-dev.3) (2025-07-09)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * button redirect document ([84462fa](https://github.com/Vixonic/store-birthdays/commit/84462faa03284cfacb692cbeba18424f29c4b92d))
11
+
5
12
  ### [0.7.4-dev.2](https://github.com/Vixonic/store-birthdays/compare/v0.7.4-dev.1...v0.7.4-dev.2) (2025-07-09)
6
13
 
7
14
  ### [0.7.4-dev.1](https://github.com/Vixonic/store-birthdays/compare/v0.7.4-dev.0...v0.7.4-dev.1) (2025-07-09)
@@ -1,4 +1,4 @@
1
- import { Label, RedirectButton, SelectAssetKna, SelectInput, ServiceInput, TextFormat, TextInput } from '@vixoniccom/modules'
1
+ import { Label, SelectAssetKna, SelectInput, ServiceInput, TextFormat, TextInput } from '@vixoniccom/modules'
2
2
  import { serviceEnabled } from '../utils'
3
3
 
4
4
  export const dataInputs = [
@@ -32,7 +32,6 @@ export const dataInputs = [
32
32
  serviceType: 'RexmasBirthdayService',
33
33
  show: serviceEnabled.rexmasServiceEnabled
34
34
  }),
35
- new RedirectButton({id: 'documentService', label: 'Ir al documento', show: serviceEnabled.birthdayAppServiceEnabled}),
36
35
  new SelectAssetKna({
37
36
  id: 'photosZip',
38
37
  label: 'Archivo Zip para fotos',
@@ -13,6 +13,5 @@ export const documentTab = new Group({
13
13
  label: 'Documento',
14
14
  items: [
15
15
  new RedirectButton({id: 'documentService', label: 'Ir al documento', show: serviceEnabled.birthdayAppServiceEnabled}),
16
- ],
17
- show: serviceEnabled.birthdayAppServiceEnabled,
16
+ ]
18
17
  })
@@ -3,7 +3,6 @@
3
3
  {
4
4
  "id": "documentTab",
5
5
  "label": "Documento",
6
- "show": "{{displayService}} === \"BirthdayAppService\"",
7
6
  "type": "group",
8
7
  "items": [
9
8
  {
@@ -65,12 +64,6 @@
65
64
  "type": "service-input",
66
65
  "serviceType": "RexmasBirthdayService"
67
66
  },
68
- {
69
- "id": "documentService",
70
- "label": "Ir al documento",
71
- "show": "{{displayService}} === \"BirthdayAppService\"",
72
- "type": "redirect-button"
73
- },
74
67
  {
75
68
  "id": "photosZip",
76
69
  "label": "Archivo Zip para fotos",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "author": {
9
9
  "name": "Lorenzo Alfaro Bravo"
10
10
  },
11
- "version": "0.7.4-dev.2",
11
+ "version": "0.7.4-dev.3",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",