-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathpaths.js
More file actions
318 lines (313 loc) · 20.7 KB
/
paths.js
File metadata and controls
318 lines (313 loc) · 20.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
const jsPaths = [
{ path: 'guides/getting-started/introduction/introduction' },
{ path: 'guides/getting-started/demo/demo' },
{ path: 'guides/getting-started/installation/installation' },
{ path: 'guides/getting-started/binding-to-data/binding-to-data' },
{ path: 'guides/getting-started/server-side-data/server-side-data' },
{ path: 'guides/getting-started/server-side-data/server-side-data-migration' },
{ path: 'guides/getting-started/server-side-data/server-side-data-configuration' },
{ path: 'guides/getting-started/server-side-data/server-side-data-crud' },
{ path: 'guides/getting-started/server-side-data/server-side-data-fetching' },
{ path: 'guides/getting-started/saving-data/saving-data' },
{ path: 'guides/getting-started/configuration-options/configuration-options' },
{ path: 'guides/getting-started/grid-size/grid-size' },
{ path: 'guides/getting-started/events-and-hooks/events-and-hooks' },
{ path: 'guides/getting-started/license-key/license-key' },
{ path: 'guides/integrate-with-vue3/vue3-installation/vue3-installation' },
{ path: 'guides/integrate-with-vue3/vue3-basic-example/vue3-basic-example' },
{ path: 'guides/integrate-with-vue3/vue3-modules/vue3-modules' },
{ path: 'guides/integrate-with-vue3/vue3-hot-column/vue3-hot-column' },
{ path: 'guides/integrate-with-vue3/vue3-setting-up-a-translation/vue3-setting-up-a-translation' },
{ path: 'guides/integrate-with-vue3/vue3-custom-id-class-style/vue3-custom-id-class-style' },
{ path: 'guides/integrate-with-vue3/vue3-custom-context-menu-example/vue3-custom-context-menu-example' },
{ path: 'guides/integrate-with-vue3/vue3-custom-editor-example/vue3-custom-editor-example' },
{ path: 'guides/integrate-with-vue3/vue3-custom-renderer-example/vue3-custom-renderer-example' },
{ path: 'guides/integrate-with-vue3/vue3-language-change-example/vue3-language-change-example' },
{ path: 'guides/integrate-with-vue3/vue3-vuex-example/vue3-vuex-example' },
{ path: 'guides/integrate-with-vue3/vue3-hot-reference/vue3-hot-reference' },
{ path: 'guides/columns/column-header/column-header' },
{ path: 'guides/columns/column-groups/column-groups' },
{ path: 'guides/columns/column-hiding/column-hiding' },
{ path: 'guides/columns/column-moving/column-moving' },
{ path: 'guides/columns/column-freezing/column-freezing' },
{ path: 'guides/columns/column-width/column-width' },
{ path: 'guides/columns/column-summary/column-summary' },
{ path: 'guides/columns/column-virtualization/column-virtualization' },
{ path: 'guides/columns/column-menu/column-menu' },
{ path: 'guides/columns/column-filter/column-filter' },
{ path: 'guides/rows/row-header/row-header' },
{ path: 'guides/rows/row-parent-child/row-parent-child' },
{ path: 'guides/rows/row-hiding/row-hiding' },
{ path: 'guides/rows/row-moving/row-moving' },
{ path: 'guides/rows/row-freezing/row-freezing' },
{ path: 'guides/rows/row-height/row-height' },
{ path: 'guides/rows/row-virtualization/row-virtualization' },
{ path: 'guides/rows/rows-sorting/rows-sorting' },
{ path: 'guides/rows/row-trimming/row-trimming' },
{ path: 'guides/rows/row-prepopulating/row-prepopulating' },
{ path: 'guides/cell-features/basic-clipboard/basic-clipboard' },
{ path: 'guides/cell-features/selection/selection' },
{ path: 'guides/cell-features/merge-cells/merge-cells' },
{ path: 'guides/cell-features/conditional-formatting/conditional-formatting' },
{ path: 'guides/cell-features/text-alignment/text-alignment' },
{ path: 'guides/cell-features/disabled-cells/disabled-cells' },
{ path: 'guides/cell-features/comments/comments' },
{ path: 'guides/cell-features/autofill-values/autofill-values' },
{ path: 'guides/cell-features/formatting-cells/formatting-cells' },
{ path: 'guides/cell-functions/cell-function/cell-function' },
{ path: 'guides/cell-functions/cell-renderer/cell-renderer' },
{ path: 'guides/cell-functions/cell-editor/cell-editor' },
{ path: 'guides/cell-functions/cell-validator/cell-validator' },
{ path: 'guides/cell-types/cell-type/cell-type' },
{ path: 'guides/cell-types/numeric-cell-type/numeric-cell-type' },
{ path: 'guides/cell-types/date-cell-type/date-cell-type' },
{ path: 'guides/cell-types/time-cell-type/time-cell-type' },
{ path: 'guides/cell-types/checkbox-cell-type/checkbox-cell-type' },
{ path: 'guides/cell-types/select-cell-type/select-cell-type' },
{ path: 'guides/cell-types/dropdown-cell-type/dropdown-cell-type' },
{ path: 'guides/cell-types/autocomplete-cell-type/autocomplete-cell-type' },
{ path: 'guides/cell-types/password-cell-type/password-cell-type' },
{ path: 'guides/cell-types/handsontable-cell-type/handsontable-cell-type' },
{ path: 'guides/formulas/formula-calculation/formula-calculation' },
{ path: 'guides/navigation/keyboard-shortcuts/keyboard-shortcuts' },
{ path: 'guides/navigation/custom-shortcuts/custom-shortcuts' },
{ path: 'guides/navigation/searching-values/searching-values' },
{ path: 'guides/accessibility/accessibility/accessibility' },
{ path: 'guides/accessories-and-menus/context-menu/context-menu' },
{ path: 'guides/accessories-and-menus/undo-redo/undo-redo' },
{ path: 'guides/accessories-and-menus/icon-pack/icon-pack' },
{ path: 'guides/accessories-and-menus/export-to-csv/export-to-csv' },
{ path: 'guides/internationalization/language/language' },
{ path: 'guides/internationalization/locale/locale' },
{ path: 'guides/internationalization/layout-direction/layout-direction' },
{ path: 'guides/internationalization/ime-support/ime-support' },
{ path: 'guides/tools-and-building/packages/packages', onlyFor: ['javascript'] },
{ path: 'guides/tools-and-building/modules/modules' },
{ path: 'guides/tools-and-building/custom-plugins/custom-plugins' },
{ path: 'guides/tools-and-building/custom-builds/custom-builds' },
{ path: 'guides/tools-and-building/testing/testing' },
{ path: 'guides/tools-and-building/folder-structure/folder-structure' },
{ path: 'guides/optimization/batch-operations/batch-operations' },
// TODO { path: 'guides/optimization/touch-events/touch-events' },
{ path: 'guides/optimization/performance/performance' },
// TODO { path: 'guides/optimization/key-concepts/key-concepts' },
{ path: 'guides/optimization/bundle-size/bundle-size' },
{ path: 'guides/security/security/security' },
{ path: 'guides/styling/themes/themes' },
{ path: 'guides/styling/design-system/design-system' },
// TODO { path: 'guides/technical-specification/about-handsontable/about-handsontable' },
{ path: 'guides/technical-specification/supported-browsers/supported-browsers' },
{ path: 'guides/technical-specification/software-license/software-license' },
{ path: 'guides/technical-specification/third-party-licenses/third-party-licenses' },
{ path: 'guides/technical-specification/documentation-license/documentation-license' },
{ path: 'guides/upgrade-and-migration/versioning-policy/versioning-policy' },
// TODO { path: 'guides/upgrade-and-migration/roadmap/roadmap' },
{ path: 'guides/upgrade-and-migration/migration-from-7.4-to-8.0/migration-from-7.4-to-8.0' },
{ path: 'guides/upgrade-and-migration/migration-from-8.4-to-9.0/migration-from-8.4-to-9.0' },
{ path: 'guides/upgrade-and-migration/migration-from-9.0-to-10.0/migration-from-9.0-to-10.0' },
{ path: 'guides/upgrade-and-migration/migration-from-10.0-to-11.0/migration-from-10.0-to-11.0' },
{ path: 'guides/upgrade-and-migration/migration-from-11.1-to-12.0/migration-from-11.1-to-12.0' },
{ path: 'guides/upgrade-and-migration/migration-from-12.4-to-13.0/migration-from-12.4-to-13.0' },
{ path: 'guides/upgrade-and-migration/migration-from-13.1-to-14.0/migration-from-13.1-to-14.0' },
];
const reactPaths = [
{ path: 'guides/getting-started/introduction/introduction' },
{ path: 'guides/getting-started/demo/demo' },
{ path: 'guides/getting-started/installation/installation' },
{ path: 'guides/getting-started/binding-to-data/binding-to-data' },
{ path: 'guides/getting-started/server-side-data/server-side-data' },
{ path: 'guides/getting-started/server-side-data/server-side-data-migration' },
{ path: 'guides/getting-started/server-side-data/server-side-data-configuration' },
{ path: 'guides/getting-started/server-side-data/server-side-data-crud' },
{ path: 'guides/getting-started/server-side-data/server-side-data-fetching' },
{ path: 'guides/getting-started/saving-data/saving-data' },
{ path: 'guides/getting-started/configuration-options/configuration-options' },
{ path: 'guides/getting-started/grid-size/grid-size' },
{ path: 'guides/getting-started/instance-methods/instance-methods', onlyFor: ['react'] },
{ path: 'guides/getting-started/events-and-hooks/events-and-hooks' },
{ path: 'guides/getting-started/license-key/license-key' },
{ path: 'guides/getting-started/redux/redux', onlyFor: ['react'] },
{ path: 'guides/columns/hot-column/hot-column', onlyFor: ['react'] },
{ path: 'guides/columns/column-header/column-header' },
{ path: 'guides/columns/column-groups/column-groups' },
{ path: 'guides/columns/column-hiding/column-hiding' },
{ path: 'guides/columns/column-moving/column-moving' },
{ path: 'guides/columns/column-freezing/column-freezing' },
{ path: 'guides/columns/column-width/column-width' },
{ path: 'guides/columns/column-summary/column-summary' },
{ path: 'guides/columns/column-virtualization/column-virtualization' },
{ path: 'guides/columns/column-menu/column-menu' },
{ path: 'guides/columns/column-filter/column-filter' },
{ path: 'guides/rows/row-header/row-header' },
{ path: 'guides/rows/row-parent-child/row-parent-child' },
{ path: 'guides/rows/row-hiding/row-hiding' },
{ path: 'guides/rows/row-moving/row-moving' },
{ path: 'guides/rows/row-freezing/row-freezing' },
{ path: 'guides/rows/row-height/row-height' },
{ path: 'guides/rows/row-virtualization/row-virtualization' },
{ path: 'guides/rows/rows-sorting/rows-sorting' },
{ path: 'guides/rows/row-trimming/row-trimming' },
{ path: 'guides/rows/row-prepopulating/row-prepopulating' },
{ path: 'guides/cell-features/basic-clipboard/basic-clipboard' },
{ path: 'guides/cell-features/selection/selection' },
{ path: 'guides/cell-features/merge-cells/merge-cells' },
{ path: 'guides/cell-features/conditional-formatting/conditional-formatting' },
{ path: 'guides/cell-features/text-alignment/text-alignment' },
{ path: 'guides/cell-features/disabled-cells/disabled-cells' },
{ path: 'guides/cell-features/comments/comments' },
{ path: 'guides/cell-features/autofill-values/autofill-values' },
{ path: 'guides/cell-features/formatting-cells/formatting-cells' },
{ path: 'guides/cell-functions/cell-function/cell-function' },
{ path: 'guides/cell-functions/cell-renderer/cell-renderer' },
{ path: 'guides/cell-functions/cell-editor/cell-editor' },
{ path: 'guides/cell-functions/cell-validator/cell-validator' },
{ path: 'guides/cell-types/cell-type/cell-type' },
{ path: 'guides/cell-types/numeric-cell-type/numeric-cell-type' },
{ path: 'guides/cell-types/date-cell-type/date-cell-type' },
{ path: 'guides/cell-types/time-cell-type/time-cell-type' },
{ path: 'guides/cell-types/checkbox-cell-type/checkbox-cell-type' },
{ path: 'guides/cell-types/select-cell-type/select-cell-type' },
{ path: 'guides/cell-types/dropdown-cell-type/dropdown-cell-type' },
{ path: 'guides/cell-types/autocomplete-cell-type/autocomplete-cell-type' },
{ path: 'guides/cell-types/password-cell-type/password-cell-type' },
{ path: 'guides/cell-types/handsontable-cell-type/handsontable-cell-type' },
{ path: 'guides/formulas/formula-calculation/formula-calculation' },
{ path: 'guides/navigation/keyboard-shortcuts/keyboard-shortcuts' },
{ path: 'guides/navigation/custom-shortcuts/custom-shortcuts' },
{ path: 'guides/navigation/searching-values/searching-values' },
{ path: 'guides/accessibility/accessibility/accessibility' },
{ path: 'guides/accessories-and-menus/context-menu/context-menu' },
{ path: 'guides/accessories-and-menus/undo-redo/undo-redo' },
{ path: 'guides/accessories-and-menus/icon-pack/icon-pack' },
{ path: 'guides/accessories-and-menus/export-to-csv/export-to-csv' },
{ path: 'guides/internationalization/language/language' },
{ path: 'guides/internationalization/locale/locale' },
{ path: 'guides/internationalization/layout-direction/layout-direction' },
{ path: 'guides/internationalization/ime-support/ime-support' },
{ path: 'guides/tools-and-building/modules/modules' },
{ path: 'guides/tools-and-building/custom-plugins/custom-plugins' },
{ path: 'guides/tools-and-building/custom-builds/custom-builds' },
{ path: 'guides/tools-and-building/testing/testing' },
{ path: 'guides/tools-and-building/folder-structure/folder-structure' },
{ path: 'guides/optimization/batch-operations/batch-operations' },
// TODO { path: 'guides/optimization/touch-events/touch-events' },
{ path: 'guides/optimization/performance/performance' },
// TODO { path: 'guides/optimization/key-concepts/key-concepts' },
{ path: 'guides/optimization/bundle-size/bundle-size' },
{ path: 'guides/security/security/security' },
// TODO { path: 'guides/technical-specification/about-handsontable/about-handsontable' },
{ path: 'guides/technical-specification/supported-browsers/supported-browsers' },
{ path: 'guides/technical-specification/software-license/software-license' },
{ path: 'guides/technical-specification/third-party-licenses/third-party-licenses' },
{ path: 'guides/technical-specification/documentation-license/documentation-license' },
{ path: 'guides/upgrade-and-migration/versioning-policy/versioning-policy' },
// TODO { path: 'guides/upgrade-and-migration/roadmap/roadmap' },
{ path: 'guides/upgrade-and-migration/migration-from-7.4-to-8.0/migration-from-7.4-to-8.0' },
{ path: 'guides/upgrade-and-migration/migration-from-8.4-to-9.0/migration-from-8.4-to-9.0' },
{ path: 'guides/upgrade-and-migration/migration-from-9.0-to-10.0/migration-from-9.0-to-10.0' },
{ path: 'guides/upgrade-and-migration/migration-from-10.0-to-11.0/migration-from-10.0-to-11.0' },
{ path: 'guides/upgrade-and-migration/migration-from-11.1-to-12.0/migration-from-11.1-to-12.0' },
{ path: 'guides/upgrade-and-migration/migration-from-12.4-to-13.0/migration-from-12.4-to-13.0' },
{ path: 'guides/upgrade-and-migration/migration-from-13.1-to-14.0/migration-from-13.1-to-14.0' },
];
const angularPaths = [
{ path: 'guides/getting-started/introduction/introduction' },
{ path: 'guides/getting-started/demo/demo' },
{ path: 'guides/getting-started/installation/installation' },
{ path: 'guides/getting-started/binding-to-data/binding-to-data' },
{ path: 'guides/getting-started/server-side-data/server-side-data' },
{ path: 'guides/getting-started/server-side-data/server-side-data-migration' },
{ path: 'guides/getting-started/server-side-data/server-side-data-configuration' },
{ path: 'guides/getting-started/server-side-data/server-side-data-crud' },
{ path: 'guides/getting-started/server-side-data/server-side-data-fetching' },
{ path: 'guides/getting-started/saving-data/saving-data' },
{ path: 'guides/getting-started/configuration-options/configuration-options' },
{ path: 'guides/getting-started/grid-size/grid-size' },
{ path: 'guides/getting-started/events-and-hooks/events-and-hooks' },
{ path: 'guides/getting-started/license-key/license-key' },
{ path: 'guides/getting-started/angular-hot-instance', onlyFor: ['angular'] },
{ path: 'guides/columns/column-header/column-header' },
{ path: 'guides/columns/column-groups/column-groups' },
{ path: 'guides/columns/column-hiding/column-hiding' },
{ path: 'guides/columns/column-moving/column-moving' },
{ path: 'guides/columns/column-freezing/column-freezing' },
{ path: 'guides/columns/column-width/column-width' },
{ path: 'guides/columns/column-summary/column-summary' },
{ path: 'guides/columns/column-virtualization/column-virtualization' },
{ path: 'guides/columns/column-menu/column-menu' },
{ path: 'guides/columns/column-filter/column-filter' },
{ path: 'guides/rows/row-header/row-header' },
{ path: 'guides/rows/row-parent-child/row-parent-child' },
{ path: 'guides/rows/row-hiding/row-hiding' },
{ path: 'guides/rows/row-moving/row-moving' },
{ path: 'guides/rows/row-freezing/row-freezing' },
{ path: 'guides/rows/row-height/row-height' },
{ path: 'guides/rows/row-virtualization/row-virtualization' },
{ path: 'guides/rows/rows-sorting/rows-sorting' },
{ path: 'guides/rows/row-trimming/row-trimming' },
{ path: 'guides/rows/row-prepopulating/row-prepopulating' },
{ path: 'guides/cell-features/basic-clipboard/basic-clipboard' },
{ path: 'guides/cell-features/selection/selection' },
{ path: 'guides/cell-features/merge-cells/merge-cells' },
{ path: 'guides/cell-features/conditional-formatting/conditional-formatting' },
{ path: 'guides/cell-features/text-alignment/text-alignment' },
{ path: 'guides/cell-features/disabled-cells/disabled-cells' },
{ path: 'guides/cell-features/comments/comments' },
{ path: 'guides/cell-features/autofill-values/autofill-values' },
{ path: 'guides/cell-features/formatting-cells/formatting-cells' },
{ path: 'guides/cell-functions/cell-function/cell-function' },
{ path: 'guides/cell-functions/cell-renderer/cell-renderer' },
{ path: 'guides/cell-functions/cell-editor/cell-editor' },
{ path: 'guides/cell-functions/cell-validator/cell-validator' },
{ path: 'guides/cell-types/cell-type/cell-type' },
{ path: 'guides/cell-types/numeric-cell-type/numeric-cell-type' },
{ path: 'guides/cell-types/date-cell-type/date-cell-type' },
{ path: 'guides/cell-types/time-cell-type/time-cell-type' },
{ path: 'guides/cell-types/checkbox-cell-type/checkbox-cell-type' },
{ path: 'guides/cell-types/select-cell-type/select-cell-type' },
{ path: 'guides/cell-types/dropdown-cell-type/dropdown-cell-type' },
{ path: 'guides/cell-types/autocomplete-cell-type/autocomplete-cell-type' },
{ path: 'guides/cell-types/password-cell-type/password-cell-type' },
{ path: 'guides/cell-types/handsontable-cell-type/handsontable-cell-type' },
{ path: 'guides/formulas/formula-calculation/formula-calculation' },
{ path: 'guides/navigation/keyboard-shortcuts/keyboard-shortcuts' },
{ path: 'guides/navigation/custom-shortcuts/custom-shortcuts' },
{ path: 'guides/navigation/searching-values/searching-values' },
{ path: 'guides/accessibility/accessibility/accessibility' },
{ path: 'guides/accessories-and-menus/context-menu/context-menu' },
{ path: 'guides/accessories-and-menus/undo-redo/undo-redo' },
{ path: 'guides/accessories-and-menus/icon-pack/icon-pack' },
{ path: 'guides/accessories-and-menus/export-to-csv/export-to-csv' },
{ path: 'guides/internationalization/language/language' },
{ path: 'guides/internationalization/locale/locale' },
{ path: 'guides/internationalization/layout-direction/layout-direction' },
{ path: 'guides/internationalization/ime-support/ime-support' },
{ path: 'guides/tools-and-building/modules/modules' },
{ path: 'guides/tools-and-building/custom-plugins/custom-plugins' },
{ path: 'guides/tools-and-building/custom-builds/custom-builds' },
{ path: 'guides/tools-and-building/testing/testing' },
{ path: 'guides/tools-and-building/folder-structure/folder-structure' },
{ path: 'guides/optimization/batch-operations/batch-operations' },
// TODO { path: 'guides/optimization/touch-events/touch-events' },
{ path: 'guides/optimization/performance/performance' },
// TODO { path: 'guides/optimization/key-concepts/key-concepts' },
{ path: 'guides/optimization/bundle-size/bundle-size' },
{ path: 'guides/security/security/security' },
// TODO { path: 'guides/technical-specification/about-handsontable/about-handsontable' },
{ path: 'guides/technical-specification/supported-browsers/supported-browsers' },
{ path: 'guides/technical-specification/software-license/software-license' },
{ path: 'guides/technical-specification/third-party-licenses/third-party-licenses' },
{ path: 'guides/technical-specification/documentation-license/documentation-license' },
{ path: 'guides/upgrade-and-migration/versioning-policy/versioning-policy' },
// TODO { path: 'guides/upgrade-and-migration/roadmap/roadmap' },
{ path: 'guides/upgrade-and-migration/migration-from-7.4-to-8.0/migration-from-7.4-to-8.0' },
{ path: 'guides/upgrade-and-migration/migration-from-8.4-to-9.0/migration-from-8.4-to-9.0' },
{ path: 'guides/upgrade-and-migration/migration-from-9.0-to-10.0/migration-from-9.0-to-10.0' },
{ path: 'guides/upgrade-and-migration/migration-from-10.0-to-11.0/migration-from-10.0-to-11.0' },
{ path: 'guides/upgrade-and-migration/migration-from-11.1-to-12.0/migration-from-11.1-to-12.0' },
{ path: 'guides/upgrade-and-migration/migration-from-12.4-to-13.0/migration-from-12.4-to-13.0' },
{ path: 'guides/upgrade-and-migration/migration-from-13.1-to-14.0/migration-from-13.1-to-14.0' },
];
module.exports = {
jsPaths, reactPaths, angularPaths
};