@things-factory/resource-ui 5.0.0-alpha.13 → 5.0.0-alpha.14

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.
@@ -1,7 +1,7 @@
1
- import { LitElement, html, css } from 'lit'
2
-
3
1
  import '@things-factory/grist-ui'
4
2
 
3
+ import { LitElement, css, html } from 'lit'
4
+
5
5
  const GUTTERS = [
6
6
  {
7
7
  type: 'gutter',
@@ -117,7 +117,7 @@ export class DataListWrapper extends LitElement {
117
117
  .map(column => {
118
118
  return {
119
119
  name: column.name,
120
- descending: !!column.reverseSort
120
+ desc: !!column.reverseSort
121
121
  }
122
122
  })
123
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/resource-ui",
3
- "version": "5.0.0-alpha.13",
3
+ "version": "5.0.0-alpha.14",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,16 +24,16 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/app": "^1.0.0-alpha.33",
28
- "@things-factory/auth-ui": "^5.0.0-alpha.13",
29
- "@things-factory/context-ui": "^5.0.0-alpha.13",
30
- "@things-factory/form-ui": "^5.0.0-alpha.13",
31
- "@things-factory/grist-ui": "^5.0.0-alpha.13",
32
- "@things-factory/i18n-base": "^5.0.0-alpha.13",
33
- "@things-factory/import-ui-csv": "^5.0.0-alpha.13",
34
- "@things-factory/layout-base": "^5.0.0-alpha.13",
35
- "@things-factory/menu-base": "^5.0.0-alpha.13",
36
- "@things-factory/resource-base": "^5.0.0-alpha.13"
27
+ "@operato/app": "^1.0.0-alpha.34",
28
+ "@things-factory/auth-ui": "^5.0.0-alpha.14",
29
+ "@things-factory/context-ui": "^5.0.0-alpha.14",
30
+ "@things-factory/form-ui": "^5.0.0-alpha.14",
31
+ "@things-factory/grist-ui": "^5.0.0-alpha.14",
32
+ "@things-factory/i18n-base": "^5.0.0-alpha.14",
33
+ "@things-factory/import-ui-csv": "^5.0.0-alpha.14",
34
+ "@things-factory/layout-base": "^5.0.0-alpha.14",
35
+ "@things-factory/menu-base": "^5.0.0-alpha.14",
36
+ "@things-factory/resource-base": "^5.0.0-alpha.14"
37
37
  },
38
- "gitHead": "49704052461599b174959ff494abb9ef1facd887"
38
+ "gitHead": "e64e66b147eca1d3219fed7d9764fe2a221a5569"
39
39
  }