@valiantys/atlassian-app-frontend 3.0.0 → 3.1.0-alpha-2

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.
Files changed (24) hide show
  1. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.cjs.js +1 -1
  2. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.es.js +1 -1
  3. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.cjs.js +1 -1
  4. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.es.js +6 -6
  5. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.cjs.js +1 -1
  6. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.es.js +17 -11
  7. package/package.json +6 -1
  8. package/ui-modal/atlassian-app-frontend-ui-modal.api.json +92 -7
  9. package/ui-modal/atlassian-app-frontend.api.md +9 -1
  10. package/ui-modal/index.cjs.js +1 -1
  11. package/ui-modal/index.d.ts +7 -2
  12. package/ui-modal/index.es.js +9 -9
  13. package/ui-modal-service/atlassian-app-frontend-ui-modal-service.api.json +809 -0
  14. package/ui-modal-service/atlassian-app-frontend.api.md +59 -0
  15. package/ui-modal-service/index.cjs.js +1 -0
  16. package/ui-modal-service/index.d.ts +41 -0
  17. package/ui-modal-service/index.es.js +7 -0
  18. package/ui-modal-service/tsdoc-metadata.json +11 -0
  19. package/valiantys-atlassian-app-frontend-3.1.0-alpha-2.tgz +0 -0
  20. package/valiantys-atlassian-app-frontend-3.0.0.tgz +0 -0
  21. /package/atlassian/shared/{frontend-ui-modal → frontend-ui-modal-service}/src/lib/modal-service/index.cjs.js +0 -0
  22. /package/atlassian/shared/{frontend-ui-modal → frontend-ui-modal-service}/src/lib/modal-service/index.es.js +0 -0
  23. /package/atlassian/shared/{frontend-ui-modal → frontend-ui-modal-service}/src/lib/modal-service-provider/index.cjs.js +0 -0
  24. /package/atlassian/shared/{frontend-ui-modal → frontend-ui-modal-service}/src/lib/modal-service-provider/index.es.js +0 -0
@@ -0,0 +1,809 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.52.8",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@valiantys/atlassian-app-frontend!",
165
+ "docComment": "",
166
+ "name": "@valiantys/atlassian-app-frontend",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@valiantys/atlassian-app-frontend!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Interface",
177
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ClosingMessage:interface",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface ClosingMessage<P> "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../shared/frontend-ui-modal-service/src/lib/closing-message.d.ts",
186
+ "releaseTag": "Public",
187
+ "typeParameters": [
188
+ {
189
+ "typeParameterName": "P",
190
+ "constraintTokenRange": {
191
+ "startIndex": 0,
192
+ "endIndex": 0
193
+ },
194
+ "defaultTypeTokenRange": {
195
+ "startIndex": 0,
196
+ "endIndex": 0
197
+ }
198
+ }
199
+ ],
200
+ "name": "ClosingMessage",
201
+ "preserveMemberOrder": false,
202
+ "members": [
203
+ {
204
+ "kind": "PropertySignature",
205
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ClosingMessage#closing:member",
206
+ "docComment": "",
207
+ "excerptTokens": [
208
+ {
209
+ "kind": "Content",
210
+ "text": "closing: "
211
+ },
212
+ {
213
+ "kind": "Content",
214
+ "text": "true"
215
+ },
216
+ {
217
+ "kind": "Content",
218
+ "text": ";"
219
+ }
220
+ ],
221
+ "isReadonly": false,
222
+ "isOptional": false,
223
+ "releaseTag": "Public",
224
+ "name": "closing",
225
+ "propertyTypeTokenRange": {
226
+ "startIndex": 1,
227
+ "endIndex": 2
228
+ }
229
+ },
230
+ {
231
+ "kind": "PropertySignature",
232
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ClosingMessage#payload:member",
233
+ "docComment": "",
234
+ "excerptTokens": [
235
+ {
236
+ "kind": "Content",
237
+ "text": "payload?: "
238
+ },
239
+ {
240
+ "kind": "Content",
241
+ "text": "P"
242
+ },
243
+ {
244
+ "kind": "Content",
245
+ "text": ";"
246
+ }
247
+ ],
248
+ "isReadonly": false,
249
+ "isOptional": true,
250
+ "releaseTag": "Public",
251
+ "name": "payload",
252
+ "propertyTypeTokenRange": {
253
+ "startIndex": 1,
254
+ "endIndex": 2
255
+ }
256
+ }
257
+ ],
258
+ "extendsTokenRanges": []
259
+ },
260
+ {
261
+ "kind": "Interface",
262
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions:interface",
263
+ "docComment": "",
264
+ "excerptTokens": [
265
+ {
266
+ "kind": "Content",
267
+ "text": "export interface ModalOptions<C, P> "
268
+ }
269
+ ],
270
+ "fileUrlPath": "../../shared/frontend-ui-modal-service/src/lib/modal-service.d.ts",
271
+ "releaseTag": "Public",
272
+ "typeParameters": [
273
+ {
274
+ "typeParameterName": "C",
275
+ "constraintTokenRange": {
276
+ "startIndex": 0,
277
+ "endIndex": 0
278
+ },
279
+ "defaultTypeTokenRange": {
280
+ "startIndex": 0,
281
+ "endIndex": 0
282
+ }
283
+ },
284
+ {
285
+ "typeParameterName": "P",
286
+ "constraintTokenRange": {
287
+ "startIndex": 0,
288
+ "endIndex": 0
289
+ },
290
+ "defaultTypeTokenRange": {
291
+ "startIndex": 0,
292
+ "endIndex": 0
293
+ }
294
+ }
295
+ ],
296
+ "name": "ModalOptions",
297
+ "preserveMemberOrder": false,
298
+ "members": [
299
+ {
300
+ "kind": "PropertySignature",
301
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#closeOnEscape:member",
302
+ "docComment": "",
303
+ "excerptTokens": [
304
+ {
305
+ "kind": "Content",
306
+ "text": "closeOnEscape?: "
307
+ },
308
+ {
309
+ "kind": "Content",
310
+ "text": "boolean"
311
+ },
312
+ {
313
+ "kind": "Content",
314
+ "text": ";"
315
+ }
316
+ ],
317
+ "isReadonly": false,
318
+ "isOptional": true,
319
+ "releaseTag": "Public",
320
+ "name": "closeOnEscape",
321
+ "propertyTypeTokenRange": {
322
+ "startIndex": 1,
323
+ "endIndex": 2
324
+ }
325
+ },
326
+ {
327
+ "kind": "PropertySignature",
328
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#closeOnOverlayClick:member",
329
+ "docComment": "",
330
+ "excerptTokens": [
331
+ {
332
+ "kind": "Content",
333
+ "text": "closeOnOverlayClick?: "
334
+ },
335
+ {
336
+ "kind": "Content",
337
+ "text": "boolean"
338
+ },
339
+ {
340
+ "kind": "Content",
341
+ "text": ";"
342
+ }
343
+ ],
344
+ "isReadonly": false,
345
+ "isOptional": true,
346
+ "releaseTag": "Public",
347
+ "name": "closeOnOverlayClick",
348
+ "propertyTypeTokenRange": {
349
+ "startIndex": 1,
350
+ "endIndex": 2
351
+ }
352
+ },
353
+ {
354
+ "kind": "PropertySignature",
355
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#context:member",
356
+ "docComment": "",
357
+ "excerptTokens": [
358
+ {
359
+ "kind": "Content",
360
+ "text": "context?: "
361
+ },
362
+ {
363
+ "kind": "Content",
364
+ "text": "C"
365
+ },
366
+ {
367
+ "kind": "Content",
368
+ "text": ";"
369
+ }
370
+ ],
371
+ "isReadonly": false,
372
+ "isOptional": true,
373
+ "releaseTag": "Public",
374
+ "name": "context",
375
+ "propertyTypeTokenRange": {
376
+ "startIndex": 1,
377
+ "endIndex": 2
378
+ }
379
+ },
380
+ {
381
+ "kind": "PropertySignature",
382
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#onClose:member",
383
+ "docComment": "",
384
+ "excerptTokens": [
385
+ {
386
+ "kind": "Content",
387
+ "text": "onClose?: "
388
+ },
389
+ {
390
+ "kind": "Content",
391
+ "text": "(payload?: P) => any"
392
+ },
393
+ {
394
+ "kind": "Content",
395
+ "text": ";"
396
+ }
397
+ ],
398
+ "isReadonly": false,
399
+ "isOptional": true,
400
+ "releaseTag": "Public",
401
+ "name": "onClose",
402
+ "propertyTypeTokenRange": {
403
+ "startIndex": 1,
404
+ "endIndex": 2
405
+ }
406
+ },
407
+ {
408
+ "kind": "PropertySignature",
409
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#resource:member",
410
+ "docComment": "",
411
+ "excerptTokens": [
412
+ {
413
+ "kind": "Content",
414
+ "text": "resource?: "
415
+ },
416
+ {
417
+ "kind": "Content",
418
+ "text": "string | null"
419
+ },
420
+ {
421
+ "kind": "Content",
422
+ "text": ";"
423
+ }
424
+ ],
425
+ "isReadonly": false,
426
+ "isOptional": true,
427
+ "releaseTag": "Public",
428
+ "name": "resource",
429
+ "propertyTypeTokenRange": {
430
+ "startIndex": 1,
431
+ "endIndex": 2
432
+ }
433
+ },
434
+ {
435
+ "kind": "PropertySignature",
436
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#size:member",
437
+ "docComment": "",
438
+ "excerptTokens": [
439
+ {
440
+ "kind": "Content",
441
+ "text": "size?: "
442
+ },
443
+ {
444
+ "kind": "Reference",
445
+ "text": "ModalSize",
446
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~ModalSize:type"
447
+ },
448
+ {
449
+ "kind": "Content",
450
+ "text": ";"
451
+ }
452
+ ],
453
+ "isReadonly": false,
454
+ "isOptional": true,
455
+ "releaseTag": "Public",
456
+ "name": "size",
457
+ "propertyTypeTokenRange": {
458
+ "startIndex": 1,
459
+ "endIndex": 2
460
+ }
461
+ }
462
+ ],
463
+ "extendsTokenRanges": []
464
+ },
465
+ {
466
+ "kind": "Interface",
467
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalService:interface",
468
+ "docComment": "",
469
+ "excerptTokens": [
470
+ {
471
+ "kind": "Content",
472
+ "text": "export interface ModalService "
473
+ }
474
+ ],
475
+ "fileUrlPath": "../../shared/frontend-ui-modal-service/src/lib/modal-service.d.ts",
476
+ "releaseTag": "Public",
477
+ "name": "ModalService",
478
+ "preserveMemberOrder": false,
479
+ "members": [
480
+ {
481
+ "kind": "MethodSignature",
482
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalService#open:member(1)",
483
+ "docComment": "",
484
+ "excerptTokens": [
485
+ {
486
+ "kind": "Content",
487
+ "text": "open<C, P>(options: "
488
+ },
489
+ {
490
+ "kind": "Reference",
491
+ "text": "ModalOptions",
492
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions:interface"
493
+ },
494
+ {
495
+ "kind": "Content",
496
+ "text": "<C, P>"
497
+ },
498
+ {
499
+ "kind": "Content",
500
+ "text": "): "
501
+ },
502
+ {
503
+ "kind": "Reference",
504
+ "text": "Promise",
505
+ "canonicalReference": "!Promise:interface"
506
+ },
507
+ {
508
+ "kind": "Content",
509
+ "text": "<void>"
510
+ },
511
+ {
512
+ "kind": "Content",
513
+ "text": ";"
514
+ }
515
+ ],
516
+ "isOptional": false,
517
+ "returnTypeTokenRange": {
518
+ "startIndex": 4,
519
+ "endIndex": 6
520
+ },
521
+ "releaseTag": "Public",
522
+ "overloadIndex": 1,
523
+ "parameters": [
524
+ {
525
+ "parameterName": "options",
526
+ "parameterTypeTokenRange": {
527
+ "startIndex": 1,
528
+ "endIndex": 3
529
+ },
530
+ "isOptional": false
531
+ }
532
+ ],
533
+ "typeParameters": [
534
+ {
535
+ "typeParameterName": "C",
536
+ "constraintTokenRange": {
537
+ "startIndex": 0,
538
+ "endIndex": 0
539
+ },
540
+ "defaultTypeTokenRange": {
541
+ "startIndex": 0,
542
+ "endIndex": 0
543
+ }
544
+ },
545
+ {
546
+ "typeParameterName": "P",
547
+ "constraintTokenRange": {
548
+ "startIndex": 0,
549
+ "endIndex": 0
550
+ },
551
+ "defaultTypeTokenRange": {
552
+ "startIndex": 0,
553
+ "endIndex": 0
554
+ }
555
+ }
556
+ ],
557
+ "name": "open"
558
+ }
559
+ ],
560
+ "extendsTokenRanges": []
561
+ },
562
+ {
563
+ "kind": "Function",
564
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalServiceProvider:function(1)",
565
+ "docComment": "",
566
+ "excerptTokens": [
567
+ {
568
+ "kind": "Content",
569
+ "text": "export declare function ModalServiceProvider({ children, modalService, }: "
570
+ },
571
+ {
572
+ "kind": "Reference",
573
+ "text": "ModalServiceProviderProps",
574
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~ModalServiceProviderProps:interface"
575
+ },
576
+ {
577
+ "kind": "Content",
578
+ "text": "): "
579
+ },
580
+ {
581
+ "kind": "Content",
582
+ "text": "import(\"react/jsx-runtime\")."
583
+ },
584
+ {
585
+ "kind": "Reference",
586
+ "text": "JSX.Element",
587
+ "canonicalReference": "@types/react!JSX.Element:interface"
588
+ },
589
+ {
590
+ "kind": "Content",
591
+ "text": ";"
592
+ }
593
+ ],
594
+ "fileUrlPath": "../../shared/frontend-ui-modal-service/src/lib/modal-service-provider.d.ts",
595
+ "returnTypeTokenRange": {
596
+ "startIndex": 3,
597
+ "endIndex": 5
598
+ },
599
+ "releaseTag": "Public",
600
+ "overloadIndex": 1,
601
+ "parameters": [
602
+ {
603
+ "parameterName": "{ children, modalService, }",
604
+ "parameterTypeTokenRange": {
605
+ "startIndex": 1,
606
+ "endIndex": 2
607
+ },
608
+ "isOptional": false
609
+ }
610
+ ],
611
+ "name": "ModalServiceProvider"
612
+ },
613
+ {
614
+ "kind": "Function",
615
+ "canonicalReference": "@valiantys/atlassian-app-frontend!useModalService:function(1)",
616
+ "docComment": "",
617
+ "excerptTokens": [
618
+ {
619
+ "kind": "Content",
620
+ "text": "useModalService: () => "
621
+ },
622
+ {
623
+ "kind": "Reference",
624
+ "text": "ModalService",
625
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalService:interface"
626
+ }
627
+ ],
628
+ "fileUrlPath": "../../shared/frontend-ui-modal-service/src/lib/modal-service-provider.d.ts",
629
+ "returnTypeTokenRange": {
630
+ "startIndex": 1,
631
+ "endIndex": 2
632
+ },
633
+ "releaseTag": "Public",
634
+ "overloadIndex": 1,
635
+ "parameters": [],
636
+ "name": "useModalService"
637
+ },
638
+ {
639
+ "kind": "Class",
640
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WindowModalService:class",
641
+ "docComment": "",
642
+ "excerptTokens": [
643
+ {
644
+ "kind": "Content",
645
+ "text": "export declare class WindowModalService implements "
646
+ },
647
+ {
648
+ "kind": "Reference",
649
+ "text": "ModalService",
650
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalService:interface"
651
+ },
652
+ {
653
+ "kind": "Content",
654
+ "text": " "
655
+ }
656
+ ],
657
+ "fileUrlPath": "../../shared/frontend-ui-modal-service/src/lib/modal-service.d.ts",
658
+ "releaseTag": "Public",
659
+ "isAbstract": false,
660
+ "name": "WindowModalService",
661
+ "preserveMemberOrder": false,
662
+ "members": [
663
+ {
664
+ "kind": "Constructor",
665
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WindowModalService:constructor(1)",
666
+ "docComment": "/**\n * Constructs a new instance of the `WindowModalService` class\n */\n",
667
+ "excerptTokens": [
668
+ {
669
+ "kind": "Content",
670
+ "text": "constructor(defaultUrl: "
671
+ },
672
+ {
673
+ "kind": "Content",
674
+ "text": "string"
675
+ },
676
+ {
677
+ "kind": "Content",
678
+ "text": ", resourceMap?: "
679
+ },
680
+ {
681
+ "kind": "Reference",
682
+ "text": "Record",
683
+ "canonicalReference": "!Record:type"
684
+ },
685
+ {
686
+ "kind": "Content",
687
+ "text": "<string, string>"
688
+ },
689
+ {
690
+ "kind": "Content",
691
+ "text": ");"
692
+ }
693
+ ],
694
+ "releaseTag": "Public",
695
+ "isProtected": false,
696
+ "overloadIndex": 1,
697
+ "parameters": [
698
+ {
699
+ "parameterName": "defaultUrl",
700
+ "parameterTypeTokenRange": {
701
+ "startIndex": 1,
702
+ "endIndex": 2
703
+ },
704
+ "isOptional": false
705
+ },
706
+ {
707
+ "parameterName": "resourceMap",
708
+ "parameterTypeTokenRange": {
709
+ "startIndex": 3,
710
+ "endIndex": 5
711
+ },
712
+ "isOptional": true
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "kind": "Method",
718
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WindowModalService#open:member(1)",
719
+ "docComment": "",
720
+ "excerptTokens": [
721
+ {
722
+ "kind": "Content",
723
+ "text": "open<C, P>(options: "
724
+ },
725
+ {
726
+ "kind": "Reference",
727
+ "text": "ModalOptions",
728
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions:interface"
729
+ },
730
+ {
731
+ "kind": "Content",
732
+ "text": "<C, P>"
733
+ },
734
+ {
735
+ "kind": "Content",
736
+ "text": "): "
737
+ },
738
+ {
739
+ "kind": "Reference",
740
+ "text": "Promise",
741
+ "canonicalReference": "!Promise:interface"
742
+ },
743
+ {
744
+ "kind": "Content",
745
+ "text": "<void>"
746
+ },
747
+ {
748
+ "kind": "Content",
749
+ "text": ";"
750
+ }
751
+ ],
752
+ "typeParameters": [
753
+ {
754
+ "typeParameterName": "C",
755
+ "constraintTokenRange": {
756
+ "startIndex": 0,
757
+ "endIndex": 0
758
+ },
759
+ "defaultTypeTokenRange": {
760
+ "startIndex": 0,
761
+ "endIndex": 0
762
+ }
763
+ },
764
+ {
765
+ "typeParameterName": "P",
766
+ "constraintTokenRange": {
767
+ "startIndex": 0,
768
+ "endIndex": 0
769
+ },
770
+ "defaultTypeTokenRange": {
771
+ "startIndex": 0,
772
+ "endIndex": 0
773
+ }
774
+ }
775
+ ],
776
+ "isStatic": false,
777
+ "returnTypeTokenRange": {
778
+ "startIndex": 4,
779
+ "endIndex": 6
780
+ },
781
+ "releaseTag": "Public",
782
+ "isProtected": false,
783
+ "overloadIndex": 1,
784
+ "parameters": [
785
+ {
786
+ "parameterName": "options",
787
+ "parameterTypeTokenRange": {
788
+ "startIndex": 1,
789
+ "endIndex": 3
790
+ },
791
+ "isOptional": false
792
+ }
793
+ ],
794
+ "isOptional": false,
795
+ "isAbstract": false,
796
+ "name": "open"
797
+ }
798
+ ],
799
+ "implementsTokenRanges": [
800
+ {
801
+ "startIndex": 1,
802
+ "endIndex": 2
803
+ }
804
+ ]
805
+ }
806
+ ]
807
+ }
808
+ ]
809
+ }