@bennerinformatics/ember-fw-table 2.1.4 → 2.1.6

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 (166) hide show
  1. package/addon/components/fw-table-resort.js +18 -4
  2. package/addon/components/fw-table-sortable.js +23 -0
  3. package/addon/templates/components/fw-table-resort.hbs +3 -0
  4. package/addon/templates/components/fw-table-sortable.hbs +10 -1
  5. package/docs/api.js +61 -0
  6. package/docs/assets/css/custom.css +82 -0
  7. package/docs/assets/css/external-small.png +0 -0
  8. package/docs/assets/css/logo.png +0 -0
  9. package/docs/assets/css/main.css +793 -0
  10. package/docs/assets/css/theme.css +547 -0
  11. package/docs/assets/favicon.ico +0 -0
  12. package/docs/assets/icons/android-icon-144x144.png +0 -0
  13. package/docs/assets/icons/android-icon-192x192.png +0 -0
  14. package/docs/assets/icons/android-icon-36x36.png +0 -0
  15. package/docs/assets/icons/android-icon-48x48.png +0 -0
  16. package/docs/assets/icons/android-icon-72x72.png +0 -0
  17. package/docs/assets/icons/android-icon-96x96.png +0 -0
  18. package/docs/assets/icons/apple-icon-114x114.png +0 -0
  19. package/docs/assets/icons/apple-icon-120x120.png +0 -0
  20. package/docs/assets/icons/apple-icon-144x144.png +0 -0
  21. package/docs/assets/icons/apple-icon-152x152.png +0 -0
  22. package/docs/assets/icons/apple-icon-180x180.png +0 -0
  23. package/docs/assets/icons/apple-icon-57x57.png +0 -0
  24. package/docs/assets/icons/apple-icon-60x60.png +0 -0
  25. package/docs/assets/icons/apple-icon-72x72.png +0 -0
  26. package/docs/assets/icons/apple-icon-76x76.png +0 -0
  27. package/docs/assets/icons/apple-icon-precomposed.png +0 -0
  28. package/docs/assets/icons/apple-icon.png +0 -0
  29. package/docs/assets/icons/browserconfig.xml +2 -0
  30. package/docs/assets/icons/favicon-16x16.png +0 -0
  31. package/docs/assets/icons/favicon-32x32.png +0 -0
  32. package/docs/assets/icons/favicon-96x96.png +0 -0
  33. package/docs/assets/icons/favicon.ico +0 -0
  34. package/docs/assets/icons/manifest.json +41 -0
  35. package/docs/assets/icons/ms-icon-144x144.png +0 -0
  36. package/docs/assets/icons/ms-icon-150x150.png +0 -0
  37. package/docs/assets/icons/ms-icon-310x310.png +0 -0
  38. package/docs/assets/icons/ms-icon-70x70.png +0 -0
  39. package/docs/assets/img/ember-logo.png +0 -0
  40. package/docs/assets/img/fw-logo.png +0 -0
  41. package/docs/assets/img/spinner.gif +0 -0
  42. package/docs/assets/index.html +10 -0
  43. package/docs/assets/js/api-filter.js +56 -0
  44. package/docs/assets/js/api-list.js +255 -0
  45. package/docs/assets/js/api-search.js +98 -0
  46. package/docs/assets/js/apidocs.js +376 -0
  47. package/docs/assets/js/yui-prettify.js +17 -0
  48. package/docs/assets/js/yuidoc-bootstrap.js +274 -0
  49. package/docs/assets/vendor/bootstrap/css/bootstrap.css +6760 -0
  50. package/docs/assets/vendor/bootstrap/css/bootstrap.min.css +6 -0
  51. package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  52. package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
  53. package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  54. package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  55. package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  56. package/docs/assets/vendor/bootstrap/img/glyphicons-halflings-white.png +0 -0
  57. package/docs/assets/vendor/bootstrap/img/glyphicons-halflings.png +0 -0
  58. package/docs/assets/vendor/bootstrap/js/bootstrap.js +2363 -0
  59. package/docs/assets/vendor/bootstrap/js/bootstrap.min.js +7 -0
  60. package/docs/assets/vendor/font-awesome/css/font-awesome.css +2199 -0
  61. package/docs/assets/vendor/font-awesome/css/font-awesome.min.css +4 -0
  62. package/docs/assets/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
  63. package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  64. package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.svg +685 -0
  65. package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  66. package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  67. package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  68. package/docs/assets/vendor/github-slugger/slugger.js +59 -0
  69. package/docs/assets/vendor/jquery/jquery.min.js +6 -0
  70. package/docs/assets/vendor/jquery-ui/jquery-ui.min.js +6 -0
  71. package/docs/assets/vendor/prettify/CHANGES.html +130 -0
  72. package/docs/assets/vendor/prettify/COPYING +202 -0
  73. package/docs/assets/vendor/prettify/README.html +203 -0
  74. package/docs/assets/vendor/prettify/prettify-min.css +1 -0
  75. package/docs/assets/vendor/prettify/prettify-min.js +1 -0
  76. package/docs/classes/BaseCells.html +484 -0
  77. package/docs/classes/Export.html +457 -0
  78. package/docs/classes/Format.html +577 -0
  79. package/docs/classes/FwCellAction.html +312 -0
  80. package/docs/classes/FwCellBoolean.html +311 -0
  81. package/docs/classes/FwCellNullable.html +312 -0
  82. package/docs/classes/FwCellPermissionIcon.html +321 -0
  83. package/docs/classes/FwColumnSortable.html +358 -0
  84. package/docs/classes/FwColumnTitle.html +314 -0
  85. package/docs/classes/FwDeleteModal.html +485 -0
  86. package/docs/classes/FwExpandableRow.html +307 -0
  87. package/docs/classes/FwPaginationWrapper.html +2129 -0
  88. package/docs/classes/FwRowToggle.html +355 -0
  89. package/docs/classes/FwRowToggleIndex.html +312 -0
  90. package/docs/classes/FwTableExpandedRow.html +307 -0
  91. package/docs/classes/FwTableResort.html +827 -0
  92. package/docs/classes/FwTableSortable.html +1293 -0
  93. package/docs/classes/Row.html +352 -0
  94. package/docs/classes/Table.html +672 -0
  95. package/docs/classes/TableUtil.html +410 -0
  96. package/docs/classes/index.html +10 -0
  97. package/docs/data.json +2324 -0
  98. package/docs/elements/index.html +10 -0
  99. package/docs/files/addon_classes_Row.js.html +318 -0
  100. package/docs/files/addon_classes_Table.js.html +390 -0
  101. package/docs/files/addon_components_fw-cell-action.js.html +257 -0
  102. package/docs/files/addon_components_fw-cell-boolean.js.html +251 -0
  103. package/docs/files/addon_components_fw-cell-nullable.js.html +253 -0
  104. package/docs/files/addon_components_fw-cell-permission-icon.js.html +266 -0
  105. package/docs/files/addon_components_fw-column-sortable.js.html +281 -0
  106. package/docs/files/addon_components_fw-column-title.js.html +259 -0
  107. package/docs/files/addon_components_fw-delete-modal.js.html +318 -0
  108. package/docs/files/addon_components_fw-expandable-row.js.html +248 -0
  109. package/docs/files/addon_components_fw-pagination-wrapper.js.html +838 -0
  110. package/docs/files/addon_components_fw-row-toggle-index.js.html +252 -0
  111. package/docs/files/addon_components_fw-row-toggle.js.html +270 -0
  112. package/docs/files/addon_components_fw-table-expanded-row.js.html +261 -0
  113. package/docs/files/addon_components_fw-table-expanded-rows.js.html +263 -0
  114. package/docs/files/addon_components_fw-table-resort.js.html +457 -0
  115. package/docs/files/addon_components_fw-table-sortable.js.html +663 -0
  116. package/docs/files/addon_documentation.js.html +301 -0
  117. package/docs/files/addon_initializers_responsive.js.html +253 -0
  118. package/docs/files/addon_utils_base-cells.js.html +313 -0
  119. package/docs/files/addon_utils_export.js.html +316 -0
  120. package/docs/files/addon_utils_formats.js.html +335 -0
  121. package/docs/files/addon_utils_table.js.html +274 -0
  122. package/docs/files/index.html +10 -0
  123. package/docs/index.html +252 -0
  124. package/docs/modules/CellComponents.html +313 -0
  125. package/docs/modules/ColumnComponents.html +284 -0
  126. package/docs/modules/Components.html +285 -0
  127. package/docs/modules/Introduction.html +261 -0
  128. package/docs/modules/Utils.html +285 -0
  129. package/docs/modules/index.html +10 -0
  130. package/package.json +64 -64
  131. package/.yalc/ember-sortable/.huskyrc +0 -5
  132. package/.yalc/ember-sortable/CHANGELOG.md +0 -755
  133. package/.yalc/ember-sortable/CODE_OF_CONDUCT.md +0 -6
  134. package/.yalc/ember-sortable/LICENSE.md +0 -9
  135. package/.yalc/ember-sortable/MIGRATION_GUIDE_MODIFIERS.md +0 -95
  136. package/.yalc/ember-sortable/MIGRATION_GUIDE_V2.md +0 -120
  137. package/.yalc/ember-sortable/Makefile +0 -24
  138. package/.yalc/ember-sortable/README.md +0 -423
  139. package/.yalc/ember-sortable/RELEASE.md +0 -60
  140. package/.yalc/ember-sortable/V2_MIGRATION_RFC.md +0 -1100
  141. package/.yalc/ember-sortable/addon/modifiers/sortable-group.js +0 -754
  142. package/.yalc/ember-sortable/addon/modifiers/sortable-handle.js +0 -29
  143. package/.yalc/ember-sortable/addon/modifiers/sortable-item.js +0 -869
  144. package/.yalc/ember-sortable/addon/services/ember-sortable.js +0 -92
  145. package/.yalc/ember-sortable/addon/system/scroll-container.js +0 -53
  146. package/.yalc/ember-sortable/addon/system/scroll-parent.js +0 -33
  147. package/.yalc/ember-sortable/addon/utils/constant.js +0 -9
  148. package/.yalc/ember-sortable/addon/utils/coordinate.js +0 -34
  149. package/.yalc/ember-sortable/addon/utils/css-calculation.js +0 -20
  150. package/.yalc/ember-sortable/addon/utils/defaults.js +0 -26
  151. package/.yalc/ember-sortable/addon/utils/keyboard.js +0 -32
  152. package/.yalc/ember-sortable/addon-test-support/helpers/drag.js +0 -111
  153. package/.yalc/ember-sortable/addon-test-support/helpers/index.js +0 -4
  154. package/.yalc/ember-sortable/addon-test-support/helpers/reorder.js +0 -41
  155. package/.yalc/ember-sortable/addon-test-support/utils/keyboard.js +0 -32
  156. package/.yalc/ember-sortable/addon-test-support/utils/offset.js +0 -14
  157. package/.yalc/ember-sortable/app/modifiers/sortable-group.js +0 -1
  158. package/.yalc/ember-sortable/app/modifiers/sortable-handle.js +0 -1
  159. package/.yalc/ember-sortable/app/modifiers/sortable-item.js +0 -1
  160. package/.yalc/ember-sortable/app/services/ember-sortable-internal-state.js +0 -1
  161. package/.yalc/ember-sortable/config/environment.js +0 -5
  162. package/.yalc/ember-sortable/demo.gif +0 -0
  163. package/.yalc/ember-sortable/index.js +0 -5
  164. package/.yalc/ember-sortable/package.json +0 -65
  165. package/.yalc/ember-sortable/yalc.sig +0 -1
  166. package/yalc.lock +0 -10
package/docs/data.json ADDED
@@ -0,0 +1,2324 @@
1
+ {
2
+ "project": {
3
+ "name": "Ember-FW-Table",
4
+ "url": "https://bitbucket.org/linformatics/ember-fw-table",
5
+ "description": "A set of components surrounding the functionality of the fw-table-sortable, which is a simplified table, with ember-light-table as its internals.",
6
+ "indexModule": "Introduction",
7
+ "logo": "./assets/img/fw-logo.png",
8
+ "primaryColor": "#7E3DB7",
9
+ "version": "2.1.4.04d3b2ce"
10
+ },
11
+ "files": {
12
+ "addon\\classes\\Row.js": {
13
+ "name": "addon\\classes\\Row.js",
14
+ "modules": {},
15
+ "classes": {
16
+ "Row": 1
17
+ },
18
+ "fors": {},
19
+ "namespaces": {}
20
+ },
21
+ "addon\\classes\\Table.js": {
22
+ "name": "addon\\classes\\Table.js",
23
+ "modules": {},
24
+ "classes": {
25
+ "Table": 1
26
+ },
27
+ "fors": {},
28
+ "namespaces": {}
29
+ },
30
+ "addon\\components\\fw-cell-action.js": {
31
+ "name": "addon\\components\\fw-cell-action.js",
32
+ "modules": {},
33
+ "classes": {
34
+ "FwCellAction": 1
35
+ },
36
+ "fors": {},
37
+ "namespaces": {}
38
+ },
39
+ "addon\\components\\fw-cell-boolean.js": {
40
+ "name": "addon\\components\\fw-cell-boolean.js",
41
+ "modules": {},
42
+ "classes": {
43
+ "FwCellBoolean": 1
44
+ },
45
+ "fors": {},
46
+ "namespaces": {}
47
+ },
48
+ "addon\\components\\fw-cell-nullable.js": {
49
+ "name": "addon\\components\\fw-cell-nullable.js",
50
+ "modules": {},
51
+ "classes": {
52
+ "FwCellNullable": 1
53
+ },
54
+ "fors": {},
55
+ "namespaces": {}
56
+ },
57
+ "addon\\components\\fw-cell-permission-icon.js": {
58
+ "name": "addon\\components\\fw-cell-permission-icon.js",
59
+ "modules": {},
60
+ "classes": {
61
+ "FwCellPermissionIcon": 1
62
+ },
63
+ "fors": {},
64
+ "namespaces": {}
65
+ },
66
+ "addon\\components\\fw-column-sortable.js": {
67
+ "name": "addon\\components\\fw-column-sortable.js",
68
+ "modules": {},
69
+ "classes": {
70
+ "FwColumnSortable": 1
71
+ },
72
+ "fors": {},
73
+ "namespaces": {}
74
+ },
75
+ "addon\\components\\fw-column-title.js": {
76
+ "name": "addon\\components\\fw-column-title.js",
77
+ "modules": {},
78
+ "classes": {
79
+ "FwColumnTitle": 1
80
+ },
81
+ "fors": {},
82
+ "namespaces": {}
83
+ },
84
+ "addon\\components\\fw-delete-modal.js": {
85
+ "name": "addon\\components\\fw-delete-modal.js",
86
+ "modules": {},
87
+ "classes": {
88
+ "FwDeleteModal": 1
89
+ },
90
+ "fors": {},
91
+ "namespaces": {}
92
+ },
93
+ "addon\\components\\fw-expandable-row.js": {
94
+ "name": "addon\\components\\fw-expandable-row.js",
95
+ "modules": {},
96
+ "classes": {
97
+ "FwExpandableRow": 1
98
+ },
99
+ "fors": {},
100
+ "namespaces": {}
101
+ },
102
+ "addon\\components\\fw-pagination-wrapper.js": {
103
+ "name": "addon\\components\\fw-pagination-wrapper.js",
104
+ "modules": {},
105
+ "classes": {
106
+ "FwPaginationWrapper": 1
107
+ },
108
+ "fors": {},
109
+ "namespaces": {}
110
+ },
111
+ "addon\\components\\fw-row-toggle-index.js": {
112
+ "name": "addon\\components\\fw-row-toggle-index.js",
113
+ "modules": {},
114
+ "classes": {
115
+ "FwRowToggleIndex": 1
116
+ },
117
+ "fors": {},
118
+ "namespaces": {}
119
+ },
120
+ "addon\\components\\fw-row-toggle.js": {
121
+ "name": "addon\\components\\fw-row-toggle.js",
122
+ "modules": {},
123
+ "classes": {
124
+ "FwRowToggle": 1
125
+ },
126
+ "fors": {},
127
+ "namespaces": {}
128
+ },
129
+ "addon\\components\\fw-table-expanded-row.js": {
130
+ "name": "addon\\components\\fw-table-expanded-row.js",
131
+ "modules": {},
132
+ "classes": {},
133
+ "fors": {},
134
+ "namespaces": {}
135
+ },
136
+ "addon\\components\\fw-table-expanded-rows.js": {
137
+ "name": "addon\\components\\fw-table-expanded-rows.js",
138
+ "modules": {},
139
+ "classes": {
140
+ "FwTableExpandedRow": 1
141
+ },
142
+ "fors": {},
143
+ "namespaces": {}
144
+ },
145
+ "addon\\components\\fw-table-resort.js": {
146
+ "name": "addon\\components\\fw-table-resort.js",
147
+ "modules": {},
148
+ "classes": {
149
+ "FwTableResort": 1
150
+ },
151
+ "fors": {},
152
+ "namespaces": {}
153
+ },
154
+ "addon\\components\\fw-table-sortable.js": {
155
+ "name": "addon\\components\\fw-table-sortable.js",
156
+ "modules": {},
157
+ "classes": {
158
+ "FwTableSortable": 1
159
+ },
160
+ "fors": {},
161
+ "namespaces": {}
162
+ },
163
+ "addon\\initializers\\responsive.js": {
164
+ "name": "addon\\initializers\\responsive.js",
165
+ "modules": {},
166
+ "classes": {},
167
+ "fors": {},
168
+ "namespaces": {}
169
+ },
170
+ "addon\\utils\\base-cells.js": {
171
+ "name": "addon\\utils\\base-cells.js",
172
+ "modules": {},
173
+ "classes": {
174
+ "BaseCells": 1
175
+ },
176
+ "fors": {},
177
+ "namespaces": {}
178
+ },
179
+ "addon\\utils\\export.js": {
180
+ "name": "addon\\utils\\export.js",
181
+ "modules": {},
182
+ "classes": {
183
+ "Export": 1
184
+ },
185
+ "fors": {},
186
+ "namespaces": {}
187
+ },
188
+ "addon\\utils\\formats.js": {
189
+ "name": "addon\\utils\\formats.js",
190
+ "modules": {},
191
+ "classes": {
192
+ "Format": 1
193
+ },
194
+ "fors": {},
195
+ "namespaces": {}
196
+ },
197
+ "addon\\utils\\table.js": {
198
+ "name": "addon\\utils\\table.js",
199
+ "modules": {},
200
+ "classes": {
201
+ "TableUtil": 1
202
+ },
203
+ "fors": {},
204
+ "namespaces": {}
205
+ },
206
+ "addon\\documentation.js": {
207
+ "name": "addon\\documentation.js",
208
+ "modules": {
209
+ "CellComponents": 1,
210
+ "ColumnComponents": 1,
211
+ "Components": 1,
212
+ "Utils": 1,
213
+ "Introduction": 1
214
+ },
215
+ "classes": {},
216
+ "fors": {},
217
+ "namespaces": {}
218
+ }
219
+ },
220
+ "modules": {
221
+ "CellComponents": {
222
+ "name": "CellComponents",
223
+ "submodules": {},
224
+ "elements": {},
225
+ "classes": {
226
+ "FwRowToggleIndex": 1,
227
+ "Row": 1,
228
+ "Table": 1,
229
+ "FwCellAction": 1,
230
+ "FwCellBoolean": 1,
231
+ "FwCellNullable": 1,
232
+ "FwCellPermissionIcon": 1,
233
+ "FwRowToggle": 1,
234
+ "FwTableExpandedRow": 1
235
+ },
236
+ "fors": {},
237
+ "namespaces": {},
238
+ "tag": "main",
239
+ "file": "addon\\components\\fw-table-expanded-rows.js",
240
+ "line": 6,
241
+ "description": "Cell Components in Ember FW Table.\n\nFor each of these cell components, you call them in the following way:\n```js\ncolumn: [\n {\n label: 'Actions',\n cellComponent: 'fw-cell-action'\n }\n]\n```",
242
+ "itemtype": "main"
243
+ },
244
+ "ColumnComponents": {
245
+ "name": "ColumnComponents",
246
+ "submodules": {},
247
+ "elements": {},
248
+ "classes": {
249
+ "FwColumnSortable": 1,
250
+ "FwColumnTitle": 1
251
+ },
252
+ "fors": {},
253
+ "namespaces": {},
254
+ "tag": "main",
255
+ "file": "addon\\components\\fw-column-title.js",
256
+ "line": 4,
257
+ "description": "Column Components in Ember FW Table.\n\nFor each of these column components, call them in the following way:\n\n```js\ncolumns: [\n {\n label: 'Column',\n component: 'fw-column-title'\n }\n]\n\n```",
258
+ "itemtype": "main"
259
+ },
260
+ "Components": {
261
+ "name": "Components",
262
+ "submodules": {},
263
+ "elements": {},
264
+ "classes": {
265
+ "FwTableResort": 1,
266
+ "FwDeleteModal": 1,
267
+ "FwExpandableRow": 1,
268
+ "FwPaginationWrapper": 1,
269
+ "FwTableSortable": 1
270
+ },
271
+ "fors": {},
272
+ "namespaces": {},
273
+ "tag": "main",
274
+ "file": "addon\\components\\fw-table-sortable.js",
275
+ "line": 11,
276
+ "description": "Components defined by Ember FW Table.",
277
+ "itemtype": "main"
278
+ },
279
+ "Utils": {
280
+ "name": "Utils",
281
+ "submodules": {},
282
+ "elements": {},
283
+ "classes": {
284
+ "BaseCells": 1,
285
+ "Export": 1,
286
+ "Format": 1,
287
+ "TableUtil": 1
288
+ },
289
+ "fors": {},
290
+ "namespaces": {},
291
+ "tag": "main",
292
+ "file": "addon\\utils\\table.js",
293
+ "line": 2,
294
+ "description": "Utils defined in Ember FW Table.",
295
+ "itemtype": "main"
296
+ },
297
+ "Introduction": {
298
+ "name": "Introduction",
299
+ "submodules": {},
300
+ "elements": {},
301
+ "classes": {},
302
+ "fors": {},
303
+ "namespaces": {},
304
+ "tag": "main",
305
+ "file": "addon\\documentation.js",
306
+ "line": 2,
307
+ "description": "The primary purpose of ember-fw-table is to make a simplified form of ember-light-table,\n and which is easier to use than its parent. Within it as well, we have added a few extra\n things that make more complicated aspects of tables also easier to incorporate (such as\n paginated tables). For more information on ember-light-table,\n [see their documentation](https://adopted-ember-addons.github.io/ember-light-table/docs). For a more\n comprehensive guide to Ember FW Table, see our [Ember FW Table](https://linformatics.bitbucket.io/docs/addons/client/ember-fw-table).\n This is just designed to be API docs to briefly describe various elements and how to use them.",
308
+ "itemtype": "main"
309
+ }
310
+ },
311
+ "classes": {
312
+ "Row": {
313
+ "name": "Row",
314
+ "shortname": "Row",
315
+ "classitems": [],
316
+ "plugins": [],
317
+ "extensions": [],
318
+ "plugin_for": [],
319
+ "extension_for": [],
320
+ "module": "CellComponents",
321
+ "file": "addon\\classes\\Row.js",
322
+ "line": 30,
323
+ "description": "Personal copy of Ember Light Table row to support the can expand property",
324
+ "type": "{EmberObject}",
325
+ "extends": "EmberLightTable/Row"
326
+ },
327
+ "Table": {
328
+ "name": "Table",
329
+ "shortname": "Table",
330
+ "classitems": [],
331
+ "plugins": [],
332
+ "extensions": [],
333
+ "plugin_for": [],
334
+ "extension_for": [],
335
+ "module": "CellComponents",
336
+ "file": "addon\\classes\\Table.js",
337
+ "line": 20,
338
+ "description": "Personal copy of the table class with some additional computed properties",
339
+ "extends": "EmberLightTable/Table"
340
+ },
341
+ "FwCellAction": {
342
+ "name": "FwCellAction",
343
+ "shortname": "FwCellAction",
344
+ "classitems": [],
345
+ "plugins": [],
346
+ "extensions": [],
347
+ "plugin_for": [],
348
+ "extension_for": [],
349
+ "module": "CellComponents",
350
+ "file": "addon\\components\\fw-cell-action.js",
351
+ "line": 4,
352
+ "description": "This cell contains buttons to edit and delete a model, which can have actions passed in.\nThe edit action is expected to be passed in as `tableActions.edit`, while delete as `tableActions.delete`.\nThis component will only give you two actions, so if you need a more complicated component than edit and delete,\nyou will need to create your own cell component.\nSetting the variable `small` in the column will cause the buttons to display smaller.\n\nThe easiest way to add this cell is through the base cell in utils, for more information, [click here](../classes/BaseCells.html). In most cases, it is best\nto use the util rather than this cell component directly.",
353
+ "access": "public",
354
+ "tagname": ""
355
+ },
356
+ "FwCellBoolean": {
357
+ "name": "FwCellBoolean",
358
+ "shortname": "FwCellBoolean",
359
+ "classitems": [],
360
+ "plugins": [],
361
+ "extensions": [],
362
+ "plugin_for": [],
363
+ "extension_for": [],
364
+ "module": "CellComponents",
365
+ "namespace": "",
366
+ "file": "addon\\components\\fw-cell-boolean.js",
367
+ "line": 4,
368
+ "description": "Displays a cell containing a boolean as either \"Yes\" or \"No\".",
369
+ "access": "public",
370
+ "tagname": "",
371
+ "deprecated": true,
372
+ "deprecationMessage": "You should use the [`formatBoolean` in the Format Util](../classes/BaseCells.html) instead."
373
+ },
374
+ "FwCellNullable": {
375
+ "name": "FwCellNullable",
376
+ "shortname": "FwCellNullable",
377
+ "classitems": [],
378
+ "plugins": [],
379
+ "extensions": [],
380
+ "plugin_for": [],
381
+ "extension_for": [],
382
+ "module": "CellComponents",
383
+ "namespace": "",
384
+ "file": "addon\\components\\fw-cell-nullable.js",
385
+ "line": 4,
386
+ "description": "Creates a table cell that displays a default value if null.\nThat value defaults to \"None\", but can be changed by setting the `nullText` property in a column.",
387
+ "deprecated": true,
388
+ "deprecationMessage": "You should use the [`formatNullable` in the Format Util](../classes/BaseCells.html) instead.",
389
+ "access": "public",
390
+ "tagname": ""
391
+ },
392
+ "FwCellPermissionIcon": {
393
+ "name": "FwCellPermissionIcon",
394
+ "shortname": "FwCellPermissionIcon",
395
+ "classitems": [],
396
+ "plugins": [],
397
+ "extensions": [],
398
+ "plugin_for": [],
399
+ "extension_for": [],
400
+ "module": "CellComponents",
401
+ "namespace": "",
402
+ "file": "addon\\components\\fw-cell-permission-icon.js",
403
+ "line": 4,
404
+ "description": "This component displays the permission icon for the table on the Permissions page. It should be used in the following way:\n```js\ncolumns: [{\n label: 'Admin',\n valuePath: 'admin',\n cellComponent: 'fw-cell-permission-icon',\n align: 'center',\n width: '80px'\n}]\n```\nThis component will take the value, and display the proper Fontawesome icon based on its value. The value should be one of the following three numbers:\n\n- 0 means that that role does not have access to that feature, and it will display a red X.\n- 1 means that that feature is controlled by access control, not by Group Control, and it will display a lock icon in the primary color of the app\n- 2 means that that role has access to that feature, and will display a green check mark.\n- If the value is anything else, the cell will just be empty",
405
+ "access": "public",
406
+ "tagname": ""
407
+ },
408
+ "FwColumnSortable": {
409
+ "name": "FwColumnSortable",
410
+ "shortname": "FwColumnSortable",
411
+ "classitems": [],
412
+ "plugins": [],
413
+ "extensions": [],
414
+ "plugin_for": [],
415
+ "extension_for": [],
416
+ "module": "ColumnComponents",
417
+ "namespace": "",
418
+ "file": "addon\\components\\fw-column-sortable.js",
419
+ "line": 5,
420
+ "description": "Displays a column title which can show a sorting icon if a network request is still active. This can be used for your columns when using the [FwPaginationWrapper](../classes/FwPaginationWrapper.html),\nso that sorting works properly. It should be set as the columns component (not the cellComponent), like so:\n```js\n columns: [{\n label: 'Name',\n valuePath: 'name',\n component: 'fw-column-sortable'\n }...]\n```\nIf you do this, when you are sorting the table within the paginated wrapper, it will display a spinning icon letting the user know that the sort is loading.",
421
+ "access": "public",
422
+ "tagname": ""
423
+ },
424
+ "FwColumnTitle": {
425
+ "name": "FwColumnTitle",
426
+ "shortname": "FwColumnTitle",
427
+ "classitems": [],
428
+ "plugins": [],
429
+ "extensions": [],
430
+ "plugin_for": [],
431
+ "extension_for": [],
432
+ "module": "ColumnComponents",
433
+ "namespace": "",
434
+ "file": "addon\\components\\fw-column-title.js",
435
+ "line": 4,
436
+ "description": "This column component extends [`fw-column-sortable` component](../classes/FwColumnSortable.html), so it will display a sort-icon, but it also display a column title\nwhich will truncate with an ellipsis if too long. This can be used for your columns when using the [FwPaginationWrapper](../classes/FwPaginationWrapper.html),\nso that sorting works properly. It should be set as the columns component (not the cellComponent), like so:\n```js\n columns: [{\n label: 'Name',\n valuePath: 'name',\n component: 'fw-column-title'\n }...]\n```",
437
+ "access": "public",
438
+ "tagname": ""
439
+ },
440
+ "FwDeleteModal": {
441
+ "name": "FwDeleteModal",
442
+ "shortname": "FwDeleteModal",
443
+ "classitems": [],
444
+ "plugins": [],
445
+ "extensions": [],
446
+ "plugin_for": [],
447
+ "extension_for": [],
448
+ "module": "Components",
449
+ "namespace": "",
450
+ "file": "addon\\components\\fw-delete-modal.js",
451
+ "line": 5,
452
+ "description": "The FwDeleteModal component is a pseudo component/modal hybrid because it opens a modal and internally uses the `FwFullscreenModal` component, specifically\nthe [`confirm-choice` modal](https://linformatics.bitbucket.io/docs/addons/client-api/ember-fw/classes/Confirm-ChoiceModal.html) in the \"sm\" size. However, `FwDeleteModal` requires even less\nset up than that, thus it has the extremely niche case of opening a delete modal, and cannot really be expanded even to an \"are you sure you want to archive?\" modal. However, it\nis very useful for what it is intended. How you use it is you follow the instructions for actions in [Calling the Modal](https://linformatics.bitbucket.io/docs/addons/client/ember-fw/concepts/modals#calling-the-modal), but using\n`FwDeleteModal` instead of `FwFullscreenModal`. The only properties you can pass in to either `confirm-choice` or `FwFullscreenModal` itself are those listed below. An example of how to use it would be:\n```handlebars\n{{#if shouldRender}}\n <FwDeleteModal @model={{modelToDelete}} @type=\"modelName\" @close={{action \"toggleShouldRender\"}} />\n{{/if}}\n```\nWhen the user confirms the choice to delete, this component will automatically call `destroyRecord` on that model, deleting it for you.",
453
+ "access": "public",
454
+ "tagname": ""
455
+ },
456
+ "FwExpandableRow": {
457
+ "name": "FwExpandableRow",
458
+ "shortname": "FwExpandableRow",
459
+ "classitems": [],
460
+ "plugins": [],
461
+ "extensions": [],
462
+ "plugin_for": [],
463
+ "extension_for": [],
464
+ "module": "Components",
465
+ "namespace": "",
466
+ "file": "addon\\components\\fw-expandable-row.js",
467
+ "line": 3,
468
+ "description": "This is a component internal to ember-fw-table, and should not be called outside. It extends the `lt-row` component from Ember Light Table, and simply allows it to be expandable.",
469
+ "access": "private",
470
+ "tagname": ""
471
+ },
472
+ "FwPaginationWrapper": {
473
+ "name": "FwPaginationWrapper",
474
+ "shortname": "FwPaginationWrapper",
475
+ "classitems": [],
476
+ "plugins": [],
477
+ "extensions": [],
478
+ "plugin_for": [],
479
+ "extension_for": [],
480
+ "module": "Components",
481
+ "namespace": "",
482
+ "file": "addon\\components\\fw-pagination-wrapper.js",
483
+ "line": 11,
484
+ "description": "For an in depth guide on how to implement pagination, including on the server, see our [Paginated Table Concept](https://linformatics.bitbucket.io/docs/addons/client/ember-fw-table/concepts/paginated-table).\nAll of the possible parameters are documented below. At its most basic, however, there are two ways to use `FwPaginationWrapper` in parameter form or in block form. Here is a brief example of each:\n\nParameter form:\n```handlebars\n<FwPaginationWrapper @modelName=\"myModel\" @defaultSortKey=\"sortKey\" @makeQuery={{action \"makeQuery\"}} @getTitle={{action \"getTitle\"}} @getTableColumns={{action \"getTableColumns\"}} @tableActions={{hash ...}} as |actions|>\n {{!-- Search panel contents --}}\n {{!-- actions.search and actions.export are defined for you to use in this section appropriately--}}\n</FwPaginationWrapper>\n```\nBlock form:\n```handlebars\n<FwPaginationWrapper @modelName=\"myModel\" @defaultSortKey=\"sortKey\" @makeQuery={{action \"makeQuery\"}} @getTitle={{action \"getTitle\"}} as |actions table|>\n {{#unless table}}\n {{!-- Search panel contents --}}\n {{!-- actions.search and actions.export are defined for you to use in this section appropriately--}}\n {{else}}\n {{!-- Table component invocation --}}\n {{!-- actions.sort and table.title, table.suffix, table.entries, and table.sortKey are defined for you to use in this section appropriately--}}\n {{/unless}}\n</FwPaginationWrapper>\n```"
485
+ },
486
+ "FwRowToggleIndex": {
487
+ "name": "FwRowToggleIndex",
488
+ "shortname": "FwRowToggleIndex",
489
+ "classitems": [],
490
+ "plugins": [],
491
+ "extensions": [],
492
+ "plugin_for": [],
493
+ "extension_for": [],
494
+ "module": "CellComponents",
495
+ "namespace": "",
496
+ "file": "addon\\components\\fw-row-toggle-index.js",
497
+ "line": 4,
498
+ "description": "Creates a table cell that shows if the row is expanded or hidden on hover, but\ndisplays the value otherwise. See also [`FwRowToggle`](FwRowToggle.html).",
499
+ "access": "public",
500
+ "tagname": "",
501
+ "deprecated": true,
502
+ "deprecationMessage": "While this can be called directly using `cellComponent`, you should use the [`rowToggle` util](../classes/BaseCells.html) import, which will display this component if there is a `valuePath` defined."
503
+ },
504
+ "FwRowToggle": {
505
+ "name": "FwRowToggle",
506
+ "shortname": "FwRowToggle",
507
+ "classitems": [],
508
+ "plugins": [],
509
+ "extensions": [],
510
+ "plugin_for": [],
511
+ "extension_for": [],
512
+ "module": "CellComponents",
513
+ "namespace": "",
514
+ "file": "addon\\components\\fw-row-toggle.js",
515
+ "line": 5,
516
+ "description": "Creates a table cell that shows if the row is expanded or hidden. See also [`FwRowToggleIndex`](FwRowToggleIndex.html).",
517
+ "deprecated": true,
518
+ "deprecationMessage": "While this can be called directly using `cellComponent`, you should use the [`rowToggle` util](../classes/BaseCells.html) import, which will display this component if there is no `valuePath` defined."
519
+ },
520
+ "FwTableExpandedRow": {
521
+ "name": "FwTableExpandedRow",
522
+ "shortname": "FwTableExpandedRow",
523
+ "classitems": [],
524
+ "plugins": [],
525
+ "extensions": [],
526
+ "plugin_for": [],
527
+ "extension_for": [],
528
+ "module": "CellComponents",
529
+ "namespace": "",
530
+ "file": "addon\\components\\fw-table-expanded-rows.js",
531
+ "line": 6,
532
+ "description": "This component contains all of the hidden rows of `FwTableExpandedRow`. This is also used completely internally and should not be called directly.",
533
+ "access": "private",
534
+ "tagname": ""
535
+ },
536
+ "FwTableResort": {
537
+ "name": "FwTableResort",
538
+ "shortname": "FwTableResort",
539
+ "classitems": [],
540
+ "plugins": [],
541
+ "extensions": [],
542
+ "plugin_for": [],
543
+ "extension_for": [],
544
+ "module": "Components",
545
+ "namespace": "",
546
+ "file": "addon\\components\\fw-table-resort.js",
547
+ "line": 6,
548
+ "description": "This table contains client-side logic to resort a \"table\" of models. This resort table will not call the actual serverside \"save\" function, so you will need to persist the changes to the database yourself,\nbut it will do everything else for you (ie all you should have to do is call save, and the reorder will work). A basic usage example is the following:\n\n```handlebars\n<FwTableResort @items={{items}} @titleKey='name' @sortKey='sorted' />\n```\n\nIf used in a block format instead, it is possible to fully define the title area, such as to replace it with input fields, which also adds a cheveron to expand if desired\n```handlebars\n <FwTableResort @items={{items}} @sortKey='sorted' as |item expanded|>\n {{input item.name}}\n </FwTableResort>\n ```\nCurrently the only way to have a display title different from the default sort is to use the block format manually (set the `titleKey` to the desired default sort, and then manually display\nthe other desired property).",
549
+ "access": "public",
550
+ "tagname": ""
551
+ },
552
+ "FwTableSortable": {
553
+ "name": "FwTableSortable",
554
+ "shortname": "FwTableSortable",
555
+ "classitems": [],
556
+ "plugins": [],
557
+ "extensions": [],
558
+ "plugin_for": [],
559
+ "extension_for": [],
560
+ "module": "Components",
561
+ "namespace": "",
562
+ "file": "addon\\components\\fw-table-sortable.js",
563
+ "line": 11,
564
+ "description": "This table contains logic to show a table as a panel in an app. This table features sorting rows can be expanded\nto show hidden data\n ```handlebars\n<FwTableSortable @data={{model}} @columns={{columns}} @title='Table' />\n```\n\nIf used in a block format instead, it is possible to fully define the title area, replacing the title parameter. The export action is passed as a yield parameter to redefine the export button\n ```handlebars\n <FwTableSortable @data={{model}} @columns={{columns}} as |export|>\n <strong class='panel-title'>Table</strong>\n </FwTableSortable>\n ```\n\nIn addition to the usual properties in columns, fw-table-sortable supports adding an additional `sortKey` property\nIf defined, clicking that column will sort by that property instead of valuePath\n\nIt also supports a showExpanded property, which is set to a value which will cause this row to show in the expanded view if hidden.\nAlternatively, setting this to `true` or `false` will force the state regardless of a property.\nBy default will show if the property from `valuePath` is not null",
565
+ "extends": "EmberLightTable",
566
+ "access": "public",
567
+ "tagname": ""
568
+ },
569
+ "BaseCells": {
570
+ "name": "BaseCells",
571
+ "shortname": "BaseCells",
572
+ "classitems": [],
573
+ "plugins": [],
574
+ "extensions": [],
575
+ "plugin_for": [],
576
+ "extension_for": [],
577
+ "module": "Utils",
578
+ "namespace": "",
579
+ "file": "addon\\utils\\base-cells.js",
580
+ "line": 1,
581
+ "description": "This util is designed to create the most basic defined cells for you. While it does not cover all the cellComponents, the most commonly used (`FwRowToggle`, `FwRowToggleIndex`, and `FwCellAction`) can be imported\nrather than creating the cell object yourself. You would import them in the following way:\n```js\n import {functionName} from '@bennerinformatics/ember-fw-table/base-cells';\n```\nAfter it is imported, the functions below tell you how to implement each one."
582
+ },
583
+ "Export": {
584
+ "name": "Export",
585
+ "shortname": "Export",
586
+ "classitems": [],
587
+ "plugins": [],
588
+ "extensions": [],
589
+ "plugin_for": [],
590
+ "extension_for": [],
591
+ "module": "Utils",
592
+ "namespace": "",
593
+ "file": "addon\\utils\\export.js",
594
+ "line": 4,
595
+ "description": "An internal util that is used in ember-fw-table for the export functionality, both in the `FwTableSortable` and `FwPaginationWrapper`."
596
+ },
597
+ "Format": {
598
+ "name": "Format",
599
+ "shortname": "Format",
600
+ "classitems": [],
601
+ "plugins": [],
602
+ "extensions": [],
603
+ "plugin_for": [],
604
+ "extension_for": [],
605
+ "module": "Utils",
606
+ "namespace": "",
607
+ "file": "addon\\utils\\formats.js",
608
+ "line": 4,
609
+ "description": "These utils are designed for helping you be able to easily format a column by passing this function into the `format` attribute of the column. To use these functions, all you need to do\nis import them at the top of the Javascript file, with the following import:\n```js\nimport {functionName} from '@bennerinformatics/ember-fw-table/utils/formats';\n```\nThen you use it in the column array to format it appropriately. Each function gives you an example of how to use it."
610
+ },
611
+ "TableUtil": {
612
+ "name": "TableUtil",
613
+ "shortname": "TableUtil",
614
+ "classitems": [],
615
+ "plugins": [],
616
+ "extensions": [],
617
+ "plugin_for": [],
618
+ "extension_for": [],
619
+ "module": "Utils",
620
+ "namespace": "",
621
+ "file": "addon\\utils\\table.js",
622
+ "line": 2,
623
+ "description": "This is an internal util that is used to help with the logic for expanded rows."
624
+ }
625
+ },
626
+ "elements": {},
627
+ "classitems": [
628
+ {
629
+ "file": "addon\\classes\\Row.js",
630
+ "line": 6,
631
+ "description": "Function to create the canExpand computed property",
632
+ "params": [
633
+ {
634
+ "name": "keys",
635
+ "description": "Array of keys to watch",
636
+ "type": "Array"
637
+ }
638
+ ],
639
+ "return": {
640
+ "description": "Computed property",
641
+ "type": "Computed"
642
+ },
643
+ "class": "Row"
644
+ },
645
+ {
646
+ "file": "addon\\classes\\Row.js",
647
+ "line": 37,
648
+ "description": "Parent table instance",
649
+ "itemtype": "property",
650
+ "name": "table",
651
+ "type": "{Table}",
652
+ "class": "Row"
653
+ },
654
+ {
655
+ "file": "addon\\classes\\Row.js",
656
+ "line": 43,
657
+ "description": "Checks if the row is currently allowed to expand",
658
+ "type": "{boolean}",
659
+ "class": "Row"
660
+ },
661
+ {
662
+ "file": "addon\\classes\\Row.js",
663
+ "line": 49,
664
+ "class": "Row"
665
+ },
666
+ {
667
+ "file": "addon\\classes\\Row.js",
668
+ "line": 61,
669
+ "description": "Observer to update canExpand if the expanded keys ever changes",
670
+ "class": "Row"
671
+ },
672
+ {
673
+ "file": "addon\\classes\\Table.js",
674
+ "line": 8,
675
+ "description": "Create a collection of Row objects with the given collection",
676
+ "itemtype": "method",
677
+ "name": "createRows",
678
+ "static": 1,
679
+ "params": [
680
+ {
681
+ "name": "rows",
682
+ "description": "Passed in rows",
683
+ "type": "Array"
684
+ },
685
+ {
686
+ "name": "table",
687
+ "description": "Table instance",
688
+ "type": "Table"
689
+ }
690
+ ],
691
+ "return": {
692
+ "description": "Array of table rows",
693
+ "type": "Array"
694
+ },
695
+ "class": "Table"
696
+ },
697
+ {
698
+ "file": "addon\\classes\\Table.js",
699
+ "line": 30,
700
+ "description": "Table columns without export only columns",
701
+ "itemtype": "property",
702
+ "name": "tableColumns",
703
+ "type": "{Ember.Array}",
704
+ "class": "Table"
705
+ },
706
+ {
707
+ "file": "addon\\classes\\Table.js",
708
+ "line": 39,
709
+ "itemtype": "property",
710
+ "name": "visibleColumnGroups",
711
+ "type": "{Ember.Array}",
712
+ "class": "Table"
713
+ },
714
+ {
715
+ "file": "addon\\classes\\Table.js",
716
+ "line": 49,
717
+ "itemtype": "property",
718
+ "name": "visibleSubColumns",
719
+ "type": "{Ember.Array}",
720
+ "class": "Table"
721
+ },
722
+ {
723
+ "file": "addon\\classes\\Table.js",
724
+ "line": 57,
725
+ "itemtype": "property",
726
+ "name": "allColumns",
727
+ "type": "{Ember.Array}",
728
+ "class": "Table"
729
+ },
730
+ {
731
+ "file": "addon\\classes\\Table.js",
732
+ "line": 68,
733
+ "description": "List of all columns that can show in expanded view, it will be filtered again later",
734
+ "access": "private",
735
+ "tagname": "",
736
+ "itemtype": "property",
737
+ "name": "expandedColumns",
738
+ "type": "{Array}",
739
+ "class": "Table"
740
+ },
741
+ {
742
+ "file": "addon\\classes\\Table.js",
743
+ "line": 112,
744
+ "description": "Returns true if the table currently contains hidden columns",
745
+ "access": "private",
746
+ "tagname": "",
747
+ "itemtype": "property",
748
+ "name": "hasHiddenColumns",
749
+ "type": "{Boolean}",
750
+ "class": "Table"
751
+ },
752
+ {
753
+ "file": "addon\\classes\\Table.js",
754
+ "line": 123,
755
+ "description": "Replace all the row's content with content of the argument. If argument is an empty array rows will be cleared.",
756
+ "itemtype": "method",
757
+ "name": "setRows",
758
+ "params": [
759
+ {
760
+ "name": "rows",
761
+ "description": "",
762
+ "type": "Array"
763
+ }
764
+ ],
765
+ "return": {
766
+ "description": "rows",
767
+ "type": "Array"
768
+ },
769
+ "class": "Table"
770
+ },
771
+ {
772
+ "file": "addon\\classes\\Table.js",
773
+ "line": 144,
774
+ "description": "Creates an instance of the table class, mimicking the new Table constructor of the parent",
775
+ "params": [
776
+ {
777
+ "name": "columns",
778
+ "description": "Table columns",
779
+ "type": "Array"
780
+ },
781
+ {
782
+ "name": "rows",
783
+ "description": "Table rows",
784
+ "type": "Array"
785
+ }
786
+ ],
787
+ "return": {
788
+ "description": "Table class to use in ember-light-table",
789
+ "type": "Table"
790
+ },
791
+ "class": "Table"
792
+ },
793
+ {
794
+ "file": "addon\\components\\fw-column-sortable.js",
795
+ "line": 23,
796
+ "description": "Computed property that determines the icon of the sort whether it is currently sorting, sortable, ascending, or sorted.",
797
+ "itemtype": "property",
798
+ "name": "sortIcon",
799
+ "type": "{String|null}",
800
+ "access": "private",
801
+ "tagname": "",
802
+ "class": "FwColumnSortable",
803
+ "module": "ColumnComponents"
804
+ },
805
+ {
806
+ "file": "addon\\components\\fw-delete-modal.js",
807
+ "line": 23,
808
+ "description": "Action called to close the modal.",
809
+ "itemtype": "property",
810
+ "name": "close",
811
+ "type": "{Action}",
812
+ "class": "FwDeleteModal",
813
+ "module": "Components"
814
+ },
815
+ {
816
+ "file": "addon\\components\\fw-delete-modal.js",
817
+ "line": 30,
818
+ "description": "Model which will be deleted.",
819
+ "itemtype": "property",
820
+ "name": "model",
821
+ "type": "{DS.Model}",
822
+ "class": "FwDeleteModal",
823
+ "module": "Components"
824
+ },
825
+ {
826
+ "file": "addon\\components\\fw-delete-modal.js",
827
+ "line": 37,
828
+ "description": "Message displayed in the confirmation. If unset use the default (which looks at type property).",
829
+ "itemtype": "property",
830
+ "name": "message",
831
+ "default": "\"Are you sure you want to delete this {type}? It cannot be undone.\"",
832
+ "type": "{String}",
833
+ "class": "FwDeleteModal",
834
+ "module": "Components"
835
+ },
836
+ {
837
+ "file": "addon\\components\\fw-delete-modal.js",
838
+ "line": 45,
839
+ "description": "Model type being deleted, used to create the message.",
840
+ "itemtype": "property",
841
+ "name": "type",
842
+ "type": "{String}",
843
+ "class": "FwDeleteModal",
844
+ "module": "Components"
845
+ },
846
+ {
847
+ "file": "addon\\components\\fw-delete-modal.js",
848
+ "line": 52,
849
+ "description": "Determines whether opening this modal caused the web browser to scroll to the top.",
850
+ "itemtype": "property",
851
+ "name": "scrollTop",
852
+ "default": "false",
853
+ "type": "{Boolean}",
854
+ "class": "FwDeleteModal",
855
+ "module": "Components"
856
+ },
857
+ {
858
+ "file": "addon\\components\\fw-pagination-wrapper.js",
859
+ "line": 57,
860
+ "description": "Name of the model in search",
861
+ "type": "{String}",
862
+ "itemtype": "property",
863
+ "name": "modelName",
864
+ "class": "FwPaginationWrapper",
865
+ "module": "Components"
866
+ },
867
+ {
868
+ "file": "addon\\components\\fw-pagination-wrapper.js",
869
+ "line": 63,
870
+ "description": "Whether or not the table loads on page load. If true, it will call the search based on your defaults already set, whenever the table is rendered for the first time.",
871
+ "type": "{Boolean}",
872
+ "itemtype": "property",
873
+ "name": "searchOnRender",
874
+ "default": "false",
875
+ "class": "FwPaginationWrapper",
876
+ "module": "Components"
877
+ },
878
+ {
879
+ "file": "addon\\components\\fw-pagination-wrapper.js",
880
+ "line": 70,
881
+ "description": "Default sort order for the table",
882
+ "type": "{String}",
883
+ "itemtype": "property",
884
+ "name": "defaultSortKey",
885
+ "class": "FwPaginationWrapper",
886
+ "module": "Components"
887
+ },
888
+ {
889
+ "file": "addon\\components\\fw-pagination-wrapper.js",
890
+ "line": 77,
891
+ "description": "Number of entries per page",
892
+ "type": "{Number}",
893
+ "itemtype": "property",
894
+ "name": "entriesPerPage",
895
+ "default": "100",
896
+ "class": "FwPaginationWrapper",
897
+ "module": "Components"
898
+ },
899
+ {
900
+ "file": "addon\\components\\fw-pagination-wrapper.js",
901
+ "line": 84,
902
+ "description": "Show the page numbers above the table. If false, they won't show.",
903
+ "type": "{Boolean}",
904
+ "itemtype": "property",
905
+ "name": "showPagesTop",
906
+ "default": "true",
907
+ "class": "FwPaginationWrapper",
908
+ "module": "Components"
909
+ },
910
+ {
911
+ "file": "addon\\components\\fw-pagination-wrapper.js",
912
+ "line": 92,
913
+ "description": "Show the page numbers below the table. If false, they won't show.",
914
+ "type": "{Boolean}",
915
+ "itemtype": "property",
916
+ "name": "showPagesBottom",
917
+ "default": "true",
918
+ "class": "FwPaginationWrapper",
919
+ "module": "Components"
920
+ },
921
+ {
922
+ "file": "addon\\components\\fw-pagination-wrapper.js",
923
+ "line": 100,
924
+ "description": "Gets the title of this table at the given time",
925
+ "itemtype": "method",
926
+ "name": "getTitle",
927
+ "type": "{Action}",
928
+ "return": {
929
+ "description": "Title of this table",
930
+ "type": "String"
931
+ },
932
+ "class": "FwPaginationWrapper",
933
+ "module": "Components"
934
+ },
935
+ {
936
+ "file": "addon\\components\\fw-pagination-wrapper.js",
937
+ "line": 110,
938
+ "description": "Gets a list of table columns for exporting",
939
+ "itemtype": "method",
940
+ "name": "getTableColumns",
941
+ "type": "{Action}",
942
+ "return": {
943
+ "description": "Array of table columns",
944
+ "type": "Array"
945
+ },
946
+ "class": "FwPaginationWrapper",
947
+ "module": "Components"
948
+ },
949
+ {
950
+ "file": "addon\\components\\fw-pagination-wrapper.js",
951
+ "line": 118,
952
+ "description": "Action to be called when the table search button is pressed.",
953
+ "type": "{Function}",
954
+ "itemtype": "method",
955
+ "name": "onSearch",
956
+ "class": "FwPaginationWrapper",
957
+ "module": "Components"
958
+ },
959
+ {
960
+ "file": "addon\\components\\fw-pagination-wrapper.js",
961
+ "line": 125,
962
+ "description": "Called to delete the full page of entries.\nShould be passed in with a function. Button will only appear if this is defined",
963
+ "itemtype": "method",
964
+ "name": "deletePage",
965
+ "type": "{Action}",
966
+ "class": "FwPaginationWrapper",
967
+ "module": "Components"
968
+ },
969
+ {
970
+ "file": "addon\\components\\fw-pagination-wrapper.js",
971
+ "line": 133,
972
+ "description": "Determines permission for deleteTablePermission for `FwTableSortable`. Should probably use a `has-role` helper from Group Control",
973
+ "itemtype": "property",
974
+ "name": "deletePagePermission",
975
+ "type": "{Boolean}",
976
+ "default": "true",
977
+ "class": "FwPaginationWrapper",
978
+ "module": "Components"
979
+ },
980
+ {
981
+ "file": "addon\\components\\fw-pagination-wrapper.js",
982
+ "line": 140,
983
+ "description": "Makes a query object based on the search fields",
984
+ "itemtype": "method",
985
+ "name": "makeQuery",
986
+ "type": "{Action}",
987
+ "params": [
988
+ {
989
+ "name": "count",
990
+ "description": "If true, counting",
991
+ "type": "Boolean"
992
+ },
993
+ {
994
+ "name": "page",
995
+ "description": "If defined, page number for a page search",
996
+ "type": "Number"
997
+ },
998
+ {
999
+ "name": "export",
1000
+ "description": "If true, exporting",
1001
+ "type": "Boolean"
1002
+ }
1003
+ ],
1004
+ "return": {
1005
+ "description": "Query object",
1006
+ "type": "Object"
1007
+ },
1008
+ "class": "FwPaginationWrapper",
1009
+ "module": "Components"
1010
+ },
1011
+ {
1012
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1013
+ "line": 155,
1014
+ "description": "Gets a list of table columns for the results. If null, yields for table",
1015
+ "itemtype": "method",
1016
+ "name": "getTableColumns",
1017
+ "return": {
1018
+ "description": "Array of table columns",
1019
+ "type": "Array"
1020
+ },
1021
+ "class": "FwPaginationWrapper",
1022
+ "module": "Components"
1023
+ },
1024
+ {
1025
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1026
+ "line": 164,
1027
+ "description": "Text to show for empty tables. If null, hides on empty",
1028
+ "itemtype": "property",
1029
+ "name": "emptyText",
1030
+ "type": "{String}",
1031
+ "class": "FwPaginationWrapper",
1032
+ "module": "Components"
1033
+ },
1034
+ {
1035
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1036
+ "line": 171,
1037
+ "description": "Actions to pass into the table. Should be a hash as usual",
1038
+ "itemtype": "property",
1039
+ "name": "tableActions",
1040
+ "type": "{Object}",
1041
+ "class": "FwPaginationWrapper",
1042
+ "module": "Components"
1043
+ },
1044
+ {
1045
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1046
+ "line": 178,
1047
+ "description": "Class names for the wrapper around the loading spinner and the table",
1048
+ "itemtype": "property",
1049
+ "name": "tableWrapperClass",
1050
+ "type": "{String}",
1051
+ "class": "FwPaginationWrapper",
1052
+ "module": "Components"
1053
+ },
1054
+ {
1055
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1056
+ "line": 189,
1057
+ "description": "Table title at this time. Internal property. Set by `getTableTitle`",
1058
+ "itemtype": "property",
1059
+ "name": "currentTitle",
1060
+ "type": "{String}",
1061
+ "access": "private",
1062
+ "tagname": "",
1063
+ "class": "FwPaginationWrapper",
1064
+ "module": "Components"
1065
+ },
1066
+ {
1067
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1068
+ "line": 197,
1069
+ "description": "If true, currently doing the main search. Internal property set by search functionality.",
1070
+ "itemtype": "property",
1071
+ "name": "searchingTable",
1072
+ "type": "{Boolean}",
1073
+ "default": "false",
1074
+ "access": "private",
1075
+ "tagname": "",
1076
+ "class": "FwPaginationWrapper",
1077
+ "module": "Components"
1078
+ },
1079
+ {
1080
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1081
+ "line": 206,
1082
+ "description": "If true, show export page button",
1083
+ "itemtype": "property",
1084
+ "name": "showExport",
1085
+ "type": "{Boolean}",
1086
+ "default": "true",
1087
+ "class": "FwPaginationWrapper",
1088
+ "module": "Components"
1089
+ },
1090
+ {
1091
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1092
+ "line": 213,
1093
+ "description": "Number of pages being searched. Internal property",
1094
+ "itemtype": "property",
1095
+ "name": "pagesSearching",
1096
+ "type": "{Number}",
1097
+ "default": "0",
1098
+ "access": "private",
1099
+ "tagname": "",
1100
+ "class": "FwPaginationWrapper",
1101
+ "module": "Components"
1102
+ },
1103
+ {
1104
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1105
+ "line": 222,
1106
+ "description": "Array of entries, indexes are the pages. Internal Property for more quickly rendering pages that have been searched this time.",
1107
+ "itemtype": "property",
1108
+ "name": "pageEntries",
1109
+ "type": "{Array}",
1110
+ "access": "private",
1111
+ "tagname": "",
1112
+ "class": "FwPaginationWrapper",
1113
+ "module": "Components"
1114
+ },
1115
+ {
1116
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1117
+ "line": 230,
1118
+ "description": "Currently selected page. Internal property to be set by clicking one of the page numbers.",
1119
+ "itemtype": "property",
1120
+ "name": "page",
1121
+ "type": "{Number}",
1122
+ "default": "1",
1123
+ "access": "private",
1124
+ "tagname": "",
1125
+ "class": "FwPaginationWrapper",
1126
+ "module": "Components"
1127
+ },
1128
+ {
1129
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1130
+ "line": 239,
1131
+ "description": "Total number of entries. Internal property set by the count network request.",
1132
+ "itemtype": "property",
1133
+ "name": "count",
1134
+ "type": "{Number}",
1135
+ "access": "private",
1136
+ "tagname": "",
1137
+ "class": "FwPaginationWrapper",
1138
+ "module": "Components"
1139
+ },
1140
+ {
1141
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1142
+ "line": 247,
1143
+ "description": "Query last time createQuery was called",
1144
+ "itemtype": "property",
1145
+ "name": "lastQuery",
1146
+ "class": "FwPaginationWrapper",
1147
+ "module": "Components"
1148
+ },
1149
+ {
1150
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1151
+ "line": 253,
1152
+ "description": "Current sort order for the table. Internal property to keep track of current sort key.",
1153
+ "type": "{String}",
1154
+ "itemtype": "property",
1155
+ "name": "currentSortKey",
1156
+ "access": "private",
1157
+ "tagname": "",
1158
+ "class": "FwPaginationWrapper",
1159
+ "module": "Components"
1160
+ },
1161
+ {
1162
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1163
+ "line": 265,
1164
+ "description": "Array index for the selected page",
1165
+ "type": "{Number - Computed}",
1166
+ "itemtype": "property",
1167
+ "name": "index",
1168
+ "internal": "",
1169
+ "class": "FwPaginationWrapper",
1170
+ "module": "Components"
1171
+ },
1172
+ {
1173
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1174
+ "line": 275,
1175
+ "description": "Array of entries at the current page",
1176
+ "type": "{Array - Computed}",
1177
+ "itemtype": "property",
1178
+ "name": "currentEntries",
1179
+ "internal": "",
1180
+ "class": "FwPaginationWrapper",
1181
+ "module": "Components"
1182
+ },
1183
+ {
1184
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1185
+ "line": 289,
1186
+ "description": "Filtered entries, removing deleted entries",
1187
+ "type": "{Array - Computed}",
1188
+ "itemtype": "property",
1189
+ "name": "filteredEntries",
1190
+ "internal": "",
1191
+ "class": "FwPaginationWrapper",
1192
+ "module": "Components"
1193
+ },
1194
+ {
1195
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1196
+ "line": 297,
1197
+ "description": "Current table sort key based on given properties",
1198
+ "type": "{String - Computed}",
1199
+ "itemtype": "property",
1200
+ "name": "tableSortKey",
1201
+ "internal": "",
1202
+ "class": "FwPaginationWrapper",
1203
+ "module": "Components"
1204
+ },
1205
+ {
1206
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1207
+ "line": 311,
1208
+ "description": "Number of pages available",
1209
+ "type": "{Number - Computed}",
1210
+ "itemtype": "property",
1211
+ "name": "totalPages",
1212
+ "internal": "",
1213
+ "class": "FwPaginationWrapper",
1214
+ "module": "Components"
1215
+ },
1216
+ {
1217
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1218
+ "line": 326,
1219
+ "description": "True if we have multiple pages",
1220
+ "type": "{Boolean - Computed}",
1221
+ "itemtype": "property",
1222
+ "name": "showPages",
1223
+ "internal": "",
1224
+ "class": "FwPaginationWrapper",
1225
+ "module": "Components"
1226
+ },
1227
+ {
1228
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1229
+ "line": 336,
1230
+ "description": "Maximum number of pages to show in the pagination component",
1231
+ "type": "{Number - Computed}",
1232
+ "itemtype": "property",
1233
+ "name": "maxPageButtons",
1234
+ "internal": "",
1235
+ "class": "FwPaginationWrapper",
1236
+ "module": "Components"
1237
+ },
1238
+ {
1239
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1240
+ "line": 354,
1241
+ "description": "Gets the serverside route to use for this model name",
1242
+ "type": "{String - Computed}",
1243
+ "itemtype": "property",
1244
+ "name": "routeName",
1245
+ "internal": "",
1246
+ "class": "FwPaginationWrapper",
1247
+ "module": "Components"
1248
+ },
1249
+ {
1250
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1251
+ "line": 365,
1252
+ "description": "Final piece of title for table",
1253
+ "type": "{String - Computed}",
1254
+ "itemtype": "property",
1255
+ "name": "tableSuffix",
1256
+ "internal": "",
1257
+ "class": "FwPaginationWrapper",
1258
+ "module": "Components"
1259
+ },
1260
+ {
1261
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1262
+ "line": 380,
1263
+ "description": "Title for the table",
1264
+ "type": "{String - Computed}",
1265
+ "itemtype": "property",
1266
+ "name": "fullTableTitle",
1267
+ "internal": "",
1268
+ "class": "FwPaginationWrapper",
1269
+ "module": "Components"
1270
+ },
1271
+ {
1272
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1273
+ "line": 390,
1274
+ "description": "If true, hide the table when empty",
1275
+ "type": "{Boolean - Computed}",
1276
+ "itemtype": "property",
1277
+ "name": "hideEmpty",
1278
+ "internal": "",
1279
+ "class": "FwPaginationWrapper",
1280
+ "module": "Components"
1281
+ },
1282
+ {
1283
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1284
+ "line": 400,
1285
+ "description": "Queries the serverside to get the total record count. Internal method.",
1286
+ "itemtype": "method",
1287
+ "name": "queryCount",
1288
+ "access": "private",
1289
+ "tagname": "",
1290
+ "return": {
1291
+ "description": "Promise that resolves to a number",
1292
+ "type": "Promise"
1293
+ },
1294
+ "class": "FwPaginationWrapper",
1295
+ "module": "Components"
1296
+ },
1297
+ {
1298
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1299
+ "line": 416,
1300
+ "description": "Query for setting a new sort order. Internal method.",
1301
+ "itemtype": "method",
1302
+ "name": "querySort",
1303
+ "access": "private",
1304
+ "tagname": "",
1305
+ "params": [
1306
+ {
1307
+ "name": "page",
1308
+ "description": "Page number to start",
1309
+ "type": "Number"
1310
+ },
1311
+ {
1312
+ "name": "sortKey",
1313
+ "description": "New sort order",
1314
+ "type": "String"
1315
+ },
1316
+ {
1317
+ "name": "ascending",
1318
+ "description": "If true, sorts ascending, false descending",
1319
+ "type": "Boolean"
1320
+ }
1321
+ ],
1322
+ "return": {
1323
+ "description": "Promise that resolves to a entry array",
1324
+ "type": "Promise"
1325
+ },
1326
+ "class": "FwPaginationWrapper",
1327
+ "module": "Components"
1328
+ },
1329
+ {
1330
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1331
+ "line": 445,
1332
+ "description": "Fetches the entries for the given page number. Internal method",
1333
+ "itemtype": "method",
1334
+ "name": "queryPage",
1335
+ "access": "private",
1336
+ "tagname": "",
1337
+ "params": [
1338
+ {
1339
+ "name": "page",
1340
+ "description": "Page to fetch",
1341
+ "type": "Number"
1342
+ }
1343
+ ],
1344
+ "return": {
1345
+ "description": "Promise that resolves to an entry array",
1346
+ "type": "Promise"
1347
+ },
1348
+ "class": "FwPaginationWrapper",
1349
+ "module": "Components"
1350
+ },
1351
+ {
1352
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1353
+ "line": 460,
1354
+ "description": "Gets all entries for the given query. Internal method",
1355
+ "itemtype": "method",
1356
+ "name": "queryAll",
1357
+ "access": "private",
1358
+ "tagname": "",
1359
+ "return": {
1360
+ "description": "Promise that resolves to entries",
1361
+ "type": "Promise"
1362
+ },
1363
+ "class": "FwPaginationWrapper",
1364
+ "module": "Components"
1365
+ },
1366
+ {
1367
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1368
+ "line": 474,
1369
+ "description": "This action is called when the search button is pressed. This is yielded as `actions.search` in the block.",
1370
+ "itemtype": "method",
1371
+ "name": "search",
1372
+ "return": {
1373
+ "description": "Promise that resolves after searching",
1374
+ "type": "Promise"
1375
+ },
1376
+ "class": "FwPaginationWrapper",
1377
+ "module": "Components"
1378
+ },
1379
+ {
1380
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1381
+ "line": 521,
1382
+ "description": "This action is called when the export button is clicked to export all data. This is yielded in the block as `actions.export`.",
1383
+ "itemtype": "method",
1384
+ "name": "export",
1385
+ "return": {
1386
+ "description": "Promise that resolves after exporting the table",
1387
+ "type": "Promise"
1388
+ },
1389
+ "class": "FwPaginationWrapper",
1390
+ "module": "Components"
1391
+ },
1392
+ {
1393
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1394
+ "line": 539,
1395
+ "description": "This action is called when a page button is clicked to switch pages. This is an internal action used in the page number button.",
1396
+ "itemtype": "method",
1397
+ "name": "setPage",
1398
+ "access": "private",
1399
+ "tagname": "",
1400
+ "params": [
1401
+ {
1402
+ "name": "page",
1403
+ "description": "New page number to set",
1404
+ "type": "Number"
1405
+ }
1406
+ ],
1407
+ "class": "FwPaginationWrapper",
1408
+ "module": "Components"
1409
+ },
1410
+ {
1411
+ "file": "addon\\components\\fw-pagination-wrapper.js",
1412
+ "line": 570,
1413
+ "description": "This action resorts the entry by the given column. This is yielded as `actions.sort`, when table is also defined. To be used in the `onSort` of your `FwSortableTable`.",
1414
+ "itemtype": "method",
1415
+ "name": "sortColumn",
1416
+ "params": [
1417
+ {
1418
+ "name": "column",
1419
+ "description": "Column to use for sorting",
1420
+ "type": "Column"
1421
+ },
1422
+ {
1423
+ "name": "sortKey",
1424
+ "description": "String to use for sorting in the column",
1425
+ "type": "String"
1426
+ }
1427
+ ],
1428
+ "return": {
1429
+ "description": "Promise that resolves to entries",
1430
+ "type": "Promise"
1431
+ },
1432
+ "class": "FwPaginationWrapper",
1433
+ "module": "Components"
1434
+ },
1435
+ {
1436
+ "file": "addon\\components\\fw-row-toggle.js",
1437
+ "line": 14,
1438
+ "description": "Computed property used internally to determine whether the \"open\" or \"closed\" toggle will be shown based on whether the row is expanded or not",
1439
+ "access": "private",
1440
+ "tagname": "",
1441
+ "itemtype": "property",
1442
+ "name": "toggleClass",
1443
+ "type": "{Computed}",
1444
+ "return": {
1445
+ "description": "This returns the appropriate Fontawesome class.",
1446
+ "type": "String"
1447
+ },
1448
+ "class": "FwRowToggle",
1449
+ "module": "CellComponents"
1450
+ },
1451
+ {
1452
+ "file": "addon\\components\\fw-table-resort.js",
1453
+ "line": 30,
1454
+ "description": "Required property. This is what you pass the array of items you wish to sort with the table.",
1455
+ "access": "public",
1456
+ "tagname": "",
1457
+ "itemtype": "property",
1458
+ "name": "items",
1459
+ "type": "{Boolean}",
1460
+ "class": "FwTableResort",
1461
+ "module": "Components"
1462
+ },
1463
+ {
1464
+ "file": "addon\\components\\fw-table-resort.js",
1465
+ "line": 36,
1466
+ "description": "If true, show an expand button for more fields",
1467
+ "access": "public",
1468
+ "tagname": "",
1469
+ "itemtype": "property",
1470
+ "name": "allowExpand",
1471
+ "type": "{Boolean}",
1472
+ "class": "FwTableResort",
1473
+ "module": "Components"
1474
+ },
1475
+ {
1476
+ "file": "addon\\components\\fw-table-resort.js",
1477
+ "line": 45,
1478
+ "description": "Filter called to check if an item is active",
1479
+ "access": "public",
1480
+ "tagname": "",
1481
+ "itemtype": "property",
1482
+ "name": "activeFilter",
1483
+ "type": "{Function}",
1484
+ "class": "FwTableResort",
1485
+ "module": "Components"
1486
+ },
1487
+ {
1488
+ "file": "addon\\components\\fw-table-resort.js",
1489
+ "line": 54,
1490
+ "description": "Key used to determine if an item is active",
1491
+ "access": "public",
1492
+ "tagname": "",
1493
+ "itemtype": "property",
1494
+ "name": "activeKey",
1495
+ "type": "{String}",
1496
+ "class": "FwTableResort",
1497
+ "module": "Components"
1498
+ },
1499
+ {
1500
+ "file": "addon\\components\\fw-table-resort.js",
1501
+ "line": 63,
1502
+ "description": "If defined with an action, adds a delete button to delete items",
1503
+ "access": "public",
1504
+ "tagname": "",
1505
+ "default": "true",
1506
+ "itemtype": "property",
1507
+ "name": "delete",
1508
+ "type": "{Action}",
1509
+ "class": "FwTableResort",
1510
+ "module": "Components"
1511
+ },
1512
+ {
1513
+ "file": "addon\\components\\fw-table-resort.js",
1514
+ "line": 73,
1515
+ "description": "The icon that will be used for the delete button. Useful if you want the button to do something other than delete.",
1516
+ "access": "public",
1517
+ "tagname": "",
1518
+ "default": "fa-regular fa-trash-can",
1519
+ "itemtype": "property",
1520
+ "name": "deleteIcon",
1521
+ "type": "{String}",
1522
+ "class": "FwTableResort",
1523
+ "module": "Components"
1524
+ },
1525
+ {
1526
+ "file": "addon\\components\\fw-table-resort.js",
1527
+ "line": 83,
1528
+ "description": "String pointer to the model's sort key, will be used to sort the items and modify the key later",
1529
+ "access": "public",
1530
+ "tagname": "",
1531
+ "itemtype": "property",
1532
+ "name": "sortKey",
1533
+ "type": "{String}",
1534
+ "class": "FwTableResort",
1535
+ "module": "Components"
1536
+ },
1537
+ {
1538
+ "file": "addon\\components\\fw-table-resort.js",
1539
+ "line": 92,
1540
+ "description": "Default sort for if the sort key is undefined and title to display if no block is used",
1541
+ "access": "public",
1542
+ "tagname": "",
1543
+ "itemtype": "property",
1544
+ "name": "title",
1545
+ "type": "{String}",
1546
+ "class": "FwTableResort",
1547
+ "module": "Components"
1548
+ },
1549
+ {
1550
+ "file": "addon\\components\\fw-table-resort.js",
1551
+ "line": 100,
1552
+ "description": "Spacing between sortable items",
1553
+ "access": "public",
1554
+ "tagname": "",
1555
+ "itemtype": "property",
1556
+ "name": "spacing",
1557
+ "type": "{Number}",
1558
+ "class": "FwTableResort",
1559
+ "module": "Components"
1560
+ },
1561
+ {
1562
+ "file": "addon\\components\\fw-table-resort.js",
1563
+ "line": 109,
1564
+ "description": "Tolerance before dragging starts",
1565
+ "access": "public",
1566
+ "tagname": "",
1567
+ "itemtype": "property",
1568
+ "name": "distance",
1569
+ "type": "{Number}",
1570
+ "class": "FwTableResort",
1571
+ "module": "Components"
1572
+ },
1573
+ {
1574
+ "file": "addon\\components\\fw-table-resort.js",
1575
+ "line": 118,
1576
+ "description": "An internal list of all items which will be shown in the table (takes into account activeKey and activeFilter)",
1577
+ "access": "private",
1578
+ "tagname": "",
1579
+ "itemtype": "property",
1580
+ "name": "viewableItems",
1581
+ "type": "{Array}",
1582
+ "class": "FwTableResort",
1583
+ "module": "Components"
1584
+ },
1585
+ {
1586
+ "file": "addon\\components\\fw-table-resort.js",
1587
+ "line": 126,
1588
+ "description": "Sort order as defined by passed properties",
1589
+ "access": "private",
1590
+ "tagname": "",
1591
+ "itemtype": "property",
1592
+ "name": "_sortOrder",
1593
+ "type": "{Array}",
1594
+ "class": "FwTableResort",
1595
+ "module": "Components"
1596
+ },
1597
+ {
1598
+ "file": "addon\\components\\fw-table-resort.js",
1599
+ "line": 134,
1600
+ "description": "Sorted list of items in the table",
1601
+ "access": "private",
1602
+ "tagname": "",
1603
+ "itemtype": "property",
1604
+ "name": "sortedItems",
1605
+ "type": "{Array}",
1606
+ "class": "FwTableResort",
1607
+ "module": "Components"
1608
+ },
1609
+ {
1610
+ "file": "addon\\components\\fw-table-resort.js",
1611
+ "line": 171,
1612
+ "description": "Helper function to sort a list of passed items",
1613
+ "itemtype": "method",
1614
+ "name": "reorderItems",
1615
+ "params": [
1616
+ {
1617
+ "name": "items",
1618
+ "description": "Model array",
1619
+ "type": "DS.Model[]"
1620
+ }
1621
+ ],
1622
+ "access": "private",
1623
+ "tagname": "",
1624
+ "class": "FwTableResort",
1625
+ "module": "Components"
1626
+ },
1627
+ {
1628
+ "file": "addon\\components\\fw-table-resort.js",
1629
+ "line": 188,
1630
+ "description": "Called when the expand button is clicked on any row",
1631
+ "params": [
1632
+ {
1633
+ "name": "item",
1634
+ "description": "Model clicked",
1635
+ "type": "DS.Model"
1636
+ }
1637
+ ],
1638
+ "class": "FwTableResort",
1639
+ "module": "Components"
1640
+ },
1641
+ {
1642
+ "file": "addon\\components\\fw-table-resort.js",
1643
+ "line": 196,
1644
+ "description": "Called whenever an item is moved to reorders items based on their index in the array",
1645
+ "params": [
1646
+ {
1647
+ "name": "items",
1648
+ "description": "The items to reorder",
1649
+ "type": "DS.Model[]"
1650
+ }
1651
+ ],
1652
+ "class": "FwTableResort",
1653
+ "module": "Components"
1654
+ },
1655
+ {
1656
+ "file": "addon\\components\\fw-table-resort.js",
1657
+ "line": 204,
1658
+ "description": "Called when the delete button is pressed to redirect that call to the passed in action",
1659
+ "params": [
1660
+ {
1661
+ "name": "item",
1662
+ "description": "Model to delete",
1663
+ "type": "Model"
1664
+ }
1665
+ ],
1666
+ "class": "FwTableResort",
1667
+ "module": "Components"
1668
+ },
1669
+ {
1670
+ "file": "addon\\components\\fw-table-sortable.js",
1671
+ "line": 41,
1672
+ "description": "Table rows",
1673
+ "access": "public",
1674
+ "tagname": "",
1675
+ "itemtype": "property",
1676
+ "name": "data",
1677
+ "type": "{Array}",
1678
+ "class": "FwTableSortable",
1679
+ "module": "Components"
1680
+ },
1681
+ {
1682
+ "file": "addon\\components\\fw-table-sortable.js",
1683
+ "line": 49,
1684
+ "description": "Table columns. See ember-light-table docs for more information",
1685
+ "access": "public",
1686
+ "tagname": "",
1687
+ "itemtype": "property",
1688
+ "name": "columns",
1689
+ "type": "{Array}",
1690
+ "class": "FwTableSortable",
1691
+ "module": "Components"
1692
+ },
1693
+ {
1694
+ "file": "addon\\components\\fw-table-sortable.js",
1695
+ "line": 58,
1696
+ "description": "Additional class names for the table",
1697
+ "access": "public",
1698
+ "tagname": "",
1699
+ "itemtype": "property",
1700
+ "name": "tableClassNames",
1701
+ "type": "{Hash}",
1702
+ "class": "FwTableSortable",
1703
+ "module": "Components"
1704
+ },
1705
+ {
1706
+ "file": "addon\\components\\fw-table-sortable.js",
1707
+ "line": 67,
1708
+ "description": "Hash of maximum columns based on responsive size",
1709
+ "access": "public",
1710
+ "tagname": "",
1711
+ "itemtype": "property",
1712
+ "name": "breakpoints",
1713
+ "type": "{Hash}",
1714
+ "class": "FwTableSortable",
1715
+ "module": "Components"
1716
+ },
1717
+ {
1718
+ "file": "addon\\components\\fw-table-sortable.js",
1719
+ "line": 75,
1720
+ "description": "Hash of actions to pass into the table for use in components",
1721
+ "access": "public",
1722
+ "tagname": "",
1723
+ "itemtype": "property",
1724
+ "name": "tableActions",
1725
+ "type": "{Hash}",
1726
+ "class": "FwTableSortable",
1727
+ "module": "Components"
1728
+ },
1729
+ {
1730
+ "file": "addon\\components\\fw-table-sortable.js",
1731
+ "line": 83,
1732
+ "description": "Title to display in the panel above the table",
1733
+ "access": "public",
1734
+ "tagname": "",
1735
+ "itemtype": "property",
1736
+ "name": "title",
1737
+ "type": "{String}",
1738
+ "class": "FwTableSortable",
1739
+ "module": "Components"
1740
+ },
1741
+ {
1742
+ "file": "addon\\components\\fw-table-sortable.js",
1743
+ "line": 91,
1744
+ "description": "Text to display when the table is empty",
1745
+ "access": "public",
1746
+ "tagname": "",
1747
+ "itemtype": "property",
1748
+ "name": "empty",
1749
+ "type": "{String}",
1750
+ "class": "FwTableSortable",
1751
+ "module": "Components"
1752
+ },
1753
+ {
1754
+ "file": "addon\\components\\fw-table-sortable.js",
1755
+ "line": 99,
1756
+ "description": "Action called when sorting the table",
1757
+ "access": "public",
1758
+ "tagname": "",
1759
+ "itemtype": "property",
1760
+ "name": "onSort",
1761
+ "type": "{Action}",
1762
+ "class": "FwTableSortable",
1763
+ "module": "Components"
1764
+ },
1765
+ {
1766
+ "file": "addon\\components\\fw-table-sortable.js",
1767
+ "line": 108,
1768
+ "description": "Set to false to make the table not show the header if empty",
1769
+ "access": "public",
1770
+ "tagname": "",
1771
+ "itemtype": "property",
1772
+ "name": "headerEmpty",
1773
+ "type": "{Boolean}",
1774
+ "default": "true",
1775
+ "class": "FwTableSortable",
1776
+ "module": "Components"
1777
+ },
1778
+ {
1779
+ "file": "addon\\components\\fw-table-sortable.js",
1780
+ "line": 117,
1781
+ "description": "Sets the table to a fixed height, and adds a scroll bar to see the hidden rows",
1782
+ "access": "public",
1783
+ "tagname": "",
1784
+ "itemtype": "property",
1785
+ "name": "fixedHeight",
1786
+ "type": "{String}",
1787
+ "class": "FwTableSortable",
1788
+ "module": "Components"
1789
+ },
1790
+ {
1791
+ "file": "addon\\components\\fw-table-sortable.js",
1792
+ "line": 125,
1793
+ "description": "Makes the table responsive to the screen width. The table is slightly more efficient if false when responsive is not used",
1794
+ "access": "public",
1795
+ "tagname": "",
1796
+ "itemtype": "property",
1797
+ "name": "responsive",
1798
+ "type": "{Boolean}",
1799
+ "default": "false",
1800
+ "class": "FwTableSortable",
1801
+ "module": "Components"
1802
+ },
1803
+ {
1804
+ "file": "addon\\components\\fw-table-sortable.js",
1805
+ "line": 135,
1806
+ "description": "Makes the headers able to be dragged to resize. You will still need to put `resizable: true` in each column you want to be able to resize.",
1807
+ "access": "public",
1808
+ "tagname": "",
1809
+ "itemtype": "property",
1810
+ "name": "resizeOnDrag",
1811
+ "type": "{Boolean}",
1812
+ "default": "false",
1813
+ "class": "FwTableSortable",
1814
+ "module": "Components"
1815
+ },
1816
+ {
1817
+ "file": "addon\\components\\fw-table-sortable.js",
1818
+ "line": 144,
1819
+ "description": "Allows exporting the current contents of the table using an export button. Note that this sets a default title of \"Table\", so setting a separate one is recommended\n\nWhen enabled, columns have some additional values defined:\n* `canExport`: if true (default), the column will be included in the export. Set to false to skip exporting the column.\n* `exportOnly`: if true, the column will not show in the table, but will still be exported.\n\nAdditionally, the value `export` is set to true in `format`'s context.\n\nIf this is set to a string, the string is used as the name of the export button.",
1820
+ "access": "public",
1821
+ "tagname": "",
1822
+ "itemtype": "property",
1823
+ "name": "canExport",
1824
+ "type": "{Boolean | String}",
1825
+ "default": "false",
1826
+ "class": "FwTableSortable",
1827
+ "module": "Components"
1828
+ },
1829
+ {
1830
+ "file": "addon\\components\\fw-table-sortable.js",
1831
+ "line": 161,
1832
+ "description": "If true, uses the table block data for the header",
1833
+ "access": "public",
1834
+ "tagname": "",
1835
+ "itemtype": "property",
1836
+ "name": "showHeader",
1837
+ "type": "{Boolean}",
1838
+ "default": "true",
1839
+ "class": "FwTableSortable",
1840
+ "module": "Components"
1841
+ },
1842
+ {
1843
+ "file": "addon\\components\\fw-table-sortable.js",
1844
+ "line": 171,
1845
+ "description": "If true, uses the table block data for the footer",
1846
+ "access": "public",
1847
+ "tagname": "",
1848
+ "itemtype": "property",
1849
+ "name": "showFooter",
1850
+ "type": "{Boolean}",
1851
+ "default": "true",
1852
+ "class": "FwTableSortable",
1853
+ "module": "Components"
1854
+ },
1855
+ {
1856
+ "file": "addon\\components\\fw-table-sortable.js",
1857
+ "line": 181,
1858
+ "description": "Default sort order for the table. Can be a string for a single property, or an array to fallback",
1859
+ "access": "public",
1860
+ "tagname": "",
1861
+ "itemtype": "property",
1862
+ "name": "defaultSort",
1863
+ "type": "{String|Array}",
1864
+ "class": "FwTableSortable",
1865
+ "module": "Components"
1866
+ },
1867
+ {
1868
+ "file": "addon\\components\\fw-table-sortable.js",
1869
+ "line": 190,
1870
+ "description": "Private copy of defaultSort, made an array if its not",
1871
+ "access": "private",
1872
+ "tagname": "",
1873
+ "itemtype": "property",
1874
+ "name": "_defaultSort",
1875
+ "type": "{Array}",
1876
+ "class": "FwTableSortable",
1877
+ "module": "Components"
1878
+ },
1879
+ {
1880
+ "file": "addon\\components\\fw-table-sortable.js",
1881
+ "line": 208,
1882
+ "description": "Sort column set by clicking a column to sort",
1883
+ "access": "private",
1884
+ "tagname": "",
1885
+ "itemtype": "property",
1886
+ "name": "sortColumn",
1887
+ "type": "{String}",
1888
+ "class": "FwTableSortable",
1889
+ "module": "Components"
1890
+ },
1891
+ {
1892
+ "file": "addon\\components\\fw-table-sortable.js",
1893
+ "line": 217,
1894
+ "description": "Internal sort order. Calculated from sortColumn and _defaultSort",
1895
+ "access": "private",
1896
+ "tagname": "",
1897
+ "itemtype": "property",
1898
+ "name": "sortOrder",
1899
+ "type": "{Array}",
1900
+ "class": "FwTableSortable",
1901
+ "module": "Components"
1902
+ },
1903
+ {
1904
+ "file": "addon\\components\\fw-table-sortable.js",
1905
+ "line": 243,
1906
+ "description": "Passed in table data after sorting.",
1907
+ "access": "private",
1908
+ "tagname": "",
1909
+ "itemtype": "property",
1910
+ "name": "sortedData",
1911
+ "type": "{Array}",
1912
+ "class": "FwTableSortable",
1913
+ "module": "Components"
1914
+ },
1915
+ {
1916
+ "file": "addon\\components\\fw-table-sortable.js",
1917
+ "line": 252,
1918
+ "description": "Internal table instance, in general changes to the table should be done to columns or data so they update properly",
1919
+ "access": "protected",
1920
+ "tagname": "",
1921
+ "itemtype": "property",
1922
+ "name": "table",
1923
+ "type": "{Table}",
1924
+ "class": "FwTableSortable",
1925
+ "module": "Components"
1926
+ },
1927
+ {
1928
+ "file": "addon\\components\\fw-table-sortable.js",
1929
+ "line": 261,
1930
+ "description": "Computed table title based on whether a boolean true is passed or a title",
1931
+ "access": "private",
1932
+ "tagname": "",
1933
+ "itemtype": "property",
1934
+ "name": "exportTitle",
1935
+ "type": "{String}",
1936
+ "class": "FwTableSortable",
1937
+ "module": "Components"
1938
+ },
1939
+ {
1940
+ "file": "addon\\components\\fw-table-sortable.js",
1941
+ "line": 276,
1942
+ "description": "Called to delete the full page of entries. Pass in the action to be called by the button.",
1943
+ "itemtype": "property",
1944
+ "name": "deleteTable",
1945
+ "type": "{Action}",
1946
+ "default": "undefined",
1947
+ "class": "FwTableSortable",
1948
+ "module": "Components"
1949
+ },
1950
+ {
1951
+ "file": "addon\\components\\fw-table-sortable.js",
1952
+ "line": 285,
1953
+ "description": "Determines title for delete function. This will only be used if deleteTable action is passed in.",
1954
+ "itemtype": "property",
1955
+ "name": "deleteOverrideTitle",
1956
+ "type": "{String}",
1957
+ "class": "FwTableSortable",
1958
+ "module": "Components"
1959
+ },
1960
+ {
1961
+ "file": "addon\\components\\fw-table-sortable.js",
1962
+ "line": 301,
1963
+ "description": "Determines if the current user has permission to delete the table (usually has-role helper will be used to determine this)\nexample: `@deleteTablePermission={{has-role 'admin'}}`. This will only be used if `deleteTable` action is passed in.",
1964
+ "itemtype": "property",
1965
+ "name": "deleteTablePermissions",
1966
+ "type": "{Boolean}",
1967
+ "default": "true",
1968
+ "class": "FwTableSortable",
1969
+ "module": "Components"
1970
+ },
1971
+ {
1972
+ "file": "addon\\components\\fw-table-sortable.js",
1973
+ "line": 310,
1974
+ "description": "Callback to update the table rows whenever the data is changed, generally from sorting",
1975
+ "access": "private",
1976
+ "tagname": "",
1977
+ "itemtype": "method",
1978
+ "name": "updateTableRows",
1979
+ "class": "FwTableSortable",
1980
+ "module": "Components"
1981
+ },
1982
+ {
1983
+ "file": "addon\\components\\fw-table-sortable.js",
1984
+ "line": 323,
1985
+ "description": "Callback to update the table columns whenever they change. Unlikely, but still a case worth covering",
1986
+ "access": "private",
1987
+ "tagname": "",
1988
+ "itemtype": "method",
1989
+ "name": "updateTableColumns",
1990
+ "class": "FwTableSortable",
1991
+ "module": "Components"
1992
+ },
1993
+ {
1994
+ "file": "addon\\components\\fw-table-sortable.js",
1995
+ "line": 336,
1996
+ "description": "Initializes the component and loads the modal path.",
1997
+ "access": "private",
1998
+ "tagname": "",
1999
+ "itemtype": "method",
2000
+ "name": "didReceiveAttrs",
2001
+ "class": "FwTableSortable",
2002
+ "module": "Components"
2003
+ },
2004
+ {
2005
+ "file": "addon\\components\\fw-table-sortable.js",
2006
+ "line": 368,
2007
+ "description": "Called when clicking aa column header to sort the current row",
2008
+ "params": [
2009
+ {
2010
+ "name": "column",
2011
+ "description": "Column clicked",
2012
+ "type": "Column"
2013
+ }
2014
+ ],
2015
+ "class": "FwTableSortable",
2016
+ "module": "Components"
2017
+ },
2018
+ {
2019
+ "file": "addon\\components\\fw-table-sortable.js",
2020
+ "line": 400,
2021
+ "description": "Called when clicking a row to expand it and show more information",
2022
+ "params": [
2023
+ {
2024
+ "name": "row",
2025
+ "description": "Row clicked",
2026
+ "type": "Row"
2027
+ }
2028
+ ],
2029
+ "class": "FwTableSortable",
2030
+ "module": "Components"
2031
+ },
2032
+ {
2033
+ "file": "addon\\components\\fw-table-sortable.js",
2034
+ "line": 412,
2035
+ "description": "Called by the export button to export the current table data to CSV",
2036
+ "class": "FwTableSortable",
2037
+ "module": "Components"
2038
+ },
2039
+ {
2040
+ "file": "addon\\initializers\\responsive.js",
2041
+ "line": 3,
2042
+ "description": "Ember responsive initializer\n\nSupports auto injecting media service app-wide.\n\nGenerated by the ember-responsive addon. Customize initialize to change\ninjection.",
2043
+ "class": "BaseCells",
2044
+ "module": "Components"
2045
+ },
2046
+ {
2047
+ "file": "addon\\utils\\base-cells.js",
2048
+ "line": 11,
2049
+ "description": "Creates a generic row toggle object. If you pass in a `valuePath` to extra, it will format using the `FwRowToggleIndex` component (which displays a value on hover) rather than just the regular\n`FwRowToggle`. This should be the first cell defined in the columns arraw. An example use case would be the following (after importing `rowToggle` as defined above):\n```js\n//generic rowToggle, no differences\ncolumns: [\n rowToggle(),\n ...\n],\n//rowToggle when you need to pass in something to extra, such as valuePath or breakpoints\ncolumns: [\n rowToggle({breakpoints: ['mobile']}),\n ...\n]\n```",
2050
+ "itemtype": "method",
2051
+ "name": "rowToggle",
2052
+ "params": [
2053
+ {
2054
+ "name": "extra",
2055
+ "description": "Additional values to add to the row toggle. Breakpoints is the most common one, but will accept any normal column inputs",
2056
+ "type": "Object"
2057
+ }
2058
+ ],
2059
+ "return": {
2060
+ "description": "Object to use as a row toggle column",
2061
+ "type": "Object"
2062
+ },
2063
+ "class": "BaseCells",
2064
+ "module": "Utils"
2065
+ },
2066
+ {
2067
+ "file": "addon\\utils\\base-cells.js",
2068
+ "line": 43,
2069
+ "description": "Creates a generic action cell, with a delete and edit button. Passing `small` into extra, will display as only icon buttons, whereas the full text will be displayed if it is not set.\nThis should always be the last cell in your columns array. An example use case would be the following (after importing as above):\n```js\n//will render action cell with icon buttons only\ncolumns: [\n ...\n actions({small: true})\n],\n//will render action cell with full text of \"Edit\" and \"Delete\"\ncolumns: [\n ...\n actions()\n]\n```\n\n**Note**: You will still need to pass in your edit and delete actions to the `tableActions` in the `FwTableSortable` component in order for this to work properly. This only renders the cell.",
2070
+ "itemtype": "method",
2071
+ "name": "actions",
2072
+ "params": [
2073
+ {
2074
+ "name": "extra",
2075
+ "description": "Additional values to add to the action buttons. Small is useful to shrink it with breakpoints.",
2076
+ "type": "Object"
2077
+ }
2078
+ ],
2079
+ "return": {
2080
+ "description": "Object to use as an actions button column",
2081
+ "type": "Object"
2082
+ },
2083
+ "class": "BaseCells",
2084
+ "module": "Utils"
2085
+ },
2086
+ {
2087
+ "file": "addon\\utils\\export.js",
2088
+ "line": 9,
2089
+ "description": "Creates a CSV file from a data array and a title",
2090
+ "itemtype": "method",
2091
+ "name": "createCSV",
2092
+ "params": [
2093
+ {
2094
+ "name": "data",
2095
+ "description": "Array of table cells",
2096
+ "type": "Array"
2097
+ },
2098
+ {
2099
+ "name": "name",
2100
+ "description": "Name to export",
2101
+ "type": "Title",
2102
+ "optional": true,
2103
+ "optdefault": "null"
2104
+ }
2105
+ ],
2106
+ "class": "Export",
2107
+ "module": "Utils"
2108
+ },
2109
+ {
2110
+ "file": "addon\\utils\\export.js",
2111
+ "line": 31,
2112
+ "description": "Exports an Ember Light Table to CSV",
2113
+ "itemtype": "method",
2114
+ "name": "exportTable",
2115
+ "params": [
2116
+ {
2117
+ "name": "table",
2118
+ "description": "Table class, just needs to include rows and columns",
2119
+ "type": "Table"
2120
+ },
2121
+ {
2122
+ "name": "title",
2123
+ "description": "Title to use for exporting",
2124
+ "type": "String",
2125
+ "optional": true,
2126
+ "optdefault": "'Export'"
2127
+ }
2128
+ ],
2129
+ "class": "Export",
2130
+ "module": "Utils"
2131
+ },
2132
+ {
2133
+ "file": "addon\\utils\\formats.js",
2134
+ "line": 14,
2135
+ "description": "Format function which replaces the value with a basic Yes/No format for if its true or false. Designed to be used in the following way with a boolean column (after importing `formatBoolean` in the way described above):\n```js\ncolumn: [{\n label: 'My Boolean',\n valuePath: 'myBoolean',\n format: formatBoolean\n ...\n}...],",
2136
+ "itemtype": "method",
2137
+ "name": "formatBoolean",
2138
+ "params": [
2139
+ {
2140
+ "name": "value",
2141
+ "description": "Value to test",
2142
+ "type": "Any"
2143
+ }
2144
+ ],
2145
+ "return": {
2146
+ "description": "\"Yes\" if the value is truthy, \"No\" otherwise",
2147
+ "type": "String"
2148
+ },
2149
+ "class": "Format",
2150
+ "module": "Utils"
2151
+ },
2152
+ {
2153
+ "file": "addon\\utils\\formats.js",
2154
+ "line": 31,
2155
+ "description": "Generates a format function which returns the value or an italic default text if the value is null. Designed to be used in the following way with a column that may have a null value (after importing `formatNullable` in the way described above):\n```js\ncolumn: [\n //if null, will display the default \"None\" in italics\n {\n label: 'Some Column',\n valuePath: 'someColumn',\n format: formatNullable\n ...\n },\n //if null, will display \"No Value\" instead of \"None\" in italics\n {\n label: 'Some Column',\n valueText: 'someColumn',\n format: formatNullable('No Value')\n }\n...],",
2156
+ "itemtype": "method",
2157
+ "name": "formatNullable",
2158
+ "params": [
2159
+ {
2160
+ "name": "nullText",
2161
+ "description": "Text if the value is null",
2162
+ "type": "String",
2163
+ "optional": true,
2164
+ "optdefault": "'None'"
2165
+ }
2166
+ ],
2167
+ "return": {
2168
+ "description": "Function to pass into the column format",
2169
+ "type": "Function"
2170
+ },
2171
+ "class": "Format",
2172
+ "module": "Utils"
2173
+ },
2174
+ {
2175
+ "file": "addon\\utils\\formats.js",
2176
+ "line": 62,
2177
+ "description": "Generates a function which formats a date based on the specified format. Designed to be used in the following way with a column displaying a date (after importing `formatMoment` in the way described above):\n```js\ncolumn: [\n //will display date as 1970-01-01\n {\n label: 'Some Column',\n valuePath: 'someColumn',\n format: formatMoment('YYYY-MM-DD')\n ...\n },\n //will display date in the table as 1970-01-01, but when exporting display 01-01-1970\n {\n label: 'Some Column',\n valueText: 'someColumn',\n format: formatMoment('YYYY-MM-DD', 'MM-DD-YYYY')\n }\n...],",
2178
+ "itemtype": "method",
2179
+ "name": "formatMoment",
2180
+ "params": [
2181
+ {
2182
+ "name": "format",
2183
+ "description": "moment format. For a list of valid strings, see [Moment docs](https://momentjs.com/docs/#/displaying/format/)",
2184
+ "type": "String"
2185
+ },
2186
+ {
2187
+ "name": "exportFormat",
2188
+ "description": "moment format used on exporting",
2189
+ "type": "String"
2190
+ }
2191
+ ],
2192
+ "return": {
2193
+ "description": "Function to pass into a column which formats a date",
2194
+ "type": "Function"
2195
+ },
2196
+ "class": "Format",
2197
+ "module": "Utils"
2198
+ },
2199
+ {
2200
+ "file": "addon\\utils\\table.js",
2201
+ "line": 7,
2202
+ "description": "Checks if a row should be show in expanded view given the context",
2203
+ "itemtype": "method",
2204
+ "name": "showExpanded",
2205
+ "params": [
2206
+ {
2207
+ "name": "table",
2208
+ "description": "Table class instance",
2209
+ "type": "Table"
2210
+ },
2211
+ {
2212
+ "name": "row",
2213
+ "description": "Row class instance",
2214
+ "type": "Row"
2215
+ },
2216
+ {
2217
+ "name": "column",
2218
+ "description": "Column class instance",
2219
+ "type": "Column"
2220
+ }
2221
+ ],
2222
+ "return": {
2223
+ "description": "True if it is shown in this context, false otherwise",
2224
+ "type": "Boolean"
2225
+ },
2226
+ "class": "TableUtil",
2227
+ "module": "Utils"
2228
+ }
2229
+ ],
2230
+ "warnings": [
2231
+ {
2232
+ "message": "unknown tag: internal",
2233
+ "line": " addon\\components\\fw-pagination-wrapper.js:265"
2234
+ },
2235
+ {
2236
+ "message": "unknown tag: internal",
2237
+ "line": " addon\\components\\fw-pagination-wrapper.js:275"
2238
+ },
2239
+ {
2240
+ "message": "unknown tag: internal",
2241
+ "line": " addon\\components\\fw-pagination-wrapper.js:289"
2242
+ },
2243
+ {
2244
+ "message": "unknown tag: internal",
2245
+ "line": " addon\\components\\fw-pagination-wrapper.js:297"
2246
+ },
2247
+ {
2248
+ "message": "unknown tag: internal",
2249
+ "line": " addon\\components\\fw-pagination-wrapper.js:311"
2250
+ },
2251
+ {
2252
+ "message": "unknown tag: internal",
2253
+ "line": " addon\\components\\fw-pagination-wrapper.js:326"
2254
+ },
2255
+ {
2256
+ "message": "unknown tag: internal",
2257
+ "line": " addon\\components\\fw-pagination-wrapper.js:336"
2258
+ },
2259
+ {
2260
+ "message": "unknown tag: internal",
2261
+ "line": " addon\\components\\fw-pagination-wrapper.js:354"
2262
+ },
2263
+ {
2264
+ "message": "unknown tag: internal",
2265
+ "line": " addon\\components\\fw-pagination-wrapper.js:365"
2266
+ },
2267
+ {
2268
+ "message": "unknown tag: internal",
2269
+ "line": " addon\\components\\fw-pagination-wrapper.js:380"
2270
+ },
2271
+ {
2272
+ "message": "unknown tag: internal",
2273
+ "line": " addon\\components\\fw-pagination-wrapper.js:390"
2274
+ },
2275
+ {
2276
+ "message": "Missing item type\nFunction to create the canExpand computed property",
2277
+ "line": " addon\\classes\\Row.js:6"
2278
+ },
2279
+ {
2280
+ "message": "Missing item type\nChecks if the row is currently allowed to expand",
2281
+ "line": " addon\\classes\\Row.js:43"
2282
+ },
2283
+ {
2284
+ "message": "Missing item type",
2285
+ "line": " addon\\classes\\Row.js:49"
2286
+ },
2287
+ {
2288
+ "message": "Missing item type\nObserver to update canExpand if the expanded keys ever changes",
2289
+ "line": " addon\\classes\\Row.js:61"
2290
+ },
2291
+ {
2292
+ "message": "Missing item type\nCreates an instance of the table class, mimicking the new Table constructor of the parent",
2293
+ "line": " addon\\classes\\Table.js:144"
2294
+ },
2295
+ {
2296
+ "message": "Missing item type\nCalled when the expand button is clicked on any row",
2297
+ "line": " addon\\components\\fw-table-resort.js:188"
2298
+ },
2299
+ {
2300
+ "message": "Missing item type\nCalled whenever an item is moved to reorders items based on their index in the array",
2301
+ "line": " addon\\components\\fw-table-resort.js:196"
2302
+ },
2303
+ {
2304
+ "message": "Missing item type\nCalled when the delete button is pressed to redirect that call to the passed in action",
2305
+ "line": " addon\\components\\fw-table-resort.js:204"
2306
+ },
2307
+ {
2308
+ "message": "Missing item type\nCalled when clicking aa column header to sort the current row",
2309
+ "line": " addon\\components\\fw-table-sortable.js:368"
2310
+ },
2311
+ {
2312
+ "message": "Missing item type\nCalled when clicking a row to expand it and show more information",
2313
+ "line": " addon\\components\\fw-table-sortable.js:400"
2314
+ },
2315
+ {
2316
+ "message": "Missing item type\nCalled by the export button to export the current table data to CSV",
2317
+ "line": " addon\\components\\fw-table-sortable.js:412"
2318
+ },
2319
+ {
2320
+ "message": "Missing item type\nEmber responsive initializer\n\nSupports auto injecting media service app-wide.\n\nGenerated by the ember-responsive addon. Customize initialize to change\ninjection.",
2321
+ "line": " addon\\initializers\\responsive.js:3"
2322
+ }
2323
+ ]
2324
+ }