@vixoniccom/news-internal 0.4.13-beta.6 → 0.4.13-beta.8

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,10 @@
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.4.13-beta.8](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.7...v0.4.13-beta.8) (2023-05-15)
6
+
7
+ ### [0.4.13-beta.7](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.6...v0.4.13-beta.7) (2023-05-15)
8
+
5
9
  ### [0.4.13-beta.6](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.5...v0.4.13-beta.6) (2023-05-11)
6
10
 
7
11
  ### [0.4.13-beta.5](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.4...v0.4.13-beta.5) (2023-05-11)
package/build.zip CHANGED
Binary file
@@ -108,13 +108,21 @@
108
108
  "show": "{{qrCodeEnabled}} === true",
109
109
  "type": "text-input",
110
110
  "required": false
111
+ },
112
+ {
113
+ "id": "expirationDate",
114
+ "label": "Fecha de expiración Noticia",
115
+ "type": "date-input",
116
+ "required": false
117
+
111
118
  }
112
119
  ],
113
120
  "description": "Lista de noticias",
114
- "itemDisplayClass": "2-lines",
121
+ "itemDisplayClass": "3-lines",
115
122
  "itemDisplayAttributes": {
116
123
  "title": "title",
117
- "subtitle": "description"
124
+ "subtitle": "description",
125
+ "expirationDate": "expirationDate"
118
126
  },
119
127
  "sortable": true
120
128
  },
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "author": {
8
8
  "name": ""
9
9
  },
10
- "version": "0.4.13-beta.6",
10
+ "version": "0.4.13-beta.8",
11
11
  "scripts": {
12
12
  "prepublishOnly": "vixonic-module-packager --mode=build",
13
13
  "watch": "vixonic-module-packager --mode=watch",
@@ -19,13 +19,14 @@
19
19
  "prerelease-dev": "standard-version --prerelease dev"
20
20
  },
21
21
  "dependencies": {
22
+ "@vixoniccom/module-packager": "^2.9.0",
23
+ "dayjs": "^1.11.7",
22
24
  "react": "^16.14.0",
23
25
  "react-dom": "^16.14.0",
24
26
  "react-qr-code": "^2.0.2",
25
27
  "react-quill": "^1.3.5",
26
28
  "react-transition-group": "^4.4.2",
27
- "uuid": "^8.3.2",
28
- "@vixoniccom/module-packager": "^2.9.0"
29
+ "uuid": "^8.3.2"
29
30
  },
30
31
  "devDependencies": {
31
32
  "@types/node": "^12.20.29",
@@ -34,7 +35,7 @@
34
35
  "@types/react-transition-group": "^4.4.3",
35
36
  "@types/uuid": "^8.3.1",
36
37
  "@vixoniccom/module-packager": "^2.6.0-rc.0",
37
- "@vixoniccom/modules": "^2.13.0-rc.0",
38
+ "@vixoniccom/modules": "^2.16.1-dev.0",
38
39
  "standard-version": "^9.3.1"
39
40
  }
40
41
  }