@operato/data-grist 0.2.11 → 0.2.15
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 +41 -0
- package/custom-elements.json +788 -884
- package/demo/index.html +3 -1
- package/dist/src/data-card/data-card-gutter-group.js +1 -14
- package/dist/src/data-card/data-card-gutter-group.js.map +1 -1
- package/dist/src/data-card/data-card-gutter.js +4 -0
- package/dist/src/data-card/data-card-gutter.js.map +1 -1
- package/dist/src/data-card/data-card.js +5 -0
- package/dist/src/data-card/data-card.js.map +1 -1
- package/dist/src/data-card/record-card.d.ts +1 -1
- package/dist/src/data-card/record-card.js +45 -9
- package/dist/src/data-card/record-card.js.map +1 -1
- package/dist/src/data-grist.d.ts +2 -2
- package/dist/src/data-grist.js +6 -7
- package/dist/src/data-grist.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/data-card/data-card-gutter.ts +4 -0
- package/src/data-card/data-card.ts +5 -0
- package/src/data-card/record-card.ts +46 -9
- package/src/data-grist.ts +10 -10
- package/themes/grist-theme.css +4 -0
- package/yarn-error.log +3149 -2371
- package/src/data-card/data-card-gutter-group.ts +0 -69
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
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.2.15](https://github.com/hatiolab/operato/compare/v0.2.14...v0.2.15) (2021-11-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* data grist padding ([fc6ceb5](https://github.com/hatiolab/operato/commit/fc6ceb52e01367ce6c3a43f545759543f530d99f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### :rocket: New Features
|
|
15
|
+
|
|
16
|
+
* ox-board-player ([edc6e27](https://github.com/hatiolab/operato/commit/edc6e27594eefc881bed47920098c7f69808d0c0))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### [0.2.14](https://github.com/hatiolab/operato/compare/v0.2.13...v0.2.14) (2021-11-16)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### :bug: Bug Fix
|
|
24
|
+
|
|
25
|
+
* card style ([15e6d64](https://github.com/hatiolab/operato/commit/15e6d64a354ec02eddae0e31f011934847fc0542))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### [0.2.13](https://github.com/hatiolab/operato/compare/v0.2.12...v0.2.13) (2021-11-16)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### :bug: Bug Fix
|
|
33
|
+
|
|
34
|
+
* data-grist card layout gutter click event handling ([019c0d8](https://github.com/hatiolab/operato/commit/019c0d8ca630642530ccfb7455ee06355a560c78))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### [0.2.12](https://github.com/hatiolab/operato/compare/v0.2.11...v0.2.12) (2021-11-15)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### :bug: Bug Fix
|
|
42
|
+
|
|
43
|
+
* ox-card style ([e2e1cab](https://github.com/hatiolab/operato/commit/e2e1cab0034b5b5e79008698367bc3fa9c8f6b91))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
### [0.2.11](https://github.com/hatiolab/operato/compare/v0.2.10...v0.2.11) (2021-11-15)
|
|
7
48
|
|
|
8
49
|
|