@likec4/core 1.57.0 → 1.59.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/dist/builder/index.d.mts +2 -2
- package/dist/builder/index.mjs +2 -1
- package/dist/chunks/Builder.view-element.mjs +2 -0
- package/dist/{_chunks → chunks}/LikeC4Model.d.mts +25 -27
- package/dist/{_chunks → chunks}/_types.d.mts +302 -57
- package/dist/{_chunks → chunks}/_types2.d.mts +2 -2
- package/dist/chunks/assignTagColors.mjs +1 -0
- package/dist/chunks/calcDriftsFromSnapshot.mjs +1 -0
- package/dist/chunks/default-map.d.mts +29 -0
- package/dist/{_chunks → chunks}/index.d.mts +938 -194
- package/dist/{_chunks → chunks}/index2.d.mts +21 -19
- package/dist/{_chunks → chunks}/index3.d.mts +14 -3
- package/dist/{_chunks/index5.d.mts → chunks/index4.d.mts} +153 -4
- package/dist/{_chunks/index4.d.mts → chunks/index5.d.mts} +2 -2
- package/dist/chunks/libs/chroma-js.mjs +15 -0
- package/dist/chunks/libs/graphology-dag.mjs +1 -0
- package/dist/chunks/libs/graphology.mjs +1 -0
- package/dist/chunks/libs/hast-util-sanitize.mjs +1 -0
- package/dist/chunks/libs/hast-util-to-html.mjs +9 -0
- package/dist/chunks/libs/mdast.mjs +29 -0
- package/dist/chunks/libs/mnemonist.mjs +1 -0
- package/dist/chunks/libs/ohash.mjs +1 -0
- package/dist/chunks/libs/remark.mjs +3 -0
- package/dist/chunks/libs/remeda.mjs +1 -0
- package/dist/chunks/libs/unified.mjs +1 -0
- package/dist/chunks/model.mjs +4 -0
- package/dist/chunks/rolldown-runtime.mjs +1 -0
- package/dist/chunks/types.mjs +9 -0
- package/dist/compute-view/index.d.mts +56 -18
- package/dist/compute-view/index.mjs +2 -2
- package/dist/geometry/index.d.mts +2 -2
- package/dist/geometry/index.mjs +1 -1
- package/dist/index.d.mts +10 -10
- package/dist/index.mjs +1 -1
- package/dist/model/index.d.mts +3 -3
- package/dist/model/index.mjs +1 -1
- package/dist/styles/index.d.mts +3 -3
- package/dist/styles/index.mjs +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.mjs +1 -1
- package/dist/utils/graphology/index.d.mts +618 -1
- package/dist/utils/graphology/index.mjs +1 -1
- package/dist/utils/index.d.mts +4 -4
- package/dist/utils/index.mjs +1 -1
- package/package.json +17 -18
- package/dist/THIRD-PARTY-LICENSES.md +0 -1034
- package/dist/_chunks/Builder.view-element.mjs +0 -2
- package/dist/_chunks/assignTagColors.mjs +0 -1
- package/dist/_chunks/libs/@ungap/structured-clone.mjs +0 -1
- package/dist/_chunks/libs/bail.mjs +0 -1
- package/dist/_chunks/libs/ccount.mjs +0 -1
- package/dist/_chunks/libs/character-entities-html4.mjs +0 -1
- package/dist/_chunks/libs/character-entities-legacy.mjs +0 -1
- package/dist/_chunks/libs/character-entities.mjs +0 -2
- package/dist/_chunks/libs/chroma-js.mjs +0 -15
- package/dist/_chunks/libs/comma-separated-tokens.mjs +0 -1
- package/dist/_chunks/libs/decode-named-character-reference.mjs +0 -1
- package/dist/_chunks/libs/defu.mjs +0 -1
- package/dist/_chunks/libs/devlop.mjs +0 -1
- package/dist/_chunks/libs/escape-string-regexp.mjs +0 -1
- package/dist/_chunks/libs/extend.mjs +0 -1
- package/dist/_chunks/libs/graphology-dag.d.mts +0 -607
- package/dist/_chunks/libs/graphology-dag.mjs +0 -1
- package/dist/_chunks/libs/graphology.mjs +0 -1
- package/dist/_chunks/libs/hast-util-sanitize.mjs +0 -1
- package/dist/_chunks/libs/hast-util-to-html.mjs +0 -9
- package/dist/_chunks/libs/is-plain-obj.mjs +0 -1
- package/dist/_chunks/libs/longest-streak.mjs +0 -1
- package/dist/_chunks/libs/markdown-table.mjs +0 -2
- package/dist/_chunks/libs/mdast-util-find-and-replace.mjs +0 -1
- package/dist/_chunks/libs/mdast-util-from-markdown.mjs +0 -3
- package/dist/_chunks/libs/mdast-util-gfm.mjs +0 -15
- package/dist/_chunks/libs/mdast-util-to-hast.mjs +0 -11
- package/dist/_chunks/libs/micromark-extension-gfm.mjs +0 -1
- package/dist/_chunks/libs/mnemonist.d.mts +0 -164
- package/dist/_chunks/libs/mnemonist.mjs +0 -1
- package/dist/_chunks/libs/natural-compare-lite.mjs +0 -9
- package/dist/_chunks/libs/ohash.mjs +0 -1
- package/dist/_chunks/libs/rehype-sanitize.mjs +0 -1
- package/dist/_chunks/libs/rehype-stringify.mjs +0 -1
- package/dist/_chunks/libs/remark-gfm.mjs +0 -1
- package/dist/_chunks/libs/remark-github-blockquote-alert.mjs +0 -3
- package/dist/_chunks/libs/remark-parse.mjs +0 -1
- package/dist/_chunks/libs/remark-rehype.mjs +0 -1
- package/dist/_chunks/libs/remeda.mjs +0 -2
- package/dist/_chunks/libs/trough.mjs +0 -1
- package/dist/_chunks/libs/unified.mjs +0 -1
- package/dist/_chunks/manual-layout.mjs +0 -1
- package/dist/_chunks/mnemonist.d.mts +0 -1
- package/dist/_chunks/model.mjs +0 -4
- package/dist/_chunks/rolldown-runtime.mjs +0 -1
- package/dist/_chunks/types.mjs +0 -1
- /package/dist/{_chunks → chunks}/libs/@radix-ui/colors.mjs +0 -0
package/dist/model/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { C as ElementModel, S as NodeModel, T as RelationshipModel, _ as WithMetadata, a as DeploymentNodeModel, b as LikeC4ViewsFolder, d as DeploymentOrFqn, f as EdgeOrId, g as OutgoingFilter, h as NodeOrId, i as DeploymentElementModel, l as RelationshipsAccum, m as IncomingFilter, n as LikeC4Model, o as DeploymentRelationEndpoint, p as ElementOrFqn, r as DeployedInstanceModel, s as DeploymentRelationModel, t as AnyLikeC4Model, u as LikeC4DeploymentModel, v as WithTags, w as AnyRelationshipModel, x as EdgeModel, y as LikeC4ViewModel } from "../
|
|
2
|
-
import { A as sortDeepestFirst, C as hasSameTarget, D as isOutgoing, E as isNestedConnection, M as DeploymentConnectionModel, N as Connection, O as mergeConnections, S as hasSameSourceTarget, T as isIncoming, _ as differenceConnections, a as isDeployedInstanceModel, b as findDescendantConnections, c as isDeploymentRelationModel, d as isLikeC4ViewModel, f as isNestedElementOfDeployedInstanceModel, g as find_d_exports, h as find_d_exports$1, i as normalizeViewPath, j as ConnectionModel, k as sortConnectionsByBoundaryHierarchy, l as isEdgeModel, m as isRelationModel, n as extractViewTitleFromPath, o as isDeploymentElementModel, p as isNodeModel, r as getViewFolderPath, s as isDeploymentNodeModel, t as VIEW_FOLDERS_SEPARATOR, u as isElementModel, v as findAscendingConnections, w as isAnyInOut, x as hasSameSource, y as findDeepestNestedConnection } from "../
|
|
3
|
-
export { AnyLikeC4Model, AnyRelationshipModel, Connection, ConnectionModel, DeployedInstanceModel, DeploymentConnectionModel, DeploymentElementModel, DeploymentNodeModel, DeploymentOrFqn, DeploymentRelationEndpoint, DeploymentRelationModel, EdgeModel, EdgeOrId, ElementModel, ElementOrFqn, IncomingFilter, LikeC4DeploymentModel, LikeC4Model, LikeC4ViewModel, LikeC4ViewsFolder, NodeModel, NodeOrId, OutgoingFilter, RelationshipModel, RelationshipsAccum, VIEW_FOLDERS_SEPARATOR, WithMetadata, WithTags, find_d_exports as deploymentConnection, differenceConnections, extractViewTitleFromPath, findAscendingConnections, findDeepestNestedConnection, findDescendantConnections, getViewFolderPath, hasSameSource, hasSameSourceTarget, hasSameTarget, isAnyInOut, isDeployedInstanceModel, isDeploymentElementModel, isDeploymentNodeModel, isDeploymentRelationModel, isEdgeModel, isElementModel, isIncoming, isLikeC4ViewModel, isRelationModel as isModelRelation, isRelationModel, isRelationModel as isRelationshipModel, isNestedConnection, isNestedElementOfDeployedInstanceModel, isNodeModel, isOutgoing, mergeConnections, find_d_exports$1 as modelConnection, normalizeViewPath, sortConnectionsByBoundaryHierarchy, sortDeepestFirst };
|
|
1
|
+
import { C as ElementModel, S as NodeModel, T as RelationshipModel, _ as WithMetadata, a as DeploymentNodeModel, b as LikeC4ViewsFolder, d as DeploymentOrFqn, f as EdgeOrId, g as OutgoingFilter, h as NodeOrId, i as DeploymentElementModel, l as RelationshipsAccum, m as IncomingFilter, n as LikeC4Model, o as DeploymentRelationEndpoint, p as ElementOrFqn, r as DeployedInstanceModel, s as DeploymentRelationModel, t as AnyLikeC4Model, u as LikeC4DeploymentModel, v as WithTags, w as AnyRelationshipModel, x as EdgeModel, y as LikeC4ViewModel } from "../chunks/LikeC4Model.mjs";
|
|
2
|
+
import { A as sortDeepestFirst, C as hasSameTarget, D as isOutgoing, E as isNestedConnection, M as DeploymentConnectionModel, N as Connection, O as mergeConnections, S as hasSameSourceTarget, T as isIncoming, _ as differenceConnections, a as isDeployedInstanceModel, b as findDescendantConnections, c as isDeploymentRelationModel, d as isLikeC4ViewModel, f as isNestedElementOfDeployedInstanceModel, g as find_d_exports, h as find_d_exports$1, i as normalizeViewPath, j as ConnectionModel, k as sortConnectionsByBoundaryHierarchy, l as isEdgeModel, m as isRelationModel, n as extractViewTitleFromPath, o as isDeploymentElementModel, p as isNodeModel, r as getViewFolderPath, s as isDeploymentNodeModel, t as VIEW_FOLDERS_SEPARATOR, u as isElementModel, v as findAscendingConnections, w as isAnyInOut, x as hasSameSource, y as findDeepestNestedConnection } from "../chunks/index5.mjs";
|
|
3
|
+
export { type AnyLikeC4Model, type AnyRelationshipModel, Connection, ConnectionModel, DeployedInstanceModel, DeploymentConnectionModel, type DeploymentElementModel, DeploymentNodeModel, type DeploymentOrFqn, type DeploymentRelationEndpoint, DeploymentRelationModel, EdgeModel, type EdgeOrId, ElementModel, type ElementOrFqn, type IncomingFilter, LikeC4DeploymentModel, LikeC4Model, LikeC4ViewModel, LikeC4ViewsFolder, NodeModel, type NodeOrId, type OutgoingFilter, RelationshipModel, RelationshipsAccum, VIEW_FOLDERS_SEPARATOR, type WithMetadata, type WithTags, find_d_exports as deploymentConnection, differenceConnections, extractViewTitleFromPath, findAscendingConnections, findDeepestNestedConnection, findDescendantConnections, getViewFolderPath, hasSameSource, hasSameSourceTarget, hasSameTarget, isAnyInOut, isDeployedInstanceModel, isDeploymentElementModel, isDeploymentNodeModel, isDeploymentRelationModel, isEdgeModel, isElementModel, isIncoming, isLikeC4ViewModel, isRelationModel as isModelRelation, isRelationModel, isRelationModel as isRelationshipModel, isNestedConnection, isNestedElementOfDeployedInstanceModel, isNodeModel, isOutgoing, mergeConnections, find_d_exports$1 as modelConnection, normalizeViewPath, sortConnectionsByBoundaryHierarchy, sortDeepestFirst };
|
package/dist/model/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as e,B as t,C as n,D as r,E as i,F as a,G as o,H as s,I as c,J as l,K as u,L as d,M as f,N as p,O as m,P as h,R as g,S as _,T as v,U as y,V as b,W as x,_ as S,a as C,b as w,c as T,g as E,h as D,i as O,k,l as A,m as j,n as M,o as N,p as P,q as F,r as I,s as L,t as R,u as z,v as B,w as V,x as H,y as U,z as W}from"../
|
|
1
|
+
import{A as e,B as t,C as n,D as r,E as i,F as a,G as o,H as s,I as c,J as l,K as u,L as d,M as f,N as p,O as m,P as h,R as g,S as _,T as v,U as y,V as b,W as x,_ as S,a as C,b as w,c as T,g as E,h as D,i as O,k,l as A,m as j,n as M,o as N,p as P,q as F,r as I,s as L,t as R,u as z,v as B,w as V,x as H,y as U,z as W}from"../chunks/model.mjs";export{f as Connection,D as ConnectionModel,x as DeployedInstanceModel,e as DeploymentConnectionModel,o as DeploymentNodeModel,u as DeploymentRelationModel,d as EdgeModel,l as ElementModel,W as LikeC4DeploymentModel,p as LikeC4Model,a as LikeC4ViewModel,h as LikeC4ViewsFolder,c as NodeModel,g as RelationshipModel,F as RelationshipsAccum,t as VIEW_FOLDERS_SEPARATOR,j as deploymentConnection,E as differenceConnections,b as extractViewTitleFromPath,S as findAscendingConnections,B as findDeepestNestedConnection,U as findDescendantConnections,s as getViewFolderPath,w as hasSameSource,H as hasSameSourceTarget,_ as hasSameTarget,n as isAnyInOut,R as isDeployedInstanceModel,M as isDeploymentElementModel,I as isDeploymentNodeModel,O as isDeploymentRelationModel,C as isEdgeModel,N as isElementModel,V as isIncoming,L as isLikeC4ViewModel,z as isModelRelation,z as isRelationModel,z as isRelationshipModel,v as isNestedConnection,T as isNestedElementOfDeployedInstanceModel,A as isNodeModel,i as isOutgoing,r as mergeConnections,P as modelConnection,y as normalizeViewPath,m as sortConnectionsByBoundaryHierarchy,k as sortDeepestFirst};
|
package/dist/styles/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Ar as
|
|
2
|
-
import { a as
|
|
3
|
-
export { BorderStyle, BorderStyles, Color, ColorLiteral, CustomColor, CustomColorDefinitions, DefaultTagColors, ElementColorValues, ElementShape, ElementShapes, HexColor, IconPosition, IconPositions, IconSize, LikeC4StyleDefaults, LikeC4Styles, LikeC4StylesConfig, LikeC4Theme, RelationshipArrowType, RelationshipArrowTypes, RelationshipColorValues, RelationshipLineType, ShapeSize, Size, Sizes, SpacingSize, TextSize, ThemeColor, ThemeColorValues, ThemeColors, assignTagColors, computeColorValues, defaultTheme, isCustomColor, isThemeColor, styleDefaults };
|
|
1
|
+
import { Ar as RelationshipLineTypes, Br as DefaultTagColors, Cr as LikeC4StyleDefaults, Dr as RelationshipArrowTypes, Er as RelationshipArrowType, Fr as ThemeColor, Hr as IconPositions, Ir as ThemeColorValues, Lr as isCustomColor, Mr as Size, Nr as SpacingSize, Or as RelationshipColorValues, Pr as TextSize, Rr as isThemeColor, Sr as IconSize, Tr as LikeC4Theme, Ur as Sizes, Vr as ElementShapes, Wr as ThemeColors, _r as CustomColorDefinitions, br as HexColor, gr as CustomColor, hr as ColorLiteral, jr as ShapeSize, kr as RelationshipLineType, mr as Color, pr as BorderStyle, vr as ElementColorValues, wr as LikeC4StylesConfig, xr as IconPosition, yr as ElementShape, zr as BorderStyles } from "../chunks/index.mjs";
|
|
2
|
+
import { a as isValidColor, i as getContrastedColorsAPCA, n as styleDefaults, o as LikeC4Styles, r as computeColorValues, s as assignTagColors, t as defaultTheme } from "../chunks/index3.mjs";
|
|
3
|
+
export { BorderStyle, BorderStyles, Color, ColorLiteral, CustomColor, CustomColorDefinitions, DefaultTagColors, ElementColorValues, ElementShape, ElementShapes, HexColor, IconPosition, IconPositions, IconSize, LikeC4StyleDefaults, LikeC4Styles, LikeC4StylesConfig, LikeC4Theme, RelationshipArrowType, RelationshipArrowTypes, RelationshipColorValues, RelationshipLineType, RelationshipLineTypes, ShapeSize, Size, Sizes, SpacingSize, TextSize, ThemeColor, ThemeColorValues, ThemeColors, assignTagColors, computeColorValues, defaultTheme, getContrastedColorsAPCA, isCustomColor, isThemeColor, isValidColor, styleDefaults };
|
package/dist/styles/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{B as e,
|
|
1
|
+
import"../chunks/rolldown-runtime.mjs";import{B as e,G as t,H as n,I as r,K as i,L as a,R as o,U as s,V as c,W as l,q as u,z as d}from"../chunks/types.mjs";import{t as f}from"../chunks/assignTagColors.mjs";const p=[`dashed`,`solid`,`dotted`],m=[`none`,`normal`,`onormal`,`dot`,`odot`,`diamond`,`odiamond`,`crow`,`open`,`vee`];function isThemeColor(e){return u.includes(e)}function isCustomColor(e){return!isThemeColor(e)}export{n as BorderStyles,s as DefaultTagColors,l as ElementShapes,t as IconPositions,r as LikeC4Styles,m as RelationshipArrowTypes,p as RelationshipLineTypes,i as Sizes,u as ThemeColors,f as assignTagColors,d as computeColorValues,a as defaultTheme,e as getContrastedColorsAPCA,isCustomColor,isThemeColor,c as isValidColor,o as styleDefaults};
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
import { a as RectBox, c as XYPoint, i as BBox, l as convertPoint, n as VectorValue, o as Dimensions, r as vector, s as Point, t as Vector, u as isPoint } from "../
|
|
3
|
-
export { AbstractRelationship, AndOperator, Any, Any as AnyAux, AnyComputed, AnyExcludePredicate, AnyFqn, AnyIncludePredicate, AnyLayouted, AnyParsed, AnyView, AnyViewRuleStyle, AutoLayoutDirection, Aux, AuxFromDump, AuxFromLikeC4ModelData, BBox, BaseParsedViewProperties, BaseViewProperties, BorderStyle, BorderStyles, BuiltInIcon, Coalesce, Color, ColorLiteral, ComputedDeploymentView, ComputedDynamicView, ComputedEdge, ComputedElementView, ComputedLikeC4ModelData, ComputedNode, ComputedNodeStyle, ComputedRankConstraint, ComputedView, CustomColor, CustomColorDefinitions, DeployedInstance, DeploymentElement, DeploymentElementRef, DeploymentFqn, DeploymentKind, DeploymentNode, DeploymentRelation, DeploymentRelationship, DeploymentViewExcludePredicate, DeploymentViewIncludePredicate, DeploymentViewPredicate, DeploymentViewRule, DeploymentViewRuleStyle, DiagramEdge, DiagramEdgeDriftReason, DiagramNode, DiagramNodeDriftReason, LayoutedView as DiagramView, LayoutedView, Dimensions,
|
|
1
|
+
import { $ as ComputedNode, $i as isStepPath, $n as OrOperator, $t as GlobalStyles, A as ViewRule, Ai as DeploymentFqn, An as ViewRuleGlobalStyle, Ar as RelationshipLineTypes, At as ElementSpecification, B as isViewRulePredicate, Bi as NodeId, Bn as ModelFqnExpr, Bt as DeploymentRelationship, C as ComputedView, Ca as ReorderedArray, Ci as _aux_d_exports, Cn as BaseParsedViewProperties, Cr as LikeC4StyleDefaults, Ct as ViewManualLayoutSnapshot, D as ProcessedDynamicView, Dn as ViewAutoLayout, Dr as RelationshipArrowTypes, Dt as LikeC4ProjectStylesConfig, E as ParsedView, En as RankValue, Er as RelationshipArrowType, Et as LikeC4ProjectStyleDefaults, F as isDiagramView, Fi as GlobalFqn, Fn as isAutoLayoutDirection, Fr as ThemeColor, Ft as DeployedInstance, G as DeploymentViewRule, Gi as RelationshipKind, Gn as RelationExpr, Gr as Any, Gt as ElementStyle, H as DeploymentViewExcludePredicate, Hi as ProjectId, Hn as Expression, Hr as IconPositions, Ht as isDeploymentNode, I as isDynamicView, Ii as GroupElementKind, In as isViewRuleAutoLayout, Ir as ThemeColorValues, It as DeploymentElement, J as ParsedViewRuleAncestors, Ji as Tag, Jn as Filterable, Jr as AnyParsed, Jt as ensureSizes, K as DeploymentViewRuleStyle, Ki as StepEdgeKind, Kn as AndOperator, Kr as AnyComputed, Kt as ModelRelation, L as isElementView, Li as Icon, Ln as isViewRuleGlobalPredicateRef, Lr as isCustomColor, Lt as DeploymentElementRef, M as ViewWithType, Mi as EdgeId, Mn as ViewType, Mr as Size, Mt as Specification, N as isComputedView, Ni as ElementKind, Nn as ViewWithHash, Nr as SpacingSize, Nt as TagSpecification, O as ProcessedView, Oi as AnyFqn, On as ViewRuleAutoLayout, Or as RelationshipColorValues, Ot as LikeC4ProjectStylesCustomStylesheets, P as isDeploymentView, Pi as Fqn, Pn as ViewWithNotation, Pr as TextSize, Pt as isTagColorSpecified, Q as ComputedElementView, Qi as isGroupElementKind, Qn as OperatorPredicate, Qt as GlobalStyleID, R as isExtendsElementView, Ri as IconUrl, Rn as isViewRuleGlobalStyle, Rr as isThemeColor, Rt as DeploymentNode, S as AnyView, Sa as Predicate, Sn as AutoLayoutDirection, Sr as IconSize, St as LayoutedViewDriftReason, T as LayoutedView, Ti as preferSummary, Tn as NodeNotation, Tr as LikeC4Theme, Tt as LikeC4ProjectManualLayoutsConfig, U as DeploymentViewIncludePredicate, Ui as RelationId, Un as FqnExpr, Ur as Sizes, Ut as AbstractRelationship, V as isViewRuleStyle, Vi as NoneIcon, Vn as ModelRelationExpr, Vr as ElementShapes, Vt as isDeployedInstance, W as DeploymentViewPredicate, Wi as RelationKind, Wn as PredicateSelector, Wr as ThemeColors, Wt as Element, X as ComputedDynamicView, Xi as flattenMarkdownOrString, Xn as MetadataEqual, Xt as GlobalPredicateId, Y as ComputedDeploymentView, Yi as ViewId, Yn as KindEqual, Yr as Aux, Yt as GlobalDynamicPredicates, Z as ComputedEdge, Zi as isGlobalFqn, Zn as NotOperator, Zt as GlobalPredicates, _ as AuxFromLikeC4ModelData, _a as Link, _n as isViewRuleGroup, _r as CustomColorDefinitions, _t as LayoutedDeploymentView, a as isAnyOf, aa as _stage, ai as LooseLiteral, an as ParsedDynamicView, ar as isKindEqual, at as DynamicViewFlowSteps, b as LikeC4ModelData, ba as NonEmptyReadonlyArray, bi as UnknownLayouted, bn as AnyIncludePredicate, br as HexColor, bt as DiagramEdgeDriftReason, c as RichText, ca as inferStage, cn as stepGuards, cr as isOrOperator, ct as flowAncestors, d as ViewChange, da as Coalesce, dn as ElementViewPredicate, dr as whereOperatorAsPredicate, dt as parentFlow, ea as scalar_d_exports, en as ModelGlobals, er as Participant, et as ComputedNodeStyle, f as AuxFromDump, fa as ExclusiveUnion, fn as ElementViewRule, fr as FqnRef, ft as stepsBefore, g as SpecificationDump, ga as KeysOf, gn as ParsedElementView, gr as CustomColor, gt as LayoutType, h as SpecTypesFromDump, ha as IteratorLike, hn as ElementViewRuleStyle, hr as ColorLiteral, ht as DiagramNode, i as hasProp, ia as _layout, in as DynamicViewRule, ir as isAndOperator, it as DynamicViewFlowStep, j as ViewRulePredicate, ji as DeploymentKind, jn as ViewRuleRank, jr as ShapeSize, jt as RelationshipSpecification, k as ViewOnStage, ki as BuiltInIcon, kn as ViewRuleGlobalPredicateRef, kr as RelationshipLineType, kt as LikeC4ProjectTheme, l as RichTextEmpty, la as inferType, ln as ElementViewExcludePredicate, lr as isParticipantOperator, lt as flowGuards, m as ProjectDump, ma as IterableContainer, mn as ElementViewRuleRank, mr as Color, mt as DiagramEdge, n as GuardedBy, na as ExtractOnStage, nn as DynamicViewDisplayVariant, nr as TagEqual, nt as DynamicViewFlow, o as isNonEmptyArray, oa as _type, on as Step, or as isMetadataEqual, ot as DynamicViewSubFlow, p as LikeC4ModelDump, pa as IsAnyOrNever, pi as SpecAux, pn as ElementViewRuleGroup, pr as BorderStyle, pt as walkthroughFlow, q as ParsedDeploymentView, qi as StepPath, qn as EqualOperator, qr as AnyLayouted, qt as Relationship, r as hasChildren, ra as ModelStage, rn as DynamicViewIncludeRule, rr as WhereOperator, rt as DynamicViewFlowData, s as isString, sa as _v, sn as WithSteps, sr as isNotOperator, st as dynamicViewFlow, t as Guard, ta as splitGlobalFqn, tn as AnyStep, tr as ParticipantOperator, tt as ComputedRankConstraint, u as RichTextOrEmpty, ua as isOnStage, un as ElementViewIncludePredicate, ur as isTagEqual, ut as flowHelpers, v as ComputedLikeC4ModelData, va as NTuple, vi as Unknown, vn as isViewRuleRank, vr as ElementColorValues, vt as LayoutedDynamicView, w as InferViewAux, wa as exact, wi as preferDescription, wn as BaseViewProperties, wr as LikeC4StylesConfig, wt as LikeC4Project, x as ParsedLikeC4ModelData, xa as OrString, xi as UnknownParsed, xn as AnyViewRuleStyle, xr as IconPosition, xt as DiagramNodeDriftReason, y as LayoutedLikeC4ModelData, ya as NonEmptyArray, yi as UnknownComputed, yn as AnyExcludePredicate, yr as ElementShape, yt as LayoutedElementView, z as isScopedElementView, zi as MarkdownOrString, zn as ModelExpression, zr as BorderStyles, zt as DeploymentRelation } from "../chunks/index.mjs";
|
|
2
|
+
import { a as RectBox, c as XYPoint, i as BBox, l as convertPoint, n as VectorValue, o as Dimensions, r as vector, s as Point, t as Vector, u as isPoint } from "../chunks/index2.mjs";
|
|
3
|
+
export { AbstractRelationship, AndOperator, type Any, type Any as AnyAux, type AnyComputed, AnyExcludePredicate, AnyFqn, AnyIncludePredicate, type AnyLayouted, type AnyParsed, AnyStep, AnyView, AnyViewRuleStyle, AutoLayoutDirection, type Aux, AuxFromDump, AuxFromLikeC4ModelData, BBox, BaseParsedViewProperties, BaseViewProperties, type BorderStyle, type BorderStyles, BuiltInIcon, type Coalesce, type Color, type ColorLiteral, ComputedDeploymentView, ComputedDynamicView, ComputedEdge, ComputedElementView, ComputedLikeC4ModelData, ComputedNode, ComputedNodeStyle, ComputedRankConstraint, ComputedView, type CustomColor, type CustomColorDefinitions, DeployedInstance, DeploymentElement, DeploymentElementRef, DeploymentFqn, DeploymentKind, DeploymentNode, DeploymentRelation, DeploymentRelationship, DeploymentViewExcludePredicate, DeploymentViewIncludePredicate, DeploymentViewPredicate, DeploymentViewRule, DeploymentViewRuleStyle, DiagramEdge, DiagramEdgeDriftReason, DiagramNode, DiagramNodeDriftReason, type LayoutedView as DiagramView, LayoutedView, type Dimensions, DynamicViewDisplayVariant, DynamicViewFlow, DynamicViewFlowData, DynamicViewFlowStep, DynamicViewFlowSteps, DynamicViewIncludeRule, DynamicViewRule, DynamicViewSubFlow, EdgeId, Element, type ElementColorValues, ElementKind, type ElementShape, type ElementShapes, ElementSpecification, ElementStyle, ElementViewExcludePredicate, ElementViewIncludePredicate, ElementViewPredicate, ElementViewRule, ElementViewRuleGroup, ElementViewRuleRank, ElementViewRuleStyle, EqualOperator, type ExclusiveUnion, Expression, ExtractOnStage, Filterable, Fqn, FqnExpr, FqnRef, GlobalDynamicPredicates, GlobalFqn, GlobalPredicateId, GlobalPredicates, GlobalStyleID, GlobalStyles, GroupElementKind, type Guard, type GuardedBy, type HexColor, Icon, type IconPosition, type IconPositions, type IconSize, IconUrl, InferViewAux, type IsAnyOrNever, type IterableContainer, type IteratorLike, type KeysOf, KindEqual, LayoutType, LayoutedDeploymentView, LayoutedDynamicView, LayoutedElementView, LayoutedLikeC4ModelData, LayoutedViewDriftReason, LikeC4ModelData, LikeC4ModelDump, LikeC4Project, LikeC4ProjectManualLayoutsConfig, LikeC4ProjectStyleDefaults, LikeC4ProjectStylesConfig, LikeC4ProjectStylesCustomStylesheets, LikeC4ProjectTheme, type LikeC4StyleDefaults, type LikeC4StylesConfig, type LikeC4Theme, type ParsedView as LikeC4View, ParsedView, type Link, type LooseLiteral, MarkdownOrString, MetadataEqual, ModelExpression, ModelFqnExpr, ModelGlobals, ModelRelation, ModelRelationExpr, ModelStage, type NTuple, NodeId, NodeNotation, type NonEmptyArray, type NonEmptyReadonlyArray, NoneIcon, NotOperator, OperatorPredicate, OrOperator, type OrString, ParsedDeploymentView, ParsedDynamicView, ParsedElementView, ParsedLikeC4ModelData, ParsedViewRuleAncestors, Participant, ParticipantOperator, type Point, type Predicate, PredicateSelector, ProcessedDynamicView, ProcessedView, ProjectDump, ProjectId, RankValue, RectBox, RelationExpr, RelationId, RelationKind, Relationship, type RelationshipArrowType, type RelationshipArrowTypes, type RelationshipColorValues, RelationshipKind, type RelationshipLineType, type RelationshipLineTypes, RelationshipSpecification, type ReorderedArray, RichText, type RichTextEmpty, type RichTextOrEmpty, type ShapeSize, type Size, type Sizes, type SpacingSize, type SpecAux, SpecTypesFromDump, Specification, SpecificationDump, Step, StepEdgeKind, StepPath, Tag, TagEqual, TagSpecification, type TextSize, type ThemeColor, type ThemeColorValues, type ThemeColors, type Unknown, type UnknownComputed, type UnknownLayouted, type UnknownParsed, type Vector, type VectorValue, ViewAutoLayout, ViewChange, ViewId, ViewManualLayoutSnapshot, ViewOnStage, ViewRule, ViewRuleAutoLayout, ViewRuleGlobalPredicateRef, ViewRuleGlobalStyle, ViewRulePredicate, ViewRuleRank, ViewType, ViewWithHash, ViewWithNotation, ViewWithType, WhereOperator, WithSteps, type XYPoint, _layout, _stage, _type, _v, type _aux_d_exports as aux, type convertPoint, dynamicViewFlow, ensureSizes, exact, flattenMarkdownOrString, flowAncestors, flowGuards, flowHelpers, hasChildren, hasProp, inferStage, inferType, isAndOperator, isAnyOf, isAutoLayoutDirection, isComputedView, type isCustomColor, isDeployedInstance, isDeploymentNode, isDeploymentView, isDiagramView, isDiagramView as isLayoutedView, isDynamicView, isElementView, isExtendsElementView, isGlobalFqn, isGroupElementKind, isKindEqual, isMetadataEqual, isNonEmptyArray, isNotOperator, isOnStage, isOrOperator, isParticipantOperator, type isPoint, isScopedElementView, isStepPath, isString, isTagColorSpecified, isTagEqual, type isThemeColor, isViewRuleAutoLayout, isViewRuleGlobalPredicateRef, isViewRuleGlobalStyle, isViewRuleGroup, isViewRulePredicate, isViewRuleRank, isViewRuleStyle, parentFlow, preferDescription, preferSummary, scalar_d_exports as scalar, splitGlobalFqn, stepGuards, stepsBefore, type vector, walkthroughFlow, whereOperatorAsPredicate };
|
package/dist/types/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{$ as e
|
|
1
|
+
import{$ as e,A as t,C as ee,Ct as n,D as r,E as i,Et as a,F as o,Fn as s,In as c,J as l,Ln as u,M as d,N as f,O as p,On as m,P as h,Q as g,S as _,St as v,T as y,Tt as b,X as x,Y as S,Z as C,_ as w,_t as T,a as E,an as D,at as O,b as k,bt as A,c as j,cn as M,ct as N,d as P,dt as F,et as I,f as L,ft as R,g as z,gt as B,h as te,ht as V,i as H,in as U,it as W,j as G,k as K,kn as q,l as J,lt as Y,m as X,mt as Z,n as Q,nt as ne,o as re,on as ie,ot as ae,p as oe,pt as se,r as ce,rt as le,s as ue,sn as de,st as fe,t as pe,tt as me,u as he,ut as ge,v as _e,vt as ve,w as ye,wt as be,x as xe,xt as Se,y as $,yt as Ce}from"../chunks/types.mjs";export{m as BBox,le as DeploymentFqn,E as DynamicViewFlow,W as EdgeId,e as Expression,O as Fqn,I as FqnExpr,ne as FqnRef,ae as GlobalFqn,fe as GroupElementKind,N as MarkdownOrString,x as ModelExpression,C as ModelFqnExpr,g as ModelRelationExpr,Y as NodeId,ge as NoneIcon,F as ProjectId,q as RectBox,me as RelationExpr,R as RelationId,pe as RichText,se as StepEdgeKind,Z as StepPath,V as ViewId,v as _layout,n as _stage,be as _type,b as _v,re as dynamicViewFlow,o as ensureSizes,u as exact,B as flattenMarkdownOrString,ue as flowAncestors,j as flowGuards,J as flowHelpers,U as hasChildren,D as hasProp,i as isAndOperator,ie as isAnyOf,oe as isAutoLayoutDirection,w as isComputedView,l as isDeployedInstance,S as isDeploymentNode,_e as isDeploymentView,$ as isDiagramView,$ as isLayoutedView,k as isDynamicView,xe as isElementView,_ as isExtendsElementView,T as isGlobalFqn,ve as isGroupElementKind,r as isKindEqual,p as isMetadataEqual,de as isNonEmptyArray,K as isNotOperator,a as isOnStage,t as isOrOperator,G as isParticipantOperator,ee as isScopedElementView,Ce as isStepPath,M as isString,h as isTagColorSpecified,d as isTagEqual,X as isViewRuleAutoLayout,te as isViewRuleGlobalPredicateRef,z as isViewRuleGlobalStyle,Q as isViewRuleGroup,ye as isViewRulePredicate,ce as isViewRuleRank,y as isViewRuleStyle,he as parentFlow,s as preferDescription,c as preferSummary,A as scalar,Se as splitGlobalFqn,H as stepGuards,P as stepsBefore,L as walkthroughFlow,f as whereOperatorAsPredicate};
|