@things-factory/lite-menu 4.0.44 → 4.0.45

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.
@@ -91,6 +91,7 @@ class AddonMenuSetting extends connect(store)(localize(i18next)(PageView)) {
91
91
  </div>
92
92
 
93
93
  <div id="sorters">
94
+ Sort
94
95
  <mwc-icon
95
96
  @click=${e => {
96
97
  const target = e.currentTarget
@@ -99,7 +100,7 @@ class AddonMenuSetting extends connect(store)(localize(i18next)(PageView)) {
99
100
  top: target.offsetTop + target.offsetHeight
100
101
  })
101
102
  }}
102
- >sort</mwc-icon
103
+ >expand_more</mwc-icon
103
104
  >
104
105
  <ox-popup id="sorter-control">
105
106
  <ox-sorters-control> </ox-sorters-control>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/lite-menu",
3
- "version": "4.0.44",
3
+ "version": "4.0.45",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,23 +24,23 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/data-grist": "^0.3.27",
28
- "@operato/graphql": "^0.3.27",
29
- "@operato/i18n": "^0.3.27",
30
- "@operato/input": "^0.3.27",
31
- "@operato/layout": "^0.3.27",
32
- "@operato/popup": "^0.3.27",
33
- "@operato/shell": "^0.3.27",
34
- "@operato/styles": "^0.3.27",
35
- "@operato/utils": "^0.3.27",
36
- "@things-factory/apptool-base": "^4.0.44",
37
- "@things-factory/auth-base": "^4.0.44",
38
- "@things-factory/board-service": "^4.0.44",
39
- "@things-factory/board-ui": "^4.0.44",
40
- "@things-factory/grist-ui": "^4.0.44",
41
- "@things-factory/more-base": "^4.0.44",
42
- "@things-factory/setting-base": "^4.0.44",
43
- "@things-factory/utils": "^4.0.44"
27
+ "@operato/data-grist": "^0.3.28",
28
+ "@operato/graphql": "^0.3.28",
29
+ "@operato/i18n": "^0.3.28",
30
+ "@operato/input": "^0.3.28",
31
+ "@operato/layout": "^0.3.28",
32
+ "@operato/popup": "^0.3.28",
33
+ "@operato/shell": "^0.3.28",
34
+ "@operato/styles": "^0.3.28",
35
+ "@operato/utils": "^0.3.28",
36
+ "@things-factory/apptool-base": "^4.0.45",
37
+ "@things-factory/auth-base": "^4.0.45",
38
+ "@things-factory/board-service": "^4.0.45",
39
+ "@things-factory/board-ui": "^4.0.45",
40
+ "@things-factory/grist-ui": "^4.0.45",
41
+ "@things-factory/more-base": "^4.0.45",
42
+ "@things-factory/setting-base": "^4.0.45",
43
+ "@things-factory/utils": "^4.0.45"
44
44
  },
45
- "gitHead": "286a037443bfb38c65db964dbfa6c5f2d141d9ac"
45
+ "gitHead": "6c37578551d77fed098e5eed4cd2cc9eb9c0dd4b"
46
46
  }