@almadar/core 10.38.0 → 10.40.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/{builders-BoyWDFfH.d.ts → builders-Dw270YQh.d.ts} +116 -3
- package/dist/builders.d.ts +4 -4
- package/dist/builders.js +5 -0
- package/dist/builders.js.map +1 -1
- package/dist/{effect-5kg4MCeB.d.ts → effect-DQPFowvO.d.ts} +7 -2
- package/dist/{entity-CVylqnAf.d.ts → entity-DfD-iXkn.d.ts} +13 -0
- package/dist/factory/index.d.ts +6 -6
- package/dist/factory-runtime/index.d.ts +4 -4
- package/dist/factory-runtime/index.js +5 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +526 -37
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +1 -1
- package/dist/mock/index.js +5 -0
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +765 -47
- package/dist/patterns/index.js +521 -37
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +275 -31
- package/dist/patterns/patterns-registry.json +245 -5
- package/dist/patterns/registry.json +245 -5
- package/dist/{trait-Bnd3i_2G.d.ts → trait-C_TZnqb_.d.ts} +17 -2
- package/dist/types/index.d.ts +15 -9
- package/dist/types/index.js +5 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-BE598tvP.d.ts → types-BUqLsSEN.d.ts} +2 -2
- package/package.json +1 -1
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, S as RenderBinding, I as PatternType } from '../effect-
|
|
2
|
-
export { P as PATTERN_TYPES, z as PatternConfig, G as PatternProps, H as PatternPropsMap, aK as isValidPatternType } from '../effect-
|
|
1
|
+
import { A as AnyPatternConfig, S as RenderBinding, I as PatternType } from '../effect-DQPFowvO.js';
|
|
2
|
+
export { P as PATTERN_TYPES, z as PatternConfig, G as PatternProps, H as PatternPropsMap, aK as isValidPatternType } from '../effect-DQPFowvO.js';
|
|
3
3
|
import { d as EventPayloadValue, a as EventPayload } from '../expression-DpAj1RzP.js';
|
|
4
|
-
import { F as FieldValue, J as JsonValue } from '../entity-
|
|
4
|
+
import { F as FieldValue, J as JsonValue } from '../entity-DfD-iXkn.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
|
|
7
7
|
var version$3 = "1.0.0";
|
|
8
|
-
var exportedAt$3 = "2026-07-
|
|
8
|
+
var exportedAt$3 = "2026-07-28T10:40:00.004Z";
|
|
9
9
|
var patterns = {
|
|
10
10
|
"entity-table": {
|
|
11
11
|
type: "entity-table",
|
|
@@ -407,8 +407,7 @@ var patterns = {
|
|
|
407
407
|
}
|
|
408
408
|
},
|
|
409
409
|
required: [
|
|
410
|
-
"label"
|
|
411
|
-
"onClick"
|
|
410
|
+
"label"
|
|
412
411
|
]
|
|
413
412
|
}
|
|
414
413
|
},
|
|
@@ -446,11 +445,15 @@ var patterns = {
|
|
|
446
445
|
"default",
|
|
447
446
|
"danger"
|
|
448
447
|
]
|
|
448
|
+
},
|
|
449
|
+
event: {
|
|
450
|
+
types: [
|
|
451
|
+
"string"
|
|
452
|
+
]
|
|
449
453
|
}
|
|
450
454
|
},
|
|
451
455
|
required: [
|
|
452
|
-
"label"
|
|
453
|
-
"onClick"
|
|
456
|
+
"label"
|
|
454
457
|
]
|
|
455
458
|
}
|
|
456
459
|
},
|
|
@@ -9859,6 +9862,21 @@ var patterns = {
|
|
|
9859
9862
|
],
|
|
9860
9863
|
description: "Inline style"
|
|
9861
9864
|
},
|
|
9865
|
+
format: {
|
|
9866
|
+
types: [
|
|
9867
|
+
"string"
|
|
9868
|
+
],
|
|
9869
|
+
description: "Value formatting applied to string/number/Date content — `none` (the default) renders content as-is. Covers the raw-ISO-date class: a bound datetime renders human-readable via `format=\"date\"|\"time\"|\"datetime\"`.",
|
|
9870
|
+
enumValues: [
|
|
9871
|
+
"none",
|
|
9872
|
+
"date",
|
|
9873
|
+
"time",
|
|
9874
|
+
"datetime",
|
|
9875
|
+
"number",
|
|
9876
|
+
"currency",
|
|
9877
|
+
"percent"
|
|
9878
|
+
]
|
|
9879
|
+
},
|
|
9862
9880
|
content: {
|
|
9863
9881
|
types: [
|
|
9864
9882
|
"node"
|
|
@@ -14678,6 +14696,27 @@ var patterns = {
|
|
|
14678
14696
|
"number"
|
|
14679
14697
|
]
|
|
14680
14698
|
},
|
|
14699
|
+
mark: {
|
|
14700
|
+
types: [
|
|
14701
|
+
"object"
|
|
14702
|
+
],
|
|
14703
|
+
properties: {
|
|
14704
|
+
kind: {
|
|
14705
|
+
types: [
|
|
14706
|
+
"unknown"
|
|
14707
|
+
]
|
|
14708
|
+
},
|
|
14709
|
+
suggestionId: {
|
|
14710
|
+
types: [
|
|
14711
|
+
"string"
|
|
14712
|
+
]
|
|
14713
|
+
}
|
|
14714
|
+
},
|
|
14715
|
+
required: [
|
|
14716
|
+
"kind",
|
|
14717
|
+
"suggestionId"
|
|
14718
|
+
]
|
|
14719
|
+
},
|
|
14681
14720
|
x: {
|
|
14682
14721
|
types: [
|
|
14683
14722
|
"number"
|
|
@@ -14736,6 +14775,48 @@ var patterns = {
|
|
|
14736
14775
|
]
|
|
14737
14776
|
}
|
|
14738
14777
|
},
|
|
14778
|
+
proposedEdges: {
|
|
14779
|
+
types: [
|
|
14780
|
+
"array"
|
|
14781
|
+
],
|
|
14782
|
+
description: "Uncommitted proposal links — rendered dashed/faint in a separate pass, never folded into the layout springs.",
|
|
14783
|
+
items: {
|
|
14784
|
+
types: [
|
|
14785
|
+
"object"
|
|
14786
|
+
],
|
|
14787
|
+
properties: {
|
|
14788
|
+
source: {
|
|
14789
|
+
types: [
|
|
14790
|
+
"string"
|
|
14791
|
+
]
|
|
14792
|
+
},
|
|
14793
|
+
target: {
|
|
14794
|
+
types: [
|
|
14795
|
+
"string"
|
|
14796
|
+
]
|
|
14797
|
+
},
|
|
14798
|
+
label: {
|
|
14799
|
+
types: [
|
|
14800
|
+
"string"
|
|
14801
|
+
]
|
|
14802
|
+
},
|
|
14803
|
+
weight: {
|
|
14804
|
+
types: [
|
|
14805
|
+
"number"
|
|
14806
|
+
]
|
|
14807
|
+
},
|
|
14808
|
+
color: {
|
|
14809
|
+
types: [
|
|
14810
|
+
"string"
|
|
14811
|
+
]
|
|
14812
|
+
}
|
|
14813
|
+
},
|
|
14814
|
+
required: [
|
|
14815
|
+
"source",
|
|
14816
|
+
"target"
|
|
14817
|
+
]
|
|
14818
|
+
}
|
|
14819
|
+
},
|
|
14739
14820
|
similarity: {
|
|
14740
14821
|
types: [
|
|
14741
14822
|
"array"
|
|
@@ -14883,6 +14964,111 @@ var patterns = {
|
|
|
14883
14964
|
"number"
|
|
14884
14965
|
]
|
|
14885
14966
|
},
|
|
14967
|
+
mark: {
|
|
14968
|
+
types: [
|
|
14969
|
+
"object"
|
|
14970
|
+
],
|
|
14971
|
+
properties: {
|
|
14972
|
+
kind: {
|
|
14973
|
+
types: [
|
|
14974
|
+
"unknown"
|
|
14975
|
+
]
|
|
14976
|
+
},
|
|
14977
|
+
suggestionId: {
|
|
14978
|
+
types: [
|
|
14979
|
+
"string"
|
|
14980
|
+
]
|
|
14981
|
+
}
|
|
14982
|
+
},
|
|
14983
|
+
required: [
|
|
14984
|
+
"kind",
|
|
14985
|
+
"suggestionId"
|
|
14986
|
+
]
|
|
14987
|
+
},
|
|
14988
|
+
x: {
|
|
14989
|
+
types: [
|
|
14990
|
+
"number"
|
|
14991
|
+
]
|
|
14992
|
+
},
|
|
14993
|
+
y: {
|
|
14994
|
+
types: [
|
|
14995
|
+
"number"
|
|
14996
|
+
]
|
|
14997
|
+
}
|
|
14998
|
+
},
|
|
14999
|
+
required: [
|
|
15000
|
+
"id"
|
|
15001
|
+
]
|
|
15002
|
+
}
|
|
15003
|
+
}
|
|
15004
|
+
]
|
|
15005
|
+
},
|
|
15006
|
+
onMarkClick: {
|
|
15007
|
+
types: [
|
|
15008
|
+
"function"
|
|
15009
|
+
],
|
|
15010
|
+
description: "On marked-node click (suggestion/proposal target). Takes priority over onNodeClick.",
|
|
15011
|
+
kind: "callback",
|
|
15012
|
+
callbackArgs: [
|
|
15013
|
+
{
|
|
15014
|
+
name: "node",
|
|
15015
|
+
type: "object",
|
|
15016
|
+
schema: {
|
|
15017
|
+
types: [
|
|
15018
|
+
"object"
|
|
15019
|
+
],
|
|
15020
|
+
properties: {
|
|
15021
|
+
id: {
|
|
15022
|
+
types: [
|
|
15023
|
+
"string"
|
|
15024
|
+
]
|
|
15025
|
+
},
|
|
15026
|
+
label: {
|
|
15027
|
+
types: [
|
|
15028
|
+
"string"
|
|
15029
|
+
]
|
|
15030
|
+
},
|
|
15031
|
+
group: {
|
|
15032
|
+
types: [
|
|
15033
|
+
"string"
|
|
15034
|
+
]
|
|
15035
|
+
},
|
|
15036
|
+
color: {
|
|
15037
|
+
types: [
|
|
15038
|
+
"string"
|
|
15039
|
+
]
|
|
15040
|
+
},
|
|
15041
|
+
size: {
|
|
15042
|
+
types: [
|
|
15043
|
+
"number"
|
|
15044
|
+
]
|
|
15045
|
+
},
|
|
15046
|
+
badge: {
|
|
15047
|
+
types: [
|
|
15048
|
+
"number"
|
|
15049
|
+
]
|
|
15050
|
+
},
|
|
15051
|
+
mark: {
|
|
15052
|
+
types: [
|
|
15053
|
+
"object"
|
|
15054
|
+
],
|
|
15055
|
+
properties: {
|
|
15056
|
+
kind: {
|
|
15057
|
+
types: [
|
|
15058
|
+
"unknown"
|
|
15059
|
+
]
|
|
15060
|
+
},
|
|
15061
|
+
suggestionId: {
|
|
15062
|
+
types: [
|
|
15063
|
+
"string"
|
|
15064
|
+
]
|
|
15065
|
+
}
|
|
15066
|
+
},
|
|
15067
|
+
required: [
|
|
15068
|
+
"kind",
|
|
15069
|
+
"suggestionId"
|
|
15070
|
+
]
|
|
15071
|
+
},
|
|
14886
15072
|
x: {
|
|
14887
15073
|
types: [
|
|
14888
15074
|
"number"
|
|
@@ -14946,6 +15132,27 @@ var patterns = {
|
|
|
14946
15132
|
"number"
|
|
14947
15133
|
]
|
|
14948
15134
|
},
|
|
15135
|
+
mark: {
|
|
15136
|
+
types: [
|
|
15137
|
+
"object"
|
|
15138
|
+
],
|
|
15139
|
+
properties: {
|
|
15140
|
+
kind: {
|
|
15141
|
+
types: [
|
|
15142
|
+
"unknown"
|
|
15143
|
+
]
|
|
15144
|
+
},
|
|
15145
|
+
suggestionId: {
|
|
15146
|
+
types: [
|
|
15147
|
+
"string"
|
|
15148
|
+
]
|
|
15149
|
+
}
|
|
15150
|
+
},
|
|
15151
|
+
required: [
|
|
15152
|
+
"kind",
|
|
15153
|
+
"suggestionId"
|
|
15154
|
+
]
|
|
15155
|
+
},
|
|
14949
15156
|
x: {
|
|
14950
15157
|
types: [
|
|
14951
15158
|
"number"
|
|
@@ -15009,6 +15216,27 @@ var patterns = {
|
|
|
15009
15216
|
"number"
|
|
15010
15217
|
]
|
|
15011
15218
|
},
|
|
15219
|
+
mark: {
|
|
15220
|
+
types: [
|
|
15221
|
+
"object"
|
|
15222
|
+
],
|
|
15223
|
+
properties: {
|
|
15224
|
+
kind: {
|
|
15225
|
+
types: [
|
|
15226
|
+
"unknown"
|
|
15227
|
+
]
|
|
15228
|
+
},
|
|
15229
|
+
suggestionId: {
|
|
15230
|
+
types: [
|
|
15231
|
+
"string"
|
|
15232
|
+
]
|
|
15233
|
+
}
|
|
15234
|
+
},
|
|
15235
|
+
required: [
|
|
15236
|
+
"kind",
|
|
15237
|
+
"suggestionId"
|
|
15238
|
+
]
|
|
15239
|
+
},
|
|
15012
15240
|
x: {
|
|
15013
15241
|
types: [
|
|
15014
15242
|
"number"
|
|
@@ -17769,12 +17997,24 @@ var patterns = {
|
|
|
17769
17997
|
],
|
|
17770
17998
|
description: "Field name identifying the sender (used with variant: \"message\")"
|
|
17771
17999
|
},
|
|
18000
|
+
senderLabelField: {
|
|
18001
|
+
types: [
|
|
18002
|
+
"string"
|
|
18003
|
+
],
|
|
18004
|
+
description: "Field holding the sender's human-readable name (used with variant: \"message\"). Defaults to `senderField`. Set this when `senderField` holds an id — an id-keyed thread otherwise labels bubbles `staff-1` instead of `Sam Staff`."
|
|
18005
|
+
},
|
|
17772
18006
|
currentUser: {
|
|
17773
18007
|
types: [
|
|
17774
18008
|
"string"
|
|
17775
18009
|
],
|
|
17776
18010
|
description: "Current user identifier; messages matching this value align right (used with variant: \"message\")"
|
|
17777
18011
|
},
|
|
18012
|
+
emptyMessage: {
|
|
18013
|
+
types: [
|
|
18014
|
+
"string"
|
|
18015
|
+
],
|
|
18016
|
+
description: "Message shown when there are no rows. Falls back to the generic \"no items\" translation. `TableView` already exposes this; an agenda or an inbox wants to say what \"empty\" means in its own words."
|
|
18017
|
+
},
|
|
17778
18018
|
className: {
|
|
17779
18019
|
types: [
|
|
17780
18020
|
"string"
|
|
@@ -41582,6 +41822,117 @@ var integrators = {
|
|
|
41582
41822
|
}
|
|
41583
41823
|
}
|
|
41584
41824
|
]
|
|
41825
|
+
},
|
|
41826
|
+
wikimedia: {
|
|
41827
|
+
name: "wikimedia",
|
|
41828
|
+
description: "Wikipedia API — redirect-resolved page lookup (description, portrait, lead extract)",
|
|
41829
|
+
category: "reference",
|
|
41830
|
+
actions: [
|
|
41831
|
+
{
|
|
41832
|
+
name: "getPage",
|
|
41833
|
+
description: "Look up a title on Wikipedia",
|
|
41834
|
+
params: [
|
|
41835
|
+
{
|
|
41836
|
+
name: "title",
|
|
41837
|
+
type: "string",
|
|
41838
|
+
required: true,
|
|
41839
|
+
description: "Page title (human-readable name)"
|
|
41840
|
+
}
|
|
41841
|
+
],
|
|
41842
|
+
responseShape: {
|
|
41843
|
+
title: "string",
|
|
41844
|
+
description: "string",
|
|
41845
|
+
portraitUrl: "string",
|
|
41846
|
+
extract: "string"
|
|
41847
|
+
}
|
|
41848
|
+
}
|
|
41849
|
+
]
|
|
41850
|
+
},
|
|
41851
|
+
iconify: {
|
|
41852
|
+
name: "iconify",
|
|
41853
|
+
description: "Iconify API — brand-logo / icon resolution, search, and body fetch",
|
|
41854
|
+
category: "reference",
|
|
41855
|
+
actions: [
|
|
41856
|
+
{
|
|
41857
|
+
name: "svgExists",
|
|
41858
|
+
description: "Check whether an SVG path exists",
|
|
41859
|
+
params: [
|
|
41860
|
+
{
|
|
41861
|
+
name: "path",
|
|
41862
|
+
type: "string",
|
|
41863
|
+
required: true,
|
|
41864
|
+
description: "Path under api.iconify.design (e.g. devicon/typescript.svg)"
|
|
41865
|
+
}
|
|
41866
|
+
],
|
|
41867
|
+
responseShape: {
|
|
41868
|
+
exists: "boolean"
|
|
41869
|
+
}
|
|
41870
|
+
},
|
|
41871
|
+
{
|
|
41872
|
+
name: "search",
|
|
41873
|
+
description: "Relevance search for icons",
|
|
41874
|
+
params: [
|
|
41875
|
+
{
|
|
41876
|
+
name: "query",
|
|
41877
|
+
type: "string",
|
|
41878
|
+
required: true,
|
|
41879
|
+
description: "Search term"
|
|
41880
|
+
},
|
|
41881
|
+
{
|
|
41882
|
+
name: "limit",
|
|
41883
|
+
type: "number",
|
|
41884
|
+
required: false,
|
|
41885
|
+
description: "Max results"
|
|
41886
|
+
}
|
|
41887
|
+
],
|
|
41888
|
+
responseShape: {
|
|
41889
|
+
icons: "string[]"
|
|
41890
|
+
}
|
|
41891
|
+
},
|
|
41892
|
+
{
|
|
41893
|
+
name: "getIconBody",
|
|
41894
|
+
description: "Fetch an icon SVG body for color-tone classification",
|
|
41895
|
+
params: [
|
|
41896
|
+
{
|
|
41897
|
+
name: "iconId",
|
|
41898
|
+
type: "string",
|
|
41899
|
+
required: true,
|
|
41900
|
+
description: "Icon id (prefix:name)"
|
|
41901
|
+
}
|
|
41902
|
+
],
|
|
41903
|
+
responseShape: {
|
|
41904
|
+
body: "string"
|
|
41905
|
+
}
|
|
41906
|
+
}
|
|
41907
|
+
]
|
|
41908
|
+
},
|
|
41909
|
+
arxiv: {
|
|
41910
|
+
name: "arxiv",
|
|
41911
|
+
description: "arXiv API — frontier academic preprint search (emerging-axis research backend)",
|
|
41912
|
+
category: "reference",
|
|
41913
|
+
actions: [
|
|
41914
|
+
{
|
|
41915
|
+
name: "search",
|
|
41916
|
+
description: "Search arXiv preprints by relevance",
|
|
41917
|
+
params: [
|
|
41918
|
+
{
|
|
41919
|
+
name: "query",
|
|
41920
|
+
type: "string",
|
|
41921
|
+
required: true,
|
|
41922
|
+
description: "Search query"
|
|
41923
|
+
},
|
|
41924
|
+
{
|
|
41925
|
+
name: "maxResults",
|
|
41926
|
+
type: "number",
|
|
41927
|
+
required: false,
|
|
41928
|
+
description: "Max results (default 8)"
|
|
41929
|
+
}
|
|
41930
|
+
],
|
|
41931
|
+
responseShape: {
|
|
41932
|
+
results: "ArxivResult[]"
|
|
41933
|
+
}
|
|
41934
|
+
}
|
|
41935
|
+
]
|
|
41585
41936
|
}
|
|
41586
41937
|
};
|
|
41587
41938
|
var categories = [
|
|
@@ -41600,7 +41951,7 @@ var integratorsRegistry = {
|
|
|
41600
41951
|
};
|
|
41601
41952
|
|
|
41602
41953
|
var version$1 = "1.0.0";
|
|
41603
|
-
var exportedAt$1 = "2026-07-
|
|
41954
|
+
var exportedAt$1 = "2026-07-28T10:40:00.004Z";
|
|
41604
41955
|
var mappings = {
|
|
41605
41956
|
"page-header": {
|
|
41606
41957
|
component: "PageHeader",
|
|
@@ -42982,7 +43333,7 @@ var componentMapping = {
|
|
|
42982
43333
|
};
|
|
42983
43334
|
|
|
42984
43335
|
var version = "1.0.0";
|
|
42985
|
-
var exportedAt = "2026-07-
|
|
43336
|
+
var exportedAt = "2026-07-28T10:40:00.004Z";
|
|
42986
43337
|
var contracts = {
|
|
42987
43338
|
form: {
|
|
42988
43339
|
emits: [
|
|
@@ -44973,6 +45324,9 @@ declare const registry: {
|
|
|
44973
45324
|
types: string[];
|
|
44974
45325
|
enumValues: string[];
|
|
44975
45326
|
};
|
|
45327
|
+
event: {
|
|
45328
|
+
types: string[];
|
|
45329
|
+
};
|
|
44976
45330
|
};
|
|
44977
45331
|
required: string[];
|
|
44978
45332
|
};
|
|
@@ -50678,6 +51032,11 @@ declare const registry: {
|
|
|
50678
51032
|
types: string[];
|
|
50679
51033
|
description: string;
|
|
50680
51034
|
};
|
|
51035
|
+
format: {
|
|
51036
|
+
types: string[];
|
|
51037
|
+
description: string;
|
|
51038
|
+
enumValues: string[];
|
|
51039
|
+
};
|
|
50681
51040
|
content: {
|
|
50682
51041
|
types: string[];
|
|
50683
51042
|
description: string;
|
|
@@ -53645,6 +54004,18 @@ declare const registry: {
|
|
|
53645
54004
|
badge: {
|
|
53646
54005
|
types: string[];
|
|
53647
54006
|
};
|
|
54007
|
+
mark: {
|
|
54008
|
+
types: string[];
|
|
54009
|
+
properties: {
|
|
54010
|
+
kind: {
|
|
54011
|
+
types: string[];
|
|
54012
|
+
};
|
|
54013
|
+
suggestionId: {
|
|
54014
|
+
types: string[];
|
|
54015
|
+
};
|
|
54016
|
+
};
|
|
54017
|
+
required: string[];
|
|
54018
|
+
};
|
|
53648
54019
|
x: {
|
|
53649
54020
|
types: string[];
|
|
53650
54021
|
};
|
|
@@ -53680,6 +54051,31 @@ declare const registry: {
|
|
|
53680
54051
|
required: string[];
|
|
53681
54052
|
};
|
|
53682
54053
|
};
|
|
54054
|
+
proposedEdges: {
|
|
54055
|
+
types: string[];
|
|
54056
|
+
description: string;
|
|
54057
|
+
items: {
|
|
54058
|
+
types: string[];
|
|
54059
|
+
properties: {
|
|
54060
|
+
source: {
|
|
54061
|
+
types: string[];
|
|
54062
|
+
};
|
|
54063
|
+
target: {
|
|
54064
|
+
types: string[];
|
|
54065
|
+
};
|
|
54066
|
+
label: {
|
|
54067
|
+
types: string[];
|
|
54068
|
+
};
|
|
54069
|
+
weight: {
|
|
54070
|
+
types: string[];
|
|
54071
|
+
};
|
|
54072
|
+
color: {
|
|
54073
|
+
types: string[];
|
|
54074
|
+
};
|
|
54075
|
+
};
|
|
54076
|
+
required: string[];
|
|
54077
|
+
};
|
|
54078
|
+
};
|
|
53683
54079
|
similarity: {
|
|
53684
54080
|
types: string[];
|
|
53685
54081
|
description: string;
|
|
@@ -53770,44 +54166,119 @@ declare const registry: {
|
|
|
53770
54166
|
badge: {
|
|
53771
54167
|
types: string[];
|
|
53772
54168
|
};
|
|
53773
|
-
|
|
53774
|
-
types: string[];
|
|
53775
|
-
|
|
53776
|
-
|
|
53777
|
-
|
|
53778
|
-
|
|
53779
|
-
|
|
53780
|
-
|
|
53781
|
-
|
|
53782
|
-
|
|
53783
|
-
|
|
53784
|
-
|
|
53785
|
-
|
|
53786
|
-
|
|
53787
|
-
|
|
53788
|
-
|
|
53789
|
-
|
|
53790
|
-
|
|
53791
|
-
|
|
53792
|
-
|
|
53793
|
-
|
|
53794
|
-
|
|
53795
|
-
|
|
53796
|
-
|
|
53797
|
-
|
|
53798
|
-
|
|
53799
|
-
|
|
53800
|
-
|
|
53801
|
-
|
|
53802
|
-
|
|
53803
|
-
|
|
53804
|
-
|
|
53805
|
-
|
|
53806
|
-
|
|
53807
|
-
types: string[];
|
|
53808
|
-
};
|
|
53809
|
-
|
|
54169
|
+
mark: {
|
|
54170
|
+
types: string[];
|
|
54171
|
+
properties: {
|
|
54172
|
+
kind: {
|
|
54173
|
+
types: string[];
|
|
54174
|
+
};
|
|
54175
|
+
suggestionId: {
|
|
54176
|
+
types: string[];
|
|
54177
|
+
};
|
|
54178
|
+
};
|
|
54179
|
+
required: string[];
|
|
54180
|
+
};
|
|
54181
|
+
x: {
|
|
54182
|
+
types: string[];
|
|
54183
|
+
};
|
|
54184
|
+
y: {
|
|
54185
|
+
types: string[];
|
|
54186
|
+
};
|
|
54187
|
+
};
|
|
54188
|
+
required: string[];
|
|
54189
|
+
};
|
|
54190
|
+
}[];
|
|
54191
|
+
};
|
|
54192
|
+
onMarkClick: {
|
|
54193
|
+
types: string[];
|
|
54194
|
+
description: string;
|
|
54195
|
+
kind: string;
|
|
54196
|
+
callbackArgs: {
|
|
54197
|
+
name: string;
|
|
54198
|
+
type: string;
|
|
54199
|
+
schema: {
|
|
54200
|
+
types: string[];
|
|
54201
|
+
properties: {
|
|
54202
|
+
id: {
|
|
54203
|
+
types: string[];
|
|
54204
|
+
};
|
|
54205
|
+
label: {
|
|
54206
|
+
types: string[];
|
|
54207
|
+
};
|
|
54208
|
+
group: {
|
|
54209
|
+
types: string[];
|
|
54210
|
+
};
|
|
54211
|
+
color: {
|
|
54212
|
+
types: string[];
|
|
54213
|
+
};
|
|
54214
|
+
size: {
|
|
54215
|
+
types: string[];
|
|
54216
|
+
};
|
|
54217
|
+
badge: {
|
|
54218
|
+
types: string[];
|
|
54219
|
+
};
|
|
54220
|
+
mark: {
|
|
54221
|
+
types: string[];
|
|
54222
|
+
properties: {
|
|
54223
|
+
kind: {
|
|
54224
|
+
types: string[];
|
|
54225
|
+
};
|
|
54226
|
+
suggestionId: {
|
|
54227
|
+
types: string[];
|
|
54228
|
+
};
|
|
54229
|
+
};
|
|
54230
|
+
required: string[];
|
|
54231
|
+
};
|
|
54232
|
+
x: {
|
|
54233
|
+
types: string[];
|
|
54234
|
+
};
|
|
54235
|
+
y: {
|
|
54236
|
+
types: string[];
|
|
54237
|
+
};
|
|
54238
|
+
};
|
|
54239
|
+
required: string[];
|
|
54240
|
+
};
|
|
54241
|
+
}[];
|
|
54242
|
+
};
|
|
54243
|
+
onNodeDoubleClick: {
|
|
54244
|
+
types: string[];
|
|
54245
|
+
description: string;
|
|
54246
|
+
kind: string;
|
|
54247
|
+
callbackArgs: {
|
|
54248
|
+
name: string;
|
|
54249
|
+
type: string;
|
|
54250
|
+
schema: {
|
|
54251
|
+
types: string[];
|
|
54252
|
+
properties: {
|
|
54253
|
+
id: {
|
|
54254
|
+
types: string[];
|
|
54255
|
+
};
|
|
54256
|
+
label: {
|
|
54257
|
+
types: string[];
|
|
54258
|
+
};
|
|
54259
|
+
group: {
|
|
54260
|
+
types: string[];
|
|
54261
|
+
};
|
|
54262
|
+
color: {
|
|
54263
|
+
types: string[];
|
|
54264
|
+
};
|
|
54265
|
+
size: {
|
|
54266
|
+
types: string[];
|
|
54267
|
+
};
|
|
54268
|
+
badge: {
|
|
54269
|
+
types: string[];
|
|
54270
|
+
};
|
|
54271
|
+
mark: {
|
|
53810
54272
|
types: string[];
|
|
54273
|
+
properties: {
|
|
54274
|
+
kind: {
|
|
54275
|
+
types: string[];
|
|
54276
|
+
};
|
|
54277
|
+
suggestionId: {
|
|
54278
|
+
types: string[];
|
|
54279
|
+
};
|
|
54280
|
+
};
|
|
54281
|
+
required: string[];
|
|
53811
54282
|
};
|
|
53812
54283
|
x: {
|
|
53813
54284
|
types: string[];
|
|
@@ -53848,6 +54319,18 @@ declare const registry: {
|
|
|
53848
54319
|
badge: {
|
|
53849
54320
|
types: string[];
|
|
53850
54321
|
};
|
|
54322
|
+
mark: {
|
|
54323
|
+
types: string[];
|
|
54324
|
+
properties: {
|
|
54325
|
+
kind: {
|
|
54326
|
+
types: string[];
|
|
54327
|
+
};
|
|
54328
|
+
suggestionId: {
|
|
54329
|
+
types: string[];
|
|
54330
|
+
};
|
|
54331
|
+
};
|
|
54332
|
+
required: string[];
|
|
54333
|
+
};
|
|
53851
54334
|
x: {
|
|
53852
54335
|
types: string[];
|
|
53853
54336
|
};
|
|
@@ -55523,10 +56006,18 @@ declare const registry: {
|
|
|
55523
56006
|
types: string[];
|
|
55524
56007
|
description: string;
|
|
55525
56008
|
};
|
|
56009
|
+
senderLabelField: {
|
|
56010
|
+
types: string[];
|
|
56011
|
+
description: string;
|
|
56012
|
+
};
|
|
55526
56013
|
currentUser: {
|
|
55527
56014
|
types: string[];
|
|
55528
56015
|
description: string;
|
|
55529
56016
|
};
|
|
56017
|
+
emptyMessage: {
|
|
56018
|
+
types: string[];
|
|
56019
|
+
description: string;
|
|
56020
|
+
};
|
|
55530
56021
|
className: {
|
|
55531
56022
|
types: string[];
|
|
55532
56023
|
description: string;
|
|
@@ -69896,6 +70387,9 @@ declare const PATTERN_REGISTRY: {
|
|
|
69896
70387
|
types: string[];
|
|
69897
70388
|
enumValues: string[];
|
|
69898
70389
|
};
|
|
70390
|
+
event: {
|
|
70391
|
+
types: string[];
|
|
70392
|
+
};
|
|
69899
70393
|
};
|
|
69900
70394
|
required: string[];
|
|
69901
70395
|
};
|
|
@@ -75601,6 +76095,11 @@ declare const PATTERN_REGISTRY: {
|
|
|
75601
76095
|
types: string[];
|
|
75602
76096
|
description: string;
|
|
75603
76097
|
};
|
|
76098
|
+
format: {
|
|
76099
|
+
types: string[];
|
|
76100
|
+
description: string;
|
|
76101
|
+
enumValues: string[];
|
|
76102
|
+
};
|
|
75604
76103
|
content: {
|
|
75605
76104
|
types: string[];
|
|
75606
76105
|
description: string;
|
|
@@ -78568,6 +79067,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
78568
79067
|
badge: {
|
|
78569
79068
|
types: string[];
|
|
78570
79069
|
};
|
|
79070
|
+
mark: {
|
|
79071
|
+
types: string[];
|
|
79072
|
+
properties: {
|
|
79073
|
+
kind: {
|
|
79074
|
+
types: string[];
|
|
79075
|
+
};
|
|
79076
|
+
suggestionId: {
|
|
79077
|
+
types: string[];
|
|
79078
|
+
};
|
|
79079
|
+
};
|
|
79080
|
+
required: string[];
|
|
79081
|
+
};
|
|
78571
79082
|
x: {
|
|
78572
79083
|
types: string[];
|
|
78573
79084
|
};
|
|
@@ -78603,6 +79114,31 @@ declare const PATTERN_REGISTRY: {
|
|
|
78603
79114
|
required: string[];
|
|
78604
79115
|
};
|
|
78605
79116
|
};
|
|
79117
|
+
proposedEdges: {
|
|
79118
|
+
types: string[];
|
|
79119
|
+
description: string;
|
|
79120
|
+
items: {
|
|
79121
|
+
types: string[];
|
|
79122
|
+
properties: {
|
|
79123
|
+
source: {
|
|
79124
|
+
types: string[];
|
|
79125
|
+
};
|
|
79126
|
+
target: {
|
|
79127
|
+
types: string[];
|
|
79128
|
+
};
|
|
79129
|
+
label: {
|
|
79130
|
+
types: string[];
|
|
79131
|
+
};
|
|
79132
|
+
weight: {
|
|
79133
|
+
types: string[];
|
|
79134
|
+
};
|
|
79135
|
+
color: {
|
|
79136
|
+
types: string[];
|
|
79137
|
+
};
|
|
79138
|
+
};
|
|
79139
|
+
required: string[];
|
|
79140
|
+
};
|
|
79141
|
+
};
|
|
78606
79142
|
similarity: {
|
|
78607
79143
|
types: string[];
|
|
78608
79144
|
description: string;
|
|
@@ -78693,6 +79229,69 @@ declare const PATTERN_REGISTRY: {
|
|
|
78693
79229
|
badge: {
|
|
78694
79230
|
types: string[];
|
|
78695
79231
|
};
|
|
79232
|
+
mark: {
|
|
79233
|
+
types: string[];
|
|
79234
|
+
properties: {
|
|
79235
|
+
kind: {
|
|
79236
|
+
types: string[];
|
|
79237
|
+
};
|
|
79238
|
+
suggestionId: {
|
|
79239
|
+
types: string[];
|
|
79240
|
+
};
|
|
79241
|
+
};
|
|
79242
|
+
required: string[];
|
|
79243
|
+
};
|
|
79244
|
+
x: {
|
|
79245
|
+
types: string[];
|
|
79246
|
+
};
|
|
79247
|
+
y: {
|
|
79248
|
+
types: string[];
|
|
79249
|
+
};
|
|
79250
|
+
};
|
|
79251
|
+
required: string[];
|
|
79252
|
+
};
|
|
79253
|
+
}[];
|
|
79254
|
+
};
|
|
79255
|
+
onMarkClick: {
|
|
79256
|
+
types: string[];
|
|
79257
|
+
description: string;
|
|
79258
|
+
kind: string;
|
|
79259
|
+
callbackArgs: {
|
|
79260
|
+
name: string;
|
|
79261
|
+
type: string;
|
|
79262
|
+
schema: {
|
|
79263
|
+
types: string[];
|
|
79264
|
+
properties: {
|
|
79265
|
+
id: {
|
|
79266
|
+
types: string[];
|
|
79267
|
+
};
|
|
79268
|
+
label: {
|
|
79269
|
+
types: string[];
|
|
79270
|
+
};
|
|
79271
|
+
group: {
|
|
79272
|
+
types: string[];
|
|
79273
|
+
};
|
|
79274
|
+
color: {
|
|
79275
|
+
types: string[];
|
|
79276
|
+
};
|
|
79277
|
+
size: {
|
|
79278
|
+
types: string[];
|
|
79279
|
+
};
|
|
79280
|
+
badge: {
|
|
79281
|
+
types: string[];
|
|
79282
|
+
};
|
|
79283
|
+
mark: {
|
|
79284
|
+
types: string[];
|
|
79285
|
+
properties: {
|
|
79286
|
+
kind: {
|
|
79287
|
+
types: string[];
|
|
79288
|
+
};
|
|
79289
|
+
suggestionId: {
|
|
79290
|
+
types: string[];
|
|
79291
|
+
};
|
|
79292
|
+
};
|
|
79293
|
+
required: string[];
|
|
79294
|
+
};
|
|
78696
79295
|
x: {
|
|
78697
79296
|
types: string[];
|
|
78698
79297
|
};
|
|
@@ -78732,6 +79331,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
78732
79331
|
badge: {
|
|
78733
79332
|
types: string[];
|
|
78734
79333
|
};
|
|
79334
|
+
mark: {
|
|
79335
|
+
types: string[];
|
|
79336
|
+
properties: {
|
|
79337
|
+
kind: {
|
|
79338
|
+
types: string[];
|
|
79339
|
+
};
|
|
79340
|
+
suggestionId: {
|
|
79341
|
+
types: string[];
|
|
79342
|
+
};
|
|
79343
|
+
};
|
|
79344
|
+
required: string[];
|
|
79345
|
+
};
|
|
78735
79346
|
x: {
|
|
78736
79347
|
types: string[];
|
|
78737
79348
|
};
|
|
@@ -78771,6 +79382,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
78771
79382
|
badge: {
|
|
78772
79383
|
types: string[];
|
|
78773
79384
|
};
|
|
79385
|
+
mark: {
|
|
79386
|
+
types: string[];
|
|
79387
|
+
properties: {
|
|
79388
|
+
kind: {
|
|
79389
|
+
types: string[];
|
|
79390
|
+
};
|
|
79391
|
+
suggestionId: {
|
|
79392
|
+
types: string[];
|
|
79393
|
+
};
|
|
79394
|
+
};
|
|
79395
|
+
required: string[];
|
|
79396
|
+
};
|
|
78774
79397
|
x: {
|
|
78775
79398
|
types: string[];
|
|
78776
79399
|
};
|
|
@@ -80446,10 +81069,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
80446
81069
|
types: string[];
|
|
80447
81070
|
description: string;
|
|
80448
81071
|
};
|
|
81072
|
+
senderLabelField: {
|
|
81073
|
+
types: string[];
|
|
81074
|
+
description: string;
|
|
81075
|
+
};
|
|
80449
81076
|
currentUser: {
|
|
80450
81077
|
types: string[];
|
|
80451
81078
|
description: string;
|
|
80452
81079
|
};
|
|
81080
|
+
emptyMessage: {
|
|
81081
|
+
types: string[];
|
|
81082
|
+
description: string;
|
|
81083
|
+
};
|
|
80453
81084
|
className: {
|
|
80454
81085
|
types: string[];
|
|
80455
81086
|
description: string;
|
|
@@ -95153,6 +95784,93 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
95153
95784
|
};
|
|
95154
95785
|
}[];
|
|
95155
95786
|
};
|
|
95787
|
+
wikimedia: {
|
|
95788
|
+
name: string;
|
|
95789
|
+
description: string;
|
|
95790
|
+
category: string;
|
|
95791
|
+
actions: {
|
|
95792
|
+
name: string;
|
|
95793
|
+
description: string;
|
|
95794
|
+
params: {
|
|
95795
|
+
name: string;
|
|
95796
|
+
type: string;
|
|
95797
|
+
required: boolean;
|
|
95798
|
+
description: string;
|
|
95799
|
+
}[];
|
|
95800
|
+
responseShape: {
|
|
95801
|
+
title: string;
|
|
95802
|
+
description: string;
|
|
95803
|
+
portraitUrl: string;
|
|
95804
|
+
extract: string;
|
|
95805
|
+
};
|
|
95806
|
+
}[];
|
|
95807
|
+
};
|
|
95808
|
+
iconify: {
|
|
95809
|
+
name: string;
|
|
95810
|
+
description: string;
|
|
95811
|
+
category: string;
|
|
95812
|
+
actions: ({
|
|
95813
|
+
name: string;
|
|
95814
|
+
description: string;
|
|
95815
|
+
params: {
|
|
95816
|
+
name: string;
|
|
95817
|
+
type: string;
|
|
95818
|
+
required: boolean;
|
|
95819
|
+
description: string;
|
|
95820
|
+
}[];
|
|
95821
|
+
responseShape: {
|
|
95822
|
+
exists: string;
|
|
95823
|
+
icons?: undefined;
|
|
95824
|
+
body?: undefined;
|
|
95825
|
+
};
|
|
95826
|
+
} | {
|
|
95827
|
+
name: string;
|
|
95828
|
+
description: string;
|
|
95829
|
+
params: {
|
|
95830
|
+
name: string;
|
|
95831
|
+
type: string;
|
|
95832
|
+
required: boolean;
|
|
95833
|
+
description: string;
|
|
95834
|
+
}[];
|
|
95835
|
+
responseShape: {
|
|
95836
|
+
icons: string;
|
|
95837
|
+
exists?: undefined;
|
|
95838
|
+
body?: undefined;
|
|
95839
|
+
};
|
|
95840
|
+
} | {
|
|
95841
|
+
name: string;
|
|
95842
|
+
description: string;
|
|
95843
|
+
params: {
|
|
95844
|
+
name: string;
|
|
95845
|
+
type: string;
|
|
95846
|
+
required: boolean;
|
|
95847
|
+
description: string;
|
|
95848
|
+
}[];
|
|
95849
|
+
responseShape: {
|
|
95850
|
+
body: string;
|
|
95851
|
+
exists?: undefined;
|
|
95852
|
+
icons?: undefined;
|
|
95853
|
+
};
|
|
95854
|
+
})[];
|
|
95855
|
+
};
|
|
95856
|
+
arxiv: {
|
|
95857
|
+
name: string;
|
|
95858
|
+
description: string;
|
|
95859
|
+
category: string;
|
|
95860
|
+
actions: {
|
|
95861
|
+
name: string;
|
|
95862
|
+
description: string;
|
|
95863
|
+
params: {
|
|
95864
|
+
name: string;
|
|
95865
|
+
type: string;
|
|
95866
|
+
required: boolean;
|
|
95867
|
+
description: string;
|
|
95868
|
+
}[];
|
|
95869
|
+
responseShape: {
|
|
95870
|
+
results: string;
|
|
95871
|
+
};
|
|
95872
|
+
}[];
|
|
95873
|
+
};
|
|
95156
95874
|
};
|
|
95157
95875
|
categories: string[];
|
|
95158
95876
|
};
|