neo.mjs 2.3.14 → 2.3.18
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/README.md +2 -2
- package/apps/covid/Util.mjs +1 -3
- package/apps/covid/view/GalleryContainer.mjs +0 -1
- package/apps/covid/view/GalleryContainerController.mjs +1 -5
- package/apps/covid/view/HelixContainer.mjs +0 -1
- package/apps/covid/view/HelixContainerController.mjs +1 -4
- package/apps/covid/view/MainContainer.mjs +1 -1
- package/apps/covid/view/MainContainerController.mjs +0 -7
- package/apps/covid/view/MainContainerModel.mjs +0 -1
- package/apps/covid/view/TableContainer.mjs +0 -1
- package/apps/covid/view/TableContainerController.mjs +0 -3
- package/apps/covid/view/WorldMapComponent.mjs +1 -2
- package/apps/covid/view/WorldMapContainerController.mjs +0 -2
- package/apps/covid/view/country/Gallery.mjs +0 -2
- package/apps/covid/view/country/Helix.mjs +0 -3
- package/apps/covid/view/mapboxGl/Container.mjs +1 -1
- package/apps/covid/view/mapboxGl/ContainerController.mjs +1 -6
- package/apps/krausest/TableCollection.mjs +0 -1
- package/apps/krausest/view/MainComponent.mjs +0 -1
- package/apps/krausest/view/MainComponentController.mjs +0 -1
- package/apps/krausest/view/TableComponent.mjs +0 -2
- package/apps/realworld/api/Article.mjs +1 -4
- package/apps/realworld/api/Base.mjs +0 -5
- package/apps/realworld/api/Favorite.mjs +1 -3
- package/apps/realworld/api/Profile.mjs +1 -3
- package/apps/realworld/api/config.mjs +2 -2
- package/apps/realworld/view/HeaderComponent.mjs +1 -2
- package/apps/realworld/view/HomeComponent.mjs +0 -9
- package/apps/realworld/view/MainContainerController.mjs +0 -13
- package/apps/realworld/view/article/CommentComponent.mjs +1 -3
- package/apps/realworld/view/article/Component.mjs +0 -5
- package/apps/realworld/view/article/CreateCommentComponent.mjs +1 -5
- package/apps/realworld/view/article/PreviewComponent.mjs +1 -3
- package/apps/realworld/view/article/TagListComponent.mjs +1 -5
- package/apps/realworld/view/user/ProfileComponent.mjs +0 -6
- package/apps/realworld/view/user/SettingsComponent.mjs +1 -5
- package/apps/realworld/view/user/SignUpComponent.mjs +0 -1
- package/apps/realworld2/api/Article.mjs +1 -4
- package/apps/realworld2/api/Base.mjs +0 -5
- package/apps/realworld2/api/Favorite.mjs +1 -3
- package/apps/realworld2/api/Profile.mjs +1 -3
- package/apps/realworld2/view/HeaderToolbarController.mjs +1 -2
- package/apps/realworld2/view/HomeContainer.mjs +1 -2
- package/apps/realworld2/view/MainContainerController.mjs +1 -14
- package/apps/realworld2/view/article/Gallery.mjs +1 -3
- package/apps/realworld2/view/article/GalleryContainer.mjs +1 -2
- package/apps/realworld2/view/article/Helix.mjs +1 -3
- package/apps/realworld2/view/article/HelixContainer.mjs +1 -3
- package/apps/realworld2/view/article/PreviewComponent.mjs +1 -3
- package/apps/realworld2/view/article/TagListComponent.mjs +1 -5
- package/apps/realworld2/view/user/LoginFormContainer.mjs +1 -2
- package/apps/sharedcovid/Util.mjs +1 -3
- package/apps/sharedcovid/view/GalleryContainer.mjs +0 -1
- package/apps/sharedcovid/view/GalleryContainerController.mjs +1 -5
- package/apps/sharedcovid/view/HelixContainer.mjs +0 -1
- package/apps/sharedcovid/view/HelixContainerController.mjs +1 -4
- package/apps/sharedcovid/view/MainContainer.mjs +1 -1
- package/apps/sharedcovid/view/MainContainerModel.mjs +0 -1
- package/apps/sharedcovid/view/TableContainer.mjs +0 -1
- package/apps/sharedcovid/view/TableContainerController.mjs +0 -3
- package/apps/sharedcovid/view/WorldMapComponent.mjs +1 -2
- package/apps/sharedcovid/view/WorldMapContainerController.mjs +0 -2
- package/apps/sharedcovid/view/country/Gallery.mjs +0 -2
- package/apps/sharedcovid/view/country/Helix.mjs +0 -3
- package/apps/sharedcovid/view/mapboxGl/Container.mjs +0 -1
- package/apps/sharedcovid/view/mapboxGl/ContainerController.mjs +1 -5
- package/apps/shareddialog/view/MainContainerController.mjs +0 -18
- package/apps/shareddialog2/view/MainContainerController.mjs +1 -2
- package/apps/website/data/blog.json +16 -3
- package/apps/website/data/examples_devmode.json +18 -18
- package/apps/website/view/MainContainerController.mjs +0 -4
- package/buildScripts/webpack/development/webpack.config.main.js +2 -1
- package/buildScripts/webpack/production/webpack.config.main.js +2 -1
- package/examples/ConfigurationViewport.mjs +0 -4
- package/examples/calendar/basic/MainContainerController.mjs +0 -1
- package/examples/component/coronaGallery/CountryGallery.mjs +1 -4
- package/examples/component/coronaGallery/MainContainer.mjs +0 -2
- package/examples/component/coronaHelix/CountryHelix.mjs +0 -4
- package/examples/component/coronaHelix/MainContainer.mjs +0 -2
- package/examples/component/gallery/MainContainer.mjs +0 -2
- package/examples/component/helix/MainContainer.mjs +0 -2
- package/examples/component/splitter/MainContainer.mjs +0 -2
- package/examples/core/config/MainContainer.mjs +1 -3
- package/examples/dialog/MainContainer.mjs +1 -5
- package/examples/list/animate/List.mjs +50 -0
- package/examples/list/animate/MainContainer.mjs +79 -0
- package/examples/list/animate/MainModel.mjs +33 -0
- package/examples/list/animate/MainStore.mjs +31 -0
- package/examples/list/animate/app.mjs +8 -0
- package/examples/list/animate/index.html +11 -0
- package/examples/list/animate/neo-config.json +7 -0
- package/examples/list/base/neo-config.json +1 -1
- package/examples/model/advanced/MainContainerController.mjs +0 -12
- package/examples/model/dialog/EditUserDialogController.mjs +1 -3
- package/examples/model/dialog/MainContainerController.mjs +1 -2
- package/examples/model/extendedClass/MainContainerController.mjs +0 -7
- package/examples/model/inline/MainContainerController.mjs +0 -7
- package/examples/model/inlineNoModel/MainContainerController.mjs +1 -6
- package/examples/model/multiWindow/EditUserDialogController.mjs +1 -3
- package/examples/model/multiWindow/MainContainerController.mjs +1 -3
- package/examples/model/multiWindow/ViewportController.mjs +1 -3
- package/examples/model/nestedData/MainContainerController.mjs +1 -8
- package/examples/tab/container/MainContainer.mjs +1 -6
- package/examples/todoList/version2/TodoList.mjs +1 -1
- package/examples/tree/MainContainer.mjs +0 -2
- package/package.json +11 -11
- package/resources/scss/src/examples/list/animate/List.scss +30 -0
- package/src/Main.mjs +7 -16
- package/src/Neo.mjs +1 -4
- package/src/button/Menu.mjs +0 -1
- package/src/button/Split.mjs +0 -4
- package/src/calendar/store/Events.mjs +0 -1
- package/src/calendar/view/DayComponent.mjs +0 -1
- package/src/calendar/view/EditEventContainer.mjs +0 -7
- package/src/calendar/view/MainContainer.mjs +0 -15
- package/src/calendar/view/MainContainerModel.mjs +0 -2
- package/src/calendar/view/SettingsContainer.mjs +0 -4
- package/src/calendar/view/YearComponent.mjs +0 -9
- package/src/calendar/view/calendars/Container.mjs +0 -1
- package/src/calendar/view/calendars/EditContainer.mjs +0 -5
- package/src/calendar/view/calendars/List.mjs +0 -5
- package/src/calendar/view/month/Component.mjs +0 -12
- package/src/calendar/view/settings/GeneralContainer.mjs +0 -3
- package/src/calendar/view/settings/MonthContainer.mjs +0 -3
- package/src/calendar/view/settings/WeekContainer.mjs +0 -5
- package/src/calendar/view/settings/YearContainer.mjs +0 -3
- package/src/calendar/view/week/Component.mjs +0 -16
- package/src/calendar/view/week/EventDragZone.mjs +0 -3
- package/src/calendar/view/week/TimeAxisComponent.mjs +0 -1
- package/src/calendar/view/week/plugin/DragDrop.mjs +0 -10
- package/src/calendar/view/week/plugin/EventResizable.mjs +0 -3
- package/src/collection/Base.mjs +8 -24
- package/src/collection/Filter.mjs +0 -1
- package/src/collection/Sorter.mjs +0 -3
- package/src/component/Base.mjs +1 -3
- package/src/component/Chip.mjs +0 -2
- package/src/component/Circle.mjs +0 -18
- package/src/component/DateSelector.mjs +0 -13
- package/src/component/Gallery.mjs +0 -12
- package/src/component/Helix.mjs +0 -14
- package/src/component/Splitter.mjs +0 -3
- package/src/component/mwc/TextField.mjs +0 -1
- package/src/component/wrapper/AmChart.mjs +1 -1
- package/src/component/wrapper/MapboxGL.mjs +0 -5
- package/src/container/Base.mjs +1 -7
- package/src/container/Panel.mjs +0 -3
- package/src/controller/Application.mjs +0 -1
- package/src/controller/Base.mjs +0 -1
- package/src/controller/Component.mjs +1 -4
- package/src/core/Base.mjs +2 -3
- package/src/core/Compare.mjs +0 -1
- package/src/core/IdGenerator.mjs +1 -3
- package/src/core/Observable.mjs +0 -3
- package/src/core/Util.mjs +0 -1
- package/src/core/_export.mjs +1 -2
- package/src/data/RecordFactory.mjs +1 -6
- package/src/data/Store.mjs +0 -10
- package/src/data/connection/Xhr.mjs +0 -6
- package/src/dialog/Base.mjs +0 -10
- package/src/draggable/DragProxyComponent.mjs +1 -3
- package/src/draggable/DragZone.mjs +0 -6
- package/src/draggable/DropZone.mjs +1 -7
- package/src/draggable/list/DragZone.mjs +1 -7
- package/src/draggable/tab/header/toolbar/SortZone.mjs +1 -3
- package/src/draggable/toolbar/DragZone.mjs +1 -5
- package/src/draggable/toolbar/SortZone.mjs +0 -5
- package/src/draggable/tree/DragZone.mjs +1 -4
- package/src/filter/BooleanContainer.mjs +0 -1
- package/src/filter/NumberContainer.mjs +0 -2
- package/src/filter/ToggleOperatorsButton.mjs +1 -3
- package/src/form/Container.mjs +0 -2
- package/src/form/Fieldset.mjs +0 -1
- package/src/form/field/Base.mjs +0 -2
- package/src/form/field/CheckBox.mjs +0 -5
- package/src/form/field/Color.mjs +0 -3
- package/src/form/field/Date.mjs +0 -4
- package/src/form/field/Display.mjs +0 -1
- package/src/form/field/Picker.mjs +0 -9
- package/src/form/field/Range.mjs +0 -1
- package/src/form/field/Select.mjs +22 -20
- package/src/form/field/Text.mjs +0 -15
- package/src/form/field/Time.mjs +0 -7
- package/src/form/field/trigger/Base.mjs +0 -2
- package/src/form/field/trigger/Clear.mjs +0 -3
- package/src/form/field/trigger/CopyToClipboard.mjs +0 -3
- package/src/form/field/trigger/Picker.mjs +0 -1
- package/src/form/field/trigger/SpinDown.mjs +0 -1
- package/src/form/field/trigger/SpinUp.mjs +0 -1
- package/src/form/field/trigger/SpinUpDown.mjs +0 -1
- package/src/form/field/trigger/Time.mjs +0 -1
- package/src/grid/Container.mjs +1 -4
- package/src/grid/header/Toolbar.mjs +1 -5
- package/src/list/Base.mjs +39 -8
- package/src/list/Color.mjs +0 -3
- package/src/list/Component.mjs +0 -3
- package/src/list/plugin/Animate.mjs +176 -0
- package/src/main/DomAccess.mjs +7 -22
- package/src/main/DomEvents.mjs +42 -75
- package/src/main/addon/AmCharts.mjs +1 -10
- package/src/main/addon/AnalyticsByGoogle.mjs +1 -2
- package/src/main/addon/CloneNode.mjs +0 -2
- package/src/main/addon/Cookie.mjs +0 -3
- package/src/main/addon/DragDrop.mjs +0 -9
- package/src/main/addon/HighlightJS.mjs +1 -5
- package/src/main/addon/MapboxGL.mjs +1 -14
- package/src/main/addon/Mwc.mjs +0 -2
- package/src/main/addon/Siesta.mjs +0 -1
- package/src/main/addon/Stylesheet.mjs +0 -4
- package/src/main/addon/WindowPosition.mjs +1 -6
- package/src/main/draggable/sensor/Mouse.mjs +0 -4
- package/src/main/draggable/sensor/Touch.mjs +0 -4
- package/src/main/mixin/DeltaUpdates.mjs +0 -8
- package/src/main/mixin/TouchDomEvents.mjs +1 -7
- package/src/manager/Base.mjs +0 -2
- package/src/manager/Component.mjs +0 -3
- package/src/manager/DomEvent.mjs +1 -6
- package/src/manager/Focus.mjs +0 -7
- package/src/manager/Instance.mjs +0 -1
- package/src/manager/Store.mjs +0 -4
- package/src/menu/List.mjs +0 -6
- package/src/model/Component.mjs +3 -15
- package/src/plugin/Base.mjs +0 -1
- package/src/plugin/Resizable.mjs +0 -8
- package/src/selection/CircleModel.mjs +1 -5
- package/src/selection/DateSelectorModel.mjs +1 -9
- package/src/selection/GalleryModel.mjs +0 -9
- package/src/selection/HelixModel.mjs +0 -9
- package/src/selection/ListModel.mjs +0 -8
- package/src/selection/Model.mjs +0 -8
- package/src/selection/menu/ListModel.mjs +0 -2
- package/src/selection/table/CellColumnModel.mjs +0 -4
- package/src/selection/table/CellColumnRowModel.mjs +0 -4
- package/src/selection/table/CellModel.mjs +0 -8
- package/src/selection/table/CellRowModel.mjs +0 -6
- package/src/selection/table/ColumnModel.mjs +0 -6
- package/src/selection/table/RowModel.mjs +0 -5
- package/src/tab/Container.mjs +0 -6
- package/src/tab/header/Button.mjs +1 -2
- package/src/tab/header/Toolbar.mjs +0 -1
- package/src/table/Container.mjs +0 -8
- package/src/table/View.mjs +0 -4
- package/src/table/header/Button.mjs +0 -6
- package/src/table/header/Toolbar.mjs +1 -2
- package/src/tree/List.mjs +0 -4
- package/src/util/Css.mjs +0 -1
- package/src/util/Date.mjs +0 -2
- package/src/util/Function.mjs +0 -2
- package/src/util/HashHistory.mjs +0 -3
- package/src/util/KeyNavigation.mjs +0 -5
- package/src/{core → util}/Logger.mjs +5 -17
- package/src/util/Matrix.mjs +0 -3
- package/src/util/VDom.mjs +0 -5
- package/src/util/_export.mjs +2 -1
- package/src/vdom/Helper.mjs +0 -3
- package/src/vdom/VNode.mjs +0 -1
- package/src/worker/App.mjs +0 -7
- package/src/worker/Base.mjs +0 -6
- package/src/worker/Canvas.mjs +0 -2
- package/src/worker/Manager.mjs +1 -3
- package/src/worker/Message.mjs +0 -1
- package/src/worker/mixin/RemoteMethodAccess.mjs +0 -3
|
@@ -49,7 +49,6 @@ class TagListComponent extends Component {
|
|
|
49
49
|
}}
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
53
52
|
* @param {Object} config
|
|
54
53
|
*/
|
|
55
54
|
constructor(config) {
|
|
@@ -117,7 +116,6 @@ class TagListComponent extends Component {
|
|
|
117
116
|
}
|
|
118
117
|
|
|
119
118
|
/**
|
|
120
|
-
*
|
|
121
119
|
* @param {String} nodeId
|
|
122
120
|
* @returns {String}
|
|
123
121
|
*/
|
|
@@ -126,7 +124,6 @@ class TagListComponent extends Component {
|
|
|
126
124
|
}
|
|
127
125
|
|
|
128
126
|
/**
|
|
129
|
-
*
|
|
130
127
|
* @param {String} name
|
|
131
128
|
* @returns {String}
|
|
132
129
|
*/
|
|
@@ -135,7 +132,6 @@ class TagListComponent extends Component {
|
|
|
135
132
|
}
|
|
136
133
|
|
|
137
134
|
/**
|
|
138
|
-
*
|
|
139
135
|
* @param {Object} data
|
|
140
136
|
*/
|
|
141
137
|
onTagLinkClick(data) {
|
|
@@ -145,4 +141,4 @@ class TagListComponent extends Component {
|
|
|
145
141
|
|
|
146
142
|
Neo.applyClassConfig(TagListComponent);
|
|
147
143
|
|
|
148
|
-
export {TagListComponent as default};
|
|
144
|
+
export {TagListComponent as default};
|
|
@@ -33,7 +33,6 @@ class LoginFormContainer extends Container {
|
|
|
33
33
|
}}
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
37
36
|
* @param {Object} config
|
|
38
37
|
*/
|
|
39
38
|
constructor(config) {
|
|
@@ -80,4 +79,4 @@ class LoginFormContainer extends Container {
|
|
|
80
79
|
|
|
81
80
|
Neo.applyClassConfig(LoginFormContainer);
|
|
82
81
|
|
|
83
|
-
export {LoginFormContainer as default};
|
|
82
|
+
export {LoginFormContainer as default};
|
|
@@ -73,7 +73,6 @@ class Util extends Base {
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
77
76
|
* @param {String} name
|
|
78
77
|
* @returns {String} url
|
|
79
78
|
*/
|
|
@@ -149,7 +148,6 @@ class Util extends Base {
|
|
|
149
148
|
}
|
|
150
149
|
|
|
151
150
|
/**
|
|
152
|
-
*
|
|
153
151
|
* @param {Object} data
|
|
154
152
|
* @param {Number} data.index
|
|
155
153
|
* @returns {Object}
|
|
@@ -164,4 +162,4 @@ class Util extends Base {
|
|
|
164
162
|
|
|
165
163
|
Neo.applyClassConfig(Util);
|
|
166
164
|
|
|
167
|
-
export default Util;
|
|
165
|
+
export default Util;
|
|
@@ -44,7 +44,6 @@ class GalleryContainerController extends ComponentController {
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
48
47
|
* @param {Object} data
|
|
49
48
|
*/
|
|
50
49
|
onOrderButtonClick(data) {
|
|
@@ -57,7 +56,6 @@ class GalleryContainerController extends ComponentController {
|
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
/**
|
|
60
|
-
*
|
|
61
59
|
* @param {Object} data
|
|
62
60
|
*/
|
|
63
61
|
onRangefieldChange(data) {
|
|
@@ -65,7 +63,6 @@ class GalleryContainerController extends ComponentController {
|
|
|
65
63
|
}
|
|
66
64
|
|
|
67
65
|
/**
|
|
68
|
-
*
|
|
69
66
|
* @param {String} id
|
|
70
67
|
*/
|
|
71
68
|
onRangefieldMounted(id) {
|
|
@@ -78,7 +75,6 @@ class GalleryContainerController extends ComponentController {
|
|
|
78
75
|
}
|
|
79
76
|
|
|
80
77
|
/**
|
|
81
|
-
*
|
|
82
78
|
* @param {Object} data
|
|
83
79
|
*/
|
|
84
80
|
onSortButtonClick(data) {
|
|
@@ -91,4 +87,4 @@ class GalleryContainerController extends ComponentController {
|
|
|
91
87
|
|
|
92
88
|
Neo.applyClassConfig(GalleryContainerController);
|
|
93
89
|
|
|
94
|
-
export {GalleryContainerController as default};
|
|
90
|
+
export {GalleryContainerController as default};
|
|
@@ -66,7 +66,6 @@ class HelixContainerController extends ComponentController {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
70
69
|
* @param {Object} data
|
|
71
70
|
*/
|
|
72
71
|
onRangefieldChange(data) {
|
|
@@ -80,7 +79,6 @@ class HelixContainerController extends ComponentController {
|
|
|
80
79
|
}
|
|
81
80
|
|
|
82
81
|
/**
|
|
83
|
-
*
|
|
84
82
|
* @param {String} id
|
|
85
83
|
*/
|
|
86
84
|
onRangefieldMounted(id) {
|
|
@@ -93,7 +91,6 @@ class HelixContainerController extends ComponentController {
|
|
|
93
91
|
}
|
|
94
92
|
|
|
95
93
|
/**
|
|
96
|
-
*
|
|
97
94
|
* @param {Object} data
|
|
98
95
|
*/
|
|
99
96
|
onSortButtonClick(data) {
|
|
@@ -106,4 +103,4 @@ class HelixContainerController extends ComponentController {
|
|
|
106
103
|
|
|
107
104
|
Neo.applyClassConfig(HelixContainerController);
|
|
108
105
|
|
|
109
|
-
export {HelixContainerController as default};
|
|
106
|
+
export {HelixContainerController as default};
|
|
@@ -93,7 +93,7 @@ class MainContainer extends Viewport {
|
|
|
93
93
|
*/
|
|
94
94
|
layout: {ntype: 'vbox', align: 'stretch'},
|
|
95
95
|
/**
|
|
96
|
-
* @member {
|
|
96
|
+
* @member {Neo.model.Component} model=MainContainerModel
|
|
97
97
|
*/
|
|
98
98
|
model: MainContainerModel
|
|
99
99
|
}}
|
|
@@ -42,7 +42,6 @@ class TableContainerController extends ComponentController {
|
|
|
42
42
|
}}
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
46
45
|
* @param {Object} data
|
|
47
46
|
*/
|
|
48
47
|
addStoreItems(data) {
|
|
@@ -119,7 +118,6 @@ class TableContainerController extends ComponentController {
|
|
|
119
118
|
}
|
|
120
119
|
|
|
121
120
|
/**
|
|
122
|
-
*
|
|
123
121
|
* @param {Object} record
|
|
124
122
|
* @protected
|
|
125
123
|
* @returns {Object}
|
|
@@ -151,7 +149,6 @@ class TableContainerController extends ComponentController {
|
|
|
151
149
|
}
|
|
152
150
|
|
|
153
151
|
/**
|
|
154
|
-
*
|
|
155
152
|
* @param {String} countryName
|
|
156
153
|
*/
|
|
157
154
|
loadHistoricalData(countryName) {
|
|
@@ -78,7 +78,6 @@ class WorldMapComponent extends AmChartComponent {
|
|
|
78
78
|
}}
|
|
79
79
|
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
82
81
|
* @param {Object[]} data
|
|
83
82
|
*/
|
|
84
83
|
loadData(data) {
|
|
@@ -106,4 +105,4 @@ class WorldMapComponent extends AmChartComponent {
|
|
|
106
105
|
|
|
107
106
|
Neo.applyClassConfig(WorldMapComponent);
|
|
108
107
|
|
|
109
|
-
export {WorldMapComponent as default};
|
|
108
|
+
export {WorldMapComponent as default};
|
|
@@ -37,7 +37,6 @@ class WorldMapContainerController extends ComponentController {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
41
40
|
* @param {Object} data
|
|
42
41
|
*/
|
|
43
42
|
onHeatRuleFieldChange(data) {
|
|
@@ -51,7 +50,6 @@ class WorldMapContainerController extends ComponentController {
|
|
|
51
50
|
}
|
|
52
51
|
|
|
53
52
|
/**
|
|
54
|
-
*
|
|
55
53
|
* @param {Object} data
|
|
56
54
|
*/
|
|
57
55
|
onSeriesButtonClick(data) {
|
|
@@ -161,7 +161,6 @@ class CountryGallery extends Gallery {
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
165
164
|
* @param {String} vnodeId
|
|
166
165
|
* @returns {String} itemId
|
|
167
166
|
*/
|
|
@@ -178,7 +177,6 @@ class CountryGallery extends Gallery {
|
|
|
178
177
|
}
|
|
179
178
|
|
|
180
179
|
/**
|
|
181
|
-
*
|
|
182
180
|
* @param {Array} items
|
|
183
181
|
*/
|
|
184
182
|
onStoreLoad(items) {
|
|
@@ -124,7 +124,6 @@ class CountryHelix extends Helix {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
128
127
|
* @param {Object} vdomItem
|
|
129
128
|
* @param {Object} record
|
|
130
129
|
* @param {Number} index
|
|
@@ -152,7 +151,6 @@ class CountryHelix extends Helix {
|
|
|
152
151
|
return vdomItem;
|
|
153
152
|
}
|
|
154
153
|
/**
|
|
155
|
-
*
|
|
156
154
|
* @returns {String}
|
|
157
155
|
*/
|
|
158
156
|
getCloneTransform() {
|
|
@@ -165,7 +163,6 @@ class CountryHelix extends Helix {
|
|
|
165
163
|
}
|
|
166
164
|
|
|
167
165
|
/**
|
|
168
|
-
*
|
|
169
166
|
* @param {String} vnodeId
|
|
170
167
|
* @returns {String}
|
|
171
168
|
*/
|
|
@@ -19,7 +19,6 @@ class ContainerController extends ComponentController {
|
|
|
19
19
|
}}
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
23
22
|
* @param {String} layerId
|
|
24
23
|
* @param {String} visibility
|
|
25
24
|
*/
|
|
@@ -32,7 +31,6 @@ class ContainerController extends ComponentController {
|
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
/**
|
|
35
|
-
*
|
|
36
34
|
* @param {Object} data
|
|
37
35
|
*/
|
|
38
36
|
onDetailCirclesChange(data) {
|
|
@@ -43,7 +41,6 @@ class ContainerController extends ComponentController {
|
|
|
43
41
|
}
|
|
44
42
|
|
|
45
43
|
/**
|
|
46
|
-
*
|
|
47
44
|
* @param {Object} data
|
|
48
45
|
*/
|
|
49
46
|
onHeatMapChange(data) {
|
|
@@ -51,7 +48,6 @@ class ContainerController extends ComponentController {
|
|
|
51
48
|
}
|
|
52
49
|
|
|
53
50
|
/**
|
|
54
|
-
*
|
|
55
51
|
* @param {Object} data
|
|
56
52
|
*/
|
|
57
53
|
onTerrainChange(data) {
|
|
@@ -61,4 +57,4 @@ class ContainerController extends ComponentController {
|
|
|
61
57
|
|
|
62
58
|
Neo.applyClassConfig(ContainerController);
|
|
63
59
|
|
|
64
|
-
export {ContainerController as default};
|
|
60
|
+
export {ContainerController as default};
|
|
@@ -86,7 +86,6 @@ class MainContainerController extends ComponentController {
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
90
89
|
* @param {Object} data
|
|
91
90
|
* @param {String} appName
|
|
92
91
|
*/
|
|
@@ -126,7 +125,6 @@ class MainContainerController extends ComponentController {
|
|
|
126
125
|
}
|
|
127
126
|
|
|
128
127
|
/**
|
|
129
|
-
*
|
|
130
128
|
* @param {Object} proxyRect
|
|
131
129
|
*/
|
|
132
130
|
dropDialogBetweenWindows(proxyRect) {
|
|
@@ -171,7 +169,6 @@ class MainContainerController extends ComponentController {
|
|
|
171
169
|
}
|
|
172
170
|
|
|
173
171
|
/**
|
|
174
|
-
*
|
|
175
172
|
* @param {Boolean} enable
|
|
176
173
|
*/
|
|
177
174
|
enableOpenDialogButtons(enable) {
|
|
@@ -181,7 +178,6 @@ class MainContainerController extends ComponentController {
|
|
|
181
178
|
}
|
|
182
179
|
|
|
183
180
|
/**
|
|
184
|
-
*
|
|
185
181
|
* @return {Neo.button.Base}
|
|
186
182
|
*/
|
|
187
183
|
getOpenDockedWindowButton() {
|
|
@@ -198,7 +194,6 @@ class MainContainerController extends ComponentController {
|
|
|
198
194
|
}
|
|
199
195
|
|
|
200
196
|
/**
|
|
201
|
-
*
|
|
202
197
|
* @param {String} side
|
|
203
198
|
* @return {String}
|
|
204
199
|
*/
|
|
@@ -212,7 +207,6 @@ class MainContainerController extends ComponentController {
|
|
|
212
207
|
}
|
|
213
208
|
|
|
214
209
|
/**
|
|
215
|
-
*
|
|
216
210
|
* @param {Object} proxyRect
|
|
217
211
|
* @param {String} side
|
|
218
212
|
* @param {Boolean} [fullyIncludeIntoWindow=false]
|
|
@@ -250,7 +244,6 @@ class MainContainerController extends ComponentController {
|
|
|
250
244
|
}
|
|
251
245
|
|
|
252
246
|
/**
|
|
253
|
-
*
|
|
254
247
|
* @return {Boolean}
|
|
255
248
|
*/
|
|
256
249
|
hasDockedWindow() {
|
|
@@ -258,7 +251,6 @@ class MainContainerController extends ComponentController {
|
|
|
258
251
|
}
|
|
259
252
|
|
|
260
253
|
/**
|
|
261
|
-
*
|
|
262
254
|
* @param {Object} data
|
|
263
255
|
* @param {Object} data.proxyRect
|
|
264
256
|
* @param {Boolean} [data.fullyIncludeIntoWindow]
|
|
@@ -305,7 +297,6 @@ class MainContainerController extends ComponentController {
|
|
|
305
297
|
}
|
|
306
298
|
|
|
307
299
|
/**
|
|
308
|
-
*
|
|
309
300
|
* @param {Object} data
|
|
310
301
|
* @param {String} data.appName
|
|
311
302
|
*/
|
|
@@ -327,7 +318,6 @@ class MainContainerController extends ComponentController {
|
|
|
327
318
|
}
|
|
328
319
|
|
|
329
320
|
/**
|
|
330
|
-
*
|
|
331
321
|
* @param {Object} data
|
|
332
322
|
* @param {String} data.appName
|
|
333
323
|
*/
|
|
@@ -356,7 +346,6 @@ class MainContainerController extends ComponentController {
|
|
|
356
346
|
}
|
|
357
347
|
|
|
358
348
|
/**
|
|
359
|
-
*
|
|
360
349
|
* @param {Object} data
|
|
361
350
|
*/
|
|
362
351
|
onCreateDialogButtonClick(data) {
|
|
@@ -371,7 +360,6 @@ class MainContainerController extends ComponentController {
|
|
|
371
360
|
}
|
|
372
361
|
|
|
373
362
|
/**
|
|
374
|
-
*
|
|
375
363
|
* @param {Object} data
|
|
376
364
|
*/
|
|
377
365
|
onDockedPositionChange(data) {
|
|
@@ -381,7 +369,6 @@ class MainContainerController extends ComponentController {
|
|
|
381
369
|
}
|
|
382
370
|
|
|
383
371
|
/**
|
|
384
|
-
*
|
|
385
372
|
* @param {Object} data
|
|
386
373
|
*/
|
|
387
374
|
onDragEnd(data) {
|
|
@@ -409,7 +396,6 @@ class MainContainerController extends ComponentController {
|
|
|
409
396
|
}
|
|
410
397
|
|
|
411
398
|
/**
|
|
412
|
-
*
|
|
413
399
|
* @param {Object} data
|
|
414
400
|
*/
|
|
415
401
|
onDragMove(data) {
|
|
@@ -469,7 +455,6 @@ class MainContainerController extends ComponentController {
|
|
|
469
455
|
}
|
|
470
456
|
|
|
471
457
|
/**
|
|
472
|
-
*
|
|
473
458
|
* @param {Object} data
|
|
474
459
|
*/
|
|
475
460
|
onDragStart(data) {
|
|
@@ -498,7 +483,6 @@ class MainContainerController extends ComponentController {
|
|
|
498
483
|
}
|
|
499
484
|
|
|
500
485
|
/**
|
|
501
|
-
*
|
|
502
486
|
* @param {Object} data
|
|
503
487
|
*/
|
|
504
488
|
onDragZoneCreated(data) {
|
|
@@ -604,7 +588,6 @@ class MainContainerController extends ComponentController {
|
|
|
604
588
|
}
|
|
605
589
|
|
|
606
590
|
/**
|
|
607
|
-
*
|
|
608
591
|
* @param {String} appName
|
|
609
592
|
* @param {String} theme
|
|
610
593
|
*/
|
|
@@ -617,7 +600,6 @@ class MainContainerController extends ComponentController {
|
|
|
617
600
|
}
|
|
618
601
|
|
|
619
602
|
/**
|
|
620
|
-
*
|
|
621
603
|
* @param {Object} style
|
|
622
604
|
*/
|
|
623
605
|
updateDockedWindowProxyStyle(style) {
|
|
@@ -14,7 +14,6 @@ class MainContainerController extends ComponentController {
|
|
|
14
14
|
}}
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
18
17
|
* @param {Object} data
|
|
19
18
|
*/
|
|
20
19
|
onCreateDialogButtonClick(data) {
|
|
@@ -28,4 +27,4 @@ class MainContainerController extends ComponentController {
|
|
|
28
27
|
|
|
29
28
|
Neo.applyClassConfig(MainContainerController);
|
|
30
29
|
|
|
31
|
-
export {MainContainerController as default};
|
|
30
|
+
export {MainContainerController as default};
|
|
@@ -2,7 +2,20 @@
|
|
|
2
2
|
{
|
|
3
3
|
"author" : "Tobias Uhlig",
|
|
4
4
|
"authorImage" : "author_TobiasUhlig.jpeg",
|
|
5
|
-
"date" : "
|
|
5
|
+
"date" : "Sep 23, 2021",
|
|
6
|
+
"id" : 46,
|
|
7
|
+
"image" : "safari-just-released-support-for-js-modules-inside-the-worker-scope.png",
|
|
8
|
+
"name" : "Safari (Webkit) just released support for JS modules inside the worker scope",
|
|
9
|
+
"provider" : "Medium",
|
|
10
|
+
"publisher" : "ITNEXT",
|
|
11
|
+
"selectedInto": [],
|
|
12
|
+
"type" : "Blog Post",
|
|
13
|
+
"url" : "https://itnext.io/safari-webkit-just-released-support-for-js-modules-inside-the-worker-scope-b2d29e67178?source=friends_link&sk=dfabc5dd91430f11e2c49dd10b698544"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"author" : "Tobias Uhlig",
|
|
17
|
+
"authorImage" : "author_TobiasUhlig.jpeg",
|
|
18
|
+
"date" : "Aug 25, 2021",
|
|
6
19
|
"id" : 45,
|
|
7
20
|
"image" : "define-a-web-4.0-app-to-be-multi-threaded.png",
|
|
8
21
|
"name" : "Tutorial: Create your first app in neo v2",
|
|
@@ -15,7 +28,7 @@
|
|
|
15
28
|
{
|
|
16
29
|
"author" : "Tobias Uhlig",
|
|
17
30
|
"authorImage" : "author_TobiasUhlig.jpeg",
|
|
18
|
-
"date" : "Aug 20,
|
|
31
|
+
"date" : "Aug 20, 2021",
|
|
19
32
|
"id" : 44,
|
|
20
33
|
"image" : "the-best-frontend-development-strategies-in-2022.png",
|
|
21
34
|
"name" : "The best frontend development strategies in 2022",
|
|
@@ -28,7 +41,7 @@
|
|
|
28
41
|
{
|
|
29
42
|
"author" : "Tobias Uhlig",
|
|
30
43
|
"authorImage" : "author_TobiasUhlig.jpeg",
|
|
31
|
-
"date" : "Aug 13,
|
|
44
|
+
"date" : "Aug 13, 2021",
|
|
32
45
|
"id" : 43,
|
|
33
46
|
"image" : "using-material-web-components-within-the-neomjs-application-worker.png",
|
|
34
47
|
"name" : "Using Material Web Components within the neo.mjs application worker",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"browsers" : ["Chrome", "Edge"],
|
|
3
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
4
4
|
"environments": ["Desktop"],
|
|
5
5
|
"id" : 19,
|
|
6
6
|
"image" : "devmode/model-component-example.png",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/model/advanced/index.html"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"browsers" : ["Chrome", "
|
|
12
|
+
"browsers" : ["Chrome", "Edge"],
|
|
13
13
|
"environments": ["Desktop"],
|
|
14
14
|
"id" : 18,
|
|
15
15
|
"image" : "devmode/sharedcovid.png",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/apps/sharedcovid/index.html#mainview=table"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"browsers" : ["Chrome", "Edge"],
|
|
21
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
22
22
|
"environments": ["Desktop"],
|
|
23
23
|
"id" : 17,
|
|
24
24
|
"image" : "devmode/calendar-preview.png",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/calendar/basic/index.html"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"browsers" : ["Chrome", "Edge"],
|
|
30
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
31
31
|
"environments": ["Desktop"],
|
|
32
32
|
"id" : 16,
|
|
33
33
|
"image" : "devmode/covidDashboard.png",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/apps/shareddialog/index.html"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"browsers" : ["Chrome", "Edge"],
|
|
48
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
49
49
|
"environments": ["Desktop"],
|
|
50
50
|
"id" : 14,
|
|
51
51
|
"image" : "devmode/realworldApp.png",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/apps/realworld/index.html"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"browsers" : ["Chrome", "Edge"],
|
|
57
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
58
58
|
"environments": ["Desktop"],
|
|
59
59
|
"id" : 13,
|
|
60
60
|
"image" : "devmode/coronaGallery.png",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/component/coronaGallery/index.html"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
"browsers" : ["Chrome", "Edge"],
|
|
66
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
67
67
|
"environments": ["Desktop"],
|
|
68
68
|
"id" : 12,
|
|
69
69
|
"image" : "devmode/coronaHelix.png",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/component/coronaHelix/index.html"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"browsers" : ["Chrome", "Edge"],
|
|
75
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
76
76
|
"environments": ["Desktop"],
|
|
77
77
|
"id" : 11,
|
|
78
78
|
"image" : "devmode/website.png",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/apps/website/index.html#mainview=blog"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"browsers" : ["Chrome", "Edge"],
|
|
84
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
85
85
|
"environments": ["Desktop"],
|
|
86
86
|
"id" : 10,
|
|
87
87
|
"image" : "devmode/tableFiltering.png",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/tableFiltering/"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"browsers" : ["Chrome", "Edge"],
|
|
93
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
94
94
|
"environments": ["Desktop"],
|
|
95
95
|
"id" : 9,
|
|
96
96
|
"image" : "devmode/dragdrop.png",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/dialog/"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"browsers" : ["Chrome", "Edge"],
|
|
102
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
103
103
|
"environments": ["Desktop"],
|
|
104
104
|
"id" : 8,
|
|
105
105
|
"image" : "devmode/realworldApp2.png",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/apps/realworld2/index.html#/gallery"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
"browsers" : ["Chrome", "Edge"],
|
|
111
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
112
112
|
"environments": ["Desktop"],
|
|
113
113
|
"id" : 7,
|
|
114
114
|
"image" : "devmode/dateSelector.png",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/component/dateSelector/index.html"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
|
-
"browsers" : ["Chrome", "Edge"],
|
|
120
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
121
121
|
"environments": ["Desktop"],
|
|
122
122
|
"id" : 6,
|
|
123
123
|
"image" : "devmode/gallery.png",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/component/gallery/index.html"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"browsers" : ["Chrome", "Edge"],
|
|
129
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
130
130
|
"environments": ["Desktop"],
|
|
131
131
|
"id" : 5,
|
|
132
132
|
"image" : "devmode/helix.png",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/component/helix/index.html"
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
|
-
"browsers" : ["Chrome", "Edge"],
|
|
138
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
139
139
|
"environments": ["Desktop"],
|
|
140
140
|
"id" : 4,
|
|
141
141
|
"image" : "devmode/dateField.png",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/form/field/date/index.html"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
|
-
"browsers" : ["Chrome", "Edge"],
|
|
147
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
148
148
|
"environments": ["Desktop"],
|
|
149
149
|
"id" : 3,
|
|
150
150
|
"image" : "devmode/selectField.png",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/form/field/select/index.html"
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
"browsers" : ["Chrome", "Edge"],
|
|
156
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
157
157
|
"environments": ["Desktop"],
|
|
158
158
|
"id" : 2,
|
|
159
159
|
"image" : "devmode/tabContainer.png",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/examples/tab/container/index.html"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"browsers" : ["Chrome", "Edge"],
|
|
165
|
+
"browsers" : ["Chrome", "Edge", "Safari"],
|
|
166
166
|
"environments": ["Desktop"],
|
|
167
167
|
"id" : 1,
|
|
168
168
|
"image" : "devmode/siesta.png",
|