@eclipse-glsp-examples/workflow-server 2.6.0 → 2.7.0-next.7
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/lib/browser/example1.json +558 -502
- package/lib/common/util/model-types.d.ts +1 -1
- package/lib/common/util/model-types.d.ts.map +1 -1
- package/lib/common/util/model-types.js +1 -2
- package/lib/common/util/model-types.js.map +1 -1
- package/package.json +5 -5
- package/src/browser/example1.json +558 -502
- package/src/common/util/model-types.ts +1 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2022-
|
|
2
|
+
* Copyright (c) 2022-2026 STMicroelectronics and others.
|
|
3
3
|
*
|
|
4
4
|
* This program and the accompanying materials are made available under the
|
|
5
5
|
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
*
|
|
14
14
|
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
|
-
/* eslint-disable @typescript-eslint/padding-line-between-statements */
|
|
17
16
|
export namespace ModelTypes {
|
|
18
17
|
export const LABEL_HEADING = 'label:heading';
|
|
19
18
|
export const LABEL_TEXT = 'label:text';
|