@steedos-widgets/amis-lib 6.10.2-beta.2 → 6.10.2-beta.3

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/index.esm.js CHANGED
@@ -6790,7 +6790,7 @@ const parseSingleExpression = function (func, formData, dataPath, global, userSe
6790
6790
  * @Author: baozhoutao@steedos.com
6791
6791
  * @Date: 2022-11-01 15:51:00
6792
6792
  * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
6793
- * @LastEditTime: 2025-07-22 14:29:15
6793
+ * @LastEditTime: 2025-10-14 15:53:35
6794
6794
  * @Description:
6795
6795
  */
6796
6796
 
@@ -6943,7 +6943,7 @@ const getSchema$5 = async (uiSchema, ctx) => {
6943
6943
  }
6944
6944
  ],
6945
6945
  "showCloseButton": true,
6946
- "id": "u:e11347411d2d",
6946
+ "id": "u:standard_new_dialog",
6947
6947
  "closeOnEsc": false,
6948
6948
  "closeOnOutside": false,
6949
6949
  "size": "lg",
@@ -6960,7 +6960,22 @@ const getSchema$5 = async (uiSchema, ctx) => {
6960
6960
  actionType: 'confirm',
6961
6961
  close: false,
6962
6962
  id: "confirmAndNew",
6963
- className: 'form-btn-save_and_new'
6963
+ className: 'form-btn-save_and_new',
6964
+ "onEvent": {
6965
+ "click": {
6966
+ "actions": [
6967
+ {
6968
+ "actionType": "setValue",
6969
+ "componentId": "u:standard_new_dialog",
6970
+ "args": {
6971
+ "value": {
6972
+ "__saveAndNewRecord": true
6973
+ }
6974
+ }
6975
+ }
6976
+ ]
6977
+ }
6978
+ }
6964
6979
  },
6965
6980
  {
6966
6981
  type: 'button',