neo.mjs 2.3.17 → 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.
Files changed (243) hide show
  1. package/apps/covid/Util.mjs +1 -3
  2. package/apps/covid/view/GalleryContainer.mjs +0 -1
  3. package/apps/covid/view/GalleryContainerController.mjs +1 -5
  4. package/apps/covid/view/HelixContainer.mjs +0 -1
  5. package/apps/covid/view/HelixContainerController.mjs +1 -4
  6. package/apps/covid/view/MainContainerController.mjs +0 -7
  7. package/apps/covid/view/MainContainerModel.mjs +0 -1
  8. package/apps/covid/view/TableContainer.mjs +0 -1
  9. package/apps/covid/view/TableContainerController.mjs +0 -3
  10. package/apps/covid/view/WorldMapComponent.mjs +1 -2
  11. package/apps/covid/view/WorldMapContainerController.mjs +0 -2
  12. package/apps/covid/view/country/Gallery.mjs +0 -2
  13. package/apps/covid/view/country/Helix.mjs +0 -3
  14. package/apps/covid/view/mapboxGl/Container.mjs +1 -1
  15. package/apps/covid/view/mapboxGl/ContainerController.mjs +1 -6
  16. package/apps/krausest/TableCollection.mjs +0 -1
  17. package/apps/krausest/view/MainComponent.mjs +0 -1
  18. package/apps/krausest/view/MainComponentController.mjs +0 -1
  19. package/apps/krausest/view/TableComponent.mjs +0 -2
  20. package/apps/realworld/api/Article.mjs +1 -4
  21. package/apps/realworld/api/Base.mjs +0 -5
  22. package/apps/realworld/api/Favorite.mjs +1 -3
  23. package/apps/realworld/api/Profile.mjs +1 -3
  24. package/apps/realworld/view/HeaderComponent.mjs +1 -2
  25. package/apps/realworld/view/HomeComponent.mjs +0 -9
  26. package/apps/realworld/view/MainContainerController.mjs +0 -13
  27. package/apps/realworld/view/article/CommentComponent.mjs +1 -3
  28. package/apps/realworld/view/article/Component.mjs +0 -5
  29. package/apps/realworld/view/article/CreateCommentComponent.mjs +1 -5
  30. package/apps/realworld/view/article/PreviewComponent.mjs +1 -3
  31. package/apps/realworld/view/article/TagListComponent.mjs +1 -5
  32. package/apps/realworld/view/user/ProfileComponent.mjs +0 -6
  33. package/apps/realworld/view/user/SettingsComponent.mjs +1 -5
  34. package/apps/realworld/view/user/SignUpComponent.mjs +0 -1
  35. package/apps/realworld2/api/Article.mjs +1 -4
  36. package/apps/realworld2/api/Base.mjs +0 -5
  37. package/apps/realworld2/api/Favorite.mjs +1 -3
  38. package/apps/realworld2/api/Profile.mjs +1 -3
  39. package/apps/realworld2/view/HeaderToolbarController.mjs +1 -2
  40. package/apps/realworld2/view/HomeContainer.mjs +1 -2
  41. package/apps/realworld2/view/MainContainerController.mjs +1 -14
  42. package/apps/realworld2/view/article/Gallery.mjs +1 -3
  43. package/apps/realworld2/view/article/GalleryContainer.mjs +1 -2
  44. package/apps/realworld2/view/article/Helix.mjs +1 -3
  45. package/apps/realworld2/view/article/HelixContainer.mjs +1 -3
  46. package/apps/realworld2/view/article/PreviewComponent.mjs +1 -3
  47. package/apps/realworld2/view/article/TagListComponent.mjs +1 -5
  48. package/apps/realworld2/view/user/LoginFormContainer.mjs +1 -2
  49. package/apps/sharedcovid/Util.mjs +1 -3
  50. package/apps/sharedcovid/view/GalleryContainer.mjs +0 -1
  51. package/apps/sharedcovid/view/GalleryContainerController.mjs +1 -5
  52. package/apps/sharedcovid/view/HelixContainer.mjs +0 -1
  53. package/apps/sharedcovid/view/HelixContainerController.mjs +1 -4
  54. package/apps/sharedcovid/view/MainContainerModel.mjs +0 -1
  55. package/apps/sharedcovid/view/TableContainer.mjs +0 -1
  56. package/apps/sharedcovid/view/TableContainerController.mjs +0 -3
  57. package/apps/sharedcovid/view/WorldMapComponent.mjs +1 -2
  58. package/apps/sharedcovid/view/WorldMapContainerController.mjs +0 -2
  59. package/apps/sharedcovid/view/country/Gallery.mjs +0 -2
  60. package/apps/sharedcovid/view/country/Helix.mjs +0 -3
  61. package/apps/sharedcovid/view/mapboxGl/Container.mjs +0 -1
  62. package/apps/sharedcovid/view/mapboxGl/ContainerController.mjs +1 -5
  63. package/apps/shareddialog/view/MainContainerController.mjs +0 -18
  64. package/apps/shareddialog2/view/MainContainerController.mjs +1 -2
  65. package/apps/website/view/MainContainerController.mjs +0 -4
  66. package/examples/ConfigurationViewport.mjs +0 -4
  67. package/examples/calendar/basic/MainContainerController.mjs +0 -1
  68. package/examples/component/coronaGallery/CountryGallery.mjs +1 -4
  69. package/examples/component/coronaGallery/MainContainer.mjs +0 -2
  70. package/examples/component/coronaHelix/CountryHelix.mjs +0 -4
  71. package/examples/component/coronaHelix/MainContainer.mjs +0 -2
  72. package/examples/component/gallery/MainContainer.mjs +0 -2
  73. package/examples/component/helix/MainContainer.mjs +0 -2
  74. package/examples/component/splitter/MainContainer.mjs +0 -2
  75. package/examples/core/config/MainContainer.mjs +1 -3
  76. package/examples/dialog/MainContainer.mjs +1 -5
  77. package/examples/model/advanced/MainContainerController.mjs +0 -12
  78. package/examples/model/dialog/EditUserDialogController.mjs +1 -3
  79. package/examples/model/dialog/MainContainerController.mjs +1 -2
  80. package/examples/model/extendedClass/MainContainerController.mjs +0 -7
  81. package/examples/model/inline/MainContainerController.mjs +0 -7
  82. package/examples/model/inlineNoModel/MainContainerController.mjs +1 -6
  83. package/examples/model/multiWindow/EditUserDialogController.mjs +1 -3
  84. package/examples/model/multiWindow/MainContainerController.mjs +1 -3
  85. package/examples/model/multiWindow/ViewportController.mjs +1 -3
  86. package/examples/model/nestedData/MainContainerController.mjs +1 -8
  87. package/examples/tab/container/MainContainer.mjs +1 -6
  88. package/examples/todoList/version2/TodoList.mjs +1 -1
  89. package/examples/tree/MainContainer.mjs +0 -2
  90. package/package.json +6 -6
  91. package/src/Main.mjs +7 -16
  92. package/src/Neo.mjs +0 -1
  93. package/src/button/Menu.mjs +0 -1
  94. package/src/button/Split.mjs +0 -4
  95. package/src/calendar/store/Events.mjs +0 -1
  96. package/src/calendar/view/DayComponent.mjs +0 -1
  97. package/src/calendar/view/EditEventContainer.mjs +0 -7
  98. package/src/calendar/view/MainContainer.mjs +0 -15
  99. package/src/calendar/view/MainContainerModel.mjs +0 -2
  100. package/src/calendar/view/SettingsContainer.mjs +0 -4
  101. package/src/calendar/view/YearComponent.mjs +0 -9
  102. package/src/calendar/view/calendars/Container.mjs +0 -1
  103. package/src/calendar/view/calendars/EditContainer.mjs +0 -5
  104. package/src/calendar/view/calendars/List.mjs +0 -5
  105. package/src/calendar/view/month/Component.mjs +0 -12
  106. package/src/calendar/view/settings/GeneralContainer.mjs +0 -3
  107. package/src/calendar/view/settings/MonthContainer.mjs +0 -3
  108. package/src/calendar/view/settings/WeekContainer.mjs +0 -5
  109. package/src/calendar/view/settings/YearContainer.mjs +0 -3
  110. package/src/calendar/view/week/Component.mjs +0 -16
  111. package/src/calendar/view/week/EventDragZone.mjs +0 -3
  112. package/src/calendar/view/week/TimeAxisComponent.mjs +0 -1
  113. package/src/calendar/view/week/plugin/DragDrop.mjs +0 -10
  114. package/src/calendar/view/week/plugin/EventResizable.mjs +0 -3
  115. package/src/collection/Base.mjs +1 -20
  116. package/src/collection/Filter.mjs +0 -1
  117. package/src/collection/Sorter.mjs +0 -3
  118. package/src/component/Base.mjs +1 -3
  119. package/src/component/Chip.mjs +0 -2
  120. package/src/component/Circle.mjs +0 -18
  121. package/src/component/DateSelector.mjs +0 -13
  122. package/src/component/Gallery.mjs +0 -12
  123. package/src/component/Helix.mjs +0 -14
  124. package/src/component/Splitter.mjs +0 -3
  125. package/src/component/mwc/TextField.mjs +0 -1
  126. package/src/component/wrapper/AmChart.mjs +1 -1
  127. package/src/component/wrapper/MapboxGL.mjs +0 -5
  128. package/src/container/Base.mjs +1 -7
  129. package/src/container/Panel.mjs +0 -3
  130. package/src/controller/Application.mjs +0 -1
  131. package/src/controller/Base.mjs +0 -1
  132. package/src/controller/Component.mjs +1 -4
  133. package/src/core/Base.mjs +1 -2
  134. package/src/core/Compare.mjs +0 -1
  135. package/src/core/IdGenerator.mjs +1 -3
  136. package/src/core/Observable.mjs +0 -3
  137. package/src/core/Util.mjs +0 -1
  138. package/src/core/_export.mjs +1 -2
  139. package/src/data/RecordFactory.mjs +1 -6
  140. package/src/data/Store.mjs +0 -10
  141. package/src/data/connection/Xhr.mjs +0 -6
  142. package/src/dialog/Base.mjs +0 -10
  143. package/src/draggable/DragProxyComponent.mjs +1 -3
  144. package/src/draggable/DragZone.mjs +0 -6
  145. package/src/draggable/DropZone.mjs +1 -7
  146. package/src/draggable/list/DragZone.mjs +1 -7
  147. package/src/draggable/tab/header/toolbar/SortZone.mjs +1 -3
  148. package/src/draggable/toolbar/DragZone.mjs +1 -5
  149. package/src/draggable/toolbar/SortZone.mjs +0 -5
  150. package/src/draggable/tree/DragZone.mjs +1 -4
  151. package/src/filter/BooleanContainer.mjs +0 -1
  152. package/src/filter/NumberContainer.mjs +0 -2
  153. package/src/filter/ToggleOperatorsButton.mjs +1 -3
  154. package/src/form/Container.mjs +0 -2
  155. package/src/form/Fieldset.mjs +0 -1
  156. package/src/form/field/Base.mjs +0 -2
  157. package/src/form/field/CheckBox.mjs +0 -5
  158. package/src/form/field/Color.mjs +0 -3
  159. package/src/form/field/Date.mjs +0 -4
  160. package/src/form/field/Display.mjs +0 -1
  161. package/src/form/field/Picker.mjs +0 -9
  162. package/src/form/field/Range.mjs +0 -1
  163. package/src/form/field/Select.mjs +22 -20
  164. package/src/form/field/Text.mjs +0 -15
  165. package/src/form/field/Time.mjs +0 -7
  166. package/src/form/field/trigger/Base.mjs +0 -2
  167. package/src/form/field/trigger/Clear.mjs +0 -3
  168. package/src/form/field/trigger/CopyToClipboard.mjs +0 -3
  169. package/src/form/field/trigger/Picker.mjs +0 -1
  170. package/src/form/field/trigger/SpinDown.mjs +0 -1
  171. package/src/form/field/trigger/SpinUp.mjs +0 -1
  172. package/src/form/field/trigger/SpinUpDown.mjs +0 -1
  173. package/src/form/field/trigger/Time.mjs +0 -1
  174. package/src/grid/Container.mjs +1 -4
  175. package/src/grid/header/Toolbar.mjs +1 -5
  176. package/src/list/Color.mjs +0 -3
  177. package/src/list/Component.mjs +0 -3
  178. package/src/list/plugin/Animate.mjs +0 -1
  179. package/src/main/DomAccess.mjs +7 -22
  180. package/src/main/DomEvents.mjs +42 -75
  181. package/src/main/addon/AmCharts.mjs +1 -10
  182. package/src/main/addon/AnalyticsByGoogle.mjs +1 -2
  183. package/src/main/addon/CloneNode.mjs +0 -2
  184. package/src/main/addon/Cookie.mjs +0 -3
  185. package/src/main/addon/DragDrop.mjs +0 -9
  186. package/src/main/addon/HighlightJS.mjs +1 -5
  187. package/src/main/addon/MapboxGL.mjs +1 -14
  188. package/src/main/addon/Mwc.mjs +0 -2
  189. package/src/main/addon/Siesta.mjs +0 -1
  190. package/src/main/addon/Stylesheet.mjs +0 -4
  191. package/src/main/addon/WindowPosition.mjs +1 -6
  192. package/src/main/draggable/sensor/Mouse.mjs +0 -4
  193. package/src/main/draggable/sensor/Touch.mjs +0 -4
  194. package/src/main/mixin/DeltaUpdates.mjs +0 -8
  195. package/src/main/mixin/TouchDomEvents.mjs +1 -7
  196. package/src/manager/Base.mjs +0 -2
  197. package/src/manager/Component.mjs +0 -3
  198. package/src/manager/DomEvent.mjs +1 -6
  199. package/src/manager/Focus.mjs +0 -7
  200. package/src/manager/Instance.mjs +0 -1
  201. package/src/manager/Store.mjs +0 -4
  202. package/src/menu/List.mjs +0 -6
  203. package/src/model/Component.mjs +0 -1
  204. package/src/plugin/Base.mjs +0 -1
  205. package/src/plugin/Resizable.mjs +0 -8
  206. package/src/selection/CircleModel.mjs +1 -5
  207. package/src/selection/DateSelectorModel.mjs +1 -9
  208. package/src/selection/GalleryModel.mjs +0 -9
  209. package/src/selection/HelixModel.mjs +0 -9
  210. package/src/selection/ListModel.mjs +0 -8
  211. package/src/selection/Model.mjs +0 -8
  212. package/src/selection/menu/ListModel.mjs +0 -2
  213. package/src/selection/table/CellColumnModel.mjs +0 -4
  214. package/src/selection/table/CellColumnRowModel.mjs +0 -4
  215. package/src/selection/table/CellModel.mjs +0 -8
  216. package/src/selection/table/CellRowModel.mjs +0 -6
  217. package/src/selection/table/ColumnModel.mjs +0 -6
  218. package/src/selection/table/RowModel.mjs +0 -5
  219. package/src/tab/Container.mjs +0 -6
  220. package/src/tab/header/Button.mjs +1 -2
  221. package/src/tab/header/Toolbar.mjs +0 -1
  222. package/src/table/Container.mjs +0 -8
  223. package/src/table/View.mjs +0 -4
  224. package/src/table/header/Button.mjs +0 -6
  225. package/src/table/header/Toolbar.mjs +1 -2
  226. package/src/tree/List.mjs +0 -4
  227. package/src/util/Css.mjs +0 -1
  228. package/src/util/Date.mjs +0 -2
  229. package/src/util/Function.mjs +0 -2
  230. package/src/util/HashHistory.mjs +0 -3
  231. package/src/util/KeyNavigation.mjs +0 -5
  232. package/src/{core → util}/Logger.mjs +5 -17
  233. package/src/util/Matrix.mjs +0 -3
  234. package/src/util/VDom.mjs +0 -5
  235. package/src/util/_export.mjs +2 -1
  236. package/src/vdom/Helper.mjs +0 -3
  237. package/src/vdom/VNode.mjs +0 -1
  238. package/src/worker/App.mjs +0 -7
  239. package/src/worker/Base.mjs +0 -6
  240. package/src/worker/Canvas.mjs +0 -2
  241. package/src/worker/Manager.mjs +1 -3
  242. package/src/worker/Message.mjs +0 -1
  243. package/src/worker/mixin/RemoteMethodAccess.mjs +0 -3
@@ -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;
@@ -190,7 +190,6 @@ class GalleryContainer extends Container {
190
190
  }}
191
191
 
192
192
  /**
193
- *
194
193
  * @param {Object} config
195
194
  */
196
195
  constructor(config) {
@@ -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};
@@ -236,7 +236,6 @@ class HelixContainer extends Container {
236
236
  }}
237
237
 
238
238
  /**
239
- *
240
239
  * @param {Object} config
241
240
  */
242
241
  constructor(config) {
@@ -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};
@@ -62,7 +62,6 @@ class MainContainerController extends ComponentController {
62
62
  }}
63
63
 
64
64
  /**
65
- *
66
65
  * @param {Object[]} data
67
66
  */
68
67
  addStoreItems(data) {
@@ -110,7 +109,6 @@ class MainContainerController extends ComponentController {
110
109
  }
111
110
 
112
111
  /**
113
- *
114
112
  * @param {Object} data
115
113
  * @param {Number} data.active
116
114
  * @param {Number} data.cases
@@ -145,7 +143,6 @@ class MainContainerController extends ComponentController {
145
143
  }
146
144
 
147
145
  /**
148
- *
149
146
  * @param {Object} hashObject
150
147
  * @param {String} hashObject.mainview
151
148
  * @returns {Number}
@@ -159,7 +156,6 @@ class MainContainerController extends ComponentController {
159
156
  }
160
157
 
161
158
  /**
162
- *
163
159
  * @param {Number} tabIndex
164
160
  * @returns {Neo.component.Base}
165
161
  */
@@ -227,7 +223,6 @@ class MainContainerController extends ComponentController {
227
223
  }
228
224
 
229
225
  /**
230
- *
231
226
  * @param {Object} data
232
227
  */
233
228
  onCountryFieldChange(data) {
@@ -252,7 +247,6 @@ class MainContainerController extends ComponentController {
252
247
  }
253
248
 
254
249
  /**
255
- *
256
250
  * @param {Object} value
257
251
  * @param {Object} oldValue
258
252
  */
@@ -441,7 +435,6 @@ class MainContainerController extends ComponentController {
441
435
  }
442
436
 
443
437
  /**
444
- *
445
438
  * @param view
446
439
  * @param record
447
440
  */
@@ -28,7 +28,6 @@ class MainContainerModel extends Component {
28
28
  }}
29
29
 
30
30
  /**
31
- *
32
31
  * @param {String} key
33
32
  * @param {*} value
34
33
  * @param {*} oldValue
@@ -137,7 +137,6 @@ class TableContainer extends Container {
137
137
  }}
138
138
 
139
139
  /**
140
- *
141
140
  * @param {Object} config
142
141
  */
143
142
  constructor(config) {
@@ -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) {
@@ -141,7 +141,6 @@ class CountryGallery extends Gallery {
141
141
  }
142
142
 
143
143
  /**
144
- *
145
144
  * @param {String} vnodeId
146
145
  * @returns {String} itemId
147
146
  */
@@ -158,7 +157,6 @@ class CountryGallery extends Gallery {
158
157
  }
159
158
 
160
159
  /**
161
- *
162
160
  * @param {Array} items
163
161
  */
164
162
  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
  */
@@ -123,4 +123,4 @@ class Container extends BaseContainer {
123
123
 
124
124
  Neo.applyClassConfig(Container);
125
125
 
126
- export {Container as default};
126
+ export {Container as default};
@@ -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
  onHideMapControlsButtonClick(data) {
@@ -59,7 +55,6 @@ class ContainerController extends ComponentController {
59
55
  }
60
56
 
61
57
  /**
62
- *
63
58
  * @param {Object} data
64
59
  */
65
60
  onTerrainChange(data) {
@@ -69,4 +64,4 @@ class ContainerController extends ComponentController {
69
64
 
70
65
  Neo.applyClassConfig(ContainerController);
71
66
 
72
- export {ContainerController as default};
67
+ export {ContainerController as default};
@@ -22,7 +22,6 @@ class TableCollection extends BaseCollection {
22
22
  }}
23
23
 
24
24
  /**
25
- *
26
25
  * @param {Number} count
27
26
  * @returns {Object[]}
28
27
  */
@@ -61,7 +61,6 @@ class MainComponent extends Base {
61
61
  }}
62
62
 
63
63
  /**
64
- *
65
64
  * @param {Object} config
66
65
  */
67
66
  constructor(config) {
@@ -14,7 +14,6 @@ class MainComponentController extends ComponentController {
14
14
  }}
15
15
 
16
16
  /**
17
- *
18
17
  * @param {Object} data
19
18
  */
20
19
  onButtonClick(data) {
@@ -35,7 +35,6 @@ class TableComponent extends Base {
35
35
  }}
36
36
 
37
37
  /**
38
- *
39
38
  * @param {Object} config
40
39
  */
41
40
  constructor(config) {
@@ -112,7 +111,6 @@ class TableComponent extends Base {
112
111
  }
113
112
 
114
113
  /**
115
- *
116
114
  * @param {Object} data
117
115
  * @param {Number} data.id
118
116
  * @param {String} data.label
@@ -18,7 +18,6 @@ class Article extends Base {
18
18
  }}
19
19
 
20
20
  /**
21
- *
22
21
  * @param {String} slug
23
22
  * @param {Number} id
24
23
  */
@@ -29,7 +28,6 @@ class Article extends Base {
29
28
  }
30
29
 
31
30
  /**
32
- *
33
31
  * @param {String} slug
34
32
  */
35
33
  getComments(slug) {
@@ -39,7 +37,6 @@ class Article extends Base {
39
37
  }
40
38
 
41
39
  /**
42
- *
43
40
  * @param {String} slug
44
41
  * @param {Object} opts
45
42
  */
@@ -57,4 +54,4 @@ let instance = Neo.create(Article);
57
54
 
58
55
  Neo.applyToGlobalNs(instance);
59
56
 
60
- export default instance;
57
+ export default instance;
@@ -104,7 +104,6 @@ class Base extends CoreBase {
104
104
  }
105
105
 
106
106
  /**
107
- *
108
107
  * @param {Object} [opts={}]
109
108
  * @param {Object} [opts.data]
110
109
  * @param {Object} [opts.params]
@@ -122,7 +121,6 @@ class Base extends CoreBase {
122
121
  }
123
122
 
124
123
  /**
125
- *
126
124
  * @param {Object} [opts={}]
127
125
  * @param {Object} [opts.data]
128
126
  * @param {Object} [opts.params]
@@ -150,7 +148,6 @@ class Base extends CoreBase {
150
148
  }
151
149
 
152
150
  /**
153
- *
154
151
  * @param {Object} [opts={}]
155
152
  * @param {Object} [opts.data]
156
153
  * @param {Object} [opts.params]
@@ -194,7 +191,6 @@ class Base extends CoreBase {
194
191
  }
195
192
 
196
193
  /**
197
- *
198
194
  * @param {Object} [opts={}]
199
195
  * @param {Object} [opts.data]
200
196
  * @param {Object} [opts.params]
@@ -225,7 +221,6 @@ class Base extends CoreBase {
225
221
  }
226
222
 
227
223
  /**
228
- *
229
224
  * @param {Object} [opts={}]
230
225
  * @param {Object} [opts.data]
231
226
  * @param {Object} [opts.params]
@@ -14,7 +14,6 @@ class Favorite extends Base {
14
14
  }}
15
15
 
16
16
  /**
17
- *
18
17
  * @param {String} slug
19
18
  */
20
19
  add(slug) {
@@ -24,7 +23,6 @@ class Favorite extends Base {
24
23
  }
25
24
 
26
25
  /**
27
- *
28
26
  * @param {String} slug
29
27
  */
30
28
  remove(slug) {
@@ -40,4 +38,4 @@ let instance = Neo.create(Favorite);
40
38
 
41
39
  Neo.applyToGlobalNs(instance);
42
40
 
43
- export default instance;
41
+ export default instance;
@@ -18,7 +18,6 @@ class Profile extends Base {
18
18
  }}
19
19
 
20
20
  /**
21
- *
22
21
  * @param {String} slug
23
22
  */
24
23
  follow(slug) {
@@ -28,7 +27,6 @@ class Profile extends Base {
28
27
  }
29
28
 
30
29
  /**
31
- *
32
30
  * @param {String} slug
33
31
  */
34
32
  unfollow(slug) {
@@ -44,4 +42,4 @@ let instance = Neo.create(Profile);
44
42
 
45
43
  Neo.applyToGlobalNs(instance);
46
44
 
47
- export default instance;
45
+ export default instance;
@@ -150,7 +150,6 @@ class HeaderComponent extends Component {
150
150
  }
151
151
 
152
152
  /**
153
- *
154
153
  * @param {String} value
155
154
  * @returns {Number} The target index
156
155
  */
@@ -176,4 +175,4 @@ class HeaderComponent extends Component {
176
175
 
177
176
  Neo.applyClassConfig(HeaderComponent);
178
177
 
179
- export {HeaderComponent as default};
178
+ export {HeaderComponent as default};
@@ -85,7 +85,6 @@ class HomeComponent extends Component {
85
85
  }}
86
86
 
87
87
  /**
88
- *
89
88
  * @param {Object} config
90
89
  */
91
90
  constructor(config) {
@@ -333,7 +332,6 @@ class HomeComponent extends Component {
333
332
  }
334
333
 
335
334
  /**
336
- *
337
335
  * @param {Object} [params={}]
338
336
  * @param {Object} [opts={}]
339
337
  */
@@ -356,7 +354,6 @@ class HomeComponent extends Component {
356
354
  }
357
355
 
358
356
  /**
359
- *
360
357
  * @returns {Object} vdom
361
358
  */
362
359
  getContainer() {
@@ -365,7 +362,6 @@ class HomeComponent extends Component {
365
362
  }
366
363
 
367
364
  /**
368
- *
369
365
  * @param {String} nodeId
370
366
  * @returns {Number}
371
367
  */
@@ -374,7 +370,6 @@ class HomeComponent extends Component {
374
370
  }
375
371
 
376
372
  /**
377
- *
378
373
  * @param {Number|String} id
379
374
  * @returns {String}
380
375
  */
@@ -383,7 +378,6 @@ class HomeComponent extends Component {
383
378
  }
384
379
 
385
380
  /**
386
- *
387
381
  * @param {Object} data
388
382
  */
389
383
  onNavLinkClick(data) {
@@ -423,7 +417,6 @@ class HomeComponent extends Component {
423
417
  }
424
418
 
425
419
  /**
426
- *
427
420
  * @param {Object} value
428
421
  */
429
422
  onCurrentUserChange(value) {
@@ -431,7 +424,6 @@ class HomeComponent extends Component {
431
424
  }
432
425
 
433
426
  /**
434
- *
435
427
  * @param {Object} data
436
428
  */
437
429
  onPageNavLinkClick(data) {
@@ -439,7 +431,6 @@ class HomeComponent extends Component {
439
431
  }
440
432
 
441
433
  /**
442
- *
443
434
  * @param {Object} opts
444
435
  * @param {String|null} opts.oldValue
445
436
  * @param {String|null} opts.value
@@ -98,7 +98,6 @@ class MainContainerController extends ComponentController {
98
98
  }
99
99
 
100
100
  /**
101
- *
102
101
  * @param {String} slug
103
102
  */
104
103
  deleteArticle(slug) {
@@ -110,7 +109,6 @@ class MainContainerController extends ComponentController {
110
109
  }
111
110
 
112
111
  /**
113
- *
114
112
  * @param {Number} id
115
113
  * @returns {Promise<any>}
116
114
  */
@@ -124,7 +122,6 @@ class MainContainerController extends ComponentController {
124
122
  }
125
123
 
126
124
  /**
127
- *
128
125
  * @param {String} slug
129
126
  * @param {Boolean} favorited
130
127
  */
@@ -133,7 +130,6 @@ class MainContainerController extends ComponentController {
133
130
  }
134
131
 
135
132
  /**
136
- *
137
133
  * @param {String} slug
138
134
  * @param {Boolean} follow
139
135
  */
@@ -153,7 +149,6 @@ class MainContainerController extends ComponentController {
153
149
  }
154
150
 
155
151
  /**
156
- *
157
152
  * @param {Object} [params={}]
158
153
  * @param {Object} [opts={}]
159
154
  * @returns {Promise<any>}
@@ -170,7 +165,6 @@ class MainContainerController extends ComponentController {
170
165
  }
171
166
 
172
167
  /**
173
- *
174
168
  * @param {String} slug
175
169
  */
176
170
  getComments(slug) {
@@ -180,7 +174,6 @@ class MainContainerController extends ComponentController {
180
174
  }
181
175
 
182
176
  /**
183
- *
184
177
  * @param {String} token
185
178
  */
186
179
  getCurrentUser(token) {
@@ -194,7 +187,6 @@ class MainContainerController extends ComponentController {
194
187
  }
195
188
 
196
189
  /**
197
- *
198
190
  * @param {String} slug
199
191
  */
200
192
  getProfile(slug) {
@@ -282,7 +274,6 @@ class MainContainerController extends ComponentController {
282
274
  }
283
275
 
284
276
  /**
285
- *
286
277
  * @param {Object} value
287
278
  * @param {Object} oldValue
288
279
  */
@@ -390,7 +381,6 @@ class MainContainerController extends ComponentController {
390
381
  }
391
382
 
392
383
  /**
393
- *
394
384
  * @param {Object} [opts)
395
385
  * @returns {Promise<any>}
396
386
  */
@@ -404,7 +394,6 @@ class MainContainerController extends ComponentController {
404
394
  }
405
395
 
406
396
  /**
407
- *
408
397
  * @param {String} key
409
398
  * @param {Function} module
410
399
  * @param {String} reference
@@ -427,7 +416,6 @@ class MainContainerController extends ComponentController {
427
416
  }
428
417
 
429
418
  /**
430
- *
431
419
  * @param {Object} opts
432
420
  * @returns {Promise<any>}
433
421
  */
@@ -436,7 +424,6 @@ class MainContainerController extends ComponentController {
436
424
  }
437
425
 
438
426
  /**
439
- *
440
427
  * @param {Object} [opts)
441
428
  * @returns {Promise<any>}
442
429
  */
@@ -61,7 +61,6 @@ class CommentComponent extends Component {
61
61
  }}
62
62
 
63
63
  /**
64
- *
65
64
  * @param {Object} config
66
65
  */
67
66
  constructor(config) {
@@ -154,7 +153,6 @@ class CommentComponent extends Component {
154
153
  }
155
154
 
156
155
  /**
157
- *
158
156
  * @param {Object} data
159
157
  */
160
158
  onDeleteButtonClick(data) {
@@ -172,4 +170,4 @@ class CommentComponent extends Component {
172
170
 
173
171
  Neo.applyClassConfig(CommentComponent);
174
172
 
175
- export {CommentComponent as default};
173
+ export {CommentComponent as default};