@infinilabs/ai-chat 0.0.0 → 0.0.1
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/README.md +301 -56
- package/dist/_baseUniq-BQcAhV7E.js +152 -0
- package/dist/arc-2jwvQ2TN.js +131 -0
- package/dist/architecture-U656AL7Q-WuSilpZW.js +5 -0
- package/dist/architectureDiagram-VXUJARFQ-D6SKNy5z.js +8681 -0
- package/dist/blockDiagram-VD42YOAC-Ct2DD8jj.js +3606 -0
- package/dist/c4Diagram-YG6GDRKO-B7wBU4mz.js +2481 -0
- package/dist/channel-BRREX19f.js +7 -0
- package/dist/chunk-4BX2VUAB-BnghU1_v.js +16 -0
- package/dist/chunk-55IACEB6-Dduk-DEL.js +13 -0
- package/dist/chunk-B4BG7PRW-DeHw-z-x.js +1826 -0
- package/dist/chunk-DI55MBZ5-GTHMAr0M.js +1915 -0
- package/dist/chunk-FMBD7UC4-Bchh4_3W.js +19 -0
- package/dist/chunk-QN33PNHL-H6S-NYp0.js +24 -0
- package/dist/chunk-QZHKN3VN-DdcyNnvM.js +17 -0
- package/dist/chunk-TZMSLE5B-C7te_j4V.js +108 -0
- package/dist/classDiagram-2ON5EDUG-CNkHY_Y7.js +19 -0
- package/dist/classDiagram-v2-WZHVMYZB-CNkHY_Y7.js +19 -0
- package/dist/clone-DnOD7gQ4.js +8 -0
- package/dist/cose-bilkent-S5V4N54A-2EKtTYth.js +4942 -0
- package/dist/cytoscape.esm-BfvZ3QT_.js +30239 -0
- package/dist/dagre-6UL2VRFP-oJLNDO4O.js +693 -0
- package/dist/defaultLocale-DVr69WTU.js +206 -0
- package/dist/diagram-PSM6KHXK-DhMgmu9h.js +845 -0
- package/dist/diagram-QEK2KX5R-pB1vUeno.js +300 -0
- package/dist/diagram-S2PKOQOG-HTooIr24.js +210 -0
- package/dist/erDiagram-Q2GNP2WA-CCaN2EHf.js +1158 -0
- package/dist/flowDiagram-NV44I4VS-CG0erQtl.js +2331 -0
- package/dist/ganttDiagram-JELNMOA3-D3rSLJec.js +3679 -0
- package/dist/gitGraph-F6HP7TQM-BDWdXs6A.js +5 -0
- package/dist/gitGraphDiagram-NY62KEGX-Ip-PiLDb.js +1203 -0
- package/dist/graph-wCViE1vL.js +596 -0
- package/dist/index-BQvQI7yA.js +117302 -0
- package/dist/index.css +1834 -82
- package/dist/index.js +5 -19966
- package/dist/info-NVLQJR56-pJlVBPs6.js +5 -0
- package/dist/infoDiagram-WHAUD3N6-BbVs4x8y.js +31 -0
- package/dist/init-ZxktEp_H.js +16 -0
- package/dist/journeyDiagram-XKPGCS4Q-Cz9ox9GA.js +1254 -0
- package/dist/kanban-definition-3W4ZIXB7-ChdUHO5f.js +1047 -0
- package/dist/katex-ei8sH3Uy.js +14524 -0
- package/dist/layout-BaZPdTGN.js +2183 -0
- package/dist/linear-D_RX7hM-.js +340 -0
- package/dist/mermaid-parser.core-_sn6A3wB.js +18704 -0
- package/dist/min-BxeM4Drj.js +41 -0
- package/dist/mindmap-definition-VGOIOE7T-BkjJibdi.js +1126 -0
- package/dist/ordinal-CxptdPJm.js +76 -0
- package/dist/packet-BFZMPI3H-D3RtU0mc.js +5 -0
- package/dist/pie-7BOR55EZ-xH--CiaM.js +5 -0
- package/dist/pieDiagram-ADFJNKIX-2Yr1gkth.js +237 -0
- package/dist/quadrantDiagram-AYHSOK5B-CjicpXRv.js +1335 -0
- package/dist/radar-NHE76QYJ-CL0tHnUP.js +5 -0
- package/dist/requirementDiagram-UZGBJVZJ-DBnhlfjR.js +1161 -0
- package/dist/sankeyDiagram-TZEHDZUN-B2FErKCa.js +1193 -0
- package/dist/sequenceDiagram-WL72ISMW-BkNTlRlB.js +3874 -0
- package/dist/stateDiagram-FKZM4ZOC-CAAFQtS9.js +447 -0
- package/dist/stateDiagram-v2-4FDKWEC3-lF6kUebI.js +19 -0
- package/dist/timeline-definition-IT6M3QCI-CQgMFEPA.js +1222 -0
- package/dist/treemap-KMMF4GRG-B0Mc-u8X.js +5 -0
- package/dist/xychartDiagram-PRI3JC2R-Cee7LdLr.js +1886 -0
- package/package.json +6 -7
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { b as baseFlatten } from "./_baseUniq-BQcAhV7E.js";
|
|
2
|
+
import { aD as isArrayLike, aE as baseEach, aF as arrayMap, aG as baseIteratee, aH as isArray, aI as isSymbol, aJ as identity } from "./index-BQvQI7yA.js";
|
|
3
|
+
function flatten(array) {
|
|
4
|
+
var length = array == null ? 0 : array.length;
|
|
5
|
+
return length ? baseFlatten(array) : [];
|
|
6
|
+
}
|
|
7
|
+
function baseMap(collection, iteratee) {
|
|
8
|
+
var index = -1, result = isArrayLike(collection) ? Array(collection.length) : [];
|
|
9
|
+
baseEach(collection, function(value, key, collection2) {
|
|
10
|
+
result[++index] = iteratee(value, key, collection2);
|
|
11
|
+
});
|
|
12
|
+
return result;
|
|
13
|
+
}
|
|
14
|
+
function map(collection, iteratee) {
|
|
15
|
+
var func = isArray(collection) ? arrayMap : baseMap;
|
|
16
|
+
return func(collection, baseIteratee(iteratee));
|
|
17
|
+
}
|
|
18
|
+
function baseLt(value, other) {
|
|
19
|
+
return value < other;
|
|
20
|
+
}
|
|
21
|
+
function baseExtremum(array, iteratee, comparator) {
|
|
22
|
+
var index = -1, length = array.length;
|
|
23
|
+
while (++index < length) {
|
|
24
|
+
var value = array[index], current = iteratee(value);
|
|
25
|
+
if (current != null && (computed === void 0 ? current === current && !isSymbol(current) : comparator(current, computed))) {
|
|
26
|
+
var computed = current, result = value;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
return result;
|
|
30
|
+
}
|
|
31
|
+
function min(array) {
|
|
32
|
+
return array && array.length ? baseExtremum(array, identity, baseLt) : void 0;
|
|
33
|
+
}
|
|
34
|
+
export {
|
|
35
|
+
baseLt as a,
|
|
36
|
+
baseExtremum as b,
|
|
37
|
+
baseMap as c,
|
|
38
|
+
min as d,
|
|
39
|
+
flatten as f,
|
|
40
|
+
map as m
|
|
41
|
+
};
|