@operato/data-grist 0.3.20 → 0.3.21
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 +9 -0
- package/custom-elements.json +63 -63
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
* i18n module added, shell module started to cover client core part ([a976dad](https://github.com/hatiolab/operato/commit/a976dad6353962e489d8e648af9598b6a51e5ec7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
### [0.3.20](https://github.com/hatiolab/operato/compare/v0.3.19...v0.3.20) (2022-01-28)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @operato/data-grist
|
package/custom-elements.json
CHANGED
|
@@ -17,69 +17,6 @@
|
|
|
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
|
-
},
|
|
83
20
|
{
|
|
84
21
|
"kind": "javascript-module",
|
|
85
22
|
"path": "src/const.ts",
|
|
@@ -1238,6 +1175,69 @@
|
|
|
1238
1175
|
"declarations": [],
|
|
1239
1176
|
"exports": []
|
|
1240
1177
|
},
|
|
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.21",
|
|
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.21",
|
|
39
|
+
"@operato/input": "^0.3.21",
|
|
40
|
+
"@operato/popup": "^0.3.21",
|
|
41
|
+
"@operato/pull-to-refresh": "^0.3.21",
|
|
42
|
+
"@operato/styles": "^0.3.21",
|
|
43
43
|
"i18next": "^21.5.4",
|
|
44
44
|
"json5": "^2.2.0",
|
|
45
45
|
"lit": "^2.0.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/underscore": "1.11.3",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
56
56
|
"@typescript-eslint/parser": "^4.33.0",
|
|
57
|
-
"@web/dev-server": "^0.1.
|
|
57
|
+
"@web/dev-server": "^0.1.29",
|
|
58
58
|
"@web/dev-server-storybook": "next",
|
|
59
59
|
"@web/test-runner": "next",
|
|
60
60
|
"concurrently": "^5.3.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"prettier --write"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "defcbbc48c0e5404961a5ba854c9f8efbd7412d1"
|
|
83
83
|
}
|