@operato/board 10.0.0-beta.50 → 10.0.0-beta.52
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 +22 -0
- package/dist/src/modeller/bulk-create-dialog.d.ts +1 -1
- package/dist/src/modeller/bulk-create-dialog.js +1 -1
- package/dist/src/modeller/bulk-create-dialog.js.map +1 -1
- package/dist/src/modeller/bulk-create.d.ts +101 -0
- package/dist/src/modeller/bulk-create.js +199 -0
- package/dist/src/modeller/bulk-create.js.map +1 -0
- package/dist/src/modeller/edit-toolbar.js +58 -1
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/board",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.52",
|
|
4
4
|
"description": "Webcomponent for board following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"type": "module",
|
|
@@ -104,18 +104,18 @@
|
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@material/web": "^2.0.0",
|
|
106
106
|
"@open-wc/scoped-elements": "^2.1.3",
|
|
107
|
-
"@operato/app": "^10.0.0-beta.
|
|
108
|
-
"@operato/data-grist": "^10.0.0-beta.
|
|
109
|
-
"@operato/font": "^10.0.0-beta.
|
|
107
|
+
"@operato/app": "^10.0.0-beta.52",
|
|
108
|
+
"@operato/data-grist": "^10.0.0-beta.52",
|
|
109
|
+
"@operato/font": "^10.0.0-beta.52",
|
|
110
110
|
"@operato/graphql": "^10.0.0-beta.2",
|
|
111
111
|
"@operato/i18n": "^10.0.0-beta.2",
|
|
112
|
-
"@operato/input": "^10.0.0-beta.
|
|
113
|
-
"@operato/layout": "^10.0.0-beta.
|
|
114
|
-
"@operato/markdown": "^10.0.0-beta.
|
|
115
|
-
"@operato/popup": "^10.0.0-beta.
|
|
116
|
-
"@operato/property-editor": "^10.0.0-beta.
|
|
117
|
-
"@operato/property-panel": "^10.0.0-beta.
|
|
118
|
-
"@operato/styles": "^10.0.0-beta.
|
|
112
|
+
"@operato/input": "^10.0.0-beta.52",
|
|
113
|
+
"@operato/layout": "^10.0.0-beta.52",
|
|
114
|
+
"@operato/markdown": "^10.0.0-beta.52",
|
|
115
|
+
"@operato/popup": "^10.0.0-beta.52",
|
|
116
|
+
"@operato/property-editor": "^10.0.0-beta.52",
|
|
117
|
+
"@operato/property-panel": "^10.0.0-beta.52",
|
|
118
|
+
"@operato/styles": "^10.0.0-beta.52",
|
|
119
119
|
"@operato/utils": "^10.0.0-beta.2",
|
|
120
120
|
"@types/file-saver": "^2.0.4",
|
|
121
121
|
"@types/sortablejs": "^1.10.7",
|
|
@@ -164,5 +164,5 @@
|
|
|
164
164
|
"prettier --write"
|
|
165
165
|
]
|
|
166
166
|
},
|
|
167
|
-
"gitHead": "
|
|
167
|
+
"gitHead": "72f054ca6051ba1c2cf6ea994afe973733b24e21"
|
|
168
168
|
}
|