@d-mok/quasar-app-extension-quasar-axe 1.0.1 → 1.0.2
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 +1 -1
- package/src/utils/ORM/basic.ts +1 -1
package/package.json
CHANGED
package/src/utils/ORM/basic.ts
CHANGED
|
@@ -56,7 +56,7 @@ export abstract class BasicTable<T extends R, R extends object> extends Sheet<T>
|
|
|
56
56
|
/**
|
|
57
57
|
* The default ordering instruction object.
|
|
58
58
|
*/
|
|
59
|
-
public readonly ordering: Ordering<T
|
|
59
|
+
public readonly ordering: Readonly<Ordering<T>> = []
|
|
60
60
|
// /**
|
|
61
61
|
// * The default fields to select
|
|
62
62
|
// */
|