@operato/data-grist 1.19.13 → 1.21.0
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 +17 -0
- package/dist/src/data-card/data-card.d.ts +1 -1
- package/dist/src/data-card/record-card.d.ts +1 -1
- package/dist/src/data-grid/data-grid-body.d.ts +1 -1
- package/dist/src/data-grid/data-grid-footer.d.ts +1 -1
- package/dist/src/data-grid/data-grid.d.ts +1 -1
- package/dist/src/data-grist.d.ts +1 -1
- package/dist/src/data-list/data-list.d.ts +1 -1
- package/dist/src/data-list/record-partial.d.ts +1 -1
- package/dist/src/data-report/data-report-body.d.ts +1 -1
- package/dist/src/data-report/data-report-component.d.ts +1 -1
- package/dist/src/data-report.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-checkbox.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-color.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-date.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-datetime.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-email.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-file.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-image.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-month.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-multiple-select.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-number.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-password.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-select.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-tel.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-text.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-textarea.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-time.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-tree.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor-week.d.ts +1 -1
- package/dist/src/editors/ox-grist-editor.d.ts +2 -2
- package/dist/src/editors/ox-input-tree.d.ts +1 -1
- package/dist/src/empty-note.d.ts +1 -1
- package/dist/src/record-view/record-creator.d.ts +1 -1
- package/dist/src/record-view/record-view-body.d.ts +2 -2
- package/dist/src/record-view/record-view.d.ts +1 -1
- package/dist/src/renderers/ox-grist-renderer-progress.d.ts +1 -1
- package/dist/src/renderers/ox-grist-renderer-tree.d.ts +1 -1
- package/dist/src/renderers/ox-grist-renderer.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/data-grist",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.0",
|
|
4
4
|
"description": "User interface for grid (desktop) and list (mobile)",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@material/mwc-icon": "^0.27.0",
|
|
59
|
-
"@operato/headroom": "^1.
|
|
60
|
-
"@operato/input": "^1.
|
|
61
|
-
"@operato/popup": "^1.
|
|
62
|
-
"@operato/pull-to-refresh": "^1.
|
|
63
|
-
"@operato/styles": "^1.
|
|
64
|
-
"@operato/utils": "^1.
|
|
59
|
+
"@operato/headroom": "^1.21.0",
|
|
60
|
+
"@operato/input": "^1.21.0",
|
|
61
|
+
"@operato/popup": "^1.21.0",
|
|
62
|
+
"@operato/pull-to-refresh": "^1.21.0",
|
|
63
|
+
"@operato/styles": "^1.21.0",
|
|
64
|
+
"@operato/utils": "^1.21.0",
|
|
65
65
|
"i18next": "^21.5.4",
|
|
66
66
|
"json5": "^2.2.0",
|
|
67
|
-
"lit": "^
|
|
67
|
+
"lit": "^3.0.0",
|
|
68
68
|
"lodash-es": "^4.17.21"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"prettier --write"
|
|
101
101
|
]
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "79d1e82260200f827d67bbd90771ef800864bb9a"
|
|
104
104
|
}
|