@operato/data-grist 0.3.22 → 0.3.24
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/CHANGELOG.md +18 -0
- package/custom-elements.json +63 -63
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
### [0.3.24](https://github.com/hatiolab/operato/compare/v0.3.23...v0.3.24) (2022-01-30)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* custom-elements.json ([5fa7c65](https://github.com/hatiolab/operato/commit/5fa7c655f18b64cbb1ff6fb0e0a26338befa98d4))
|
|
12
|
+
* shell, help, i18n, layout module ([d5bb29a](https://github.com/hatiolab/operato/commit/d5bb29ad476d4cb182d3210f4c94772ba72e83a5))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### [0.3.23](https://github.com/hatiolab/operato/compare/v0.3.22...v0.3.23) (2022-01-30)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @operato/data-grist
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
|
|
7
25
|
|
|
8
26
|
**Note:** Version bump only for package @operato/data-grist
|
package/custom-elements.json
CHANGED
|
@@ -17,6 +17,69 @@
|
|
|
17
17
|
}
|
|
18
18
|
]
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"kind": "javascript-module",
|
|
22
|
+
"path": "stories/index.stories.ts",
|
|
23
|
+
"declarations": [
|
|
24
|
+
{
|
|
25
|
+
"kind": "variable",
|
|
26
|
+
"name": "Regular"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"kind": "variable",
|
|
30
|
+
"name": "CustomTitle"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"kind": "variable",
|
|
34
|
+
"name": "CustomCounter"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"kind": "variable",
|
|
38
|
+
"name": "SlottedContent"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"exports": [
|
|
42
|
+
{
|
|
43
|
+
"kind": "js",
|
|
44
|
+
"name": "default",
|
|
45
|
+
"declaration": {
|
|
46
|
+
"module": "stories/index.stories.ts"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"kind": "js",
|
|
51
|
+
"name": "Regular",
|
|
52
|
+
"declaration": {
|
|
53
|
+
"name": "Regular",
|
|
54
|
+
"module": "stories/index.stories.ts"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"kind": "js",
|
|
59
|
+
"name": "CustomTitle",
|
|
60
|
+
"declaration": {
|
|
61
|
+
"name": "CustomTitle",
|
|
62
|
+
"module": "stories/index.stories.ts"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"kind": "js",
|
|
67
|
+
"name": "CustomCounter",
|
|
68
|
+
"declaration": {
|
|
69
|
+
"name": "CustomCounter",
|
|
70
|
+
"module": "stories/index.stories.ts"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"kind": "js",
|
|
75
|
+
"name": "SlottedContent",
|
|
76
|
+
"declaration": {
|
|
77
|
+
"name": "SlottedContent",
|
|
78
|
+
"module": "stories/index.stories.ts"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
20
83
|
{
|
|
21
84
|
"kind": "javascript-module",
|
|
22
85
|
"path": "src/const.ts",
|
|
@@ -1175,69 +1238,6 @@
|
|
|
1175
1238
|
"declarations": [],
|
|
1176
1239
|
"exports": []
|
|
1177
1240
|
},
|
|
1178
|
-
{
|
|
1179
|
-
"kind": "javascript-module",
|
|
1180
|
-
"path": "stories/index.stories.ts",
|
|
1181
|
-
"declarations": [
|
|
1182
|
-
{
|
|
1183
|
-
"kind": "variable",
|
|
1184
|
-
"name": "Regular"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"kind": "variable",
|
|
1188
|
-
"name": "CustomTitle"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"kind": "variable",
|
|
1192
|
-
"name": "CustomCounter"
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"kind": "variable",
|
|
1196
|
-
"name": "SlottedContent"
|
|
1197
|
-
}
|
|
1198
|
-
],
|
|
1199
|
-
"exports": [
|
|
1200
|
-
{
|
|
1201
|
-
"kind": "js",
|
|
1202
|
-
"name": "default",
|
|
1203
|
-
"declaration": {
|
|
1204
|
-
"module": "stories/index.stories.ts"
|
|
1205
|
-
}
|
|
1206
|
-
},
|
|
1207
|
-
{
|
|
1208
|
-
"kind": "js",
|
|
1209
|
-
"name": "Regular",
|
|
1210
|
-
"declaration": {
|
|
1211
|
-
"name": "Regular",
|
|
1212
|
-
"module": "stories/index.stories.ts"
|
|
1213
|
-
}
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"kind": "js",
|
|
1217
|
-
"name": "CustomTitle",
|
|
1218
|
-
"declaration": {
|
|
1219
|
-
"name": "CustomTitle",
|
|
1220
|
-
"module": "stories/index.stories.ts"
|
|
1221
|
-
}
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"kind": "js",
|
|
1225
|
-
"name": "CustomCounter",
|
|
1226
|
-
"declaration": {
|
|
1227
|
-
"name": "CustomCounter",
|
|
1228
|
-
"module": "stories/index.stories.ts"
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
"kind": "js",
|
|
1233
|
-
"name": "SlottedContent",
|
|
1234
|
-
"declaration": {
|
|
1235
|
-
"name": "SlottedContent",
|
|
1236
|
-
"module": "stories/index.stories.ts"
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
]
|
|
1240
|
-
},
|
|
1241
1241
|
{
|
|
1242
1242
|
"kind": "javascript-module",
|
|
1243
1243
|
"path": "src/configure/column-builder.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/data-grist",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.24",
|
|
4
4
|
"description": "User interface for grid (desktop) and list (mobile)",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@material/mwc-icon": "^0.25.3",
|
|
38
|
-
"@operato/headroom": "^0.3.
|
|
39
|
-
"@operato/input": "^0.3.
|
|
40
|
-
"@operato/popup": "^0.3.
|
|
41
|
-
"@operato/pull-to-refresh": "^0.3.
|
|
42
|
-
"@operato/styles": "^0.3.
|
|
38
|
+
"@operato/headroom": "^0.3.24",
|
|
39
|
+
"@operato/input": "^0.3.24",
|
|
40
|
+
"@operato/popup": "^0.3.24",
|
|
41
|
+
"@operato/pull-to-refresh": "^0.3.24",
|
|
42
|
+
"@operato/styles": "^0.3.24",
|
|
43
43
|
"i18next": "^21.5.4",
|
|
44
44
|
"json5": "^2.2.0",
|
|
45
45
|
"lit": "^2.0.2",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"prettier --write"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "425093cf62045d73a0faa453d6a9b88f30dfdb22"
|
|
83
83
|
}
|