@genesislcap/foundation-utils 14.422.2-alpha-1f9504f.0 → 14.423.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/custom-elements.json +163 -612
- package/dist/dts/design-system/index.d.ts +0 -1
- package/dist/dts/design-system/index.d.ts.map +1 -1
- package/dist/dts/shortcut-manager/index.d.ts +0 -1
- package/dist/dts/shortcut-manager/index.d.ts.map +1 -1
- package/dist/dts/shortcut-manager/shortcut-listener.d.ts +0 -4
- package/dist/dts/shortcut-manager/shortcut-listener.d.ts.map +1 -1
- package/dist/dts/shortcut-manager/shortcut-manager.d.ts +0 -50
- package/dist/dts/shortcut-manager/shortcut-manager.d.ts.map +1 -1
- package/dist/esm/design-system/index.js +0 -1
- package/dist/esm/shortcut-manager/index.js +0 -1
- package/dist/esm/shortcut-manager/shortcut-listener.js +21 -59
- package/dist/esm/shortcut-manager/shortcut-manager.js +19 -112
- package/dist/foundation-utils.api.json +82 -1272
- package/dist/foundation-utils.d.ts +0 -93
- package/package.json +11 -11
- package/dist/dts/design-system/editable-elements.d.ts +0 -12
- package/dist/dts/design-system/editable-elements.d.ts.map +0 -1
- package/dist/dts/shortcut-manager/shortcut-events.d.ts +0 -16
- package/dist/dts/shortcut-manager/shortcut-events.d.ts.map +0 -1
- package/dist/esm/design-system/editable-elements.js +0 -42
- package/dist/esm/shortcut-manager/shortcut-events.js +0 -13
|
@@ -338,99 +338,6 @@
|
|
|
338
338
|
],
|
|
339
339
|
"name": "avoidTreeShaking"
|
|
340
340
|
},
|
|
341
|
-
{
|
|
342
|
-
"kind": "Variable",
|
|
343
|
-
"canonicalReference": "@genesislcap/foundation-utils!BASE_EDITABLE_ELEMENT_SELECTORS:var",
|
|
344
|
-
"docComment": "/**\n * Base selectors treated as editable context regardless of design system. Includes native controls, contenteditable, and ARIA-editable roles.\n */\n",
|
|
345
|
-
"excerptTokens": [
|
|
346
|
-
{
|
|
347
|
-
"kind": "Content",
|
|
348
|
-
"text": "BASE_EDITABLE_ELEMENT_SELECTORS: "
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"kind": "Content",
|
|
352
|
-
"text": "readonly [\"input\", \"textarea\", \"select\", \"[contenteditable=\\\"true\\\"]\", \"[contenteditable=\\\"\\\"]\", \"[role=\\\"textbox\\\"]\", \"[role=\\\"searchbox\\\"]\", \"[role=\\\"combobox\\\"]\"]"
|
|
353
|
-
}
|
|
354
|
-
],
|
|
355
|
-
"fileUrlPath": "src/design-system/editable-elements.ts",
|
|
356
|
-
"isReadonly": true,
|
|
357
|
-
"releaseTag": "Public",
|
|
358
|
-
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
359
|
-
"variableTypeTokenRange": {
|
|
360
|
-
"startIndex": 1,
|
|
361
|
-
"endIndex": 2
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"kind": "Function",
|
|
366
|
-
"canonicalReference": "@genesislcap/foundation-utils!buildEditableElementSelector:function(1)",
|
|
367
|
-
"docComment": "",
|
|
368
|
-
"excerptTokens": [
|
|
369
|
-
{
|
|
370
|
-
"kind": "Content",
|
|
371
|
-
"text": "export declare function buildEditableElementSelector(designSystems: "
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"kind": "Content",
|
|
375
|
-
"text": "readonly "
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"kind": "Reference",
|
|
379
|
-
"text": "ShortcutDesignSystemPrefix",
|
|
380
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDesignSystemPrefix:type"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"kind": "Content",
|
|
384
|
-
"text": "[]"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"kind": "Content",
|
|
388
|
-
"text": ", customEditableSelectors?: "
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"kind": "Content",
|
|
392
|
-
"text": "readonly string[]"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"kind": "Content",
|
|
396
|
-
"text": "): "
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"kind": "Content",
|
|
400
|
-
"text": "string"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"kind": "Content",
|
|
404
|
-
"text": ";"
|
|
405
|
-
}
|
|
406
|
-
],
|
|
407
|
-
"fileUrlPath": "src/design-system/editable-elements.ts",
|
|
408
|
-
"returnTypeTokenRange": {
|
|
409
|
-
"startIndex": 7,
|
|
410
|
-
"endIndex": 8
|
|
411
|
-
},
|
|
412
|
-
"releaseTag": "Public",
|
|
413
|
-
"overloadIndex": 1,
|
|
414
|
-
"parameters": [
|
|
415
|
-
{
|
|
416
|
-
"parameterName": "designSystems",
|
|
417
|
-
"parameterTypeTokenRange": {
|
|
418
|
-
"startIndex": 1,
|
|
419
|
-
"endIndex": 4
|
|
420
|
-
},
|
|
421
|
-
"isOptional": false
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"parameterName": "customEditableSelectors",
|
|
425
|
-
"parameterTypeTokenRange": {
|
|
426
|
-
"startIndex": 5,
|
|
427
|
-
"endIndex": 6
|
|
428
|
-
},
|
|
429
|
-
"isOptional": true
|
|
430
|
-
}
|
|
431
|
-
],
|
|
432
|
-
"name": "buildEditableElementSelector"
|
|
433
|
-
},
|
|
434
341
|
{
|
|
435
342
|
"kind": "Variable",
|
|
436
343
|
"canonicalReference": "@genesislcap/foundation-utils!BUILDER:var",
|
|
@@ -2837,135 +2744,6 @@
|
|
|
2837
2744
|
"isAbstract": false,
|
|
2838
2745
|
"name": "clearActiveContext"
|
|
2839
2746
|
},
|
|
2840
|
-
{
|
|
2841
|
-
"kind": "Method",
|
|
2842
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#clearExecutionGuards:member(1)",
|
|
2843
|
-
"docComment": "",
|
|
2844
|
-
"excerptTokens": [
|
|
2845
|
-
{
|
|
2846
|
-
"kind": "Content",
|
|
2847
|
-
"text": "clearExecutionGuards(): "
|
|
2848
|
-
},
|
|
2849
|
-
{
|
|
2850
|
-
"kind": "Content",
|
|
2851
|
-
"text": "void"
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"kind": "Content",
|
|
2855
|
-
"text": ";"
|
|
2856
|
-
}
|
|
2857
|
-
],
|
|
2858
|
-
"isStatic": false,
|
|
2859
|
-
"returnTypeTokenRange": {
|
|
2860
|
-
"startIndex": 1,
|
|
2861
|
-
"endIndex": 2
|
|
2862
|
-
},
|
|
2863
|
-
"releaseTag": "Public",
|
|
2864
|
-
"isProtected": false,
|
|
2865
|
-
"overloadIndex": 1,
|
|
2866
|
-
"parameters": [],
|
|
2867
|
-
"isOptional": false,
|
|
2868
|
-
"isAbstract": false,
|
|
2869
|
-
"name": "clearExecutionGuards"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"kind": "Method",
|
|
2873
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#configureBlockedMessages:member(1)",
|
|
2874
|
-
"docComment": "",
|
|
2875
|
-
"excerptTokens": [
|
|
2876
|
-
{
|
|
2877
|
-
"kind": "Content",
|
|
2878
|
-
"text": "configureBlockedMessages(config?: "
|
|
2879
|
-
},
|
|
2880
|
-
{
|
|
2881
|
-
"kind": "Reference",
|
|
2882
|
-
"text": "ShortcutBlockedMessageConfig",
|
|
2883
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type"
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"kind": "Content",
|
|
2887
|
-
"text": "): "
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"kind": "Content",
|
|
2891
|
-
"text": "void"
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"kind": "Content",
|
|
2895
|
-
"text": ";"
|
|
2896
|
-
}
|
|
2897
|
-
],
|
|
2898
|
-
"isStatic": false,
|
|
2899
|
-
"returnTypeTokenRange": {
|
|
2900
|
-
"startIndex": 3,
|
|
2901
|
-
"endIndex": 4
|
|
2902
|
-
},
|
|
2903
|
-
"releaseTag": "Public",
|
|
2904
|
-
"isProtected": false,
|
|
2905
|
-
"overloadIndex": 1,
|
|
2906
|
-
"parameters": [
|
|
2907
|
-
{
|
|
2908
|
-
"parameterName": "config",
|
|
2909
|
-
"parameterTypeTokenRange": {
|
|
2910
|
-
"startIndex": 1,
|
|
2911
|
-
"endIndex": 2
|
|
2912
|
-
},
|
|
2913
|
-
"isOptional": true
|
|
2914
|
-
}
|
|
2915
|
-
],
|
|
2916
|
-
"isOptional": false,
|
|
2917
|
-
"isAbstract": false,
|
|
2918
|
-
"name": "configureBlockedMessages"
|
|
2919
|
-
},
|
|
2920
|
-
{
|
|
2921
|
-
"kind": "Method",
|
|
2922
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#configureEditableContext:member(1)",
|
|
2923
|
-
"docComment": "",
|
|
2924
|
-
"excerptTokens": [
|
|
2925
|
-
{
|
|
2926
|
-
"kind": "Content",
|
|
2927
|
-
"text": "configureEditableContext(config?: "
|
|
2928
|
-
},
|
|
2929
|
-
{
|
|
2930
|
-
"kind": "Reference",
|
|
2931
|
-
"text": "ShortcutEditableContextConfig",
|
|
2932
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutEditableContextConfig:type"
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"kind": "Content",
|
|
2936
|
-
"text": "): "
|
|
2937
|
-
},
|
|
2938
|
-
{
|
|
2939
|
-
"kind": "Content",
|
|
2940
|
-
"text": "void"
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"kind": "Content",
|
|
2944
|
-
"text": ";"
|
|
2945
|
-
}
|
|
2946
|
-
],
|
|
2947
|
-
"isStatic": false,
|
|
2948
|
-
"returnTypeTokenRange": {
|
|
2949
|
-
"startIndex": 3,
|
|
2950
|
-
"endIndex": 4
|
|
2951
|
-
},
|
|
2952
|
-
"releaseTag": "Public",
|
|
2953
|
-
"isProtected": false,
|
|
2954
|
-
"overloadIndex": 1,
|
|
2955
|
-
"parameters": [
|
|
2956
|
-
{
|
|
2957
|
-
"parameterName": "config",
|
|
2958
|
-
"parameterTypeTokenRange": {
|
|
2959
|
-
"startIndex": 1,
|
|
2960
|
-
"endIndex": 2
|
|
2961
|
-
},
|
|
2962
|
-
"isOptional": true
|
|
2963
|
-
}
|
|
2964
|
-
],
|
|
2965
|
-
"isOptional": false,
|
|
2966
|
-
"isAbstract": false,
|
|
2967
|
-
"name": "configureEditableContext"
|
|
2968
|
-
},
|
|
2969
2747
|
{
|
|
2970
2748
|
"kind": "Method",
|
|
2971
2749
|
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#executeShortcut:member(1)",
|
|
@@ -3228,30 +3006,16 @@
|
|
|
3228
3006
|
},
|
|
3229
3007
|
{
|
|
3230
3008
|
"kind": "Method",
|
|
3231
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#
|
|
3009
|
+
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getContexts:member(1)",
|
|
3232
3010
|
"docComment": "",
|
|
3233
3011
|
"excerptTokens": [
|
|
3234
3012
|
{
|
|
3235
3013
|
"kind": "Content",
|
|
3236
|
-
"text": "
|
|
3237
|
-
},
|
|
3238
|
-
{
|
|
3239
|
-
"kind": "Reference",
|
|
3240
|
-
"text": "Required",
|
|
3241
|
-
"canonicalReference": "!Required:type"
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
"kind": "Content",
|
|
3245
|
-
"text": "<"
|
|
3246
|
-
},
|
|
3247
|
-
{
|
|
3248
|
-
"kind": "Reference",
|
|
3249
|
-
"text": "ShortcutBlockedMessageConfig",
|
|
3250
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type"
|
|
3014
|
+
"text": "getContexts(): "
|
|
3251
3015
|
},
|
|
3252
3016
|
{
|
|
3253
3017
|
"kind": "Content",
|
|
3254
|
-
"text": "
|
|
3018
|
+
"text": "string[]"
|
|
3255
3019
|
},
|
|
3256
3020
|
{
|
|
3257
3021
|
"kind": "Content",
|
|
@@ -3261,7 +3025,7 @@
|
|
|
3261
3025
|
"isStatic": false,
|
|
3262
3026
|
"returnTypeTokenRange": {
|
|
3263
3027
|
"startIndex": 1,
|
|
3264
|
-
"endIndex":
|
|
3028
|
+
"endIndex": 2
|
|
3265
3029
|
},
|
|
3266
3030
|
"releaseTag": "Public",
|
|
3267
3031
|
"isProtected": false,
|
|
@@ -3269,20 +3033,25 @@
|
|
|
3269
3033
|
"parameters": [],
|
|
3270
3034
|
"isOptional": false,
|
|
3271
3035
|
"isAbstract": false,
|
|
3272
|
-
"name": "
|
|
3036
|
+
"name": "getContexts"
|
|
3273
3037
|
},
|
|
3274
3038
|
{
|
|
3275
3039
|
"kind": "Method",
|
|
3276
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#
|
|
3040
|
+
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getShortcuts:member(1)",
|
|
3277
3041
|
"docComment": "",
|
|
3278
3042
|
"excerptTokens": [
|
|
3279
3043
|
{
|
|
3280
3044
|
"kind": "Content",
|
|
3281
|
-
"text": "
|
|
3045
|
+
"text": "getShortcuts(): "
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"kind": "Reference",
|
|
3049
|
+
"text": "ShortcutDefinition",
|
|
3050
|
+
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDefinition:interface"
|
|
3282
3051
|
},
|
|
3283
3052
|
{
|
|
3284
3053
|
"kind": "Content",
|
|
3285
|
-
"text": "
|
|
3054
|
+
"text": "[]"
|
|
3286
3055
|
},
|
|
3287
3056
|
{
|
|
3288
3057
|
"kind": "Content",
|
|
@@ -3292,7 +3061,7 @@
|
|
|
3292
3061
|
"isStatic": false,
|
|
3293
3062
|
"returnTypeTokenRange": {
|
|
3294
3063
|
"startIndex": 1,
|
|
3295
|
-
"endIndex":
|
|
3064
|
+
"endIndex": 3
|
|
3296
3065
|
},
|
|
3297
3066
|
"releaseTag": "Public",
|
|
3298
3067
|
"isProtected": false,
|
|
@@ -3300,34 +3069,33 @@
|
|
|
3300
3069
|
"parameters": [],
|
|
3301
3070
|
"isOptional": false,
|
|
3302
3071
|
"isAbstract": false,
|
|
3303
|
-
"name": "
|
|
3072
|
+
"name": "getShortcuts"
|
|
3304
3073
|
},
|
|
3305
3074
|
{
|
|
3306
3075
|
"kind": "Method",
|
|
3307
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#
|
|
3076
|
+
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getShortcutsByContext:member(1)",
|
|
3308
3077
|
"docComment": "",
|
|
3309
3078
|
"excerptTokens": [
|
|
3310
3079
|
{
|
|
3311
3080
|
"kind": "Content",
|
|
3312
|
-
"text": "
|
|
3081
|
+
"text": "getShortcutsByContext(context: "
|
|
3313
3082
|
},
|
|
3314
3083
|
{
|
|
3315
|
-
"kind": "
|
|
3316
|
-
"text": "
|
|
3317
|
-
"canonicalReference": "!Required:type"
|
|
3084
|
+
"kind": "Content",
|
|
3085
|
+
"text": "string"
|
|
3318
3086
|
},
|
|
3319
3087
|
{
|
|
3320
3088
|
"kind": "Content",
|
|
3321
|
-
"text": "
|
|
3089
|
+
"text": "): "
|
|
3322
3090
|
},
|
|
3323
3091
|
{
|
|
3324
3092
|
"kind": "Reference",
|
|
3325
|
-
"text": "
|
|
3326
|
-
"canonicalReference": "@genesislcap/foundation-utils!
|
|
3093
|
+
"text": "ShortcutDefinition",
|
|
3094
|
+
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDefinition:interface"
|
|
3327
3095
|
},
|
|
3328
3096
|
{
|
|
3329
3097
|
"kind": "Content",
|
|
3330
|
-
"text": "
|
|
3098
|
+
"text": "[]"
|
|
3331
3099
|
},
|
|
3332
3100
|
{
|
|
3333
3101
|
"kind": "Content",
|
|
@@ -3336,150 +3104,39 @@
|
|
|
3336
3104
|
],
|
|
3337
3105
|
"isStatic": false,
|
|
3338
3106
|
"returnTypeTokenRange": {
|
|
3339
|
-
"startIndex":
|
|
3107
|
+
"startIndex": 3,
|
|
3340
3108
|
"endIndex": 5
|
|
3341
3109
|
},
|
|
3342
3110
|
"releaseTag": "Public",
|
|
3343
3111
|
"isProtected": false,
|
|
3344
3112
|
"overloadIndex": 1,
|
|
3345
|
-
"parameters": [
|
|
3113
|
+
"parameters": [
|
|
3114
|
+
{
|
|
3115
|
+
"parameterName": "context",
|
|
3116
|
+
"parameterTypeTokenRange": {
|
|
3117
|
+
"startIndex": 1,
|
|
3118
|
+
"endIndex": 2
|
|
3119
|
+
},
|
|
3120
|
+
"isOptional": false
|
|
3121
|
+
}
|
|
3122
|
+
],
|
|
3346
3123
|
"isOptional": false,
|
|
3347
3124
|
"isAbstract": false,
|
|
3348
|
-
"name": "
|
|
3125
|
+
"name": "getShortcutsByContext"
|
|
3349
3126
|
},
|
|
3350
3127
|
{
|
|
3351
3128
|
"kind": "Method",
|
|
3352
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#
|
|
3129
|
+
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getShortcutsByContextMap:member(1)",
|
|
3353
3130
|
"docComment": "",
|
|
3354
3131
|
"excerptTokens": [
|
|
3355
3132
|
{
|
|
3356
3133
|
"kind": "Content",
|
|
3357
|
-
"text": "
|
|
3134
|
+
"text": "getShortcutsByContextMap(): "
|
|
3358
3135
|
},
|
|
3359
3136
|
{
|
|
3360
|
-
"kind": "
|
|
3361
|
-
"text": "
|
|
3362
|
-
|
|
3363
|
-
{
|
|
3364
|
-
"kind": "Content",
|
|
3365
|
-
"text": ";"
|
|
3366
|
-
}
|
|
3367
|
-
],
|
|
3368
|
-
"isStatic": false,
|
|
3369
|
-
"returnTypeTokenRange": {
|
|
3370
|
-
"startIndex": 1,
|
|
3371
|
-
"endIndex": 2
|
|
3372
|
-
},
|
|
3373
|
-
"releaseTag": "Public",
|
|
3374
|
-
"isProtected": false,
|
|
3375
|
-
"overloadIndex": 1,
|
|
3376
|
-
"parameters": [],
|
|
3377
|
-
"isOptional": false,
|
|
3378
|
-
"isAbstract": false,
|
|
3379
|
-
"name": "getEditableSelector"
|
|
3380
|
-
},
|
|
3381
|
-
{
|
|
3382
|
-
"kind": "Method",
|
|
3383
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getShortcuts:member(1)",
|
|
3384
|
-
"docComment": "",
|
|
3385
|
-
"excerptTokens": [
|
|
3386
|
-
{
|
|
3387
|
-
"kind": "Content",
|
|
3388
|
-
"text": "getShortcuts(): "
|
|
3389
|
-
},
|
|
3390
|
-
{
|
|
3391
|
-
"kind": "Reference",
|
|
3392
|
-
"text": "ShortcutDefinition",
|
|
3393
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDefinition:interface"
|
|
3394
|
-
},
|
|
3395
|
-
{
|
|
3396
|
-
"kind": "Content",
|
|
3397
|
-
"text": "[]"
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"kind": "Content",
|
|
3401
|
-
"text": ";"
|
|
3402
|
-
}
|
|
3403
|
-
],
|
|
3404
|
-
"isStatic": false,
|
|
3405
|
-
"returnTypeTokenRange": {
|
|
3406
|
-
"startIndex": 1,
|
|
3407
|
-
"endIndex": 3
|
|
3408
|
-
},
|
|
3409
|
-
"releaseTag": "Public",
|
|
3410
|
-
"isProtected": false,
|
|
3411
|
-
"overloadIndex": 1,
|
|
3412
|
-
"parameters": [],
|
|
3413
|
-
"isOptional": false,
|
|
3414
|
-
"isAbstract": false,
|
|
3415
|
-
"name": "getShortcuts"
|
|
3416
|
-
},
|
|
3417
|
-
{
|
|
3418
|
-
"kind": "Method",
|
|
3419
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getShortcutsByContext:member(1)",
|
|
3420
|
-
"docComment": "",
|
|
3421
|
-
"excerptTokens": [
|
|
3422
|
-
{
|
|
3423
|
-
"kind": "Content",
|
|
3424
|
-
"text": "getShortcutsByContext(context: "
|
|
3425
|
-
},
|
|
3426
|
-
{
|
|
3427
|
-
"kind": "Content",
|
|
3428
|
-
"text": "string"
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
"kind": "Content",
|
|
3432
|
-
"text": "): "
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"kind": "Reference",
|
|
3436
|
-
"text": "ShortcutDefinition",
|
|
3437
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDefinition:interface"
|
|
3438
|
-
},
|
|
3439
|
-
{
|
|
3440
|
-
"kind": "Content",
|
|
3441
|
-
"text": "[]"
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"kind": "Content",
|
|
3445
|
-
"text": ";"
|
|
3446
|
-
}
|
|
3447
|
-
],
|
|
3448
|
-
"isStatic": false,
|
|
3449
|
-
"returnTypeTokenRange": {
|
|
3450
|
-
"startIndex": 3,
|
|
3451
|
-
"endIndex": 5
|
|
3452
|
-
},
|
|
3453
|
-
"releaseTag": "Public",
|
|
3454
|
-
"isProtected": false,
|
|
3455
|
-
"overloadIndex": 1,
|
|
3456
|
-
"parameters": [
|
|
3457
|
-
{
|
|
3458
|
-
"parameterName": "context",
|
|
3459
|
-
"parameterTypeTokenRange": {
|
|
3460
|
-
"startIndex": 1,
|
|
3461
|
-
"endIndex": 2
|
|
3462
|
-
},
|
|
3463
|
-
"isOptional": false
|
|
3464
|
-
}
|
|
3465
|
-
],
|
|
3466
|
-
"isOptional": false,
|
|
3467
|
-
"isAbstract": false,
|
|
3468
|
-
"name": "getShortcutsByContext"
|
|
3469
|
-
},
|
|
3470
|
-
{
|
|
3471
|
-
"kind": "Method",
|
|
3472
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getShortcutsByContextMap:member(1)",
|
|
3473
|
-
"docComment": "",
|
|
3474
|
-
"excerptTokens": [
|
|
3475
|
-
{
|
|
3476
|
-
"kind": "Content",
|
|
3477
|
-
"text": "getShortcutsByContextMap(): "
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"kind": "Reference",
|
|
3481
|
-
"text": "Map",
|
|
3482
|
-
"canonicalReference": "!Map:interface"
|
|
3137
|
+
"kind": "Reference",
|
|
3138
|
+
"text": "Map",
|
|
3139
|
+
"canonicalReference": "!Map:interface"
|
|
3483
3140
|
},
|
|
3484
3141
|
{
|
|
3485
3142
|
"kind": "Content",
|
|
@@ -3700,79 +3357,6 @@
|
|
|
3700
3357
|
"isAbstract": false,
|
|
3701
3358
|
"name": "registerContext"
|
|
3702
3359
|
},
|
|
3703
|
-
{
|
|
3704
|
-
"kind": "Method",
|
|
3705
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#registerExecutionGuard:member(1)",
|
|
3706
|
-
"docComment": "",
|
|
3707
|
-
"excerptTokens": [
|
|
3708
|
-
{
|
|
3709
|
-
"kind": "Content",
|
|
3710
|
-
"text": "registerExecutionGuard(id: "
|
|
3711
|
-
},
|
|
3712
|
-
{
|
|
3713
|
-
"kind": "Content",
|
|
3714
|
-
"text": "string"
|
|
3715
|
-
},
|
|
3716
|
-
{
|
|
3717
|
-
"kind": "Content",
|
|
3718
|
-
"text": ", guard: "
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
"kind": "Content",
|
|
3722
|
-
"text": "() => "
|
|
3723
|
-
},
|
|
3724
|
-
{
|
|
3725
|
-
"kind": "Reference",
|
|
3726
|
-
"text": "ShortcutExecutionStatus",
|
|
3727
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutExecutionStatus:type"
|
|
3728
|
-
},
|
|
3729
|
-
{
|
|
3730
|
-
"kind": "Content",
|
|
3731
|
-
"text": " | boolean"
|
|
3732
|
-
},
|
|
3733
|
-
{
|
|
3734
|
-
"kind": "Content",
|
|
3735
|
-
"text": "): "
|
|
3736
|
-
},
|
|
3737
|
-
{
|
|
3738
|
-
"kind": "Content",
|
|
3739
|
-
"text": "void"
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
"kind": "Content",
|
|
3743
|
-
"text": ";"
|
|
3744
|
-
}
|
|
3745
|
-
],
|
|
3746
|
-
"isStatic": false,
|
|
3747
|
-
"returnTypeTokenRange": {
|
|
3748
|
-
"startIndex": 7,
|
|
3749
|
-
"endIndex": 8
|
|
3750
|
-
},
|
|
3751
|
-
"releaseTag": "Public",
|
|
3752
|
-
"isProtected": false,
|
|
3753
|
-
"overloadIndex": 1,
|
|
3754
|
-
"parameters": [
|
|
3755
|
-
{
|
|
3756
|
-
"parameterName": "id",
|
|
3757
|
-
"parameterTypeTokenRange": {
|
|
3758
|
-
"startIndex": 1,
|
|
3759
|
-
"endIndex": 2
|
|
3760
|
-
},
|
|
3761
|
-
"isOptional": false
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
"parameterName": "guard",
|
|
3765
|
-
"parameterTypeTokenRange": {
|
|
3766
|
-
"startIndex": 3,
|
|
3767
|
-
"endIndex": 6
|
|
3768
|
-
},
|
|
3769
|
-
"isOptional": false
|
|
3770
|
-
}
|
|
3771
|
-
],
|
|
3772
|
-
"isOptional": false,
|
|
3773
|
-
"isAbstract": false,
|
|
3774
|
-
"name": "registerExecutionGuard"
|
|
3775
|
-
},
|
|
3776
3360
|
{
|
|
3777
3361
|
"kind": "Method",
|
|
3778
3362
|
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#registerShortcut:member(1)",
|
|
@@ -3955,54 +3539,6 @@
|
|
|
3955
3539
|
"isAbstract": false,
|
|
3956
3540
|
"name": "setActiveContext"
|
|
3957
3541
|
},
|
|
3958
|
-
{
|
|
3959
|
-
"kind": "Method",
|
|
3960
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#unregisterExecutionGuard:member(1)",
|
|
3961
|
-
"docComment": "",
|
|
3962
|
-
"excerptTokens": [
|
|
3963
|
-
{
|
|
3964
|
-
"kind": "Content",
|
|
3965
|
-
"text": "unregisterExecutionGuard(id: "
|
|
3966
|
-
},
|
|
3967
|
-
{
|
|
3968
|
-
"kind": "Content",
|
|
3969
|
-
"text": "string"
|
|
3970
|
-
},
|
|
3971
|
-
{
|
|
3972
|
-
"kind": "Content",
|
|
3973
|
-
"text": "): "
|
|
3974
|
-
},
|
|
3975
|
-
{
|
|
3976
|
-
"kind": "Content",
|
|
3977
|
-
"text": "void"
|
|
3978
|
-
},
|
|
3979
|
-
{
|
|
3980
|
-
"kind": "Content",
|
|
3981
|
-
"text": ";"
|
|
3982
|
-
}
|
|
3983
|
-
],
|
|
3984
|
-
"isStatic": false,
|
|
3985
|
-
"returnTypeTokenRange": {
|
|
3986
|
-
"startIndex": 3,
|
|
3987
|
-
"endIndex": 4
|
|
3988
|
-
},
|
|
3989
|
-
"releaseTag": "Public",
|
|
3990
|
-
"isProtected": false,
|
|
3991
|
-
"overloadIndex": 1,
|
|
3992
|
-
"parameters": [
|
|
3993
|
-
{
|
|
3994
|
-
"parameterName": "id",
|
|
3995
|
-
"parameterTypeTokenRange": {
|
|
3996
|
-
"startIndex": 1,
|
|
3997
|
-
"endIndex": 2
|
|
3998
|
-
},
|
|
3999
|
-
"isOptional": false
|
|
4000
|
-
}
|
|
4001
|
-
],
|
|
4002
|
-
"isOptional": false,
|
|
4003
|
-
"isAbstract": false,
|
|
4004
|
-
"name": "unregisterExecutionGuard"
|
|
4005
|
-
},
|
|
4006
3542
|
{
|
|
4007
3543
|
"kind": "Method",
|
|
4008
3544
|
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#unregisterShortcut:member(1)",
|
|
@@ -4170,53 +3706,16 @@
|
|
|
4170
3706
|
"name": "delay"
|
|
4171
3707
|
},
|
|
4172
3708
|
{
|
|
4173
|
-
"kind": "
|
|
4174
|
-
"canonicalReference": "@genesislcap/foundation-utils!
|
|
4175
|
-
"docComment": "/**\n *
|
|
3709
|
+
"kind": "Interface",
|
|
3710
|
+
"canonicalReference": "@genesislcap/foundation-utils!DesignSystemModule:interface",
|
|
3711
|
+
"docComment": "/**\n * DesignSystemModule.\n *\n * @public\n */\n",
|
|
4176
3712
|
"excerptTokens": [
|
|
4177
3713
|
{
|
|
4178
3714
|
"kind": "Content",
|
|
4179
|
-
"text": "
|
|
4180
|
-
},
|
|
4181
|
-
{
|
|
4182
|
-
"kind": "Reference",
|
|
4183
|
-
"text": "Record",
|
|
4184
|
-
"canonicalReference": "!Record:type"
|
|
4185
|
-
},
|
|
4186
|
-
{
|
|
4187
|
-
"kind": "Content",
|
|
4188
|
-
"text": "<"
|
|
4189
|
-
},
|
|
4190
|
-
{
|
|
4191
|
-
"kind": "Reference",
|
|
4192
|
-
"text": "ShortcutDesignSystemPrefix",
|
|
4193
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDesignSystemPrefix:type"
|
|
4194
|
-
},
|
|
4195
|
-
{
|
|
4196
|
-
"kind": "Content",
|
|
4197
|
-
"text": ", readonly string[]>"
|
|
3715
|
+
"text": "export interface DesignSystemModule "
|
|
4198
3716
|
}
|
|
4199
3717
|
],
|
|
4200
|
-
"fileUrlPath": "src/design-system/
|
|
4201
|
-
"isReadonly": true,
|
|
4202
|
-
"releaseTag": "Public",
|
|
4203
|
-
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
4204
|
-
"variableTypeTokenRange": {
|
|
4205
|
-
"startIndex": 1,
|
|
4206
|
-
"endIndex": 5
|
|
4207
|
-
}
|
|
4208
|
-
},
|
|
4209
|
-
{
|
|
4210
|
-
"kind": "Interface",
|
|
4211
|
-
"canonicalReference": "@genesislcap/foundation-utils!DesignSystemModule:interface",
|
|
4212
|
-
"docComment": "/**\n * DesignSystemModule.\n *\n * @public\n */\n",
|
|
4213
|
-
"excerptTokens": [
|
|
4214
|
-
{
|
|
4215
|
-
"kind": "Content",
|
|
4216
|
-
"text": "export interface DesignSystemModule "
|
|
4217
|
-
}
|
|
4218
|
-
],
|
|
4219
|
-
"fileUrlPath": "src/design-system/design-system.ts",
|
|
3718
|
+
"fileUrlPath": "src/design-system/design-system.ts",
|
|
4220
3719
|
"releaseTag": "Public",
|
|
4221
3720
|
"name": "DesignSystemModule",
|
|
4222
3721
|
"preserveMemberOrder": false,
|
|
@@ -4538,65 +4037,6 @@
|
|
|
4538
4037
|
],
|
|
4539
4038
|
"extendsTokenRanges": []
|
|
4540
4039
|
},
|
|
4541
|
-
{
|
|
4542
|
-
"kind": "Function",
|
|
4543
|
-
"canonicalReference": "@genesislcap/foundation-utils!emitShortcutBlockedEvent:function(1)",
|
|
4544
|
-
"docComment": "",
|
|
4545
|
-
"excerptTokens": [
|
|
4546
|
-
{
|
|
4547
|
-
"kind": "Content",
|
|
4548
|
-
"text": "export declare function emitShortcutBlockedEvent(detail: "
|
|
4549
|
-
},
|
|
4550
|
-
{
|
|
4551
|
-
"kind": "Reference",
|
|
4552
|
-
"text": "Omit",
|
|
4553
|
-
"canonicalReference": "!Omit:type"
|
|
4554
|
-
},
|
|
4555
|
-
{
|
|
4556
|
-
"kind": "Content",
|
|
4557
|
-
"text": "<"
|
|
4558
|
-
},
|
|
4559
|
-
{
|
|
4560
|
-
"kind": "Reference",
|
|
4561
|
-
"text": "ShortcutBlockedEventDetail",
|
|
4562
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedEventDetail:type"
|
|
4563
|
-
},
|
|
4564
|
-
{
|
|
4565
|
-
"kind": "Content",
|
|
4566
|
-
"text": ", 'message'> & {\n message?: string;\n}"
|
|
4567
|
-
},
|
|
4568
|
-
{
|
|
4569
|
-
"kind": "Content",
|
|
4570
|
-
"text": "): "
|
|
4571
|
-
},
|
|
4572
|
-
{
|
|
4573
|
-
"kind": "Content",
|
|
4574
|
-
"text": "void"
|
|
4575
|
-
},
|
|
4576
|
-
{
|
|
4577
|
-
"kind": "Content",
|
|
4578
|
-
"text": ";"
|
|
4579
|
-
}
|
|
4580
|
-
],
|
|
4581
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
4582
|
-
"returnTypeTokenRange": {
|
|
4583
|
-
"startIndex": 6,
|
|
4584
|
-
"endIndex": 7
|
|
4585
|
-
},
|
|
4586
|
-
"releaseTag": "Public",
|
|
4587
|
-
"overloadIndex": 1,
|
|
4588
|
-
"parameters": [
|
|
4589
|
-
{
|
|
4590
|
-
"parameterName": "detail",
|
|
4591
|
-
"parameterTypeTokenRange": {
|
|
4592
|
-
"startIndex": 1,
|
|
4593
|
-
"endIndex": 5
|
|
4594
|
-
},
|
|
4595
|
-
"isOptional": false
|
|
4596
|
-
}
|
|
4597
|
-
],
|
|
4598
|
-
"name": "emitShortcutBlockedEvent"
|
|
4599
|
-
},
|
|
4600
4040
|
{
|
|
4601
4041
|
"kind": "Function",
|
|
4602
4042
|
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:function(1)",
|
|
@@ -17781,228 +17221,6 @@
|
|
|
17781
17221
|
"endIndex": 4
|
|
17782
17222
|
}
|
|
17783
17223
|
},
|
|
17784
|
-
{
|
|
17785
|
-
"kind": "Variable",
|
|
17786
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_DEFAULT_MESSAGE:var",
|
|
17787
|
-
"docComment": "",
|
|
17788
|
-
"excerptTokens": [
|
|
17789
|
-
{
|
|
17790
|
-
"kind": "Content",
|
|
17791
|
-
"text": "SHORTCUT_BLOCKED_DEFAULT_MESSAGE = "
|
|
17792
|
-
},
|
|
17793
|
-
{
|
|
17794
|
-
"kind": "Content",
|
|
17795
|
-
"text": "\"This shortcut is currently unavailable in this context.\""
|
|
17796
|
-
}
|
|
17797
|
-
],
|
|
17798
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17799
|
-
"initializerTokenRange": {
|
|
17800
|
-
"startIndex": 1,
|
|
17801
|
-
"endIndex": 2
|
|
17802
|
-
},
|
|
17803
|
-
"isReadonly": true,
|
|
17804
|
-
"releaseTag": "Public",
|
|
17805
|
-
"name": "SHORTCUT_BLOCKED_DEFAULT_MESSAGE",
|
|
17806
|
-
"variableTypeTokenRange": {
|
|
17807
|
-
"startIndex": 0,
|
|
17808
|
-
"endIndex": 0
|
|
17809
|
-
}
|
|
17810
|
-
},
|
|
17811
|
-
{
|
|
17812
|
-
"kind": "Variable",
|
|
17813
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE:var",
|
|
17814
|
-
"docComment": "",
|
|
17815
|
-
"excerptTokens": [
|
|
17816
|
-
{
|
|
17817
|
-
"kind": "Content",
|
|
17818
|
-
"text": "SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE = "
|
|
17819
|
-
},
|
|
17820
|
-
{
|
|
17821
|
-
"kind": "Content",
|
|
17822
|
-
"text": "\"This shortcut is unavailable in the current focus context.\""
|
|
17823
|
-
}
|
|
17824
|
-
],
|
|
17825
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17826
|
-
"initializerTokenRange": {
|
|
17827
|
-
"startIndex": 1,
|
|
17828
|
-
"endIndex": 2
|
|
17829
|
-
},
|
|
17830
|
-
"isReadonly": true,
|
|
17831
|
-
"releaseTag": "Public",
|
|
17832
|
-
"name": "SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE",
|
|
17833
|
-
"variableTypeTokenRange": {
|
|
17834
|
-
"startIndex": 0,
|
|
17835
|
-
"endIndex": 0
|
|
17836
|
-
}
|
|
17837
|
-
},
|
|
17838
|
-
{
|
|
17839
|
-
"kind": "Variable",
|
|
17840
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_EVENT:var",
|
|
17841
|
-
"docComment": "",
|
|
17842
|
-
"excerptTokens": [
|
|
17843
|
-
{
|
|
17844
|
-
"kind": "Content",
|
|
17845
|
-
"text": "SHORTCUT_BLOCKED_EVENT = "
|
|
17846
|
-
},
|
|
17847
|
-
{
|
|
17848
|
-
"kind": "Content",
|
|
17849
|
-
"text": "\"foundation-shortcut-blocked\""
|
|
17850
|
-
}
|
|
17851
|
-
],
|
|
17852
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17853
|
-
"initializerTokenRange": {
|
|
17854
|
-
"startIndex": 1,
|
|
17855
|
-
"endIndex": 2
|
|
17856
|
-
},
|
|
17857
|
-
"isReadonly": true,
|
|
17858
|
-
"releaseTag": "Public",
|
|
17859
|
-
"name": "SHORTCUT_BLOCKED_EVENT",
|
|
17860
|
-
"variableTypeTokenRange": {
|
|
17861
|
-
"startIndex": 0,
|
|
17862
|
-
"endIndex": 0
|
|
17863
|
-
}
|
|
17864
|
-
},
|
|
17865
|
-
{
|
|
17866
|
-
"kind": "Variable",
|
|
17867
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_INPUT_MESSAGE:var",
|
|
17868
|
-
"docComment": "",
|
|
17869
|
-
"excerptTokens": [
|
|
17870
|
-
{
|
|
17871
|
-
"kind": "Content",
|
|
17872
|
-
"text": "SHORTCUT_BLOCKED_INPUT_MESSAGE = "
|
|
17873
|
-
},
|
|
17874
|
-
{
|
|
17875
|
-
"kind": "Content",
|
|
17876
|
-
"text": "\"This shortcut is unavailable while typing in an input field.\""
|
|
17877
|
-
}
|
|
17878
|
-
],
|
|
17879
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17880
|
-
"initializerTokenRange": {
|
|
17881
|
-
"startIndex": 1,
|
|
17882
|
-
"endIndex": 2
|
|
17883
|
-
},
|
|
17884
|
-
"isReadonly": true,
|
|
17885
|
-
"releaseTag": "Public",
|
|
17886
|
-
"name": "SHORTCUT_BLOCKED_INPUT_MESSAGE",
|
|
17887
|
-
"variableTypeTokenRange": {
|
|
17888
|
-
"startIndex": 0,
|
|
17889
|
-
"endIndex": 0
|
|
17890
|
-
}
|
|
17891
|
-
},
|
|
17892
|
-
{
|
|
17893
|
-
"kind": "Variable",
|
|
17894
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_PAUSED_MESSAGE:var",
|
|
17895
|
-
"docComment": "",
|
|
17896
|
-
"excerptTokens": [
|
|
17897
|
-
{
|
|
17898
|
-
"kind": "Content",
|
|
17899
|
-
"text": "SHORTCUT_BLOCKED_PAUSED_MESSAGE = "
|
|
17900
|
-
},
|
|
17901
|
-
{
|
|
17902
|
-
"kind": "Content",
|
|
17903
|
-
"text": "\"Shortcuts are paused.\""
|
|
17904
|
-
}
|
|
17905
|
-
],
|
|
17906
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17907
|
-
"initializerTokenRange": {
|
|
17908
|
-
"startIndex": 1,
|
|
17909
|
-
"endIndex": 2
|
|
17910
|
-
},
|
|
17911
|
-
"isReadonly": true,
|
|
17912
|
-
"releaseTag": "Public",
|
|
17913
|
-
"name": "SHORTCUT_BLOCKED_PAUSED_MESSAGE",
|
|
17914
|
-
"variableTypeTokenRange": {
|
|
17915
|
-
"startIndex": 0,
|
|
17916
|
-
"endIndex": 0
|
|
17917
|
-
}
|
|
17918
|
-
},
|
|
17919
|
-
{
|
|
17920
|
-
"kind": "TypeAlias",
|
|
17921
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedEventDetail:type",
|
|
17922
|
-
"docComment": "",
|
|
17923
|
-
"excerptTokens": [
|
|
17924
|
-
{
|
|
17925
|
-
"kind": "Content",
|
|
17926
|
-
"text": "export type ShortcutBlockedEventDetail = "
|
|
17927
|
-
},
|
|
17928
|
-
{
|
|
17929
|
-
"kind": "Content",
|
|
17930
|
-
"text": "{\n shortcutId: string;\n context?: string;\n reason: "
|
|
17931
|
-
},
|
|
17932
|
-
{
|
|
17933
|
-
"kind": "Reference",
|
|
17934
|
-
"text": "ShortcutBlockedReason",
|
|
17935
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedReason:type"
|
|
17936
|
-
},
|
|
17937
|
-
{
|
|
17938
|
-
"kind": "Content",
|
|
17939
|
-
"text": ";\n message: string;\n}"
|
|
17940
|
-
},
|
|
17941
|
-
{
|
|
17942
|
-
"kind": "Content",
|
|
17943
|
-
"text": ";"
|
|
17944
|
-
}
|
|
17945
|
-
],
|
|
17946
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17947
|
-
"releaseTag": "Public",
|
|
17948
|
-
"name": "ShortcutBlockedEventDetail",
|
|
17949
|
-
"typeTokenRange": {
|
|
17950
|
-
"startIndex": 1,
|
|
17951
|
-
"endIndex": 4
|
|
17952
|
-
}
|
|
17953
|
-
},
|
|
17954
|
-
{
|
|
17955
|
-
"kind": "TypeAlias",
|
|
17956
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type",
|
|
17957
|
-
"docComment": "",
|
|
17958
|
-
"excerptTokens": [
|
|
17959
|
-
{
|
|
17960
|
-
"kind": "Content",
|
|
17961
|
-
"text": "export type ShortcutBlockedMessageConfig = "
|
|
17962
|
-
},
|
|
17963
|
-
{
|
|
17964
|
-
"kind": "Content",
|
|
17965
|
-
"text": "{\n defaultMessage?: string;\n inputMessage?: string;\n pausedMessage?: string;\n elementFocusMessage?: string;\n}"
|
|
17966
|
-
},
|
|
17967
|
-
{
|
|
17968
|
-
"kind": "Content",
|
|
17969
|
-
"text": ";"
|
|
17970
|
-
}
|
|
17971
|
-
],
|
|
17972
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
17973
|
-
"releaseTag": "Public",
|
|
17974
|
-
"name": "ShortcutBlockedMessageConfig",
|
|
17975
|
-
"typeTokenRange": {
|
|
17976
|
-
"startIndex": 1,
|
|
17977
|
-
"endIndex": 2
|
|
17978
|
-
}
|
|
17979
|
-
},
|
|
17980
|
-
{
|
|
17981
|
-
"kind": "TypeAlias",
|
|
17982
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedReason:type",
|
|
17983
|
-
"docComment": "",
|
|
17984
|
-
"excerptTokens": [
|
|
17985
|
-
{
|
|
17986
|
-
"kind": "Content",
|
|
17987
|
-
"text": "export type ShortcutBlockedReason = "
|
|
17988
|
-
},
|
|
17989
|
-
{
|
|
17990
|
-
"kind": "Content",
|
|
17991
|
-
"text": "'paused' | 'editable-context' | 'element-not-focused' | 'disabled'"
|
|
17992
|
-
},
|
|
17993
|
-
{
|
|
17994
|
-
"kind": "Content",
|
|
17995
|
-
"text": ";"
|
|
17996
|
-
}
|
|
17997
|
-
],
|
|
17998
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17999
|
-
"releaseTag": "Public",
|
|
18000
|
-
"name": "ShortcutBlockedReason",
|
|
18001
|
-
"typeTokenRange": {
|
|
18002
|
-
"startIndex": 1,
|
|
18003
|
-
"endIndex": 2
|
|
18004
|
-
}
|
|
18005
|
-
},
|
|
18006
17224
|
{
|
|
18007
17225
|
"kind": "Interface",
|
|
18008
17226
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDefinition:interface",
|
|
@@ -18378,67 +17596,6 @@
|
|
|
18378
17596
|
],
|
|
18379
17597
|
"extendsTokenRanges": []
|
|
18380
17598
|
},
|
|
18381
|
-
{
|
|
18382
|
-
"kind": "TypeAlias",
|
|
18383
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDesignSystemPrefix:type",
|
|
18384
|
-
"docComment": "",
|
|
18385
|
-
"excerptTokens": [
|
|
18386
|
-
{
|
|
18387
|
-
"kind": "Content",
|
|
18388
|
-
"text": "export type ShortcutDesignSystemPrefix = "
|
|
18389
|
-
},
|
|
18390
|
-
{
|
|
18391
|
-
"kind": "Content",
|
|
18392
|
-
"text": "'rapid' | 'zero'"
|
|
18393
|
-
},
|
|
18394
|
-
{
|
|
18395
|
-
"kind": "Content",
|
|
18396
|
-
"text": ";"
|
|
18397
|
-
}
|
|
18398
|
-
],
|
|
18399
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
18400
|
-
"releaseTag": "Public",
|
|
18401
|
-
"name": "ShortcutDesignSystemPrefix",
|
|
18402
|
-
"typeTokenRange": {
|
|
18403
|
-
"startIndex": 1,
|
|
18404
|
-
"endIndex": 2
|
|
18405
|
-
}
|
|
18406
|
-
},
|
|
18407
|
-
{
|
|
18408
|
-
"kind": "TypeAlias",
|
|
18409
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutEditableContextConfig:type",
|
|
18410
|
-
"docComment": "",
|
|
18411
|
-
"excerptTokens": [
|
|
18412
|
-
{
|
|
18413
|
-
"kind": "Content",
|
|
18414
|
-
"text": "export type ShortcutEditableContextConfig = "
|
|
18415
|
-
},
|
|
18416
|
-
{
|
|
18417
|
-
"kind": "Content",
|
|
18418
|
-
"text": "{\n designSystems?: "
|
|
18419
|
-
},
|
|
18420
|
-
{
|
|
18421
|
-
"kind": "Reference",
|
|
18422
|
-
"text": "ShortcutDesignSystemPrefix",
|
|
18423
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDesignSystemPrefix:type"
|
|
18424
|
-
},
|
|
18425
|
-
{
|
|
18426
|
-
"kind": "Content",
|
|
18427
|
-
"text": "[];\n customEditableSelectors?: string[];\n}"
|
|
18428
|
-
},
|
|
18429
|
-
{
|
|
18430
|
-
"kind": "Content",
|
|
18431
|
-
"text": ";"
|
|
18432
|
-
}
|
|
18433
|
-
],
|
|
18434
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
18435
|
-
"releaseTag": "Public",
|
|
18436
|
-
"name": "ShortcutEditableContextConfig",
|
|
18437
|
-
"typeTokenRange": {
|
|
18438
|
-
"startIndex": 1,
|
|
18439
|
-
"endIndex": 4
|
|
18440
|
-
}
|
|
18441
|
-
},
|
|
18442
17599
|
{
|
|
18443
17600
|
"kind": "TypeAlias",
|
|
18444
17601
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutExecutionStatus:type",
|
|
@@ -18449,156 +17606,45 @@
|
|
|
18449
17606
|
"text": "export type ShortcutExecutionStatus = "
|
|
18450
17607
|
},
|
|
18451
17608
|
{
|
|
18452
|
-
"kind": "Content",
|
|
18453
|
-
"text": "{\n disabled?: boolean;\n tooltip?: string;\n}"
|
|
18454
|
-
},
|
|
18455
|
-
{
|
|
18456
|
-
"kind": "Content",
|
|
18457
|
-
"text": ";"
|
|
18458
|
-
}
|
|
18459
|
-
],
|
|
18460
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
18461
|
-
"releaseTag": "Public",
|
|
18462
|
-
"name": "ShortcutExecutionStatus",
|
|
18463
|
-
"typeTokenRange": {
|
|
18464
|
-
"startIndex": 1,
|
|
18465
|
-
"endIndex": 2
|
|
18466
|
-
}
|
|
18467
|
-
},
|
|
18468
|
-
{
|
|
18469
|
-
"kind": "Interface",
|
|
18470
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager:interface",
|
|
18471
|
-
"docComment": "/**\n * Interface of a manager for keyboard shortcuts\n *\n * @public\n */\n",
|
|
18472
|
-
"excerptTokens": [
|
|
18473
|
-
{
|
|
18474
|
-
"kind": "Content",
|
|
18475
|
-
"text": "export interface ShortcutManager "
|
|
18476
|
-
}
|
|
18477
|
-
],
|
|
18478
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
18479
|
-
"releaseTag": "Public",
|
|
18480
|
-
"name": "ShortcutManager",
|
|
18481
|
-
"preserveMemberOrder": false,
|
|
18482
|
-
"members": [
|
|
18483
|
-
{
|
|
18484
|
-
"kind": "MethodSignature",
|
|
18485
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#clearActiveContext:member(1)",
|
|
18486
|
-
"docComment": "",
|
|
18487
|
-
"excerptTokens": [
|
|
18488
|
-
{
|
|
18489
|
-
"kind": "Content",
|
|
18490
|
-
"text": "clearActiveContext(): "
|
|
18491
|
-
},
|
|
18492
|
-
{
|
|
18493
|
-
"kind": "Content",
|
|
18494
|
-
"text": "void"
|
|
18495
|
-
},
|
|
18496
|
-
{
|
|
18497
|
-
"kind": "Content",
|
|
18498
|
-
"text": ";"
|
|
18499
|
-
}
|
|
18500
|
-
],
|
|
18501
|
-
"isOptional": false,
|
|
18502
|
-
"returnTypeTokenRange": {
|
|
18503
|
-
"startIndex": 1,
|
|
18504
|
-
"endIndex": 2
|
|
18505
|
-
},
|
|
18506
|
-
"releaseTag": "Public",
|
|
18507
|
-
"overloadIndex": 1,
|
|
18508
|
-
"parameters": [],
|
|
18509
|
-
"name": "clearActiveContext"
|
|
18510
|
-
},
|
|
18511
|
-
{
|
|
18512
|
-
"kind": "MethodSignature",
|
|
18513
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#clearExecutionGuards:member(1)",
|
|
18514
|
-
"docComment": "",
|
|
18515
|
-
"excerptTokens": [
|
|
18516
|
-
{
|
|
18517
|
-
"kind": "Content",
|
|
18518
|
-
"text": "clearExecutionGuards(): "
|
|
18519
|
-
},
|
|
18520
|
-
{
|
|
18521
|
-
"kind": "Content",
|
|
18522
|
-
"text": "void"
|
|
18523
|
-
},
|
|
18524
|
-
{
|
|
18525
|
-
"kind": "Content",
|
|
18526
|
-
"text": ";"
|
|
18527
|
-
}
|
|
18528
|
-
],
|
|
18529
|
-
"isOptional": false,
|
|
18530
|
-
"returnTypeTokenRange": {
|
|
18531
|
-
"startIndex": 1,
|
|
18532
|
-
"endIndex": 2
|
|
18533
|
-
},
|
|
18534
|
-
"releaseTag": "Public",
|
|
18535
|
-
"overloadIndex": 1,
|
|
18536
|
-
"parameters": [],
|
|
18537
|
-
"name": "clearExecutionGuards"
|
|
18538
|
-
},
|
|
18539
|
-
{
|
|
18540
|
-
"kind": "MethodSignature",
|
|
18541
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#configureBlockedMessages:member(1)",
|
|
18542
|
-
"docComment": "",
|
|
18543
|
-
"excerptTokens": [
|
|
18544
|
-
{
|
|
18545
|
-
"kind": "Content",
|
|
18546
|
-
"text": "configureBlockedMessages(config?: "
|
|
18547
|
-
},
|
|
18548
|
-
{
|
|
18549
|
-
"kind": "Reference",
|
|
18550
|
-
"text": "ShortcutBlockedMessageConfig",
|
|
18551
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type"
|
|
18552
|
-
},
|
|
18553
|
-
{
|
|
18554
|
-
"kind": "Content",
|
|
18555
|
-
"text": "): "
|
|
18556
|
-
},
|
|
18557
|
-
{
|
|
18558
|
-
"kind": "Content",
|
|
18559
|
-
"text": "void"
|
|
18560
|
-
},
|
|
18561
|
-
{
|
|
18562
|
-
"kind": "Content",
|
|
18563
|
-
"text": ";"
|
|
18564
|
-
}
|
|
18565
|
-
],
|
|
18566
|
-
"isOptional": false,
|
|
18567
|
-
"returnTypeTokenRange": {
|
|
18568
|
-
"startIndex": 3,
|
|
18569
|
-
"endIndex": 4
|
|
18570
|
-
},
|
|
18571
|
-
"releaseTag": "Public",
|
|
18572
|
-
"overloadIndex": 1,
|
|
18573
|
-
"parameters": [
|
|
18574
|
-
{
|
|
18575
|
-
"parameterName": "config",
|
|
18576
|
-
"parameterTypeTokenRange": {
|
|
18577
|
-
"startIndex": 1,
|
|
18578
|
-
"endIndex": 2
|
|
18579
|
-
},
|
|
18580
|
-
"isOptional": true
|
|
18581
|
-
}
|
|
18582
|
-
],
|
|
18583
|
-
"name": "configureBlockedMessages"
|
|
17609
|
+
"kind": "Content",
|
|
17610
|
+
"text": "{\n disabled?: boolean;\n tooltip?: string;\n}"
|
|
18584
17611
|
},
|
|
17612
|
+
{
|
|
17613
|
+
"kind": "Content",
|
|
17614
|
+
"text": ";"
|
|
17615
|
+
}
|
|
17616
|
+
],
|
|
17617
|
+
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
17618
|
+
"releaseTag": "Public",
|
|
17619
|
+
"name": "ShortcutExecutionStatus",
|
|
17620
|
+
"typeTokenRange": {
|
|
17621
|
+
"startIndex": 1,
|
|
17622
|
+
"endIndex": 2
|
|
17623
|
+
}
|
|
17624
|
+
},
|
|
17625
|
+
{
|
|
17626
|
+
"kind": "Interface",
|
|
17627
|
+
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager:interface",
|
|
17628
|
+
"docComment": "/**\n * Interface of a manager for keyboard shortcuts\n *\n * @public\n */\n",
|
|
17629
|
+
"excerptTokens": [
|
|
17630
|
+
{
|
|
17631
|
+
"kind": "Content",
|
|
17632
|
+
"text": "export interface ShortcutManager "
|
|
17633
|
+
}
|
|
17634
|
+
],
|
|
17635
|
+
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
17636
|
+
"releaseTag": "Public",
|
|
17637
|
+
"name": "ShortcutManager",
|
|
17638
|
+
"preserveMemberOrder": false,
|
|
17639
|
+
"members": [
|
|
18585
17640
|
{
|
|
18586
17641
|
"kind": "MethodSignature",
|
|
18587
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#
|
|
18588
|
-
"docComment": "
|
|
17642
|
+
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#clearActiveContext:member(1)",
|
|
17643
|
+
"docComment": "",
|
|
18589
17644
|
"excerptTokens": [
|
|
18590
17645
|
{
|
|
18591
17646
|
"kind": "Content",
|
|
18592
|
-
"text": "
|
|
18593
|
-
},
|
|
18594
|
-
{
|
|
18595
|
-
"kind": "Reference",
|
|
18596
|
-
"text": "ShortcutEditableContextConfig",
|
|
18597
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutEditableContextConfig:type"
|
|
18598
|
-
},
|
|
18599
|
-
{
|
|
18600
|
-
"kind": "Content",
|
|
18601
|
-
"text": "): "
|
|
17647
|
+
"text": "clearActiveContext(): "
|
|
18602
17648
|
},
|
|
18603
17649
|
{
|
|
18604
17650
|
"kind": "Content",
|
|
@@ -18611,22 +17657,13 @@
|
|
|
18611
17657
|
],
|
|
18612
17658
|
"isOptional": false,
|
|
18613
17659
|
"returnTypeTokenRange": {
|
|
18614
|
-
"startIndex":
|
|
18615
|
-
"endIndex":
|
|
17660
|
+
"startIndex": 1,
|
|
17661
|
+
"endIndex": 2
|
|
18616
17662
|
},
|
|
18617
17663
|
"releaseTag": "Public",
|
|
18618
17664
|
"overloadIndex": 1,
|
|
18619
|
-
"parameters": [
|
|
18620
|
-
|
|
18621
|
-
"parameterName": "config",
|
|
18622
|
-
"parameterTypeTokenRange": {
|
|
18623
|
-
"startIndex": 1,
|
|
18624
|
-
"endIndex": 2
|
|
18625
|
-
},
|
|
18626
|
-
"isOptional": true
|
|
18627
|
-
}
|
|
18628
|
-
],
|
|
18629
|
-
"name": "configureEditableContext"
|
|
17665
|
+
"parameters": [],
|
|
17666
|
+
"name": "clearActiveContext"
|
|
18630
17667
|
},
|
|
18631
17668
|
{
|
|
18632
17669
|
"kind": "MethodSignature",
|
|
@@ -18876,48 +17913,6 @@
|
|
|
18876
17913
|
"parameters": [],
|
|
18877
17914
|
"name": "getActiveContext"
|
|
18878
17915
|
},
|
|
18879
|
-
{
|
|
18880
|
-
"kind": "MethodSignature",
|
|
18881
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getBlockedMessages:member(1)",
|
|
18882
|
-
"docComment": "",
|
|
18883
|
-
"excerptTokens": [
|
|
18884
|
-
{
|
|
18885
|
-
"kind": "Content",
|
|
18886
|
-
"text": "getBlockedMessages(): "
|
|
18887
|
-
},
|
|
18888
|
-
{
|
|
18889
|
-
"kind": "Reference",
|
|
18890
|
-
"text": "Required",
|
|
18891
|
-
"canonicalReference": "!Required:type"
|
|
18892
|
-
},
|
|
18893
|
-
{
|
|
18894
|
-
"kind": "Content",
|
|
18895
|
-
"text": "<"
|
|
18896
|
-
},
|
|
18897
|
-
{
|
|
18898
|
-
"kind": "Reference",
|
|
18899
|
-
"text": "ShortcutBlockedMessageConfig",
|
|
18900
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type"
|
|
18901
|
-
},
|
|
18902
|
-
{
|
|
18903
|
-
"kind": "Content",
|
|
18904
|
-
"text": ">"
|
|
18905
|
-
},
|
|
18906
|
-
{
|
|
18907
|
-
"kind": "Content",
|
|
18908
|
-
"text": ";"
|
|
18909
|
-
}
|
|
18910
|
-
],
|
|
18911
|
-
"isOptional": false,
|
|
18912
|
-
"returnTypeTokenRange": {
|
|
18913
|
-
"startIndex": 1,
|
|
18914
|
-
"endIndex": 5
|
|
18915
|
-
},
|
|
18916
|
-
"releaseTag": "Public",
|
|
18917
|
-
"overloadIndex": 1,
|
|
18918
|
-
"parameters": [],
|
|
18919
|
-
"name": "getBlockedMessages"
|
|
18920
|
-
},
|
|
18921
17916
|
{
|
|
18922
17917
|
"kind": "MethodSignature",
|
|
18923
17918
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getContexts:member(1)",
|
|
@@ -18946,76 +17941,6 @@
|
|
|
18946
17941
|
"parameters": [],
|
|
18947
17942
|
"name": "getContexts"
|
|
18948
17943
|
},
|
|
18949
|
-
{
|
|
18950
|
-
"kind": "MethodSignature",
|
|
18951
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getEditableContextConfig:member(1)",
|
|
18952
|
-
"docComment": "",
|
|
18953
|
-
"excerptTokens": [
|
|
18954
|
-
{
|
|
18955
|
-
"kind": "Content",
|
|
18956
|
-
"text": "getEditableContextConfig(): "
|
|
18957
|
-
},
|
|
18958
|
-
{
|
|
18959
|
-
"kind": "Reference",
|
|
18960
|
-
"text": "Required",
|
|
18961
|
-
"canonicalReference": "!Required:type"
|
|
18962
|
-
},
|
|
18963
|
-
{
|
|
18964
|
-
"kind": "Content",
|
|
18965
|
-
"text": "<"
|
|
18966
|
-
},
|
|
18967
|
-
{
|
|
18968
|
-
"kind": "Reference",
|
|
18969
|
-
"text": "ShortcutEditableContextConfig",
|
|
18970
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutEditableContextConfig:type"
|
|
18971
|
-
},
|
|
18972
|
-
{
|
|
18973
|
-
"kind": "Content",
|
|
18974
|
-
"text": ">"
|
|
18975
|
-
},
|
|
18976
|
-
{
|
|
18977
|
-
"kind": "Content",
|
|
18978
|
-
"text": ";"
|
|
18979
|
-
}
|
|
18980
|
-
],
|
|
18981
|
-
"isOptional": false,
|
|
18982
|
-
"returnTypeTokenRange": {
|
|
18983
|
-
"startIndex": 1,
|
|
18984
|
-
"endIndex": 5
|
|
18985
|
-
},
|
|
18986
|
-
"releaseTag": "Public",
|
|
18987
|
-
"overloadIndex": 1,
|
|
18988
|
-
"parameters": [],
|
|
18989
|
-
"name": "getEditableContextConfig"
|
|
18990
|
-
},
|
|
18991
|
-
{
|
|
18992
|
-
"kind": "MethodSignature",
|
|
18993
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getEditableSelector:member(1)",
|
|
18994
|
-
"docComment": "",
|
|
18995
|
-
"excerptTokens": [
|
|
18996
|
-
{
|
|
18997
|
-
"kind": "Content",
|
|
18998
|
-
"text": "getEditableSelector(): "
|
|
18999
|
-
},
|
|
19000
|
-
{
|
|
19001
|
-
"kind": "Content",
|
|
19002
|
-
"text": "string"
|
|
19003
|
-
},
|
|
19004
|
-
{
|
|
19005
|
-
"kind": "Content",
|
|
19006
|
-
"text": ";"
|
|
19007
|
-
}
|
|
19008
|
-
],
|
|
19009
|
-
"isOptional": false,
|
|
19010
|
-
"returnTypeTokenRange": {
|
|
19011
|
-
"startIndex": 1,
|
|
19012
|
-
"endIndex": 2
|
|
19013
|
-
},
|
|
19014
|
-
"releaseTag": "Public",
|
|
19015
|
-
"overloadIndex": 1,
|
|
19016
|
-
"parameters": [],
|
|
19017
|
-
"name": "getEditableSelector"
|
|
19018
|
-
},
|
|
19019
17944
|
{
|
|
19020
17945
|
"kind": "MethodSignature",
|
|
19021
17946
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getShortcuts:member(1)",
|
|
@@ -19314,76 +18239,6 @@
|
|
|
19314
18239
|
],
|
|
19315
18240
|
"name": "registerContext"
|
|
19316
18241
|
},
|
|
19317
|
-
{
|
|
19318
|
-
"kind": "MethodSignature",
|
|
19319
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#registerExecutionGuard:member(1)",
|
|
19320
|
-
"docComment": "/**\n * Register a global execution guard.\n *\n * @remarks\n *\n * Guards are evaluated before shortcut-specific canExecute checks.\n */\n",
|
|
19321
|
-
"excerptTokens": [
|
|
19322
|
-
{
|
|
19323
|
-
"kind": "Content",
|
|
19324
|
-
"text": "registerExecutionGuard(id: "
|
|
19325
|
-
},
|
|
19326
|
-
{
|
|
19327
|
-
"kind": "Content",
|
|
19328
|
-
"text": "string"
|
|
19329
|
-
},
|
|
19330
|
-
{
|
|
19331
|
-
"kind": "Content",
|
|
19332
|
-
"text": ", guard: "
|
|
19333
|
-
},
|
|
19334
|
-
{
|
|
19335
|
-
"kind": "Content",
|
|
19336
|
-
"text": "() => "
|
|
19337
|
-
},
|
|
19338
|
-
{
|
|
19339
|
-
"kind": "Reference",
|
|
19340
|
-
"text": "ShortcutExecutionStatus",
|
|
19341
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutExecutionStatus:type"
|
|
19342
|
-
},
|
|
19343
|
-
{
|
|
19344
|
-
"kind": "Content",
|
|
19345
|
-
"text": " | boolean"
|
|
19346
|
-
},
|
|
19347
|
-
{
|
|
19348
|
-
"kind": "Content",
|
|
19349
|
-
"text": "): "
|
|
19350
|
-
},
|
|
19351
|
-
{
|
|
19352
|
-
"kind": "Content",
|
|
19353
|
-
"text": "void"
|
|
19354
|
-
},
|
|
19355
|
-
{
|
|
19356
|
-
"kind": "Content",
|
|
19357
|
-
"text": ";"
|
|
19358
|
-
}
|
|
19359
|
-
],
|
|
19360
|
-
"isOptional": false,
|
|
19361
|
-
"returnTypeTokenRange": {
|
|
19362
|
-
"startIndex": 7,
|
|
19363
|
-
"endIndex": 8
|
|
19364
|
-
},
|
|
19365
|
-
"releaseTag": "Public",
|
|
19366
|
-
"overloadIndex": 1,
|
|
19367
|
-
"parameters": [
|
|
19368
|
-
{
|
|
19369
|
-
"parameterName": "id",
|
|
19370
|
-
"parameterTypeTokenRange": {
|
|
19371
|
-
"startIndex": 1,
|
|
19372
|
-
"endIndex": 2
|
|
19373
|
-
},
|
|
19374
|
-
"isOptional": false
|
|
19375
|
-
},
|
|
19376
|
-
{
|
|
19377
|
-
"parameterName": "guard",
|
|
19378
|
-
"parameterTypeTokenRange": {
|
|
19379
|
-
"startIndex": 3,
|
|
19380
|
-
"endIndex": 6
|
|
19381
|
-
},
|
|
19382
|
-
"isOptional": false
|
|
19383
|
-
}
|
|
19384
|
-
],
|
|
19385
|
-
"name": "registerExecutionGuard"
|
|
19386
|
-
},
|
|
19387
18242
|
{
|
|
19388
18243
|
"kind": "MethodSignature",
|
|
19389
18244
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#registerShortcut:member(1)",
|
|
@@ -19554,51 +18409,6 @@
|
|
|
19554
18409
|
],
|
|
19555
18410
|
"name": "setActiveContext"
|
|
19556
18411
|
},
|
|
19557
|
-
{
|
|
19558
|
-
"kind": "MethodSignature",
|
|
19559
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#unregisterExecutionGuard:member(1)",
|
|
19560
|
-
"docComment": "",
|
|
19561
|
-
"excerptTokens": [
|
|
19562
|
-
{
|
|
19563
|
-
"kind": "Content",
|
|
19564
|
-
"text": "unregisterExecutionGuard(id: "
|
|
19565
|
-
},
|
|
19566
|
-
{
|
|
19567
|
-
"kind": "Content",
|
|
19568
|
-
"text": "string"
|
|
19569
|
-
},
|
|
19570
|
-
{
|
|
19571
|
-
"kind": "Content",
|
|
19572
|
-
"text": "): "
|
|
19573
|
-
},
|
|
19574
|
-
{
|
|
19575
|
-
"kind": "Content",
|
|
19576
|
-
"text": "void"
|
|
19577
|
-
},
|
|
19578
|
-
{
|
|
19579
|
-
"kind": "Content",
|
|
19580
|
-
"text": ";"
|
|
19581
|
-
}
|
|
19582
|
-
],
|
|
19583
|
-
"isOptional": false,
|
|
19584
|
-
"returnTypeTokenRange": {
|
|
19585
|
-
"startIndex": 3,
|
|
19586
|
-
"endIndex": 4
|
|
19587
|
-
},
|
|
19588
|
-
"releaseTag": "Public",
|
|
19589
|
-
"overloadIndex": 1,
|
|
19590
|
-
"parameters": [
|
|
19591
|
-
{
|
|
19592
|
-
"parameterName": "id",
|
|
19593
|
-
"parameterTypeTokenRange": {
|
|
19594
|
-
"startIndex": 1,
|
|
19595
|
-
"endIndex": 2
|
|
19596
|
-
},
|
|
19597
|
-
"isOptional": false
|
|
19598
|
-
}
|
|
19599
|
-
],
|
|
19600
|
-
"name": "unregisterExecutionGuard"
|
|
19601
|
-
},
|
|
19602
18412
|
{
|
|
19603
18413
|
"kind": "MethodSignature",
|
|
19604
18414
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#unregisterShortcut:member(1)",
|