@things-factory/lite-menu 4.0.44 → 4.1.6
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
|
-
>
|
|
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.
|
|
3
|
+
"version": "4.1.6",
|
|
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.
|
|
28
|
-
"@operato/graphql": "^0.3.
|
|
29
|
-
"@operato/i18n": "^0.3.
|
|
30
|
-
"@operato/input": "^0.3.
|
|
31
|
-
"@operato/layout": "^0.3.
|
|
32
|
-
"@operato/popup": "^0.3.
|
|
33
|
-
"@operato/shell": "^0.3.
|
|
34
|
-
"@operato/styles": "^0.3.
|
|
35
|
-
"@operato/utils": "^0.3.
|
|
36
|
-
"@things-factory/apptool-base": "^4.
|
|
37
|
-
"@things-factory/auth-base": "^4.
|
|
38
|
-
"@things-factory/board-service": "^4.
|
|
39
|
-
"@things-factory/board-ui": "^4.
|
|
40
|
-
"@things-factory/grist-ui": "^4.
|
|
41
|
-
"@things-factory/more-base": "^4.
|
|
42
|
-
"@things-factory/setting-base": "^4.
|
|
43
|
-
"@things-factory/utils": "^4.
|
|
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.1.6",
|
|
37
|
+
"@things-factory/auth-base": "^4.1.6",
|
|
38
|
+
"@things-factory/board-service": "^4.1.6",
|
|
39
|
+
"@things-factory/board-ui": "^4.1.6",
|
|
40
|
+
"@things-factory/grist-ui": "^4.1.6",
|
|
41
|
+
"@things-factory/more-base": "^4.1.6",
|
|
42
|
+
"@things-factory/setting-base": "^4.1.6",
|
|
43
|
+
"@things-factory/utils": "^4.1.6"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "3b0bbe1cd54f9585579fb85c64cce3338b45fa30"
|
|
46
46
|
}
|