@things-factory/meta-ui 7.0.55 → 7.0.56
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/client/component/popup/code-input-editor-popup.js +6 -4
- package/client/component/popup/file-upload-popup.js +5 -4
- package/client/component/popup/meta-object-selector-popup.ts +5 -4
- package/client/component/popup/record-based-code-editor-popup.ts +10 -6
- package/client/pages/menu/export-menu-popup.js +7 -4
- package/dist-client/component/grist/renderer/grist-renderer-code-input.d.ts +1 -1
- package/dist-client/component/grist/renderer/grist-renderer-meta-code-selector.d.ts +1 -1
- package/dist-client/component/grist/renderer/grist-renderer-meta-object-selector.d.ts +1 -1
- package/dist-client/component/popup/code-input-editor-popup.d.ts +1 -1
- package/dist-client/component/popup/code-input-editor-popup.js +6 -4
- package/dist-client/component/popup/code-input-editor-popup.js.map +1 -1
- package/dist-client/component/popup/file-upload-popup.js +5 -4
- package/dist-client/component/popup/file-upload-popup.js.map +1 -1
- package/dist-client/component/popup/meta-object-selector-popup.d.ts +1 -1
- package/dist-client/component/popup/meta-object-selector-popup.js +5 -4
- package/dist-client/component/popup/meta-object-selector-popup.js.map +1 -1
- package/dist-client/component/popup/record-based-code-editor-popup.d.ts +1 -1
- package/dist-client/component/popup/record-based-code-editor-popup.js +10 -6
- package/dist-client/component/popup/record-based-code-editor-popup.js.map +1 -1
- package/dist-client/mixin/meta-basic-grist-mixin.d.ts +1 -1
- package/dist-client/pages/activity/meta-activity-viewer-element.d.ts +1 -1
- package/dist-client/pages/activity/meta-activity-writer-element.d.ts +1 -1
- package/dist-client/pages/button-role/button-role-detail.d.ts +1 -1
- package/dist-client/pages/entity/main-menu-selector.d.ts +1 -1
- package/dist-client/pages/history/history-copy-list-popup.d.ts +1 -1
- package/dist-client/pages/history/history-json-list-popup.d.ts +1 -1
- package/dist-client/pages/menu/dynamic-menu.d.ts +1 -1
- package/dist-client/pages/menu/export-menu-popup.d.ts +1 -1
- package/dist-client/pages/menu/export-menu-popup.js +7 -4
- package/dist-client/pages/menu/export-menu-popup.js.map +1 -1
- package/dist-client/pages/meta-grist-element.d.ts +1 -1
- package/dist-client/pages/meta-grist-page.d.ts +1 -1
- package/dist-client/pages/work-code/work-code-detail-popup.d.ts +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/meta-ui",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.56",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"@operato/utils": "^7.0.0",
|
|
44
44
|
"@things-factory/auth-base": "^7.0.55",
|
|
45
45
|
"@things-factory/env": "^7.0.33",
|
|
46
|
-
"@things-factory/id-rule-base": "^7.0.
|
|
46
|
+
"@things-factory/id-rule-base": "^7.0.56",
|
|
47
47
|
"@things-factory/menu-base": "^7.0.55",
|
|
48
48
|
"@things-factory/personalization": "^7.0.55",
|
|
49
49
|
"@things-factory/resource-base": "^7.0.55",
|
|
50
50
|
"@things-factory/shell": "^7.0.55",
|
|
51
|
-
"@things-factory/worklist": "^7.0.
|
|
51
|
+
"@things-factory/worklist": "^7.0.56",
|
|
52
52
|
"moment-timezone": "^0.5.45"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "79b01a9ad44568f3b807cbddef256b262a0aa5df"
|
|
55
55
|
}
|