@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.
@@ -250,208 +250,6 @@
250
250
  }
251
251
  ]
252
252
  },
253
- {
254
- "kind": "javascript-module",
255
- "path": "src/design-system/design-system.ts",
256
- "declarations": [
257
- {
258
- "kind": "function",
259
- "name": "assureDesignSystem",
260
- "return": {
261
- "type": {
262
- "text": "DesignSystemModule"
263
- }
264
- },
265
- "parameters": [
266
- {
267
- "name": "module",
268
- "type": {
269
- "text": "DesignSystemModule"
270
- }
271
- }
272
- ],
273
- "description": "assureDesignSystem.",
274
- "privacy": "public"
275
- },
276
- {
277
- "kind": "function",
278
- "name": "getCurrentDesignSystem",
279
- "return": {
280
- "type": {
281
- "text": ""
282
- }
283
- },
284
- "parameters": [
285
- {
286
- "name": "element",
287
- "type": {
288
- "text": "HTMLElement"
289
- },
290
- "description": "The starting HTML element"
291
- },
292
- {
293
- "name": "fallbackPrefix",
294
- "type": {
295
- "text": "string"
296
- },
297
- "description": "The prefix to fallback to if the provider is not available"
298
- }
299
- ],
300
- "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
301
- "privacy": "public"
302
- },
303
- {
304
- "kind": "function",
305
- "name": "getCurrentDesignSystemPrefix",
306
- "return": {
307
- "type": {
308
- "text": ""
309
- }
310
- },
311
- "parameters": [
312
- {
313
- "name": "element",
314
- "type": {
315
- "text": "HTMLElement"
316
- },
317
- "description": "The starting HTML element"
318
- },
319
- {
320
- "name": "fallbackPrefix",
321
- "type": {
322
- "text": "string"
323
- },
324
- "description": "The prefix to fallback to if the provider is not available"
325
- }
326
- ],
327
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
328
- "privacy": "public"
329
- }
330
- ],
331
- "exports": [
332
- {
333
- "kind": "js",
334
- "name": "assureDesignSystem",
335
- "declaration": {
336
- "name": "assureDesignSystem",
337
- "module": "src/design-system/design-system.ts"
338
- }
339
- },
340
- {
341
- "kind": "js",
342
- "name": "getCurrentDesignSystem",
343
- "declaration": {
344
- "name": "getCurrentDesignSystem",
345
- "module": "src/design-system/design-system.ts"
346
- }
347
- },
348
- {
349
- "kind": "js",
350
- "name": "getCurrentDesignSystemPrefix",
351
- "declaration": {
352
- "name": "getCurrentDesignSystemPrefix",
353
- "module": "src/design-system/design-system.ts"
354
- }
355
- }
356
- ]
357
- },
358
- {
359
- "kind": "javascript-module",
360
- "path": "src/design-system/editable-elements.ts",
361
- "declarations": [
362
- {
363
- "kind": "variable",
364
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
365
- "type": {
366
- "text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
367
- },
368
- "default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
369
- "description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
370
- },
371
- {
372
- "kind": "variable",
373
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
374
- "type": {
375
- "text": "Record<\n ShortcutDesignSystemPrefix,\n readonly string[]\n>"
376
- },
377
- "default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
378
- "description": "Design-system specific editable host selectors."
379
- },
380
- {
381
- "kind": "function",
382
- "name": "buildEditableElementSelector",
383
- "return": {
384
- "type": {
385
- "text": "string"
386
- }
387
- },
388
- "parameters": [
389
- {
390
- "name": "designSystems",
391
- "type": {
392
- "text": "readonly ShortcutDesignSystemPrefix[]"
393
- }
394
- },
395
- {
396
- "name": "customEditableSelectors",
397
- "default": "[]",
398
- "type": {
399
- "text": "readonly string[]"
400
- }
401
- }
402
- ]
403
- }
404
- ],
405
- "exports": [
406
- {
407
- "kind": "js",
408
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
409
- "declaration": {
410
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
411
- "module": "src/design-system/editable-elements.ts"
412
- }
413
- },
414
- {
415
- "kind": "js",
416
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
417
- "declaration": {
418
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
419
- "module": "src/design-system/editable-elements.ts"
420
- }
421
- },
422
- {
423
- "kind": "js",
424
- "name": "buildEditableElementSelector",
425
- "declaration": {
426
- "name": "buildEditableElementSelector",
427
- "module": "src/design-system/editable-elements.ts"
428
- }
429
- }
430
- ]
431
- },
432
- {
433
- "kind": "javascript-module",
434
- "path": "src/design-system/index.ts",
435
- "declarations": [],
436
- "exports": [
437
- {
438
- "kind": "js",
439
- "name": "*",
440
- "declaration": {
441
- "name": "*",
442
- "package": "./design-system"
443
- }
444
- },
445
- {
446
- "kind": "js",
447
- "name": "*",
448
- "declaration": {
449
- "name": "*",
450
- "package": "./editable-elements"
451
- }
452
- }
453
- ]
454
- },
455
253
  {
456
254
  "kind": "javascript-module",
457
255
  "path": "src/data/inMemoryDatabase.ts",
@@ -652,23 +450,120 @@
652
450
  },
653
451
  {
654
452
  "kind": "javascript-module",
655
- "path": "src/directives/index.ts",
656
- "declarations": [],
453
+ "path": "src/design-system/design-system.ts",
454
+ "declarations": [
455
+ {
456
+ "kind": "function",
457
+ "name": "assureDesignSystem",
458
+ "return": {
459
+ "type": {
460
+ "text": "DesignSystemModule"
461
+ }
462
+ },
463
+ "parameters": [
464
+ {
465
+ "name": "module",
466
+ "type": {
467
+ "text": "DesignSystemModule"
468
+ }
469
+ }
470
+ ],
471
+ "description": "assureDesignSystem.",
472
+ "privacy": "public"
473
+ },
474
+ {
475
+ "kind": "function",
476
+ "name": "getCurrentDesignSystem",
477
+ "return": {
478
+ "type": {
479
+ "text": ""
480
+ }
481
+ },
482
+ "parameters": [
483
+ {
484
+ "name": "element",
485
+ "type": {
486
+ "text": "HTMLElement"
487
+ },
488
+ "description": "The starting HTML element"
489
+ },
490
+ {
491
+ "name": "fallbackPrefix",
492
+ "type": {
493
+ "text": "string"
494
+ },
495
+ "description": "The prefix to fallback to if the provider is not available"
496
+ }
497
+ ],
498
+ "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
499
+ "privacy": "public"
500
+ },
501
+ {
502
+ "kind": "function",
503
+ "name": "getCurrentDesignSystemPrefix",
504
+ "return": {
505
+ "type": {
506
+ "text": ""
507
+ }
508
+ },
509
+ "parameters": [
510
+ {
511
+ "name": "element",
512
+ "type": {
513
+ "text": "HTMLElement"
514
+ },
515
+ "description": "The starting HTML element"
516
+ },
517
+ {
518
+ "name": "fallbackPrefix",
519
+ "type": {
520
+ "text": "string"
521
+ },
522
+ "description": "The prefix to fallback to if the provider is not available"
523
+ }
524
+ ],
525
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
526
+ "privacy": "public"
527
+ }
528
+ ],
657
529
  "exports": [
658
530
  {
659
531
  "kind": "js",
660
- "name": "*",
532
+ "name": "assureDesignSystem",
661
533
  "declaration": {
662
- "name": "*",
663
- "package": "./sync"
534
+ "name": "assureDesignSystem",
535
+ "module": "src/design-system/design-system.ts"
664
536
  }
665
537
  },
538
+ {
539
+ "kind": "js",
540
+ "name": "getCurrentDesignSystem",
541
+ "declaration": {
542
+ "name": "getCurrentDesignSystem",
543
+ "module": "src/design-system/design-system.ts"
544
+ }
545
+ },
546
+ {
547
+ "kind": "js",
548
+ "name": "getCurrentDesignSystemPrefix",
549
+ "declaration": {
550
+ "name": "getCurrentDesignSystemPrefix",
551
+ "module": "src/design-system/design-system.ts"
552
+ }
553
+ }
554
+ ]
555
+ },
556
+ {
557
+ "kind": "javascript-module",
558
+ "path": "src/design-system/index.ts",
559
+ "declarations": [],
560
+ "exports": [
666
561
  {
667
562
  "kind": "js",
668
563
  "name": "*",
669
564
  "declaration": {
670
565
  "name": "*",
671
- "package": "./when-else"
566
+ "package": "./design-system"
672
567
  }
673
568
  }
674
569
  ]
@@ -726,6 +621,29 @@
726
621
  }
727
622
  ]
728
623
  },
624
+ {
625
+ "kind": "javascript-module",
626
+ "path": "src/directives/index.ts",
627
+ "declarations": [],
628
+ "exports": [
629
+ {
630
+ "kind": "js",
631
+ "name": "*",
632
+ "declaration": {
633
+ "name": "*",
634
+ "package": "./sync"
635
+ }
636
+ },
637
+ {
638
+ "kind": "js",
639
+ "name": "*",
640
+ "declaration": {
641
+ "name": "*",
642
+ "package": "./when-else"
643
+ }
644
+ }
645
+ ]
646
+ },
729
647
  {
730
648
  "kind": "javascript-module",
731
649
  "path": "src/encoding/index.ts",
@@ -2785,134 +2703,15 @@
2785
2703
  "description": "Handle route changes by updating the pathName observable"
2786
2704
  },
2787
2705
  {
2788
- "kind": "method",
2789
- "name": "destroy",
2790
- "privacy": "public",
2791
- "return": {
2792
- "type": {
2793
- "text": "void"
2794
- }
2795
- },
2796
- "description": "Clean up route detection listeners and polling."
2797
- }
2798
- ]
2799
- }
2800
- ],
2801
- "exports": [
2802
- {
2803
- "kind": "js",
2804
- "name": "RouteUtil",
2805
- "declaration": {
2806
- "name": "RouteUtil",
2807
- "module": "src/route/route.ts"
2808
- }
2809
- }
2810
- ]
2811
- },
2812
- {
2813
- "kind": "javascript-module",
2814
- "path": "src/serializers/index.ts",
2815
- "declarations": [],
2816
- "exports": [
2817
- {
2818
- "kind": "js",
2819
- "name": "*",
2820
- "declaration": {
2821
- "name": "*",
2822
- "package": "./json"
2823
- }
2824
- }
2825
- ]
2826
- },
2827
- {
2828
- "kind": "javascript-module",
2829
- "path": "src/shortcut-manager/index.ts",
2830
- "declarations": [],
2831
- "exports": [
2832
- {
2833
- "kind": "js",
2834
- "name": "*",
2835
- "declaration": {
2836
- "name": "*",
2837
- "package": "./shortcut-manager"
2838
- }
2839
- },
2840
- {
2841
- "kind": "js",
2842
- "name": "*",
2843
- "declaration": {
2844
- "name": "*",
2845
- "package": "./shortcut-listener"
2846
- }
2847
- },
2848
- {
2849
- "kind": "js",
2850
- "name": "*",
2851
- "declaration": {
2852
- "name": "*",
2853
- "package": "./shortcut-events"
2854
- }
2855
- }
2856
- ]
2857
- },
2858
- {
2859
- "kind": "javascript-module",
2860
- "path": "src/shortcut-manager/shortcut-events.ts",
2861
- "declarations": [
2862
- {
2863
- "kind": "variable",
2864
- "name": "SHORTCUT_BLOCKED_EVENT",
2865
- "type": {
2866
- "text": "string"
2867
- },
2868
- "default": "'foundation-shortcut-blocked'"
2869
- },
2870
- {
2871
- "kind": "variable",
2872
- "name": "SHORTCUT_BLOCKED_DEFAULT_MESSAGE",
2873
- "type": {
2874
- "text": "string"
2875
- },
2876
- "default": "'This shortcut is currently unavailable in this context.'"
2877
- },
2878
- {
2879
- "kind": "variable",
2880
- "name": "SHORTCUT_BLOCKED_INPUT_MESSAGE",
2881
- "type": {
2882
- "text": "string"
2883
- },
2884
- "default": "'This shortcut is unavailable while typing in an input field.'"
2885
- },
2886
- {
2887
- "kind": "variable",
2888
- "name": "SHORTCUT_BLOCKED_PAUSED_MESSAGE",
2889
- "type": {
2890
- "text": "string"
2891
- },
2892
- "default": "'Shortcuts are paused.'"
2893
- },
2894
- {
2895
- "kind": "variable",
2896
- "name": "SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE",
2897
- "type": {
2898
- "text": "string"
2899
- },
2900
- "default": "'This shortcut is unavailable in the current focus context.'"
2901
- },
2902
- {
2903
- "kind": "function",
2904
- "name": "emitShortcutBlockedEvent",
2905
- "return": {
2906
- "type": {
2907
- "text": "void"
2908
- }
2909
- },
2910
- "parameters": [
2911
- {
2912
- "name": "detail",
2913
- "type": {
2914
- "text": "Omit<ShortcutBlockedEventDetail, 'message'> & { message?: string }"
2915
- }
2706
+ "kind": "method",
2707
+ "name": "destroy",
2708
+ "privacy": "public",
2709
+ "return": {
2710
+ "type": {
2711
+ "text": "void"
2712
+ }
2713
+ },
2714
+ "description": "Clean up route detection listeners and polling."
2916
2715
  }
2917
2716
  ]
2918
2717
  }
@@ -2920,50 +2719,48 @@
2920
2719
  "exports": [
2921
2720
  {
2922
2721
  "kind": "js",
2923
- "name": "SHORTCUT_BLOCKED_EVENT",
2924
- "declaration": {
2925
- "name": "SHORTCUT_BLOCKED_EVENT",
2926
- "module": "src/shortcut-manager/shortcut-events.ts"
2927
- }
2928
- },
2929
- {
2930
- "kind": "js",
2931
- "name": "SHORTCUT_BLOCKED_DEFAULT_MESSAGE",
2932
- "declaration": {
2933
- "name": "SHORTCUT_BLOCKED_DEFAULT_MESSAGE",
2934
- "module": "src/shortcut-manager/shortcut-events.ts"
2935
- }
2936
- },
2937
- {
2938
- "kind": "js",
2939
- "name": "SHORTCUT_BLOCKED_INPUT_MESSAGE",
2722
+ "name": "RouteUtil",
2940
2723
  "declaration": {
2941
- "name": "SHORTCUT_BLOCKED_INPUT_MESSAGE",
2942
- "module": "src/shortcut-manager/shortcut-events.ts"
2724
+ "name": "RouteUtil",
2725
+ "module": "src/route/route.ts"
2943
2726
  }
2944
- },
2727
+ }
2728
+ ]
2729
+ },
2730
+ {
2731
+ "kind": "javascript-module",
2732
+ "path": "src/serializers/index.ts",
2733
+ "declarations": [],
2734
+ "exports": [
2945
2735
  {
2946
2736
  "kind": "js",
2947
- "name": "SHORTCUT_BLOCKED_PAUSED_MESSAGE",
2737
+ "name": "*",
2948
2738
  "declaration": {
2949
- "name": "SHORTCUT_BLOCKED_PAUSED_MESSAGE",
2950
- "module": "src/shortcut-manager/shortcut-events.ts"
2739
+ "name": "*",
2740
+ "package": "./json"
2951
2741
  }
2952
- },
2742
+ }
2743
+ ]
2744
+ },
2745
+ {
2746
+ "kind": "javascript-module",
2747
+ "path": "src/shortcut-manager/index.ts",
2748
+ "declarations": [],
2749
+ "exports": [
2953
2750
  {
2954
2751
  "kind": "js",
2955
- "name": "SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE",
2752
+ "name": "*",
2956
2753
  "declaration": {
2957
- "name": "SHORTCUT_BLOCKED_ELEMENT_FOCUS_MESSAGE",
2958
- "module": "src/shortcut-manager/shortcut-events.ts"
2754
+ "name": "*",
2755
+ "package": "./shortcut-manager"
2959
2756
  }
2960
2757
  },
2961
2758
  {
2962
2759
  "kind": "js",
2963
- "name": "emitShortcutBlockedEvent",
2760
+ "name": "*",
2964
2761
  "declaration": {
2965
- "name": "emitShortcutBlockedEvent",
2966
- "module": "src/shortcut-manager/shortcut-events.ts"
2762
+ "name": "*",
2763
+ "package": "./shortcut-listener"
2967
2764
  }
2968
2765
  }
2969
2766
  ]
@@ -2993,15 +2790,6 @@
2993
2790
  "privacy": "private",
2994
2791
  "default": "null"
2995
2792
  },
2996
- {
2997
- "kind": "field",
2998
- "name": "stateSubscription",
2999
- "type": {
3000
- "text": "Subscription | null"
3001
- },
3002
- "privacy": "private",
3003
- "default": "null"
3004
- },
3005
2793
  {
3006
2794
  "kind": "field",
3007
2795
  "name": "isListening",
@@ -3057,58 +2845,6 @@
3057
2845
  }
3058
2846
  ]
3059
2847
  },
3060
- {
3061
- "kind": "method",
3062
- "name": "getDeepActiveElement",
3063
- "privacy": "private",
3064
- "return": {
3065
- "type": {
3066
- "text": "Element | null"
3067
- }
3068
- }
3069
- },
3070
- {
3071
- "kind": "method",
3072
- "name": "getEventElement",
3073
- "privacy": "private",
3074
- "return": {
3075
- "type": {
3076
- "text": "Element | null"
3077
- }
3078
- },
3079
- "parameters": [
3080
- {
3081
- "name": "event",
3082
- "type": {
3083
- "text": "KeyboardEvent"
3084
- }
3085
- }
3086
- ]
3087
- },
3088
- {
3089
- "kind": "method",
3090
- "name": "isEditableContext",
3091
- "privacy": "private",
3092
- "return": {
3093
- "type": {
3094
- "text": "boolean"
3095
- }
3096
- },
3097
- "parameters": [
3098
- {
3099
- "name": "event",
3100
- "type": {
3101
- "text": "KeyboardEvent"
3102
- }
3103
- },
3104
- {
3105
- "name": "editableSelector",
3106
- "type": {
3107
- "text": "string"
3108
- }
3109
- }
3110
- ]
3111
- },
3112
2848
  {
3113
2849
  "kind": "method",
3114
2850
  "name": "isInputElement",
@@ -3124,12 +2860,6 @@
3124
2860
  "type": {
3125
2861
  "text": "HTMLElement | null"
3126
2862
  }
3127
- },
3128
- {
3129
- "name": "editableSelector",
3130
- "type": {
3131
- "text": "string"
3132
- }
3133
2863
  }
3134
2864
  ]
3135
2865
  }
@@ -3202,35 +2932,6 @@
3202
2932
  },
3203
2933
  "privacy": "private"
3204
2934
  },
3205
- {
3206
- "kind": "field",
3207
- "name": "executionGuards",
3208
- "privacy": "private",
3209
- "default": "new Map<string, () => ShortcutExecutionStatus | boolean>()"
3210
- },
3211
- {
3212
- "kind": "field",
3213
- "name": "editableContextConfig",
3214
- "type": {
3215
- "text": "Required<ShortcutEditableContextConfig>"
3216
- },
3217
- "privacy": "private",
3218
- "default": "{\n ...DEFAULT_SHORTCUT_EDITABLE_CONTEXT_CONFIG,\n }"
3219
- },
3220
- {
3221
- "kind": "field",
3222
- "name": "editableSelector",
3223
- "privacy": "private"
3224
- },
3225
- {
3226
- "kind": "field",
3227
- "name": "blockedMessageConfig",
3228
- "type": {
3229
- "text": "Required<ShortcutBlockedMessageConfig>"
3230
- },
3231
- "privacy": "private",
3232
- "default": "{\n ...DEFAULT_SHORTCUT_BLOCKED_MESSAGE_CONFIG,\n }"
3233
- },
3234
2935
  {
3235
2936
  "kind": "field",
3236
2937
  "name": "isPaused",
@@ -3498,118 +3199,6 @@
3498
3199
  }
3499
3200
  }
3500
3201
  },
3501
- {
3502
- "kind": "method",
3503
- "name": "registerExecutionGuard",
3504
- "return": {
3505
- "type": {
3506
- "text": "void"
3507
- }
3508
- },
3509
- "parameters": [
3510
- {
3511
- "name": "id",
3512
- "type": {
3513
- "text": "string"
3514
- }
3515
- },
3516
- {
3517
- "name": "guard",
3518
- "type": {
3519
- "text": "() => ShortcutExecutionStatus | boolean"
3520
- }
3521
- }
3522
- ]
3523
- },
3524
- {
3525
- "kind": "method",
3526
- "name": "unregisterExecutionGuard",
3527
- "return": {
3528
- "type": {
3529
- "text": "void"
3530
- }
3531
- },
3532
- "parameters": [
3533
- {
3534
- "name": "id",
3535
- "type": {
3536
- "text": "string"
3537
- }
3538
- }
3539
- ]
3540
- },
3541
- {
3542
- "kind": "method",
3543
- "name": "clearExecutionGuards",
3544
- "return": {
3545
- "type": {
3546
- "text": "void"
3547
- }
3548
- }
3549
- },
3550
- {
3551
- "kind": "method",
3552
- "name": "configureEditableContext",
3553
- "return": {
3554
- "type": {
3555
- "text": "void"
3556
- }
3557
- },
3558
- "parameters": [
3559
- {
3560
- "name": "config",
3561
- "default": "{}",
3562
- "type": {
3563
- "text": "ShortcutEditableContextConfig"
3564
- }
3565
- }
3566
- ]
3567
- },
3568
- {
3569
- "kind": "method",
3570
- "name": "getEditableContextConfig",
3571
- "return": {
3572
- "type": {
3573
- "text": "Required<ShortcutEditableContextConfig>"
3574
- }
3575
- }
3576
- },
3577
- {
3578
- "kind": "method",
3579
- "name": "getEditableSelector",
3580
- "return": {
3581
- "type": {
3582
- "text": "string"
3583
- }
3584
- }
3585
- },
3586
- {
3587
- "kind": "method",
3588
- "name": "configureBlockedMessages",
3589
- "return": {
3590
- "type": {
3591
- "text": "void"
3592
- }
3593
- },
3594
- "parameters": [
3595
- {
3596
- "name": "config",
3597
- "default": "{}",
3598
- "type": {
3599
- "text": "ShortcutBlockedMessageConfig"
3600
- }
3601
- }
3602
- ]
3603
- },
3604
- {
3605
- "kind": "method",
3606
- "name": "getBlockedMessages",
3607
- "return": {
3608
- "type": {
3609
- "text": "Required<ShortcutBlockedMessageConfig>"
3610
- }
3611
- }
3612
- },
3613
3202
  {
3614
3203
  "kind": "method",
3615
3204
  "name": "pause",
@@ -3698,44 +3287,6 @@
3698
3287
  }
3699
3288
  }
3700
3289
  ]
3701
- },
3702
- {
3703
- "kind": "method",
3704
- "name": "getExecutionStatus",
3705
- "privacy": "private",
3706
- "return": {
3707
- "type": {
3708
- "text": "ShortcutExecutionStatus"
3709
- }
3710
- },
3711
- "parameters": [
3712
- {
3713
- "name": "shortcut",
3714
- "type": {
3715
- "text": "ShortcutDefinition"
3716
- }
3717
- }
3718
- ]
3719
- },
3720
- {
3721
- "kind": "method",
3722
- "name": "getExecutionGuardStatus",
3723
- "privacy": "private",
3724
- "return": {
3725
- "type": {
3726
- "text": "ShortcutExecutionStatus"
3727
- }
3728
- }
3729
- },
3730
- {
3731
- "kind": "method",
3732
- "name": "refreshEditableSelector",
3733
- "privacy": "private",
3734
- "return": {
3735
- "type": {
3736
- "text": "void"
3737
- }
3738
- }
3739
3290
  }
3740
3291
  ]
3741
3292
  },