@ixo/editor 2.28.0 → 2.29.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/{chunk-I6Q5SHHA.mjs → chunk-BHBXPXWA.mjs} +1805 -1660
- package/dist/chunk-BHBXPXWA.mjs.map +1 -0
- package/dist/{graphql-client-C6wosaS5.d.ts → graphql-client-Cww8ZOPN.d.ts} +180 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/mantine/index.d.ts +2 -2
- package/dist/mantine/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-I6Q5SHHA.mjs.map +0 -1
|
@@ -29,6 +29,15 @@ declare const CheckboxBlockSpec: {
|
|
|
29
29
|
readonly conditions: {
|
|
30
30
|
readonly default: "";
|
|
31
31
|
};
|
|
32
|
+
readonly ttlAbsoluteDueDate: {
|
|
33
|
+
readonly default: "";
|
|
34
|
+
};
|
|
35
|
+
readonly ttlFromEnablement: {
|
|
36
|
+
readonly default: "";
|
|
37
|
+
};
|
|
38
|
+
readonly ttlFromCommitment: {
|
|
39
|
+
readonly default: "";
|
|
40
|
+
};
|
|
32
41
|
};
|
|
33
42
|
readonly content: "inline";
|
|
34
43
|
};
|
|
@@ -56,6 +65,15 @@ declare const CheckboxBlockSpec: {
|
|
|
56
65
|
readonly conditions: {
|
|
57
66
|
readonly default: "";
|
|
58
67
|
};
|
|
68
|
+
readonly ttlAbsoluteDueDate: {
|
|
69
|
+
readonly default: "";
|
|
70
|
+
};
|
|
71
|
+
readonly ttlFromEnablement: {
|
|
72
|
+
readonly default: "";
|
|
73
|
+
};
|
|
74
|
+
readonly ttlFromCommitment: {
|
|
75
|
+
readonly default: "";
|
|
76
|
+
};
|
|
59
77
|
};
|
|
60
78
|
readonly content: "inline";
|
|
61
79
|
}, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
|
|
@@ -2252,6 +2270,15 @@ declare const ProposalBlockSpec: {
|
|
|
2252
2270
|
readonly conditions: {
|
|
2253
2271
|
readonly default: "";
|
|
2254
2272
|
};
|
|
2273
|
+
readonly ttlAbsoluteDueDate: {
|
|
2274
|
+
readonly default: "";
|
|
2275
|
+
};
|
|
2276
|
+
readonly ttlFromEnablement: {
|
|
2277
|
+
readonly default: "";
|
|
2278
|
+
};
|
|
2279
|
+
readonly ttlFromCommitment: {
|
|
2280
|
+
readonly default: "";
|
|
2281
|
+
};
|
|
2255
2282
|
};
|
|
2256
2283
|
readonly content: "none";
|
|
2257
2284
|
};
|
|
@@ -2301,6 +2328,15 @@ declare const ProposalBlockSpec: {
|
|
|
2301
2328
|
readonly conditions: {
|
|
2302
2329
|
readonly default: "";
|
|
2303
2330
|
};
|
|
2331
|
+
readonly ttlAbsoluteDueDate: {
|
|
2332
|
+
readonly default: "";
|
|
2333
|
+
};
|
|
2334
|
+
readonly ttlFromEnablement: {
|
|
2335
|
+
readonly default: "";
|
|
2336
|
+
};
|
|
2337
|
+
readonly ttlFromCommitment: {
|
|
2338
|
+
readonly default: "";
|
|
2339
|
+
};
|
|
2304
2340
|
};
|
|
2305
2341
|
readonly content: "none";
|
|
2306
2342
|
}, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
|
|
@@ -2345,6 +2381,15 @@ declare const ApiRequestBlockSpec: {
|
|
|
2345
2381
|
readonly conditions: {
|
|
2346
2382
|
readonly default: "";
|
|
2347
2383
|
};
|
|
2384
|
+
readonly ttlAbsoluteDueDate: {
|
|
2385
|
+
readonly default: "";
|
|
2386
|
+
};
|
|
2387
|
+
readonly ttlFromEnablement: {
|
|
2388
|
+
readonly default: "";
|
|
2389
|
+
};
|
|
2390
|
+
readonly ttlFromCommitment: {
|
|
2391
|
+
readonly default: "";
|
|
2392
|
+
};
|
|
2348
2393
|
readonly assignment: {
|
|
2349
2394
|
readonly default: string;
|
|
2350
2395
|
};
|
|
@@ -2387,6 +2432,15 @@ declare const ApiRequestBlockSpec: {
|
|
|
2387
2432
|
readonly conditions: {
|
|
2388
2433
|
readonly default: "";
|
|
2389
2434
|
};
|
|
2435
|
+
readonly ttlAbsoluteDueDate: {
|
|
2436
|
+
readonly default: "";
|
|
2437
|
+
};
|
|
2438
|
+
readonly ttlFromEnablement: {
|
|
2439
|
+
readonly default: "";
|
|
2440
|
+
};
|
|
2441
|
+
readonly ttlFromCommitment: {
|
|
2442
|
+
readonly default: "";
|
|
2443
|
+
};
|
|
2390
2444
|
readonly assignment: {
|
|
2391
2445
|
readonly default: string;
|
|
2392
2446
|
};
|
|
@@ -2428,6 +2482,15 @@ declare const blockSpecs: {
|
|
|
2428
2482
|
readonly conditions: {
|
|
2429
2483
|
readonly default: "";
|
|
2430
2484
|
};
|
|
2485
|
+
readonly ttlAbsoluteDueDate: {
|
|
2486
|
+
readonly default: "";
|
|
2487
|
+
};
|
|
2488
|
+
readonly ttlFromEnablement: {
|
|
2489
|
+
readonly default: "";
|
|
2490
|
+
};
|
|
2491
|
+
readonly ttlFromCommitment: {
|
|
2492
|
+
readonly default: "";
|
|
2493
|
+
};
|
|
2431
2494
|
};
|
|
2432
2495
|
readonly content: "inline";
|
|
2433
2496
|
};
|
|
@@ -2455,6 +2518,15 @@ declare const blockSpecs: {
|
|
|
2455
2518
|
readonly conditions: {
|
|
2456
2519
|
readonly default: "";
|
|
2457
2520
|
};
|
|
2521
|
+
readonly ttlAbsoluteDueDate: {
|
|
2522
|
+
readonly default: "";
|
|
2523
|
+
};
|
|
2524
|
+
readonly ttlFromEnablement: {
|
|
2525
|
+
readonly default: "";
|
|
2526
|
+
};
|
|
2527
|
+
readonly ttlFromCommitment: {
|
|
2528
|
+
readonly default: "";
|
|
2529
|
+
};
|
|
2458
2530
|
};
|
|
2459
2531
|
readonly content: "inline";
|
|
2460
2532
|
}, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
|
|
@@ -2606,6 +2678,15 @@ declare const blockSpecs: {
|
|
|
2606
2678
|
readonly conditions: {
|
|
2607
2679
|
readonly default: "";
|
|
2608
2680
|
};
|
|
2681
|
+
readonly ttlAbsoluteDueDate: {
|
|
2682
|
+
readonly default: "";
|
|
2683
|
+
};
|
|
2684
|
+
readonly ttlFromEnablement: {
|
|
2685
|
+
readonly default: "";
|
|
2686
|
+
};
|
|
2687
|
+
readonly ttlFromCommitment: {
|
|
2688
|
+
readonly default: "";
|
|
2689
|
+
};
|
|
2609
2690
|
};
|
|
2610
2691
|
readonly content: "none";
|
|
2611
2692
|
};
|
|
@@ -2655,6 +2736,15 @@ declare const blockSpecs: {
|
|
|
2655
2736
|
readonly conditions: {
|
|
2656
2737
|
readonly default: "";
|
|
2657
2738
|
};
|
|
2739
|
+
readonly ttlAbsoluteDueDate: {
|
|
2740
|
+
readonly default: "";
|
|
2741
|
+
};
|
|
2742
|
+
readonly ttlFromEnablement: {
|
|
2743
|
+
readonly default: "";
|
|
2744
|
+
};
|
|
2745
|
+
readonly ttlFromCommitment: {
|
|
2746
|
+
readonly default: "";
|
|
2747
|
+
};
|
|
2658
2748
|
};
|
|
2659
2749
|
readonly content: "none";
|
|
2660
2750
|
}, any, _blocknote_core.InlineContentSchema, _blocknote_core.StyleSchema>;
|
|
@@ -2696,6 +2786,15 @@ declare const blockSpecs: {
|
|
|
2696
2786
|
readonly conditions: {
|
|
2697
2787
|
readonly default: "";
|
|
2698
2788
|
};
|
|
2789
|
+
readonly ttlAbsoluteDueDate: {
|
|
2790
|
+
readonly default: "";
|
|
2791
|
+
};
|
|
2792
|
+
readonly ttlFromEnablement: {
|
|
2793
|
+
readonly default: "";
|
|
2794
|
+
};
|
|
2795
|
+
readonly ttlFromCommitment: {
|
|
2796
|
+
readonly default: "";
|
|
2797
|
+
};
|
|
2699
2798
|
readonly assignment: {
|
|
2700
2799
|
readonly default: string;
|
|
2701
2800
|
};
|
|
@@ -2738,6 +2837,15 @@ declare const blockSpecs: {
|
|
|
2738
2837
|
readonly conditions: {
|
|
2739
2838
|
readonly default: "";
|
|
2740
2839
|
};
|
|
2840
|
+
readonly ttlAbsoluteDueDate: {
|
|
2841
|
+
readonly default: "";
|
|
2842
|
+
};
|
|
2843
|
+
readonly ttlFromEnablement: {
|
|
2844
|
+
readonly default: "";
|
|
2845
|
+
};
|
|
2846
|
+
readonly ttlFromCommitment: {
|
|
2847
|
+
readonly default: "";
|
|
2848
|
+
};
|
|
2741
2849
|
readonly assignment: {
|
|
2742
2850
|
readonly default: string;
|
|
2743
2851
|
};
|
|
@@ -2907,6 +3015,15 @@ declare const blockSpecs: {
|
|
|
2907
3015
|
readonly linkedClaimCollectionId: {
|
|
2908
3016
|
readonly default: "";
|
|
2909
3017
|
};
|
|
3018
|
+
readonly ttlAbsoluteDueDate: {
|
|
3019
|
+
readonly default: "";
|
|
3020
|
+
};
|
|
3021
|
+
readonly ttlFromEnablement: {
|
|
3022
|
+
readonly default: "";
|
|
3023
|
+
};
|
|
3024
|
+
readonly ttlFromCommitment: {
|
|
3025
|
+
readonly default: "";
|
|
3026
|
+
};
|
|
2910
3027
|
readonly activationUpstreamNodeId: {
|
|
2911
3028
|
readonly default: "";
|
|
2912
3029
|
};
|
|
@@ -2955,6 +3072,15 @@ declare const blockSpecs: {
|
|
|
2955
3072
|
readonly linkedClaimCollectionId: {
|
|
2956
3073
|
readonly default: "";
|
|
2957
3074
|
};
|
|
3075
|
+
readonly ttlAbsoluteDueDate: {
|
|
3076
|
+
readonly default: "";
|
|
3077
|
+
};
|
|
3078
|
+
readonly ttlFromEnablement: {
|
|
3079
|
+
readonly default: "";
|
|
3080
|
+
};
|
|
3081
|
+
readonly ttlFromCommitment: {
|
|
3082
|
+
readonly default: "";
|
|
3083
|
+
};
|
|
2958
3084
|
readonly activationUpstreamNodeId: {
|
|
2959
3085
|
readonly default: "";
|
|
2960
3086
|
};
|
|
@@ -3011,6 +3137,15 @@ declare const blockSpecs: {
|
|
|
3011
3137
|
readonly hookedActions: {
|
|
3012
3138
|
readonly default: "";
|
|
3013
3139
|
};
|
|
3140
|
+
readonly ttlAbsoluteDueDate: {
|
|
3141
|
+
readonly default: "";
|
|
3142
|
+
};
|
|
3143
|
+
readonly ttlFromEnablement: {
|
|
3144
|
+
readonly default: "";
|
|
3145
|
+
};
|
|
3146
|
+
readonly ttlFromCommitment: {
|
|
3147
|
+
readonly default: "";
|
|
3148
|
+
};
|
|
3014
3149
|
readonly assignment: {
|
|
3015
3150
|
readonly default: string;
|
|
3016
3151
|
};
|
|
@@ -3056,6 +3191,15 @@ declare const blockSpecs: {
|
|
|
3056
3191
|
readonly hookedActions: {
|
|
3057
3192
|
readonly default: "";
|
|
3058
3193
|
};
|
|
3194
|
+
readonly ttlAbsoluteDueDate: {
|
|
3195
|
+
readonly default: "";
|
|
3196
|
+
};
|
|
3197
|
+
readonly ttlFromEnablement: {
|
|
3198
|
+
readonly default: "";
|
|
3199
|
+
};
|
|
3200
|
+
readonly ttlFromCommitment: {
|
|
3201
|
+
readonly default: "";
|
|
3202
|
+
};
|
|
3059
3203
|
readonly assignment: {
|
|
3060
3204
|
readonly default: string;
|
|
3061
3205
|
};
|
|
@@ -3085,6 +3229,15 @@ declare const blockSpecs: {
|
|
|
3085
3229
|
readonly adminAddress: {
|
|
3086
3230
|
readonly default: "";
|
|
3087
3231
|
};
|
|
3232
|
+
readonly ttlAbsoluteDueDate: {
|
|
3233
|
+
readonly default: "";
|
|
3234
|
+
};
|
|
3235
|
+
readonly ttlFromEnablement: {
|
|
3236
|
+
readonly default: "";
|
|
3237
|
+
};
|
|
3238
|
+
readonly ttlFromCommitment: {
|
|
3239
|
+
readonly default: "";
|
|
3240
|
+
};
|
|
3088
3241
|
readonly assignment: {
|
|
3089
3242
|
readonly default: string;
|
|
3090
3243
|
};
|
|
@@ -3112,6 +3265,15 @@ declare const blockSpecs: {
|
|
|
3112
3265
|
readonly adminAddress: {
|
|
3113
3266
|
readonly default: "";
|
|
3114
3267
|
};
|
|
3268
|
+
readonly ttlAbsoluteDueDate: {
|
|
3269
|
+
readonly default: "";
|
|
3270
|
+
};
|
|
3271
|
+
readonly ttlFromEnablement: {
|
|
3272
|
+
readonly default: "";
|
|
3273
|
+
};
|
|
3274
|
+
readonly ttlFromCommitment: {
|
|
3275
|
+
readonly default: "";
|
|
3276
|
+
};
|
|
3115
3277
|
readonly assignment: {
|
|
3116
3278
|
readonly default: string;
|
|
3117
3279
|
};
|
|
@@ -3567,6 +3729,15 @@ declare const blockSpecs: {
|
|
|
3567
3729
|
readonly linkedEntities: {
|
|
3568
3730
|
readonly default: "[]";
|
|
3569
3731
|
};
|
|
3732
|
+
readonly ttlAbsoluteDueDate: {
|
|
3733
|
+
readonly default: "";
|
|
3734
|
+
};
|
|
3735
|
+
readonly ttlFromEnablement: {
|
|
3736
|
+
readonly default: "";
|
|
3737
|
+
};
|
|
3738
|
+
readonly ttlFromCommitment: {
|
|
3739
|
+
readonly default: "";
|
|
3740
|
+
};
|
|
3570
3741
|
readonly assignment: {
|
|
3571
3742
|
readonly default: string;
|
|
3572
3743
|
};
|
|
@@ -3606,6 +3777,15 @@ declare const blockSpecs: {
|
|
|
3606
3777
|
readonly linkedEntities: {
|
|
3607
3778
|
readonly default: "[]";
|
|
3608
3779
|
};
|
|
3780
|
+
readonly ttlAbsoluteDueDate: {
|
|
3781
|
+
readonly default: "";
|
|
3782
|
+
};
|
|
3783
|
+
readonly ttlFromEnablement: {
|
|
3784
|
+
readonly default: "";
|
|
3785
|
+
};
|
|
3786
|
+
readonly ttlFromCommitment: {
|
|
3787
|
+
readonly default: "";
|
|
3788
|
+
};
|
|
3609
3789
|
readonly assignment: {
|
|
3610
3790
|
readonly default: string;
|
|
3611
3791
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as FlowNode, a as FlowNodeAuthzExtension, b as FlowNodeRuntimeState, I as IxoEditorType, S as SignedCapability, E as EvaluationStatus, C as Capability, c as CapabilityValidationResult } from './graphql-client-
|
|
2
|
-
export { a3 as Addr, J as ApiRequestBlockProps, t as ApiRequestBlockSpec, A as AuthorizationTab, i as AuthorizationTabState, U as AuthzExecActionTypes, Y as BlockRequirements, X as BlocknoteContextValue, W as BlocknoteHandlers, N as BlocknoteProvider, x as CheckboxBlockProps, s as CheckboxBlockSpec, aa as CosmosMsgForEmpty, g as CoverImage, h as CoverImageProps, D as DelegationGrant, ad as Entity, ae as EntityResponse, l as EntitySigningSetup, af as EntityVariables, j as EvaluationTab, k as EvaluationTabState, a6 as Expiration, m as FlowPermissionsPanel, G as GrantPermissionModal, ag as GraphQLClient, aj as GraphQLRequest, ai as GraphQLResponse, K as HttpMethod, r as IxoCollaborativeEditorOptions, q as IxoCollaborativeUser, e as IxoEditor, p as IxoEditorConfig, n as IxoEditorOptions, f as IxoEditorProps, o as IxoEditorTheme, M as KeyValuePair, z as ListBlockProps, y as ListBlockSettings, L as ListBlockSpec, O as OverviewBlock, B as OverviewBlockProps, ab as ProposalAction, H as ProposalBlockProps, P as ProposalBlockSpec, Z as ProposalResponse, _ as SingleChoiceProposal, T as StakeType, T as StakeTypeValue, a7 as Status, a8 as Threshold, a5 as Timestamp, a4 as Uint128, a2 as User, V as ValidatorActionType, a1 as Vote, a0 as VoteInfo, $ as VoteResponse, a9 as Votes, v as blockSpecs, ac as getEntity, w as getExtraSlashMenuItems, ah as ixoGraphQLClient, Q as useBlocknoteContext, R as useBlocknoteHandlers, d as useCreateCollaborativeIxoEditor, u as useCreateIxoEditor } from './graphql-client-
|
|
1
|
+
import { F as FlowNode, a as FlowNodeAuthzExtension, b as FlowNodeRuntimeState, I as IxoEditorType, S as SignedCapability, E as EvaluationStatus, C as Capability, c as CapabilityValidationResult } from './graphql-client-Cww8ZOPN.mjs';
|
|
2
|
+
export { a3 as Addr, J as ApiRequestBlockProps, t as ApiRequestBlockSpec, A as AuthorizationTab, i as AuthorizationTabState, U as AuthzExecActionTypes, Y as BlockRequirements, X as BlocknoteContextValue, W as BlocknoteHandlers, N as BlocknoteProvider, x as CheckboxBlockProps, s as CheckboxBlockSpec, aa as CosmosMsgForEmpty, g as CoverImage, h as CoverImageProps, D as DelegationGrant, ad as Entity, ae as EntityResponse, l as EntitySigningSetup, af as EntityVariables, j as EvaluationTab, k as EvaluationTabState, a6 as Expiration, m as FlowPermissionsPanel, G as GrantPermissionModal, ag as GraphQLClient, aj as GraphQLRequest, ai as GraphQLResponse, K as HttpMethod, r as IxoCollaborativeEditorOptions, q as IxoCollaborativeUser, e as IxoEditor, p as IxoEditorConfig, n as IxoEditorOptions, f as IxoEditorProps, o as IxoEditorTheme, M as KeyValuePair, z as ListBlockProps, y as ListBlockSettings, L as ListBlockSpec, O as OverviewBlock, B as OverviewBlockProps, ab as ProposalAction, H as ProposalBlockProps, P as ProposalBlockSpec, Z as ProposalResponse, _ as SingleChoiceProposal, T as StakeType, T as StakeTypeValue, a7 as Status, a8 as Threshold, a5 as Timestamp, a4 as Uint128, a2 as User, V as ValidatorActionType, a1 as Vote, a0 as VoteInfo, $ as VoteResponse, a9 as Votes, v as blockSpecs, ac as getEntity, w as getExtraSlashMenuItems, ah as ixoGraphQLClient, Q as useBlocknoteContext, R as useBlocknoteHandlers, d as useCreateCollaborativeIxoEditor, u as useCreateIxoEditor } from './graphql-client-Cww8ZOPN.mjs';
|
|
3
3
|
import { Map } from 'yjs';
|
|
4
4
|
export { Block, BlockNoteEditor, BlockNoteSchema, DefaultBlockSchema, DefaultInlineContentSchema, DefaultStyleSchema, PartialBlock } from '@blocknote/core';
|
|
5
5
|
import 'react';
|
package/dist/index.mjs
CHANGED
package/dist/mantine/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ak as IxoBlockProps, W as BlocknoteHandlers } from '../graphql-client-
|
|
2
|
-
export { a3 as Addr, J as ApiRequestBlockProps, t as ApiRequestBlockSpec, A as AuthorizationTab, i as AuthorizationTabState, U as AuthzExecActionTypes, Y as BlockRequirements, X as BlocknoteContextValue, N as BlocknoteProvider, x as CheckboxBlockProps, s as CheckboxBlockSpec, aa as CosmosMsgForEmpty, g as CoverImage, h as CoverImageProps, av as DomainCardData, au as DomainCardRenderer, am as DropPosition, ar as DynamicListData, as as DynamicListDataProvider, at as DynamicListPanelRenderer, ad as Entity, ae as EntityResponse, l as EntitySigningSetup, af as EntityVariables, j as EvaluationTab, k as EvaluationTabState, a6 as Expiration, al as ExternalDropZone, m as FlowPermissionsPanel, G as GrantPermissionModal, ag as GraphQLClient, aj as GraphQLRequest, ai as GraphQLResponse, K as HttpMethod, r as IxoCollaborativeEditorOptions, q as IxoCollaborativeUser, e as IxoEditor, p as IxoEditorConfig, n as IxoEditorOptions, f as IxoEditorProps, o as IxoEditorTheme, I as IxoEditorType, M as KeyValuePair, z as ListBlockProps, y as ListBlockSettings, L as ListBlockSpec, O as OverviewBlock, B as OverviewBlockProps, an as PageHeader, ap as PageHeaderMenuItem, ao as PageHeaderProps, ab as ProposalAction, H as ProposalBlockProps, P as ProposalBlockSpec, Z as ProposalResponse, _ as SingleChoiceProposal, T as StakeType, T as StakeTypeValue, a7 as Status, a8 as Threshold, a5 as Timestamp, a4 as Uint128, a2 as User, V as ValidatorActionType, aq as VisualizationRenderer, a1 as Vote, a0 as VoteInfo, $ as VoteResponse, a9 as Votes, v as blockSpecs, ac as getEntity, w as getExtraSlashMenuItems, ah as ixoGraphQLClient, Q as useBlocknoteContext, R as useBlocknoteHandlers, d as useCreateCollaborativeIxoEditor, u as useCreateIxoEditor } from '../graphql-client-
|
|
1
|
+
import { ak as IxoBlockProps, W as BlocknoteHandlers } from '../graphql-client-Cww8ZOPN.mjs';
|
|
2
|
+
export { a3 as Addr, J as ApiRequestBlockProps, t as ApiRequestBlockSpec, A as AuthorizationTab, i as AuthorizationTabState, U as AuthzExecActionTypes, Y as BlockRequirements, X as BlocknoteContextValue, N as BlocknoteProvider, x as CheckboxBlockProps, s as CheckboxBlockSpec, aa as CosmosMsgForEmpty, g as CoverImage, h as CoverImageProps, av as DomainCardData, au as DomainCardRenderer, am as DropPosition, ar as DynamicListData, as as DynamicListDataProvider, at as DynamicListPanelRenderer, ad as Entity, ae as EntityResponse, l as EntitySigningSetup, af as EntityVariables, j as EvaluationTab, k as EvaluationTabState, a6 as Expiration, al as ExternalDropZone, m as FlowPermissionsPanel, G as GrantPermissionModal, ag as GraphQLClient, aj as GraphQLRequest, ai as GraphQLResponse, K as HttpMethod, r as IxoCollaborativeEditorOptions, q as IxoCollaborativeUser, e as IxoEditor, p as IxoEditorConfig, n as IxoEditorOptions, f as IxoEditorProps, o as IxoEditorTheme, I as IxoEditorType, M as KeyValuePair, z as ListBlockProps, y as ListBlockSettings, L as ListBlockSpec, O as OverviewBlock, B as OverviewBlockProps, an as PageHeader, ap as PageHeaderMenuItem, ao as PageHeaderProps, ab as ProposalAction, H as ProposalBlockProps, P as ProposalBlockSpec, Z as ProposalResponse, _ as SingleChoiceProposal, T as StakeType, T as StakeTypeValue, a7 as Status, a8 as Threshold, a5 as Timestamp, a4 as Uint128, a2 as User, V as ValidatorActionType, aq as VisualizationRenderer, a1 as Vote, a0 as VoteInfo, $ as VoteResponse, a9 as Votes, v as blockSpecs, ac as getEntity, w as getExtraSlashMenuItems, ah as ixoGraphQLClient, Q as useBlocknoteContext, R as useBlocknoteHandlers, d as useCreateCollaborativeIxoEditor, u as useCreateIxoEditor } from '../graphql-client-Cww8ZOPN.mjs';
|
|
3
3
|
import React$1, { PropsWithChildren } from 'react';
|
|
4
4
|
import * as zustand from 'zustand';
|
|
5
5
|
import * as _blocknote_core from '@blocknote/core';
|
package/dist/mantine/index.mjs
CHANGED