@forge/manifest 3.3.0-next.1 → 3.3.0-next.4

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.
@@ -2075,6 +2075,468 @@ export interface Modules {
2075
2075
  }
2076
2076
  )[]
2077
2077
  ];
2078
+ 'jiraServiceManagement:queuePage'?: [
2079
+ (
2080
+ | {
2081
+ title: string;
2082
+ icon?: string;
2083
+ layout?: 'native' | 'basic';
2084
+ function: string;
2085
+ key: ModuleKeySchema;
2086
+ [k: string]: unknown;
2087
+ }
2088
+ | {
2089
+ title: string;
2090
+ icon?: string;
2091
+ layout?: 'native' | 'basic';
2092
+ resolver?: {
2093
+ function: string;
2094
+ };
2095
+ resource: string;
2096
+ resourceUploadId?: string;
2097
+ key: ModuleKeySchema;
2098
+ [k: string]: unknown;
2099
+ }
2100
+ ),
2101
+ ...(
2102
+ | {
2103
+ title: string;
2104
+ icon?: string;
2105
+ layout?: 'native' | 'basic';
2106
+ function: string;
2107
+ key: ModuleKeySchema;
2108
+ [k: string]: unknown;
2109
+ }
2110
+ | {
2111
+ title: string;
2112
+ icon?: string;
2113
+ layout?: 'native' | 'basic';
2114
+ resolver?: {
2115
+ function: string;
2116
+ };
2117
+ resource: string;
2118
+ resourceUploadId?: string;
2119
+ key: ModuleKeySchema;
2120
+ [k: string]: unknown;
2121
+ }
2122
+ )[]
2123
+ ];
2124
+ 'jiraServiceManagement:portalRequestDetail'?: [
2125
+ (
2126
+ | {
2127
+ title: string;
2128
+ icon?: string;
2129
+ layout?: 'native' | 'basic';
2130
+ viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
2131
+ function: string;
2132
+ key: ModuleKeySchema;
2133
+ [k: string]: unknown;
2134
+ }
2135
+ | {
2136
+ title: string;
2137
+ icon?: string;
2138
+ layout?: 'native' | 'basic';
2139
+ resolver?: {
2140
+ function: string;
2141
+ };
2142
+ resource: string;
2143
+ resourceUploadId?: string;
2144
+ key: ModuleKeySchema;
2145
+ [k: string]: unknown;
2146
+ }
2147
+ ),
2148
+ ...(
2149
+ | {
2150
+ title: string;
2151
+ icon?: string;
2152
+ layout?: 'native' | 'basic';
2153
+ viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
2154
+ function: string;
2155
+ key: ModuleKeySchema;
2156
+ [k: string]: unknown;
2157
+ }
2158
+ | {
2159
+ title: string;
2160
+ icon?: string;
2161
+ layout?: 'native' | 'basic';
2162
+ resolver?: {
2163
+ function: string;
2164
+ };
2165
+ resource: string;
2166
+ resourceUploadId?: string;
2167
+ key: ModuleKeySchema;
2168
+ [k: string]: unknown;
2169
+ }
2170
+ )[]
2171
+ ];
2172
+ 'jiraServiceManagement:portalRequestDetailPanel'?: [
2173
+ (
2174
+ | {
2175
+ title: string;
2176
+ icon?: string;
2177
+ layout?: 'native' | 'basic';
2178
+ viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
2179
+ function: string;
2180
+ key: ModuleKeySchema;
2181
+ [k: string]: unknown;
2182
+ }
2183
+ | {
2184
+ title: string;
2185
+ icon?: string;
2186
+ layout?: 'native' | 'basic';
2187
+ resolver?: {
2188
+ function: string;
2189
+ };
2190
+ resource: string;
2191
+ resourceUploadId?: string;
2192
+ key: ModuleKeySchema;
2193
+ [k: string]: unknown;
2194
+ }
2195
+ ),
2196
+ ...(
2197
+ | {
2198
+ title: string;
2199
+ icon?: string;
2200
+ layout?: 'native' | 'basic';
2201
+ viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
2202
+ function: string;
2203
+ key: ModuleKeySchema;
2204
+ [k: string]: unknown;
2205
+ }
2206
+ | {
2207
+ title: string;
2208
+ icon?: string;
2209
+ layout?: 'native' | 'basic';
2210
+ resolver?: {
2211
+ function: string;
2212
+ };
2213
+ resource: string;
2214
+ resourceUploadId?: string;
2215
+ key: ModuleKeySchema;
2216
+ [k: string]: unknown;
2217
+ }
2218
+ )[]
2219
+ ];
2220
+ 'jiraServiceManagement:organizationPanel'?: [
2221
+ (
2222
+ | {
2223
+ title: string;
2224
+ icon?: string;
2225
+ layout?: 'native' | 'basic';
2226
+ function: string;
2227
+ key: ModuleKeySchema;
2228
+ [k: string]: unknown;
2229
+ }
2230
+ | {
2231
+ title: string;
2232
+ icon?: string;
2233
+ layout?: 'native' | 'basic';
2234
+ viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
2235
+ resolver?: {
2236
+ function: string;
2237
+ };
2238
+ resource: string;
2239
+ resourceUploadId?: string;
2240
+ key: ModuleKeySchema;
2241
+ [k: string]: unknown;
2242
+ }
2243
+ ),
2244
+ ...(
2245
+ | {
2246
+ title: string;
2247
+ icon?: string;
2248
+ layout?: 'native' | 'basic';
2249
+ function: string;
2250
+ key: ModuleKeySchema;
2251
+ [k: string]: unknown;
2252
+ }
2253
+ | {
2254
+ title: string;
2255
+ icon?: string;
2256
+ layout?: 'native' | 'basic';
2257
+ viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
2258
+ resolver?: {
2259
+ function: string;
2260
+ };
2261
+ resource: string;
2262
+ resourceUploadId?: string;
2263
+ key: ModuleKeySchema;
2264
+ [k: string]: unknown;
2265
+ }
2266
+ )[]
2267
+ ];
2268
+ 'jiraServiceManagement:portalFooter'?: [
2269
+ (
2270
+ | {
2271
+ layout?: 'native' | 'basic';
2272
+ pages?: (
2273
+ | 'help_center'
2274
+ | 'portal'
2275
+ | 'create_request'
2276
+ | 'view_request'
2277
+ | 'my_requests'
2278
+ | 'approvals'
2279
+ | 'profile'
2280
+ )[];
2281
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2282
+ function: string;
2283
+ key: ModuleKeySchema;
2284
+ [k: string]: unknown;
2285
+ }
2286
+ | {
2287
+ pages?: (
2288
+ | 'help_center'
2289
+ | 'portal'
2290
+ | 'create_request'
2291
+ | 'view_request'
2292
+ | 'my_requests'
2293
+ | 'approvals'
2294
+ | 'profile'
2295
+ )[];
2296
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2297
+ resolver?: {
2298
+ function: string;
2299
+ };
2300
+ resource: string;
2301
+ resourceUploadId?: string;
2302
+ key: ModuleKeySchema;
2303
+ [k: string]: unknown;
2304
+ }
2305
+ ),
2306
+ ...(
2307
+ | {
2308
+ layout?: 'native' | 'basic';
2309
+ pages?: (
2310
+ | 'help_center'
2311
+ | 'portal'
2312
+ | 'create_request'
2313
+ | 'view_request'
2314
+ | 'my_requests'
2315
+ | 'approvals'
2316
+ | 'profile'
2317
+ )[];
2318
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2319
+ function: string;
2320
+ key: ModuleKeySchema;
2321
+ [k: string]: unknown;
2322
+ }
2323
+ | {
2324
+ pages?: (
2325
+ | 'help_center'
2326
+ | 'portal'
2327
+ | 'create_request'
2328
+ | 'view_request'
2329
+ | 'my_requests'
2330
+ | 'approvals'
2331
+ | 'profile'
2332
+ )[];
2333
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2334
+ resolver?: {
2335
+ function: string;
2336
+ };
2337
+ resource: string;
2338
+ resourceUploadId?: string;
2339
+ key: ModuleKeySchema;
2340
+ [k: string]: unknown;
2341
+ }
2342
+ )[]
2343
+ ];
2344
+ 'jiraServiceManagement:portalHeader'?: [
2345
+ (
2346
+ | {
2347
+ pages?: (
2348
+ | 'help_center'
2349
+ | 'portal'
2350
+ | 'create_request'
2351
+ | 'view_request'
2352
+ | 'my_requests'
2353
+ | 'approvals'
2354
+ | 'profile'
2355
+ )[];
2356
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2357
+ function: string;
2358
+ key: ModuleKeySchema;
2359
+ [k: string]: unknown;
2360
+ }
2361
+ | {
2362
+ pages?: (
2363
+ | 'help_center'
2364
+ | 'portal'
2365
+ | 'create_request'
2366
+ | 'view_request'
2367
+ | 'my_requests'
2368
+ | 'approvals'
2369
+ | 'profile'
2370
+ )[];
2371
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2372
+ resolver?: {
2373
+ function: string;
2374
+ };
2375
+ resource: string;
2376
+ resourceUploadId?: string;
2377
+ key: ModuleKeySchema;
2378
+ [k: string]: unknown;
2379
+ }
2380
+ ),
2381
+ ...(
2382
+ | {
2383
+ pages?: (
2384
+ | 'help_center'
2385
+ | 'portal'
2386
+ | 'create_request'
2387
+ | 'view_request'
2388
+ | 'my_requests'
2389
+ | 'approvals'
2390
+ | 'profile'
2391
+ )[];
2392
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2393
+ function: string;
2394
+ key: ModuleKeySchema;
2395
+ [k: string]: unknown;
2396
+ }
2397
+ | {
2398
+ pages?: (
2399
+ | 'help_center'
2400
+ | 'portal'
2401
+ | 'create_request'
2402
+ | 'view_request'
2403
+ | 'my_requests'
2404
+ | 'approvals'
2405
+ | 'profile'
2406
+ )[];
2407
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2408
+ resolver?: {
2409
+ function: string;
2410
+ };
2411
+ resource: string;
2412
+ resourceUploadId?: string;
2413
+ key: ModuleKeySchema;
2414
+ [k: string]: unknown;
2415
+ }
2416
+ )[]
2417
+ ];
2418
+ 'jiraServiceManagement:portalSubheader'?: [
2419
+ (
2420
+ | {
2421
+ pages?: (
2422
+ | 'help_center'
2423
+ | 'portal'
2424
+ | 'create_request'
2425
+ | 'view_request'
2426
+ | 'my_requests'
2427
+ | 'approvals'
2428
+ | 'profile'
2429
+ )[];
2430
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2431
+ function: string;
2432
+ key: ModuleKeySchema;
2433
+ [k: string]: unknown;
2434
+ }
2435
+ | {
2436
+ pages?: (
2437
+ | 'help_center'
2438
+ | 'portal'
2439
+ | 'create_request'
2440
+ | 'view_request'
2441
+ | 'my_requests'
2442
+ | 'approvals'
2443
+ | 'profile'
2444
+ )[];
2445
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2446
+ resolver?: {
2447
+ function: string;
2448
+ };
2449
+ resource: string;
2450
+ resourceUploadId?: string;
2451
+ key: ModuleKeySchema;
2452
+ [k: string]: unknown;
2453
+ }
2454
+ ),
2455
+ ...(
2456
+ | {
2457
+ pages?: (
2458
+ | 'help_center'
2459
+ | 'portal'
2460
+ | 'create_request'
2461
+ | 'view_request'
2462
+ | 'my_requests'
2463
+ | 'approvals'
2464
+ | 'profile'
2465
+ )[];
2466
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2467
+ function: string;
2468
+ key: ModuleKeySchema;
2469
+ [k: string]: unknown;
2470
+ }
2471
+ | {
2472
+ pages?: (
2473
+ | 'help_center'
2474
+ | 'portal'
2475
+ | 'create_request'
2476
+ | 'view_request'
2477
+ | 'my_requests'
2478
+ | 'approvals'
2479
+ | 'profile'
2480
+ )[];
2481
+ viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2482
+ resolver?: {
2483
+ function: string;
2484
+ };
2485
+ resource: string;
2486
+ resourceUploadId?: string;
2487
+ key: ModuleKeySchema;
2488
+ [k: string]: unknown;
2489
+ }
2490
+ )[]
2491
+ ];
2492
+ 'jiraServiceManagement:portalProfilePanel'?: [
2493
+ (
2494
+ | {
2495
+ title: string;
2496
+ icon?: string;
2497
+ layout?: 'native' | 'basic';
2498
+ function: string;
2499
+ key: ModuleKeySchema;
2500
+ [k: string]: unknown;
2501
+ }
2502
+ | {
2503
+ title: string;
2504
+ icon?: string;
2505
+ layout?: 'native' | 'basic';
2506
+ viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
2507
+ resolver?: {
2508
+ function: string;
2509
+ };
2510
+ resource: string;
2511
+ resourceUploadId?: string;
2512
+ key: ModuleKeySchema;
2513
+ [k: string]: unknown;
2514
+ }
2515
+ ),
2516
+ ...(
2517
+ | {
2518
+ title: string;
2519
+ icon?: string;
2520
+ layout?: 'native' | 'basic';
2521
+ function: string;
2522
+ key: ModuleKeySchema;
2523
+ [k: string]: unknown;
2524
+ }
2525
+ | {
2526
+ title: string;
2527
+ icon?: string;
2528
+ layout?: 'native' | 'basic';
2529
+ viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
2530
+ resolver?: {
2531
+ function: string;
2532
+ };
2533
+ resource: string;
2534
+ resourceUploadId?: string;
2535
+ key: ModuleKeySchema;
2536
+ [k: string]: unknown;
2537
+ }
2538
+ )[]
2539
+ ];
2078
2540
  'connect-jira:keyboardShortcuts'?: [
2079
2541
  {
2080
2542
  shortcut?: string;
@@ -3322,7 +3784,7 @@ export interface Modules {
3322
3784
  name?: I18NProperty63;
3323
3785
  weight?: number;
3324
3786
  location?: string;
3325
- conditions?: (CompositeCondition7 | SingleCondition5)[];
3787
+ conditions?: (SingleCondition5 | CompositeCondition7)[];
3326
3788
  params?: {
3327
3789
  [k: string]: unknown;
3328
3790
  };
@@ -3334,7 +3796,7 @@ export interface Modules {
3334
3796
  name?: I18NProperty63;
3335
3797
  weight?: number;
3336
3798
  location?: string;
3337
- conditions?: (CompositeCondition7 | SingleCondition5)[];
3799
+ conditions?: (SingleCondition5 | CompositeCondition7)[];
3338
3800
  params?: {
3339
3801
  [k: string]: unknown;
3340
3802
  };
@@ -3765,7 +4227,7 @@ export interface I18NProperty1 {
3765
4227
  *
3766
4228
  */
3767
4229
  export interface CompositeCondition {
3768
- conditions?: (ManifestSchema | SingleCondition)[];
4230
+ conditions?: (SingleCondition | ManifestSchema)[];
3769
4231
  type?: 'and' | 'AND' | 'or' | 'OR';
3770
4232
  [k: string]: unknown;
3771
4233
  }
@@ -7089,6 +7551,37 @@ export interface I18NProperty63 {
7089
7551
  i18n?: string;
7090
7552
  [k: string]: unknown;
7091
7553
  }
7554
+ /**
7555
+ *
7556
+ *
7557
+ * Single Conditions are either provided by the host application. See the complete documentation of
7558
+ * [Conditions](../../conditions/) for more information.
7559
+ *
7560
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
7561
+ * This is useful where you want to show the section if a certain condition is not satisfied.
7562
+ *
7563
+ * <h3>Example</h3>
7564
+ *
7565
+ *
7566
+ *
7567
+ *
7568
+ *
7569
+ * {
7570
+ * "condition": "user_is_logged_in",
7571
+ * "invert": false
7572
+ * }
7573
+ *
7574
+ *
7575
+ *
7576
+ */
7577
+ export interface SingleCondition5 {
7578
+ condition: string;
7579
+ invert?: boolean;
7580
+ params?: {
7581
+ [k: string]: unknown;
7582
+ };
7583
+ [k: string]: unknown;
7584
+ }
7092
7585
  /**
7093
7586
  *
7094
7587
  *
@@ -7126,41 +7619,10 @@ export interface I18NProperty63 {
7126
7619
  *
7127
7620
  */
7128
7621
  export interface CompositeCondition7 {
7129
- conditions?: (ManifestSchema | SingleCondition)[];
7622
+ conditions?: (SingleCondition | ManifestSchema)[];
7130
7623
  type?: 'and' | 'AND' | 'or' | 'OR';
7131
7624
  [k: string]: unknown;
7132
7625
  }
7133
- /**
7134
- *
7135
- *
7136
- * Single Conditions are either provided by the host application. See the complete documentation of
7137
- * [Conditions](../../conditions/) for more information.
7138
- *
7139
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
7140
- * This is useful where you want to show the section if a certain condition is not satisfied.
7141
- *
7142
- * <h3>Example</h3>
7143
- *
7144
- *
7145
- *
7146
- *
7147
- *
7148
- * {
7149
- * "condition": "user_is_logged_in",
7150
- * "invert": false
7151
- * }
7152
- *
7153
- *
7154
- *
7155
- */
7156
- export interface SingleCondition5 {
7157
- condition: string;
7158
- invert?: boolean;
7159
- params?: {
7160
- [k: string]: unknown;
7161
- };
7162
- [k: string]: unknown;
7163
- }
7164
7626
  /**
7165
7627
  *
7166
7628
  *
@@ -8580,7 +9042,7 @@ export interface I18NProperty74 {
8580
9042
  *
8581
9043
  */
8582
9044
  export interface MacroPropertyPanel {
8583
- controls?: (ToggleGroup | ButtonControl | ControlGroup | TextControl)[];
9045
+ controls?: (TextControl | ButtonControl | ToggleGroup | ControlGroup)[];
8584
9046
  cacheable?: boolean;
8585
9047
  url: string;
8586
9048
  [k: string]: unknown;
@@ -8588,52 +9050,7 @@ export interface MacroPropertyPanel {
8588
9050
  /**
8589
9051
  *
8590
9052
  *
8591
- * Defines a ToggleGroup which may appear in control extension points such as the property panel
8592
- *
8593
- * <p><b>Example</b></p>
8594
- *
8595
- *
8596
- *
8597
- *
8598
- *
8599
- * [
8600
- * {
8601
- * "type": "togglegroup",
8602
- * "macroParameter": "toggleGroupMacroParameter",
8603
- * "controls": [
8604
- * {
8605
- * "type": "togglebutton",
8606
- * "macroParameterValue": "macroParameterValue 0",
8607
- * "label": {
8608
- * "value": "My Custom Control 0"
8609
- * },
8610
- * "key": "my-custom-toggle-button-0"
8611
- * },
8612
- * {
8613
- * "type": "togglebutton",
8614
- * "macroParameterValue": "macroParameterValue 1",
8615
- * "label": {
8616
- * "value": "My Custom Control 1"
8617
- * },
8618
- * "key": "my-custom-toggle-button-1"
8619
- * }
8620
- * ]
8621
- * }
8622
- * ]
8623
- *
8624
- *
8625
- *
8626
- */
8627
- export interface ToggleGroup {
8628
- controls: ToggleButtonControl[];
8629
- macroParameter: string;
8630
- type: 'togglegroup' | 'TOGGLEGROUP';
8631
- [k: string]: unknown;
8632
- }
8633
- /**
8634
- *
8635
- *
8636
- * Defines a toggle button which appears inside a ToggleGroup
9053
+ * Defines a text field which may appear in control extension points such as the property panel
8637
9054
  *
8638
9055
  * <p><b>Example</b></p>
8639
9056
  *
@@ -8642,48 +9059,22 @@ export interface ToggleGroup {
8642
9059
  *
8643
9060
  *
8644
9061
  * {
8645
- * "type": "togglebutton",
8646
- * "macroParameterValue": "macroParameterValue 0",
9062
+ * "type": "button",
8647
9063
  * "label": {
8648
9064
  * "value": "My Custom Control 0"
8649
9065
  * },
8650
- * "key": "my-custom-toggle-button-0"
9066
+ * "key": "my-custom-control-0"
8651
9067
  * }
8652
9068
  *
8653
9069
  *
8654
9070
  *
8655
9071
  */
8656
- export interface ToggleButtonControl {
8657
- macroParameterValue: string;
8658
- label: I18NProperty75;
8659
- type: 'togglebutton' | 'TOGGLEBUTTON';
9072
+ export interface TextControl {
9073
+ macroParameter: string;
9074
+ type: 'text' | 'TEXT';
8660
9075
  key: string;
8661
9076
  [k: string]: unknown;
8662
9077
  }
8663
- /**
8664
- *
8665
- *
8666
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
8667
- * and value in multiple places if you like, but identical keys must have identical values.
8668
- *
8669
- * <h3>Example</h3>
8670
- *
8671
- *
8672
- *
8673
- *
8674
- *
8675
- * {
8676
- * "value": "My text"
8677
- * }
8678
- *
8679
- *
8680
- *
8681
- */
8682
- export interface I18NProperty75 {
8683
- value: string;
8684
- i18n?: string;
8685
- [k: string]: unknown;
8686
- }
8687
9078
  /**
8688
9079
  *
8689
9080
  *
@@ -8707,7 +9098,7 @@ export interface I18NProperty75 {
8707
9098
  *
8708
9099
  */
8709
9100
  export interface ButtonControl {
8710
- label: I18NProperty76;
9101
+ label: I18NProperty75;
8711
9102
  type: 'button' | 'BUTTON';
8712
9103
  key: string;
8713
9104
  [k: string]: unknown;
@@ -8731,7 +9122,7 @@ export interface ButtonControl {
8731
9122
  *
8732
9123
  *
8733
9124
  */
8734
- export interface I18NProperty76 {
9125
+ export interface I18NProperty75 {
8735
9126
  value: string;
8736
9127
  i18n?: string;
8737
9128
  [k: string]: unknown;
@@ -8739,7 +9130,7 @@ export interface I18NProperty76 {
8739
9130
  /**
8740
9131
  *
8741
9132
  *
8742
- * Defines a ControlGroup which may appear in control extension points such as the property panel
9133
+ * Defines a ToggleGroup which may appear in control extension points such as the property panel
8743
9134
  *
8744
9135
  * <p><b>Example</b></p>
8745
9136
  *
@@ -8749,21 +9140,24 @@ export interface I18NProperty76 {
8749
9140
  *
8750
9141
  * [
8751
9142
  * {
8752
- * "type": "group",
9143
+ * "type": "togglegroup",
9144
+ * "macroParameter": "toggleGroupMacroParameter",
8753
9145
  * "controls": [
8754
9146
  * {
8755
- * "type": "button",
9147
+ * "type": "togglebutton",
9148
+ * "macroParameterValue": "macroParameterValue 0",
8756
9149
  * "label": {
8757
9150
  * "value": "My Custom Control 0"
8758
9151
  * },
8759
- * "key": "my-custom-control-0"
9152
+ * "key": "my-custom-toggle-button-0"
8760
9153
  * },
8761
9154
  * {
8762
- * "type": "button",
9155
+ * "type": "togglebutton",
9156
+ * "macroParameterValue": "macroParameterValue 1",
8763
9157
  * "label": {
8764
9158
  * "value": "My Custom Control 1"
8765
9159
  * },
8766
- * "key": "my-custom-control-1"
9160
+ * "key": "my-custom-toggle-button-1"
8767
9161
  * }
8768
9162
  * ]
8769
9163
  * }
@@ -8772,15 +9166,16 @@ export interface I18NProperty76 {
8772
9166
  *
8773
9167
  *
8774
9168
  */
8775
- export interface ControlGroup {
8776
- controls: ButtonControl1[];
8777
- type: 'group' | 'GROUP';
9169
+ export interface ToggleGroup {
9170
+ controls: ToggleButtonControl[];
9171
+ macroParameter: string;
9172
+ type: 'togglegroup' | 'TOGGLEGROUP';
8778
9173
  [k: string]: unknown;
8779
9174
  }
8780
9175
  /**
8781
9176
  *
8782
9177
  *
8783
- * Defines a button which may appear in control extension points such as the property panel
9178
+ * Defines a toggle button which appears inside a ToggleGroup
8784
9179
  *
8785
9180
  * <p><b>Example</b></p>
8786
9181
  *
@@ -8789,19 +9184,21 @@ export interface ControlGroup {
8789
9184
  *
8790
9185
  *
8791
9186
  * {
8792
- * "type": "button",
9187
+ * "type": "togglebutton",
9188
+ * "macroParameterValue": "macroParameterValue 0",
8793
9189
  * "label": {
8794
9190
  * "value": "My Custom Control 0"
8795
9191
  * },
8796
- * "key": "my-custom-control-0"
9192
+ * "key": "my-custom-toggle-button-0"
8797
9193
  * }
8798
9194
  *
8799
9195
  *
8800
9196
  *
8801
9197
  */
8802
- export interface ButtonControl1 {
8803
- label: I18NProperty77;
8804
- type: 'button' | 'BUTTON';
9198
+ export interface ToggleButtonControl {
9199
+ macroParameterValue: string;
9200
+ label: I18NProperty76;
9201
+ type: 'togglebutton' | 'TOGGLEBUTTON';
8805
9202
  key: string;
8806
9203
  [k: string]: unknown;
8807
9204
  }
@@ -8824,7 +9221,7 @@ export interface ButtonControl1 {
8824
9221
  *
8825
9222
  *
8826
9223
  */
8827
- export interface I18NProperty77 {
9224
+ export interface I18NProperty76 {
8828
9225
  value: string;
8829
9226
  i18n?: string;
8830
9227
  [k: string]: unknown;
@@ -8832,7 +9229,48 @@ export interface I18NProperty77 {
8832
9229
  /**
8833
9230
  *
8834
9231
  *
8835
- * Defines a text field which may appear in control extension points such as the property panel
9232
+ * Defines a ControlGroup which may appear in control extension points such as the property panel
9233
+ *
9234
+ * <p><b>Example</b></p>
9235
+ *
9236
+ *
9237
+ *
9238
+ *
9239
+ *
9240
+ * [
9241
+ * {
9242
+ * "type": "group",
9243
+ * "controls": [
9244
+ * {
9245
+ * "type": "button",
9246
+ * "label": {
9247
+ * "value": "My Custom Control 0"
9248
+ * },
9249
+ * "key": "my-custom-control-0"
9250
+ * },
9251
+ * {
9252
+ * "type": "button",
9253
+ * "label": {
9254
+ * "value": "My Custom Control 1"
9255
+ * },
9256
+ * "key": "my-custom-control-1"
9257
+ * }
9258
+ * ]
9259
+ * }
9260
+ * ]
9261
+ *
9262
+ *
9263
+ *
9264
+ */
9265
+ export interface ControlGroup {
9266
+ controls: ButtonControl1[];
9267
+ type: 'group' | 'GROUP';
9268
+ [k: string]: unknown;
9269
+ }
9270
+ /**
9271
+ *
9272
+ *
9273
+ * Defines a button which may appear in control extension points such as the property panel
8836
9274
  *
8837
9275
  * <p><b>Example</b></p>
8838
9276
  *
@@ -8851,12 +9289,36 @@ export interface I18NProperty77 {
8851
9289
  *
8852
9290
  *
8853
9291
  */
8854
- export interface TextControl {
8855
- macroParameter: string;
8856
- type: 'text' | 'TEXT';
9292
+ export interface ButtonControl1 {
9293
+ label: I18NProperty77;
9294
+ type: 'button' | 'BUTTON';
8857
9295
  key: string;
8858
9296
  [k: string]: unknown;
8859
9297
  }
9298
+ /**
9299
+ *
9300
+ *
9301
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
9302
+ * and value in multiple places if you like, but identical keys must have identical values.
9303
+ *
9304
+ * <h3>Example</h3>
9305
+ *
9306
+ *
9307
+ *
9308
+ *
9309
+ *
9310
+ * {
9311
+ * "value": "My text"
9312
+ * }
9313
+ *
9314
+ *
9315
+ *
9316
+ */
9317
+ export interface I18NProperty77 {
9318
+ value: string;
9319
+ i18n?: string;
9320
+ [k: string]: unknown;
9321
+ }
8860
9322
  /**
8861
9323
  *
8862
9324
  *
@@ -29825,7 +30287,7 @@ export interface I18NProperty83 {
29825
30287
  *
29826
30288
  */
29827
30289
  export interface MacroPropertyPanel1 {
29828
- controls?: (ToggleGroup1 | ControlGroup1 | ButtonControl3 | TextControl1)[];
30290
+ controls?: (ControlGroup1 | ToggleGroup1 | ButtonControl3 | TextControl1)[];
29829
30291
  cacheable?: boolean;
29830
30292
  url: string;
29831
30293
  [k: string]: unknown;
@@ -29833,7 +30295,7 @@ export interface MacroPropertyPanel1 {
29833
30295
  /**
29834
30296
  *
29835
30297
  *
29836
- * Defines a ToggleGroup which may appear in control extension points such as the property panel
30298
+ * Defines a ControlGroup which may appear in control extension points such as the property panel
29837
30299
  *
29838
30300
  * <p><b>Example</b></p>
29839
30301
  *
@@ -29843,24 +30305,21 @@ export interface MacroPropertyPanel1 {
29843
30305
  *
29844
30306
  * [
29845
30307
  * {
29846
- * "type": "togglegroup",
29847
- * "macroParameter": "toggleGroupMacroParameter",
30308
+ * "type": "group",
29848
30309
  * "controls": [
29849
30310
  * {
29850
- * "type": "togglebutton",
29851
- * "macroParameterValue": "macroParameterValue 0",
30311
+ * "type": "button",
29852
30312
  * "label": {
29853
30313
  * "value": "My Custom Control 0"
29854
30314
  * },
29855
- * "key": "my-custom-toggle-button-0"
30315
+ * "key": "my-custom-control-0"
29856
30316
  * },
29857
30317
  * {
29858
- * "type": "togglebutton",
29859
- * "macroParameterValue": "macroParameterValue 1",
30318
+ * "type": "button",
29860
30319
  * "label": {
29861
30320
  * "value": "My Custom Control 1"
29862
30321
  * },
29863
- * "key": "my-custom-toggle-button-1"
30322
+ * "key": "my-custom-control-1"
29864
30323
  * }
29865
30324
  * ]
29866
30325
  * }
@@ -29869,16 +30328,15 @@ export interface MacroPropertyPanel1 {
29869
30328
  *
29870
30329
  *
29871
30330
  */
29872
- export interface ToggleGroup1 {
29873
- controls: ToggleButtonControl1[];
29874
- macroParameter: string;
29875
- type: 'togglegroup' | 'TOGGLEGROUP';
30331
+ export interface ControlGroup1 {
30332
+ controls: ButtonControl2[];
30333
+ type: 'group' | 'GROUP';
29876
30334
  [k: string]: unknown;
29877
30335
  }
29878
30336
  /**
29879
30337
  *
29880
30338
  *
29881
- * Defines a toggle button which appears inside a ToggleGroup
30339
+ * Defines a button which may appear in control extension points such as the property panel
29882
30340
  *
29883
30341
  * <p><b>Example</b></p>
29884
30342
  *
@@ -29887,21 +30345,19 @@ export interface ToggleGroup1 {
29887
30345
  *
29888
30346
  *
29889
30347
  * {
29890
- * "type": "togglebutton",
29891
- * "macroParameterValue": "macroParameterValue 0",
30348
+ * "type": "button",
29892
30349
  * "label": {
29893
30350
  * "value": "My Custom Control 0"
29894
30351
  * },
29895
- * "key": "my-custom-toggle-button-0"
30352
+ * "key": "my-custom-control-0"
29896
30353
  * }
29897
30354
  *
29898
30355
  *
29899
30356
  *
29900
30357
  */
29901
- export interface ToggleButtonControl1 {
29902
- macroParameterValue: string;
30358
+ export interface ButtonControl2 {
29903
30359
  label: I18NProperty84;
29904
- type: 'togglebutton' | 'TOGGLEBUTTON';
30360
+ type: 'button' | 'BUTTON';
29905
30361
  key: string;
29906
30362
  [k: string]: unknown;
29907
30363
  }
@@ -29932,7 +30388,7 @@ export interface I18NProperty84 {
29932
30388
  /**
29933
30389
  *
29934
30390
  *
29935
- * Defines a ControlGroup which may appear in control extension points such as the property panel
30391
+ * Defines a ToggleGroup which may appear in control extension points such as the property panel
29936
30392
  *
29937
30393
  * <p><b>Example</b></p>
29938
30394
  *
@@ -29942,21 +30398,24 @@ export interface I18NProperty84 {
29942
30398
  *
29943
30399
  * [
29944
30400
  * {
29945
- * "type": "group",
30401
+ * "type": "togglegroup",
30402
+ * "macroParameter": "toggleGroupMacroParameter",
29946
30403
  * "controls": [
29947
30404
  * {
29948
- * "type": "button",
30405
+ * "type": "togglebutton",
30406
+ * "macroParameterValue": "macroParameterValue 0",
29949
30407
  * "label": {
29950
30408
  * "value": "My Custom Control 0"
29951
30409
  * },
29952
- * "key": "my-custom-control-0"
30410
+ * "key": "my-custom-toggle-button-0"
29953
30411
  * },
29954
30412
  * {
29955
- * "type": "button",
30413
+ * "type": "togglebutton",
30414
+ * "macroParameterValue": "macroParameterValue 1",
29956
30415
  * "label": {
29957
30416
  * "value": "My Custom Control 1"
29958
30417
  * },
29959
- * "key": "my-custom-control-1"
30418
+ * "key": "my-custom-toggle-button-1"
29960
30419
  * }
29961
30420
  * ]
29962
30421
  * }
@@ -29965,15 +30424,16 @@ export interface I18NProperty84 {
29965
30424
  *
29966
30425
  *
29967
30426
  */
29968
- export interface ControlGroup1 {
29969
- controls: ButtonControl2[];
29970
- type: 'group' | 'GROUP';
30427
+ export interface ToggleGroup1 {
30428
+ controls: ToggleButtonControl1[];
30429
+ macroParameter: string;
30430
+ type: 'togglegroup' | 'TOGGLEGROUP';
29971
30431
  [k: string]: unknown;
29972
30432
  }
29973
30433
  /**
29974
30434
  *
29975
30435
  *
29976
- * Defines a button which may appear in control extension points such as the property panel
30436
+ * Defines a toggle button which appears inside a ToggleGroup
29977
30437
  *
29978
30438
  * <p><b>Example</b></p>
29979
30439
  *
@@ -29982,19 +30442,21 @@ export interface ControlGroup1 {
29982
30442
  *
29983
30443
  *
29984
30444
  * {
29985
- * "type": "button",
30445
+ * "type": "togglebutton",
30446
+ * "macroParameterValue": "macroParameterValue 0",
29986
30447
  * "label": {
29987
30448
  * "value": "My Custom Control 0"
29988
30449
  * },
29989
- * "key": "my-custom-control-0"
30450
+ * "key": "my-custom-toggle-button-0"
29990
30451
  * }
29991
30452
  *
29992
30453
  *
29993
30454
  *
29994
30455
  */
29995
- export interface ButtonControl2 {
30456
+ export interface ToggleButtonControl1 {
30457
+ macroParameterValue: string;
29996
30458
  label: I18NProperty85;
29997
- type: 'button' | 'BUTTON';
30459
+ type: 'togglebutton' | 'TOGGLEBUTTON';
29998
30460
  key: string;
29999
30461
  [k: string]: unknown;
30000
30462
  }
@@ -50951,47 +51413,10 @@ export interface I18NProperty91 {
50951
51413
  *
50952
51414
  */
50953
51415
  export interface WebItemTarget2 {
50954
- options?: InlineDialogOptions2 | DialogOptions4 | DialogModuleOptions2;
51416
+ options?: DialogOptions4 | DialogModuleOptions2 | InlineDialogOptions2;
50955
51417
  type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
50956
51418
  [k: string]: unknown;
50957
51419
  }
50958
- /**
50959
- *
50960
- *
50961
- * Options for an inline dialog target
50962
- *
50963
- * <h3>Example</h3>
50964
- *
50965
- *
50966
- *
50967
- *
50968
- *
50969
- * {
50970
- * "target": {
50971
- * "type": "inlinedialog",
50972
- * "options": {
50973
- * "onHover": true,
50974
- * "offsetX": "30px",
50975
- * "offsetY": "20px"
50976
- * }
50977
- * }
50978
- * }
50979
- *
50980
- *
50981
- *
50982
- */
50983
- export interface InlineDialogOptions2 {
50984
- offsetX?: string;
50985
- offsetY?: string;
50986
- width?: string;
50987
- onTop?: boolean;
50988
- showDelay?: number;
50989
- closeOthers?: boolean;
50990
- persistent?: boolean;
50991
- onHover?: boolean;
50992
- isRelativeToMouse?: boolean;
50993
- [k: string]: unknown;
50994
- }
50995
51420
  /**
50996
51421
  *
50997
51422
  *
@@ -51117,6 +51542,43 @@ export interface DialogModuleOptions2 {
51117
51542
  key: string;
51118
51543
  [k: string]: unknown;
51119
51544
  }
51545
+ /**
51546
+ *
51547
+ *
51548
+ * Options for an inline dialog target
51549
+ *
51550
+ * <h3>Example</h3>
51551
+ *
51552
+ *
51553
+ *
51554
+ *
51555
+ *
51556
+ * {
51557
+ * "target": {
51558
+ * "type": "inlinedialog",
51559
+ * "options": {
51560
+ * "onHover": true,
51561
+ * "offsetX": "30px",
51562
+ * "offsetY": "20px"
51563
+ * }
51564
+ * }
51565
+ * }
51566
+ *
51567
+ *
51568
+ *
51569
+ */
51570
+ export interface InlineDialogOptions2 {
51571
+ offsetX?: string;
51572
+ offsetY?: string;
51573
+ width?: string;
51574
+ onTop?: boolean;
51575
+ showDelay?: number;
51576
+ closeOthers?: boolean;
51577
+ persistent?: boolean;
51578
+ onHover?: boolean;
51579
+ isRelativeToMouse?: boolean;
51580
+ [k: string]: unknown;
51581
+ }
51120
51582
  /**
51121
51583
  *
51122
51584
  *