@operato/dataset 8.0.3 → 8.2.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/dataset",
3
3
  "description": "WebApplication dataset supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "8.0.3",
5
+ "version": "8.2.0",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -13,6 +13,8 @@
13
13
  "./grist-editor": "./dist/src/grist-editor/index.js",
14
14
  "./grist-editor/ox-grist-editor-data-item-spec.js": "./dist/src/grist-editor/ox-grist-editor-data-item-spec.js",
15
15
  "./ox-data-entry-form.js": "./dist/src/ox-data-entry-form.js",
16
+ "./ox-checklist-entry-form.js": "./dist/src/ox-checklist-entry-form.js",
17
+ "./ox-checklist-sample-view.js": "./dist/src/ox-checklist-sample-view.js",
16
18
  "./ox-data-entry-view.js": "./dist/src/ox-data-entry-view.js",
17
19
  "./ox-data-item-spec.js": "./dist/src/ox-data-item-spec.js",
18
20
  "./ox-data-ooc-brief-view.js": "./dist/src/ox-data-ooc-brief-view.js",
@@ -45,6 +47,12 @@
45
47
  "ox-data-entry-form.js": [
46
48
  "dist/src/ox-data-entry-form.d.ts"
47
49
  ],
50
+ "ox-checklist-entry-form.js": [
51
+ "dist/src/ox-checklist-entry-form.d.ts"
52
+ ],
53
+ "ox-checklist-entry-view.js": [
54
+ "dist/src/ox-checklist-sample-view.d.ts"
55
+ ],
48
56
  "ox-data-item-spec.js": [
49
57
  "dist/src/ox-data-item-spec.d.ts"
50
58
  ],
@@ -108,16 +116,16 @@
108
116
  },
109
117
  "dependencies": {
110
118
  "@material/web": "^2.0.0",
111
- "@operato/data-grist": "^8.0.3",
112
- "@operato/graphql": "^8.0.0",
113
- "@operato/grist-editor": "^8.0.3",
119
+ "@operato/data-grist": "^8.1.0",
120
+ "@operato/graphql": "^8.1.0",
121
+ "@operato/grist-editor": "^8.1.0",
114
122
  "@operato/i18n": "^8.0.0",
115
- "@operato/input": "^8.0.3",
116
- "@operato/popup": "^8.0.3",
117
- "@operato/property-editor": "^8.0.3",
118
- "@operato/shell": "^8.0.3",
123
+ "@operato/input": "^8.1.0",
124
+ "@operato/popup": "^8.1.0",
125
+ "@operato/property-editor": "^8.1.0",
126
+ "@operato/shell": "^8.1.0",
119
127
  "@operato/styles": "^8.0.0",
120
- "@operato/utils": "^8.0.0",
128
+ "@operato/utils": "^8.1.0",
121
129
  "lit": "^3.1.2"
122
130
  },
123
131
  "devDependencies": {
@@ -152,5 +160,5 @@
152
160
  "prettier --write"
153
161
  ]
154
162
  },
155
- "gitHead": "ffca58a4a68454bbc6733b2ba049b397dfb65556"
163
+ "gitHead": "afeae9dbc13d50308c745a8e6494b2fd4ea749cc"
156
164
  }