@pimcore/studio-ui-bundle 1.0.0-canary.20251203-132629-dd24d6f → 1.0.0-canary.20251203-161709-336b74e

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.
@@ -16,6 +16,7 @@ export type CalculatedValueObjectDataDefinition = AbstractObjectDataDefinition &
16
16
  };
17
17
  export declare class DynamicTypeObjectDataCalculatedValue extends DynamicTypeObjectDataAbstract {
18
18
  id: string;
19
+ isAllowedInBatchEdit: boolean;
19
20
  getObjectDataComponent(props: CalculatedValueObjectDataDefinition): React.ReactElement<AbstractObjectDataDefinition>;
20
21
  getObjectDataFormItemProps(props: CalculatedValueObjectDataDefinition): FormItemProps;
21
22
  getGridCellDefinition(props: GetGridCellDefinitionProps): WithEditModalGridCellDefinition;
@@ -14,7 +14,7 @@ import { type ReverseObjectRelationClassDefinitionProps } from '../../../../../.
14
14
  export type ReverseObjectRelationObjectDataDefinition = AbstractObjectDataDefinition & ReverseObjectRelationClassDefinitionProps;
15
15
  export declare class DynamicTypeObjectDataReverseObjectRelation extends DynamicTypeObjectDataAbstract {
16
16
  id: string;
17
- supportsBatchAppendModes: boolean;
17
+ isAllowedInBatchEdit: boolean;
18
18
  gridCellEditMode: EditMode;
19
19
  gridCellEditModalSettings: EditModalSettings;
20
20
  getObjectDataComponent(props: ReverseObjectRelationObjectDataDefinition): React.ReactElement<AbstractObjectDataDefinition>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251203-132629-dd24d6f",
3
+ "version": "1.0.0-canary.20251203-161709-336b74e",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"