@almadar/core 10.39.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-D6d2ErNo.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-BqPofdgp.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 +519 -33
- 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 +715 -6
- package/dist/patterns/index.js +514 -33
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +275 -31
- package/dist/patterns/patterns-registry.json +238 -1
- package/dist/patterns/registry.json +238 -1
- package/dist/{trait-BCpJvo8I.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-DIIZXx8y.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",
|
|
@@ -9862,6 +9862,21 @@ var patterns = {
|
|
|
9862
9862
|
],
|
|
9863
9863
|
description: "Inline style"
|
|
9864
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
|
+
},
|
|
9865
9880
|
content: {
|
|
9866
9881
|
types: [
|
|
9867
9882
|
"node"
|
|
@@ -14681,6 +14696,27 @@ var patterns = {
|
|
|
14681
14696
|
"number"
|
|
14682
14697
|
]
|
|
14683
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
|
+
},
|
|
14684
14720
|
x: {
|
|
14685
14721
|
types: [
|
|
14686
14722
|
"number"
|
|
@@ -14739,6 +14775,48 @@ var patterns = {
|
|
|
14739
14775
|
]
|
|
14740
14776
|
}
|
|
14741
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
|
+
},
|
|
14742
14820
|
similarity: {
|
|
14743
14821
|
types: [
|
|
14744
14822
|
"array"
|
|
@@ -14886,6 +14964,111 @@ var patterns = {
|
|
|
14886
14964
|
"number"
|
|
14887
14965
|
]
|
|
14888
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
|
+
},
|
|
14889
15072
|
x: {
|
|
14890
15073
|
types: [
|
|
14891
15074
|
"number"
|
|
@@ -14949,6 +15132,27 @@ var patterns = {
|
|
|
14949
15132
|
"number"
|
|
14950
15133
|
]
|
|
14951
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
|
+
},
|
|
14952
15156
|
x: {
|
|
14953
15157
|
types: [
|
|
14954
15158
|
"number"
|
|
@@ -15012,6 +15216,27 @@ var patterns = {
|
|
|
15012
15216
|
"number"
|
|
15013
15217
|
]
|
|
15014
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
|
+
},
|
|
15015
15240
|
x: {
|
|
15016
15241
|
types: [
|
|
15017
15242
|
"number"
|
|
@@ -17772,12 +17997,24 @@ var patterns = {
|
|
|
17772
17997
|
],
|
|
17773
17998
|
description: "Field name identifying the sender (used with variant: \"message\")"
|
|
17774
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
|
+
},
|
|
17775
18006
|
currentUser: {
|
|
17776
18007
|
types: [
|
|
17777
18008
|
"string"
|
|
17778
18009
|
],
|
|
17779
18010
|
description: "Current user identifier; messages matching this value align right (used with variant: \"message\")"
|
|
17780
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
|
+
},
|
|
17781
18018
|
className: {
|
|
17782
18019
|
types: [
|
|
17783
18020
|
"string"
|
|
@@ -41585,6 +41822,117 @@ var integrators = {
|
|
|
41585
41822
|
}
|
|
41586
41823
|
}
|
|
41587
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
|
+
]
|
|
41588
41936
|
}
|
|
41589
41937
|
};
|
|
41590
41938
|
var categories = [
|
|
@@ -41603,7 +41951,7 @@ var integratorsRegistry = {
|
|
|
41603
41951
|
};
|
|
41604
41952
|
|
|
41605
41953
|
var version$1 = "1.0.0";
|
|
41606
|
-
var exportedAt$1 = "2026-07-
|
|
41954
|
+
var exportedAt$1 = "2026-07-28T10:40:00.004Z";
|
|
41607
41955
|
var mappings = {
|
|
41608
41956
|
"page-header": {
|
|
41609
41957
|
component: "PageHeader",
|
|
@@ -42985,7 +43333,7 @@ var componentMapping = {
|
|
|
42985
43333
|
};
|
|
42986
43334
|
|
|
42987
43335
|
var version = "1.0.0";
|
|
42988
|
-
var exportedAt = "2026-07-
|
|
43336
|
+
var exportedAt = "2026-07-28T10:40:00.004Z";
|
|
42989
43337
|
var contracts = {
|
|
42990
43338
|
form: {
|
|
42991
43339
|
emits: [
|
|
@@ -50684,6 +51032,11 @@ declare const registry: {
|
|
|
50684
51032
|
types: string[];
|
|
50685
51033
|
description: string;
|
|
50686
51034
|
};
|
|
51035
|
+
format: {
|
|
51036
|
+
types: string[];
|
|
51037
|
+
description: string;
|
|
51038
|
+
enumValues: string[];
|
|
51039
|
+
};
|
|
50687
51040
|
content: {
|
|
50688
51041
|
types: string[];
|
|
50689
51042
|
description: string;
|
|
@@ -53651,6 +54004,18 @@ declare const registry: {
|
|
|
53651
54004
|
badge: {
|
|
53652
54005
|
types: string[];
|
|
53653
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
|
+
};
|
|
53654
54019
|
x: {
|
|
53655
54020
|
types: string[];
|
|
53656
54021
|
};
|
|
@@ -53686,6 +54051,31 @@ declare const registry: {
|
|
|
53686
54051
|
required: string[];
|
|
53687
54052
|
};
|
|
53688
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
|
+
};
|
|
53689
54079
|
similarity: {
|
|
53690
54080
|
types: string[];
|
|
53691
54081
|
description: string;
|
|
@@ -53776,6 +54166,69 @@ declare const registry: {
|
|
|
53776
54166
|
badge: {
|
|
53777
54167
|
types: string[];
|
|
53778
54168
|
};
|
|
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
|
+
};
|
|
53779
54232
|
x: {
|
|
53780
54233
|
types: string[];
|
|
53781
54234
|
};
|
|
@@ -53815,6 +54268,18 @@ declare const registry: {
|
|
|
53815
54268
|
badge: {
|
|
53816
54269
|
types: string[];
|
|
53817
54270
|
};
|
|
54271
|
+
mark: {
|
|
54272
|
+
types: string[];
|
|
54273
|
+
properties: {
|
|
54274
|
+
kind: {
|
|
54275
|
+
types: string[];
|
|
54276
|
+
};
|
|
54277
|
+
suggestionId: {
|
|
54278
|
+
types: string[];
|
|
54279
|
+
};
|
|
54280
|
+
};
|
|
54281
|
+
required: string[];
|
|
54282
|
+
};
|
|
53818
54283
|
x: {
|
|
53819
54284
|
types: string[];
|
|
53820
54285
|
};
|
|
@@ -53854,6 +54319,18 @@ declare const registry: {
|
|
|
53854
54319
|
badge: {
|
|
53855
54320
|
types: string[];
|
|
53856
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
|
+
};
|
|
53857
54334
|
x: {
|
|
53858
54335
|
types: string[];
|
|
53859
54336
|
};
|
|
@@ -55529,10 +56006,18 @@ declare const registry: {
|
|
|
55529
56006
|
types: string[];
|
|
55530
56007
|
description: string;
|
|
55531
56008
|
};
|
|
56009
|
+
senderLabelField: {
|
|
56010
|
+
types: string[];
|
|
56011
|
+
description: string;
|
|
56012
|
+
};
|
|
55532
56013
|
currentUser: {
|
|
55533
56014
|
types: string[];
|
|
55534
56015
|
description: string;
|
|
55535
56016
|
};
|
|
56017
|
+
emptyMessage: {
|
|
56018
|
+
types: string[];
|
|
56019
|
+
description: string;
|
|
56020
|
+
};
|
|
55536
56021
|
className: {
|
|
55537
56022
|
types: string[];
|
|
55538
56023
|
description: string;
|
|
@@ -75610,6 +76095,11 @@ declare const PATTERN_REGISTRY: {
|
|
|
75610
76095
|
types: string[];
|
|
75611
76096
|
description: string;
|
|
75612
76097
|
};
|
|
76098
|
+
format: {
|
|
76099
|
+
types: string[];
|
|
76100
|
+
description: string;
|
|
76101
|
+
enumValues: string[];
|
|
76102
|
+
};
|
|
75613
76103
|
content: {
|
|
75614
76104
|
types: string[];
|
|
75615
76105
|
description: string;
|
|
@@ -78577,6 +79067,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
78577
79067
|
badge: {
|
|
78578
79068
|
types: string[];
|
|
78579
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
|
+
};
|
|
78580
79082
|
x: {
|
|
78581
79083
|
types: string[];
|
|
78582
79084
|
};
|
|
@@ -78612,6 +79114,31 @@ declare const PATTERN_REGISTRY: {
|
|
|
78612
79114
|
required: string[];
|
|
78613
79115
|
};
|
|
78614
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
|
+
};
|
|
78615
79142
|
similarity: {
|
|
78616
79143
|
types: string[];
|
|
78617
79144
|
description: string;
|
|
@@ -78702,6 +79229,69 @@ declare const PATTERN_REGISTRY: {
|
|
|
78702
79229
|
badge: {
|
|
78703
79230
|
types: string[];
|
|
78704
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
|
+
};
|
|
78705
79295
|
x: {
|
|
78706
79296
|
types: string[];
|
|
78707
79297
|
};
|
|
@@ -78741,6 +79331,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
78741
79331
|
badge: {
|
|
78742
79332
|
types: string[];
|
|
78743
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
|
+
};
|
|
78744
79346
|
x: {
|
|
78745
79347
|
types: string[];
|
|
78746
79348
|
};
|
|
@@ -78780,6 +79382,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
78780
79382
|
badge: {
|
|
78781
79383
|
types: string[];
|
|
78782
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
|
+
};
|
|
78783
79397
|
x: {
|
|
78784
79398
|
types: string[];
|
|
78785
79399
|
};
|
|
@@ -80455,10 +81069,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
80455
81069
|
types: string[];
|
|
80456
81070
|
description: string;
|
|
80457
81071
|
};
|
|
81072
|
+
senderLabelField: {
|
|
81073
|
+
types: string[];
|
|
81074
|
+
description: string;
|
|
81075
|
+
};
|
|
80458
81076
|
currentUser: {
|
|
80459
81077
|
types: string[];
|
|
80460
81078
|
description: string;
|
|
80461
81079
|
};
|
|
81080
|
+
emptyMessage: {
|
|
81081
|
+
types: string[];
|
|
81082
|
+
description: string;
|
|
81083
|
+
};
|
|
80462
81084
|
className: {
|
|
80463
81085
|
types: string[];
|
|
80464
81086
|
description: string;
|
|
@@ -95162,6 +95784,93 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
95162
95784
|
};
|
|
95163
95785
|
}[];
|
|
95164
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
|
+
};
|
|
95165
95874
|
};
|
|
95166
95875
|
categories: string[];
|
|
95167
95876
|
};
|