@steedos-widgets/amis-object 6.10.45 → 6.10.47

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/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/amis-object",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/amis-object@6.10.45/dist/amis-object.umd.js",
7
- "https://unpkg.com/@steedos-widgets/amis-object@6.10.45/dist/amis-object.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/amis-object@6.10.47/dist/amis-object.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/amis-object@6.10.47/dist/amis-object.umd.css"
8
8
  ],
9
9
  "library": "BuilderAmisObject"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/amis-object"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.45/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.47/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.45/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.45/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.47/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.47/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
package/dist/meta.js CHANGED
@@ -609,11 +609,28 @@
609
609
  description: t$f('widgets-meta:steedos-object-form_tip_apiAdaptor', '函数签名: (payload, response, api) => payload')
610
610
  }
611
611
  ]
612
+ },
613
+ {
614
+ "type": "collapse",
615
+ headingClassName: 'ae-formItemControl-header',
616
+ bodyClassName: 'ae-formItemControl-body',
617
+ "key": "5",
618
+ "header": 'Actions',
619
+ "visibleOn": "${mode == 'edit'}",
620
+ "body": [
621
+ {
622
+ type: "editor",
623
+ name: "onSubmitSuccess",
624
+ label: 'On Submit Success',
625
+ language: "javascript",
626
+ description: '(payload, response, api) => payload'
627
+ }
628
+ ]
612
629
  }
613
630
  ]
614
631
  }
615
632
  ]
616
- }
633
+ },
617
634
  ]
618
635
  }
619
636
  ]
@@ -35,6 +35,7 @@ export declare const PageObject: (props: any) => Promise<{
35
35
  className: {
36
36
  "p-0 flex-shrink-0 lg:order-first lg:flex lg:flex-col overflow-y-auto": string;
37
37
  'h-full': string;
38
+ "steedos-listview-split-max-height": string;
38
39
  "overflow-y-auto p-0 flex-1 focus:outline-none lg:order-last h-full page-object-detail-wrapper"?: undefined;
39
40
  };
40
41
  body: {
@@ -60,6 +61,7 @@ export declare const PageObject: (props: any) => Promise<{
60
61
  "overflow-y-auto p-0 flex-1 focus:outline-none lg:order-last h-full page-object-detail-wrapper": string;
61
62
  'h-full': string;
62
63
  "p-0 flex-shrink-0 lg:order-first lg:flex lg:flex-col overflow-y-auto"?: undefined;
64
+ "steedos-listview-split-max-height"?: undefined;
63
65
  };
64
66
  body: {
65
67
  name: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-object",
3
3
  "private": false,
4
- "version": "6.10.45",
4
+ "version": "6.10.47",
5
5
  "main": "dist/amis-object.cjs.js",
6
6
  "module": "dist/amis-object.esm.js",
7
7
  "unpkg": "dist/amis-object.umd.js",
@@ -35,8 +35,8 @@
35
35
  "@rollup/plugin-commonjs": "^29.0.0",
36
36
  "@rollup/plugin-node-resolve": "^13.1.3",
37
37
  "@rollup/plugin-typescript": "^8.4.0",
38
- "@steedos-widgets/amis-lib": "6.10.45",
39
- "@steedos-widgets/steedos-lib": "6.10.45",
38
+ "@steedos-widgets/amis-lib": "6.10.47",
39
+ "@steedos-widgets/steedos-lib": "6.10.47",
40
40
  "autoprefixer": "^10.4.13",
41
41
  "cors": "^2.8.5",
42
42
  "dotenv-flow": "^3.2.0",
@@ -64,5 +64,5 @@
64
64
  "typescript": "^5.6.2",
65
65
  "uglify-js": "^3.17.0"
66
66
  },
67
- "gitHead": "2b9a57e8e07ab9d3027d6efc6c52c50467422991"
67
+ "gitHead": "77e89d92cc0eed66fb50098dac63845633b1adbb"
68
68
  }