File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,23 @@ defineProps<{
391
391
create? : boolean
392
392
edit? : string | number
393
393
}>()
394
+
395
+ type ApiPrefs = {
396
+ take? : number
397
+ selectedColumns? : string []
398
+ }
399
+
400
+ type FormStyle = " slideOver" | " card"
401
+ type TableStyle = " simple" | " fullWidth" | " stripedRows" | " whiteBackground" | " uppercaseHeadings" | " verticalLines"
402
+
403
+ type Breakpoint = " xs" | " sm" | " md" | " lg" | " xl" | " 2xl"
404
+
405
+ type GridAllowOptions =
406
+ " filtering" | " queryString" | " queryFilters"
407
+
408
+ type GridShowOptions =
409
+ " toolbar" | " preferences" | " pagingNav" | " pagingInfo" | " downloadCsv" |
410
+ " refresh" | " copyApiUrl" | " resetPreferences" | " filtersView" | " newItem"
394
411
` ` `
395
412
396
413
## AutoQueryGrid Events
You can’t perform that action at this time.
0 commit comments