quasar-factory-lib 0.1.6 → 0.1.7

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/package.json CHANGED
@@ -98,6 +98,6 @@
98
98
  "release": "standard-version"
99
99
  },
100
100
  "type": "module",
101
- "version": "0.1.6",
101
+ "version": "0.1.7",
102
102
  "author": ""
103
103
  }
@@ -1,6 +1,5 @@
1
1
  <template lang="">
2
2
  <div>
3
- {{rowsPerPageOptions}}
4
3
  <q-table
5
4
  v-show="!showSkeleton"
6
5
  ref="myTable"
@@ -315,6 +314,16 @@ export default defineComponent({
315
314
  this.dragAndDropDelay = 0
316
315
  }
317
316
  },
317
+ /* showSkeleton (val: boolean): void {
318
+ if (!val) {
319
+ this.handleInfiniteScrollTableCompositionAPi()
320
+ }
321
+ },
322
+ '$q.screen.width' (): void {
323
+ setTimeout(() => {
324
+ this.handleInfiniteScrollTableCompositionAPi()
325
+ }, 500)
326
+ } */
318
327
  },
319
328
  mounted () {
320
329
  this.getAdvancedFilterColumns()
@@ -33,7 +33,6 @@
33
33
  />
34
34
  <q-page-container>
35
35
  <q-page>
36
-
37
36
  <Table
38
37
  ref="table"
39
38
  :rows="rows"