bt-core-app 2.2.20 → 2.2.22

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.
@@ -156,6 +156,7 @@ const Re = {
156
156
  sortDirection: {},
157
157
  sortProp: {},
158
158
  startEditing: { type: Boolean },
159
+ startRefreshing: { type: Boolean },
159
160
  startShowingInactive: { type: Boolean },
160
161
  startShowingSearch: { type: Boolean },
161
162
  storeMode: {},
@@ -175,6 +175,7 @@ const bt = {
175
175
  sortDirection: {},
176
176
  sortProp: {},
177
177
  startEditing: { type: Boolean, default: !0 },
178
+ startRefreshing: { type: Boolean },
178
179
  startShowingInactive: { type: Boolean },
179
180
  startShowingSearch: { type: Boolean },
180
181
  storeMode: {},