@operato/app 9.0.0-beta.10 → 9.0.0-beta.13
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/filters-form/ox-filter-resource-code.js +3 -25
- package/dist/src/filters-form/ox-filter-resource-code.js.map +1 -1
- package/dist/src/filters-form/ox-filter-resource-object.js +4 -32
- package/dist/src/filters-form/ox-filter-resource-object.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-id.js +0 -9
- package/dist/src/grist-editor/ox-grist-editor-resource-id.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-object-legacy.js +0 -15
- package/dist/src/grist-editor/ox-grist-editor-resource-object-legacy.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-object.js +0 -15
- package/dist/src/grist-editor/ox-grist-editor-resource-object.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-renderer-resource-code.js +2 -7
- package/dist/src/grist-editor/ox-grist-renderer-resource-code.js.map +1 -1
- package/dist/src/grist-editor/ox-popup-code-input.js +7 -34
- package/dist/src/grist-editor/ox-popup-code-input.js.map +1 -1
- package/dist/src/grist-editor/ox-popup-privilege-input.js +6 -28
- package/dist/src/grist-editor/ox-popup-privilege-input.js.map +1 -1
- package/dist/src/input/ox-input-background-pattern.js +3 -13
- package/dist/src/input/ox-input-background-pattern.js.map +1 -1
- package/dist/src/input/ox-input-fill-style.js +5 -49
- package/dist/src/input/ox-input-fill-style.js.map +1 -1
- package/dist/src/input/ox-input-graphql.js +7 -44
- package/dist/src/input/ox-input-graphql.js.map +1 -1
- package/dist/src/property-editor/ox-property-editor-graphql.js +4 -9
- package/dist/src/property-editor/ox-property-editor-graphql.js.map +1 -1
- package/dist/src/property-editor/ox-property-editor-resource-object.js +0 -9
- package/dist/src/property-editor/ox-property-editor-resource-object.js.map +1 -1
- package/dist/src/selector/ox-selector-resource-id.js +7 -63
- package/dist/src/selector/ox-selector-resource-id.js.map +1 -1
- package/dist/src/selector/ox-selector-resource-object-legacy.js +40 -129
- package/dist/src/selector/ox-selector-resource-object-legacy.js.map +1 -1
- package/dist/src/selector/ox-selector-resource-object.js +50 -139
- package/dist/src/selector/ox-selector-resource-object.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/app",
|
|
3
3
|
"description": "WebApplication production supporting components following open-wc recommendations",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "9.0.0-beta.
|
|
5
|
+
"version": "9.0.0-beta.13",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -148,18 +148,18 @@
|
|
|
148
148
|
"@graphql-tools/delegate": "^10.0.1",
|
|
149
149
|
"@graphql-tools/wrap": "^8.5.0",
|
|
150
150
|
"@material/web": "^2.0.0",
|
|
151
|
-
"@operato/attachment": "^9.0.0-beta.
|
|
152
|
-
"@operato/data-grist": "^9.0.0-beta.
|
|
153
|
-
"@operato/font": "^9.0.0-beta.
|
|
154
|
-
"@operato/form": "^9.0.0-beta.
|
|
155
|
-
"@operato/graphql": "^9.0.0-beta.
|
|
156
|
-
"@operato/i18n": "^9.0.0-beta.
|
|
157
|
-
"@operato/input": "^9.0.0-beta.
|
|
158
|
-
"@operato/layout": "^9.0.0-beta.
|
|
159
|
-
"@operato/property-editor": "^9.0.0-beta.
|
|
160
|
-
"@operato/shell": "^9.0.0-beta.
|
|
161
|
-
"@operato/styles": "^9.0.0-beta.
|
|
162
|
-
"@operato/utils": "^9.0.0-beta.
|
|
151
|
+
"@operato/attachment": "^9.0.0-beta.13",
|
|
152
|
+
"@operato/data-grist": "^9.0.0-beta.11",
|
|
153
|
+
"@operato/font": "^9.0.0-beta.13",
|
|
154
|
+
"@operato/form": "^9.0.0-beta.11",
|
|
155
|
+
"@operato/graphql": "^9.0.0-beta.11",
|
|
156
|
+
"@operato/i18n": "^9.0.0-beta.11",
|
|
157
|
+
"@operato/input": "^9.0.0-beta.11",
|
|
158
|
+
"@operato/layout": "^9.0.0-beta.11",
|
|
159
|
+
"@operato/property-editor": "^9.0.0-beta.13",
|
|
160
|
+
"@operato/shell": "^9.0.0-beta.11",
|
|
161
|
+
"@operato/styles": "^9.0.0-beta.11",
|
|
162
|
+
"@operato/utils": "^9.0.0-beta.11",
|
|
163
163
|
"cm6-graphql": "^0.0.14",
|
|
164
164
|
"codemirror": "^6.0.1",
|
|
165
165
|
"cronstrue": "^2.2.0",
|
|
@@ -200,5 +200,5 @@
|
|
|
200
200
|
"prettier --write"
|
|
201
201
|
]
|
|
202
202
|
},
|
|
203
|
-
"gitHead": "
|
|
203
|
+
"gitHead": "3c810965eed02739271455089bd931ec25517195"
|
|
204
204
|
}
|