neo.mjs 6.16.3 → 6.16.5
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/apps/portal/data/blog.json +13 -0
- package/apps/portal/view/blog/List.mjs +4 -4
- package/apps/website/data/blog.json +13 -0
- package/apps/website/view/blog/List.mjs +4 -4
- package/package.json +4 -4
- package/resources/scss/src/apps/portal/blog/List.scss +1 -1
- package/resources/scss/src/apps/website/blog/List.scss +1 -1
@@ -1,4 +1,17 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"author" : "Tobias Uhlig",
|
4
|
+
"authorImage" : "author_TobiasUhlig.jpeg",
|
5
|
+
"date" : "Jun 17, 2024",
|
6
|
+
"id" : 58,
|
7
|
+
"image" : "Sharing_real_time_data.png",
|
8
|
+
"name" : "Sharing real-time WebSocket data across multiple browser windows",
|
9
|
+
"provider" : "Medium",
|
10
|
+
"publisher" : "ITNEXT",
|
11
|
+
"selectedInto": [],
|
12
|
+
"type" : "Blog Post",
|
13
|
+
"url" : "https://itnext.io/sharing-real-time-websocket-data-across-multiple-browser-windows-4e0538dd7563?source=friends_link&sk=9efb3e4f38c82fb3e04899c61bb5fcb8"
|
14
|
+
},
|
2
15
|
{
|
3
16
|
"author" : "Torsten Dinkheller",
|
4
17
|
"authorImage" : "author_TorstenDinkheller.jpg",
|
@@ -73,10 +73,10 @@ class List extends BaseList {
|
|
73
73
|
|
74
74
|
const vdomCn = [
|
75
75
|
{cls: ['content'], cn: [
|
76
|
-
{cls: ['neo-full-size', 'preview-image'], style: {
|
77
|
-
backgroundImage: `url('${basePath}/blog/${record.image}'), linear-gradient(#777, #333)`}
|
78
|
-
},
|
79
76
|
{cls: ['neo-relative'], cn: [
|
77
|
+
{cls: ['neo-full-size', 'preview-image'], style: {
|
78
|
+
backgroundImage: `url('${basePath}/blog/${record.image}'), linear-gradient(#777, #333)`}
|
79
|
+
},
|
80
80
|
{cls: ['neo-absolute', 'neo-item-bottom-position'], cn: [
|
81
81
|
{tag: 'a', cls: ['neo-title'], href: record.url, target: '_blank', cn: [
|
82
82
|
{flag: 'name', html: record.name.replace(List.nameRegEx, "$1")}
|
@@ -103,7 +103,7 @@ class List extends BaseList {
|
|
103
103
|
}
|
104
104
|
|
105
105
|
if (record.selectedInto.length > 0) {
|
106
|
-
vdomCn[0].cn[
|
106
|
+
vdomCn[0].cn[0].cn.splice(1, 0,
|
107
107
|
{cls: ['neo-absolute', 'neo-item-top-position'], cn: [
|
108
108
|
{html: `Officially selected by ${record.provider} into`},
|
109
109
|
{cls: ['neo-bold'], html: record.selectedInto.join('</br>')}
|
@@ -1,4 +1,17 @@
|
|
1
1
|
[
|
2
|
+
{
|
3
|
+
"author" : "Tobias Uhlig",
|
4
|
+
"authorImage" : "author_TobiasUhlig.jpeg",
|
5
|
+
"date" : "Jun 17, 2024",
|
6
|
+
"id" : 58,
|
7
|
+
"image" : "Sharing_real_time_data.png",
|
8
|
+
"name" : "Sharing real-time WebSocket data across multiple browser windows",
|
9
|
+
"provider" : "Medium",
|
10
|
+
"publisher" : "ITNEXT",
|
11
|
+
"selectedInto": [],
|
12
|
+
"type" : "Blog Post",
|
13
|
+
"url" : "https://itnext.io/sharing-real-time-websocket-data-across-multiple-browser-windows-4e0538dd7563?source=friends_link&sk=9efb3e4f38c82fb3e04899c61bb5fcb8"
|
14
|
+
},
|
2
15
|
{
|
3
16
|
"author" : "Torsten Dinkheller",
|
4
17
|
"authorImage" : "author_TorstenDinkheller.jpg",
|
@@ -73,10 +73,10 @@ class List extends BaseList {
|
|
73
73
|
|
74
74
|
const vdomCn = [
|
75
75
|
{cls: ['content'], cn: [
|
76
|
-
{cls: ['neo-full-size', 'preview-image'], style: {
|
77
|
-
backgroundImage: `url('${basePath}/blog/${record.image}'), linear-gradient(#777, #333)`}
|
78
|
-
},
|
79
76
|
{cls: ['neo-relative'], cn: [
|
77
|
+
{cls: ['neo-full-size', 'preview-image'], style: {
|
78
|
+
backgroundImage: `url('${basePath}/blog/${record.image}'), linear-gradient(#777, #333)`}
|
79
|
+
},
|
80
80
|
{cls: ['neo-absolute', 'neo-item-bottom-position'], cn: [
|
81
81
|
{tag: 'a', cls: ['neo-title'], href: record.url, target: '_blank', cn: [
|
82
82
|
{flag: 'name', html: record.name.replace(List.nameRegEx, "$1")}
|
@@ -103,7 +103,7 @@ class List extends BaseList {
|
|
103
103
|
}
|
104
104
|
|
105
105
|
if (record.selectedInto.length > 0) {
|
106
|
-
vdomCn[0].cn[
|
106
|
+
vdomCn[0].cn[0].cn.splice(1, 0,
|
107
107
|
{cls: ['neo-absolute', 'neo-item-top-position'], cn: [
|
108
108
|
{html: `Officially selected by ${record.provider} into`},
|
109
109
|
{cls: ['neo-bold'], html: record.selectedInto.join('</br>')}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "neo.mjs",
|
3
|
-
"version": "6.16.
|
3
|
+
"version": "6.16.5",
|
4
4
|
"description": "The webworkers driven UI framework",
|
5
5
|
"type": "module",
|
6
6
|
"repository": {
|
@@ -53,15 +53,15 @@
|
|
53
53
|
"fs-extra": "^11.2.0",
|
54
54
|
"highlightjs-line-numbers.js": "^2.8.0",
|
55
55
|
"inquirer": "^9.2.23",
|
56
|
-
"marked": "^
|
56
|
+
"marked": "^13.0.0",
|
57
57
|
"monaco-editor": "^0.49.0",
|
58
58
|
"neo-jsdoc": "1.0.1",
|
59
59
|
"neo-jsdoc-x": "1.0.5",
|
60
60
|
"postcss": "^8.4.38",
|
61
|
-
"sass": "^1.77.
|
61
|
+
"sass": "^1.77.5",
|
62
62
|
"siesta-lite": "5.5.2",
|
63
63
|
"url": "^0.11.3",
|
64
|
-
"webpack": "^5.
|
64
|
+
"webpack": "^5.92.0",
|
65
65
|
"webpack-cli": "^5.1.4",
|
66
66
|
"webpack-dev-server": "^5.0.4",
|
67
67
|
"webpack-hook-plugin": "^1.0.7",
|