@likec4/language-server 1.48.0 → 1.49.0
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/browser/package.json +2 -2
- package/browser-worker/package.json +2 -2
- package/dist/THIRD-PARTY-LICENSES.md +178 -0
- package/dist/_chunks/ConfigurableLayouter.mjs +1 -1956
- package/dist/_chunks/LikeC4FileSystem.mjs +3 -0
- package/dist/_chunks/LikeC4Views.mjs +34 -0
- package/dist/_chunks/ProjectsManager.mjs +1 -0
- package/dist/_chunks/WithMCPServer.mjs +481 -0
- package/dist/_chunks/icons.mjs +2 -5211
- package/dist/_chunks/{LikeC4LanguageServices.d.mts → index.d.mts} +1836 -707
- package/dist/_chunks/libs/@msgpack/msgpack.mjs +1 -805
- package/dist/_chunks/libs/eventemitter3.mjs +1 -243
- package/dist/_chunks/libs/fast-equals.mjs +1 -446
- package/dist/_chunks/libs/p-queue.mjs +1 -449
- package/dist/_chunks/libs/parse-ms.mjs +1 -36
- package/dist/_chunks/libs/picomatch.mjs +1 -1673
- package/dist/_chunks/libs/pretty-ms.mjs +1 -80
- package/dist/_chunks/libs/remeda.mjs +1 -482
- package/dist/_chunks/libs/strip-indent.mjs +1 -15
- package/dist/_chunks/libs/ufo.mjs +1 -166
- package/dist/_chunks/logger.mjs +1 -0
- package/dist/_chunks/rolldown-runtime.mjs +1 -42
- package/dist/_chunks/utils.mjs +1 -0
- package/dist/browser/index.d.mts +10 -0
- package/dist/browser/index.mjs +1 -0
- package/dist/browser/worker.mjs +1 -0
- package/dist/bundled.d.mts +2 -3
- package/dist/bundled.mjs +1 -51
- package/dist/filesystem/index.d.mts +2 -4
- package/dist/filesystem/index.mjs +1 -3
- package/dist/index.d.mts +38 -3
- package/dist/index.mjs +1 -48
- package/dist/likec4lib.d.mts +10 -3
- package/dist/likec4lib.mjs +1 -4
- package/dist/mcp/index.d.mts +2 -4
- package/dist/mcp/index.mjs +1 -3
- package/dist/module.d.mts +126 -4
- package/dist/module.mjs +1 -3
- package/dist/protocol.d.mts +314 -1
- package/dist/protocol.mjs +1 -3
- package/filesystem/package.json +4 -0
- package/mcp/package.json +4 -0
- package/module/package.json +4 -0
- package/package.json +79 -56
- package/LICENSE +0 -21
- package/dist/LikeC4LanguageServices.d.mts +0 -4
- package/dist/LikeC4LanguageServices.mjs +0 -3
- package/dist/_chunks/LikeC4LanguageServices.mjs +0 -725
- package/dist/_chunks/ast.d.mts +0 -1444
- package/dist/_chunks/ast.mjs +0 -2375
- package/dist/_chunks/ast2.mjs +0 -176
- package/dist/_chunks/common-exports.mjs +0 -0
- package/dist/_chunks/filesystem.mjs +0 -58
- package/dist/_chunks/grammar.mjs +0 -8
- package/dist/_chunks/libs/@hono/node-server.mjs +0 -436
- package/dist/_chunks/libs/hono.mjs +0 -1829
- package/dist/_chunks/likec4lib.mjs +0 -9
- package/dist/_chunks/mcp.mjs +0 -33
- package/dist/_chunks/module.mjs +0 -28
- package/dist/_chunks/module2.mjs +0 -6576
- package/dist/_chunks/protocol.d.mts +0 -311
- package/dist/_chunks/protocol.mjs +0 -78
- package/dist/ast.d.mts +0 -4
- package/dist/ast.mjs +0 -4
- package/dist/browser-worker.mjs +0 -6
- package/dist/browser.d.mts +0 -11
- package/dist/browser.mjs +0 -27
- package/dist/common-exports.d.mts +0 -4
- package/dist/common-exports.mjs +0 -5
- package/dist/generated/ast.d.mts +0 -2
- package/dist/generated/ast.mjs +0 -3
- package/dist/generated/grammar.d.mts +0 -6
- package/dist/generated/grammar.mjs +0 -3
- package/dist/generated/module.d.mts +0 -14
- package/dist/generated/module.mjs +0 -3
- package/dist/generated-lib/icons.d.mts +0 -4
- package/dist/generated-lib/icons.mjs +0 -3
- /package/dist/{browser-worker.d.mts → browser/worker.d.mts} +0 -0
package/dist/_chunks/ast.mjs
DELETED
|
@@ -1,2375 +0,0 @@
|
|
|
1
|
-
import { n as __exportAll } from "./rolldown-runtime.mjs";
|
|
2
|
-
import * as langium from "langium";
|
|
3
|
-
|
|
4
|
-
//#region src/generated/ast.ts
|
|
5
|
-
/******************************************************************************
|
|
6
|
-
* This file was generated by langium-cli 3.5.2.
|
|
7
|
-
* DO NOT EDIT MANUALLY!
|
|
8
|
-
******************************************************************************/
|
|
9
|
-
var ast_exports = /* @__PURE__ */ __exportAll({
|
|
10
|
-
AbstractDynamicStep: () => AbstractDynamicStep,
|
|
11
|
-
AnyProperty: () => AnyProperty,
|
|
12
|
-
ArrowProperty: () => ArrowProperty,
|
|
13
|
-
BorderProperty: () => BorderProperty,
|
|
14
|
-
ColorLiteral: () => ColorLiteral,
|
|
15
|
-
ColorProperty: () => ColorProperty,
|
|
16
|
-
CustomColor: () => CustomColor,
|
|
17
|
-
CustomElementProperties: () => CustomElementProperties,
|
|
18
|
-
CustomRelationProperties: () => CustomRelationProperties,
|
|
19
|
-
DeployedInstance: () => DeployedInstance,
|
|
20
|
-
DeployedInstanceBody: () => DeployedInstanceBody,
|
|
21
|
-
DeploymentElement: () => DeploymentElement,
|
|
22
|
-
DeploymentNode: () => DeploymentNode,
|
|
23
|
-
DeploymentNodeBody: () => DeploymentNodeBody,
|
|
24
|
-
DeploymentNodeKind: () => DeploymentNodeKind,
|
|
25
|
-
DeploymentNodeOrElementKind: () => DeploymentNodeOrElementKind,
|
|
26
|
-
DeploymentRelation: () => DeploymentRelation,
|
|
27
|
-
DeploymentRelationBody: () => DeploymentRelationBody,
|
|
28
|
-
DeploymentView: () => DeploymentView,
|
|
29
|
-
DeploymentViewBody: () => DeploymentViewBody,
|
|
30
|
-
DeploymentViewRule: () => DeploymentViewRule,
|
|
31
|
-
DeploymentViewRulePredicate: () => DeploymentViewRulePredicate,
|
|
32
|
-
DeploymentViewRuleStyle: () => DeploymentViewRuleStyle,
|
|
33
|
-
DirectedRelationExpr: () => DirectedRelationExpr,
|
|
34
|
-
DynamicStepChain: () => DynamicStepChain,
|
|
35
|
-
DynamicStepSingle: () => DynamicStepSingle,
|
|
36
|
-
DynamicView: () => DynamicView,
|
|
37
|
-
DynamicViewBody: () => DynamicViewBody,
|
|
38
|
-
DynamicViewDisplayVariantProperty: () => DynamicViewDisplayVariantProperty,
|
|
39
|
-
DynamicViewGlobalPredicateRef: () => DynamicViewGlobalPredicateRef,
|
|
40
|
-
DynamicViewIncludePredicate: () => DynamicViewIncludePredicate,
|
|
41
|
-
DynamicViewParallelSteps: () => DynamicViewParallelSteps,
|
|
42
|
-
DynamicViewProperty: () => DynamicViewProperty,
|
|
43
|
-
DynamicViewRef: () => DynamicViewRef,
|
|
44
|
-
DynamicViewRule: () => DynamicViewRule,
|
|
45
|
-
DynamicViewStep: () => DynamicViewStep,
|
|
46
|
-
Element: () => Element,
|
|
47
|
-
ElementBody: () => ElementBody,
|
|
48
|
-
ElementKind: () => ElementKind,
|
|
49
|
-
ElementKindExpression: () => ElementKindExpression,
|
|
50
|
-
ElementProperty: () => ElementProperty,
|
|
51
|
-
ElementRef: () => ElementRef,
|
|
52
|
-
ElementStringProperty: () => ElementStringProperty,
|
|
53
|
-
ElementStyleProperty: () => ElementStyleProperty,
|
|
54
|
-
ElementTagExpression: () => ElementTagExpression,
|
|
55
|
-
ElementView: () => ElementView,
|
|
56
|
-
ElementViewBody: () => ElementViewBody,
|
|
57
|
-
ElementViewRef: () => ElementViewRef,
|
|
58
|
-
ExpressionV2: () => ExpressionV2,
|
|
59
|
-
Expressions: () => Expressions,
|
|
60
|
-
ExtendDeployment: () => ExtendDeployment,
|
|
61
|
-
ExtendDeploymentBody: () => ExtendDeploymentBody,
|
|
62
|
-
ExtendElement: () => ExtendElement,
|
|
63
|
-
ExtendElementBody: () => ExtendElementBody,
|
|
64
|
-
ExtendElementProperty: () => ExtendElementProperty,
|
|
65
|
-
ExtendRelation: () => ExtendRelation,
|
|
66
|
-
ExtendRelationBody: () => ExtendRelationBody,
|
|
67
|
-
ExtendRelationProperty: () => ExtendRelationProperty,
|
|
68
|
-
FqnExpr: () => FqnExpr,
|
|
69
|
-
FqnExprOrWhere: () => FqnExprOrWhere,
|
|
70
|
-
FqnExprOrWith: () => FqnExprOrWith,
|
|
71
|
-
FqnExprWhere: () => FqnExprWhere,
|
|
72
|
-
FqnExprWith: () => FqnExprWith,
|
|
73
|
-
FqnExpressions: () => FqnExpressions,
|
|
74
|
-
FqnRef: () => FqnRef,
|
|
75
|
-
FqnRefExpr: () => FqnRefExpr,
|
|
76
|
-
FqnReferenceable: () => FqnReferenceable,
|
|
77
|
-
GlobalDynamicPredicateGroup: () => GlobalDynamicPredicateGroup,
|
|
78
|
-
GlobalPredicateGroup: () => GlobalPredicateGroup,
|
|
79
|
-
GlobalStyle: () => GlobalStyle,
|
|
80
|
-
GlobalStyleGroup: () => GlobalStyleGroup,
|
|
81
|
-
GlobalStyleId: () => GlobalStyleId,
|
|
82
|
-
Globals: () => Globals,
|
|
83
|
-
HexColor: () => HexColor,
|
|
84
|
-
IconColorProperty: () => IconColorProperty,
|
|
85
|
-
IconPositionProperty: () => IconPositionProperty,
|
|
86
|
-
IconProperty: () => IconProperty,
|
|
87
|
-
IconSizeProperty: () => IconSizeProperty,
|
|
88
|
-
Imported: () => Imported,
|
|
89
|
-
ImportsFromPoject: () => ImportsFromPoject,
|
|
90
|
-
InOutRelationExpr: () => InOutRelationExpr,
|
|
91
|
-
IncomingRelationExpr: () => IncomingRelationExpr,
|
|
92
|
-
LibIcon: () => LibIcon,
|
|
93
|
-
LikeC4AstReflection: () => LikeC4AstReflection,
|
|
94
|
-
LikeC4Grammar: () => LikeC4Grammar,
|
|
95
|
-
LikeC4Lib: () => LikeC4Lib,
|
|
96
|
-
LikeC4Terminals: () => LikeC4Terminals,
|
|
97
|
-
LikeC4View: () => LikeC4View,
|
|
98
|
-
LineProperty: () => LineProperty,
|
|
99
|
-
LinkProperty: () => LinkProperty,
|
|
100
|
-
MarkdownOrString: () => MarkdownOrString,
|
|
101
|
-
MetadataArray: () => MetadataArray,
|
|
102
|
-
MetadataAttribute: () => MetadataAttribute,
|
|
103
|
-
MetadataBody: () => MetadataBody,
|
|
104
|
-
MetadataProperty: () => MetadataProperty,
|
|
105
|
-
MetadataValue: () => MetadataValue,
|
|
106
|
-
Model: () => Model,
|
|
107
|
-
ModelDeployments: () => ModelDeployments,
|
|
108
|
-
ModelReferenceable: () => ModelReferenceable,
|
|
109
|
-
ModelViews: () => ModelViews,
|
|
110
|
-
MultipleProperty: () => MultipleProperty,
|
|
111
|
-
NavigateToProperty: () => NavigateToProperty,
|
|
112
|
-
NotationProperty: () => NotationProperty,
|
|
113
|
-
NotesProperty: () => NotesProperty,
|
|
114
|
-
OpacityProperty: () => OpacityProperty,
|
|
115
|
-
OutgoingRelationExpr: () => OutgoingRelationExpr,
|
|
116
|
-
PaddingSizeProperty: () => PaddingSizeProperty,
|
|
117
|
-
RGBAColor: () => RGBAColor,
|
|
118
|
-
Referenceable: () => Referenceable,
|
|
119
|
-
Relation: () => Relation,
|
|
120
|
-
RelationBody: () => RelationBody,
|
|
121
|
-
RelationExpr: () => RelationExpr,
|
|
122
|
-
RelationExprOrWhere: () => RelationExprOrWhere,
|
|
123
|
-
RelationExprOrWith: () => RelationExprOrWith,
|
|
124
|
-
RelationExprWhere: () => RelationExprWhere,
|
|
125
|
-
RelationExprWith: () => RelationExprWith,
|
|
126
|
-
RelationKindDotRef: () => RelationKindDotRef,
|
|
127
|
-
RelationNavigateToProperty: () => RelationNavigateToProperty,
|
|
128
|
-
RelationProperty: () => RelationProperty,
|
|
129
|
-
RelationStringProperty: () => RelationStringProperty,
|
|
130
|
-
RelationStyleProperty: () => RelationStyleProperty,
|
|
131
|
-
RelationshipKind: () => RelationshipKind,
|
|
132
|
-
RelationshipStyleProperty: () => RelationshipStyleProperty,
|
|
133
|
-
ShapeProperty: () => ShapeProperty,
|
|
134
|
-
ShapeSizeProperty: () => ShapeSizeProperty,
|
|
135
|
-
SizeProperty: () => SizeProperty,
|
|
136
|
-
SpecificationColor: () => SpecificationColor,
|
|
137
|
-
SpecificationDeploymentNodeKind: () => SpecificationDeploymentNodeKind,
|
|
138
|
-
SpecificationElementKind: () => SpecificationElementKind,
|
|
139
|
-
SpecificationElementStringProperty: () => SpecificationElementStringProperty,
|
|
140
|
-
SpecificationRelationshipKind: () => SpecificationRelationshipKind,
|
|
141
|
-
SpecificationRelationshipStringProperty: () => SpecificationRelationshipStringProperty,
|
|
142
|
-
SpecificationRule: () => SpecificationRule,
|
|
143
|
-
SpecificationTag: () => SpecificationTag,
|
|
144
|
-
StrictFqnElementRef: () => StrictFqnElementRef,
|
|
145
|
-
StrictFqnRef: () => StrictFqnRef,
|
|
146
|
-
StringProperty: () => StringProperty,
|
|
147
|
-
StyleProperty: () => StyleProperty,
|
|
148
|
-
Tag: () => Tag,
|
|
149
|
-
TagRef: () => TagRef,
|
|
150
|
-
Tags: () => Tags,
|
|
151
|
-
TextSizeProperty: () => TextSizeProperty,
|
|
152
|
-
ViewProperty: () => ViewProperty,
|
|
153
|
-
ViewRef: () => ViewRef,
|
|
154
|
-
ViewRule: () => ViewRule,
|
|
155
|
-
ViewRuleAutoLayout: () => ViewRuleAutoLayout,
|
|
156
|
-
ViewRuleGlobalPredicateRef: () => ViewRuleGlobalPredicateRef,
|
|
157
|
-
ViewRuleGlobalStyle: () => ViewRuleGlobalStyle,
|
|
158
|
-
ViewRuleGroup: () => ViewRuleGroup,
|
|
159
|
-
ViewRulePredicate: () => ViewRulePredicate,
|
|
160
|
-
ViewRuleRank: () => ViewRuleRank,
|
|
161
|
-
ViewRuleStyle: () => ViewRuleStyle,
|
|
162
|
-
ViewRuleStyleOrGlobalRef: () => ViewRuleStyleOrGlobalRef,
|
|
163
|
-
ViewStringProperty: () => ViewStringProperty,
|
|
164
|
-
WhereBinaryExpression: () => WhereBinaryExpression,
|
|
165
|
-
WhereElement: () => WhereElement,
|
|
166
|
-
WhereElementExpression: () => WhereElementExpression,
|
|
167
|
-
WhereElementKind: () => WhereElementKind,
|
|
168
|
-
WhereElementNegation: () => WhereElementNegation,
|
|
169
|
-
WhereElementTag: () => WhereElementTag,
|
|
170
|
-
WhereExpression: () => WhereExpression,
|
|
171
|
-
WhereKindEqual: () => WhereKindEqual,
|
|
172
|
-
WhereRelation: () => WhereRelation,
|
|
173
|
-
WhereRelationExpression: () => WhereRelationExpression,
|
|
174
|
-
WhereRelationKind: () => WhereRelationKind,
|
|
175
|
-
WhereRelationNegation: () => WhereRelationNegation,
|
|
176
|
-
WhereRelationParticipantKind: () => WhereRelationParticipantKind,
|
|
177
|
-
WhereRelationParticipantTag: () => WhereRelationParticipantTag,
|
|
178
|
-
WhereRelationTag: () => WhereRelationTag,
|
|
179
|
-
WhereTagEqual: () => WhereTagEqual,
|
|
180
|
-
WildcardExpression: () => WildcardExpression,
|
|
181
|
-
isAbstractDynamicStep: () => isAbstractDynamicStep,
|
|
182
|
-
isAnyProperty: () => isAnyProperty,
|
|
183
|
-
isArrowProperty: () => isArrowProperty,
|
|
184
|
-
isArrowType: () => isArrowType,
|
|
185
|
-
isBorderProperty: () => isBorderProperty,
|
|
186
|
-
isBorderStyleValue: () => isBorderStyleValue,
|
|
187
|
-
isColorLiteral: () => isColorLiteral,
|
|
188
|
-
isColorProperty: () => isColorProperty,
|
|
189
|
-
isCustomColor: () => isCustomColor,
|
|
190
|
-
isCustomColorId: () => isCustomColorId,
|
|
191
|
-
isCustomElementProperties: () => isCustomElementProperties,
|
|
192
|
-
isCustomRelationProperties: () => isCustomRelationProperties,
|
|
193
|
-
isDeployedInstance: () => isDeployedInstance,
|
|
194
|
-
isDeployedInstanceBody: () => isDeployedInstanceBody,
|
|
195
|
-
isDeploymentElement: () => isDeploymentElement,
|
|
196
|
-
isDeploymentNode: () => isDeploymentNode,
|
|
197
|
-
isDeploymentNodeBody: () => isDeploymentNodeBody,
|
|
198
|
-
isDeploymentNodeKind: () => isDeploymentNodeKind,
|
|
199
|
-
isDeploymentNodeOrElementKind: () => isDeploymentNodeOrElementKind,
|
|
200
|
-
isDeploymentRelation: () => isDeploymentRelation,
|
|
201
|
-
isDeploymentRelationBody: () => isDeploymentRelationBody,
|
|
202
|
-
isDeploymentView: () => isDeploymentView,
|
|
203
|
-
isDeploymentViewBody: () => isDeploymentViewBody,
|
|
204
|
-
isDeploymentViewRule: () => isDeploymentViewRule,
|
|
205
|
-
isDeploymentViewRulePredicate: () => isDeploymentViewRulePredicate,
|
|
206
|
-
isDeploymentViewRuleStyle: () => isDeploymentViewRuleStyle,
|
|
207
|
-
isDirectedRelationExpr: () => isDirectedRelationExpr,
|
|
208
|
-
isDynamicStepChain: () => isDynamicStepChain,
|
|
209
|
-
isDynamicStepSingle: () => isDynamicStepSingle,
|
|
210
|
-
isDynamicView: () => isDynamicView,
|
|
211
|
-
isDynamicViewBody: () => isDynamicViewBody,
|
|
212
|
-
isDynamicViewDisplayVariantProperty: () => isDynamicViewDisplayVariantProperty,
|
|
213
|
-
isDynamicViewDisplayVariantValue: () => isDynamicViewDisplayVariantValue,
|
|
214
|
-
isDynamicViewGlobalPredicateRef: () => isDynamicViewGlobalPredicateRef,
|
|
215
|
-
isDynamicViewIncludePredicate: () => isDynamicViewIncludePredicate,
|
|
216
|
-
isDynamicViewParallelSteps: () => isDynamicViewParallelSteps,
|
|
217
|
-
isDynamicViewProperty: () => isDynamicViewProperty,
|
|
218
|
-
isDynamicViewRef: () => isDynamicViewRef,
|
|
219
|
-
isDynamicViewRule: () => isDynamicViewRule,
|
|
220
|
-
isDynamicViewStep: () => isDynamicViewStep,
|
|
221
|
-
isElement: () => isElement,
|
|
222
|
-
isElementBody: () => isElementBody,
|
|
223
|
-
isElementKind: () => isElementKind,
|
|
224
|
-
isElementKindExpression: () => isElementKindExpression,
|
|
225
|
-
isElementProperty: () => isElementProperty,
|
|
226
|
-
isElementRef: () => isElementRef,
|
|
227
|
-
isElementShape: () => isElementShape,
|
|
228
|
-
isElementStringProperty: () => isElementStringProperty,
|
|
229
|
-
isElementStyleProperty: () => isElementStyleProperty,
|
|
230
|
-
isElementTagExpression: () => isElementTagExpression,
|
|
231
|
-
isElementView: () => isElementView,
|
|
232
|
-
isElementViewBody: () => isElementViewBody,
|
|
233
|
-
isElementViewRef: () => isElementViewRef,
|
|
234
|
-
isExpressionV2: () => isExpressionV2,
|
|
235
|
-
isExpressions: () => isExpressions,
|
|
236
|
-
isExtendDeployment: () => isExtendDeployment,
|
|
237
|
-
isExtendDeploymentBody: () => isExtendDeploymentBody,
|
|
238
|
-
isExtendElement: () => isExtendElement,
|
|
239
|
-
isExtendElementBody: () => isExtendElementBody,
|
|
240
|
-
isExtendElementProperty: () => isExtendElementProperty,
|
|
241
|
-
isExtendRelation: () => isExtendRelation,
|
|
242
|
-
isExtendRelationBody: () => isExtendRelationBody,
|
|
243
|
-
isExtendRelationProperty: () => isExtendRelationProperty,
|
|
244
|
-
isFqnExpr: () => isFqnExpr,
|
|
245
|
-
isFqnExprOrWhere: () => isFqnExprOrWhere,
|
|
246
|
-
isFqnExprOrWith: () => isFqnExprOrWith,
|
|
247
|
-
isFqnExprWhere: () => isFqnExprWhere,
|
|
248
|
-
isFqnExprWith: () => isFqnExprWith,
|
|
249
|
-
isFqnExpressions: () => isFqnExpressions,
|
|
250
|
-
isFqnRef: () => isFqnRef,
|
|
251
|
-
isFqnRefExpr: () => isFqnRefExpr,
|
|
252
|
-
isFqnReferenceable: () => isFqnReferenceable,
|
|
253
|
-
isGlobalDynamicPredicateGroup: () => isGlobalDynamicPredicateGroup,
|
|
254
|
-
isGlobalPredicateGroup: () => isGlobalPredicateGroup,
|
|
255
|
-
isGlobalStyle: () => isGlobalStyle,
|
|
256
|
-
isGlobalStyleGroup: () => isGlobalStyleGroup,
|
|
257
|
-
isGlobalStyleId: () => isGlobalStyleId,
|
|
258
|
-
isGlobals: () => isGlobals,
|
|
259
|
-
isHexColor: () => isHexColor,
|
|
260
|
-
isIconColorProperty: () => isIconColorProperty,
|
|
261
|
-
isIconId: () => isIconId,
|
|
262
|
-
isIconPositionProperty: () => isIconPositionProperty,
|
|
263
|
-
isIconPositionValue: () => isIconPositionValue,
|
|
264
|
-
isIconProperty: () => isIconProperty,
|
|
265
|
-
isIconSizeProperty: () => isIconSizeProperty,
|
|
266
|
-
isId: () => isId,
|
|
267
|
-
isImported: () => isImported,
|
|
268
|
-
isImportsFromPoject: () => isImportsFromPoject,
|
|
269
|
-
isInOutRelationExpr: () => isInOutRelationExpr,
|
|
270
|
-
isIncomingRelationExpr: () => isIncomingRelationExpr,
|
|
271
|
-
isLibIcon: () => isLibIcon,
|
|
272
|
-
isLikeC4Grammar: () => isLikeC4Grammar,
|
|
273
|
-
isLikeC4Lib: () => isLikeC4Lib,
|
|
274
|
-
isLikeC4View: () => isLikeC4View,
|
|
275
|
-
isLineOptions: () => isLineOptions,
|
|
276
|
-
isLineProperty: () => isLineProperty,
|
|
277
|
-
isLinkProperty: () => isLinkProperty,
|
|
278
|
-
isMarkdownOrString: () => isMarkdownOrString,
|
|
279
|
-
isMetadataArray: () => isMetadataArray,
|
|
280
|
-
isMetadataAttribute: () => isMetadataAttribute,
|
|
281
|
-
isMetadataBody: () => isMetadataBody,
|
|
282
|
-
isMetadataProperty: () => isMetadataProperty,
|
|
283
|
-
isMetadataValue: () => isMetadataValue,
|
|
284
|
-
isModel: () => isModel,
|
|
285
|
-
isModelDeployments: () => isModelDeployments,
|
|
286
|
-
isModelReferenceable: () => isModelReferenceable,
|
|
287
|
-
isModelViews: () => isModelViews,
|
|
288
|
-
isMultipleProperty: () => isMultipleProperty,
|
|
289
|
-
isNavigateToProperty: () => isNavigateToProperty,
|
|
290
|
-
isNotationProperty: () => isNotationProperty,
|
|
291
|
-
isNotesProperty: () => isNotesProperty,
|
|
292
|
-
isOpacityProperty: () => isOpacityProperty,
|
|
293
|
-
isOutgoingRelationExpr: () => isOutgoingRelationExpr,
|
|
294
|
-
isPaddingSizeProperty: () => isPaddingSizeProperty,
|
|
295
|
-
isParticipant: () => isParticipant,
|
|
296
|
-
isRGBAColor: () => isRGBAColor,
|
|
297
|
-
isRankValue: () => isRankValue,
|
|
298
|
-
isReferenceable: () => isReferenceable,
|
|
299
|
-
isRelation: () => isRelation,
|
|
300
|
-
isRelationBody: () => isRelationBody,
|
|
301
|
-
isRelationExpr: () => isRelationExpr,
|
|
302
|
-
isRelationExprOrWhere: () => isRelationExprOrWhere,
|
|
303
|
-
isRelationExprOrWith: () => isRelationExprOrWith,
|
|
304
|
-
isRelationExprWhere: () => isRelationExprWhere,
|
|
305
|
-
isRelationExprWith: () => isRelationExprWith,
|
|
306
|
-
isRelationKindDotRef: () => isRelationKindDotRef,
|
|
307
|
-
isRelationNavigateToProperty: () => isRelationNavigateToProperty,
|
|
308
|
-
isRelationProperty: () => isRelationProperty,
|
|
309
|
-
isRelationStringProperty: () => isRelationStringProperty,
|
|
310
|
-
isRelationStyleProperty: () => isRelationStyleProperty,
|
|
311
|
-
isRelationshipKind: () => isRelationshipKind,
|
|
312
|
-
isRelationshipStyleProperty: () => isRelationshipStyleProperty,
|
|
313
|
-
isShapeProperty: () => isShapeProperty,
|
|
314
|
-
isShapeSizeProperty: () => isShapeSizeProperty,
|
|
315
|
-
isSizeProperty: () => isSizeProperty,
|
|
316
|
-
isSizeValue: () => isSizeValue,
|
|
317
|
-
isSpecificationColor: () => isSpecificationColor,
|
|
318
|
-
isSpecificationDeploymentNodeKind: () => isSpecificationDeploymentNodeKind,
|
|
319
|
-
isSpecificationElementKind: () => isSpecificationElementKind,
|
|
320
|
-
isSpecificationElementStringProperty: () => isSpecificationElementStringProperty,
|
|
321
|
-
isSpecificationRelationshipKind: () => isSpecificationRelationshipKind,
|
|
322
|
-
isSpecificationRelationshipStringProperty: () => isSpecificationRelationshipStringProperty,
|
|
323
|
-
isSpecificationRule: () => isSpecificationRule,
|
|
324
|
-
isSpecificationTag: () => isSpecificationTag,
|
|
325
|
-
isStrictFqnElementRef: () => isStrictFqnElementRef,
|
|
326
|
-
isStrictFqnRef: () => isStrictFqnRef,
|
|
327
|
-
isStringProperty: () => isStringProperty,
|
|
328
|
-
isStyleProperty: () => isStyleProperty,
|
|
329
|
-
isTag: () => isTag,
|
|
330
|
-
isTagRef: () => isTagRef,
|
|
331
|
-
isTags: () => isTags,
|
|
332
|
-
isTextSizeProperty: () => isTextSizeProperty,
|
|
333
|
-
isThemeColor: () => isThemeColor,
|
|
334
|
-
isUri: () => isUri,
|
|
335
|
-
isViewLayoutDirection: () => isViewLayoutDirection,
|
|
336
|
-
isViewProperty: () => isViewProperty,
|
|
337
|
-
isViewRef: () => isViewRef,
|
|
338
|
-
isViewRule: () => isViewRule,
|
|
339
|
-
isViewRuleAutoLayout: () => isViewRuleAutoLayout,
|
|
340
|
-
isViewRuleGlobalPredicateRef: () => isViewRuleGlobalPredicateRef,
|
|
341
|
-
isViewRuleGlobalStyle: () => isViewRuleGlobalStyle,
|
|
342
|
-
isViewRuleGroup: () => isViewRuleGroup,
|
|
343
|
-
isViewRulePredicate: () => isViewRulePredicate,
|
|
344
|
-
isViewRuleRank: () => isViewRuleRank,
|
|
345
|
-
isViewRuleStyle: () => isViewRuleStyle,
|
|
346
|
-
isViewRuleStyleOrGlobalRef: () => isViewRuleStyleOrGlobalRef,
|
|
347
|
-
isViewStringProperty: () => isViewStringProperty,
|
|
348
|
-
isWhereBinaryExpression: () => isWhereBinaryExpression,
|
|
349
|
-
isWhereElement: () => isWhereElement,
|
|
350
|
-
isWhereElementExpression: () => isWhereElementExpression,
|
|
351
|
-
isWhereElementKind: () => isWhereElementKind,
|
|
352
|
-
isWhereElementNegation: () => isWhereElementNegation,
|
|
353
|
-
isWhereElementTag: () => isWhereElementTag,
|
|
354
|
-
isWhereExpression: () => isWhereExpression,
|
|
355
|
-
isWhereKindEqual: () => isWhereKindEqual,
|
|
356
|
-
isWhereRelation: () => isWhereRelation,
|
|
357
|
-
isWhereRelationExpression: () => isWhereRelationExpression,
|
|
358
|
-
isWhereRelationKind: () => isWhereRelationKind,
|
|
359
|
-
isWhereRelationNegation: () => isWhereRelationNegation,
|
|
360
|
-
isWhereRelationParticipantKind: () => isWhereRelationParticipantKind,
|
|
361
|
-
isWhereRelationParticipantTag: () => isWhereRelationParticipantTag,
|
|
362
|
-
isWhereRelationTag: () => isWhereRelationTag,
|
|
363
|
-
isWhereTagEqual: () => isWhereTagEqual,
|
|
364
|
-
isWildcardExpression: () => isWildcardExpression,
|
|
365
|
-
reflection: () => reflection
|
|
366
|
-
});
|
|
367
|
-
const LikeC4Terminals = {
|
|
368
|
-
BLOCK_COMMENT: /\/\*[\s\S]*?\*\//,
|
|
369
|
-
LINE_COMMENT: /\/\/[^\n\r]*/,
|
|
370
|
-
WS: /[\t ]+/,
|
|
371
|
-
NL: /[\r\n]+/,
|
|
372
|
-
BOOLEAN: /\b(true|false)\b/,
|
|
373
|
-
LIB_ICON: /(aws|azure|bootstrap|gcp|tech):[-\w]*/,
|
|
374
|
-
URI_WITH_SCHEMA: /\w+:\/{2}\S+/,
|
|
375
|
-
URI_RELATIVE: /\.{0,2}\/[^\/]\S+/,
|
|
376
|
-
URI_ALIAS: /@[a-zA-Z0-9_-]*\/[^\s]+/,
|
|
377
|
-
DotUnderscore: /\b\._(?![_a-zA-Z])/,
|
|
378
|
-
DotWildcard: /\b\.\*{1,2}/,
|
|
379
|
-
Hash: /#/,
|
|
380
|
-
StickyDot: /\b\./,
|
|
381
|
-
Dot: /\./,
|
|
382
|
-
NotEqual: /\!\={1,2}/,
|
|
383
|
-
Eq: /\={1,2}/,
|
|
384
|
-
Percent: /\b\d+%/,
|
|
385
|
-
MarkdownString: /(('''([\s\S]*?'''))|("""([\s\S]*?""")))/,
|
|
386
|
-
String: /"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'/,
|
|
387
|
-
Float: /\b\d+\.\d+\b/,
|
|
388
|
-
Number: /\b\d+\b/,
|
|
389
|
-
IdTerminal: /[_]*[a-zA-Z][-\w]*/,
|
|
390
|
-
Hex: /[a-fA-F0-9]{3,}(?![-_g-zG-Z])/
|
|
391
|
-
};
|
|
392
|
-
const AnyProperty = "AnyProperty";
|
|
393
|
-
function isAnyProperty(item) {
|
|
394
|
-
return reflection.isInstance(item, AnyProperty);
|
|
395
|
-
}
|
|
396
|
-
function isArrowType(item) {
|
|
397
|
-
return item === "none" || item === "normal" || item === "onormal" || item === "dot" || item === "odot" || item === "diamond" || item === "odiamond" || item === "crow" || item === "open" || item === "vee";
|
|
398
|
-
}
|
|
399
|
-
function isBorderStyleValue(item) {
|
|
400
|
-
return isLineOptions(item) || item === "none";
|
|
401
|
-
}
|
|
402
|
-
const ColorLiteral = "ColorLiteral";
|
|
403
|
-
function isColorLiteral(item) {
|
|
404
|
-
return reflection.isInstance(item, ColorLiteral);
|
|
405
|
-
}
|
|
406
|
-
function isCustomColorId(item) {
|
|
407
|
-
return isElementShape(item) || isArrowType(item) || isLineOptions(item) || isParticipant(item) || item === "element" || item === "model" || typeof item === "string" && /[_]*[a-zA-Z][-\w]*/.test(item);
|
|
408
|
-
}
|
|
409
|
-
const DeploymentElement = "DeploymentElement";
|
|
410
|
-
function isDeploymentElement(item) {
|
|
411
|
-
return reflection.isInstance(item, DeploymentElement);
|
|
412
|
-
}
|
|
413
|
-
const DeploymentNodeOrElementKind = "DeploymentNodeOrElementKind";
|
|
414
|
-
function isDeploymentNodeOrElementKind(item) {
|
|
415
|
-
return reflection.isInstance(item, DeploymentNodeOrElementKind);
|
|
416
|
-
}
|
|
417
|
-
const DeploymentViewRule = "DeploymentViewRule";
|
|
418
|
-
function isDeploymentViewRule(item) {
|
|
419
|
-
return reflection.isInstance(item, DeploymentViewRule);
|
|
420
|
-
}
|
|
421
|
-
function isDynamicViewDisplayVariantValue(item) {
|
|
422
|
-
return item === "diagram" || item === "sequence";
|
|
423
|
-
}
|
|
424
|
-
const DynamicViewProperty = "DynamicViewProperty";
|
|
425
|
-
function isDynamicViewProperty(item) {
|
|
426
|
-
return reflection.isInstance(item, DynamicViewProperty);
|
|
427
|
-
}
|
|
428
|
-
const DynamicViewRule = "DynamicViewRule";
|
|
429
|
-
function isDynamicViewRule(item) {
|
|
430
|
-
return reflection.isInstance(item, DynamicViewRule);
|
|
431
|
-
}
|
|
432
|
-
const DynamicViewStep = "DynamicViewStep";
|
|
433
|
-
function isDynamicViewStep(item) {
|
|
434
|
-
return reflection.isInstance(item, DynamicViewStep);
|
|
435
|
-
}
|
|
436
|
-
const ElementProperty = "ElementProperty";
|
|
437
|
-
function isElementProperty(item) {
|
|
438
|
-
return reflection.isInstance(item, ElementProperty);
|
|
439
|
-
}
|
|
440
|
-
function isElementShape(item) {
|
|
441
|
-
return item === "rectangle" || item === "person" || item === "browser" || item === "mobile" || item === "cylinder" || item === "storage" || item === "queue" || item === "bucket" || item === "document";
|
|
442
|
-
}
|
|
443
|
-
const ExpressionV2 = "ExpressionV2";
|
|
444
|
-
function isExpressionV2(item) {
|
|
445
|
-
return reflection.isInstance(item, ExpressionV2);
|
|
446
|
-
}
|
|
447
|
-
const ExtendElementProperty = "ExtendElementProperty";
|
|
448
|
-
function isExtendElementProperty(item) {
|
|
449
|
-
return reflection.isInstance(item, ExtendElementProperty);
|
|
450
|
-
}
|
|
451
|
-
const ExtendRelationProperty = "ExtendRelationProperty";
|
|
452
|
-
function isExtendRelationProperty(item) {
|
|
453
|
-
return reflection.isInstance(item, ExtendRelationProperty);
|
|
454
|
-
}
|
|
455
|
-
const FqnExpr = "FqnExpr";
|
|
456
|
-
function isFqnExpr(item) {
|
|
457
|
-
return reflection.isInstance(item, FqnExpr);
|
|
458
|
-
}
|
|
459
|
-
const FqnExprOrWhere = "FqnExprOrWhere";
|
|
460
|
-
function isFqnExprOrWhere(item) {
|
|
461
|
-
return reflection.isInstance(item, FqnExprOrWhere);
|
|
462
|
-
}
|
|
463
|
-
const FqnExprOrWith = "FqnExprOrWith";
|
|
464
|
-
function isFqnExprOrWith(item) {
|
|
465
|
-
return reflection.isInstance(item, FqnExprOrWith);
|
|
466
|
-
}
|
|
467
|
-
const FqnReferenceable = "FqnReferenceable";
|
|
468
|
-
function isFqnReferenceable(item) {
|
|
469
|
-
return reflection.isInstance(item, FqnReferenceable);
|
|
470
|
-
}
|
|
471
|
-
function isIconId(item) {
|
|
472
|
-
return typeof item === "string" && /(aws|azure|bootstrap|gcp|tech):[-\w]*/.test(item);
|
|
473
|
-
}
|
|
474
|
-
function isIconPositionValue(item) {
|
|
475
|
-
return item === "left" || item === "right" || item === "top" || item === "bottom";
|
|
476
|
-
}
|
|
477
|
-
function isId(item) {
|
|
478
|
-
return isElementShape(item) || isThemeColor(item) || isArrowType(item) || isLineOptions(item) || isParticipant(item) || isSizeValue(item) || isDynamicViewDisplayVariantValue(item) || isIconPositionValue(item) || isRankValue(item) || item === "element" || item === "model" || item === "group" || item === "node" || item === "deployment" || item === "instance" || typeof item === "string" && /[_]*[a-zA-Z][-\w]*/.test(item);
|
|
479
|
-
}
|
|
480
|
-
const LikeC4View = "LikeC4View";
|
|
481
|
-
function isLikeC4View(item) {
|
|
482
|
-
return reflection.isInstance(item, LikeC4View);
|
|
483
|
-
}
|
|
484
|
-
function isLineOptions(item) {
|
|
485
|
-
return item === "solid" || item === "dashed" || item === "dotted";
|
|
486
|
-
}
|
|
487
|
-
const MetadataProperty = "MetadataProperty";
|
|
488
|
-
function isMetadataProperty(item) {
|
|
489
|
-
return reflection.isInstance(item, MetadataProperty);
|
|
490
|
-
}
|
|
491
|
-
const MetadataValue = "MetadataValue";
|
|
492
|
-
function isMetadataValue(item) {
|
|
493
|
-
return reflection.isInstance(item, MetadataValue);
|
|
494
|
-
}
|
|
495
|
-
const ModelReferenceable = "ModelReferenceable";
|
|
496
|
-
function isModelReferenceable(item) {
|
|
497
|
-
return reflection.isInstance(item, ModelReferenceable);
|
|
498
|
-
}
|
|
499
|
-
function isParticipant(item) {
|
|
500
|
-
return item === "source" || item === "target";
|
|
501
|
-
}
|
|
502
|
-
function isRankValue(item) {
|
|
503
|
-
return item === "same" || item === "min" || item === "max" || item === "source" || item === "sink";
|
|
504
|
-
}
|
|
505
|
-
const Referenceable = "Referenceable";
|
|
506
|
-
function isReferenceable(item) {
|
|
507
|
-
return reflection.isInstance(item, Referenceable);
|
|
508
|
-
}
|
|
509
|
-
const RelationExpr = "RelationExpr";
|
|
510
|
-
function isRelationExpr(item) {
|
|
511
|
-
return reflection.isInstance(item, RelationExpr);
|
|
512
|
-
}
|
|
513
|
-
const RelationExprOrWhere = "RelationExprOrWhere";
|
|
514
|
-
function isRelationExprOrWhere(item) {
|
|
515
|
-
return reflection.isInstance(item, RelationExprOrWhere);
|
|
516
|
-
}
|
|
517
|
-
const RelationExprOrWith = "RelationExprOrWith";
|
|
518
|
-
function isRelationExprOrWith(item) {
|
|
519
|
-
return reflection.isInstance(item, RelationExprOrWith);
|
|
520
|
-
}
|
|
521
|
-
const RelationProperty = "RelationProperty";
|
|
522
|
-
function isRelationProperty(item) {
|
|
523
|
-
return reflection.isInstance(item, RelationProperty);
|
|
524
|
-
}
|
|
525
|
-
const RelationshipStyleProperty = "RelationshipStyleProperty";
|
|
526
|
-
function isRelationshipStyleProperty(item) {
|
|
527
|
-
return reflection.isInstance(item, RelationshipStyleProperty);
|
|
528
|
-
}
|
|
529
|
-
const SizeProperty = "SizeProperty";
|
|
530
|
-
function isSizeProperty(item) {
|
|
531
|
-
return reflection.isInstance(item, SizeProperty);
|
|
532
|
-
}
|
|
533
|
-
function isSizeValue(item) {
|
|
534
|
-
return item === "xs" || item === "sm" || item === "md" || item === "lg" || item === "xl" || item === "xsmall" || item === "small" || item === "medium" || item === "large" || item === "xlarge";
|
|
535
|
-
}
|
|
536
|
-
const StringProperty = "StringProperty";
|
|
537
|
-
function isStringProperty(item) {
|
|
538
|
-
return reflection.isInstance(item, StringProperty);
|
|
539
|
-
}
|
|
540
|
-
const StyleProperty = "StyleProperty";
|
|
541
|
-
function isStyleProperty(item) {
|
|
542
|
-
return reflection.isInstance(item, StyleProperty);
|
|
543
|
-
}
|
|
544
|
-
function isThemeColor(item) {
|
|
545
|
-
return item === "primary" || item === "secondary" || item === "muted" || item === "slate" || item === "blue" || item === "indigo" || item === "sky" || item === "red" || item === "gray" || item === "green" || item === "amber";
|
|
546
|
-
}
|
|
547
|
-
function isUri(item) {
|
|
548
|
-
return typeof item === "string" && (/\w+:\/{2}\S+/.test(item) || /\.{0,2}\/[^\/]\S+/.test(item) || /@[a-zA-Z0-9_-]*\/[^\s]+/.test(item));
|
|
549
|
-
}
|
|
550
|
-
function isViewLayoutDirection(item) {
|
|
551
|
-
return item === "TopBottom" || item === "LeftRight" || item === "BottomTop" || item === "RightLeft";
|
|
552
|
-
}
|
|
553
|
-
const ViewProperty = "ViewProperty";
|
|
554
|
-
function isViewProperty(item) {
|
|
555
|
-
return reflection.isInstance(item, ViewProperty);
|
|
556
|
-
}
|
|
557
|
-
const ViewRule = "ViewRule";
|
|
558
|
-
function isViewRule(item) {
|
|
559
|
-
return reflection.isInstance(item, ViewRule);
|
|
560
|
-
}
|
|
561
|
-
const ViewRuleStyleOrGlobalRef = "ViewRuleStyleOrGlobalRef";
|
|
562
|
-
function isViewRuleStyleOrGlobalRef(item) {
|
|
563
|
-
return reflection.isInstance(item, ViewRuleStyleOrGlobalRef);
|
|
564
|
-
}
|
|
565
|
-
const WhereElement = "WhereElement";
|
|
566
|
-
function isWhereElement(item) {
|
|
567
|
-
return reflection.isInstance(item, WhereElement);
|
|
568
|
-
}
|
|
569
|
-
const WhereElementExpression = "WhereElementExpression";
|
|
570
|
-
function isWhereElementExpression(item) {
|
|
571
|
-
return reflection.isInstance(item, WhereElementExpression);
|
|
572
|
-
}
|
|
573
|
-
const WhereExpression = "WhereExpression";
|
|
574
|
-
function isWhereExpression(item) {
|
|
575
|
-
return reflection.isInstance(item, WhereExpression);
|
|
576
|
-
}
|
|
577
|
-
const WhereKindEqual = "WhereKindEqual";
|
|
578
|
-
function isWhereKindEqual(item) {
|
|
579
|
-
return reflection.isInstance(item, WhereKindEqual);
|
|
580
|
-
}
|
|
581
|
-
const WhereRelation = "WhereRelation";
|
|
582
|
-
function isWhereRelation(item) {
|
|
583
|
-
return reflection.isInstance(item, WhereRelation);
|
|
584
|
-
}
|
|
585
|
-
const WhereRelationExpression = "WhereRelationExpression";
|
|
586
|
-
function isWhereRelationExpression(item) {
|
|
587
|
-
return reflection.isInstance(item, WhereRelationExpression);
|
|
588
|
-
}
|
|
589
|
-
const WhereTagEqual = "WhereTagEqual";
|
|
590
|
-
function isWhereTagEqual(item) {
|
|
591
|
-
return reflection.isInstance(item, WhereTagEqual);
|
|
592
|
-
}
|
|
593
|
-
const AbstractDynamicStep = "AbstractDynamicStep";
|
|
594
|
-
function isAbstractDynamicStep(item) {
|
|
595
|
-
return reflection.isInstance(item, AbstractDynamicStep);
|
|
596
|
-
}
|
|
597
|
-
const ArrowProperty = "ArrowProperty";
|
|
598
|
-
function isArrowProperty(item) {
|
|
599
|
-
return reflection.isInstance(item, ArrowProperty);
|
|
600
|
-
}
|
|
601
|
-
const BorderProperty = "BorderProperty";
|
|
602
|
-
function isBorderProperty(item) {
|
|
603
|
-
return reflection.isInstance(item, BorderProperty);
|
|
604
|
-
}
|
|
605
|
-
const ColorProperty = "ColorProperty";
|
|
606
|
-
function isColorProperty(item) {
|
|
607
|
-
return reflection.isInstance(item, ColorProperty);
|
|
608
|
-
}
|
|
609
|
-
const CustomColor = "CustomColor";
|
|
610
|
-
function isCustomColor(item) {
|
|
611
|
-
return reflection.isInstance(item, CustomColor);
|
|
612
|
-
}
|
|
613
|
-
const CustomElementProperties = "CustomElementProperties";
|
|
614
|
-
function isCustomElementProperties(item) {
|
|
615
|
-
return reflection.isInstance(item, CustomElementProperties);
|
|
616
|
-
}
|
|
617
|
-
const CustomRelationProperties = "CustomRelationProperties";
|
|
618
|
-
function isCustomRelationProperties(item) {
|
|
619
|
-
return reflection.isInstance(item, CustomRelationProperties);
|
|
620
|
-
}
|
|
621
|
-
const DeployedInstance = "DeployedInstance";
|
|
622
|
-
function isDeployedInstance(item) {
|
|
623
|
-
return reflection.isInstance(item, DeployedInstance);
|
|
624
|
-
}
|
|
625
|
-
const DeployedInstanceBody = "DeployedInstanceBody";
|
|
626
|
-
function isDeployedInstanceBody(item) {
|
|
627
|
-
return reflection.isInstance(item, DeployedInstanceBody);
|
|
628
|
-
}
|
|
629
|
-
const DeploymentNode = "DeploymentNode";
|
|
630
|
-
function isDeploymentNode(item) {
|
|
631
|
-
return reflection.isInstance(item, DeploymentNode);
|
|
632
|
-
}
|
|
633
|
-
const DeploymentNodeBody = "DeploymentNodeBody";
|
|
634
|
-
function isDeploymentNodeBody(item) {
|
|
635
|
-
return reflection.isInstance(item, DeploymentNodeBody);
|
|
636
|
-
}
|
|
637
|
-
const DeploymentNodeKind = "DeploymentNodeKind";
|
|
638
|
-
function isDeploymentNodeKind(item) {
|
|
639
|
-
return reflection.isInstance(item, DeploymentNodeKind);
|
|
640
|
-
}
|
|
641
|
-
const DeploymentRelation = "DeploymentRelation";
|
|
642
|
-
function isDeploymentRelation(item) {
|
|
643
|
-
return reflection.isInstance(item, DeploymentRelation);
|
|
644
|
-
}
|
|
645
|
-
const DeploymentRelationBody = "DeploymentRelationBody";
|
|
646
|
-
function isDeploymentRelationBody(item) {
|
|
647
|
-
return reflection.isInstance(item, DeploymentRelationBody);
|
|
648
|
-
}
|
|
649
|
-
const DeploymentView = "DeploymentView";
|
|
650
|
-
function isDeploymentView(item) {
|
|
651
|
-
return reflection.isInstance(item, DeploymentView);
|
|
652
|
-
}
|
|
653
|
-
const DeploymentViewBody = "DeploymentViewBody";
|
|
654
|
-
function isDeploymentViewBody(item) {
|
|
655
|
-
return reflection.isInstance(item, DeploymentViewBody);
|
|
656
|
-
}
|
|
657
|
-
const DeploymentViewRulePredicate = "DeploymentViewRulePredicate";
|
|
658
|
-
function isDeploymentViewRulePredicate(item) {
|
|
659
|
-
return reflection.isInstance(item, DeploymentViewRulePredicate);
|
|
660
|
-
}
|
|
661
|
-
const DeploymentViewRuleStyle = "DeploymentViewRuleStyle";
|
|
662
|
-
function isDeploymentViewRuleStyle(item) {
|
|
663
|
-
return reflection.isInstance(item, DeploymentViewRuleStyle);
|
|
664
|
-
}
|
|
665
|
-
const DirectedRelationExpr = "DirectedRelationExpr";
|
|
666
|
-
function isDirectedRelationExpr(item) {
|
|
667
|
-
return reflection.isInstance(item, DirectedRelationExpr);
|
|
668
|
-
}
|
|
669
|
-
const DynamicView = "DynamicView";
|
|
670
|
-
function isDynamicView(item) {
|
|
671
|
-
return reflection.isInstance(item, DynamicView);
|
|
672
|
-
}
|
|
673
|
-
const DynamicViewBody = "DynamicViewBody";
|
|
674
|
-
function isDynamicViewBody(item) {
|
|
675
|
-
return reflection.isInstance(item, DynamicViewBody);
|
|
676
|
-
}
|
|
677
|
-
const DynamicViewDisplayVariantProperty = "DynamicViewDisplayVariantProperty";
|
|
678
|
-
function isDynamicViewDisplayVariantProperty(item) {
|
|
679
|
-
return reflection.isInstance(item, DynamicViewDisplayVariantProperty);
|
|
680
|
-
}
|
|
681
|
-
const DynamicViewGlobalPredicateRef = "DynamicViewGlobalPredicateRef";
|
|
682
|
-
function isDynamicViewGlobalPredicateRef(item) {
|
|
683
|
-
return reflection.isInstance(item, DynamicViewGlobalPredicateRef);
|
|
684
|
-
}
|
|
685
|
-
const DynamicViewIncludePredicate = "DynamicViewIncludePredicate";
|
|
686
|
-
function isDynamicViewIncludePredicate(item) {
|
|
687
|
-
return reflection.isInstance(item, DynamicViewIncludePredicate);
|
|
688
|
-
}
|
|
689
|
-
const DynamicViewParallelSteps = "DynamicViewParallelSteps";
|
|
690
|
-
function isDynamicViewParallelSteps(item) {
|
|
691
|
-
return reflection.isInstance(item, DynamicViewParallelSteps);
|
|
692
|
-
}
|
|
693
|
-
const DynamicViewRef = "DynamicViewRef";
|
|
694
|
-
function isDynamicViewRef(item) {
|
|
695
|
-
return reflection.isInstance(item, DynamicViewRef);
|
|
696
|
-
}
|
|
697
|
-
const Element = "Element";
|
|
698
|
-
function isElement(item) {
|
|
699
|
-
return reflection.isInstance(item, Element);
|
|
700
|
-
}
|
|
701
|
-
const ElementBody = "ElementBody";
|
|
702
|
-
function isElementBody(item) {
|
|
703
|
-
return reflection.isInstance(item, ElementBody);
|
|
704
|
-
}
|
|
705
|
-
const ElementKind = "ElementKind";
|
|
706
|
-
function isElementKind(item) {
|
|
707
|
-
return reflection.isInstance(item, ElementKind);
|
|
708
|
-
}
|
|
709
|
-
const ElementKindExpression = "ElementKindExpression";
|
|
710
|
-
function isElementKindExpression(item) {
|
|
711
|
-
return reflection.isInstance(item, ElementKindExpression);
|
|
712
|
-
}
|
|
713
|
-
const ElementRef = "ElementRef";
|
|
714
|
-
function isElementRef(item) {
|
|
715
|
-
return reflection.isInstance(item, ElementRef);
|
|
716
|
-
}
|
|
717
|
-
const ElementStringProperty = "ElementStringProperty";
|
|
718
|
-
function isElementStringProperty(item) {
|
|
719
|
-
return reflection.isInstance(item, ElementStringProperty);
|
|
720
|
-
}
|
|
721
|
-
const ElementStyleProperty = "ElementStyleProperty";
|
|
722
|
-
function isElementStyleProperty(item) {
|
|
723
|
-
return reflection.isInstance(item, ElementStyleProperty);
|
|
724
|
-
}
|
|
725
|
-
const ElementTagExpression = "ElementTagExpression";
|
|
726
|
-
function isElementTagExpression(item) {
|
|
727
|
-
return reflection.isInstance(item, ElementTagExpression);
|
|
728
|
-
}
|
|
729
|
-
const ElementView = "ElementView";
|
|
730
|
-
function isElementView(item) {
|
|
731
|
-
return reflection.isInstance(item, ElementView);
|
|
732
|
-
}
|
|
733
|
-
const ElementViewBody = "ElementViewBody";
|
|
734
|
-
function isElementViewBody(item) {
|
|
735
|
-
return reflection.isInstance(item, ElementViewBody);
|
|
736
|
-
}
|
|
737
|
-
const ElementViewRef = "ElementViewRef";
|
|
738
|
-
function isElementViewRef(item) {
|
|
739
|
-
return reflection.isInstance(item, ElementViewRef);
|
|
740
|
-
}
|
|
741
|
-
const Expressions = "Expressions";
|
|
742
|
-
function isExpressions(item) {
|
|
743
|
-
return reflection.isInstance(item, Expressions);
|
|
744
|
-
}
|
|
745
|
-
const ExtendDeployment = "ExtendDeployment";
|
|
746
|
-
function isExtendDeployment(item) {
|
|
747
|
-
return reflection.isInstance(item, ExtendDeployment);
|
|
748
|
-
}
|
|
749
|
-
const ExtendDeploymentBody = "ExtendDeploymentBody";
|
|
750
|
-
function isExtendDeploymentBody(item) {
|
|
751
|
-
return reflection.isInstance(item, ExtendDeploymentBody);
|
|
752
|
-
}
|
|
753
|
-
const ExtendElement = "ExtendElement";
|
|
754
|
-
function isExtendElement(item) {
|
|
755
|
-
return reflection.isInstance(item, ExtendElement);
|
|
756
|
-
}
|
|
757
|
-
const ExtendElementBody = "ExtendElementBody";
|
|
758
|
-
function isExtendElementBody(item) {
|
|
759
|
-
return reflection.isInstance(item, ExtendElementBody);
|
|
760
|
-
}
|
|
761
|
-
const ExtendRelation = "ExtendRelation";
|
|
762
|
-
function isExtendRelation(item) {
|
|
763
|
-
return reflection.isInstance(item, ExtendRelation);
|
|
764
|
-
}
|
|
765
|
-
const ExtendRelationBody = "ExtendRelationBody";
|
|
766
|
-
function isExtendRelationBody(item) {
|
|
767
|
-
return reflection.isInstance(item, ExtendRelationBody);
|
|
768
|
-
}
|
|
769
|
-
const FqnExpressions = "FqnExpressions";
|
|
770
|
-
function isFqnExpressions(item) {
|
|
771
|
-
return reflection.isInstance(item, FqnExpressions);
|
|
772
|
-
}
|
|
773
|
-
const FqnExprWhere = "FqnExprWhere";
|
|
774
|
-
function isFqnExprWhere(item) {
|
|
775
|
-
return reflection.isInstance(item, FqnExprWhere);
|
|
776
|
-
}
|
|
777
|
-
const FqnExprWith = "FqnExprWith";
|
|
778
|
-
function isFqnExprWith(item) {
|
|
779
|
-
return reflection.isInstance(item, FqnExprWith);
|
|
780
|
-
}
|
|
781
|
-
const FqnRef = "FqnRef";
|
|
782
|
-
function isFqnRef(item) {
|
|
783
|
-
return reflection.isInstance(item, FqnRef);
|
|
784
|
-
}
|
|
785
|
-
const FqnRefExpr = "FqnRefExpr";
|
|
786
|
-
function isFqnRefExpr(item) {
|
|
787
|
-
return reflection.isInstance(item, FqnRefExpr);
|
|
788
|
-
}
|
|
789
|
-
const GlobalDynamicPredicateGroup = "GlobalDynamicPredicateGroup";
|
|
790
|
-
function isGlobalDynamicPredicateGroup(item) {
|
|
791
|
-
return reflection.isInstance(item, GlobalDynamicPredicateGroup);
|
|
792
|
-
}
|
|
793
|
-
const GlobalPredicateGroup = "GlobalPredicateGroup";
|
|
794
|
-
function isGlobalPredicateGroup(item) {
|
|
795
|
-
return reflection.isInstance(item, GlobalPredicateGroup);
|
|
796
|
-
}
|
|
797
|
-
const Globals = "Globals";
|
|
798
|
-
function isGlobals(item) {
|
|
799
|
-
return reflection.isInstance(item, Globals);
|
|
800
|
-
}
|
|
801
|
-
const GlobalStyle = "GlobalStyle";
|
|
802
|
-
function isGlobalStyle(item) {
|
|
803
|
-
return reflection.isInstance(item, GlobalStyle);
|
|
804
|
-
}
|
|
805
|
-
const GlobalStyleGroup = "GlobalStyleGroup";
|
|
806
|
-
function isGlobalStyleGroup(item) {
|
|
807
|
-
return reflection.isInstance(item, GlobalStyleGroup);
|
|
808
|
-
}
|
|
809
|
-
const GlobalStyleId = "GlobalStyleId";
|
|
810
|
-
function isGlobalStyleId(item) {
|
|
811
|
-
return reflection.isInstance(item, GlobalStyleId);
|
|
812
|
-
}
|
|
813
|
-
const HexColor = "HexColor";
|
|
814
|
-
function isHexColor(item) {
|
|
815
|
-
return reflection.isInstance(item, HexColor);
|
|
816
|
-
}
|
|
817
|
-
const IconColorProperty = "IconColorProperty";
|
|
818
|
-
function isIconColorProperty(item) {
|
|
819
|
-
return reflection.isInstance(item, IconColorProperty);
|
|
820
|
-
}
|
|
821
|
-
const IconPositionProperty = "IconPositionProperty";
|
|
822
|
-
function isIconPositionProperty(item) {
|
|
823
|
-
return reflection.isInstance(item, IconPositionProperty);
|
|
824
|
-
}
|
|
825
|
-
const IconProperty = "IconProperty";
|
|
826
|
-
function isIconProperty(item) {
|
|
827
|
-
return reflection.isInstance(item, IconProperty);
|
|
828
|
-
}
|
|
829
|
-
const IconSizeProperty = "IconSizeProperty";
|
|
830
|
-
function isIconSizeProperty(item) {
|
|
831
|
-
return reflection.isInstance(item, IconSizeProperty);
|
|
832
|
-
}
|
|
833
|
-
const Imported = "Imported";
|
|
834
|
-
function isImported(item) {
|
|
835
|
-
return reflection.isInstance(item, Imported);
|
|
836
|
-
}
|
|
837
|
-
const ImportsFromPoject = "ImportsFromPoject";
|
|
838
|
-
function isImportsFromPoject(item) {
|
|
839
|
-
return reflection.isInstance(item, ImportsFromPoject);
|
|
840
|
-
}
|
|
841
|
-
const IncomingRelationExpr = "IncomingRelationExpr";
|
|
842
|
-
function isIncomingRelationExpr(item) {
|
|
843
|
-
return reflection.isInstance(item, IncomingRelationExpr);
|
|
844
|
-
}
|
|
845
|
-
const InOutRelationExpr = "InOutRelationExpr";
|
|
846
|
-
function isInOutRelationExpr(item) {
|
|
847
|
-
return reflection.isInstance(item, InOutRelationExpr);
|
|
848
|
-
}
|
|
849
|
-
const LibIcon = "LibIcon";
|
|
850
|
-
function isLibIcon(item) {
|
|
851
|
-
return reflection.isInstance(item, LibIcon);
|
|
852
|
-
}
|
|
853
|
-
const LikeC4Grammar = "LikeC4Grammar";
|
|
854
|
-
function isLikeC4Grammar(item) {
|
|
855
|
-
return reflection.isInstance(item, LikeC4Grammar);
|
|
856
|
-
}
|
|
857
|
-
const LikeC4Lib = "LikeC4Lib";
|
|
858
|
-
function isLikeC4Lib(item) {
|
|
859
|
-
return reflection.isInstance(item, LikeC4Lib);
|
|
860
|
-
}
|
|
861
|
-
const LineProperty = "LineProperty";
|
|
862
|
-
function isLineProperty(item) {
|
|
863
|
-
return reflection.isInstance(item, LineProperty);
|
|
864
|
-
}
|
|
865
|
-
const LinkProperty = "LinkProperty";
|
|
866
|
-
function isLinkProperty(item) {
|
|
867
|
-
return reflection.isInstance(item, LinkProperty);
|
|
868
|
-
}
|
|
869
|
-
const MarkdownOrString = "MarkdownOrString";
|
|
870
|
-
function isMarkdownOrString(item) {
|
|
871
|
-
return reflection.isInstance(item, MarkdownOrString);
|
|
872
|
-
}
|
|
873
|
-
const MetadataArray = "MetadataArray";
|
|
874
|
-
function isMetadataArray(item) {
|
|
875
|
-
return reflection.isInstance(item, MetadataArray);
|
|
876
|
-
}
|
|
877
|
-
const MetadataAttribute = "MetadataAttribute";
|
|
878
|
-
function isMetadataAttribute(item) {
|
|
879
|
-
return reflection.isInstance(item, MetadataAttribute);
|
|
880
|
-
}
|
|
881
|
-
const MetadataBody = "MetadataBody";
|
|
882
|
-
function isMetadataBody(item) {
|
|
883
|
-
return reflection.isInstance(item, MetadataBody);
|
|
884
|
-
}
|
|
885
|
-
const Model = "Model";
|
|
886
|
-
function isModel(item) {
|
|
887
|
-
return reflection.isInstance(item, Model);
|
|
888
|
-
}
|
|
889
|
-
const ModelDeployments = "ModelDeployments";
|
|
890
|
-
function isModelDeployments(item) {
|
|
891
|
-
return reflection.isInstance(item, ModelDeployments);
|
|
892
|
-
}
|
|
893
|
-
const ModelViews = "ModelViews";
|
|
894
|
-
function isModelViews(item) {
|
|
895
|
-
return reflection.isInstance(item, ModelViews);
|
|
896
|
-
}
|
|
897
|
-
const MultipleProperty = "MultipleProperty";
|
|
898
|
-
function isMultipleProperty(item) {
|
|
899
|
-
return reflection.isInstance(item, MultipleProperty);
|
|
900
|
-
}
|
|
901
|
-
const NavigateToProperty = "NavigateToProperty";
|
|
902
|
-
function isNavigateToProperty(item) {
|
|
903
|
-
return reflection.isInstance(item, NavigateToProperty);
|
|
904
|
-
}
|
|
905
|
-
const NotationProperty = "NotationProperty";
|
|
906
|
-
function isNotationProperty(item) {
|
|
907
|
-
return reflection.isInstance(item, NotationProperty);
|
|
908
|
-
}
|
|
909
|
-
const NotesProperty = "NotesProperty";
|
|
910
|
-
function isNotesProperty(item) {
|
|
911
|
-
return reflection.isInstance(item, NotesProperty);
|
|
912
|
-
}
|
|
913
|
-
const OpacityProperty = "OpacityProperty";
|
|
914
|
-
function isOpacityProperty(item) {
|
|
915
|
-
return reflection.isInstance(item, OpacityProperty);
|
|
916
|
-
}
|
|
917
|
-
const OutgoingRelationExpr = "OutgoingRelationExpr";
|
|
918
|
-
function isOutgoingRelationExpr(item) {
|
|
919
|
-
return reflection.isInstance(item, OutgoingRelationExpr);
|
|
920
|
-
}
|
|
921
|
-
const PaddingSizeProperty = "PaddingSizeProperty";
|
|
922
|
-
function isPaddingSizeProperty(item) {
|
|
923
|
-
return reflection.isInstance(item, PaddingSizeProperty);
|
|
924
|
-
}
|
|
925
|
-
const Relation = "Relation";
|
|
926
|
-
function isRelation(item) {
|
|
927
|
-
return reflection.isInstance(item, Relation);
|
|
928
|
-
}
|
|
929
|
-
const RelationBody = "RelationBody";
|
|
930
|
-
function isRelationBody(item) {
|
|
931
|
-
return reflection.isInstance(item, RelationBody);
|
|
932
|
-
}
|
|
933
|
-
const RelationExprWhere = "RelationExprWhere";
|
|
934
|
-
function isRelationExprWhere(item) {
|
|
935
|
-
return reflection.isInstance(item, RelationExprWhere);
|
|
936
|
-
}
|
|
937
|
-
const RelationExprWith = "RelationExprWith";
|
|
938
|
-
function isRelationExprWith(item) {
|
|
939
|
-
return reflection.isInstance(item, RelationExprWith);
|
|
940
|
-
}
|
|
941
|
-
const RelationKindDotRef = "RelationKindDotRef";
|
|
942
|
-
function isRelationKindDotRef(item) {
|
|
943
|
-
return reflection.isInstance(item, RelationKindDotRef);
|
|
944
|
-
}
|
|
945
|
-
const RelationNavigateToProperty = "RelationNavigateToProperty";
|
|
946
|
-
function isRelationNavigateToProperty(item) {
|
|
947
|
-
return reflection.isInstance(item, RelationNavigateToProperty);
|
|
948
|
-
}
|
|
949
|
-
const RelationshipKind = "RelationshipKind";
|
|
950
|
-
function isRelationshipKind(item) {
|
|
951
|
-
return reflection.isInstance(item, RelationshipKind);
|
|
952
|
-
}
|
|
953
|
-
const RelationStringProperty = "RelationStringProperty";
|
|
954
|
-
function isRelationStringProperty(item) {
|
|
955
|
-
return reflection.isInstance(item, RelationStringProperty);
|
|
956
|
-
}
|
|
957
|
-
const RelationStyleProperty = "RelationStyleProperty";
|
|
958
|
-
function isRelationStyleProperty(item) {
|
|
959
|
-
return reflection.isInstance(item, RelationStyleProperty);
|
|
960
|
-
}
|
|
961
|
-
const RGBAColor = "RGBAColor";
|
|
962
|
-
function isRGBAColor(item) {
|
|
963
|
-
return reflection.isInstance(item, RGBAColor);
|
|
964
|
-
}
|
|
965
|
-
const ShapeProperty = "ShapeProperty";
|
|
966
|
-
function isShapeProperty(item) {
|
|
967
|
-
return reflection.isInstance(item, ShapeProperty);
|
|
968
|
-
}
|
|
969
|
-
const ShapeSizeProperty = "ShapeSizeProperty";
|
|
970
|
-
function isShapeSizeProperty(item) {
|
|
971
|
-
return reflection.isInstance(item, ShapeSizeProperty);
|
|
972
|
-
}
|
|
973
|
-
const SpecificationColor = "SpecificationColor";
|
|
974
|
-
function isSpecificationColor(item) {
|
|
975
|
-
return reflection.isInstance(item, SpecificationColor);
|
|
976
|
-
}
|
|
977
|
-
const SpecificationDeploymentNodeKind = "SpecificationDeploymentNodeKind";
|
|
978
|
-
function isSpecificationDeploymentNodeKind(item) {
|
|
979
|
-
return reflection.isInstance(item, SpecificationDeploymentNodeKind);
|
|
980
|
-
}
|
|
981
|
-
const SpecificationElementKind = "SpecificationElementKind";
|
|
982
|
-
function isSpecificationElementKind(item) {
|
|
983
|
-
return reflection.isInstance(item, SpecificationElementKind);
|
|
984
|
-
}
|
|
985
|
-
const SpecificationElementStringProperty = "SpecificationElementStringProperty";
|
|
986
|
-
function isSpecificationElementStringProperty(item) {
|
|
987
|
-
return reflection.isInstance(item, SpecificationElementStringProperty);
|
|
988
|
-
}
|
|
989
|
-
const SpecificationRelationshipKind = "SpecificationRelationshipKind";
|
|
990
|
-
function isSpecificationRelationshipKind(item) {
|
|
991
|
-
return reflection.isInstance(item, SpecificationRelationshipKind);
|
|
992
|
-
}
|
|
993
|
-
const SpecificationRelationshipStringProperty = "SpecificationRelationshipStringProperty";
|
|
994
|
-
function isSpecificationRelationshipStringProperty(item) {
|
|
995
|
-
return reflection.isInstance(item, SpecificationRelationshipStringProperty);
|
|
996
|
-
}
|
|
997
|
-
const SpecificationRule = "SpecificationRule";
|
|
998
|
-
function isSpecificationRule(item) {
|
|
999
|
-
return reflection.isInstance(item, SpecificationRule);
|
|
1000
|
-
}
|
|
1001
|
-
const SpecificationTag = "SpecificationTag";
|
|
1002
|
-
function isSpecificationTag(item) {
|
|
1003
|
-
return reflection.isInstance(item, SpecificationTag);
|
|
1004
|
-
}
|
|
1005
|
-
const StrictFqnElementRef = "StrictFqnElementRef";
|
|
1006
|
-
function isStrictFqnElementRef(item) {
|
|
1007
|
-
return reflection.isInstance(item, StrictFqnElementRef);
|
|
1008
|
-
}
|
|
1009
|
-
const StrictFqnRef = "StrictFqnRef";
|
|
1010
|
-
function isStrictFqnRef(item) {
|
|
1011
|
-
return reflection.isInstance(item, StrictFqnRef);
|
|
1012
|
-
}
|
|
1013
|
-
const Tag = "Tag";
|
|
1014
|
-
function isTag(item) {
|
|
1015
|
-
return reflection.isInstance(item, Tag);
|
|
1016
|
-
}
|
|
1017
|
-
const TagRef = "TagRef";
|
|
1018
|
-
function isTagRef(item) {
|
|
1019
|
-
return reflection.isInstance(item, TagRef);
|
|
1020
|
-
}
|
|
1021
|
-
const Tags = "Tags";
|
|
1022
|
-
function isTags(item) {
|
|
1023
|
-
return reflection.isInstance(item, Tags);
|
|
1024
|
-
}
|
|
1025
|
-
const TextSizeProperty = "TextSizeProperty";
|
|
1026
|
-
function isTextSizeProperty(item) {
|
|
1027
|
-
return reflection.isInstance(item, TextSizeProperty);
|
|
1028
|
-
}
|
|
1029
|
-
const ViewRef = "ViewRef";
|
|
1030
|
-
function isViewRef(item) {
|
|
1031
|
-
return reflection.isInstance(item, ViewRef);
|
|
1032
|
-
}
|
|
1033
|
-
const ViewRuleAutoLayout = "ViewRuleAutoLayout";
|
|
1034
|
-
function isViewRuleAutoLayout(item) {
|
|
1035
|
-
return reflection.isInstance(item, ViewRuleAutoLayout);
|
|
1036
|
-
}
|
|
1037
|
-
const ViewRuleGlobalPredicateRef = "ViewRuleGlobalPredicateRef";
|
|
1038
|
-
function isViewRuleGlobalPredicateRef(item) {
|
|
1039
|
-
return reflection.isInstance(item, ViewRuleGlobalPredicateRef);
|
|
1040
|
-
}
|
|
1041
|
-
const ViewRuleGlobalStyle = "ViewRuleGlobalStyle";
|
|
1042
|
-
function isViewRuleGlobalStyle(item) {
|
|
1043
|
-
return reflection.isInstance(item, ViewRuleGlobalStyle);
|
|
1044
|
-
}
|
|
1045
|
-
const ViewRuleGroup = "ViewRuleGroup";
|
|
1046
|
-
function isViewRuleGroup(item) {
|
|
1047
|
-
return reflection.isInstance(item, ViewRuleGroup);
|
|
1048
|
-
}
|
|
1049
|
-
const ViewRulePredicate = "ViewRulePredicate";
|
|
1050
|
-
function isViewRulePredicate(item) {
|
|
1051
|
-
return reflection.isInstance(item, ViewRulePredicate);
|
|
1052
|
-
}
|
|
1053
|
-
const ViewRuleRank = "ViewRuleRank";
|
|
1054
|
-
function isViewRuleRank(item) {
|
|
1055
|
-
return reflection.isInstance(item, ViewRuleRank);
|
|
1056
|
-
}
|
|
1057
|
-
const ViewRuleStyle = "ViewRuleStyle";
|
|
1058
|
-
function isViewRuleStyle(item) {
|
|
1059
|
-
return reflection.isInstance(item, ViewRuleStyle);
|
|
1060
|
-
}
|
|
1061
|
-
const ViewStringProperty = "ViewStringProperty";
|
|
1062
|
-
function isViewStringProperty(item) {
|
|
1063
|
-
return reflection.isInstance(item, ViewStringProperty);
|
|
1064
|
-
}
|
|
1065
|
-
const WhereBinaryExpression = "WhereBinaryExpression";
|
|
1066
|
-
function isWhereBinaryExpression(item) {
|
|
1067
|
-
return reflection.isInstance(item, WhereBinaryExpression);
|
|
1068
|
-
}
|
|
1069
|
-
const WhereElementKind = "WhereElementKind";
|
|
1070
|
-
function isWhereElementKind(item) {
|
|
1071
|
-
return reflection.isInstance(item, WhereElementKind);
|
|
1072
|
-
}
|
|
1073
|
-
const WhereElementNegation = "WhereElementNegation";
|
|
1074
|
-
function isWhereElementNegation(item) {
|
|
1075
|
-
return reflection.isInstance(item, WhereElementNegation);
|
|
1076
|
-
}
|
|
1077
|
-
const WhereElementTag = "WhereElementTag";
|
|
1078
|
-
function isWhereElementTag(item) {
|
|
1079
|
-
return reflection.isInstance(item, WhereElementTag);
|
|
1080
|
-
}
|
|
1081
|
-
const WhereRelationKind = "WhereRelationKind";
|
|
1082
|
-
function isWhereRelationKind(item) {
|
|
1083
|
-
return reflection.isInstance(item, WhereRelationKind);
|
|
1084
|
-
}
|
|
1085
|
-
const WhereRelationNegation = "WhereRelationNegation";
|
|
1086
|
-
function isWhereRelationNegation(item) {
|
|
1087
|
-
return reflection.isInstance(item, WhereRelationNegation);
|
|
1088
|
-
}
|
|
1089
|
-
const WhereRelationParticipantKind = "WhereRelationParticipantKind";
|
|
1090
|
-
function isWhereRelationParticipantKind(item) {
|
|
1091
|
-
return reflection.isInstance(item, WhereRelationParticipantKind);
|
|
1092
|
-
}
|
|
1093
|
-
const WhereRelationParticipantTag = "WhereRelationParticipantTag";
|
|
1094
|
-
function isWhereRelationParticipantTag(item) {
|
|
1095
|
-
return reflection.isInstance(item, WhereRelationParticipantTag);
|
|
1096
|
-
}
|
|
1097
|
-
const WhereRelationTag = "WhereRelationTag";
|
|
1098
|
-
function isWhereRelationTag(item) {
|
|
1099
|
-
return reflection.isInstance(item, WhereRelationTag);
|
|
1100
|
-
}
|
|
1101
|
-
const WildcardExpression = "WildcardExpression";
|
|
1102
|
-
function isWildcardExpression(item) {
|
|
1103
|
-
return reflection.isInstance(item, WildcardExpression);
|
|
1104
|
-
}
|
|
1105
|
-
const DynamicStepChain = "DynamicStepChain";
|
|
1106
|
-
function isDynamicStepChain(item) {
|
|
1107
|
-
return reflection.isInstance(item, DynamicStepChain);
|
|
1108
|
-
}
|
|
1109
|
-
const DynamicStepSingle = "DynamicStepSingle";
|
|
1110
|
-
function isDynamicStepSingle(item) {
|
|
1111
|
-
return reflection.isInstance(item, DynamicStepSingle);
|
|
1112
|
-
}
|
|
1113
|
-
var LikeC4AstReflection = class extends langium.AbstractAstReflection {
|
|
1114
|
-
getAllTypes() {
|
|
1115
|
-
return [
|
|
1116
|
-
AbstractDynamicStep,
|
|
1117
|
-
AnyProperty,
|
|
1118
|
-
ArrowProperty,
|
|
1119
|
-
BorderProperty,
|
|
1120
|
-
ColorLiteral,
|
|
1121
|
-
ColorProperty,
|
|
1122
|
-
CustomColor,
|
|
1123
|
-
CustomElementProperties,
|
|
1124
|
-
CustomRelationProperties,
|
|
1125
|
-
DeployedInstance,
|
|
1126
|
-
DeployedInstanceBody,
|
|
1127
|
-
DeploymentElement,
|
|
1128
|
-
DeploymentNode,
|
|
1129
|
-
DeploymentNodeBody,
|
|
1130
|
-
DeploymentNodeKind,
|
|
1131
|
-
DeploymentNodeOrElementKind,
|
|
1132
|
-
DeploymentRelation,
|
|
1133
|
-
DeploymentRelationBody,
|
|
1134
|
-
DeploymentView,
|
|
1135
|
-
DeploymentViewBody,
|
|
1136
|
-
DeploymentViewRule,
|
|
1137
|
-
DeploymentViewRulePredicate,
|
|
1138
|
-
DeploymentViewRuleStyle,
|
|
1139
|
-
DirectedRelationExpr,
|
|
1140
|
-
DynamicStepChain,
|
|
1141
|
-
DynamicStepSingle,
|
|
1142
|
-
DynamicView,
|
|
1143
|
-
DynamicViewBody,
|
|
1144
|
-
DynamicViewDisplayVariantProperty,
|
|
1145
|
-
DynamicViewGlobalPredicateRef,
|
|
1146
|
-
DynamicViewIncludePredicate,
|
|
1147
|
-
DynamicViewParallelSteps,
|
|
1148
|
-
DynamicViewProperty,
|
|
1149
|
-
DynamicViewRef,
|
|
1150
|
-
DynamicViewRule,
|
|
1151
|
-
DynamicViewStep,
|
|
1152
|
-
Element,
|
|
1153
|
-
ElementBody,
|
|
1154
|
-
ElementKind,
|
|
1155
|
-
ElementKindExpression,
|
|
1156
|
-
ElementProperty,
|
|
1157
|
-
ElementRef,
|
|
1158
|
-
ElementStringProperty,
|
|
1159
|
-
ElementStyleProperty,
|
|
1160
|
-
ElementTagExpression,
|
|
1161
|
-
ElementView,
|
|
1162
|
-
ElementViewBody,
|
|
1163
|
-
ElementViewRef,
|
|
1164
|
-
ExpressionV2,
|
|
1165
|
-
Expressions,
|
|
1166
|
-
ExtendDeployment,
|
|
1167
|
-
ExtendDeploymentBody,
|
|
1168
|
-
ExtendElement,
|
|
1169
|
-
ExtendElementBody,
|
|
1170
|
-
ExtendElementProperty,
|
|
1171
|
-
ExtendRelation,
|
|
1172
|
-
ExtendRelationBody,
|
|
1173
|
-
ExtendRelationProperty,
|
|
1174
|
-
FqnExpr,
|
|
1175
|
-
FqnExprOrWhere,
|
|
1176
|
-
FqnExprOrWith,
|
|
1177
|
-
FqnExprWhere,
|
|
1178
|
-
FqnExprWith,
|
|
1179
|
-
FqnExpressions,
|
|
1180
|
-
FqnRef,
|
|
1181
|
-
FqnRefExpr,
|
|
1182
|
-
FqnReferenceable,
|
|
1183
|
-
GlobalDynamicPredicateGroup,
|
|
1184
|
-
GlobalPredicateGroup,
|
|
1185
|
-
GlobalStyle,
|
|
1186
|
-
GlobalStyleGroup,
|
|
1187
|
-
GlobalStyleId,
|
|
1188
|
-
Globals,
|
|
1189
|
-
HexColor,
|
|
1190
|
-
IconColorProperty,
|
|
1191
|
-
IconPositionProperty,
|
|
1192
|
-
IconProperty,
|
|
1193
|
-
IconSizeProperty,
|
|
1194
|
-
Imported,
|
|
1195
|
-
ImportsFromPoject,
|
|
1196
|
-
InOutRelationExpr,
|
|
1197
|
-
IncomingRelationExpr,
|
|
1198
|
-
LibIcon,
|
|
1199
|
-
LikeC4Grammar,
|
|
1200
|
-
LikeC4Lib,
|
|
1201
|
-
LikeC4View,
|
|
1202
|
-
LineProperty,
|
|
1203
|
-
LinkProperty,
|
|
1204
|
-
MarkdownOrString,
|
|
1205
|
-
MetadataArray,
|
|
1206
|
-
MetadataAttribute,
|
|
1207
|
-
MetadataBody,
|
|
1208
|
-
MetadataProperty,
|
|
1209
|
-
MetadataValue,
|
|
1210
|
-
Model,
|
|
1211
|
-
ModelDeployments,
|
|
1212
|
-
ModelReferenceable,
|
|
1213
|
-
ModelViews,
|
|
1214
|
-
MultipleProperty,
|
|
1215
|
-
NavigateToProperty,
|
|
1216
|
-
NotationProperty,
|
|
1217
|
-
NotesProperty,
|
|
1218
|
-
OpacityProperty,
|
|
1219
|
-
OutgoingRelationExpr,
|
|
1220
|
-
PaddingSizeProperty,
|
|
1221
|
-
RGBAColor,
|
|
1222
|
-
Referenceable,
|
|
1223
|
-
Relation,
|
|
1224
|
-
RelationBody,
|
|
1225
|
-
RelationExpr,
|
|
1226
|
-
RelationExprOrWhere,
|
|
1227
|
-
RelationExprOrWith,
|
|
1228
|
-
RelationExprWhere,
|
|
1229
|
-
RelationExprWith,
|
|
1230
|
-
RelationKindDotRef,
|
|
1231
|
-
RelationNavigateToProperty,
|
|
1232
|
-
RelationProperty,
|
|
1233
|
-
RelationStringProperty,
|
|
1234
|
-
RelationStyleProperty,
|
|
1235
|
-
RelationshipKind,
|
|
1236
|
-
RelationshipStyleProperty,
|
|
1237
|
-
ShapeProperty,
|
|
1238
|
-
ShapeSizeProperty,
|
|
1239
|
-
SizeProperty,
|
|
1240
|
-
SpecificationColor,
|
|
1241
|
-
SpecificationDeploymentNodeKind,
|
|
1242
|
-
SpecificationElementKind,
|
|
1243
|
-
SpecificationElementStringProperty,
|
|
1244
|
-
SpecificationRelationshipKind,
|
|
1245
|
-
SpecificationRelationshipStringProperty,
|
|
1246
|
-
SpecificationRule,
|
|
1247
|
-
SpecificationTag,
|
|
1248
|
-
StrictFqnElementRef,
|
|
1249
|
-
StrictFqnRef,
|
|
1250
|
-
StringProperty,
|
|
1251
|
-
StyleProperty,
|
|
1252
|
-
Tag,
|
|
1253
|
-
TagRef,
|
|
1254
|
-
Tags,
|
|
1255
|
-
TextSizeProperty,
|
|
1256
|
-
ViewProperty,
|
|
1257
|
-
ViewRef,
|
|
1258
|
-
ViewRule,
|
|
1259
|
-
ViewRuleAutoLayout,
|
|
1260
|
-
ViewRuleGlobalPredicateRef,
|
|
1261
|
-
ViewRuleGlobalStyle,
|
|
1262
|
-
ViewRuleGroup,
|
|
1263
|
-
ViewRulePredicate,
|
|
1264
|
-
ViewRuleRank,
|
|
1265
|
-
ViewRuleStyle,
|
|
1266
|
-
ViewRuleStyleOrGlobalRef,
|
|
1267
|
-
ViewStringProperty,
|
|
1268
|
-
WhereBinaryExpression,
|
|
1269
|
-
WhereElement,
|
|
1270
|
-
WhereElementExpression,
|
|
1271
|
-
WhereElementKind,
|
|
1272
|
-
WhereElementNegation,
|
|
1273
|
-
WhereElementTag,
|
|
1274
|
-
WhereExpression,
|
|
1275
|
-
WhereKindEqual,
|
|
1276
|
-
WhereRelation,
|
|
1277
|
-
WhereRelationExpression,
|
|
1278
|
-
WhereRelationKind,
|
|
1279
|
-
WhereRelationNegation,
|
|
1280
|
-
WhereRelationParticipantKind,
|
|
1281
|
-
WhereRelationParticipantTag,
|
|
1282
|
-
WhereRelationTag,
|
|
1283
|
-
WhereTagEqual,
|
|
1284
|
-
WildcardExpression
|
|
1285
|
-
];
|
|
1286
|
-
}
|
|
1287
|
-
computeIsSubtype(subtype, supertype) {
|
|
1288
|
-
switch (subtype) {
|
|
1289
|
-
case ArrowProperty:
|
|
1290
|
-
case LineProperty: return this.isSubtype(RelationshipStyleProperty, supertype);
|
|
1291
|
-
case BorderProperty:
|
|
1292
|
-
case IconColorProperty:
|
|
1293
|
-
case IconPositionProperty:
|
|
1294
|
-
case MultipleProperty:
|
|
1295
|
-
case OpacityProperty:
|
|
1296
|
-
case ShapeProperty: return this.isSubtype(StyleProperty, supertype);
|
|
1297
|
-
case ColorProperty: return this.isSubtype(RelationshipStyleProperty, supertype) || this.isSubtype(StyleProperty, supertype);
|
|
1298
|
-
case DeployedInstance:
|
|
1299
|
-
case DeploymentNode: return this.isSubtype(DeploymentElement, supertype) || this.isSubtype(Referenceable, supertype);
|
|
1300
|
-
case DeploymentNodeKind:
|
|
1301
|
-
case ElementKind: return this.isSubtype(DeploymentNodeOrElementKind, supertype);
|
|
1302
|
-
case DeploymentView:
|
|
1303
|
-
case DynamicView:
|
|
1304
|
-
case ElementView: return this.isSubtype(LikeC4View, supertype);
|
|
1305
|
-
case DeploymentViewRulePredicate:
|
|
1306
|
-
case DeploymentViewRuleStyle: return this.isSubtype(DeploymentViewRule, supertype);
|
|
1307
|
-
case DirectedRelationExpr:
|
|
1308
|
-
case IncomingRelationExpr:
|
|
1309
|
-
case InOutRelationExpr:
|
|
1310
|
-
case OutgoingRelationExpr: return this.isSubtype(RelationExpr, supertype);
|
|
1311
|
-
case DynamicStepChain:
|
|
1312
|
-
case DynamicStepSingle: return this.isSubtype(AbstractDynamicStep, supertype) || this.isSubtype(DynamicViewStep, supertype);
|
|
1313
|
-
case DynamicViewDisplayVariantProperty: return this.isSubtype(DynamicViewProperty, supertype);
|
|
1314
|
-
case DynamicViewGlobalPredicateRef:
|
|
1315
|
-
case DynamicViewIncludePredicate: return this.isSubtype(DynamicViewRule, supertype);
|
|
1316
|
-
case DynamicViewProperty:
|
|
1317
|
-
case ElementProperty:
|
|
1318
|
-
case RelationProperty:
|
|
1319
|
-
case StringProperty: return this.isSubtype(AnyProperty, supertype);
|
|
1320
|
-
case Element: return this.isSubtype(FqnReferenceable, supertype) || this.isSubtype(ModelReferenceable, supertype) || this.isSubtype(Referenceable, supertype);
|
|
1321
|
-
case ElementKindExpression:
|
|
1322
|
-
case ElementTagExpression:
|
|
1323
|
-
case FqnRefExpr:
|
|
1324
|
-
case WildcardExpression: return this.isSubtype(FqnExpr, supertype);
|
|
1325
|
-
case ElementStringProperty: return this.isSubtype(ElementProperty, supertype) || this.isSubtype(StringProperty, supertype);
|
|
1326
|
-
case ElementStyleProperty: return this.isSubtype(ElementProperty, supertype);
|
|
1327
|
-
case ExtendDeployment:
|
|
1328
|
-
case ExtendElement:
|
|
1329
|
-
case Referenceable: return this.isSubtype(FqnReferenceable, supertype);
|
|
1330
|
-
case FqnExpr:
|
|
1331
|
-
case FqnExprWhere: return this.isSubtype(FqnExprOrWhere, supertype);
|
|
1332
|
-
case FqnExprOrWhere:
|
|
1333
|
-
case FqnExprWith: return this.isSubtype(FqnExprOrWith, supertype);
|
|
1334
|
-
case FqnExprOrWith:
|
|
1335
|
-
case RelationExprOrWith: return this.isSubtype(ExpressionV2, supertype);
|
|
1336
|
-
case HexColor:
|
|
1337
|
-
case RGBAColor: return this.isSubtype(ColorLiteral, supertype);
|
|
1338
|
-
case IconProperty: return this.isSubtype(ElementProperty, supertype) || this.isSubtype(StyleProperty, supertype);
|
|
1339
|
-
case IconSizeProperty:
|
|
1340
|
-
case PaddingSizeProperty:
|
|
1341
|
-
case ShapeSizeProperty:
|
|
1342
|
-
case TextSizeProperty: return this.isSubtype(SizeProperty, supertype) || this.isSubtype(StyleProperty, supertype);
|
|
1343
|
-
case Imported: return this.isSubtype(ModelReferenceable, supertype) || this.isSubtype(Referenceable, supertype);
|
|
1344
|
-
case LinkProperty: return this.isSubtype(ElementProperty, supertype) || this.isSubtype(ExtendElementProperty, supertype) || this.isSubtype(ExtendRelationProperty, supertype) || this.isSubtype(RelationProperty, supertype) || this.isSubtype(ViewProperty, supertype);
|
|
1345
|
-
case MarkdownOrString:
|
|
1346
|
-
case MetadataArray: return this.isSubtype(MetadataValue, supertype);
|
|
1347
|
-
case MetadataAttribute:
|
|
1348
|
-
case NotationProperty:
|
|
1349
|
-
case NotesProperty:
|
|
1350
|
-
case SpecificationElementStringProperty:
|
|
1351
|
-
case SpecificationRelationshipStringProperty: return this.isSubtype(StringProperty, supertype);
|
|
1352
|
-
case MetadataBody: return this.isSubtype(MetadataProperty, supertype);
|
|
1353
|
-
case MetadataProperty: return this.isSubtype(ElementProperty, supertype) || this.isSubtype(ExtendElementProperty, supertype) || this.isSubtype(ExtendRelationProperty, supertype) || this.isSubtype(RelationProperty, supertype);
|
|
1354
|
-
case RelationExpr:
|
|
1355
|
-
case RelationExprWhere: return this.isSubtype(RelationExprOrWhere, supertype);
|
|
1356
|
-
case RelationExprOrWhere:
|
|
1357
|
-
case RelationExprWith: return this.isSubtype(RelationExprOrWith, supertype);
|
|
1358
|
-
case RelationNavigateToProperty:
|
|
1359
|
-
case RelationStyleProperty: return this.isSubtype(RelationProperty, supertype);
|
|
1360
|
-
case RelationStringProperty: return this.isSubtype(RelationProperty, supertype) || this.isSubtype(StringProperty, supertype);
|
|
1361
|
-
case ViewProperty: return this.isSubtype(AnyProperty, supertype) || this.isSubtype(DynamicViewProperty, supertype);
|
|
1362
|
-
case ViewRuleAutoLayout: return this.isSubtype(DeploymentViewRule, supertype) || this.isSubtype(DynamicViewRule, supertype) || this.isSubtype(ViewRule, supertype);
|
|
1363
|
-
case ViewRuleGlobalPredicateRef:
|
|
1364
|
-
case ViewRuleGroup:
|
|
1365
|
-
case ViewRulePredicate:
|
|
1366
|
-
case ViewRuleRank: return this.isSubtype(ViewRule, supertype);
|
|
1367
|
-
case ViewRuleGlobalStyle:
|
|
1368
|
-
case ViewRuleStyle: return this.isSubtype(ViewRuleStyleOrGlobalRef, supertype);
|
|
1369
|
-
case ViewRuleStyleOrGlobalRef: return this.isSubtype(DynamicViewRule, supertype) || this.isSubtype(ViewRule, supertype);
|
|
1370
|
-
case ViewStringProperty: return this.isSubtype(StringProperty, supertype) || this.isSubtype(ViewProperty, supertype);
|
|
1371
|
-
case WhereBinaryExpression: return this.isSubtype(WhereElementExpression, supertype) || this.isSubtype(WhereRelationExpression, supertype);
|
|
1372
|
-
case WhereElement:
|
|
1373
|
-
case WhereElementNegation: return this.isSubtype(WhereElementExpression, supertype);
|
|
1374
|
-
case WhereElementExpression:
|
|
1375
|
-
case WhereRelationExpression: return this.isSubtype(WhereExpression, supertype);
|
|
1376
|
-
case WhereElementKind: return this.isSubtype(WhereElement, supertype) || this.isSubtype(WhereKindEqual, supertype);
|
|
1377
|
-
case WhereElementTag: return this.isSubtype(WhereElement, supertype) || this.isSubtype(WhereTagEqual, supertype);
|
|
1378
|
-
case WhereRelation:
|
|
1379
|
-
case WhereRelationNegation: return this.isSubtype(WhereRelationExpression, supertype);
|
|
1380
|
-
case WhereRelationKind:
|
|
1381
|
-
case WhereRelationParticipantKind: return this.isSubtype(WhereKindEqual, supertype) || this.isSubtype(WhereRelation, supertype);
|
|
1382
|
-
case WhereRelationParticipantTag:
|
|
1383
|
-
case WhereRelationTag: return this.isSubtype(WhereRelation, supertype) || this.isSubtype(WhereTagEqual, supertype);
|
|
1384
|
-
default: return false;
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
getReferenceType(refInfo) {
|
|
1388
|
-
const referenceId = `${refInfo.container.$type}:${refInfo.property}`;
|
|
1389
|
-
switch (referenceId) {
|
|
1390
|
-
case "AbstractDynamicStep:kind":
|
|
1391
|
-
case "DeploymentRelation:kind":
|
|
1392
|
-
case "DynamicStepChain:kind":
|
|
1393
|
-
case "DynamicStepSingle:kind":
|
|
1394
|
-
case "ExtendRelation:kind":
|
|
1395
|
-
case "OutgoingRelationExpr:kind":
|
|
1396
|
-
case "Relation:kind":
|
|
1397
|
-
case "RelationKindDotRef:kind":
|
|
1398
|
-
case "WhereRelationKind:value": return RelationshipKind;
|
|
1399
|
-
case "ColorProperty:customColor":
|
|
1400
|
-
case "IconColorProperty:customColor": return CustomColor;
|
|
1401
|
-
case "DeploymentNode:kind": return DeploymentNodeKind;
|
|
1402
|
-
case "DynamicViewGlobalPredicateRef:predicate": return GlobalDynamicPredicateGroup;
|
|
1403
|
-
case "DynamicViewRef:view": return DynamicView;
|
|
1404
|
-
case "Element:kind":
|
|
1405
|
-
case "ElementKindExpression:kind": return ElementKind;
|
|
1406
|
-
case "ElementViewRef:view": return ElementView;
|
|
1407
|
-
case "FqnRef:value":
|
|
1408
|
-
case "StrictFqnRef:value": return Referenceable;
|
|
1409
|
-
case "IconProperty:libicon": return LibIcon;
|
|
1410
|
-
case "Imported:imported":
|
|
1411
|
-
case "StrictFqnElementRef:el": return Element;
|
|
1412
|
-
case "TagRef:tag": return Tag;
|
|
1413
|
-
case "ViewRef:view": return LikeC4View;
|
|
1414
|
-
case "ViewRuleGlobalPredicateRef:predicate": return GlobalPredicateGroup;
|
|
1415
|
-
case "ViewRuleGlobalStyle:style": return GlobalStyleId;
|
|
1416
|
-
case "WhereElementKind:value":
|
|
1417
|
-
case "WhereRelationParticipantKind:value": return DeploymentNodeOrElementKind;
|
|
1418
|
-
default: throw new Error(`${referenceId} is not a valid reference id.`);
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1421
|
-
getTypeMetaData(type) {
|
|
1422
|
-
switch (type) {
|
|
1423
|
-
case AbstractDynamicStep: return {
|
|
1424
|
-
name: AbstractDynamicStep,
|
|
1425
|
-
properties: [
|
|
1426
|
-
{ name: "custom" },
|
|
1427
|
-
{ name: "dotKind" },
|
|
1428
|
-
{ name: "kind" },
|
|
1429
|
-
{ name: "target" },
|
|
1430
|
-
{ name: "title" }
|
|
1431
|
-
]
|
|
1432
|
-
};
|
|
1433
|
-
case ArrowProperty: return {
|
|
1434
|
-
name: ArrowProperty,
|
|
1435
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1436
|
-
};
|
|
1437
|
-
case BorderProperty: return {
|
|
1438
|
-
name: BorderProperty,
|
|
1439
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1440
|
-
};
|
|
1441
|
-
case ColorProperty: return {
|
|
1442
|
-
name: ColorProperty,
|
|
1443
|
-
properties: [
|
|
1444
|
-
{ name: "customColor" },
|
|
1445
|
-
{ name: "key" },
|
|
1446
|
-
{ name: "themeColor" }
|
|
1447
|
-
]
|
|
1448
|
-
};
|
|
1449
|
-
case CustomColor: return {
|
|
1450
|
-
name: CustomColor,
|
|
1451
|
-
properties: [{ name: "name" }]
|
|
1452
|
-
};
|
|
1453
|
-
case CustomElementProperties: return {
|
|
1454
|
-
name: CustomElementProperties,
|
|
1455
|
-
properties: [{
|
|
1456
|
-
name: "props",
|
|
1457
|
-
defaultValue: []
|
|
1458
|
-
}]
|
|
1459
|
-
};
|
|
1460
|
-
case CustomRelationProperties: return {
|
|
1461
|
-
name: CustomRelationProperties,
|
|
1462
|
-
properties: [{
|
|
1463
|
-
name: "props",
|
|
1464
|
-
defaultValue: []
|
|
1465
|
-
}]
|
|
1466
|
-
};
|
|
1467
|
-
case DeployedInstance: return {
|
|
1468
|
-
name: DeployedInstance,
|
|
1469
|
-
properties: [
|
|
1470
|
-
{ name: "body" },
|
|
1471
|
-
{ name: "name" },
|
|
1472
|
-
{ name: "summary" },
|
|
1473
|
-
{ name: "target" },
|
|
1474
|
-
{ name: "title" }
|
|
1475
|
-
]
|
|
1476
|
-
};
|
|
1477
|
-
case DeployedInstanceBody: return {
|
|
1478
|
-
name: DeployedInstanceBody,
|
|
1479
|
-
properties: [
|
|
1480
|
-
{
|
|
1481
|
-
name: "elements",
|
|
1482
|
-
defaultValue: []
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
name: "props",
|
|
1486
|
-
defaultValue: []
|
|
1487
|
-
},
|
|
1488
|
-
{ name: "tags" }
|
|
1489
|
-
]
|
|
1490
|
-
};
|
|
1491
|
-
case DeploymentNode: return {
|
|
1492
|
-
name: DeploymentNode,
|
|
1493
|
-
properties: [
|
|
1494
|
-
{ name: "body" },
|
|
1495
|
-
{ name: "kind" },
|
|
1496
|
-
{ name: "name" },
|
|
1497
|
-
{ name: "summary" },
|
|
1498
|
-
{ name: "title" }
|
|
1499
|
-
]
|
|
1500
|
-
};
|
|
1501
|
-
case DeploymentNodeBody: return {
|
|
1502
|
-
name: DeploymentNodeBody,
|
|
1503
|
-
properties: [
|
|
1504
|
-
{
|
|
1505
|
-
name: "elements",
|
|
1506
|
-
defaultValue: []
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
name: "props",
|
|
1510
|
-
defaultValue: []
|
|
1511
|
-
},
|
|
1512
|
-
{ name: "tags" }
|
|
1513
|
-
]
|
|
1514
|
-
};
|
|
1515
|
-
case DeploymentNodeKind: return {
|
|
1516
|
-
name: DeploymentNodeKind,
|
|
1517
|
-
properties: [{ name: "name" }]
|
|
1518
|
-
};
|
|
1519
|
-
case DeploymentRelation: return {
|
|
1520
|
-
name: DeploymentRelation,
|
|
1521
|
-
properties: [
|
|
1522
|
-
{ name: "body" },
|
|
1523
|
-
{ name: "description" },
|
|
1524
|
-
{ name: "dotKind" },
|
|
1525
|
-
{ name: "kind" },
|
|
1526
|
-
{ name: "source" },
|
|
1527
|
-
{ name: "tags" },
|
|
1528
|
-
{ name: "target" },
|
|
1529
|
-
{ name: "technology" },
|
|
1530
|
-
{ name: "title" }
|
|
1531
|
-
]
|
|
1532
|
-
};
|
|
1533
|
-
case DeploymentRelationBody: return {
|
|
1534
|
-
name: DeploymentRelationBody,
|
|
1535
|
-
properties: [{
|
|
1536
|
-
name: "props",
|
|
1537
|
-
defaultValue: []
|
|
1538
|
-
}, { name: "tags" }]
|
|
1539
|
-
};
|
|
1540
|
-
case DeploymentView: return {
|
|
1541
|
-
name: DeploymentView,
|
|
1542
|
-
properties: [{ name: "body" }, { name: "name" }]
|
|
1543
|
-
};
|
|
1544
|
-
case DeploymentViewBody: return {
|
|
1545
|
-
name: DeploymentViewBody,
|
|
1546
|
-
properties: [
|
|
1547
|
-
{
|
|
1548
|
-
name: "props",
|
|
1549
|
-
defaultValue: []
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
name: "rules",
|
|
1553
|
-
defaultValue: []
|
|
1554
|
-
},
|
|
1555
|
-
{ name: "tags" }
|
|
1556
|
-
]
|
|
1557
|
-
};
|
|
1558
|
-
case DeploymentViewRulePredicate: return {
|
|
1559
|
-
name: DeploymentViewRulePredicate,
|
|
1560
|
-
properties: [{ name: "expr" }, {
|
|
1561
|
-
name: "isInclude",
|
|
1562
|
-
defaultValue: false
|
|
1563
|
-
}]
|
|
1564
|
-
};
|
|
1565
|
-
case DeploymentViewRuleStyle: return {
|
|
1566
|
-
name: DeploymentViewRuleStyle,
|
|
1567
|
-
properties: [{
|
|
1568
|
-
name: "props",
|
|
1569
|
-
defaultValue: []
|
|
1570
|
-
}, { name: "targets" }]
|
|
1571
|
-
};
|
|
1572
|
-
case DirectedRelationExpr: return {
|
|
1573
|
-
name: DirectedRelationExpr,
|
|
1574
|
-
properties: [{ name: "source" }, { name: "target" }]
|
|
1575
|
-
};
|
|
1576
|
-
case DynamicView: return {
|
|
1577
|
-
name: DynamicView,
|
|
1578
|
-
properties: [{ name: "body" }, { name: "name" }]
|
|
1579
|
-
};
|
|
1580
|
-
case DynamicViewBody: return {
|
|
1581
|
-
name: DynamicViewBody,
|
|
1582
|
-
properties: [
|
|
1583
|
-
{
|
|
1584
|
-
name: "props",
|
|
1585
|
-
defaultValue: []
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
name: "rules",
|
|
1589
|
-
defaultValue: []
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
name: "steps",
|
|
1593
|
-
defaultValue: []
|
|
1594
|
-
},
|
|
1595
|
-
{ name: "tags" }
|
|
1596
|
-
]
|
|
1597
|
-
};
|
|
1598
|
-
case DynamicViewDisplayVariantProperty: return {
|
|
1599
|
-
name: DynamicViewDisplayVariantProperty,
|
|
1600
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1601
|
-
};
|
|
1602
|
-
case DynamicViewGlobalPredicateRef: return {
|
|
1603
|
-
name: DynamicViewGlobalPredicateRef,
|
|
1604
|
-
properties: [{ name: "predicate" }]
|
|
1605
|
-
};
|
|
1606
|
-
case DynamicViewIncludePredicate: return {
|
|
1607
|
-
name: DynamicViewIncludePredicate,
|
|
1608
|
-
properties: [{ name: "exprs" }]
|
|
1609
|
-
};
|
|
1610
|
-
case DynamicViewParallelSteps: return {
|
|
1611
|
-
name: DynamicViewParallelSteps,
|
|
1612
|
-
properties: [{
|
|
1613
|
-
name: "steps",
|
|
1614
|
-
defaultValue: []
|
|
1615
|
-
}]
|
|
1616
|
-
};
|
|
1617
|
-
case DynamicViewRef: return {
|
|
1618
|
-
name: DynamicViewRef,
|
|
1619
|
-
properties: [{ name: "view" }]
|
|
1620
|
-
};
|
|
1621
|
-
case Element: return {
|
|
1622
|
-
name: Element,
|
|
1623
|
-
properties: [
|
|
1624
|
-
{ name: "body" },
|
|
1625
|
-
{ name: "kind" },
|
|
1626
|
-
{ name: "name" },
|
|
1627
|
-
{
|
|
1628
|
-
name: "props",
|
|
1629
|
-
defaultValue: []
|
|
1630
|
-
}
|
|
1631
|
-
]
|
|
1632
|
-
};
|
|
1633
|
-
case ElementBody: return {
|
|
1634
|
-
name: ElementBody,
|
|
1635
|
-
properties: [
|
|
1636
|
-
{
|
|
1637
|
-
name: "elements",
|
|
1638
|
-
defaultValue: []
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
name: "props",
|
|
1642
|
-
defaultValue: []
|
|
1643
|
-
},
|
|
1644
|
-
{ name: "tags" }
|
|
1645
|
-
]
|
|
1646
|
-
};
|
|
1647
|
-
case ElementKind: return {
|
|
1648
|
-
name: ElementKind,
|
|
1649
|
-
properties: [{ name: "name" }]
|
|
1650
|
-
};
|
|
1651
|
-
case ElementKindExpression: return {
|
|
1652
|
-
name: ElementKindExpression,
|
|
1653
|
-
properties: [{
|
|
1654
|
-
name: "isEqual",
|
|
1655
|
-
defaultValue: false
|
|
1656
|
-
}, { name: "kind" }]
|
|
1657
|
-
};
|
|
1658
|
-
case ElementRef: return {
|
|
1659
|
-
name: ElementRef,
|
|
1660
|
-
properties: [{ name: "modelElement" }]
|
|
1661
|
-
};
|
|
1662
|
-
case ElementStringProperty: return {
|
|
1663
|
-
name: ElementStringProperty,
|
|
1664
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1665
|
-
};
|
|
1666
|
-
case ElementStyleProperty: return {
|
|
1667
|
-
name: ElementStyleProperty,
|
|
1668
|
-
properties: [{ name: "key" }, {
|
|
1669
|
-
name: "props",
|
|
1670
|
-
defaultValue: []
|
|
1671
|
-
}]
|
|
1672
|
-
};
|
|
1673
|
-
case ElementTagExpression: return {
|
|
1674
|
-
name: ElementTagExpression,
|
|
1675
|
-
properties: [{
|
|
1676
|
-
name: "isEqual",
|
|
1677
|
-
defaultValue: false
|
|
1678
|
-
}, { name: "tag" }]
|
|
1679
|
-
};
|
|
1680
|
-
case ElementView: return {
|
|
1681
|
-
name: ElementView,
|
|
1682
|
-
properties: [
|
|
1683
|
-
{ name: "body" },
|
|
1684
|
-
{ name: "extends" },
|
|
1685
|
-
{ name: "name" },
|
|
1686
|
-
{ name: "viewOf" }
|
|
1687
|
-
]
|
|
1688
|
-
};
|
|
1689
|
-
case ElementViewBody: return {
|
|
1690
|
-
name: ElementViewBody,
|
|
1691
|
-
properties: [
|
|
1692
|
-
{
|
|
1693
|
-
name: "props",
|
|
1694
|
-
defaultValue: []
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
name: "rules",
|
|
1698
|
-
defaultValue: []
|
|
1699
|
-
},
|
|
1700
|
-
{ name: "tags" }
|
|
1701
|
-
]
|
|
1702
|
-
};
|
|
1703
|
-
case ElementViewRef: return {
|
|
1704
|
-
name: ElementViewRef,
|
|
1705
|
-
properties: [{ name: "view" }]
|
|
1706
|
-
};
|
|
1707
|
-
case Expressions: return {
|
|
1708
|
-
name: Expressions,
|
|
1709
|
-
properties: [{ name: "prev" }, { name: "value" }]
|
|
1710
|
-
};
|
|
1711
|
-
case ExtendDeployment: return {
|
|
1712
|
-
name: ExtendDeployment,
|
|
1713
|
-
properties: [{ name: "body" }, { name: "deploymentNode" }]
|
|
1714
|
-
};
|
|
1715
|
-
case ExtendDeploymentBody: return {
|
|
1716
|
-
name: ExtendDeploymentBody,
|
|
1717
|
-
properties: [
|
|
1718
|
-
{
|
|
1719
|
-
name: "elements",
|
|
1720
|
-
defaultValue: []
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
name: "props",
|
|
1724
|
-
defaultValue: []
|
|
1725
|
-
},
|
|
1726
|
-
{ name: "tags" }
|
|
1727
|
-
]
|
|
1728
|
-
};
|
|
1729
|
-
case ExtendElement: return {
|
|
1730
|
-
name: ExtendElement,
|
|
1731
|
-
properties: [{ name: "body" }, { name: "element" }]
|
|
1732
|
-
};
|
|
1733
|
-
case ExtendElementBody: return {
|
|
1734
|
-
name: ExtendElementBody,
|
|
1735
|
-
properties: [
|
|
1736
|
-
{
|
|
1737
|
-
name: "elements",
|
|
1738
|
-
defaultValue: []
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
name: "props",
|
|
1742
|
-
defaultValue: []
|
|
1743
|
-
},
|
|
1744
|
-
{ name: "tags" }
|
|
1745
|
-
]
|
|
1746
|
-
};
|
|
1747
|
-
case ExtendRelation: return {
|
|
1748
|
-
name: ExtendRelation,
|
|
1749
|
-
properties: [
|
|
1750
|
-
{ name: "body" },
|
|
1751
|
-
{ name: "dotKind" },
|
|
1752
|
-
{ name: "kind" },
|
|
1753
|
-
{ name: "source" },
|
|
1754
|
-
{ name: "target" },
|
|
1755
|
-
{ name: "title" }
|
|
1756
|
-
]
|
|
1757
|
-
};
|
|
1758
|
-
case ExtendRelationBody: return {
|
|
1759
|
-
name: ExtendRelationBody,
|
|
1760
|
-
properties: [{
|
|
1761
|
-
name: "props",
|
|
1762
|
-
defaultValue: []
|
|
1763
|
-
}, { name: "tags" }]
|
|
1764
|
-
};
|
|
1765
|
-
case FqnExpressions: return {
|
|
1766
|
-
name: FqnExpressions,
|
|
1767
|
-
properties: [{ name: "prev" }, { name: "value" }]
|
|
1768
|
-
};
|
|
1769
|
-
case FqnExprWhere: return {
|
|
1770
|
-
name: FqnExprWhere,
|
|
1771
|
-
properties: [{ name: "subject" }, { name: "where" }]
|
|
1772
|
-
};
|
|
1773
|
-
case FqnExprWith: return {
|
|
1774
|
-
name: FqnExprWith,
|
|
1775
|
-
properties: [{ name: "custom" }, { name: "subject" }]
|
|
1776
|
-
};
|
|
1777
|
-
case FqnRef: return {
|
|
1778
|
-
name: FqnRef,
|
|
1779
|
-
properties: [{ name: "parent" }, { name: "value" }]
|
|
1780
|
-
};
|
|
1781
|
-
case FqnRefExpr: return {
|
|
1782
|
-
name: FqnRefExpr,
|
|
1783
|
-
properties: [{ name: "ref" }, { name: "selector" }]
|
|
1784
|
-
};
|
|
1785
|
-
case GlobalDynamicPredicateGroup: return {
|
|
1786
|
-
name: GlobalDynamicPredicateGroup,
|
|
1787
|
-
properties: [{ name: "name" }, {
|
|
1788
|
-
name: "predicates",
|
|
1789
|
-
defaultValue: []
|
|
1790
|
-
}]
|
|
1791
|
-
};
|
|
1792
|
-
case GlobalPredicateGroup: return {
|
|
1793
|
-
name: GlobalPredicateGroup,
|
|
1794
|
-
properties: [{ name: "name" }, {
|
|
1795
|
-
name: "predicates",
|
|
1796
|
-
defaultValue: []
|
|
1797
|
-
}]
|
|
1798
|
-
};
|
|
1799
|
-
case Globals: return {
|
|
1800
|
-
name: Globals,
|
|
1801
|
-
properties: [
|
|
1802
|
-
{ name: "name" },
|
|
1803
|
-
{
|
|
1804
|
-
name: "predicates",
|
|
1805
|
-
defaultValue: []
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
name: "styles",
|
|
1809
|
-
defaultValue: []
|
|
1810
|
-
}
|
|
1811
|
-
]
|
|
1812
|
-
};
|
|
1813
|
-
case GlobalStyle: return {
|
|
1814
|
-
name: GlobalStyle,
|
|
1815
|
-
properties: [
|
|
1816
|
-
{ name: "id" },
|
|
1817
|
-
{
|
|
1818
|
-
name: "props",
|
|
1819
|
-
defaultValue: []
|
|
1820
|
-
},
|
|
1821
|
-
{ name: "targets" }
|
|
1822
|
-
]
|
|
1823
|
-
};
|
|
1824
|
-
case GlobalStyleGroup: return {
|
|
1825
|
-
name: GlobalStyleGroup,
|
|
1826
|
-
properties: [{ name: "id" }, {
|
|
1827
|
-
name: "styles",
|
|
1828
|
-
defaultValue: []
|
|
1829
|
-
}]
|
|
1830
|
-
};
|
|
1831
|
-
case GlobalStyleId: return {
|
|
1832
|
-
name: GlobalStyleId,
|
|
1833
|
-
properties: [{ name: "name" }]
|
|
1834
|
-
};
|
|
1835
|
-
case HexColor: return {
|
|
1836
|
-
name: HexColor,
|
|
1837
|
-
properties: [{ name: "hex" }]
|
|
1838
|
-
};
|
|
1839
|
-
case IconColorProperty: return {
|
|
1840
|
-
name: IconColorProperty,
|
|
1841
|
-
properties: [
|
|
1842
|
-
{ name: "customColor" },
|
|
1843
|
-
{ name: "key" },
|
|
1844
|
-
{ name: "themeColor" }
|
|
1845
|
-
]
|
|
1846
|
-
};
|
|
1847
|
-
case IconPositionProperty: return {
|
|
1848
|
-
name: IconPositionProperty,
|
|
1849
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1850
|
-
};
|
|
1851
|
-
case IconProperty: return {
|
|
1852
|
-
name: IconProperty,
|
|
1853
|
-
properties: [
|
|
1854
|
-
{ name: "key" },
|
|
1855
|
-
{ name: "libicon" },
|
|
1856
|
-
{ name: "value" }
|
|
1857
|
-
]
|
|
1858
|
-
};
|
|
1859
|
-
case IconSizeProperty: return {
|
|
1860
|
-
name: IconSizeProperty,
|
|
1861
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1862
|
-
};
|
|
1863
|
-
case Imported: return {
|
|
1864
|
-
name: Imported,
|
|
1865
|
-
properties: [{ name: "imported" }, { name: "prev" }]
|
|
1866
|
-
};
|
|
1867
|
-
case ImportsFromPoject: return {
|
|
1868
|
-
name: ImportsFromPoject,
|
|
1869
|
-
properties: [{ name: "imports" }, { name: "project" }]
|
|
1870
|
-
};
|
|
1871
|
-
case IncomingRelationExpr: return {
|
|
1872
|
-
name: IncomingRelationExpr,
|
|
1873
|
-
properties: [{ name: "to" }]
|
|
1874
|
-
};
|
|
1875
|
-
case InOutRelationExpr: return {
|
|
1876
|
-
name: InOutRelationExpr,
|
|
1877
|
-
properties: [{ name: "inout" }]
|
|
1878
|
-
};
|
|
1879
|
-
case LibIcon: return {
|
|
1880
|
-
name: LibIcon,
|
|
1881
|
-
properties: [{ name: "name" }]
|
|
1882
|
-
};
|
|
1883
|
-
case LikeC4Grammar: return {
|
|
1884
|
-
name: LikeC4Grammar,
|
|
1885
|
-
properties: [
|
|
1886
|
-
{
|
|
1887
|
-
name: "deployments",
|
|
1888
|
-
defaultValue: []
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
name: "globals",
|
|
1892
|
-
defaultValue: []
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
name: "imports",
|
|
1896
|
-
defaultValue: []
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
name: "likec4lib",
|
|
1900
|
-
defaultValue: []
|
|
1901
|
-
},
|
|
1902
|
-
{
|
|
1903
|
-
name: "models",
|
|
1904
|
-
defaultValue: []
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
name: "specifications",
|
|
1908
|
-
defaultValue: []
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
name: "views",
|
|
1912
|
-
defaultValue: []
|
|
1913
|
-
}
|
|
1914
|
-
]
|
|
1915
|
-
};
|
|
1916
|
-
case LikeC4Lib: return {
|
|
1917
|
-
name: LikeC4Lib,
|
|
1918
|
-
properties: [{
|
|
1919
|
-
name: "icons",
|
|
1920
|
-
defaultValue: []
|
|
1921
|
-
}]
|
|
1922
|
-
};
|
|
1923
|
-
case LineProperty: return {
|
|
1924
|
-
name: LineProperty,
|
|
1925
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1926
|
-
};
|
|
1927
|
-
case LinkProperty: return {
|
|
1928
|
-
name: LinkProperty,
|
|
1929
|
-
properties: [
|
|
1930
|
-
{ name: "key" },
|
|
1931
|
-
{ name: "title" },
|
|
1932
|
-
{ name: "value" }
|
|
1933
|
-
]
|
|
1934
|
-
};
|
|
1935
|
-
case MarkdownOrString: return {
|
|
1936
|
-
name: MarkdownOrString,
|
|
1937
|
-
properties: [{ name: "markdown" }, { name: "text" }]
|
|
1938
|
-
};
|
|
1939
|
-
case MetadataArray: return {
|
|
1940
|
-
name: MetadataArray,
|
|
1941
|
-
properties: [{
|
|
1942
|
-
name: "values",
|
|
1943
|
-
defaultValue: []
|
|
1944
|
-
}]
|
|
1945
|
-
};
|
|
1946
|
-
case MetadataAttribute: return {
|
|
1947
|
-
name: MetadataAttribute,
|
|
1948
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1949
|
-
};
|
|
1950
|
-
case MetadataBody: return {
|
|
1951
|
-
name: MetadataBody,
|
|
1952
|
-
properties: [{
|
|
1953
|
-
name: "props",
|
|
1954
|
-
defaultValue: []
|
|
1955
|
-
}]
|
|
1956
|
-
};
|
|
1957
|
-
case Model: return {
|
|
1958
|
-
name: Model,
|
|
1959
|
-
properties: [{
|
|
1960
|
-
name: "elements",
|
|
1961
|
-
defaultValue: []
|
|
1962
|
-
}, { name: "name" }]
|
|
1963
|
-
};
|
|
1964
|
-
case ModelDeployments: return {
|
|
1965
|
-
name: ModelDeployments,
|
|
1966
|
-
properties: [{
|
|
1967
|
-
name: "elements",
|
|
1968
|
-
defaultValue: []
|
|
1969
|
-
}, { name: "name" }]
|
|
1970
|
-
};
|
|
1971
|
-
case ModelViews: return {
|
|
1972
|
-
name: ModelViews,
|
|
1973
|
-
properties: [
|
|
1974
|
-
{ name: "folder" },
|
|
1975
|
-
{ name: "name" },
|
|
1976
|
-
{
|
|
1977
|
-
name: "styles",
|
|
1978
|
-
defaultValue: []
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
name: "views",
|
|
1982
|
-
defaultValue: []
|
|
1983
|
-
}
|
|
1984
|
-
]
|
|
1985
|
-
};
|
|
1986
|
-
case MultipleProperty: return {
|
|
1987
|
-
name: MultipleProperty,
|
|
1988
|
-
properties: [{ name: "key" }, {
|
|
1989
|
-
name: "value",
|
|
1990
|
-
defaultValue: false
|
|
1991
|
-
}]
|
|
1992
|
-
};
|
|
1993
|
-
case NavigateToProperty: return {
|
|
1994
|
-
name: NavigateToProperty,
|
|
1995
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
1996
|
-
};
|
|
1997
|
-
case NotationProperty: return {
|
|
1998
|
-
name: NotationProperty,
|
|
1999
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2000
|
-
};
|
|
2001
|
-
case NotesProperty: return {
|
|
2002
|
-
name: NotesProperty,
|
|
2003
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2004
|
-
};
|
|
2005
|
-
case OpacityProperty: return {
|
|
2006
|
-
name: OpacityProperty,
|
|
2007
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2008
|
-
};
|
|
2009
|
-
case OutgoingRelationExpr: return {
|
|
2010
|
-
name: OutgoingRelationExpr,
|
|
2011
|
-
properties: [
|
|
2012
|
-
{ name: "dotKind" },
|
|
2013
|
-
{ name: "from" },
|
|
2014
|
-
{
|
|
2015
|
-
name: "isBidirectional",
|
|
2016
|
-
defaultValue: false
|
|
2017
|
-
},
|
|
2018
|
-
{ name: "kind" }
|
|
2019
|
-
]
|
|
2020
|
-
};
|
|
2021
|
-
case PaddingSizeProperty: return {
|
|
2022
|
-
name: PaddingSizeProperty,
|
|
2023
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2024
|
-
};
|
|
2025
|
-
case Relation: return {
|
|
2026
|
-
name: Relation,
|
|
2027
|
-
properties: [
|
|
2028
|
-
{ name: "body" },
|
|
2029
|
-
{ name: "description" },
|
|
2030
|
-
{ name: "dotKind" },
|
|
2031
|
-
{ name: "kind" },
|
|
2032
|
-
{ name: "source" },
|
|
2033
|
-
{ name: "tags" },
|
|
2034
|
-
{ name: "target" },
|
|
2035
|
-
{ name: "technology" },
|
|
2036
|
-
{ name: "title" }
|
|
2037
|
-
]
|
|
2038
|
-
};
|
|
2039
|
-
case RelationBody: return {
|
|
2040
|
-
name: RelationBody,
|
|
2041
|
-
properties: [{
|
|
2042
|
-
name: "props",
|
|
2043
|
-
defaultValue: []
|
|
2044
|
-
}, { name: "tags" }]
|
|
2045
|
-
};
|
|
2046
|
-
case RelationExprWhere: return {
|
|
2047
|
-
name: RelationExprWhere,
|
|
2048
|
-
properties: [{ name: "subject" }, { name: "where" }]
|
|
2049
|
-
};
|
|
2050
|
-
case RelationExprWith: return {
|
|
2051
|
-
name: RelationExprWith,
|
|
2052
|
-
properties: [{ name: "custom" }, { name: "subject" }]
|
|
2053
|
-
};
|
|
2054
|
-
case RelationKindDotRef: return {
|
|
2055
|
-
name: RelationKindDotRef,
|
|
2056
|
-
properties: [{ name: "kind" }]
|
|
2057
|
-
};
|
|
2058
|
-
case RelationNavigateToProperty: return {
|
|
2059
|
-
name: RelationNavigateToProperty,
|
|
2060
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2061
|
-
};
|
|
2062
|
-
case RelationshipKind: return {
|
|
2063
|
-
name: RelationshipKind,
|
|
2064
|
-
properties: [{ name: "name" }]
|
|
2065
|
-
};
|
|
2066
|
-
case RelationStringProperty: return {
|
|
2067
|
-
name: RelationStringProperty,
|
|
2068
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2069
|
-
};
|
|
2070
|
-
case RelationStyleProperty: return {
|
|
2071
|
-
name: RelationStyleProperty,
|
|
2072
|
-
properties: [{ name: "key" }, {
|
|
2073
|
-
name: "props",
|
|
2074
|
-
defaultValue: []
|
|
2075
|
-
}]
|
|
2076
|
-
};
|
|
2077
|
-
case RGBAColor: return {
|
|
2078
|
-
name: RGBAColor,
|
|
2079
|
-
properties: [
|
|
2080
|
-
{ name: "alpha" },
|
|
2081
|
-
{ name: "blue" },
|
|
2082
|
-
{ name: "green" },
|
|
2083
|
-
{ name: "red" }
|
|
2084
|
-
]
|
|
2085
|
-
};
|
|
2086
|
-
case ShapeProperty: return {
|
|
2087
|
-
name: ShapeProperty,
|
|
2088
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2089
|
-
};
|
|
2090
|
-
case ShapeSizeProperty: return {
|
|
2091
|
-
name: ShapeSizeProperty,
|
|
2092
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2093
|
-
};
|
|
2094
|
-
case SpecificationColor: return {
|
|
2095
|
-
name: SpecificationColor,
|
|
2096
|
-
properties: [{ name: "color" }, { name: "name" }]
|
|
2097
|
-
};
|
|
2098
|
-
case SpecificationDeploymentNodeKind: return {
|
|
2099
|
-
name: SpecificationDeploymentNodeKind,
|
|
2100
|
-
properties: [
|
|
2101
|
-
{ name: "kind" },
|
|
2102
|
-
{
|
|
2103
|
-
name: "props",
|
|
2104
|
-
defaultValue: []
|
|
2105
|
-
},
|
|
2106
|
-
{ name: "tags" }
|
|
2107
|
-
]
|
|
2108
|
-
};
|
|
2109
|
-
case SpecificationElementKind: return {
|
|
2110
|
-
name: SpecificationElementKind,
|
|
2111
|
-
properties: [
|
|
2112
|
-
{ name: "kind" },
|
|
2113
|
-
{
|
|
2114
|
-
name: "props",
|
|
2115
|
-
defaultValue: []
|
|
2116
|
-
},
|
|
2117
|
-
{ name: "tags" }
|
|
2118
|
-
]
|
|
2119
|
-
};
|
|
2120
|
-
case SpecificationElementStringProperty: return {
|
|
2121
|
-
name: SpecificationElementStringProperty,
|
|
2122
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2123
|
-
};
|
|
2124
|
-
case SpecificationRelationshipKind: return {
|
|
2125
|
-
name: SpecificationRelationshipKind,
|
|
2126
|
-
properties: [{ name: "kind" }, {
|
|
2127
|
-
name: "props",
|
|
2128
|
-
defaultValue: []
|
|
2129
|
-
}]
|
|
2130
|
-
};
|
|
2131
|
-
case SpecificationRelationshipStringProperty: return {
|
|
2132
|
-
name: SpecificationRelationshipStringProperty,
|
|
2133
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2134
|
-
};
|
|
2135
|
-
case SpecificationRule: return {
|
|
2136
|
-
name: SpecificationRule,
|
|
2137
|
-
properties: [
|
|
2138
|
-
{
|
|
2139
|
-
name: "colors",
|
|
2140
|
-
defaultValue: []
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
name: "deploymentNodes",
|
|
2144
|
-
defaultValue: []
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
name: "elements",
|
|
2148
|
-
defaultValue: []
|
|
2149
|
-
},
|
|
2150
|
-
{ name: "name" },
|
|
2151
|
-
{
|
|
2152
|
-
name: "relationships",
|
|
2153
|
-
defaultValue: []
|
|
2154
|
-
},
|
|
2155
|
-
{
|
|
2156
|
-
name: "tags",
|
|
2157
|
-
defaultValue: []
|
|
2158
|
-
}
|
|
2159
|
-
]
|
|
2160
|
-
};
|
|
2161
|
-
case SpecificationTag: return {
|
|
2162
|
-
name: SpecificationTag,
|
|
2163
|
-
properties: [{ name: "color" }, { name: "tag" }]
|
|
2164
|
-
};
|
|
2165
|
-
case StrictFqnElementRef: return {
|
|
2166
|
-
name: StrictFqnElementRef,
|
|
2167
|
-
properties: [{ name: "el" }, { name: "parent" }]
|
|
2168
|
-
};
|
|
2169
|
-
case StrictFqnRef: return {
|
|
2170
|
-
name: StrictFqnRef,
|
|
2171
|
-
properties: [{ name: "parent" }, { name: "value" }]
|
|
2172
|
-
};
|
|
2173
|
-
case Tag: return {
|
|
2174
|
-
name: Tag,
|
|
2175
|
-
properties: [{ name: "name" }]
|
|
2176
|
-
};
|
|
2177
|
-
case TagRef: return {
|
|
2178
|
-
name: TagRef,
|
|
2179
|
-
properties: [{ name: "tag" }]
|
|
2180
|
-
};
|
|
2181
|
-
case Tags: return {
|
|
2182
|
-
name: Tags,
|
|
2183
|
-
properties: [{ name: "prev" }, {
|
|
2184
|
-
name: "values",
|
|
2185
|
-
defaultValue: []
|
|
2186
|
-
}]
|
|
2187
|
-
};
|
|
2188
|
-
case TextSizeProperty: return {
|
|
2189
|
-
name: TextSizeProperty,
|
|
2190
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2191
|
-
};
|
|
2192
|
-
case ViewRef: return {
|
|
2193
|
-
name: ViewRef,
|
|
2194
|
-
properties: [{ name: "view" }]
|
|
2195
|
-
};
|
|
2196
|
-
case ViewRuleAutoLayout: return {
|
|
2197
|
-
name: ViewRuleAutoLayout,
|
|
2198
|
-
properties: [
|
|
2199
|
-
{ name: "direction" },
|
|
2200
|
-
{ name: "nodeSep" },
|
|
2201
|
-
{ name: "rankSep" }
|
|
2202
|
-
]
|
|
2203
|
-
};
|
|
2204
|
-
case ViewRuleGlobalPredicateRef: return {
|
|
2205
|
-
name: ViewRuleGlobalPredicateRef,
|
|
2206
|
-
properties: [{ name: "predicate" }]
|
|
2207
|
-
};
|
|
2208
|
-
case ViewRuleGlobalStyle: return {
|
|
2209
|
-
name: ViewRuleGlobalStyle,
|
|
2210
|
-
properties: [{ name: "style" }]
|
|
2211
|
-
};
|
|
2212
|
-
case ViewRuleGroup: return {
|
|
2213
|
-
name: ViewRuleGroup,
|
|
2214
|
-
properties: [
|
|
2215
|
-
{
|
|
2216
|
-
name: "groupRules",
|
|
2217
|
-
defaultValue: []
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
name: "props",
|
|
2221
|
-
defaultValue: []
|
|
2222
|
-
},
|
|
2223
|
-
{ name: "title" }
|
|
2224
|
-
]
|
|
2225
|
-
};
|
|
2226
|
-
case ViewRulePredicate: return {
|
|
2227
|
-
name: ViewRulePredicate,
|
|
2228
|
-
properties: [{ name: "exprs" }, {
|
|
2229
|
-
name: "isInclude",
|
|
2230
|
-
defaultValue: false
|
|
2231
|
-
}]
|
|
2232
|
-
};
|
|
2233
|
-
case ViewRuleRank: return {
|
|
2234
|
-
name: ViewRuleRank,
|
|
2235
|
-
properties: [{ name: "targets" }, { name: "value" }]
|
|
2236
|
-
};
|
|
2237
|
-
case ViewRuleStyle: return {
|
|
2238
|
-
name: ViewRuleStyle,
|
|
2239
|
-
properties: [{
|
|
2240
|
-
name: "props",
|
|
2241
|
-
defaultValue: []
|
|
2242
|
-
}, { name: "targets" }]
|
|
2243
|
-
};
|
|
2244
|
-
case ViewStringProperty: return {
|
|
2245
|
-
name: ViewStringProperty,
|
|
2246
|
-
properties: [{ name: "key" }, { name: "value" }]
|
|
2247
|
-
};
|
|
2248
|
-
case WhereBinaryExpression: return {
|
|
2249
|
-
name: WhereBinaryExpression,
|
|
2250
|
-
properties: [
|
|
2251
|
-
{ name: "left" },
|
|
2252
|
-
{ name: "operator" },
|
|
2253
|
-
{ name: "right" }
|
|
2254
|
-
]
|
|
2255
|
-
};
|
|
2256
|
-
case WhereElementKind: return {
|
|
2257
|
-
name: WhereElementKind,
|
|
2258
|
-
properties: [
|
|
2259
|
-
{
|
|
2260
|
-
name: "not",
|
|
2261
|
-
defaultValue: false
|
|
2262
|
-
},
|
|
2263
|
-
{ name: "operator" },
|
|
2264
|
-
{ name: "value" }
|
|
2265
|
-
]
|
|
2266
|
-
};
|
|
2267
|
-
case WhereElementNegation: return {
|
|
2268
|
-
name: WhereElementNegation,
|
|
2269
|
-
properties: [{ name: "value" }]
|
|
2270
|
-
};
|
|
2271
|
-
case WhereElementTag: return {
|
|
2272
|
-
name: WhereElementTag,
|
|
2273
|
-
properties: [
|
|
2274
|
-
{
|
|
2275
|
-
name: "not",
|
|
2276
|
-
defaultValue: false
|
|
2277
|
-
},
|
|
2278
|
-
{ name: "operator" },
|
|
2279
|
-
{ name: "value" }
|
|
2280
|
-
]
|
|
2281
|
-
};
|
|
2282
|
-
case WhereRelationKind: return {
|
|
2283
|
-
name: WhereRelationKind,
|
|
2284
|
-
properties: [
|
|
2285
|
-
{
|
|
2286
|
-
name: "not",
|
|
2287
|
-
defaultValue: false
|
|
2288
|
-
},
|
|
2289
|
-
{ name: "operator" },
|
|
2290
|
-
{ name: "value" }
|
|
2291
|
-
]
|
|
2292
|
-
};
|
|
2293
|
-
case WhereRelationNegation: return {
|
|
2294
|
-
name: WhereRelationNegation,
|
|
2295
|
-
properties: [{ name: "value" }]
|
|
2296
|
-
};
|
|
2297
|
-
case WhereRelationParticipantKind: return {
|
|
2298
|
-
name: WhereRelationParticipantKind,
|
|
2299
|
-
properties: [
|
|
2300
|
-
{
|
|
2301
|
-
name: "not",
|
|
2302
|
-
defaultValue: false
|
|
2303
|
-
},
|
|
2304
|
-
{ name: "operator" },
|
|
2305
|
-
{ name: "participant" },
|
|
2306
|
-
{ name: "value" }
|
|
2307
|
-
]
|
|
2308
|
-
};
|
|
2309
|
-
case WhereRelationParticipantTag: return {
|
|
2310
|
-
name: WhereRelationParticipantTag,
|
|
2311
|
-
properties: [
|
|
2312
|
-
{
|
|
2313
|
-
name: "not",
|
|
2314
|
-
defaultValue: false
|
|
2315
|
-
},
|
|
2316
|
-
{ name: "operator" },
|
|
2317
|
-
{ name: "participant" },
|
|
2318
|
-
{ name: "value" }
|
|
2319
|
-
]
|
|
2320
|
-
};
|
|
2321
|
-
case WhereRelationTag: return {
|
|
2322
|
-
name: WhereRelationTag,
|
|
2323
|
-
properties: [
|
|
2324
|
-
{
|
|
2325
|
-
name: "not",
|
|
2326
|
-
defaultValue: false
|
|
2327
|
-
},
|
|
2328
|
-
{ name: "operator" },
|
|
2329
|
-
{ name: "value" }
|
|
2330
|
-
]
|
|
2331
|
-
};
|
|
2332
|
-
case WildcardExpression: return {
|
|
2333
|
-
name: WildcardExpression,
|
|
2334
|
-
properties: [{
|
|
2335
|
-
name: "isWildcard",
|
|
2336
|
-
defaultValue: false
|
|
2337
|
-
}]
|
|
2338
|
-
};
|
|
2339
|
-
case DynamicStepChain: return {
|
|
2340
|
-
name: DynamicStepChain,
|
|
2341
|
-
properties: [
|
|
2342
|
-
{ name: "custom" },
|
|
2343
|
-
{ name: "dotKind" },
|
|
2344
|
-
{ name: "kind" },
|
|
2345
|
-
{ name: "source" },
|
|
2346
|
-
{ name: "target" },
|
|
2347
|
-
{ name: "title" }
|
|
2348
|
-
]
|
|
2349
|
-
};
|
|
2350
|
-
case DynamicStepSingle: return {
|
|
2351
|
-
name: DynamicStepSingle,
|
|
2352
|
-
properties: [
|
|
2353
|
-
{ name: "custom" },
|
|
2354
|
-
{ name: "dotKind" },
|
|
2355
|
-
{
|
|
2356
|
-
name: "isBackward",
|
|
2357
|
-
defaultValue: false
|
|
2358
|
-
},
|
|
2359
|
-
{ name: "kind" },
|
|
2360
|
-
{ name: "source" },
|
|
2361
|
-
{ name: "target" },
|
|
2362
|
-
{ name: "title" }
|
|
2363
|
-
]
|
|
2364
|
-
};
|
|
2365
|
-
default: return {
|
|
2366
|
-
name: type,
|
|
2367
|
-
properties: []
|
|
2368
|
-
};
|
|
2369
|
-
}
|
|
2370
|
-
}
|
|
2371
|
-
};
|
|
2372
|
-
const reflection = new LikeC4AstReflection();
|
|
2373
|
-
|
|
2374
|
-
//#endregion
|
|
2375
|
-
export { ExtendElement as $, isTags as $a, isLinkProperty as $i, WhereExpression as $n, isElementKind as $r, PaddingSizeProperty as $t, DynamicViewGlobalPredicateRef as A, isRelationProperty as Aa, isGlobalPredicateGroup as Ai, StyleProperty as An, isWhereRelationTag as Ao, isDeploymentRelation as Ar, LikeC4AstReflection as At, ElementKindExpression as B, isSpecificationDeploymentNodeKind as Ba, isIconProperty as Bi, ViewRuleGlobalStyle as Bn, isDynamicView as Br, MetadataBody as Bt, DeploymentViewRuleStyle as C, isRelationExpr as Ca, isFqnExprWhere as Ci, SpecificationRelationshipKind as Cn, isWhereKindEqual as Co, isDeployedInstance as Cr, IconProperty as Ct, DynamicView as D, isRelationExprWith as Da, isFqnRefExpr as Di, StrictFqnElementRef as Dn, isWhereRelationNegation as Do, isDeploymentNodeBody as Dr, InOutRelationExpr as Dt, DynamicStepSingle as E, isRelationExprWhere as Ea, isFqnRef as Ei, SpecificationTag as En, isWhereRelationKind as Eo, isDeploymentNode as Er, ImportsFromPoject as Et, DynamicViewRule as F, isShapeProperty as Fa, isHexColor as Fi, ViewProperty as Fn, isDeploymentViewRulePredicate as Fr, LineProperty as Ft, ElementTagExpression as G, isSpecificationRule as Ga, isInOutRelationExpr as Gi, ViewRuleStyleOrGlobalRef as Gn, isDynamicViewIncludePredicate as Gr, ModelReferenceable as Gt, ElementRef as H, isSpecificationElementStringProperty as Ha, isId as Hi, ViewRulePredicate as Hn, isDynamicViewDisplayVariantProperty as Hr, MetadataValue as Ht, DynamicViewStep as I, isShapeSizeProperty as Ia, isIconColorProperty as Ii, ViewRef as In, isDeploymentViewRuleStyle as Ir, LinkProperty as It, ElementViewRef as J, isStrictFqnRef as Ja, isLikeC4Grammar as Ji, WhereElement as Jn, isDynamicViewRef as Jr, NavigateToProperty as Jt, ElementView as K, isSpecificationTag as Ka, isIncomingRelationExpr as Ki, ViewStringProperty as Kn, isDynamicViewParallelSteps as Kr, ModelViews as Kt, Element as L, isSizeProperty as La, isIconId as Li, ViewRule as Ln, isDirectedRelationExpr as Lr, MarkdownOrString as Lt, DynamicViewParallelSteps as M, isRelationStyleProperty as Ma, isGlobalStyleGroup as Mi, TagRef as Mn, isWildcardExpression as Mo, isDeploymentView as Mr, LikeC4Lib as Mt, DynamicViewProperty as N, isRelationshipKind as Na, isGlobalStyleId as Ni, Tags as Nn, reflection as No, isDeploymentViewBody as Nr, LikeC4Terminals as Nt, DynamicViewBody as O, isRelationKindDotRef as Oa, isFqnReferenceable as Oi, StrictFqnRef as On, isWhereRelationParticipantKind as Oo, isDeploymentNodeKind as Or, IncomingRelationExpr as Ot, DynamicViewRef as P, isRelationshipStyleProperty as Pa, isGlobals as Pi, TextSizeProperty as Pn, isDeploymentViewRule as Pr, LikeC4View as Pt, ExtendDeploymentBody as Q, isTagRef as Qa, isLineProperty as Qi, WhereElementTag as Qn, isElementBody as Qr, OutgoingRelationExpr as Qt, ElementBody as R, isSizeValue as Ra, isIconPositionProperty as Ri, ViewRuleAutoLayout as Rn, isDynamicStepChain as Rr, MetadataArray as Rt, DeploymentViewRulePredicate as S, isRelationBody as Sa, isFqnExprOrWith as Si, SpecificationElementStringProperty as Sn, isWhereExpression as So, isCustomRelationProperties as Sr, IconPositionProperty as St, DynamicStepChain as T, isRelationExprOrWith as Ta, isFqnExpressions as Ti, SpecificationRule as Tn, isWhereRelationExpression as To, isDeploymentElement as Tr, Imported as Tt, ElementStringProperty as U, isSpecificationRelationshipKind as Ua, isImported as Ui, ViewRuleRank as Un, isDynamicViewDisplayVariantValue as Ur, Model as Ut, ElementProperty as V, isSpecificationElementKind as Va, isIconSizeProperty as Vi, ViewRuleGroup as Vn, isDynamicViewBody as Vr, MetadataProperty as Vt, ElementStyleProperty as W, isSpecificationRelationshipStringProperty as Wa, isImportsFromPoject as Wi, ViewRuleStyle as Wn, isDynamicViewGlobalPredicateRef as Wr, ModelDeployments as Wt, Expressions as X, isStyleProperty as Xa, isLikeC4View as Xi, WhereElementKind as Xn, isDynamicViewStep as Xr, NotesProperty as Xt, ExpressionV2 as Y, isStringProperty as Ya, isLikeC4Lib as Yi, WhereElementExpression as Yn, isDynamicViewRule as Yr, NotationProperty as Yt, ExtendDeployment as Z, isTag as Za, isLineOptions as Zi, WhereElementNegation as Zn, isElement as Zr, OpacityProperty as Zt, DeploymentRelation as _, isParticipant as _a, isExtendRelation as _i, ShapeSizeProperty as _n, isWhereElement as _o, isColorLiteral as _r, GlobalStyleGroup as _t, ColorLiteral as a, isMetadataValue as aa, isElementStyleProperty as ai, RelationExprOrWhere as an, isViewRef as ao, WhereRelationParticipantKind as ar, FqnExpr as at, DeploymentViewBody as b, isReferenceable as ba, isFqnExpr as bi, SpecificationDeploymentNodeKind as bn, isWhereElementNegation as bo, isCustomColorId as br, HexColor as bt, CustomElementProperties as c, isModelReferenceable as ca, isElementViewBody as ci, RelationExprWith as cn, isViewRuleGlobalPredicateRef as co, WhereTagEqual as cr, FqnExprWhere as ct, DeployedInstanceBody as d, isNavigateToProperty as da, isExpressions as di, RelationProperty as dn, isViewRulePredicate as do, isAbstractDynamicStep as dr, FqnRef as dt, isMarkdownOrString as ea, isElementKindExpression as ei, RGBAColor as en, isTextSizeProperty as eo, WhereKindEqual as er, ExtendElementBody as et, DeploymentElement as f, isNotationProperty as fa, isExtendDeployment as fi, RelationStringProperty as fn, isViewRuleRank as fo, isAnyProperty as fr, FqnRefExpr as ft, DeploymentNodeOrElementKind as g, isPaddingSizeProperty as ga, isExtendElementProperty as gi, ShapeProperty as gn, isWhereBinaryExpression as go, isBorderStyleValue as gr, GlobalStyle as gt, DeploymentNodeKind as h, isOutgoingRelationExpr as ha, isExtendElementBody as hi, RelationshipStyleProperty as hn, isViewStringProperty as ho, isBorderProperty as hr, GlobalPredicateGroup as ht, BorderProperty as i, isMetadataProperty as ia, isElementStringProperty as ii, RelationExpr as in, isViewProperty as io, WhereRelationNegation as ir, ExtendRelationProperty as it, DynamicViewIncludePredicate as j, isRelationStringProperty as ja, isGlobalStyle as ji, Tag as jn, isWhereTagEqual as jo, isDeploymentRelationBody as jr, LikeC4Grammar as jt, DynamicViewDisplayVariantProperty as k, isRelationNavigateToProperty as ka, isGlobalDynamicPredicateGroup as ki, StringProperty as kn, isWhereRelationParticipantTag as ko, isDeploymentNodeOrElementKind as kr, LibIcon as kt, CustomRelationProperties as l, isModelViews as la, isElementViewRef as li, RelationKindDotRef as ln, isViewRuleGlobalStyle as lo, WildcardExpression as lr, FqnExprWith as lt, DeploymentNodeBody as m, isOpacityProperty as ma, isExtendElement as mi, RelationshipKind as mn, isViewRuleStyleOrGlobalRef as mo, isArrowType as mr, GlobalDynamicPredicateGroup as mt, AnyProperty as n, isMetadataAttribute as na, isElementRef as ni, Relation as nn, isUri as no, WhereRelationExpression as nr, ExtendRelation as nt, ColorProperty as o, isModel as oa, isElementTagExpression as oi, RelationExprOrWith as on, isViewRule as oo, WhereRelationParticipantTag as or, FqnExprOrWhere as ot, DeploymentNode as p, isNotesProperty as pa, isExtendDeploymentBody as pi, RelationStyleProperty as pn, isViewRuleStyle as po, isArrowProperty as pr, FqnReferenceable as pt, ElementViewBody as q, isStrictFqnElementRef as qa, isLibIcon as qi, WhereBinaryExpression as qn, isDynamicViewProperty as qr, MultipleProperty as qt, ArrowProperty as r, isMetadataBody as ra, isElementShape as ri, RelationBody as rn, isViewLayoutDirection as ro, WhereRelationKind as rr, ExtendRelationBody as rt, CustomColor as s, isModelDeployments as sa, isElementView as si, RelationExprWhere as sn, isViewRuleAutoLayout as so, WhereRelationTag as sr, FqnExprOrWith as st, AbstractDynamicStep as t, isMetadataArray as ta, isElementProperty as ti, Referenceable as tn, isThemeColor as to, WhereRelation as tr, ExtendElementProperty as tt, DeployedInstance as u, isMultipleProperty as ua, isExpressionV2 as ui, RelationNavigateToProperty as un, isViewRuleGroup as uo, ast_exports as ur, FqnExpressions as ut, DeploymentRelationBody as v, isRGBAColor as va, isExtendRelationBody as vi, SizeProperty as vn, isWhereElementExpression as vo, isColorProperty as vr, GlobalStyleId as vt, DirectedRelationExpr as w, isRelationExprOrWhere as wa, isFqnExprWith as wi, SpecificationRelationshipStringProperty as wn, isWhereRelation as wo, isDeployedInstanceBody as wr, IconSizeProperty as wt, DeploymentViewRule as x, isRelation as xa, isFqnExprOrWhere as xi, SpecificationElementKind as xn, isWhereElementTag as xo, isCustomElementProperties as xr, IconColorProperty as xt, DeploymentView as y, isRankValue as ya, isExtendRelationProperty as yi, SpecificationColor as yn, isWhereElementKind as yo, isCustomColor as yr, Globals as yt, ElementKind as z, isSpecificationColor as za, isIconPositionValue as zi, ViewRuleGlobalPredicateRef as zn, isDynamicStepSingle as zr, MetadataAttribute as zt };
|