Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-02-26 04:20:37 +00:00
commit ecbd5852ca

View File

@ -367,14 +367,6 @@ export class SequenceFieldInterface extends CollectionFieldInterface {
operators: interfacesProperties.operators.string, operators: interfacesProperties.operators.string,
}; };
titleUsable = true; titleUsable = true;
schemaInitialize(schema: ISchema, { block, field }) {
if (block === 'Form') {
Object.assign(schema['x-component-props'], {
disabled: !field.inputable,
});
}
return schema;
}
properties = { properties = {
...interfacesProperties.defaultProps, ...interfacesProperties.defaultProps,
unique: interfacesProperties.unique, unique: interfacesProperties.unique,