@forge/manifest 3.4.0-next.6 → 3.4.0-next.7

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.
@@ -2799,7 +2799,7 @@ export interface Modules {
2799
2799
  fullPage?: boolean;
2800
2800
  cacheable?: boolean;
2801
2801
  location?: string;
2802
- conditions?: (SingleCondition | CompositeCondition)[];
2802
+ conditions?: (CompositeCondition | SingleCondition)[];
2803
2803
  params?: {
2804
2804
  [k: string]: unknown;
2805
2805
  };
@@ -2814,7 +2814,7 @@ export interface Modules {
2814
2814
  fullPage?: boolean;
2815
2815
  cacheable?: boolean;
2816
2816
  location?: string;
2817
- conditions?: (SingleCondition | CompositeCondition)[];
2817
+ conditions?: (CompositeCondition | SingleCondition)[];
2818
2818
  params?: {
2819
2819
  [k: string]: unknown;
2820
2820
  };
@@ -2832,7 +2832,7 @@ export interface Modules {
2832
2832
  location?: string;
2833
2833
  cacheable?: boolean;
2834
2834
  supportsNative?: boolean;
2835
- conditions?: (CompositeCondition | SingleCondition)[];
2835
+ conditions?: (SingleCondition | CompositeCondition)[];
2836
2836
  params?: {
2837
2837
  [k: string]: unknown;
2838
2838
  };
@@ -2848,7 +2848,7 @@ export interface Modules {
2848
2848
  location?: string;
2849
2849
  cacheable?: boolean;
2850
2850
  supportsNative?: boolean;
2851
- conditions?: (CompositeCondition | SingleCondition)[];
2851
+ conditions?: (SingleCondition | CompositeCondition)[];
2852
2852
  params?: {
2853
2853
  [k: string]: unknown;
2854
2854
  };
@@ -2886,7 +2886,7 @@ export interface Modules {
2886
2886
  weight?: number;
2887
2887
  cacheable?: boolean;
2888
2888
  location?: string;
2889
- conditions?: (SingleCondition | CompositeCondition)[];
2889
+ conditions?: (CompositeCondition | SingleCondition)[];
2890
2890
  params?: {
2891
2891
  [k: string]: unknown;
2892
2892
  };
@@ -2900,7 +2900,7 @@ export interface Modules {
2900
2900
  weight?: number;
2901
2901
  cacheable?: boolean;
2902
2902
  location?: string;
2903
- conditions?: (SingleCondition | CompositeCondition)[];
2903
+ conditions?: (CompositeCondition | SingleCondition)[];
2904
2904
  params?: {
2905
2905
  [k: string]: unknown;
2906
2906
  };
@@ -2915,7 +2915,7 @@ export interface Modules {
2915
2915
  name?: I18NProperty6;
2916
2916
  weight?: number;
2917
2917
  location?: string;
2918
- conditions?: (SingleCondition | CompositeCondition)[];
2918
+ conditions?: (CompositeCondition | SingleCondition)[];
2919
2919
  params?: {
2920
2920
  [k: string]: unknown;
2921
2921
  };
@@ -2927,7 +2927,7 @@ export interface Modules {
2927
2927
  name?: I18NProperty6;
2928
2928
  weight?: number;
2929
2929
  location?: string;
2930
- conditions?: (SingleCondition | CompositeCondition)[];
2930
+ conditions?: (CompositeCondition | SingleCondition)[];
2931
2931
  params?: {
2932
2932
  [k: string]: unknown;
2933
2933
  };
@@ -2942,7 +2942,7 @@ export interface Modules {
2942
2942
  weight?: number;
2943
2943
  cacheable?: boolean;
2944
2944
  location?: string;
2945
- conditions?: (SingleCondition | CompositeCondition)[];
2945
+ conditions?: (CompositeCondition | SingleCondition)[];
2946
2946
  params?: {
2947
2947
  [k: string]: unknown;
2948
2948
  };
@@ -2956,7 +2956,7 @@ export interface Modules {
2956
2956
  weight?: number;
2957
2957
  cacheable?: boolean;
2958
2958
  location?: string;
2959
- conditions?: (SingleCondition | CompositeCondition)[];
2959
+ conditions?: (CompositeCondition | SingleCondition)[];
2960
2960
  params?: {
2961
2961
  [k: string]: unknown;
2962
2962
  };
@@ -3011,7 +3011,7 @@ export interface Modules {
3011
3011
  fullPage?: boolean;
3012
3012
  cacheable?: boolean;
3013
3013
  location?: string;
3014
- conditions?: (SingleCondition | CompositeCondition)[];
3014
+ conditions?: (CompositeCondition | SingleCondition)[];
3015
3015
  params?: {
3016
3016
  [k: string]: unknown;
3017
3017
  };
@@ -3026,7 +3026,7 @@ export interface Modules {
3026
3026
  fullPage?: boolean;
3027
3027
  cacheable?: boolean;
3028
3028
  location?: string;
3029
- conditions?: (SingleCondition | CompositeCondition)[];
3029
+ conditions?: (CompositeCondition | SingleCondition)[];
3030
3030
  params?: {
3031
3031
  [k: string]: unknown;
3032
3032
  };
@@ -3106,7 +3106,7 @@ export interface Modules {
3106
3106
  | 'TIME_TRACKING'
3107
3107
  | 'other'
3108
3108
  | 'OTHER';
3109
- conditions?: (CompositeCondition | SingleCondition)[];
3109
+ conditions?: (SingleCondition | CompositeCondition)[];
3110
3110
  key: ModuleKeySchema;
3111
3111
  [k: string]: unknown;
3112
3112
  },
@@ -3128,7 +3128,7 @@ export interface Modules {
3128
3128
  | 'TIME_TRACKING'
3129
3129
  | 'other'
3130
3130
  | 'OTHER';
3131
- conditions?: (CompositeCondition | SingleCondition)[];
3131
+ conditions?: (SingleCondition | CompositeCondition)[];
3132
3132
  key: ModuleKeySchema;
3133
3133
  [k: string]: unknown;
3134
3134
  }[]
@@ -3236,7 +3236,7 @@ export interface Modules {
3236
3236
  name?: I18NProperty20;
3237
3237
  weight?: number;
3238
3238
  iconUrl?: string;
3239
- conditions?: (SingleCondition | CompositeCondition)[];
3239
+ conditions?: (CompositeCondition | SingleCondition)[];
3240
3240
  url?: string;
3241
3241
  key: ModuleKeySchema;
3242
3242
  [k: string]: unknown;
@@ -3245,7 +3245,7 @@ export interface Modules {
3245
3245
  name?: I18NProperty20;
3246
3246
  weight?: number;
3247
3247
  iconUrl?: string;
3248
- conditions?: (SingleCondition | CompositeCondition)[];
3248
+ conditions?: (CompositeCondition | SingleCondition)[];
3249
3249
  url?: string;
3250
3250
  key: ModuleKeySchema;
3251
3251
  [k: string]: unknown;
@@ -3348,9 +3348,9 @@ export interface Modules {
3348
3348
  icon?: Icon6;
3349
3349
  tooltip?: I18NProperty29;
3350
3350
  name?: I18NProperty30;
3351
- conditions?: (SingleCondition | CompositeCondition)[];
3351
+ conditions?: (CompositeCondition | SingleCondition)[];
3352
3352
  target?: IssuePageTargetWebPanel;
3353
- contentPresentConditions?: (SingleCondition | CompositeCondition)[];
3353
+ contentPresentConditions?: (CompositeCondition | SingleCondition)[];
3354
3354
  jiraNativeAppsEnabled?: boolean;
3355
3355
  key: ModuleKeySchema;
3356
3356
  [k: string]: unknown;
@@ -3359,9 +3359,9 @@ export interface Modules {
3359
3359
  icon?: Icon6;
3360
3360
  tooltip?: I18NProperty29;
3361
3361
  name?: I18NProperty30;
3362
- conditions?: (SingleCondition | CompositeCondition)[];
3362
+ conditions?: (CompositeCondition | SingleCondition)[];
3363
3363
  target?: IssuePageTargetWebPanel;
3364
- contentPresentConditions?: (SingleCondition | CompositeCondition)[];
3364
+ contentPresentConditions?: (CompositeCondition | SingleCondition)[];
3365
3365
  jiraNativeAppsEnabled?: boolean;
3366
3366
  key: ModuleKeySchema;
3367
3367
  [k: string]: unknown;
@@ -3393,7 +3393,7 @@ export interface Modules {
3393
3393
  {
3394
3394
  name?: I18NProperty33;
3395
3395
  weight?: number;
3396
- conditions?: (CompositeCondition2 | SingleCondition2)[];
3396
+ conditions?: (SingleCondition2 | CompositeCondition2)[];
3397
3397
  params?: {
3398
3398
  [k: string]: unknown;
3399
3399
  };
@@ -3404,7 +3404,7 @@ export interface Modules {
3404
3404
  ...{
3405
3405
  name?: I18NProperty33;
3406
3406
  weight?: number;
3407
- conditions?: (CompositeCondition2 | SingleCondition2)[];
3407
+ conditions?: (SingleCondition2 | CompositeCondition2)[];
3408
3408
  params?: {
3409
3409
  [k: string]: unknown;
3410
3410
  };
@@ -3485,7 +3485,7 @@ export interface Modules {
3485
3485
  {
3486
3486
  name?: I18NProperty38;
3487
3487
  weight?: number;
3488
- conditions?: (CompositeCondition4 | SingleCondition3)[];
3488
+ conditions?: (SingleCondition3 | CompositeCondition4)[];
3489
3489
  params?: {
3490
3490
  [k: string]: unknown;
3491
3491
  };
@@ -3496,7 +3496,7 @@ export interface Modules {
3496
3496
  ...{
3497
3497
  name?: I18NProperty38;
3498
3498
  weight?: number;
3499
- conditions?: (CompositeCondition4 | SingleCondition3)[];
3499
+ conditions?: (SingleCondition3 | CompositeCondition4)[];
3500
3500
  params?: {
3501
3501
  [k: string]: unknown;
3502
3502
  };
@@ -3617,7 +3617,7 @@ export interface Modules {
3617
3617
  expression?: string;
3618
3618
  edit?: URL8;
3619
3619
  evaluationContext?: 'user' | 'USER' | 'app' | 'APP';
3620
- errorMessage?: JiraExpressionErrorMessage | I18NProperty45;
3620
+ errorMessage?: I18NProperty45 | JiraExpressionErrorMessage;
3621
3621
  name?: I18NProperty46;
3622
3622
  description?: I18NProperty47;
3623
3623
  create?: URL9;
@@ -3629,7 +3629,7 @@ export interface Modules {
3629
3629
  expression?: string;
3630
3630
  edit?: URL8;
3631
3631
  evaluationContext?: 'user' | 'USER' | 'app' | 'APP';
3632
- errorMessage?: JiraExpressionErrorMessage | I18NProperty45;
3632
+ errorMessage?: I18NProperty45 | JiraExpressionErrorMessage;
3633
3633
  name?: I18NProperty46;
3634
3634
  description?: I18NProperty47;
3635
3635
  create?: URL9;
@@ -3727,7 +3727,7 @@ export interface Modules {
3727
3727
  fullPage?: boolean;
3728
3728
  cacheable?: boolean;
3729
3729
  location?: string;
3730
- conditions?: (SingleCondition | CompositeCondition)[];
3730
+ conditions?: (CompositeCondition | SingleCondition)[];
3731
3731
  params?: {
3732
3732
  [k: string]: unknown;
3733
3733
  };
@@ -3742,7 +3742,7 @@ export interface Modules {
3742
3742
  fullPage?: boolean;
3743
3743
  cacheable?: boolean;
3744
3744
  location?: string;
3745
- conditions?: (SingleCondition | CompositeCondition)[];
3745
+ conditions?: (CompositeCondition | SingleCondition)[];
3746
3746
  params?: {
3747
3747
  [k: string]: unknown;
3748
3748
  };
@@ -3760,7 +3760,7 @@ export interface Modules {
3760
3760
  location?: string;
3761
3761
  cacheable?: boolean;
3762
3762
  supportsNative?: boolean;
3763
- conditions?: (SingleCondition | CompositeCondition)[];
3763
+ conditions?: (CompositeCondition | SingleCondition)[];
3764
3764
  params?: {
3765
3765
  [k: string]: unknown;
3766
3766
  };
@@ -3776,7 +3776,7 @@ export interface Modules {
3776
3776
  location?: string;
3777
3777
  cacheable?: boolean;
3778
3778
  supportsNative?: boolean;
3779
- conditions?: (SingleCondition | CompositeCondition)[];
3779
+ conditions?: (CompositeCondition | SingleCondition)[];
3780
3780
  params?: {
3781
3781
  [k: string]: unknown;
3782
3782
  };
@@ -3790,7 +3790,7 @@ export interface Modules {
3790
3790
  filter?: string;
3791
3791
  excludeBody?: boolean;
3792
3792
  event?: string;
3793
- conditions?: (CompositeCondition | SingleCondition)[];
3793
+ conditions?: (SingleCondition | CompositeCondition)[];
3794
3794
  propertyKeys?: string[];
3795
3795
  url?: string;
3796
3796
  key: ModuleKeySchema;
@@ -3800,7 +3800,7 @@ export interface Modules {
3800
3800
  filter?: string;
3801
3801
  excludeBody?: boolean;
3802
3802
  event?: string;
3803
- conditions?: (CompositeCondition | SingleCondition)[];
3803
+ conditions?: (SingleCondition | CompositeCondition)[];
3804
3804
  propertyKeys?: string[];
3805
3805
  url?: string;
3806
3806
  key: ModuleKeySchema;
@@ -3814,7 +3814,7 @@ export interface Modules {
3814
3814
  weight?: number;
3815
3815
  cacheable?: boolean;
3816
3816
  location?: string;
3817
- conditions?: (CompositeCondition | SingleCondition)[];
3817
+ conditions?: (SingleCondition | CompositeCondition)[];
3818
3818
  params?: {
3819
3819
  [k: string]: unknown;
3820
3820
  };
@@ -3828,7 +3828,7 @@ export interface Modules {
3828
3828
  weight?: number;
3829
3829
  cacheable?: boolean;
3830
3830
  location?: string;
3831
- conditions?: (CompositeCondition | SingleCondition)[];
3831
+ conditions?: (SingleCondition | CompositeCondition)[];
3832
3832
  params?: {
3833
3833
  [k: string]: unknown;
3834
3834
  };
@@ -3843,7 +3843,7 @@ export interface Modules {
3843
3843
  name?: I18NProperty55;
3844
3844
  weight?: number;
3845
3845
  location?: string;
3846
- conditions?: (CompositeCondition | SingleCondition)[];
3846
+ conditions?: (SingleCondition | CompositeCondition)[];
3847
3847
  params?: {
3848
3848
  [k: string]: unknown;
3849
3849
  };
@@ -3855,7 +3855,7 @@ export interface Modules {
3855
3855
  name?: I18NProperty55;
3856
3856
  weight?: number;
3857
3857
  location?: string;
3858
- conditions?: (CompositeCondition | SingleCondition)[];
3858
+ conditions?: (SingleCondition | CompositeCondition)[];
3859
3859
  params?: {
3860
3860
  [k: string]: unknown;
3861
3861
  };
@@ -3870,7 +3870,7 @@ export interface Modules {
3870
3870
  weight?: number;
3871
3871
  cacheable?: boolean;
3872
3872
  location?: string;
3873
- conditions?: (CompositeCondition | SingleCondition)[];
3873
+ conditions?: (SingleCondition | CompositeCondition)[];
3874
3874
  params?: {
3875
3875
  [k: string]: unknown;
3876
3876
  };
@@ -3884,7 +3884,7 @@ export interface Modules {
3884
3884
  weight?: number;
3885
3885
  cacheable?: boolean;
3886
3886
  location?: string;
3887
- conditions?: (CompositeCondition | SingleCondition)[];
3887
+ conditions?: (SingleCondition | CompositeCondition)[];
3888
3888
  params?: {
3889
3889
  [k: string]: unknown;
3890
3890
  };
@@ -3908,7 +3908,7 @@ export interface Modules {
3908
3908
  name?: I18NProperty59;
3909
3909
  location?: string;
3910
3910
  cacheable?: boolean;
3911
- conditions?: (SingleCondition4 | CompositeCondition6)[];
3911
+ conditions?: (CompositeCondition6 | SingleCondition4)[];
3912
3912
  key: ModuleKeySchema;
3913
3913
  [k: string]: unknown;
3914
3914
  },
@@ -3926,7 +3926,7 @@ export interface Modules {
3926
3926
  name?: I18NProperty59;
3927
3927
  location?: string;
3928
3928
  cacheable?: boolean;
3929
- conditions?: (SingleCondition4 | CompositeCondition6)[];
3929
+ conditions?: (CompositeCondition6 | SingleCondition4)[];
3930
3930
  key: ModuleKeySchema;
3931
3931
  [k: string]: unknown;
3932
3932
  }[]
@@ -3939,7 +3939,7 @@ export interface Modules {
3939
3939
  fullPage?: boolean;
3940
3940
  cacheable?: boolean;
3941
3941
  location?: string;
3942
- conditions?: (SingleCondition | CompositeCondition)[];
3942
+ conditions?: (CompositeCondition | SingleCondition)[];
3943
3943
  params?: {
3944
3944
  [k: string]: unknown;
3945
3945
  };
@@ -3954,7 +3954,7 @@ export interface Modules {
3954
3954
  fullPage?: boolean;
3955
3955
  cacheable?: boolean;
3956
3956
  location?: string;
3957
- conditions?: (SingleCondition | CompositeCondition)[];
3957
+ conditions?: (CompositeCondition | SingleCondition)[];
3958
3958
  params?: {
3959
3959
  [k: string]: unknown;
3960
3960
  };
@@ -4212,7 +4212,7 @@ export interface Modules {
4212
4212
  icon?: Icon18;
4213
4213
  name?: I18NProperty91;
4214
4214
  cacheable?: boolean;
4215
- conditions?: (CompositeCondition | SingleCondition)[];
4215
+ conditions?: (SingleCondition | CompositeCondition)[];
4216
4216
  params?: {
4217
4217
  [k: string]: unknown;
4218
4218
  };
@@ -4228,7 +4228,7 @@ export interface Modules {
4228
4228
  icon?: Icon18;
4229
4229
  name?: I18NProperty91;
4230
4230
  cacheable?: boolean;
4231
- conditions?: (CompositeCondition | SingleCondition)[];
4231
+ conditions?: (SingleCondition | CompositeCondition)[];
4232
4232
  params?: {
4233
4233
  [k: string]: unknown;
4234
4234
  };
@@ -4410,37 +4410,6 @@ export interface I18NProperty1 {
4410
4410
  i18n?: string;
4411
4411
  [k: string]: unknown;
4412
4412
  }
4413
- /**
4414
- *
4415
- *
4416
- * Single Conditions are either provided by the host application. See the complete documentation of
4417
- * [Conditions](../../conditions/) for more information.
4418
- *
4419
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
4420
- * This is useful where you want to show the section if a certain condition is not satisfied.
4421
- *
4422
- * <h3>Example</h3>
4423
- *
4424
- *
4425
- *
4426
- *
4427
- *
4428
- * {
4429
- * "condition": "user_is_logged_in",
4430
- * "invert": false
4431
- * }
4432
- *
4433
- *
4434
- *
4435
- */
4436
- export interface SingleCondition {
4437
- condition: string;
4438
- invert?: boolean;
4439
- params?: {
4440
- [k: string]: unknown;
4441
- };
4442
- [k: string]: unknown;
4443
- }
4444
4413
  /**
4445
4414
  *
4446
4415
  *
@@ -4478,10 +4447,41 @@ export interface SingleCondition {
4478
4447
  *
4479
4448
  */
4480
4449
  export interface CompositeCondition {
4481
- conditions?: (SingleCondition | ManifestSchema)[];
4450
+ conditions?: (ManifestSchema | SingleCondition)[];
4482
4451
  type?: 'and' | 'AND' | 'or' | 'OR';
4483
4452
  [k: string]: unknown;
4484
4453
  }
4454
+ /**
4455
+ *
4456
+ *
4457
+ * Single Conditions are either provided by the host application. See the complete documentation of
4458
+ * [Conditions](../../conditions/) for more information.
4459
+ *
4460
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
4461
+ * This is useful where you want to show the section if a certain condition is not satisfied.
4462
+ *
4463
+ * <h3>Example</h3>
4464
+ *
4465
+ *
4466
+ *
4467
+ *
4468
+ *
4469
+ * {
4470
+ * "condition": "user_is_logged_in",
4471
+ * "invert": false
4472
+ * }
4473
+ *
4474
+ *
4475
+ *
4476
+ */
4477
+ export interface SingleCondition {
4478
+ condition: string;
4479
+ invert?: boolean;
4480
+ params?: {
4481
+ [k: string]: unknown;
4482
+ };
4483
+ [k: string]: unknown;
4484
+ }
4485
4485
  /**
4486
4486
  *
4487
4487
  *
@@ -4825,10 +4825,74 @@ export interface Icon3 {
4825
4825
  *
4826
4826
  */
4827
4827
  export interface WebItemTarget {
4828
- options?: DialogOptions | InlineDialogOptions | DialogModuleOptions;
4828
+ options?: InlineDialogOptions | DialogModuleOptions | DialogOptions;
4829
4829
  type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
4830
4830
  [k: string]: unknown;
4831
4831
  }
4832
+ /**
4833
+ *
4834
+ *
4835
+ * Options for an inline dialog target
4836
+ *
4837
+ * <h3>Example</h3>
4838
+ *
4839
+ *
4840
+ *
4841
+ *
4842
+ *
4843
+ * {
4844
+ * "target": {
4845
+ * "type": "inlinedialog",
4846
+ * "options": {
4847
+ * "onHover": true,
4848
+ * "offsetX": "30px",
4849
+ * "offsetY": "20px"
4850
+ * }
4851
+ * }
4852
+ * }
4853
+ *
4854
+ *
4855
+ *
4856
+ */
4857
+ export interface InlineDialogOptions {
4858
+ offsetX?: string;
4859
+ offsetY?: string;
4860
+ width?: string;
4861
+ onTop?: boolean;
4862
+ showDelay?: number;
4863
+ closeOthers?: boolean;
4864
+ persistent?: boolean;
4865
+ onHover?: boolean;
4866
+ isRelativeToMouse?: boolean;
4867
+ [k: string]: unknown;
4868
+ }
4869
+ /**
4870
+ *
4871
+ *
4872
+ * Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
4873
+ *
4874
+ * <h3>Example</h3>
4875
+ *
4876
+ *
4877
+ *
4878
+ *
4879
+ *
4880
+ * {
4881
+ * "target": {
4882
+ * "type": "dialogmodule",
4883
+ * "options": {
4884
+ * "key": "dialog-module-key"
4885
+ * }
4886
+ * }
4887
+ * }
4888
+ *
4889
+ *
4890
+ *
4891
+ */
4892
+ export interface DialogModuleOptions {
4893
+ key: string;
4894
+ [k: string]: unknown;
4895
+ }
4832
4896
  /**
4833
4897
  *
4834
4898
  *
@@ -4927,70 +4991,6 @@ export interface I18NProperty9 {
4927
4991
  i18n?: string;
4928
4992
  [k: string]: unknown;
4929
4993
  }
4930
- /**
4931
- *
4932
- *
4933
- * Options for an inline dialog target
4934
- *
4935
- * <h3>Example</h3>
4936
- *
4937
- *
4938
- *
4939
- *
4940
- *
4941
- * {
4942
- * "target": {
4943
- * "type": "inlinedialog",
4944
- * "options": {
4945
- * "onHover": true,
4946
- * "offsetX": "30px",
4947
- * "offsetY": "20px"
4948
- * }
4949
- * }
4950
- * }
4951
- *
4952
- *
4953
- *
4954
- */
4955
- export interface InlineDialogOptions {
4956
- offsetX?: string;
4957
- offsetY?: string;
4958
- width?: string;
4959
- onTop?: boolean;
4960
- showDelay?: number;
4961
- closeOthers?: boolean;
4962
- persistent?: boolean;
4963
- onHover?: boolean;
4964
- isRelativeToMouse?: boolean;
4965
- [k: string]: unknown;
4966
- }
4967
- /**
4968
- *
4969
- *
4970
- * Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
4971
- *
4972
- * <h3>Example</h3>
4973
- *
4974
- *
4975
- *
4976
- *
4977
- *
4978
- * {
4979
- * "target": {
4980
- * "type": "dialogmodule",
4981
- * "options": {
4982
- * "key": "dialog-module-key"
4983
- * }
4984
- * }
4985
- * }
4986
- *
4987
- *
4988
- *
4989
- */
4990
- export interface DialogModuleOptions {
4991
- key: string;
4992
- [k: string]: unknown;
4993
- }
4994
4994
  /**
4995
4995
  *
4996
4996
  *
@@ -5989,6 +5989,37 @@ export interface I18NProperty33 {
5989
5989
  i18n?: string;
5990
5990
  [k: string]: unknown;
5991
5991
  }
5992
+ /**
5993
+ *
5994
+ *
5995
+ * Single Conditions are either provided by the host application. See the complete documentation of
5996
+ * [Conditions](../../conditions/) for more information.
5997
+ *
5998
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
5999
+ * This is useful where you want to show the section if a certain condition is not satisfied.
6000
+ *
6001
+ * <h3>Example</h3>
6002
+ *
6003
+ *
6004
+ *
6005
+ *
6006
+ *
6007
+ * {
6008
+ * "condition": "user_is_logged_in",
6009
+ * "invert": false
6010
+ * }
6011
+ *
6012
+ *
6013
+ *
6014
+ */
6015
+ export interface SingleCondition2 {
6016
+ condition: string;
6017
+ invert?: boolean;
6018
+ params?: {
6019
+ [k: string]: unknown;
6020
+ };
6021
+ [k: string]: unknown;
6022
+ }
5992
6023
  /**
5993
6024
  *
5994
6025
  *
@@ -6026,7 +6057,7 @@ export interface I18NProperty33 {
6026
6057
  *
6027
6058
  */
6028
6059
  export interface CompositeCondition2 {
6029
- conditions?: (CompositeCondition3 | SingleCondition)[];
6060
+ conditions?: (SingleCondition | CompositeCondition3)[];
6030
6061
  type?: 'and' | 'AND' | 'or' | 'OR';
6031
6062
  [k: string]: unknown;
6032
6063
  }
@@ -6067,41 +6098,10 @@ export interface CompositeCondition2 {
6067
6098
  *
6068
6099
  */
6069
6100
  export interface CompositeCondition3 {
6070
- conditions?: (ManifestSchema | SingleCondition)[];
6101
+ conditions?: (SingleCondition | ManifestSchema)[];
6071
6102
  type?: 'and' | 'AND' | 'or' | 'OR';
6072
6103
  [k: string]: unknown;
6073
6104
  }
6074
- /**
6075
- *
6076
- *
6077
- * Single Conditions are either provided by the host application. See the complete documentation of
6078
- * [Conditions](../../conditions/) for more information.
6079
- *
6080
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6081
- * This is useful where you want to show the section if a certain condition is not satisfied.
6082
- *
6083
- * <h3>Example</h3>
6084
- *
6085
- *
6086
- *
6087
- *
6088
- *
6089
- * {
6090
- * "condition": "user_is_logged_in",
6091
- * "invert": false
6092
- * }
6093
- *
6094
- *
6095
- *
6096
- */
6097
- export interface SingleCondition2 {
6098
- condition: string;
6099
- invert?: boolean;
6100
- params?: {
6101
- [k: string]: unknown;
6102
- };
6103
- [k: string]: unknown;
6104
- }
6105
6105
  /**
6106
6106
  *
6107
6107
  *
@@ -6294,6 +6294,37 @@ export interface I18NProperty38 {
6294
6294
  i18n?: string;
6295
6295
  [k: string]: unknown;
6296
6296
  }
6297
+ /**
6298
+ *
6299
+ *
6300
+ * Single Conditions are either provided by the host application. See the complete documentation of
6301
+ * [Conditions](../../conditions/) for more information.
6302
+ *
6303
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6304
+ * This is useful where you want to show the section if a certain condition is not satisfied.
6305
+ *
6306
+ * <h3>Example</h3>
6307
+ *
6308
+ *
6309
+ *
6310
+ *
6311
+ *
6312
+ * {
6313
+ * "condition": "user_is_logged_in",
6314
+ * "invert": false
6315
+ * }
6316
+ *
6317
+ *
6318
+ *
6319
+ */
6320
+ export interface SingleCondition3 {
6321
+ condition: string;
6322
+ invert?: boolean;
6323
+ params?: {
6324
+ [k: string]: unknown;
6325
+ };
6326
+ [k: string]: unknown;
6327
+ }
6297
6328
  /**
6298
6329
  *
6299
6330
  *
@@ -6331,7 +6362,7 @@ export interface I18NProperty38 {
6331
6362
  *
6332
6363
  */
6333
6364
  export interface CompositeCondition4 {
6334
- conditions?: (CompositeCondition5 | SingleCondition)[];
6365
+ conditions?: (SingleCondition | CompositeCondition5)[];
6335
6366
  type?: 'and' | 'AND' | 'or' | 'OR';
6336
6367
  [k: string]: unknown;
6337
6368
  }
@@ -6372,41 +6403,10 @@ export interface CompositeCondition4 {
6372
6403
  *
6373
6404
  */
6374
6405
  export interface CompositeCondition5 {
6375
- conditions?: (ManifestSchema | SingleCondition)[];
6406
+ conditions?: (SingleCondition | ManifestSchema)[];
6376
6407
  type?: 'and' | 'AND' | 'or' | 'OR';
6377
6408
  [k: string]: unknown;
6378
6409
  }
6379
- /**
6380
- *
6381
- *
6382
- * Single Conditions are either provided by the host application. See the complete documentation of
6383
- * [Conditions](../../conditions/) for more information.
6384
- *
6385
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6386
- * This is useful where you want to show the section if a certain condition is not satisfied.
6387
- *
6388
- * <h3>Example</h3>
6389
- *
6390
- *
6391
- *
6392
- *
6393
- *
6394
- * {
6395
- * "condition": "user_is_logged_in",
6396
- * "invert": false
6397
- * }
6398
- *
6399
- *
6400
- *
6401
- */
6402
- export interface SingleCondition3 {
6403
- condition: string;
6404
- invert?: boolean;
6405
- params?: {
6406
- [k: string]: unknown;
6407
- };
6408
- [k: string]: unknown;
6409
- }
6410
6410
  /**
6411
6411
  *
6412
6412
  *
@@ -6596,6 +6596,30 @@ export interface URL8 {
6596
6596
  url: string;
6597
6597
  [k: string]: unknown;
6598
6598
  }
6599
+ /**
6600
+ *
6601
+ *
6602
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
6603
+ * and value in multiple places if you like, but identical keys must have identical values.
6604
+ *
6605
+ * <h3>Example</h3>
6606
+ *
6607
+ *
6608
+ *
6609
+ *
6610
+ *
6611
+ * {
6612
+ * "value": "My text"
6613
+ * }
6614
+ *
6615
+ *
6616
+ *
6617
+ */
6618
+ export interface I18NProperty45 {
6619
+ value: string;
6620
+ i18n?: string;
6621
+ [k: string]: unknown;
6622
+ }
6599
6623
  /**
6600
6624
  *
6601
6625
  *
@@ -6627,7 +6651,7 @@ export interface JiraExpressionErrorMessage {
6627
6651
  *
6628
6652
  *
6629
6653
  */
6630
- export interface I18NProperty45 {
6654
+ export interface I18NProperty46 {
6631
6655
  value: string;
6632
6656
  i18n?: string;
6633
6657
  [k: string]: unknown;
@@ -6651,11 +6675,20 @@ export interface I18NProperty45 {
6651
6675
  *
6652
6676
  *
6653
6677
  */
6654
- export interface I18NProperty46 {
6678
+ export interface I18NProperty47 {
6655
6679
  value: string;
6656
6680
  i18n?: string;
6657
6681
  [k: string]: unknown;
6658
6682
  }
6683
+ /**
6684
+ *
6685
+ *
6686
+ *
6687
+ */
6688
+ export interface URL9 {
6689
+ url: string;
6690
+ [k: string]: unknown;
6691
+ }
6659
6692
  /**
6660
6693
  *
6661
6694
  *
@@ -6675,7 +6708,7 @@ export interface I18NProperty46 {
6675
6708
  *
6676
6709
  *
6677
6710
  */
6678
- export interface I18NProperty47 {
6711
+ export interface I18NProperty48 {
6679
6712
  value: string;
6680
6713
  i18n?: string;
6681
6714
  [k: string]: unknown;
@@ -6683,10 +6716,76 @@ export interface I18NProperty47 {
6683
6716
  /**
6684
6717
  *
6685
6718
  *
6719
+ * Describes the location of the issue background script module.
6720
+ *
6686
6721
  *
6687
6722
  */
6688
- export interface URL9 {
6723
+ export interface IssueBackgroundScriptLocation {
6724
+ type: 'issue_view' | 'ISSUE_VIEW';
6725
+ shouldReloadOnRefresh?: boolean;
6726
+ [k: string]: unknown;
6727
+ }
6728
+ /**
6729
+ *
6730
+ *
6731
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
6732
+ * and value in multiple places if you like, but identical keys must have identical values.
6733
+ *
6734
+ * <h3>Example</h3>
6735
+ *
6736
+ *
6737
+ *
6738
+ *
6739
+ *
6740
+ * {
6741
+ * "value": "My text"
6742
+ * }
6743
+ *
6744
+ *
6745
+ *
6746
+ */
6747
+ export interface I18NProperty49 {
6748
+ value: string;
6749
+ i18n?: string;
6750
+ [k: string]: unknown;
6751
+ }
6752
+ /**
6753
+ *
6754
+ *
6755
+ * The bean containing the key of the target module of the shortcut.
6756
+ *
6757
+ *
6758
+ */
6759
+ export interface KeyboardShortcutTarget1 {
6760
+ key: string;
6761
+ [k: string]: unknown;
6762
+ }
6763
+ /**
6764
+ *
6765
+ *
6766
+ * Defines an icon to display.
6767
+ *
6768
+ * <h3>Example</h3>
6769
+ *
6770
+ *
6771
+ *
6772
+ *
6773
+ *
6774
+ * {
6775
+ * "icon": {
6776
+ * "width": 16,
6777
+ * "height": 16,
6778
+ * "url": "/my-icon.png"
6779
+ * }
6780
+ * }
6781
+ *
6782
+ *
6783
+ *
6784
+ */
6785
+ export interface Icon7 {
6786
+ width?: number;
6689
6787
  url: string;
6788
+ height?: number;
6690
6789
  [k: string]: unknown;
6691
6790
  }
6692
6791
  /**
@@ -6708,7 +6807,7 @@ export interface URL9 {
6708
6807
  *
6709
6808
  *
6710
6809
  */
6711
- export interface I18NProperty48 {
6810
+ export interface I18NProperty50 {
6712
6811
  value: string;
6713
6812
  i18n?: string;
6714
6813
  [k: string]: unknown;
@@ -6716,124 +6815,25 @@ export interface I18NProperty48 {
6716
6815
  /**
6717
6816
  *
6718
6817
  *
6719
- * Describes the location of the issue background script module.
6818
+ * <h3>Example</h3>
6819
+ *
6820
+ *
6821
+ *
6822
+ *
6823
+ *
6824
+ * {
6825
+ * "layout": {
6826
+ * "width": "100",
6827
+ * "height": "200"
6828
+ * }
6829
+ * }
6830
+ *
6720
6831
  *
6721
6832
  *
6722
6833
  */
6723
- export interface IssueBackgroundScriptLocation {
6724
- type: 'issue_view' | 'ISSUE_VIEW';
6725
- shouldReloadOnRefresh?: boolean;
6726
- [k: string]: unknown;
6727
- }
6728
- /**
6729
- *
6730
- *
6731
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
6732
- * and value in multiple places if you like, but identical keys must have identical values.
6733
- *
6734
- * <h3>Example</h3>
6735
- *
6736
- *
6737
- *
6738
- *
6739
- *
6740
- * {
6741
- * "value": "My text"
6742
- * }
6743
- *
6744
- *
6745
- *
6746
- */
6747
- export interface I18NProperty49 {
6748
- value: string;
6749
- i18n?: string;
6750
- [k: string]: unknown;
6751
- }
6752
- /**
6753
- *
6754
- *
6755
- * The bean containing the key of the target module of the shortcut.
6756
- *
6757
- *
6758
- */
6759
- export interface KeyboardShortcutTarget1 {
6760
- key: string;
6761
- [k: string]: unknown;
6762
- }
6763
- /**
6764
- *
6765
- *
6766
- * Defines an icon to display.
6767
- *
6768
- * <h3>Example</h3>
6769
- *
6770
- *
6771
- *
6772
- *
6773
- *
6774
- * {
6775
- * "icon": {
6776
- * "width": 16,
6777
- * "height": 16,
6778
- * "url": "/my-icon.png"
6779
- * }
6780
- * }
6781
- *
6782
- *
6783
- *
6784
- */
6785
- export interface Icon7 {
6786
- width?: number;
6787
- url: string;
6788
- height?: number;
6789
- [k: string]: unknown;
6790
- }
6791
- /**
6792
- *
6793
- *
6794
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
6795
- * and value in multiple places if you like, but identical keys must have identical values.
6796
- *
6797
- * <h3>Example</h3>
6798
- *
6799
- *
6800
- *
6801
- *
6802
- *
6803
- * {
6804
- * "value": "My text"
6805
- * }
6806
- *
6807
- *
6808
- *
6809
- */
6810
- export interface I18NProperty50 {
6811
- value: string;
6812
- i18n?: string;
6813
- [k: string]: unknown;
6814
- }
6815
- /**
6816
- *
6817
- *
6818
- * <h3>Example</h3>
6819
- *
6820
- *
6821
- *
6822
- *
6823
- *
6824
- * {
6825
- * "layout": {
6826
- * "width": "100",
6827
- * "height": "200"
6828
- * }
6829
- * }
6830
- *
6831
- *
6832
- *
6833
- */
6834
- export interface WebPanelLayout1 {
6835
- width?: string;
6836
- height?: string;
6834
+ export interface WebPanelLayout1 {
6835
+ width?: string;
6836
+ height?: string;
6837
6837
  [k: string]: unknown;
6838
6838
  }
6839
6839
  /**
@@ -7345,37 +7345,6 @@ export interface I18NProperty59 {
7345
7345
  i18n?: string;
7346
7346
  [k: string]: unknown;
7347
7347
  }
7348
- /**
7349
- *
7350
- *
7351
- * Single Conditions are either provided by the host application. See the complete documentation of
7352
- * [Conditions](../../conditions/) for more information.
7353
- *
7354
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
7355
- * This is useful where you want to show the section if a certain condition is not satisfied.
7356
- *
7357
- * <h3>Example</h3>
7358
- *
7359
- *
7360
- *
7361
- *
7362
- *
7363
- * {
7364
- * "condition": "user_is_logged_in",
7365
- * "invert": false
7366
- * }
7367
- *
7368
- *
7369
- *
7370
- */
7371
- export interface SingleCondition4 {
7372
- condition: string;
7373
- invert?: boolean;
7374
- params?: {
7375
- [k: string]: unknown;
7376
- };
7377
- [k: string]: unknown;
7378
- }
7379
7348
  /**
7380
7349
  *
7381
7350
  *
@@ -7413,10 +7382,41 @@ export interface SingleCondition4 {
7413
7382
  *
7414
7383
  */
7415
7384
  export interface CompositeCondition6 {
7416
- conditions?: (ManifestSchema | SingleCondition)[];
7385
+ conditions?: (SingleCondition | ManifestSchema)[];
7417
7386
  type?: 'and' | 'AND' | 'or' | 'OR';
7418
7387
  [k: string]: unknown;
7419
7388
  }
7389
+ /**
7390
+ *
7391
+ *
7392
+ * Single Conditions are either provided by the host application. See the complete documentation of
7393
+ * [Conditions](../../conditions/) for more information.
7394
+ *
7395
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
7396
+ * This is useful where you want to show the section if a certain condition is not satisfied.
7397
+ *
7398
+ * <h3>Example</h3>
7399
+ *
7400
+ *
7401
+ *
7402
+ *
7403
+ *
7404
+ * {
7405
+ * "condition": "user_is_logged_in",
7406
+ * "invert": false
7407
+ * }
7408
+ *
7409
+ *
7410
+ *
7411
+ */
7412
+ export interface SingleCondition4 {
7413
+ condition: string;
7414
+ invert?: boolean;
7415
+ params?: {
7416
+ [k: string]: unknown;
7417
+ };
7418
+ [k: string]: unknown;
7419
+ }
7420
7420
  /**
7421
7421
  *
7422
7422
  *
@@ -7839,7 +7839,7 @@ export interface SingleCondition5 {
7839
7839
  *
7840
7840
  */
7841
7841
  export interface CompositeCondition7 {
7842
- conditions?: (SingleCondition | ManifestSchema)[];
7842
+ conditions?: (ManifestSchema | SingleCondition)[];
7843
7843
  type?: 'and' | 'AND' | 'or' | 'OR';
7844
7844
  [k: string]: unknown;
7845
7845
  }
@@ -9262,11 +9262,39 @@ export interface I18NProperty74 {
9262
9262
  *
9263
9263
  */
9264
9264
  export interface MacroPropertyPanel {
9265
- controls?: (ControlGroup | ToggleGroup | TextControl | ButtonControl1)[];
9265
+ controls?: (TextControl | ControlGroup | ButtonControl1 | ToggleGroup)[];
9266
9266
  cacheable?: boolean;
9267
9267
  url: string;
9268
9268
  [k: string]: unknown;
9269
9269
  }
9270
+ /**
9271
+ *
9272
+ *
9273
+ * Defines a text field which may appear in control extension points such as the property panel
9274
+ *
9275
+ * <p><b>Example</b></p>
9276
+ *
9277
+ *
9278
+ *
9279
+ *
9280
+ *
9281
+ * {
9282
+ * "type": "button",
9283
+ * "label": {
9284
+ * "value": "My Custom Control 0"
9285
+ * },
9286
+ * "key": "my-custom-control-0"
9287
+ * }
9288
+ *
9289
+ *
9290
+ *
9291
+ */
9292
+ export interface TextControl {
9293
+ macroParameter: string;
9294
+ type: 'text' | 'TEXT';
9295
+ key: string;
9296
+ [k: string]: unknown;
9297
+ }
9270
9298
  /**
9271
9299
  *
9272
9300
  *
@@ -9360,6 +9388,58 @@ export interface I18NProperty75 {
9360
9388
  i18n?: string;
9361
9389
  [k: string]: unknown;
9362
9390
  }
9391
+ /**
9392
+ *
9393
+ *
9394
+ * Defines a button which may appear in control extension points such as the property panel
9395
+ *
9396
+ * <p><b>Example</b></p>
9397
+ *
9398
+ *
9399
+ *
9400
+ *
9401
+ *
9402
+ * {
9403
+ * "type": "button",
9404
+ * "label": {
9405
+ * "value": "My Custom Control 0"
9406
+ * },
9407
+ * "key": "my-custom-control-0"
9408
+ * }
9409
+ *
9410
+ *
9411
+ *
9412
+ */
9413
+ export interface ButtonControl1 {
9414
+ label: I18NProperty76;
9415
+ type: 'button' | 'BUTTON';
9416
+ key: string;
9417
+ [k: string]: unknown;
9418
+ }
9419
+ /**
9420
+ *
9421
+ *
9422
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
9423
+ * and value in multiple places if you like, but identical keys must have identical values.
9424
+ *
9425
+ * <h3>Example</h3>
9426
+ *
9427
+ *
9428
+ *
9429
+ *
9430
+ *
9431
+ * {
9432
+ * "value": "My text"
9433
+ * }
9434
+ *
9435
+ *
9436
+ *
9437
+ */
9438
+ export interface I18NProperty76 {
9439
+ value: string;
9440
+ i18n?: string;
9441
+ [k: string]: unknown;
9442
+ }
9363
9443
  /**
9364
9444
  *
9365
9445
  *
@@ -9430,88 +9510,8 @@ export interface ToggleGroup {
9430
9510
  */
9431
9511
  export interface ToggleButtonControl {
9432
9512
  macroParameterValue: string;
9433
- label: I18NProperty76;
9434
- type: 'togglebutton' | 'TOGGLEBUTTON';
9435
- key: string;
9436
- [k: string]: unknown;
9437
- }
9438
- /**
9439
- *
9440
- *
9441
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
9442
- * and value in multiple places if you like, but identical keys must have identical values.
9443
- *
9444
- * <h3>Example</h3>
9445
- *
9446
- *
9447
- *
9448
- *
9449
- *
9450
- * {
9451
- * "value": "My text"
9452
- * }
9453
- *
9454
- *
9455
- *
9456
- */
9457
- export interface I18NProperty76 {
9458
- value: string;
9459
- i18n?: string;
9460
- [k: string]: unknown;
9461
- }
9462
- /**
9463
- *
9464
- *
9465
- * Defines a text field which may appear in control extension points such as the property panel
9466
- *
9467
- * <p><b>Example</b></p>
9468
- *
9469
- *
9470
- *
9471
- *
9472
- *
9473
- * {
9474
- * "type": "button",
9475
- * "label": {
9476
- * "value": "My Custom Control 0"
9477
- * },
9478
- * "key": "my-custom-control-0"
9479
- * }
9480
- *
9481
- *
9482
- *
9483
- */
9484
- export interface TextControl {
9485
- macroParameter: string;
9486
- type: 'text' | 'TEXT';
9487
- key: string;
9488
- [k: string]: unknown;
9489
- }
9490
- /**
9491
- *
9492
- *
9493
- * Defines a button which may appear in control extension points such as the property panel
9494
- *
9495
- * <p><b>Example</b></p>
9496
- *
9497
- *
9498
- *
9499
- *
9500
- *
9501
- * {
9502
- * "type": "button",
9503
- * "label": {
9504
- * "value": "My Custom Control 0"
9505
- * },
9506
- * "key": "my-custom-control-0"
9507
- * }
9508
- *
9509
- *
9510
- *
9511
- */
9512
- export interface ButtonControl1 {
9513
9513
  label: I18NProperty77;
9514
- type: 'button' | 'BUTTON';
9514
+ type: 'togglebutton' | 'TOGGLEBUTTON';
9515
9515
  key: string;
9516
9516
  [k: string]: unknown;
9517
9517
  }
@@ -30507,7 +30507,7 @@ export interface I18NProperty83 {
30507
30507
  *
30508
30508
  */
30509
30509
  export interface MacroPropertyPanel1 {
30510
- controls?: (ToggleGroup1 | ButtonControl2 | ControlGroup1 | TextControl1)[];
30510
+ controls?: (TextControl1 | ButtonControl2 | ControlGroup1 | ToggleGroup1)[];
30511
30511
  cacheable?: boolean;
30512
30512
  url: string;
30513
30513
  [k: string]: unknown;
@@ -30515,7 +30515,7 @@ export interface MacroPropertyPanel1 {
30515
30515
  /**
30516
30516
  *
30517
30517
  *
30518
- * Defines a ToggleGroup which may appear in control extension points such as the property panel
30518
+ * Defines a text field which may appear in control extension points such as the property panel
30519
30519
  *
30520
30520
  * <p><b>Example</b></p>
30521
30521
  *
@@ -30523,44 +30523,27 @@ export interface MacroPropertyPanel1 {
30523
30523
  *
30524
30524
  *
30525
30525
  *
30526
- * [
30527
- * {
30528
- * "type": "togglegroup",
30529
- * "macroParameter": "toggleGroupMacroParameter",
30530
- * "controls": [
30531
- * {
30532
- * "type": "togglebutton",
30533
- * "macroParameterValue": "macroParameterValue 0",
30534
- * "label": {
30535
- * "value": "My Custom Control 0"
30536
- * },
30537
- * "key": "my-custom-toggle-button-0"
30538
- * },
30539
- * {
30540
- * "type": "togglebutton",
30541
- * "macroParameterValue": "macroParameterValue 1",
30542
- * "label": {
30543
- * "value": "My Custom Control 1"
30544
- * },
30545
- * "key": "my-custom-toggle-button-1"
30546
- * }
30547
- * ]
30548
- * }
30549
- * ]
30526
+ * {
30527
+ * "type": "button",
30528
+ * "label": {
30529
+ * "value": "My Custom Control 0"
30530
+ * },
30531
+ * "key": "my-custom-control-0"
30532
+ * }
30550
30533
  *
30551
30534
  *
30552
30535
  *
30553
30536
  */
30554
- export interface ToggleGroup1 {
30555
- controls: ToggleButtonControl1[];
30537
+ export interface TextControl1 {
30556
30538
  macroParameter: string;
30557
- type: 'togglegroup' | 'TOGGLEGROUP';
30539
+ type: 'text' | 'TEXT';
30540
+ key: string;
30558
30541
  [k: string]: unknown;
30559
30542
  }
30560
30543
  /**
30561
30544
  *
30562
30545
  *
30563
- * Defines a toggle button which appears inside a ToggleGroup
30546
+ * Defines a button which may appear in control extension points such as the property panel
30564
30547
  *
30565
30548
  * <p><b>Example</b></p>
30566
30549
  *
@@ -30569,21 +30552,19 @@ export interface ToggleGroup1 {
30569
30552
  *
30570
30553
  *
30571
30554
  * {
30572
- * "type": "togglebutton",
30573
- * "macroParameterValue": "macroParameterValue 0",
30555
+ * "type": "button",
30574
30556
  * "label": {
30575
30557
  * "value": "My Custom Control 0"
30576
30558
  * },
30577
- * "key": "my-custom-toggle-button-0"
30559
+ * "key": "my-custom-control-0"
30578
30560
  * }
30579
30561
  *
30580
30562
  *
30581
30563
  *
30582
30564
  */
30583
- export interface ToggleButtonControl1 {
30584
- macroParameterValue: string;
30565
+ export interface ButtonControl2 {
30585
30566
  label: I18NProperty84;
30586
- type: 'togglebutton' | 'TOGGLEBUTTON';
30567
+ type: 'button' | 'BUTTON';
30587
30568
  key: string;
30588
30569
  [k: string]: unknown;
30589
30570
  }
@@ -30611,6 +30592,47 @@ export interface I18NProperty84 {
30611
30592
  i18n?: string;
30612
30593
  [k: string]: unknown;
30613
30594
  }
30595
+ /**
30596
+ *
30597
+ *
30598
+ * Defines a ControlGroup which may appear in control extension points such as the property panel
30599
+ *
30600
+ * <p><b>Example</b></p>
30601
+ *
30602
+ *
30603
+ *
30604
+ *
30605
+ *
30606
+ * [
30607
+ * {
30608
+ * "type": "group",
30609
+ * "controls": [
30610
+ * {
30611
+ * "type": "button",
30612
+ * "label": {
30613
+ * "value": "My Custom Control 0"
30614
+ * },
30615
+ * "key": "my-custom-control-0"
30616
+ * },
30617
+ * {
30618
+ * "type": "button",
30619
+ * "label": {
30620
+ * "value": "My Custom Control 1"
30621
+ * },
30622
+ * "key": "my-custom-control-1"
30623
+ * }
30624
+ * ]
30625
+ * }
30626
+ * ]
30627
+ *
30628
+ *
30629
+ *
30630
+ */
30631
+ export interface ControlGroup1 {
30632
+ controls: ButtonControl3[];
30633
+ type: 'group' | 'GROUP';
30634
+ [k: string]: unknown;
30635
+ }
30614
30636
  /**
30615
30637
  *
30616
30638
  *
@@ -30633,7 +30655,7 @@ export interface I18NProperty84 {
30633
30655
  *
30634
30656
  *
30635
30657
  */
30636
- export interface ButtonControl2 {
30658
+ export interface ButtonControl3 {
30637
30659
  label: I18NProperty85;
30638
30660
  type: 'button' | 'BUTTON';
30639
30661
  key: string;
@@ -30666,7 +30688,7 @@ export interface I18NProperty85 {
30666
30688
  /**
30667
30689
  *
30668
30690
  *
30669
- * Defines a ControlGroup which may appear in control extension points such as the property panel
30691
+ * Defines a ToggleGroup which may appear in control extension points such as the property panel
30670
30692
  *
30671
30693
  * <p><b>Example</b></p>
30672
30694
  *
@@ -30676,21 +30698,24 @@ export interface I18NProperty85 {
30676
30698
  *
30677
30699
  * [
30678
30700
  * {
30679
- * "type": "group",
30701
+ * "type": "togglegroup",
30702
+ * "macroParameter": "toggleGroupMacroParameter",
30680
30703
  * "controls": [
30681
30704
  * {
30682
- * "type": "button",
30705
+ * "type": "togglebutton",
30706
+ * "macroParameterValue": "macroParameterValue 0",
30683
30707
  * "label": {
30684
30708
  * "value": "My Custom Control 0"
30685
30709
  * },
30686
- * "key": "my-custom-control-0"
30710
+ * "key": "my-custom-toggle-button-0"
30687
30711
  * },
30688
30712
  * {
30689
- * "type": "button",
30713
+ * "type": "togglebutton",
30714
+ * "macroParameterValue": "macroParameterValue 1",
30690
30715
  * "label": {
30691
30716
  * "value": "My Custom Control 1"
30692
30717
  * },
30693
- * "key": "my-custom-control-1"
30718
+ * "key": "my-custom-toggle-button-1"
30694
30719
  * }
30695
30720
  * ]
30696
30721
  * }
@@ -30699,15 +30724,16 @@ export interface I18NProperty85 {
30699
30724
  *
30700
30725
  *
30701
30726
  */
30702
- export interface ControlGroup1 {
30703
- controls: ButtonControl3[];
30704
- type: 'group' | 'GROUP';
30727
+ export interface ToggleGroup1 {
30728
+ controls: ToggleButtonControl1[];
30729
+ macroParameter: string;
30730
+ type: 'togglegroup' | 'TOGGLEGROUP';
30705
30731
  [k: string]: unknown;
30706
30732
  }
30707
30733
  /**
30708
30734
  *
30709
30735
  *
30710
- * Defines a button which may appear in control extension points such as the property panel
30736
+ * Defines a toggle button which appears inside a ToggleGroup
30711
30737
  *
30712
30738
  * <p><b>Example</b></p>
30713
30739
  *
@@ -30716,19 +30742,21 @@ export interface ControlGroup1 {
30716
30742
  *
30717
30743
  *
30718
30744
  * {
30719
- * "type": "button",
30745
+ * "type": "togglebutton",
30746
+ * "macroParameterValue": "macroParameterValue 0",
30720
30747
  * "label": {
30721
30748
  * "value": "My Custom Control 0"
30722
30749
  * },
30723
- * "key": "my-custom-control-0"
30750
+ * "key": "my-custom-toggle-button-0"
30724
30751
  * }
30725
30752
  *
30726
30753
  *
30727
30754
  *
30728
30755
  */
30729
- export interface ButtonControl3 {
30756
+ export interface ToggleButtonControl1 {
30757
+ macroParameterValue: string;
30730
30758
  label: I18NProperty86;
30731
- type: 'button' | 'BUTTON';
30759
+ type: 'togglebutton' | 'TOGGLEBUTTON';
30732
30760
  key: string;
30733
30761
  [k: string]: unknown;
30734
30762
  }
@@ -30756,34 +30784,6 @@ export interface I18NProperty86 {
30756
30784
  i18n?: string;
30757
30785
  [k: string]: unknown;
30758
30786
  }
30759
- /**
30760
- *
30761
- *
30762
- * Defines a text field which may appear in control extension points such as the property panel
30763
- *
30764
- * <p><b>Example</b></p>
30765
- *
30766
- *
30767
- *
30768
- *
30769
- *
30770
- * {
30771
- * "type": "button",
30772
- * "label": {
30773
- * "value": "My Custom Control 0"
30774
- * },
30775
- * "key": "my-custom-control-0"
30776
- * }
30777
- *
30778
- *
30779
- *
30780
- */
30781
- export interface TextControl1 {
30782
- macroParameter: string;
30783
- type: 'text' | 'TEXT';
30784
- key: string;
30785
- [k: string]: unknown;
30786
- }
30787
30787
  /**
30788
30788
  *
30789
30789
  *
@@ -51633,47 +51633,10 @@ export interface I18NProperty91 {
51633
51633
  *
51634
51634
  */
51635
51635
  export interface WebItemTarget2 {
51636
- options?: InlineDialogOptions2 | DialogModuleOptions2 | DialogOptions4;
51636
+ options?: DialogModuleOptions2 | DialogOptions4 | InlineDialogOptions2;
51637
51637
  type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
51638
51638
  [k: string]: unknown;
51639
51639
  }
51640
- /**
51641
- *
51642
- *
51643
- * Options for an inline dialog target
51644
- *
51645
- * <h3>Example</h3>
51646
- *
51647
- *
51648
- *
51649
- *
51650
- *
51651
- * {
51652
- * "target": {
51653
- * "type": "inlinedialog",
51654
- * "options": {
51655
- * "onHover": true,
51656
- * "offsetX": "30px",
51657
- * "offsetY": "20px"
51658
- * }
51659
- * }
51660
- * }
51661
- *
51662
- *
51663
- *
51664
- */
51665
- export interface InlineDialogOptions2 {
51666
- offsetX?: string;
51667
- offsetY?: string;
51668
- width?: string;
51669
- onTop?: boolean;
51670
- showDelay?: number;
51671
- closeOthers?: boolean;
51672
- persistent?: boolean;
51673
- onHover?: boolean;
51674
- isRelativeToMouse?: boolean;
51675
- [k: string]: unknown;
51676
- }
51677
51640
  /**
51678
51641
  *
51679
51642
  *
@@ -51799,6 +51762,43 @@ export interface I18NProperty92 {
51799
51762
  i18n?: string;
51800
51763
  [k: string]: unknown;
51801
51764
  }
51765
+ /**
51766
+ *
51767
+ *
51768
+ * Options for an inline dialog target
51769
+ *
51770
+ * <h3>Example</h3>
51771
+ *
51772
+ *
51773
+ *
51774
+ *
51775
+ *
51776
+ * {
51777
+ * "target": {
51778
+ * "type": "inlinedialog",
51779
+ * "options": {
51780
+ * "onHover": true,
51781
+ * "offsetX": "30px",
51782
+ * "offsetY": "20px"
51783
+ * }
51784
+ * }
51785
+ * }
51786
+ *
51787
+ *
51788
+ *
51789
+ */
51790
+ export interface InlineDialogOptions2 {
51791
+ offsetX?: string;
51792
+ offsetY?: string;
51793
+ width?: string;
51794
+ onTop?: boolean;
51795
+ showDelay?: number;
51796
+ closeOthers?: boolean;
51797
+ persistent?: boolean;
51798
+ onHover?: boolean;
51799
+ isRelativeToMouse?: boolean;
51800
+ [k: string]: unknown;
51801
+ }
51802
51802
  /**
51803
51803
  *
51804
51804
  *