@steedos/service-plugin-amis 3.0.0-beta.55 → 3.0.0-beta.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.
@@ -304,16 +304,5 @@
304
304
  "initApi": null,
305
305
  "initFetch": null,
306
306
  "id": "u:6ada123f9d4a",
307
- "onEvent": {
308
- "init": {
309
- "weight": 0,
310
- "actions": [
311
- {
312
- "actionType": "custom",
313
- "script": "//初始化时给外层dialog加上类名,使过滤组件popover正常显示\n$('.steedos-object-listview-form-page').closest('.amis-dialog-widget.antd-Modal').addClass('steedos-overflow-visible-dialog');"
314
- }
315
- ]
316
- }
317
- },
318
307
  "className": "steedos-object-listview-form-page"
319
308
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "3.0.0-beta.55",
3
+ "version": "3.0.0-beta.56",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "a43fce5ab428f000dfdabf67e98ac5664292181a",
16
+ "gitHead": "88863d32808d49cafbf8ce9d55546babc12dcef5",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }