File tree Expand file tree Collapse file tree 7 files changed +0
-69
lines changed
client/src/app/tabs/bpmn/modeler/features
properties-panel-extension
properties-panel-form-group Expand file tree Collapse file tree 7 files changed +0
-69
lines changed Original file line number Diff line number Diff line change 1- /**
2- * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3- * under one or more contributor license agreements. See the NOTICE file
4- * distributed with this work for additional information regarding copyright
5- * ownership.
6- *
7- * Camunda licenses this file to you under the MIT; you may not use this file
8- * except in compliance with the MIT License.
9- */
101import { createJobExecutionGroup as defaultCreateJobExecutionGroup } from './props/JobExecutionGroup' ;
112
123
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3- * under one or more contributor license agreements. See the NOTICE file
4- * distributed with this work for additional information regarding copyright
5- * ownership.
6- *
7- * Camunda licenses this file to you under the MIT; you may not use this file
8- * except in compliance with the MIT License.
9- */
10-
111import JobExecutionExtensionProvider from './JobExecutionExtensionProvider' ;
122
133export default {
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3- * under one or more contributor license agreements. See the NOTICE file
4- * distributed with this work for additional information regarding copyright
5- * ownership.
6- *
7- * Camunda licenses this file to you under the MIT; you may not use this file
8- * except in compliance with the MIT License.
9- */
10-
111import { Group } from '@bpmn-io/properties-panel' ;
122import { JobExecutionProps } from './JobExecutionProps' ;
133import translate from 'diagram-js/lib/i18n/translate/translate' ;
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3- * under one or more contributor license agreements. See the NOTICE file
4- * distributed with this work for additional information regarding copyright
5- * ownership.
6- *
7- * Camunda licenses this file to you under the MIT; you may not use this file
8- * except in compliance with the MIT License.
9- */
10-
111import {
122 getBusinessObject ,
133 is
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3- * under one or more contributor license agreements. See the NOTICE file
4- * distributed with this work for additional information regarding copyright
5- * ownership.
6- *
7- * Camunda licenses this file to you under the MIT; you may not use this file
8- * except in compliance with the MIT License.
9- */
10-
111import { createBpmnFormGroup } from './props/BpmnFormTypeGroup' ;
122
133
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3- * under one or more contributor license agreements. See the NOTICE file
4- * distributed with this work for additional information regarding copyright
5- * ownership.
6- *
7- * Camunda licenses this file to you under the MIT; you may not use this file
8- * except in compliance with the MIT License.
9- */
10-
111import PropertiesPanelGroupsExtension from './PropertiesPanelGroupsExtension' ;
122
133export default {
Original file line number Diff line number Diff line change 1- /**
2- * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
3- * under one or more contributor license agreements. See the NOTICE file
4- * distributed with this work for additional information regarding copyright
5- * ownership.
6- *
7- * Camunda licenses this file to you under the MIT; you may not use this file
8- * except in compliance with the MIT License.
9- */
10-
111import { Group } from '@bpmn-io/properties-panel' ;
122import { FormProps } from './BpmnFormProps' ;
133import translate from 'diagram-js/lib/i18n/translate/translate' ;
You can’t perform that action at this time.
0 commit comments