neo.mjs 9.10.2 → 9.10.4

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/ServiceWorker.mjs CHANGED
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
20
20
  */
21
21
  singleton: true,
22
22
  /**
23
- * @member {String} version='9.10.2'
23
+ * @member {String} version='9.10.4'
24
24
  */
25
- version: '9.10.2'
25
+ version: '9.10.4'
26
26
  }
27
27
 
28
28
  /**
@@ -4,7 +4,7 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
  <meta charset="UTF-8">
6
6
  <title>Neo.mjs</title>
7
- <meta name="description" content="Neo.mjs provides a new approach for building feature-rich web applications. Increase productivity by leveraging a vast component library and harness the power of multi-threading for extreme real-time performance.">
7
+ <meta name="description" content="Solve your toughest UI performance challenges with Neo.mjs: a multi-threaded JavaScript framework for extreme real-time web applications, complex dashboards, and unmatched developer productivity.">
8
8
  <meta name="robots" content="index, follow">
9
9
  <script type="application/ld+json">
10
10
  {
@@ -16,7 +16,7 @@
16
16
  "@type": "Organization",
17
17
  "name": "Neo.mjs"
18
18
  },
19
- "datePublished": "2025-06-04",
19
+ "datePublished": "2025-06-06",
20
20
  "publisher": {
21
21
  "@type": "Organization",
22
22
  "name": "Neo.mjs"
@@ -1,29 +1,35 @@
1
1
  [{
2
- "id" : 21,
2
+ "id" : 22,
3
3
  "environments": ["Desktop", "Mobile"],
4
4
  "image" : "devmode/bigData.png",
5
5
  "name" : "Buffered Data Grid with 5M cells",
6
6
  "sourceUrl" : "examples/grid/bigData",
7
7
  "url" : "dist/esm/examples/grid/bigData/index.html"
8
8
  }, {
9
- "id" : 20,
9
+ "id" : 21,
10
10
  "image" : "devmode/sharedcovid.png",
11
11
  "name" : "Multi Window Covid App",
12
12
  "sharedWorkers": true,
13
13
  "sourceUrl" : "apps/sharedcovid",
14
14
  "url" : "dist/esm/apps/sharedcovid/index.html#mainview=table"
15
15
  }, {
16
- "id" : 19,
16
+ "id" : 20,
17
17
  "image" : "devmode/calendar-preview.png",
18
18
  "name" : "Calendar",
19
19
  "sourceUrl": "src/calendar",
20
20
  "url" : "dist/esm/examples/calendar/basic/index.html"
21
21
  }, {
22
- "id" : 18,
22
+ "id" : 19,
23
23
  "image" : "devmode/helix.png",
24
24
  "name" : "component.Helix",
25
25
  "sourceUrl": "examples/component/helix",
26
26
  "url" : "dist/esm/examples/component/helix/index.html"
27
+ }, {
28
+ "id" : 18,
29
+ "image" : "devmode/offscreenCanvas.png",
30
+ "name" : "OffscreenCanvas",
31
+ "sourceUrl": "https://github.com/neomjs/offscreen-canvas/tree/main/apps/myapp",
32
+ "url" : "https://neomjs.github.io/pages2/workspace/neo-offscreen-canvas-demo/dist/esm/apps/myapp/index.html"
27
33
  }, {
28
34
  "id" : 17,
29
35
  "image" : "devmode/mwCoronaGallery.png",
@@ -107,7 +107,7 @@ class FooterContainer extends Container {
107
107
  }, {
108
108
  module: Component,
109
109
  cls : ['neo-version'],
110
- html : 'v9.10.2'
110
+ html : 'v9.10.4'
111
111
  }]
112
112
  }],
113
113
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "neo.mjs",
3
- "version" : "9.10.2",
3
+ "version" : "9.10.4",
4
4
  "description" : "The webworkers driven UI framework",
5
5
  "type" : "module",
6
6
  "repository" : {
@@ -66,11 +66,11 @@
66
66
  "postcss" : "^8.5.4",
67
67
  "sass" : "^1.89.1",
68
68
  "siesta-lite" : "5.5.2",
69
- "terser" : "^5.40.0",
69
+ "terser" : "^5.41.0",
70
70
  "url" : "^0.11.4",
71
71
  "webpack" : "^5.99.9",
72
72
  "webpack-cli" : "^6.0.1",
73
- "webpack-dev-server" : "^5.2.1",
73
+ "webpack-dev-server" : "^5.2.2",
74
74
  "webpack-hook-plugin" : "^1.0.7",
75
75
  "webpack-node-externals" : "^3.0.0"
76
76
  },
@@ -264,12 +264,12 @@ const DefaultConfig = {
264
264
  useVdomWorker: true,
265
265
  /**
266
266
  * buildScripts/injectPackageVersion.mjs will update this value
267
- * @default '9.10.2'
267
+ * @default '9.10.4'
268
268
  * @memberOf! module:Neo
269
269
  * @name config.version
270
270
  * @type String
271
271
  */
272
- version: '9.10.2'
272
+ version: '9.10.4'
273
273
  };
274
274
 
275
275
  Object.assign(DefaultConfig, {
@@ -57,12 +57,12 @@ class AnimatedCurrency extends AnimatedChange {
57
57
  * @param {Number|String} data.value
58
58
  * @returns {*}
59
59
  */
60
- cellRenderer({value}) {
60
+ cellRenderer({column, value}) {
61
61
  if (value === null || value === undefined) {
62
62
  return ''
63
63
  }
64
64
 
65
- return this.formatter.format(value)
65
+ return column.formatter.format(value)
66
66
  }
67
67
 
68
68
  /**