neo.mjs 10.0.0-alpha.5 → 10.0.0-beta.2
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 +2 -2
- package/apps/colors/view/GridContainer.mjs +1 -1
- package/apps/covid/view/AttributionComponent.mjs +1 -1
- package/apps/covid/view/HeaderContainer.mjs +6 -6
- package/apps/covid/view/MainContainerController.mjs +5 -5
- package/apps/covid/view/TableContainerController.mjs +1 -1
- package/apps/covid/view/country/Gallery.mjs +13 -13
- package/apps/covid/view/country/Helix.mjs +13 -13
- package/apps/covid/view/country/HistoricalDataTable.mjs +1 -1
- package/apps/email/view/Viewport.mjs +2 -2
- package/apps/form/view/SideNavList.mjs +1 -1
- package/apps/portal/index.html +1 -1
- package/apps/portal/resources/data/examples_devmode.json +26 -27
- package/apps/portal/resources/data/examples_dist_dev.json +26 -27
- package/apps/portal/resources/data/examples_dist_esm.json +25 -26
- package/apps/portal/resources/data/examples_dist_prod.json +26 -27
- package/apps/portal/view/HeaderToolbar.mjs +3 -3
- package/apps/portal/view/about/Container.mjs +2 -2
- package/apps/portal/view/about/MemberContainer.mjs +3 -3
- package/apps/portal/view/blog/List.mjs +7 -7
- package/apps/portal/view/examples/List.mjs +4 -4
- package/apps/portal/view/home/ContentBox.mjs +2 -2
- package/apps/portal/view/home/FeatureSection.mjs +3 -3
- package/apps/portal/view/home/FooterContainer.mjs +7 -7
- package/apps/portal/view/home/parts/AfterMath.mjs +3 -3
- package/apps/portal/view/home/parts/MainNeo.mjs +3 -3
- package/apps/portal/view/home/parts/References.mjs +6 -6
- package/apps/portal/view/learn/ContentComponent.mjs +102 -111
- package/apps/portal/view/learn/PageSectionsContainer.mjs +1 -1
- package/apps/portal/view/learn/PageSectionsList.mjs +2 -2
- package/apps/portal/view/services/Component.mjs +16 -16
- package/apps/realworld/view/FooterComponent.mjs +1 -1
- package/apps/realworld/view/HeaderComponent.mjs +8 -8
- package/apps/realworld/view/HomeComponent.mjs +6 -6
- package/apps/realworld/view/article/CommentComponent.mjs +4 -4
- package/apps/realworld/view/article/Component.mjs +14 -14
- package/apps/realworld/view/article/CreateCommentComponent.mjs +3 -3
- package/apps/realworld/view/article/CreateComponent.mjs +3 -3
- package/apps/realworld/view/article/PreviewComponent.mjs +1 -1
- package/apps/realworld/view/article/TagListComponent.mjs +2 -2
- package/apps/realworld/view/user/ProfileComponent.mjs +8 -8
- package/apps/realworld/view/user/SettingsComponent.mjs +4 -4
- package/apps/realworld/view/user/SignUpComponent.mjs +4 -4
- package/apps/realworld2/view/FooterComponent.mjs +1 -1
- package/apps/realworld2/view/HomeContainer.mjs +3 -3
- package/apps/realworld2/view/article/DetailsContainer.mjs +1 -1
- package/apps/realworld2/view/article/PreviewComponent.mjs +7 -7
- package/apps/realworld2/view/article/TagListComponent.mjs +2 -2
- package/apps/realworld2/view/user/ProfileContainer.mjs +1 -1
- package/apps/route/view/center/CardAdministration.mjs +2 -2
- package/apps/route/view/center/CardAdministrationDenied.mjs +1 -1
- package/apps/route/view/center/CardContact.mjs +2 -2
- package/apps/route/view/center/CardHome.mjs +1 -1
- package/apps/route/view/center/CardSection1.mjs +1 -1
- package/apps/route/view/center/CardSection2.mjs +1 -1
- package/apps/sharedcovid/view/AttributionComponent.mjs +1 -1
- package/apps/sharedcovid/view/HeaderContainer.mjs +6 -6
- package/apps/sharedcovid/view/MainContainerController.mjs +5 -5
- package/apps/sharedcovid/view/TableContainerController.mjs +1 -1
- package/apps/sharedcovid/view/country/Gallery.mjs +13 -13
- package/apps/sharedcovid/view/country/Helix.mjs +13 -13
- package/apps/sharedcovid/view/country/HistoricalDataTable.mjs +1 -1
- package/apps/shareddialog/childapps/shareddialog2/view/MainContainer.mjs +1 -1
- package/apps/shareddialog/view/MainContainer.mjs +1 -1
- package/buildScripts/createApp.mjs +2 -2
- package/examples/table/cellEditing/MainContainer.mjs +1 -1
- package/examples/table/container/MainContainer.mjs +3 -3
- package/examples/table/nestedRecordFields/Viewport.mjs +6 -6
- package/examples/tableFiltering/MainContainer.mjs +1 -1
- package/examples/tablePerformance/MainContainer.mjs +1 -1
- package/examples/tablePerformance/MainContainer2.mjs +1 -1
- package/examples/tablePerformance/MainContainer3.mjs +2 -2
- package/examples/tableStore/MainContainer.mjs +2 -2
- package/learn/Glossary.md +261 -0
- package/learn/UsingTheseTopics.md +2 -2
- package/learn/benefits/ConfigSystem.md +538 -28
- package/learn/benefits/Effort.md +47 -2
- package/learn/benefits/Features.md +50 -32
- package/learn/benefits/FormsEngine.md +68 -38
- package/learn/benefits/MultiWindow.md +33 -7
- package/learn/benefits/OffTheMainThread.md +2 -2
- package/learn/benefits/Quick.md +45 -12
- package/learn/benefits/RPCLayer.md +75 -0
- package/learn/benefits/Speed.md +16 -11
- package/learn/gettingstarted/ComponentModels.md +4 -4
- package/learn/gettingstarted/Config.md +6 -6
- package/learn/gettingstarted/DescribingTheUI.md +4 -4
- package/learn/gettingstarted/Events.md +6 -6
- package/learn/gettingstarted/Extending.md +4 -4
- package/learn/gettingstarted/References.md +6 -6
- package/learn/gettingstarted/Workspaces.md +6 -6
- package/learn/guides/ApplicationBootstrap.md +26 -26
- package/learn/guides/ComponentsAndContainers.md +12 -12
- package/learn/guides/ConfigSystemDeepDive.md +280 -0
- package/learn/guides/CustomComponents.md +2 -2
- package/learn/guides/DeclarativeComponentTreesVsImperativeVdom.md +17 -17
- package/learn/guides/InstanceLifecycle.md +295 -1
- package/learn/guides/MainThreadAddons.md +475 -0
- package/learn/guides/PortalApp.md +2 -2
- package/learn/guides/StateProviders.md +12 -12
- package/learn/guides/WorkingWithVDom.md +14 -14
- package/learn/guides/events/CustomEvents.md +16 -16
- package/learn/guides/events/DomEvents.md +12 -12
- package/learn/javascript/ClassFeatures.md +3 -2
- package/learn/javascript/Classes.md +8 -8
- package/learn/javascript/NewNode.md +4 -4
- package/learn/javascript/Overrides.md +8 -8
- package/learn/javascript/Super.md +10 -8
- package/learn/tree.json +52 -51
- package/learn/tutorials/Earthquakes.md +54 -57
- package/learn/tutorials/TodoList.md +4 -4
- package/package.json +2 -2
- package/resources/scss/src/apps/portal/learn/ContentComponent.scss +12 -0
- package/resources/scss/src/table/{View.scss → Body.scss} +1 -1
- package/resources/scss/src/table/plugin/CellEditing.scss +1 -1
- package/resources/scss/theme-dark/table/{View.scss → Body.scss} +1 -1
- package/resources/scss/theme-light/table/{View.scss → Body.scss} +1 -1
- package/resources/scss/theme-neo-light/Global.scss +1 -2
- package/resources/scss/theme-neo-light/table/{View.scss → Body.scss} +1 -1
- package/src/DefaultConfig.mjs +2 -2
- package/src/Main.mjs +8 -7
- package/src/Neo.mjs +16 -2
- package/src/button/Base.mjs +2 -2
- package/src/calendar/view/SettingsContainer.mjs +2 -2
- package/src/calendar/view/YearComponent.mjs +9 -9
- package/src/calendar/view/calendars/ColorsList.mjs +1 -1
- package/src/calendar/view/calendars/List.mjs +1 -1
- package/src/calendar/view/month/Component.mjs +15 -15
- package/src/calendar/view/week/Component.mjs +12 -12
- package/src/calendar/view/week/EventDragZone.mjs +4 -4
- package/src/calendar/view/week/TimeAxisComponent.mjs +3 -3
- package/src/component/Base.mjs +17 -2
- package/src/component/Carousel.mjs +2 -2
- package/src/component/Chip.mjs +3 -3
- package/src/component/Circle.mjs +2 -2
- package/src/component/DateSelector.mjs +8 -8
- package/src/component/Helix.mjs +1 -1
- package/src/component/Label.mjs +3 -18
- package/src/component/Legend.mjs +3 -3
- package/src/component/MagicMoveText.mjs +6 -14
- package/src/component/Process.mjs +3 -3
- package/src/component/Progress.mjs +1 -1
- package/src/component/StatusBadge.mjs +2 -2
- package/src/component/Timer.mjs +2 -2
- package/src/component/Toast.mjs +5 -3
- package/src/container/AccordionItem.mjs +2 -2
- package/src/container/Base.mjs +1 -1
- package/src/core/Base.mjs +77 -14
- package/src/core/Util.mjs +14 -2
- package/src/date/DayViewComponent.mjs +2 -2
- package/src/date/SelectorContainer.mjs +1 -1
- package/src/draggable/grid/header/toolbar/SortZone.mjs +21 -21
- package/src/draggable/table/header/toolbar/SortZone.mjs +1 -1
- package/src/form/field/CheckBox.mjs +4 -4
- package/src/form/field/FileUpload.mjs +25 -39
- package/src/form/field/Range.mjs +1 -1
- package/src/form/field/Text.mjs +3 -3
- package/src/form/field/TextArea.mjs +2 -3
- package/src/grid/Body.mjs +8 -5
- package/src/grid/_export.mjs +1 -1
- package/src/list/Color.mjs +2 -2
- package/src/main/DeltaUpdates.mjs +157 -98
- package/src/main/addon/AmCharts.mjs +61 -84
- package/src/main/addon/Base.mjs +161 -42
- package/src/main/addon/GoogleMaps.mjs +9 -16
- package/src/main/addon/HighlightJS.mjs +2 -13
- package/src/main/addon/IntersectionObserver.mjs +21 -21
- package/src/main/addon/MonacoEditor.mjs +32 -64
- package/src/manager/ClassHierarchy.mjs +114 -0
- package/src/menu/List.mjs +1 -1
- package/src/plugin/Popover.mjs +2 -2
- package/src/sitemap/Component.mjs +1 -1
- package/src/table/{View.mjs → Body.mjs} +25 -22
- package/src/table/Container.mjs +43 -43
- package/src/table/_export.mjs +2 -2
- package/src/table/plugin/CellEditing.mjs +19 -19
- package/src/tooltip/Base.mjs +1 -6
- package/src/tree/Accordion.mjs +3 -3
- package/src/vdom/Helper.mjs +19 -22
- package/src/worker/App.mjs +1 -2
- package/src/worker/Base.mjs +7 -5
- package/src/worker/Canvas.mjs +2 -3
- package/src/worker/Data.mjs +5 -7
- package/src/worker/Task.mjs +2 -3
- package/src/worker/VDom.mjs +3 -4
- package/src/worker/mixin/RemoteMethodAccess.mjs +5 -2
- package/learn/guides/MainThreadAddonExample.md +0 -15
- package/learn/guides/MainThreadAddonIntro.md +0 -44
@@ -1,137 +1,136 @@
|
|
1
1
|
[{
|
2
2
|
"id" : 23,
|
3
3
|
"environments": ["Desktop", "Mobile"],
|
4
|
-
"image" : "devmode/liquid-glass.png",
|
5
|
-
"name" : "Liquid Glass effect",
|
6
|
-
"sourceUrl" : "https://github.com/neomjs/liquid-glass-demo/blob/main/apps/myapp/view/GlassComponent.mjs",
|
7
|
-
"url" : "https://neomjs.github.io/pages2/workspace/neo-liquid-glass-demo/dist/esm/apps/myapp/index.html"
|
8
|
-
}, {
|
9
|
-
"id" : 22,
|
10
|
-
"environments": ["Desktop", "Mobile"],
|
11
4
|
"image" : "devmode/bigData.png",
|
12
5
|
"name" : "Buffered Data Grid with 5M cells",
|
13
6
|
"sourceUrl" : "examples/grid/bigData",
|
14
7
|
"url" : "dist/esm/examples/grid/bigData/index.html"
|
15
8
|
}, {
|
16
|
-
"id" :
|
9
|
+
"id" : 22,
|
17
10
|
"image" : "devmode/sharedcovid.png",
|
18
11
|
"name" : "Multi Window Covid App",
|
19
12
|
"sharedWorkers": true,
|
20
13
|
"sourceUrl" : "apps/sharedcovid",
|
21
14
|
"url" : "dist/esm/apps/sharedcovid/index.html#mainview=table"
|
22
15
|
}, {
|
23
|
-
"id" :
|
16
|
+
"id" : 21,
|
24
17
|
"image" : "devmode/calendar-preview.png",
|
25
18
|
"name" : "Calendar",
|
26
19
|
"sourceUrl": "src/calendar",
|
27
20
|
"url" : "dist/esm/examples/calendar/basic/index.html"
|
28
21
|
}, {
|
29
|
-
"id" :
|
22
|
+
"id" : 20,
|
30
23
|
"image" : "devmode/helix.png",
|
31
24
|
"name" : "component.Helix",
|
32
25
|
"sourceUrl": "examples/component/helix",
|
33
26
|
"url" : "dist/esm/examples/component/helix/index.html"
|
34
27
|
}, {
|
35
|
-
"id" :
|
28
|
+
"id" : 19,
|
36
29
|
"image" : "devmode/offscreenCanvas.png",
|
37
30
|
"name" : "OffscreenCanvas",
|
38
31
|
"sourceUrl": "https://github.com/neomjs/offscreen-canvas/tree/main/apps/myapp",
|
39
32
|
"url" : "https://neomjs.github.io/pages2/workspace/neo-offscreen-canvas-demo/dist/esm/apps/myapp/index.html"
|
40
33
|
}, {
|
41
|
-
"id" :
|
34
|
+
"id" : 18,
|
42
35
|
"image" : "devmode/mwCoronaGallery.png",
|
43
36
|
"name" : "Multi Window Covid Gallery",
|
44
37
|
"sharedWorkers": true,
|
45
38
|
"sourceUrl" : "examples/component/multiWindowCoronaGallery",
|
46
39
|
"url" : "dist/esm/examples/component/multiWindowCoronaGallery/index.html"
|
47
40
|
}, {
|
48
|
-
"id" :
|
41
|
+
"id" : 17,
|
49
42
|
"image" : "devmode/multi_window_dd.png",
|
50
43
|
"name" : "Multi-Window Drag&Drop",
|
51
44
|
"sharedWorkers": true,
|
52
45
|
"sourceUrl" : "apps/shareddialog",
|
53
46
|
"url" : "dist/esm/apps/shareddialog/index.html"
|
54
47
|
}, {
|
55
|
-
"id" :
|
48
|
+
"id" : 16,
|
56
49
|
"image" : "devmode/tabContainer.png",
|
57
50
|
"name" : "tab.Container",
|
58
51
|
"sourceUrl": "examples/tab/container",
|
59
52
|
"url" : "dist/esm/examples/tab/container/index.html"
|
60
53
|
}, {
|
61
|
-
"id" :
|
54
|
+
"id" : 15,
|
62
55
|
"image" : "devmode/model-component-example.png",
|
63
56
|
"name" : "State Provider Example",
|
64
57
|
"sourceUrl": "examples/stateProvider/advanced",
|
65
58
|
"url" : "dist/esm/examples/stateProvider/advanced/index.html"
|
66
59
|
}, {
|
67
|
-
"id" :
|
60
|
+
"id" : 14,
|
68
61
|
"image" : "devmode/dragdrop.png",
|
69
62
|
"name" : "Dialog drag&drop",
|
70
63
|
"sourceUrl": "examples/dialog",
|
71
64
|
"url" : "dist/esm/examples/dialog/"
|
72
65
|
}, {
|
73
|
-
"id" :
|
66
|
+
"id" : 13,
|
74
67
|
"image" : "dist_prod/colorsApp.png",
|
75
68
|
"name" : "Colors Dashboard",
|
76
69
|
"sharedWorkers": true,
|
77
70
|
"sourceUrl" : "apps/colors",
|
78
71
|
"url" : "dist/esm/apps/colors/index.html"
|
79
72
|
}, {
|
80
|
-
"id" :
|
73
|
+
"id" : 12,
|
81
74
|
"image" : "devmode/covidDashboard.png",
|
82
75
|
"name" : "Covid Dashboard",
|
83
76
|
"sourceUrl": "apps/covid",
|
84
77
|
"url" : "dist/esm/apps/covid/index.html#mainview=table"
|
85
78
|
}, {
|
86
|
-
"id" :
|
79
|
+
"id" : 11,
|
87
80
|
"image" : "devmode/coronaHelix.png",
|
88
81
|
"name" : "COVID-19 Helix",
|
89
82
|
"sourceUrl": "examples/component/coronaHelix",
|
90
83
|
"url" : "dist/esm/examples/component/coronaHelix/index.html"
|
91
84
|
}, {
|
92
|
-
"id" :
|
85
|
+
"id" : 10,
|
93
86
|
"image" : "devmode/coronaGallery.png",
|
94
87
|
"name" : "COVID-19 Gallery",
|
95
88
|
"sourceUrl": "examples/component/coronaGallery",
|
96
89
|
"url" : "dist/esm/examples/component/coronaGallery/index.html"
|
97
90
|
}, {
|
98
|
-
"id" :
|
91
|
+
"id" : 9,
|
99
92
|
"image" : "devmode/gallery.png",
|
100
93
|
"name" : "component.Gallery",
|
101
94
|
"sourceUrl": "examples/component/gallery",
|
102
95
|
"url" : "dist/esm/examples/component/gallery/index.html"
|
103
96
|
}, {
|
104
|
-
"id" :
|
97
|
+
"id" : 8,
|
105
98
|
"image" : "devmode/tableFiltering.png",
|
106
99
|
"name" : "Table Filtering",
|
107
100
|
"sourceUrl": "examples/tableFiltering",
|
108
101
|
"url" : "dist/esm/examples/tableFiltering/"
|
109
102
|
}, {
|
110
|
-
"id" :
|
103
|
+
"id" : 7,
|
111
104
|
"image" : "devmode/dateSelector.png",
|
112
105
|
"name" : "component.DateSelector",
|
113
106
|
"sourceUrl": "examples/component/dateSelector",
|
114
107
|
"url" : "dist/esm/examples/component/dateSelector/index.html"
|
115
108
|
}, {
|
116
|
-
"id" :
|
109
|
+
"id" : 6,
|
117
110
|
"image" : "devmode/dateField.png",
|
118
111
|
"name" : "form.field.Date",
|
119
112
|
"sourceUrl": "examples/form/field/date",
|
120
113
|
"url" : "dist/esm/examples/form/field/date/index.html"
|
121
114
|
}, {
|
122
|
-
"id" :
|
115
|
+
"id" : 5,
|
123
116
|
"image" : "devmode/selectField.png",
|
124
117
|
"name" : "form.field.ComboBox",
|
125
118
|
"sourceUrl": "examples/form/field/combobox",
|
126
119
|
"url" : "dist/esm/examples/form/field/combobox/index.html"
|
127
120
|
}, {
|
128
|
-
"id" :
|
121
|
+
"id" : 4,
|
129
122
|
"environments" : ["Desktop", "Mobile"],
|
130
123
|
"image" : "dist_prod/portalApp.png",
|
131
124
|
"name" : "Portal App",
|
132
125
|
"sharedWorkers": true,
|
133
126
|
"sourceUrl" : "apps/portal",
|
134
127
|
"url" : "dist/esm/apps/portal/index.html"
|
128
|
+
},{
|
129
|
+
"id" : 3,
|
130
|
+
"image" : "devmode/liquid-glass.png",
|
131
|
+
"name" : "Liquid Glass effect",
|
132
|
+
"sourceUrl": "https://github.com/neomjs/liquid-glass-demo/blob/main/apps/myapp/view/GlassComponent.mjs",
|
133
|
+
"url" : "https://neomjs.github.io/pages2/workspace/neo-liquid-glass-demo/dist/esm/apps/myapp/index.html"
|
135
134
|
}, {
|
136
135
|
"hidden" : true,
|
137
136
|
"id" : 2,
|
@@ -1,144 +1,143 @@
|
|
1
1
|
[{
|
2
2
|
"id" : 24,
|
3
3
|
"environments": ["Desktop", "Mobile"],
|
4
|
-
"image" : "devmode/liquid-glass.png",
|
5
|
-
"name" : "Liquid Glass effect",
|
6
|
-
"sourceUrl" : "https://github.com/neomjs/liquid-glass-demo/blob/main/apps/myapp/view/GlassComponent.mjs",
|
7
|
-
"url" : "https://neomjs.github.io/pages2/workspace/neo-liquid-glass-demo/dist/production/apps/myapp/index.html"
|
8
|
-
}, {
|
9
|
-
"id" : 23,
|
10
|
-
"environments": ["Desktop", "Mobile"],
|
11
4
|
"image" : "devmode/bigData.png",
|
12
5
|
"name" : "Buffered Data Grid with 5M cells",
|
13
6
|
"sourceUrl" : "examples/grid/bigData",
|
14
7
|
"url" : "dist/production/examples/grid/bigData/index.html"
|
15
8
|
}, {
|
16
|
-
"id" :
|
9
|
+
"id" : 23,
|
17
10
|
"image" : "devmode/sharedcovid.png",
|
18
11
|
"name" : "Multi Window Covid App",
|
19
12
|
"sharedWorkers": true,
|
20
13
|
"sourceUrl" : "apps/sharedcovid",
|
21
14
|
"url" : "dist/production/apps/sharedcovid/index.html#mainview=table"
|
22
15
|
}, {
|
23
|
-
"id" :
|
16
|
+
"id" : 22,
|
24
17
|
"image" : "devmode/calendar-preview.png",
|
25
18
|
"name" : "Calendar",
|
26
19
|
"sourceUrl": "src/calendar",
|
27
20
|
"url" : "dist/production/examples/calendar/basic/index.html"
|
28
21
|
}, {
|
29
|
-
"id" :
|
22
|
+
"id" : 21,
|
30
23
|
"image" : "devmode/helix.png",
|
31
24
|
"name" : "component.Helix",
|
32
25
|
"sourceUrl": "examples/component/helix",
|
33
26
|
"url" : "dist/production/examples/component/helix/index.html"
|
34
27
|
}, {
|
35
|
-
"id" :
|
28
|
+
"id" : 20,
|
36
29
|
"image" : "devmode/mwCoronaGallery.png",
|
37
30
|
"name" : "Multi Window Covid Gallery",
|
38
31
|
"sharedWorkers": true,
|
39
32
|
"sourceUrl" : "examples/component/multiWindowCoronaGallery",
|
40
33
|
"url" : "dist/production/examples/component/multiWindowCoronaGallery/index.html"
|
41
34
|
}, {
|
42
|
-
"id" :
|
35
|
+
"id" : 19,
|
43
36
|
"image" : "devmode/offscreenCanvas.png",
|
44
37
|
"name" : "OffscreenCanvas",
|
45
38
|
"sourceUrl": "https://github.com/neomjs/offscreen-canvas/tree/main/apps/myapp",
|
46
39
|
"url" : "https://neomjs.github.io/pages2/workspace/neo-offscreen-canvas-demo/dist/production/apps/myapp/index.html"
|
47
40
|
}, {
|
48
|
-
"id" :
|
41
|
+
"id" : 18,
|
49
42
|
"image" : "devmode/sharedOffscreenCanvas.png",
|
50
43
|
"name" : "Multi-Window OffscreenCanvas",
|
51
44
|
"sharedWorkers": true,
|
52
45
|
"sourceUrl" : "https://github.com/neomjs/shared-offscreen",
|
53
46
|
"url" : "https://neomjs.github.io/pages2/workspace/neo-shared-offscreen-canvas-demo/dist/production/apps/mainapp/index.html"
|
54
47
|
}, {
|
55
|
-
"id" :
|
48
|
+
"id" : 17,
|
56
49
|
"image" : "devmode/multi_window_dd.png",
|
57
50
|
"name" : "Multi-Window Drag&Drop",
|
58
51
|
"sharedWorkers": true,
|
59
52
|
"sourceUrl" : "apps/shareddialog",
|
60
53
|
"url" : "dist/production/apps/shareddialog/index.html"
|
61
54
|
}, {
|
62
|
-
"id" :
|
55
|
+
"id" : 16,
|
63
56
|
"image" : "devmode/tabContainer.png",
|
64
57
|
"name" : "tab.Container",
|
65
58
|
"sourceUrl": "examples/tab/container",
|
66
59
|
"url" : "dist/production/examples/tab/container/index.html"
|
67
60
|
}, {
|
68
|
-
"id" :
|
61
|
+
"id" : 15,
|
69
62
|
"image" : "devmode/model-component-example.png",
|
70
63
|
"name" : "State Provider Example",
|
71
64
|
"sourceUrl": "examples/stateProvider/advanced",
|
72
65
|
"url" : "dist/production/examples/stateProvider/advanced/index.html"
|
73
66
|
}, {
|
74
|
-
"id" :
|
67
|
+
"id" : 14,
|
75
68
|
"image" : "devmode/dragdrop.png",
|
76
69
|
"name" : "Dialog drag&drop",
|
77
70
|
"sourceUrl": "examples/dialog",
|
78
71
|
"url" : "dist/production/examples/dialog/"
|
79
72
|
}, {
|
80
|
-
"id" :
|
73
|
+
"id" : 13,
|
81
74
|
"image" : "dist_prod/colorsApp.png",
|
82
75
|
"name" : "Colors Dashboard",
|
83
76
|
"sharedWorkers": true,
|
84
77
|
"sourceUrl" : "apps/colors",
|
85
78
|
"url" : "dist/production/apps/colors/index.html"
|
86
79
|
}, {
|
87
|
-
"id" :
|
80
|
+
"id" : 12,
|
88
81
|
"image" : "devmode/covidDashboard.png",
|
89
82
|
"name" : "Covid Dashboard",
|
90
83
|
"sourceUrl": "apps/covid",
|
91
84
|
"url" : "dist/production/apps/covid/index.html#mainview=table"
|
92
85
|
}, {
|
93
|
-
"id" :
|
86
|
+
"id" : 11,
|
94
87
|
"image" : "devmode/coronaHelix.png",
|
95
88
|
"name" : "COVID-19 Helix",
|
96
89
|
"sourceUrl": "examples/component/coronaHelix",
|
97
90
|
"url" : "dist/production/examples/component/coronaHelix/index.html"
|
98
91
|
}, {
|
99
|
-
"id" :
|
92
|
+
"id" : 10,
|
100
93
|
"image" : "devmode/coronaGallery.png",
|
101
94
|
"name" : "COVID-19 Gallery",
|
102
95
|
"sourceUrl": "examples/component/coronaGallery",
|
103
96
|
"url" : "dist/production/examples/component/coronaGallery/index.html"
|
104
97
|
}, {
|
105
|
-
"id" :
|
98
|
+
"id" : 9,
|
106
99
|
"image" : "devmode/gallery.png",
|
107
100
|
"name" : "component.Gallery",
|
108
101
|
"sourceUrl": "examples/component/gallery",
|
109
102
|
"url" : "dist/production/examples/component/gallery/index.html"
|
110
103
|
}, {
|
111
|
-
"id" :
|
104
|
+
"id" : 8,
|
112
105
|
"image" : "devmode/tableFiltering.png",
|
113
106
|
"name" : "Table Filtering",
|
114
107
|
"sourceUrl": "examples/tableFiltering",
|
115
108
|
"url" : "dist/production/examples/tableFiltering/"
|
116
109
|
}, {
|
117
|
-
"id" :
|
110
|
+
"id" : 7,
|
118
111
|
"image" : "devmode/dateSelector.png",
|
119
112
|
"name" : "component.DateSelector",
|
120
113
|
"sourceUrl": "examples/component/dateSelector",
|
121
114
|
"url" : "dist/production/examples/component/dateSelector/index.html"
|
122
115
|
}, {
|
123
|
-
"id" :
|
116
|
+
"id" : 6,
|
124
117
|
"image" : "devmode/dateField.png",
|
125
118
|
"name" : "form.field.Date",
|
126
119
|
"sourceUrl": "examples/form/field/date",
|
127
120
|
"url" : "dist/production/examples/form/field/date/index.html"
|
128
121
|
}, {
|
129
|
-
"id" :
|
122
|
+
"id" : 5,
|
130
123
|
"image" : "devmode/selectField.png",
|
131
124
|
"name" : "form.field.ComboBox",
|
132
125
|
"sourceUrl": "examples/form/field/combobox",
|
133
126
|
"url" : "dist/production/examples/form/field/combobox/index.html"
|
134
127
|
}, {
|
135
|
-
"id" :
|
128
|
+
"id" : 4,
|
136
129
|
"environments" : ["Desktop", "Mobile"],
|
137
130
|
"image" : "dist_prod/portalApp.png",
|
138
131
|
"name" : "Portal App",
|
139
132
|
"sharedWorkers": true,
|
140
133
|
"sourceUrl" : "apps/portal",
|
141
134
|
"url" : "dist/production/apps/portal/index.html"
|
135
|
+
}, {
|
136
|
+
"id" : 3,
|
137
|
+
"image" : "devmode/liquid-glass.png",
|
138
|
+
"name" : "Liquid Glass effect",
|
139
|
+
"sourceUrl": "https://github.com/neomjs/liquid-glass-demo/blob/main/apps/myapp/view/GlassComponent.mjs",
|
140
|
+
"url" : "https://neomjs.github.io/pages2/workspace/neo-liquid-glass-demo/dist/production/apps/myapp/index.html"
|
142
141
|
}, {
|
143
142
|
"hidden" : true,
|
144
143
|
"id" : 2,
|
@@ -58,7 +58,7 @@ class HeaderToolbar extends Base {
|
|
58
58
|
iconCls: 'fa-brands fa-github',
|
59
59
|
url : 'https://github.com/neomjs/neo',
|
60
60
|
tooltip: {
|
61
|
-
|
61
|
+
text : 'GitHub',
|
62
62
|
showDelay: 0,
|
63
63
|
hideDelay: 0
|
64
64
|
}
|
@@ -66,7 +66,7 @@ class HeaderToolbar extends Base {
|
|
66
66
|
iconCls: 'fa-brands fa-slack',
|
67
67
|
url : 'https://join.slack.com/t/neomjs/shared_invite/zt-6c50ueeu-3E1~M4T9xkNnb~M_prEEOA',
|
68
68
|
tooltip: {
|
69
|
-
|
69
|
+
text : 'Join Slack',
|
70
70
|
showDelay: 0,
|
71
71
|
hideDelay: 0
|
72
72
|
}
|
@@ -74,7 +74,7 @@ class HeaderToolbar extends Base {
|
|
74
74
|
iconCls: 'fa-brands fa-discord',
|
75
75
|
url : 'https://discord.gg/6p8paPq',
|
76
76
|
tooltip: {
|
77
|
-
|
77
|
+
text : 'Join Discord',
|
78
78
|
showDelay: 0,
|
79
79
|
hideDelay: 0
|
80
80
|
}
|
@@ -80,7 +80,7 @@ class MemberContainer extends Container {
|
|
80
80
|
if (value) {
|
81
81
|
let item = this.items[1];
|
82
82
|
|
83
|
-
item.vdom.cn[1].cn[2].cn[1].
|
83
|
+
item.vdom.cn[1].cn[2].cn[1].text = value;
|
84
84
|
item.update?.()
|
85
85
|
}
|
86
86
|
}
|
@@ -95,7 +95,7 @@ class MemberContainer extends Container {
|
|
95
95
|
if (value) {
|
96
96
|
let item = this.items[1];
|
97
97
|
|
98
|
-
item.vdom.cn[1].cn[0].
|
98
|
+
item.vdom.cn[1].cn[0].text = value;
|
99
99
|
item.update?.()
|
100
100
|
}
|
101
101
|
}
|
@@ -145,7 +145,7 @@ class MemberContainer extends Container {
|
|
145
145
|
if (value) {
|
146
146
|
let item = this.items[1];
|
147
147
|
|
148
|
-
item.vdom.cn[1].cn[1].
|
148
|
+
item.vdom.cn[1].cn[1].text = value;
|
149
149
|
item.update?.()
|
150
150
|
}
|
151
151
|
}
|
@@ -122,15 +122,15 @@ class List extends BaseList {
|
|
122
122
|
{cls: ['neo-full-size', 'preview-image'], flag: `image-${record.id}`},
|
123
123
|
{cls: ['neo-absolute', 'neo-item-bottom-position'], cn: [
|
124
124
|
{tag: 'a', cls: ['neo-title'], href: record.url, target: '_blank', cn: [
|
125
|
-
{flag: 'name', html: record.name.replace(List.nameRegEx,
|
125
|
+
{flag: 'name', html: record.name.replace(List.nameRegEx, '$1')}
|
126
126
|
]},
|
127
127
|
{cls: ['neo-top-20'], cn: [
|
128
128
|
{tag: 'img', cls: ['neo-user-image'], src: `${imageBasePath}/blogAuthor/${record.authorImage}`},
|
129
129
|
{cls: ['neo-inner-content'], cn: [
|
130
130
|
{cls: ['neo-inner-details'], flag: 'author', cn: [
|
131
|
-
{tag: 'span', cls: ['neo-bold'],
|
131
|
+
{tag: 'span', cls: ['neo-bold'], text: record.author}
|
132
132
|
]},
|
133
|
-
{cls: ['neo-inner-details'],
|
133
|
+
{cls: ['neo-inner-details'], text: record.date}
|
134
134
|
]}
|
135
135
|
]}
|
136
136
|
]}
|
@@ -140,16 +140,16 @@ class List extends BaseList {
|
|
140
140
|
|
141
141
|
if (record.publisher.length > 0) {
|
142
142
|
VDomUtil.getByFlag(vdomCn[0], 'author').cn.push(
|
143
|
-
{vtype: 'text',
|
144
|
-
{tag: 'span', cls: ['neo-bold'],
|
143
|
+
{vtype: 'text', text : ' in '},
|
144
|
+
{tag: 'span', cls: ['neo-bold'], text: record.publisher}
|
145
145
|
)
|
146
146
|
}
|
147
147
|
|
148
148
|
if (record.selectedInto.length > 0) {
|
149
149
|
vdomCn[0].cn[0].cn.splice(1, 0,
|
150
150
|
{cls: ['neo-absolute', 'neo-item-top-position'], cn: [
|
151
|
-
{
|
152
|
-
{cls: ['neo-bold'],
|
151
|
+
{text: `Officially selected by ${record.provider} into`},
|
152
|
+
{cls: ['neo-bold'], text: record.selectedInto.join('</br>')}
|
153
153
|
]}
|
154
154
|
)
|
155
155
|
}
|
@@ -117,8 +117,8 @@ class List extends BaseList {
|
|
117
117
|
{cls: ['neo-top-20'], cn: [
|
118
118
|
{...me.createSourceLink(record)},
|
119
119
|
{cls: ['neo-inner-content'], cn: [
|
120
|
-
{cls: ['neo-inner-details'],
|
121
|
-
{cls: ['neo-inner-details'],
|
120
|
+
{cls: ['neo-inner-details'], text: record.browsers.join(', ')},
|
121
|
+
{cls: ['neo-inner-details'], text: record.environments.join(', ')}
|
122
122
|
]}
|
123
123
|
]}
|
124
124
|
]}
|
@@ -137,8 +137,8 @@ class List extends BaseList {
|
|
137
137
|
vdom = {
|
138
138
|
tag : 'a',
|
139
139
|
cls : ['neo-title'],
|
140
|
-
|
141
|
-
|
140
|
+
href: record.url,
|
141
|
+
text: record.name.replace(List.nameRegEx, '$1')
|
142
142
|
};
|
143
143
|
|
144
144
|
// We can use a shorter syntax for pointing examples to neomjs.com, but not all examples have to be there.
|
@@ -46,7 +46,7 @@ class ContentBox extends Base {
|
|
46
46
|
*/
|
47
47
|
afterSetContent(value, oldValue) {
|
48
48
|
value?.forEach(item => {
|
49
|
-
this.vdom.cn[1].cn.push({tag: 'li',
|
49
|
+
this.vdom.cn[1].cn.push({tag: 'li', text: item})
|
50
50
|
})
|
51
51
|
|
52
52
|
this.update()
|
@@ -59,7 +59,7 @@ class ContentBox extends Base {
|
|
59
59
|
* @protected
|
60
60
|
*/
|
61
61
|
afterSetHeader(value, oldValue) {
|
62
|
-
this.vdom.cn[0].
|
62
|
+
this.vdom.cn[0].text = value;
|
63
63
|
this.update()
|
64
64
|
}
|
65
65
|
|
@@ -148,7 +148,7 @@ class FeatureSection extends Container {
|
|
148
148
|
* @protected
|
149
149
|
*/
|
150
150
|
afterSetHeadline(value, oldValue) {
|
151
|
-
this.getItem('headline').
|
151
|
+
this.getItem('headline').text = value
|
152
152
|
}
|
153
153
|
|
154
154
|
/**
|
@@ -171,7 +171,7 @@ class FeatureSection extends Container {
|
|
171
171
|
* @protected
|
172
172
|
*/
|
173
173
|
afterSetParagraph(value, oldValue) {
|
174
|
-
this.getItem('paragraph').
|
174
|
+
this.getItem('paragraph').text = value
|
175
175
|
}
|
176
176
|
|
177
177
|
/**
|
@@ -181,7 +181,7 @@ class FeatureSection extends Container {
|
|
181
181
|
* @protected
|
182
182
|
*/
|
183
183
|
afterSetSubHeadline(value, oldValue) {
|
184
|
-
this.getItem('sub-headline').
|
184
|
+
this.getItem('sub-headline').text = value
|
185
185
|
}
|
186
186
|
|
187
187
|
/**
|
@@ -37,8 +37,8 @@ class FooterContainer extends Container {
|
|
37
37
|
items: [{
|
38
38
|
module: Component,
|
39
39
|
cls : ['neo-h2'],
|
40
|
-
|
41
|
-
|
40
|
+
tag : 'h2',
|
41
|
+
text : 'Content'
|
42
42
|
}, {
|
43
43
|
iconCls: 'fas fa-people-group',
|
44
44
|
route : '/about-us',
|
@@ -64,8 +64,8 @@ class FooterContainer extends Container {
|
|
64
64
|
items: [{
|
65
65
|
module: Component,
|
66
66
|
cls : ['neo-h2'],
|
67
|
-
|
68
|
-
|
67
|
+
tag : 'h2',
|
68
|
+
text : 'Community'
|
69
69
|
}, {
|
70
70
|
iconCls: 'fa-brands fa-github',
|
71
71
|
text : 'Contribute',
|
@@ -91,8 +91,8 @@ class FooterContainer extends Container {
|
|
91
91
|
items: [{
|
92
92
|
module: Component,
|
93
93
|
cls : ['neo-h2'],
|
94
|
-
|
95
|
-
|
94
|
+
tag : 'h2',
|
95
|
+
text : 'Social Media'
|
96
96
|
}, {
|
97
97
|
iconCls: 'fa-brands fa-linkedin',
|
98
98
|
text : 'LinkedIn',
|
@@ -107,7 +107,7 @@ class FooterContainer extends Container {
|
|
107
107
|
}, {
|
108
108
|
module: Component,
|
109
109
|
cls : ['neo-version'],
|
110
|
-
|
110
|
+
text : 'v10.0.0-beta.2'
|
111
111
|
}]
|
112
112
|
}],
|
113
113
|
/**
|
@@ -28,8 +28,8 @@ class AfterMath extends BaseContainer {
|
|
28
28
|
}, {
|
29
29
|
cls : ['neo-h1'],
|
30
30
|
flex: 'none',
|
31
|
-
|
32
|
-
|
31
|
+
tag : 'h1',
|
32
|
+
text: 'Next Steps'
|
33
33
|
}, {
|
34
34
|
cls : ['neo-content'],
|
35
35
|
flex: 'none',
|
@@ -37,7 +37,7 @@ class AfterMath extends BaseContainer {
|
|
37
37
|
|
38
38
|
html: `
|
39
39
|
<li>To learn more about Neo.mjs please dive into the <a href="#/learn">Learning Section</a> or browse the <a href="#/blog">Blog</a></li>
|
40
|
-
<li>To arrange a demo or to talk to an engineer email <a href="mailto:info@neomjs.com">info@neomjs.com</a></li>
|
40
|
+
<li>To arrange a demo or to talk to an engineer, email <a href="mailto:info@neomjs.com">info@neomjs.com</a></li>
|
41
41
|
<li>For help starting a project email <a href="mailto:services@neomjs.com">services@neomjs.com</a></li>
|
42
42
|
<li>For questions about private training email <a href="mailto:training@neomjs.com">training@neomjs.com</a></li>
|
43
43
|
`
|
@@ -30,8 +30,8 @@ class MainNeo extends BaseContainer {
|
|
30
30
|
cls : ['vector']
|
31
31
|
}, {
|
32
32
|
cls : ['neo-h1'],
|
33
|
-
|
34
|
-
|
33
|
+
tag : 'h1',
|
34
|
+
text: 'Neo.mjs'
|
35
35
|
}]
|
36
36
|
}, {
|
37
37
|
module : MagicMoveText,
|
@@ -59,7 +59,7 @@ class MainNeo extends BaseContainer {
|
|
59
59
|
flex: 'none',
|
60
60
|
tag : 'h3',
|
61
61
|
|
62
|
-
|
62
|
+
text: [
|
63
63
|
'Neo.mjs provides a new approach for building feature-rich web applications. Increase productivity by leveraging ',
|
64
64
|
'a vast component library and harness the power of multi-threading for extreme real-time performance.'
|
65
65
|
].join('')
|
@@ -29,13 +29,13 @@ class References extends BaseContainer {
|
|
29
29
|
}, {
|
30
30
|
cls : 'neo-h1',
|
31
31
|
flex: 'none',
|
32
|
-
|
33
|
-
|
32
|
+
tag : 'h1',
|
33
|
+
text: 'References'
|
34
34
|
}, {
|
35
35
|
cls : 'neo-h2',
|
36
36
|
flex: 'none',
|
37
|
-
|
38
|
-
|
37
|
+
tag : 'h2',
|
38
|
+
text: 'What people think about Neo'
|
39
39
|
}, {
|
40
40
|
module: Carousel,
|
41
41
|
// will automatically change to the next extry every 5500 ms
|
@@ -74,10 +74,10 @@ class References extends BaseContainer {
|
|
74
74
|
// each item will be created like the itemTpl structure
|
75
75
|
itemTpl: data => [{
|
76
76
|
cls : 'neo-quote',
|
77
|
-
|
77
|
+
text: data.quote
|
78
78
|
}, {
|
79
79
|
cls : 'neo-details',
|
80
|
-
|
80
|
+
text: `${data.publisher} - ${data.date}`
|
81
81
|
}]
|
82
82
|
}]
|
83
83
|
}
|