File tree 2 files changed +7
-0
lines changed
packages/@ember/-internals/glimmer/lib/components
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -344,24 +344,28 @@ if (EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS) {
344
344
345
345
/**
346
346
@property route
347
+ @category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
347
348
@public
348
349
*/
349
350
route : UNDEFINED ,
350
351
351
352
/**
352
353
@property model
354
+ @category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
353
355
@public
354
356
*/
355
357
model : UNDEFINED ,
356
358
357
359
/**
358
360
@property models
361
+ @category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
359
362
@public
360
363
*/
361
364
models : UNDEFINED ,
362
365
363
366
/**
364
367
@property query
368
+ @category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
365
369
@public
366
370
*/
367
371
query : UNDEFINED ,
Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ module.exports = {
354
354
'mixin' ,
355
355
'model' ,
356
356
'modelFor' ,
357
+ 'models' ,
357
358
'mount' ,
358
359
'mut' ,
359
360
'name' ,
@@ -406,6 +407,7 @@ module.exports = {
406
407
'pushObjects' ,
407
408
'pushState' ,
408
409
'query-params' ,
410
+ 'query' ,
409
411
'queryParams' ,
410
412
'queryParamsDidChange' ,
411
413
'queues' ,
@@ -477,6 +479,7 @@ module.exports = {
477
479
'reverseObjects' ,
478
480
'rootElement' ,
479
481
'rootURL' ,
482
+ 'route' ,
480
483
'routeDidChange' ,
481
484
'routeName' ,
482
485
'routeWillChange' ,
You can’t perform that action at this time.
0 commit comments