@genesislcap/foundation-utils 14.422.2-alpha-0a3f40b.0 → 14.424.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 +236 -692
- package/dist/dts/design-system/index.d.ts +0 -1
- package/dist/dts/design-system/index.d.ts.map +1 -1
- package/dist/dts/formatters/localeNumberParser.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 +1 -3
- package/dist/dts/shortcut-manager/shortcut-listener.d.ts.map +1 -1
- package/dist/dts/shortcut-manager/shortcut-manager.d.ts +4 -54
- package/dist/dts/shortcut-manager/shortcut-manager.d.ts.map +1 -1
- package/dist/esm/design-system/index.js +0 -1
- package/dist/esm/formatters/localeNumberParser.js +11 -2
- package/dist/esm/shortcut-manager/index.js +0 -1
- package/dist/esm/shortcut-manager/shortcut-listener.js +37 -49
- package/dist/esm/shortcut-manager/shortcut-manager.js +22 -114
- package/dist/foundation-utils.api.json +30 -1325
- package/dist/foundation-utils.d.ts +5 -96
- 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 -22
|
@@ -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)",
|
|
@@ -2979,19 +2757,6 @@
|
|
|
2979
2757
|
"kind": "Content",
|
|
2980
2758
|
"text": "string"
|
|
2981
2759
|
},
|
|
2982
|
-
{
|
|
2983
|
-
"kind": "Content",
|
|
2984
|
-
"text": ", eventTarget?: "
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"kind": "Reference",
|
|
2988
|
-
"text": "EventTarget",
|
|
2989
|
-
"canonicalReference": "!EventTarget:interface"
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"kind": "Content",
|
|
2993
|
-
"text": " | null"
|
|
2994
|
-
},
|
|
2995
2760
|
{
|
|
2996
2761
|
"kind": "Content",
|
|
2997
2762
|
"text": "): "
|
|
@@ -3007,8 +2772,8 @@
|
|
|
3007
2772
|
],
|
|
3008
2773
|
"isStatic": false,
|
|
3009
2774
|
"returnTypeTokenRange": {
|
|
3010
|
-
"startIndex":
|
|
3011
|
-
"endIndex":
|
|
2775
|
+
"startIndex": 3,
|
|
2776
|
+
"endIndex": 4
|
|
3012
2777
|
},
|
|
3013
2778
|
"releaseTag": "Public",
|
|
3014
2779
|
"isProtected": false,
|
|
@@ -3021,14 +2786,6 @@
|
|
|
3021
2786
|
"endIndex": 2
|
|
3022
2787
|
},
|
|
3023
2788
|
"isOptional": false
|
|
3024
|
-
},
|
|
3025
|
-
{
|
|
3026
|
-
"parameterName": "eventTarget",
|
|
3027
|
-
"parameterTypeTokenRange": {
|
|
3028
|
-
"startIndex": 3,
|
|
3029
|
-
"endIndex": 5
|
|
3030
|
-
},
|
|
3031
|
-
"isOptional": true
|
|
3032
2789
|
}
|
|
3033
2790
|
],
|
|
3034
2791
|
"isOptional": false,
|
|
@@ -3056,19 +2813,6 @@
|
|
|
3056
2813
|
"kind": "Content",
|
|
3057
2814
|
"text": "string"
|
|
3058
2815
|
},
|
|
3059
|
-
{
|
|
3060
|
-
"kind": "Content",
|
|
3061
|
-
"text": ", eventTarget?: "
|
|
3062
|
-
},
|
|
3063
|
-
{
|
|
3064
|
-
"kind": "Reference",
|
|
3065
|
-
"text": "EventTarget",
|
|
3066
|
-
"canonicalReference": "!EventTarget:interface"
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"kind": "Content",
|
|
3070
|
-
"text": " | null"
|
|
3071
|
-
},
|
|
3072
2816
|
{
|
|
3073
2817
|
"kind": "Content",
|
|
3074
2818
|
"text": "): "
|
|
@@ -3084,8 +2828,8 @@
|
|
|
3084
2828
|
],
|
|
3085
2829
|
"isStatic": false,
|
|
3086
2830
|
"returnTypeTokenRange": {
|
|
3087
|
-
"startIndex":
|
|
3088
|
-
"endIndex":
|
|
2831
|
+
"startIndex": 5,
|
|
2832
|
+
"endIndex": 6
|
|
3089
2833
|
},
|
|
3090
2834
|
"releaseTag": "Public",
|
|
3091
2835
|
"isProtected": false,
|
|
@@ -3106,14 +2850,6 @@
|
|
|
3106
2850
|
"endIndex": 4
|
|
3107
2851
|
},
|
|
3108
2852
|
"isOptional": false
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
"parameterName": "eventTarget",
|
|
3112
|
-
"parameterTypeTokenRange": {
|
|
3113
|
-
"startIndex": 5,
|
|
3114
|
-
"endIndex": 7
|
|
3115
|
-
},
|
|
3116
|
-
"isOptional": true
|
|
3117
2853
|
}
|
|
3118
2854
|
],
|
|
3119
2855
|
"isOptional": false,
|
|
@@ -3270,30 +3006,16 @@
|
|
|
3270
3006
|
},
|
|
3271
3007
|
{
|
|
3272
3008
|
"kind": "Method",
|
|
3273
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#
|
|
3009
|
+
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getContexts:member(1)",
|
|
3274
3010
|
"docComment": "",
|
|
3275
3011
|
"excerptTokens": [
|
|
3276
3012
|
{
|
|
3277
3013
|
"kind": "Content",
|
|
3278
|
-
"text": "
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
3281
|
-
"kind": "Reference",
|
|
3282
|
-
"text": "Required",
|
|
3283
|
-
"canonicalReference": "!Required:type"
|
|
3284
|
-
},
|
|
3285
|
-
{
|
|
3286
|
-
"kind": "Content",
|
|
3287
|
-
"text": "<"
|
|
3288
|
-
},
|
|
3289
|
-
{
|
|
3290
|
-
"kind": "Reference",
|
|
3291
|
-
"text": "ShortcutBlockedMessageConfig",
|
|
3292
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type"
|
|
3014
|
+
"text": "getContexts(): "
|
|
3293
3015
|
},
|
|
3294
3016
|
{
|
|
3295
3017
|
"kind": "Content",
|
|
3296
|
-
"text": "
|
|
3018
|
+
"text": "string[]"
|
|
3297
3019
|
},
|
|
3298
3020
|
{
|
|
3299
3021
|
"kind": "Content",
|
|
@@ -3303,7 +3025,7 @@
|
|
|
3303
3025
|
"isStatic": false,
|
|
3304
3026
|
"returnTypeTokenRange": {
|
|
3305
3027
|
"startIndex": 1,
|
|
3306
|
-
"endIndex":
|
|
3028
|
+
"endIndex": 2
|
|
3307
3029
|
},
|
|
3308
3030
|
"releaseTag": "Public",
|
|
3309
3031
|
"isProtected": false,
|
|
@@ -3311,123 +3033,16 @@
|
|
|
3311
3033
|
"parameters": [],
|
|
3312
3034
|
"isOptional": false,
|
|
3313
3035
|
"isAbstract": false,
|
|
3314
|
-
"name": "
|
|
3036
|
+
"name": "getContexts"
|
|
3315
3037
|
},
|
|
3316
3038
|
{
|
|
3317
3039
|
"kind": "Method",
|
|
3318
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#
|
|
3040
|
+
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getShortcuts:member(1)",
|
|
3319
3041
|
"docComment": "",
|
|
3320
3042
|
"excerptTokens": [
|
|
3321
3043
|
{
|
|
3322
3044
|
"kind": "Content",
|
|
3323
|
-
"text": "
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"kind": "Content",
|
|
3327
|
-
"text": "string[]"
|
|
3328
|
-
},
|
|
3329
|
-
{
|
|
3330
|
-
"kind": "Content",
|
|
3331
|
-
"text": ";"
|
|
3332
|
-
}
|
|
3333
|
-
],
|
|
3334
|
-
"isStatic": false,
|
|
3335
|
-
"returnTypeTokenRange": {
|
|
3336
|
-
"startIndex": 1,
|
|
3337
|
-
"endIndex": 2
|
|
3338
|
-
},
|
|
3339
|
-
"releaseTag": "Public",
|
|
3340
|
-
"isProtected": false,
|
|
3341
|
-
"overloadIndex": 1,
|
|
3342
|
-
"parameters": [],
|
|
3343
|
-
"isOptional": false,
|
|
3344
|
-
"isAbstract": false,
|
|
3345
|
-
"name": "getContexts"
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "Method",
|
|
3349
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getEditableContextConfig:member(1)",
|
|
3350
|
-
"docComment": "",
|
|
3351
|
-
"excerptTokens": [
|
|
3352
|
-
{
|
|
3353
|
-
"kind": "Content",
|
|
3354
|
-
"text": "getEditableContextConfig(): "
|
|
3355
|
-
},
|
|
3356
|
-
{
|
|
3357
|
-
"kind": "Reference",
|
|
3358
|
-
"text": "Required",
|
|
3359
|
-
"canonicalReference": "!Required:type"
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"kind": "Content",
|
|
3363
|
-
"text": "<"
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"kind": "Reference",
|
|
3367
|
-
"text": "ShortcutEditableContextConfig",
|
|
3368
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutEditableContextConfig:type"
|
|
3369
|
-
},
|
|
3370
|
-
{
|
|
3371
|
-
"kind": "Content",
|
|
3372
|
-
"text": ">"
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"kind": "Content",
|
|
3376
|
-
"text": ";"
|
|
3377
|
-
}
|
|
3378
|
-
],
|
|
3379
|
-
"isStatic": false,
|
|
3380
|
-
"returnTypeTokenRange": {
|
|
3381
|
-
"startIndex": 1,
|
|
3382
|
-
"endIndex": 5
|
|
3383
|
-
},
|
|
3384
|
-
"releaseTag": "Public",
|
|
3385
|
-
"isProtected": false,
|
|
3386
|
-
"overloadIndex": 1,
|
|
3387
|
-
"parameters": [],
|
|
3388
|
-
"isOptional": false,
|
|
3389
|
-
"isAbstract": false,
|
|
3390
|
-
"name": "getEditableContextConfig"
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"kind": "Method",
|
|
3394
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getEditableSelector:member(1)",
|
|
3395
|
-
"docComment": "",
|
|
3396
|
-
"excerptTokens": [
|
|
3397
|
-
{
|
|
3398
|
-
"kind": "Content",
|
|
3399
|
-
"text": "getEditableSelector(): "
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"kind": "Content",
|
|
3403
|
-
"text": "string"
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"kind": "Content",
|
|
3407
|
-
"text": ";"
|
|
3408
|
-
}
|
|
3409
|
-
],
|
|
3410
|
-
"isStatic": false,
|
|
3411
|
-
"returnTypeTokenRange": {
|
|
3412
|
-
"startIndex": 1,
|
|
3413
|
-
"endIndex": 2
|
|
3414
|
-
},
|
|
3415
|
-
"releaseTag": "Public",
|
|
3416
|
-
"isProtected": false,
|
|
3417
|
-
"overloadIndex": 1,
|
|
3418
|
-
"parameters": [],
|
|
3419
|
-
"isOptional": false,
|
|
3420
|
-
"isAbstract": false,
|
|
3421
|
-
"name": "getEditableSelector"
|
|
3422
|
-
},
|
|
3423
|
-
{
|
|
3424
|
-
"kind": "Method",
|
|
3425
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#getShortcuts:member(1)",
|
|
3426
|
-
"docComment": "",
|
|
3427
|
-
"excerptTokens": [
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "Content",
|
|
3430
|
-
"text": "getShortcuts(): "
|
|
3045
|
+
"text": "getShortcuts(): "
|
|
3431
3046
|
},
|
|
3432
3047
|
{
|
|
3433
3048
|
"kind": "Reference",
|
|
@@ -3742,79 +3357,6 @@
|
|
|
3742
3357
|
"isAbstract": false,
|
|
3743
3358
|
"name": "registerContext"
|
|
3744
3359
|
},
|
|
3745
|
-
{
|
|
3746
|
-
"kind": "Method",
|
|
3747
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#registerExecutionGuard:member(1)",
|
|
3748
|
-
"docComment": "",
|
|
3749
|
-
"excerptTokens": [
|
|
3750
|
-
{
|
|
3751
|
-
"kind": "Content",
|
|
3752
|
-
"text": "registerExecutionGuard(id: "
|
|
3753
|
-
},
|
|
3754
|
-
{
|
|
3755
|
-
"kind": "Content",
|
|
3756
|
-
"text": "string"
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"kind": "Content",
|
|
3760
|
-
"text": ", guard: "
|
|
3761
|
-
},
|
|
3762
|
-
{
|
|
3763
|
-
"kind": "Content",
|
|
3764
|
-
"text": "() => "
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"kind": "Reference",
|
|
3768
|
-
"text": "ShortcutExecutionStatus",
|
|
3769
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutExecutionStatus:type"
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
"kind": "Content",
|
|
3773
|
-
"text": " | boolean"
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"kind": "Content",
|
|
3777
|
-
"text": "): "
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
"kind": "Content",
|
|
3781
|
-
"text": "void"
|
|
3782
|
-
},
|
|
3783
|
-
{
|
|
3784
|
-
"kind": "Content",
|
|
3785
|
-
"text": ";"
|
|
3786
|
-
}
|
|
3787
|
-
],
|
|
3788
|
-
"isStatic": false,
|
|
3789
|
-
"returnTypeTokenRange": {
|
|
3790
|
-
"startIndex": 7,
|
|
3791
|
-
"endIndex": 8
|
|
3792
|
-
},
|
|
3793
|
-
"releaseTag": "Public",
|
|
3794
|
-
"isProtected": false,
|
|
3795
|
-
"overloadIndex": 1,
|
|
3796
|
-
"parameters": [
|
|
3797
|
-
{
|
|
3798
|
-
"parameterName": "id",
|
|
3799
|
-
"parameterTypeTokenRange": {
|
|
3800
|
-
"startIndex": 1,
|
|
3801
|
-
"endIndex": 2
|
|
3802
|
-
},
|
|
3803
|
-
"isOptional": false
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"parameterName": "guard",
|
|
3807
|
-
"parameterTypeTokenRange": {
|
|
3808
|
-
"startIndex": 3,
|
|
3809
|
-
"endIndex": 6
|
|
3810
|
-
},
|
|
3811
|
-
"isOptional": false
|
|
3812
|
-
}
|
|
3813
|
-
],
|
|
3814
|
-
"isOptional": false,
|
|
3815
|
-
"isAbstract": false,
|
|
3816
|
-
"name": "registerExecutionGuard"
|
|
3817
|
-
},
|
|
3818
3360
|
{
|
|
3819
3361
|
"kind": "Method",
|
|
3820
3362
|
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#registerShortcut:member(1)",
|
|
@@ -3997,54 +3539,6 @@
|
|
|
3997
3539
|
"isAbstract": false,
|
|
3998
3540
|
"name": "setActiveContext"
|
|
3999
3541
|
},
|
|
4000
|
-
{
|
|
4001
|
-
"kind": "Method",
|
|
4002
|
-
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#unregisterExecutionGuard:member(1)",
|
|
4003
|
-
"docComment": "",
|
|
4004
|
-
"excerptTokens": [
|
|
4005
|
-
{
|
|
4006
|
-
"kind": "Content",
|
|
4007
|
-
"text": "unregisterExecutionGuard(id: "
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"kind": "Content",
|
|
4011
|
-
"text": "string"
|
|
4012
|
-
},
|
|
4013
|
-
{
|
|
4014
|
-
"kind": "Content",
|
|
4015
|
-
"text": "): "
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
"kind": "Content",
|
|
4019
|
-
"text": "void"
|
|
4020
|
-
},
|
|
4021
|
-
{
|
|
4022
|
-
"kind": "Content",
|
|
4023
|
-
"text": ";"
|
|
4024
|
-
}
|
|
4025
|
-
],
|
|
4026
|
-
"isStatic": false,
|
|
4027
|
-
"returnTypeTokenRange": {
|
|
4028
|
-
"startIndex": 3,
|
|
4029
|
-
"endIndex": 4
|
|
4030
|
-
},
|
|
4031
|
-
"releaseTag": "Public",
|
|
4032
|
-
"isProtected": false,
|
|
4033
|
-
"overloadIndex": 1,
|
|
4034
|
-
"parameters": [
|
|
4035
|
-
{
|
|
4036
|
-
"parameterName": "id",
|
|
4037
|
-
"parameterTypeTokenRange": {
|
|
4038
|
-
"startIndex": 1,
|
|
4039
|
-
"endIndex": 2
|
|
4040
|
-
},
|
|
4041
|
-
"isOptional": false
|
|
4042
|
-
}
|
|
4043
|
-
],
|
|
4044
|
-
"isOptional": false,
|
|
4045
|
-
"isAbstract": false,
|
|
4046
|
-
"name": "unregisterExecutionGuard"
|
|
4047
|
-
},
|
|
4048
3542
|
{
|
|
4049
3543
|
"kind": "Method",
|
|
4050
3544
|
"canonicalReference": "@genesislcap/foundation-utils!DefaultShortcutManager#unregisterShortcut:member(1)",
|
|
@@ -4211,43 +3705,6 @@
|
|
|
4211
3705
|
],
|
|
4212
3706
|
"name": "delay"
|
|
4213
3707
|
},
|
|
4214
|
-
{
|
|
4215
|
-
"kind": "Variable",
|
|
4216
|
-
"canonicalReference": "@genesislcap/foundation-utils!DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS:var",
|
|
4217
|
-
"docComment": "/**\n * Design-system specific editable host selectors.\n */\n",
|
|
4218
|
-
"excerptTokens": [
|
|
4219
|
-
{
|
|
4220
|
-
"kind": "Content",
|
|
4221
|
-
"text": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS: "
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
"kind": "Reference",
|
|
4225
|
-
"text": "Record",
|
|
4226
|
-
"canonicalReference": "!Record:type"
|
|
4227
|
-
},
|
|
4228
|
-
{
|
|
4229
|
-
"kind": "Content",
|
|
4230
|
-
"text": "<"
|
|
4231
|
-
},
|
|
4232
|
-
{
|
|
4233
|
-
"kind": "Reference",
|
|
4234
|
-
"text": "ShortcutDesignSystemPrefix",
|
|
4235
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDesignSystemPrefix:type"
|
|
4236
|
-
},
|
|
4237
|
-
{
|
|
4238
|
-
"kind": "Content",
|
|
4239
|
-
"text": ", readonly string[]>"
|
|
4240
|
-
}
|
|
4241
|
-
],
|
|
4242
|
-
"fileUrlPath": "src/design-system/editable-elements.ts",
|
|
4243
|
-
"isReadonly": true,
|
|
4244
|
-
"releaseTag": "Public",
|
|
4245
|
-
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
4246
|
-
"variableTypeTokenRange": {
|
|
4247
|
-
"startIndex": 1,
|
|
4248
|
-
"endIndex": 5
|
|
4249
|
-
}
|
|
4250
|
-
},
|
|
4251
3708
|
{
|
|
4252
3709
|
"kind": "Interface",
|
|
4253
3710
|
"canonicalReference": "@genesislcap/foundation-utils!DesignSystemModule:interface",
|
|
@@ -4582,105 +4039,25 @@
|
|
|
4582
4039
|
},
|
|
4583
4040
|
{
|
|
4584
4041
|
"kind": "Function",
|
|
4585
|
-
"canonicalReference": "@genesislcap/foundation-utils!
|
|
4586
|
-
"docComment": "",
|
|
4042
|
+
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:function(1)",
|
|
4043
|
+
"docComment": "/**\n * Encodes the given value to base64.\n *\n * @param value - The value to encode to base64.\n *\n * @returns The base64 encoded value.\n *\n * @public\n */\n",
|
|
4587
4044
|
"excerptTokens": [
|
|
4588
4045
|
{
|
|
4589
4046
|
"kind": "Content",
|
|
4590
|
-
"text": "
|
|
4591
|
-
},
|
|
4592
|
-
{
|
|
4593
|
-
"kind": "Reference",
|
|
4594
|
-
"text": "Omit",
|
|
4595
|
-
"canonicalReference": "!Omit:type"
|
|
4047
|
+
"text": "encodeToBase64: (value: "
|
|
4596
4048
|
},
|
|
4597
4049
|
{
|
|
4598
4050
|
"kind": "Content",
|
|
4599
|
-
"text": "
|
|
4051
|
+
"text": "string | "
|
|
4600
4052
|
},
|
|
4601
4053
|
{
|
|
4602
4054
|
"kind": "Reference",
|
|
4603
|
-
"text": "
|
|
4604
|
-
"canonicalReference": "
|
|
4605
|
-
},
|
|
4606
|
-
{
|
|
4607
|
-
"kind": "Content",
|
|
4608
|
-
"text": ", 'message'> & {\n message?: string;\n}"
|
|
4055
|
+
"text": "ArrayBuffer",
|
|
4056
|
+
"canonicalReference": "!ArrayBuffer:interface"
|
|
4609
4057
|
},
|
|
4610
4058
|
{
|
|
4611
4059
|
"kind": "Content",
|
|
4612
|
-
"text": "
|
|
4613
|
-
},
|
|
4614
|
-
{
|
|
4615
|
-
"kind": "Reference",
|
|
4616
|
-
"text": "EventTarget",
|
|
4617
|
-
"canonicalReference": "!EventTarget:interface"
|
|
4618
|
-
},
|
|
4619
|
-
{
|
|
4620
|
-
"kind": "Content",
|
|
4621
|
-
"text": " | null"
|
|
4622
|
-
},
|
|
4623
|
-
{
|
|
4624
|
-
"kind": "Content",
|
|
4625
|
-
"text": "): "
|
|
4626
|
-
},
|
|
4627
|
-
{
|
|
4628
|
-
"kind": "Content",
|
|
4629
|
-
"text": "void"
|
|
4630
|
-
},
|
|
4631
|
-
{
|
|
4632
|
-
"kind": "Content",
|
|
4633
|
-
"text": ";"
|
|
4634
|
-
}
|
|
4635
|
-
],
|
|
4636
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
4637
|
-
"returnTypeTokenRange": {
|
|
4638
|
-
"startIndex": 9,
|
|
4639
|
-
"endIndex": 10
|
|
4640
|
-
},
|
|
4641
|
-
"releaseTag": "Public",
|
|
4642
|
-
"overloadIndex": 1,
|
|
4643
|
-
"parameters": [
|
|
4644
|
-
{
|
|
4645
|
-
"parameterName": "detail",
|
|
4646
|
-
"parameterTypeTokenRange": {
|
|
4647
|
-
"startIndex": 1,
|
|
4648
|
-
"endIndex": 5
|
|
4649
|
-
},
|
|
4650
|
-
"isOptional": false
|
|
4651
|
-
},
|
|
4652
|
-
{
|
|
4653
|
-
"parameterName": "target",
|
|
4654
|
-
"parameterTypeTokenRange": {
|
|
4655
|
-
"startIndex": 6,
|
|
4656
|
-
"endIndex": 8
|
|
4657
|
-
},
|
|
4658
|
-
"isOptional": true
|
|
4659
|
-
}
|
|
4660
|
-
],
|
|
4661
|
-
"name": "emitShortcutBlockedEvent"
|
|
4662
|
-
},
|
|
4663
|
-
{
|
|
4664
|
-
"kind": "Function",
|
|
4665
|
-
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:function(1)",
|
|
4666
|
-
"docComment": "/**\n * Encodes the given value to base64.\n *\n * @param value - The value to encode to base64.\n *\n * @returns The base64 encoded value.\n *\n * @public\n */\n",
|
|
4667
|
-
"excerptTokens": [
|
|
4668
|
-
{
|
|
4669
|
-
"kind": "Content",
|
|
4670
|
-
"text": "encodeToBase64: (value: "
|
|
4671
|
-
},
|
|
4672
|
-
{
|
|
4673
|
-
"kind": "Content",
|
|
4674
|
-
"text": "string | "
|
|
4675
|
-
},
|
|
4676
|
-
{
|
|
4677
|
-
"kind": "Reference",
|
|
4678
|
-
"text": "ArrayBuffer",
|
|
4679
|
-
"canonicalReference": "!ArrayBuffer:interface"
|
|
4680
|
-
},
|
|
4681
|
-
{
|
|
4682
|
-
"kind": "Content",
|
|
4683
|
-
"text": ") => "
|
|
4060
|
+
"text": ") => "
|
|
4684
4061
|
},
|
|
4685
4062
|
{
|
|
4686
4063
|
"kind": "Content",
|
|
@@ -17844,228 +17221,6 @@
|
|
|
17844
17221
|
"endIndex": 4
|
|
17845
17222
|
}
|
|
17846
17223
|
},
|
|
17847
|
-
{
|
|
17848
|
-
"kind": "Variable",
|
|
17849
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_DEFAULT_MESSAGE:var",
|
|
17850
|
-
"docComment": "",
|
|
17851
|
-
"excerptTokens": [
|
|
17852
|
-
{
|
|
17853
|
-
"kind": "Content",
|
|
17854
|
-
"text": "SHORTCUT_BLOCKED_DEFAULT_MESSAGE = "
|
|
17855
|
-
},
|
|
17856
|
-
{
|
|
17857
|
-
"kind": "Content",
|
|
17858
|
-
"text": "\"This shortcut is currently unavailable in this context.\""
|
|
17859
|
-
}
|
|
17860
|
-
],
|
|
17861
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17862
|
-
"initializerTokenRange": {
|
|
17863
|
-
"startIndex": 1,
|
|
17864
|
-
"endIndex": 2
|
|
17865
|
-
},
|
|
17866
|
-
"isReadonly": true,
|
|
17867
|
-
"releaseTag": "Public",
|
|
17868
|
-
"name": "SHORTCUT_BLOCKED_DEFAULT_MESSAGE",
|
|
17869
|
-
"variableTypeTokenRange": {
|
|
17870
|
-
"startIndex": 0,
|
|
17871
|
-
"endIndex": 0
|
|
17872
|
-
}
|
|
17873
|
-
},
|
|
17874
|
-
{
|
|
17875
|
-
"kind": "Variable",
|
|
17876
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE:var",
|
|
17877
|
-
"docComment": "",
|
|
17878
|
-
"excerptTokens": [
|
|
17879
|
-
{
|
|
17880
|
-
"kind": "Content",
|
|
17881
|
-
"text": "SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE = "
|
|
17882
|
-
},
|
|
17883
|
-
{
|
|
17884
|
-
"kind": "Content",
|
|
17885
|
-
"text": "\"This shortcut is unavailable in the current focus context.\""
|
|
17886
|
-
}
|
|
17887
|
-
],
|
|
17888
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17889
|
-
"initializerTokenRange": {
|
|
17890
|
-
"startIndex": 1,
|
|
17891
|
-
"endIndex": 2
|
|
17892
|
-
},
|
|
17893
|
-
"isReadonly": true,
|
|
17894
|
-
"releaseTag": "Public",
|
|
17895
|
-
"name": "SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE",
|
|
17896
|
-
"variableTypeTokenRange": {
|
|
17897
|
-
"startIndex": 0,
|
|
17898
|
-
"endIndex": 0
|
|
17899
|
-
}
|
|
17900
|
-
},
|
|
17901
|
-
{
|
|
17902
|
-
"kind": "Variable",
|
|
17903
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_EVENT:var",
|
|
17904
|
-
"docComment": "",
|
|
17905
|
-
"excerptTokens": [
|
|
17906
|
-
{
|
|
17907
|
-
"kind": "Content",
|
|
17908
|
-
"text": "SHORTCUT_BLOCKED_EVENT = "
|
|
17909
|
-
},
|
|
17910
|
-
{
|
|
17911
|
-
"kind": "Content",
|
|
17912
|
-
"text": "\"foundation-shortcut-blocked\""
|
|
17913
|
-
}
|
|
17914
|
-
],
|
|
17915
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17916
|
-
"initializerTokenRange": {
|
|
17917
|
-
"startIndex": 1,
|
|
17918
|
-
"endIndex": 2
|
|
17919
|
-
},
|
|
17920
|
-
"isReadonly": true,
|
|
17921
|
-
"releaseTag": "Public",
|
|
17922
|
-
"name": "SHORTCUT_BLOCKED_EVENT",
|
|
17923
|
-
"variableTypeTokenRange": {
|
|
17924
|
-
"startIndex": 0,
|
|
17925
|
-
"endIndex": 0
|
|
17926
|
-
}
|
|
17927
|
-
},
|
|
17928
|
-
{
|
|
17929
|
-
"kind": "Variable",
|
|
17930
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_INPUT_MESSAGE:var",
|
|
17931
|
-
"docComment": "",
|
|
17932
|
-
"excerptTokens": [
|
|
17933
|
-
{
|
|
17934
|
-
"kind": "Content",
|
|
17935
|
-
"text": "SHORTCUT_BLOCKED_INPUT_MESSAGE = "
|
|
17936
|
-
},
|
|
17937
|
-
{
|
|
17938
|
-
"kind": "Content",
|
|
17939
|
-
"text": "\"This shortcut is unavailable while typing in an input field.\""
|
|
17940
|
-
}
|
|
17941
|
-
],
|
|
17942
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17943
|
-
"initializerTokenRange": {
|
|
17944
|
-
"startIndex": 1,
|
|
17945
|
-
"endIndex": 2
|
|
17946
|
-
},
|
|
17947
|
-
"isReadonly": true,
|
|
17948
|
-
"releaseTag": "Public",
|
|
17949
|
-
"name": "SHORTCUT_BLOCKED_INPUT_MESSAGE",
|
|
17950
|
-
"variableTypeTokenRange": {
|
|
17951
|
-
"startIndex": 0,
|
|
17952
|
-
"endIndex": 0
|
|
17953
|
-
}
|
|
17954
|
-
},
|
|
17955
|
-
{
|
|
17956
|
-
"kind": "Variable",
|
|
17957
|
-
"canonicalReference": "@genesislcap/foundation-utils!SHORTCUT_BLOCKED_PAUSED_MESSAGE:var",
|
|
17958
|
-
"docComment": "",
|
|
17959
|
-
"excerptTokens": [
|
|
17960
|
-
{
|
|
17961
|
-
"kind": "Content",
|
|
17962
|
-
"text": "SHORTCUT_BLOCKED_PAUSED_MESSAGE = "
|
|
17963
|
-
},
|
|
17964
|
-
{
|
|
17965
|
-
"kind": "Content",
|
|
17966
|
-
"text": "\"Shortcuts are paused.\""
|
|
17967
|
-
}
|
|
17968
|
-
],
|
|
17969
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
17970
|
-
"initializerTokenRange": {
|
|
17971
|
-
"startIndex": 1,
|
|
17972
|
-
"endIndex": 2
|
|
17973
|
-
},
|
|
17974
|
-
"isReadonly": true,
|
|
17975
|
-
"releaseTag": "Public",
|
|
17976
|
-
"name": "SHORTCUT_BLOCKED_PAUSED_MESSAGE",
|
|
17977
|
-
"variableTypeTokenRange": {
|
|
17978
|
-
"startIndex": 0,
|
|
17979
|
-
"endIndex": 0
|
|
17980
|
-
}
|
|
17981
|
-
},
|
|
17982
|
-
{
|
|
17983
|
-
"kind": "TypeAlias",
|
|
17984
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedEventDetail:type",
|
|
17985
|
-
"docComment": "",
|
|
17986
|
-
"excerptTokens": [
|
|
17987
|
-
{
|
|
17988
|
-
"kind": "Content",
|
|
17989
|
-
"text": "export type ShortcutBlockedEventDetail = "
|
|
17990
|
-
},
|
|
17991
|
-
{
|
|
17992
|
-
"kind": "Content",
|
|
17993
|
-
"text": "{\n shortcutId: string;\n context?: string;\n reason: "
|
|
17994
|
-
},
|
|
17995
|
-
{
|
|
17996
|
-
"kind": "Reference",
|
|
17997
|
-
"text": "ShortcutBlockedReason",
|
|
17998
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedReason:type"
|
|
17999
|
-
},
|
|
18000
|
-
{
|
|
18001
|
-
"kind": "Content",
|
|
18002
|
-
"text": ";\n message: string;\n}"
|
|
18003
|
-
},
|
|
18004
|
-
{
|
|
18005
|
-
"kind": "Content",
|
|
18006
|
-
"text": ";"
|
|
18007
|
-
}
|
|
18008
|
-
],
|
|
18009
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
18010
|
-
"releaseTag": "Public",
|
|
18011
|
-
"name": "ShortcutBlockedEventDetail",
|
|
18012
|
-
"typeTokenRange": {
|
|
18013
|
-
"startIndex": 1,
|
|
18014
|
-
"endIndex": 4
|
|
18015
|
-
}
|
|
18016
|
-
},
|
|
18017
|
-
{
|
|
18018
|
-
"kind": "TypeAlias",
|
|
18019
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type",
|
|
18020
|
-
"docComment": "",
|
|
18021
|
-
"excerptTokens": [
|
|
18022
|
-
{
|
|
18023
|
-
"kind": "Content",
|
|
18024
|
-
"text": "export type ShortcutBlockedMessageConfig = "
|
|
18025
|
-
},
|
|
18026
|
-
{
|
|
18027
|
-
"kind": "Content",
|
|
18028
|
-
"text": "{\n defaultMessage?: string;\n inputMessage?: string;\n pausedMessage?: string;\n elementFocusMessage?: string;\n}"
|
|
18029
|
-
},
|
|
18030
|
-
{
|
|
18031
|
-
"kind": "Content",
|
|
18032
|
-
"text": ";"
|
|
18033
|
-
}
|
|
18034
|
-
],
|
|
18035
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
18036
|
-
"releaseTag": "Public",
|
|
18037
|
-
"name": "ShortcutBlockedMessageConfig",
|
|
18038
|
-
"typeTokenRange": {
|
|
18039
|
-
"startIndex": 1,
|
|
18040
|
-
"endIndex": 2
|
|
18041
|
-
}
|
|
18042
|
-
},
|
|
18043
|
-
{
|
|
18044
|
-
"kind": "TypeAlias",
|
|
18045
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedReason:type",
|
|
18046
|
-
"docComment": "",
|
|
18047
|
-
"excerptTokens": [
|
|
18048
|
-
{
|
|
18049
|
-
"kind": "Content",
|
|
18050
|
-
"text": "export type ShortcutBlockedReason = "
|
|
18051
|
-
},
|
|
18052
|
-
{
|
|
18053
|
-
"kind": "Content",
|
|
18054
|
-
"text": "'paused' | 'editable-context' | 'element-not-focused' | 'disabled'"
|
|
18055
|
-
},
|
|
18056
|
-
{
|
|
18057
|
-
"kind": "Content",
|
|
18058
|
-
"text": ";"
|
|
18059
|
-
}
|
|
18060
|
-
],
|
|
18061
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-events.ts",
|
|
18062
|
-
"releaseTag": "Public",
|
|
18063
|
-
"name": "ShortcutBlockedReason",
|
|
18064
|
-
"typeTokenRange": {
|
|
18065
|
-
"startIndex": 1,
|
|
18066
|
-
"endIndex": 2
|
|
18067
|
-
}
|
|
18068
|
-
},
|
|
18069
17224
|
{
|
|
18070
17225
|
"kind": "Interface",
|
|
18071
17226
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDefinition:interface",
|
|
@@ -18443,16 +17598,16 @@
|
|
|
18443
17598
|
},
|
|
18444
17599
|
{
|
|
18445
17600
|
"kind": "TypeAlias",
|
|
18446
|
-
"canonicalReference": "@genesislcap/foundation-utils!
|
|
18447
|
-
"docComment": "",
|
|
17601
|
+
"canonicalReference": "@genesislcap/foundation-utils!ShortcutExecutionStatus:type",
|
|
17602
|
+
"docComment": "/**\n * A type which represents the disabled status and tooltip of an item\n *\n * @public\n */\n",
|
|
18448
17603
|
"excerptTokens": [
|
|
18449
17604
|
{
|
|
18450
17605
|
"kind": "Content",
|
|
18451
|
-
"text": "export type
|
|
17606
|
+
"text": "export type ShortcutExecutionStatus = "
|
|
18452
17607
|
},
|
|
18453
17608
|
{
|
|
18454
17609
|
"kind": "Content",
|
|
18455
|
-
"text": "
|
|
17610
|
+
"text": "{\n disabled?: boolean;\n tooltip?: string;\n}"
|
|
18456
17611
|
},
|
|
18457
17612
|
{
|
|
18458
17613
|
"kind": "Content",
|
|
@@ -18461,77 +17616,16 @@
|
|
|
18461
17616
|
],
|
|
18462
17617
|
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
18463
17618
|
"releaseTag": "Public",
|
|
18464
|
-
"name": "
|
|
17619
|
+
"name": "ShortcutExecutionStatus",
|
|
18465
17620
|
"typeTokenRange": {
|
|
18466
17621
|
"startIndex": 1,
|
|
18467
17622
|
"endIndex": 2
|
|
18468
17623
|
}
|
|
18469
17624
|
},
|
|
18470
17625
|
{
|
|
18471
|
-
"kind": "
|
|
18472
|
-
"canonicalReference": "@genesislcap/foundation-utils!
|
|
18473
|
-
"docComment": "",
|
|
18474
|
-
"excerptTokens": [
|
|
18475
|
-
{
|
|
18476
|
-
"kind": "Content",
|
|
18477
|
-
"text": "export type ShortcutEditableContextConfig = "
|
|
18478
|
-
},
|
|
18479
|
-
{
|
|
18480
|
-
"kind": "Content",
|
|
18481
|
-
"text": "{\n designSystems?: "
|
|
18482
|
-
},
|
|
18483
|
-
{
|
|
18484
|
-
"kind": "Reference",
|
|
18485
|
-
"text": "ShortcutDesignSystemPrefix",
|
|
18486
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutDesignSystemPrefix:type"
|
|
18487
|
-
},
|
|
18488
|
-
{
|
|
18489
|
-
"kind": "Content",
|
|
18490
|
-
"text": "[];\n customEditableSelectors?: string[];\n}"
|
|
18491
|
-
},
|
|
18492
|
-
{
|
|
18493
|
-
"kind": "Content",
|
|
18494
|
-
"text": ";"
|
|
18495
|
-
}
|
|
18496
|
-
],
|
|
18497
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
18498
|
-
"releaseTag": "Public",
|
|
18499
|
-
"name": "ShortcutEditableContextConfig",
|
|
18500
|
-
"typeTokenRange": {
|
|
18501
|
-
"startIndex": 1,
|
|
18502
|
-
"endIndex": 4
|
|
18503
|
-
}
|
|
18504
|
-
},
|
|
18505
|
-
{
|
|
18506
|
-
"kind": "TypeAlias",
|
|
18507
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutExecutionStatus:type",
|
|
18508
|
-
"docComment": "/**\n * A type which represents the disabled status and tooltip of an item\n *\n * @public\n */\n",
|
|
18509
|
-
"excerptTokens": [
|
|
18510
|
-
{
|
|
18511
|
-
"kind": "Content",
|
|
18512
|
-
"text": "export type ShortcutExecutionStatus = "
|
|
18513
|
-
},
|
|
18514
|
-
{
|
|
18515
|
-
"kind": "Content",
|
|
18516
|
-
"text": "{\n disabled?: boolean;\n tooltip?: string;\n}"
|
|
18517
|
-
},
|
|
18518
|
-
{
|
|
18519
|
-
"kind": "Content",
|
|
18520
|
-
"text": ";"
|
|
18521
|
-
}
|
|
18522
|
-
],
|
|
18523
|
-
"fileUrlPath": "src/shortcut-manager/shortcut-manager.ts",
|
|
18524
|
-
"releaseTag": "Public",
|
|
18525
|
-
"name": "ShortcutExecutionStatus",
|
|
18526
|
-
"typeTokenRange": {
|
|
18527
|
-
"startIndex": 1,
|
|
18528
|
-
"endIndex": 2
|
|
18529
|
-
}
|
|
18530
|
-
},
|
|
18531
|
-
{
|
|
18532
|
-
"kind": "Interface",
|
|
18533
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager:interface",
|
|
18534
|
-
"docComment": "/**\n * Interface of a manager for keyboard shortcuts\n *\n * @public\n */\n",
|
|
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",
|
|
18535
17629
|
"excerptTokens": [
|
|
18536
17630
|
{
|
|
18537
17631
|
"kind": "Content",
|
|
@@ -18571,126 +17665,6 @@
|
|
|
18571
17665
|
"parameters": [],
|
|
18572
17666
|
"name": "clearActiveContext"
|
|
18573
17667
|
},
|
|
18574
|
-
{
|
|
18575
|
-
"kind": "MethodSignature",
|
|
18576
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#clearExecutionGuards:member(1)",
|
|
18577
|
-
"docComment": "",
|
|
18578
|
-
"excerptTokens": [
|
|
18579
|
-
{
|
|
18580
|
-
"kind": "Content",
|
|
18581
|
-
"text": "clearExecutionGuards(): "
|
|
18582
|
-
},
|
|
18583
|
-
{
|
|
18584
|
-
"kind": "Content",
|
|
18585
|
-
"text": "void"
|
|
18586
|
-
},
|
|
18587
|
-
{
|
|
18588
|
-
"kind": "Content",
|
|
18589
|
-
"text": ";"
|
|
18590
|
-
}
|
|
18591
|
-
],
|
|
18592
|
-
"isOptional": false,
|
|
18593
|
-
"returnTypeTokenRange": {
|
|
18594
|
-
"startIndex": 1,
|
|
18595
|
-
"endIndex": 2
|
|
18596
|
-
},
|
|
18597
|
-
"releaseTag": "Public",
|
|
18598
|
-
"overloadIndex": 1,
|
|
18599
|
-
"parameters": [],
|
|
18600
|
-
"name": "clearExecutionGuards"
|
|
18601
|
-
},
|
|
18602
|
-
{
|
|
18603
|
-
"kind": "MethodSignature",
|
|
18604
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#configureBlockedMessages:member(1)",
|
|
18605
|
-
"docComment": "",
|
|
18606
|
-
"excerptTokens": [
|
|
18607
|
-
{
|
|
18608
|
-
"kind": "Content",
|
|
18609
|
-
"text": "configureBlockedMessages(config?: "
|
|
18610
|
-
},
|
|
18611
|
-
{
|
|
18612
|
-
"kind": "Reference",
|
|
18613
|
-
"text": "ShortcutBlockedMessageConfig",
|
|
18614
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type"
|
|
18615
|
-
},
|
|
18616
|
-
{
|
|
18617
|
-
"kind": "Content",
|
|
18618
|
-
"text": "): "
|
|
18619
|
-
},
|
|
18620
|
-
{
|
|
18621
|
-
"kind": "Content",
|
|
18622
|
-
"text": "void"
|
|
18623
|
-
},
|
|
18624
|
-
{
|
|
18625
|
-
"kind": "Content",
|
|
18626
|
-
"text": ";"
|
|
18627
|
-
}
|
|
18628
|
-
],
|
|
18629
|
-
"isOptional": false,
|
|
18630
|
-
"returnTypeTokenRange": {
|
|
18631
|
-
"startIndex": 3,
|
|
18632
|
-
"endIndex": 4
|
|
18633
|
-
},
|
|
18634
|
-
"releaseTag": "Public",
|
|
18635
|
-
"overloadIndex": 1,
|
|
18636
|
-
"parameters": [
|
|
18637
|
-
{
|
|
18638
|
-
"parameterName": "config",
|
|
18639
|
-
"parameterTypeTokenRange": {
|
|
18640
|
-
"startIndex": 1,
|
|
18641
|
-
"endIndex": 2
|
|
18642
|
-
},
|
|
18643
|
-
"isOptional": true
|
|
18644
|
-
}
|
|
18645
|
-
],
|
|
18646
|
-
"name": "configureBlockedMessages"
|
|
18647
|
-
},
|
|
18648
|
-
{
|
|
18649
|
-
"kind": "MethodSignature",
|
|
18650
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#configureEditableContext:member(1)",
|
|
18651
|
-
"docComment": "/**\n * Configure editable-context detection used by shortcut listeners.\n *\n * @remarks\n *\n * This is intended to be set once during app startup.\n */\n",
|
|
18652
|
-
"excerptTokens": [
|
|
18653
|
-
{
|
|
18654
|
-
"kind": "Content",
|
|
18655
|
-
"text": "configureEditableContext(config?: "
|
|
18656
|
-
},
|
|
18657
|
-
{
|
|
18658
|
-
"kind": "Reference",
|
|
18659
|
-
"text": "ShortcutEditableContextConfig",
|
|
18660
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutEditableContextConfig:type"
|
|
18661
|
-
},
|
|
18662
|
-
{
|
|
18663
|
-
"kind": "Content",
|
|
18664
|
-
"text": "): "
|
|
18665
|
-
},
|
|
18666
|
-
{
|
|
18667
|
-
"kind": "Content",
|
|
18668
|
-
"text": "void"
|
|
18669
|
-
},
|
|
18670
|
-
{
|
|
18671
|
-
"kind": "Content",
|
|
18672
|
-
"text": ";"
|
|
18673
|
-
}
|
|
18674
|
-
],
|
|
18675
|
-
"isOptional": false,
|
|
18676
|
-
"returnTypeTokenRange": {
|
|
18677
|
-
"startIndex": 3,
|
|
18678
|
-
"endIndex": 4
|
|
18679
|
-
},
|
|
18680
|
-
"releaseTag": "Public",
|
|
18681
|
-
"overloadIndex": 1,
|
|
18682
|
-
"parameters": [
|
|
18683
|
-
{
|
|
18684
|
-
"parameterName": "config",
|
|
18685
|
-
"parameterTypeTokenRange": {
|
|
18686
|
-
"startIndex": 1,
|
|
18687
|
-
"endIndex": 2
|
|
18688
|
-
},
|
|
18689
|
-
"isOptional": true
|
|
18690
|
-
}
|
|
18691
|
-
],
|
|
18692
|
-
"name": "configureEditableContext"
|
|
18693
|
-
},
|
|
18694
17668
|
{
|
|
18695
17669
|
"kind": "MethodSignature",
|
|
18696
17670
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#executeShortcut:member(1)",
|
|
@@ -18704,19 +17678,6 @@
|
|
|
18704
17678
|
"kind": "Content",
|
|
18705
17679
|
"text": "string"
|
|
18706
17680
|
},
|
|
18707
|
-
{
|
|
18708
|
-
"kind": "Content",
|
|
18709
|
-
"text": ", eventTarget?: "
|
|
18710
|
-
},
|
|
18711
|
-
{
|
|
18712
|
-
"kind": "Reference",
|
|
18713
|
-
"text": "EventTarget",
|
|
18714
|
-
"canonicalReference": "!EventTarget:interface"
|
|
18715
|
-
},
|
|
18716
|
-
{
|
|
18717
|
-
"kind": "Content",
|
|
18718
|
-
"text": " | null"
|
|
18719
|
-
},
|
|
18720
17681
|
{
|
|
18721
17682
|
"kind": "Content",
|
|
18722
17683
|
"text": "): "
|
|
@@ -18732,8 +17693,8 @@
|
|
|
18732
17693
|
],
|
|
18733
17694
|
"isOptional": false,
|
|
18734
17695
|
"returnTypeTokenRange": {
|
|
18735
|
-
"startIndex":
|
|
18736
|
-
"endIndex":
|
|
17696
|
+
"startIndex": 3,
|
|
17697
|
+
"endIndex": 4
|
|
18737
17698
|
},
|
|
18738
17699
|
"releaseTag": "Public",
|
|
18739
17700
|
"overloadIndex": 1,
|
|
@@ -18745,14 +17706,6 @@
|
|
|
18745
17706
|
"endIndex": 2
|
|
18746
17707
|
},
|
|
18747
17708
|
"isOptional": false
|
|
18748
|
-
},
|
|
18749
|
-
{
|
|
18750
|
-
"parameterName": "eventTarget",
|
|
18751
|
-
"parameterTypeTokenRange": {
|
|
18752
|
-
"startIndex": 3,
|
|
18753
|
-
"endIndex": 5
|
|
18754
|
-
},
|
|
18755
|
-
"isOptional": true
|
|
18756
17709
|
}
|
|
18757
17710
|
],
|
|
18758
17711
|
"name": "executeShortcut"
|
|
@@ -18778,19 +17731,6 @@
|
|
|
18778
17731
|
"kind": "Content",
|
|
18779
17732
|
"text": "string"
|
|
18780
17733
|
},
|
|
18781
|
-
{
|
|
18782
|
-
"kind": "Content",
|
|
18783
|
-
"text": ", eventTarget?: "
|
|
18784
|
-
},
|
|
18785
|
-
{
|
|
18786
|
-
"kind": "Reference",
|
|
18787
|
-
"text": "EventTarget",
|
|
18788
|
-
"canonicalReference": "!EventTarget:interface"
|
|
18789
|
-
},
|
|
18790
|
-
{
|
|
18791
|
-
"kind": "Content",
|
|
18792
|
-
"text": " | null"
|
|
18793
|
-
},
|
|
18794
17734
|
{
|
|
18795
17735
|
"kind": "Content",
|
|
18796
17736
|
"text": "): "
|
|
@@ -18806,8 +17746,8 @@
|
|
|
18806
17746
|
],
|
|
18807
17747
|
"isOptional": false,
|
|
18808
17748
|
"returnTypeTokenRange": {
|
|
18809
|
-
"startIndex":
|
|
18810
|
-
"endIndex":
|
|
17749
|
+
"startIndex": 5,
|
|
17750
|
+
"endIndex": 6
|
|
18811
17751
|
},
|
|
18812
17752
|
"releaseTag": "Public",
|
|
18813
17753
|
"overloadIndex": 1,
|
|
@@ -18827,14 +17767,6 @@
|
|
|
18827
17767
|
"endIndex": 4
|
|
18828
17768
|
},
|
|
18829
17769
|
"isOptional": false
|
|
18830
|
-
},
|
|
18831
|
-
{
|
|
18832
|
-
"parameterName": "eventTarget",
|
|
18833
|
-
"parameterTypeTokenRange": {
|
|
18834
|
-
"startIndex": 5,
|
|
18835
|
-
"endIndex": 7
|
|
18836
|
-
},
|
|
18837
|
-
"isOptional": true
|
|
18838
17770
|
}
|
|
18839
17771
|
],
|
|
18840
17772
|
"name": "executeShortcutByContext"
|
|
@@ -18981,48 +17913,6 @@
|
|
|
18981
17913
|
"parameters": [],
|
|
18982
17914
|
"name": "getActiveContext"
|
|
18983
17915
|
},
|
|
18984
|
-
{
|
|
18985
|
-
"kind": "MethodSignature",
|
|
18986
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getBlockedMessages:member(1)",
|
|
18987
|
-
"docComment": "",
|
|
18988
|
-
"excerptTokens": [
|
|
18989
|
-
{
|
|
18990
|
-
"kind": "Content",
|
|
18991
|
-
"text": "getBlockedMessages(): "
|
|
18992
|
-
},
|
|
18993
|
-
{
|
|
18994
|
-
"kind": "Reference",
|
|
18995
|
-
"text": "Required",
|
|
18996
|
-
"canonicalReference": "!Required:type"
|
|
18997
|
-
},
|
|
18998
|
-
{
|
|
18999
|
-
"kind": "Content",
|
|
19000
|
-
"text": "<"
|
|
19001
|
-
},
|
|
19002
|
-
{
|
|
19003
|
-
"kind": "Reference",
|
|
19004
|
-
"text": "ShortcutBlockedMessageConfig",
|
|
19005
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutBlockedMessageConfig:type"
|
|
19006
|
-
},
|
|
19007
|
-
{
|
|
19008
|
-
"kind": "Content",
|
|
19009
|
-
"text": ">"
|
|
19010
|
-
},
|
|
19011
|
-
{
|
|
19012
|
-
"kind": "Content",
|
|
19013
|
-
"text": ";"
|
|
19014
|
-
}
|
|
19015
|
-
],
|
|
19016
|
-
"isOptional": false,
|
|
19017
|
-
"returnTypeTokenRange": {
|
|
19018
|
-
"startIndex": 1,
|
|
19019
|
-
"endIndex": 5
|
|
19020
|
-
},
|
|
19021
|
-
"releaseTag": "Public",
|
|
19022
|
-
"overloadIndex": 1,
|
|
19023
|
-
"parameters": [],
|
|
19024
|
-
"name": "getBlockedMessages"
|
|
19025
|
-
},
|
|
19026
17916
|
{
|
|
19027
17917
|
"kind": "MethodSignature",
|
|
19028
17918
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getContexts:member(1)",
|
|
@@ -19051,76 +17941,6 @@
|
|
|
19051
17941
|
"parameters": [],
|
|
19052
17942
|
"name": "getContexts"
|
|
19053
17943
|
},
|
|
19054
|
-
{
|
|
19055
|
-
"kind": "MethodSignature",
|
|
19056
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getEditableContextConfig:member(1)",
|
|
19057
|
-
"docComment": "",
|
|
19058
|
-
"excerptTokens": [
|
|
19059
|
-
{
|
|
19060
|
-
"kind": "Content",
|
|
19061
|
-
"text": "getEditableContextConfig(): "
|
|
19062
|
-
},
|
|
19063
|
-
{
|
|
19064
|
-
"kind": "Reference",
|
|
19065
|
-
"text": "Required",
|
|
19066
|
-
"canonicalReference": "!Required:type"
|
|
19067
|
-
},
|
|
19068
|
-
{
|
|
19069
|
-
"kind": "Content",
|
|
19070
|
-
"text": "<"
|
|
19071
|
-
},
|
|
19072
|
-
{
|
|
19073
|
-
"kind": "Reference",
|
|
19074
|
-
"text": "ShortcutEditableContextConfig",
|
|
19075
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutEditableContextConfig:type"
|
|
19076
|
-
},
|
|
19077
|
-
{
|
|
19078
|
-
"kind": "Content",
|
|
19079
|
-
"text": ">"
|
|
19080
|
-
},
|
|
19081
|
-
{
|
|
19082
|
-
"kind": "Content",
|
|
19083
|
-
"text": ";"
|
|
19084
|
-
}
|
|
19085
|
-
],
|
|
19086
|
-
"isOptional": false,
|
|
19087
|
-
"returnTypeTokenRange": {
|
|
19088
|
-
"startIndex": 1,
|
|
19089
|
-
"endIndex": 5
|
|
19090
|
-
},
|
|
19091
|
-
"releaseTag": "Public",
|
|
19092
|
-
"overloadIndex": 1,
|
|
19093
|
-
"parameters": [],
|
|
19094
|
-
"name": "getEditableContextConfig"
|
|
19095
|
-
},
|
|
19096
|
-
{
|
|
19097
|
-
"kind": "MethodSignature",
|
|
19098
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getEditableSelector:member(1)",
|
|
19099
|
-
"docComment": "",
|
|
19100
|
-
"excerptTokens": [
|
|
19101
|
-
{
|
|
19102
|
-
"kind": "Content",
|
|
19103
|
-
"text": "getEditableSelector(): "
|
|
19104
|
-
},
|
|
19105
|
-
{
|
|
19106
|
-
"kind": "Content",
|
|
19107
|
-
"text": "string"
|
|
19108
|
-
},
|
|
19109
|
-
{
|
|
19110
|
-
"kind": "Content",
|
|
19111
|
-
"text": ";"
|
|
19112
|
-
}
|
|
19113
|
-
],
|
|
19114
|
-
"isOptional": false,
|
|
19115
|
-
"returnTypeTokenRange": {
|
|
19116
|
-
"startIndex": 1,
|
|
19117
|
-
"endIndex": 2
|
|
19118
|
-
},
|
|
19119
|
-
"releaseTag": "Public",
|
|
19120
|
-
"overloadIndex": 1,
|
|
19121
|
-
"parameters": [],
|
|
19122
|
-
"name": "getEditableSelector"
|
|
19123
|
-
},
|
|
19124
17944
|
{
|
|
19125
17945
|
"kind": "MethodSignature",
|
|
19126
17946
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#getShortcuts:member(1)",
|
|
@@ -19419,76 +18239,6 @@
|
|
|
19419
18239
|
],
|
|
19420
18240
|
"name": "registerContext"
|
|
19421
18241
|
},
|
|
19422
|
-
{
|
|
19423
|
-
"kind": "MethodSignature",
|
|
19424
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#registerExecutionGuard:member(1)",
|
|
19425
|
-
"docComment": "/**\n * Register a global execution guard.\n *\n * @remarks\n *\n * Guards are evaluated before shortcut-specific canExecute checks.\n */\n",
|
|
19426
|
-
"excerptTokens": [
|
|
19427
|
-
{
|
|
19428
|
-
"kind": "Content",
|
|
19429
|
-
"text": "registerExecutionGuard(id: "
|
|
19430
|
-
},
|
|
19431
|
-
{
|
|
19432
|
-
"kind": "Content",
|
|
19433
|
-
"text": "string"
|
|
19434
|
-
},
|
|
19435
|
-
{
|
|
19436
|
-
"kind": "Content",
|
|
19437
|
-
"text": ", guard: "
|
|
19438
|
-
},
|
|
19439
|
-
{
|
|
19440
|
-
"kind": "Content",
|
|
19441
|
-
"text": "() => "
|
|
19442
|
-
},
|
|
19443
|
-
{
|
|
19444
|
-
"kind": "Reference",
|
|
19445
|
-
"text": "ShortcutExecutionStatus",
|
|
19446
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutExecutionStatus:type"
|
|
19447
|
-
},
|
|
19448
|
-
{
|
|
19449
|
-
"kind": "Content",
|
|
19450
|
-
"text": " | boolean"
|
|
19451
|
-
},
|
|
19452
|
-
{
|
|
19453
|
-
"kind": "Content",
|
|
19454
|
-
"text": "): "
|
|
19455
|
-
},
|
|
19456
|
-
{
|
|
19457
|
-
"kind": "Content",
|
|
19458
|
-
"text": "void"
|
|
19459
|
-
},
|
|
19460
|
-
{
|
|
19461
|
-
"kind": "Content",
|
|
19462
|
-
"text": ";"
|
|
19463
|
-
}
|
|
19464
|
-
],
|
|
19465
|
-
"isOptional": false,
|
|
19466
|
-
"returnTypeTokenRange": {
|
|
19467
|
-
"startIndex": 7,
|
|
19468
|
-
"endIndex": 8
|
|
19469
|
-
},
|
|
19470
|
-
"releaseTag": "Public",
|
|
19471
|
-
"overloadIndex": 1,
|
|
19472
|
-
"parameters": [
|
|
19473
|
-
{
|
|
19474
|
-
"parameterName": "id",
|
|
19475
|
-
"parameterTypeTokenRange": {
|
|
19476
|
-
"startIndex": 1,
|
|
19477
|
-
"endIndex": 2
|
|
19478
|
-
},
|
|
19479
|
-
"isOptional": false
|
|
19480
|
-
},
|
|
19481
|
-
{
|
|
19482
|
-
"parameterName": "guard",
|
|
19483
|
-
"parameterTypeTokenRange": {
|
|
19484
|
-
"startIndex": 3,
|
|
19485
|
-
"endIndex": 6
|
|
19486
|
-
},
|
|
19487
|
-
"isOptional": false
|
|
19488
|
-
}
|
|
19489
|
-
],
|
|
19490
|
-
"name": "registerExecutionGuard"
|
|
19491
|
-
},
|
|
19492
18242
|
{
|
|
19493
18243
|
"kind": "MethodSignature",
|
|
19494
18244
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#registerShortcut:member(1)",
|
|
@@ -19659,51 +18409,6 @@
|
|
|
19659
18409
|
],
|
|
19660
18410
|
"name": "setActiveContext"
|
|
19661
18411
|
},
|
|
19662
|
-
{
|
|
19663
|
-
"kind": "MethodSignature",
|
|
19664
|
-
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#unregisterExecutionGuard:member(1)",
|
|
19665
|
-
"docComment": "",
|
|
19666
|
-
"excerptTokens": [
|
|
19667
|
-
{
|
|
19668
|
-
"kind": "Content",
|
|
19669
|
-
"text": "unregisterExecutionGuard(id: "
|
|
19670
|
-
},
|
|
19671
|
-
{
|
|
19672
|
-
"kind": "Content",
|
|
19673
|
-
"text": "string"
|
|
19674
|
-
},
|
|
19675
|
-
{
|
|
19676
|
-
"kind": "Content",
|
|
19677
|
-
"text": "): "
|
|
19678
|
-
},
|
|
19679
|
-
{
|
|
19680
|
-
"kind": "Content",
|
|
19681
|
-
"text": "void"
|
|
19682
|
-
},
|
|
19683
|
-
{
|
|
19684
|
-
"kind": "Content",
|
|
19685
|
-
"text": ";"
|
|
19686
|
-
}
|
|
19687
|
-
],
|
|
19688
|
-
"isOptional": false,
|
|
19689
|
-
"returnTypeTokenRange": {
|
|
19690
|
-
"startIndex": 3,
|
|
19691
|
-
"endIndex": 4
|
|
19692
|
-
},
|
|
19693
|
-
"releaseTag": "Public",
|
|
19694
|
-
"overloadIndex": 1,
|
|
19695
|
-
"parameters": [
|
|
19696
|
-
{
|
|
19697
|
-
"parameterName": "id",
|
|
19698
|
-
"parameterTypeTokenRange": {
|
|
19699
|
-
"startIndex": 1,
|
|
19700
|
-
"endIndex": 2
|
|
19701
|
-
},
|
|
19702
|
-
"isOptional": false
|
|
19703
|
-
}
|
|
19704
|
-
],
|
|
19705
|
-
"name": "unregisterExecutionGuard"
|
|
19706
|
-
},
|
|
19707
18412
|
{
|
|
19708
18413
|
"kind": "MethodSignature",
|
|
19709
18414
|
"canonicalReference": "@genesislcap/foundation-utils!ShortcutManager#unregisterShortcut:member(1)",
|