@firestitch/list 12.3.2 → 12.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/classes/list-controller.d.ts +1 -0
- package/app/interfaces/listconfig.interface.d.ts +1 -0
- package/bundles/firestitch-list.umd.js +2 -0
- package/bundles/firestitch-list.umd.js.map +1 -1
- package/esm2015/app/classes/list-controller.js +3 -1
- package/esm2015/app/interfaces/listconfig.interface.js +1 -1
- package/fesm2015/firestitch-list.js +2 -0
- package/fesm2015/firestitch-list.js.map +1 -1
- package/package.json +1 -1
|
@@ -3674,6 +3674,7 @@
|
|
|
3674
3674
|
*/
|
|
3675
3675
|
List.prototype.initialize = function (config) {
|
|
3676
3676
|
var _a;
|
|
3677
|
+
this.autoFocus = config.autoFocus;
|
|
3677
3678
|
this.heading = config.heading;
|
|
3678
3679
|
this.trackBy = config.trackBy;
|
|
3679
3680
|
this.subheading = config.subheading;
|
|
@@ -3985,6 +3986,7 @@
|
|
|
3985
3986
|
// inline: this.inlineFilters,
|
|
3986
3987
|
actions: this.actions.actions,
|
|
3987
3988
|
queryParam: this.queryParam,
|
|
3989
|
+
autofocus: this.autoFocus,
|
|
3988
3990
|
sorts: sortValues,
|
|
3989
3991
|
sort: sortConfig,
|
|
3990
3992
|
chips: this.chips,
|