@likec4/core 1.48.0 → 1.50.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/THIRD-PARTY-LICENSES.md +1034 -0
- package/dist/_chunks/Builder.view-element.mjs +2 -3284
- package/dist/_chunks/LikeC4Model.d.mts +21 -25
- package/dist/_chunks/_types.d.mts +1 -5
- package/dist/_chunks/_types2.d.mts +2 -4
- package/dist/_chunks/assignTagColors.mjs +1 -24
- package/dist/_chunks/geometry.mjs +1 -335
- package/dist/_chunks/index.d.mts +1995 -131
- package/dist/_chunks/index2.d.mts +153 -892
- package/dist/_chunks/index3.d.mts +15 -13
- package/dist/_chunks/index4.d.mts +229 -3
- package/dist/_chunks/index5.d.mts +392 -30
- package/dist/_chunks/libs/@mantine/colors-generator.mjs +2 -3403
- package/dist/_chunks/libs/@radix-ui/colors.mjs +1 -0
- package/dist/_chunks/libs/@ungap/structured-clone.mjs +1 -213
- package/dist/_chunks/libs/bail.mjs +1 -14
- package/dist/_chunks/libs/ccount.mjs +1 -25
- package/dist/_chunks/libs/character-entities-html4.mjs +1 -263
- package/dist/_chunks/libs/character-entities-legacy.mjs +1 -117
- package/dist/_chunks/libs/character-entities.mjs +2 -2136
- package/dist/_chunks/libs/comma-separated-tokens.mjs +1 -18
- package/dist/_chunks/libs/decode-named-character-reference.mjs +1 -21
- package/dist/_chunks/libs/defu.mjs +1 -42
- package/dist/_chunks/libs/devlop.mjs +1 -5
- package/dist/_chunks/libs/escape-string-regexp.mjs +1 -8
- package/dist/_chunks/libs/extend.mjs +1 -77
- package/dist/_chunks/libs/graphology-dag.mjs +1 -703
- package/dist/_chunks/libs/graphology.mjs +1 -4565
- package/dist/_chunks/libs/hast-util-sanitize.mjs +1 -863
- package/dist/_chunks/libs/hast-util-to-html.mjs +9 -2696
- package/dist/_chunks/libs/is-plain-obj.mjs +1 -9
- package/dist/_chunks/libs/longest-streak.mjs +1 -30
- package/dist/_chunks/libs/markdown-table.mjs +2 -290
- package/dist/_chunks/libs/mdast-util-find-and-replace.mjs +1 -653
- package/dist/_chunks/libs/mdast-util-from-markdown.mjs +3 -8522
- package/dist/_chunks/libs/mdast-util-gfm.mjs +15 -2393
- package/dist/_chunks/libs/mdast-util-to-hast.mjs +11 -1803
- package/dist/_chunks/libs/micromark-extension-gfm.mjs +1 -2243
- package/dist/_chunks/libs/mnemonist.d.mts +1 -91
- package/dist/_chunks/libs/mnemonist.mjs +1 -1978
- package/dist/_chunks/libs/natural-compare-lite.mjs +9 -42
- package/dist/_chunks/libs/ohash.mjs +1 -0
- package/dist/_chunks/libs/rehype-sanitize.mjs +1 -29
- package/dist/_chunks/libs/rehype-stringify.mjs +1 -34
- package/dist/_chunks/libs/remark-gfm.mjs +1 -36
- package/dist/_chunks/libs/remark-github-blockquote-alert.mjs +3 -100
- package/dist/_chunks/libs/remark-parse.mjs +1 -39
- package/dist/_chunks/libs/remark-rehype.mjs +1 -171
- package/dist/_chunks/libs/remeda.mjs +2 -702
- package/dist/_chunks/libs/trough.mjs +1 -158
- package/dist/_chunks/libs/unified.mjs +1 -2212
- package/dist/_chunks/manual-layout.mjs +1 -0
- package/dist/_chunks/model.mjs +4 -1898
- package/dist/_chunks/rolldown-runtime.mjs +1 -42
- package/dist/_chunks/types.mjs +1 -0
- package/dist/_chunks/utils.mjs +1 -483
- package/dist/builder/index.d.mts +3 -6
- package/dist/builder/index.mjs +1 -662
- package/dist/compute-view/index.d.mts +85 -13
- package/dist/compute-view/index.mjs +2 -262
- package/dist/geometry/index.d.mts +2 -2
- package/dist/geometry/index.mjs +1 -3
- package/dist/index.d.mts +7 -13
- package/dist/index.mjs +1 -27
- package/dist/model/index.d.mts +4 -11
- package/dist/model/index.mjs +1 -11
- package/dist/styles/index.d.mts +2 -7
- package/dist/styles/index.mjs +1 -30
- package/dist/types/index.d.mts +3 -9
- package/dist/types/index.mjs +1 -15
- package/dist/utils/graphology/index.d.mts +1 -1
- package/dist/utils/graphology/index.mjs +1 -3
- package/dist/utils/index.d.mts +5 -10
- package/dist/utils/index.mjs +1 -17
- package/package.json +14 -13
- package/dist/_chunks/LikeC4Styles.mjs +0 -691
- package/dist/_chunks/RichText.d.mts +0 -84
- package/dist/_chunks/RichText.mjs +0 -148
- package/dist/_chunks/_aux.d.mts +0 -289
- package/dist/_chunks/_aux.mjs +0 -18
- package/dist/_chunks/calcDriftsFromSnapshot.mjs +0 -379
- package/dist/_chunks/connection.mjs +0 -0
- package/dist/_chunks/const.d.mts +0 -43
- package/dist/_chunks/const.mjs +0 -33
- package/dist/_chunks/expression-model.d.mts +0 -192
- package/dist/_chunks/expression-model.mjs +0 -103
- package/dist/_chunks/expression.d.mts +0 -347
- package/dist/_chunks/expression.mjs +0 -107
- package/dist/_chunks/find.d.mts +0 -82
- package/dist/_chunks/find.mjs +0 -646
- package/dist/_chunks/find2.d.mts +0 -78
- package/dist/_chunks/find2.mjs +0 -287
- package/dist/_chunks/fqnRef.d.mts +0 -58
- package/dist/_chunks/fqnRef.mjs +0 -41
- package/dist/_chunks/index6.d.mts +0 -43
- package/dist/_chunks/index7.d.mts +0 -268
- package/dist/_chunks/index8.d.mts +0 -144
- package/dist/_chunks/invariant.mjs +0 -18
- package/dist/_chunks/iterable.mjs +0 -146
- package/dist/_chunks/libs/graphology-types.d.mts +0 -601
- package/dist/_chunks/libs/graphology.d.mts +0 -6
- package/dist/_chunks/mnemonist.mjs +0 -0
- package/dist/_chunks/model2.mjs +0 -0
- package/dist/_chunks/relationships-view.mjs +0 -132
- package/dist/_chunks/scalar.d.mts +0 -109
- package/dist/_chunks/scalar.mjs +0 -84
- package/dist/compute-view/relationships-view/index.d.mts +0 -16
- package/dist/compute-view/relationships-view/index.mjs +0 -7
- package/dist/model/connection/deployment/index.d.mts +0 -12
- package/dist/model/connection/deployment/index.mjs +0 -9
- package/dist/model/connection/index.d.mts +0 -14
- package/dist/model/connection/index.mjs +0 -10
- package/dist/model/connection/model/index.d.mts +0 -12
- package/dist/model/connection/model/index.mjs +0 -8
- package/dist/types/RichText.d.mts +0 -3
- package/dist/types/RichText.mjs +0 -7
- package/dist/types/_aux.d.mts +0 -3
- package/dist/types/_aux.mjs +0 -3
- package/dist/types/expression-model.d.mts +0 -6
- package/dist/types/expression-model.mjs +0 -7
- package/dist/types/expression.d.mts +0 -5
- package/dist/types/expression.mjs +0 -7
- package/dist/types/fqnRef.d.mts +0 -4
- package/dist/types/fqnRef.mjs +0 -7
- package/dist/types/scalar.d.mts +0 -2
- package/dist/types/scalar.mjs +0 -7
- package/dist/utils/iterable/index.d.mts +0 -9
- package/dist/utils/iterable/index.mjs +0 -3
- package/dist/utils/mnemonist.d.mts +0 -2
- package/dist/utils/mnemonist.mjs +0 -12
|
@@ -161,94 +161,4 @@ declare class Stack<T> implements Iterable<T> {
|
|
|
161
161
|
static of<I>(...items: Array<I>): Stack<I>;
|
|
162
162
|
}
|
|
163
163
|
//#endregion
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* Mnemonist BiMap Typings
|
|
167
|
-
* ========================
|
|
168
|
-
*/
|
|
169
|
-
declare class InverseMap<K, V> implements Iterable<[K, V]> {
|
|
170
|
-
// Members
|
|
171
|
-
size: number;
|
|
172
|
-
inverse: BiMap<V, K>; // Constructor
|
|
173
|
-
constructor(original: BiMap<K, V>); // Methods
|
|
174
|
-
clear(): void;
|
|
175
|
-
set(key: K, value: V): this;
|
|
176
|
-
delete(key: K): boolean;
|
|
177
|
-
has(key: K): boolean;
|
|
178
|
-
get(key: K): V | undefined;
|
|
179
|
-
forEach(callback: (value: V, key: K, map: this) => void, scope?: any): void;
|
|
180
|
-
keys(): IterableIterator<K>;
|
|
181
|
-
values(): IterableIterator<V>;
|
|
182
|
-
entries(): IterableIterator<[K, V]>;
|
|
183
|
-
[Symbol.iterator](): IterableIterator<[K, V]>;
|
|
184
|
-
inspect(): any;
|
|
185
|
-
}
|
|
186
|
-
declare class BiMap<K, V> implements Iterable<[K, V]> {
|
|
187
|
-
// Members
|
|
188
|
-
size: number;
|
|
189
|
-
inverse: InverseMap<V, K>; // Constructor
|
|
190
|
-
constructor(); // Methods
|
|
191
|
-
clear(): void;
|
|
192
|
-
set(key: K, value: V): this;
|
|
193
|
-
delete(key: K): boolean;
|
|
194
|
-
has(key: K): boolean;
|
|
195
|
-
get(key: K): V | undefined;
|
|
196
|
-
forEach(callback: (value: V, key: K, map: this) => void, scope?: any): void;
|
|
197
|
-
keys(): IterableIterator<K>;
|
|
198
|
-
values(): IterableIterator<V>;
|
|
199
|
-
entries(): IterableIterator<[K, V]>;
|
|
200
|
-
[Symbol.iterator](): IterableIterator<[K, V]>;
|
|
201
|
-
inspect(): any; // Statics
|
|
202
|
-
static from<I, J>(iterable: Iterable<[I, J]> | {
|
|
203
|
-
[key: string]: J;
|
|
204
|
-
}): BiMap<I, J>;
|
|
205
|
-
}
|
|
206
|
-
//#endregion
|
|
207
|
-
//#region ../../node_modules/.pnpm/mnemonist@0.40.3_patch_hash=70301b9c235e13bc146bb9528b7979c278952196d5dac8048ab3850adac8f4cf/node_modules/mnemonist/utils/types.d.ts
|
|
208
|
-
/**
|
|
209
|
-
* Mnemonist Generic Types
|
|
210
|
-
* ========================
|
|
211
|
-
*
|
|
212
|
-
* Collection of types used throughout the library.
|
|
213
|
-
*/
|
|
214
|
-
interface IArrayLike {
|
|
215
|
-
length: number;
|
|
216
|
-
slice(from: number, to?: number): IArrayLike;
|
|
217
|
-
}
|
|
218
|
-
type ArrayLike = IArrayLike | ArrayBuffer;
|
|
219
|
-
interface IArrayLikeConstructor {
|
|
220
|
-
new (...args: any[]): ArrayLike;
|
|
221
|
-
}
|
|
222
|
-
//#endregion
|
|
223
|
-
//#region ../../node_modules/.pnpm/mnemonist@0.40.3_patch_hash=70301b9c235e13bc146bb9528b7979c278952196d5dac8048ab3850adac8f4cf/node_modules/mnemonist/lru-map.d.ts
|
|
224
|
-
declare class LRUMap<K, V> implements Iterable<[K, V]> {
|
|
225
|
-
// Members
|
|
226
|
-
capacity: number;
|
|
227
|
-
size: number; // Constructor
|
|
228
|
-
constructor(capacity: number);
|
|
229
|
-
constructor(KeyArrayClass: IArrayLikeConstructor, ValueArrayClass: IArrayLikeConstructor, capacity: number); // Methods
|
|
230
|
-
clear(): void;
|
|
231
|
-
set(key: K, value: V): this;
|
|
232
|
-
setpop(key: K, value: V): {
|
|
233
|
-
evicted: boolean;
|
|
234
|
-
key: K;
|
|
235
|
-
value: V;
|
|
236
|
-
};
|
|
237
|
-
get(key: K): V | undefined;
|
|
238
|
-
peek(key: K): V | undefined;
|
|
239
|
-
has(key: K): boolean;
|
|
240
|
-
forEach(callback: (value: V, key: K, cache: this) => void, scope?: any): void;
|
|
241
|
-
keys(): IterableIterator<K>;
|
|
242
|
-
values(): IterableIterator<V>;
|
|
243
|
-
entries(): IterableIterator<[K, V]>;
|
|
244
|
-
[Symbol.iterator](): IterableIterator<[K, V]>;
|
|
245
|
-
inspect(): any; // Statics
|
|
246
|
-
static from<I, J>(iterable: Iterable<[I, J]> | {
|
|
247
|
-
[key: string]: J;
|
|
248
|
-
}, KeyArrayClass: IArrayLikeConstructor, ValueArrayClass: IArrayLikeConstructor, capacity?: number): LRUMap<I, J>;
|
|
249
|
-
static from<I, J>(iterable: Iterable<[I, J]> | {
|
|
250
|
-
[key: string]: J;
|
|
251
|
-
}, capacity?: number): LRUMap<I, J>;
|
|
252
|
-
}
|
|
253
|
-
//#endregion
|
|
254
|
-
export { Queue as a, DefaultMap as c, MultiMap as i, BiMap as n, LinkedList as o, Stack as r, DefaultWeakMap as s, LRUMap as t };
|
|
164
|
+
export { DefaultWeakMap as a, LinkedList as i, MultiMap as n, DefaultMap as o, Queue as r, Stack as t };
|