@vixoniccom/news-internal 0.4.13-beta.5 → 0.4.13-beta.7
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 +4 -0
- package/build.zip +0 -0
- package/configuration.json +9 -1
- package/package.json +4 -3
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.7](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.6...v0.4.13-beta.7) (2023-05-15)
|
|
6
|
+
|
|
7
|
+
### [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)
|
|
8
|
+
|
|
5
9
|
### [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)
|
|
6
10
|
|
|
7
11
|
### [0.4.13-beta.4](https://bitbucket.org/rexmas_cl/news-internal/compare/v0.4.13-beta.3...v0.4.13-beta.4) (2023-05-10)
|
package/build.zip
CHANGED
|
Binary file
|
package/configuration.json
CHANGED
|
@@ -108,13 +108,21 @@
|
|
|
108
108
|
"show": "{{qrCodeEnabled}} === true",
|
|
109
109
|
"type": "text-input",
|
|
110
110
|
"required": false
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "dateExpiration",
|
|
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
121
|
"itemDisplayClass": "2-lines",
|
|
115
122
|
"itemDisplayAttributes": {
|
|
116
123
|
"title": "title",
|
|
117
|
-
"subtitle": "description"
|
|
124
|
+
"subtitle": "description",
|
|
125
|
+
"dateExpiration": "dateExpiration"
|
|
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.
|
|
10
|
+
"version": "0.4.13-beta.7",
|
|
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",
|