@forge/manifest 3.1.0 → 3.1.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3036,7 +3036,7 @@ export interface Modules {
3036
3036
  fullPage?: boolean;
3037
3037
  cacheable?: boolean;
3038
3038
  location?: string;
3039
- conditions?: (CompositeCondition | SingleCondition)[];
3039
+ conditions?: (SingleCondition | CompositeCondition)[];
3040
3040
  params?: {
3041
3041
  [k: string]: unknown;
3042
3042
  };
@@ -3051,7 +3051,7 @@ export interface Modules {
3051
3051
  fullPage?: boolean;
3052
3052
  cacheable?: boolean;
3053
3053
  location?: string;
3054
- conditions?: (CompositeCondition | SingleCondition)[];
3054
+ conditions?: (SingleCondition | CompositeCondition)[];
3055
3055
  params?: {
3056
3056
  [k: string]: unknown;
3057
3057
  };
@@ -3069,7 +3069,7 @@ export interface Modules {
3069
3069
  location?: string;
3070
3070
  cacheable?: boolean;
3071
3071
  supportsNative?: boolean;
3072
- conditions?: (SingleCondition | CompositeCondition)[];
3072
+ conditions?: (CompositeCondition | SingleCondition)[];
3073
3073
  params?: {
3074
3074
  [k: string]: unknown;
3075
3075
  };
@@ -3085,7 +3085,7 @@ export interface Modules {
3085
3085
  location?: string;
3086
3086
  cacheable?: boolean;
3087
3087
  supportsNative?: boolean;
3088
- conditions?: (SingleCondition | CompositeCondition)[];
3088
+ conditions?: (CompositeCondition | SingleCondition)[];
3089
3089
  params?: {
3090
3090
  [k: string]: unknown;
3091
3091
  };
@@ -3099,7 +3099,7 @@ export interface Modules {
3099
3099
  filter?: string;
3100
3100
  excludeBody?: boolean;
3101
3101
  event?: string;
3102
- conditions?: (CompositeCondition | SingleCondition)[];
3102
+ conditions?: (SingleCondition | CompositeCondition)[];
3103
3103
  propertyKeys?: string[];
3104
3104
  url?: string;
3105
3105
  key: ModuleKeySchema;
@@ -3109,7 +3109,7 @@ export interface Modules {
3109
3109
  filter?: string;
3110
3110
  excludeBody?: boolean;
3111
3111
  event?: string;
3112
- conditions?: (CompositeCondition | SingleCondition)[];
3112
+ conditions?: (SingleCondition | CompositeCondition)[];
3113
3113
  propertyKeys?: string[];
3114
3114
  url?: string;
3115
3115
  key: ModuleKeySchema;
@@ -3123,7 +3123,7 @@ export interface Modules {
3123
3123
  weight?: number;
3124
3124
  cacheable?: boolean;
3125
3125
  location?: string;
3126
- conditions?: (CompositeCondition | SingleCondition)[];
3126
+ conditions?: (SingleCondition | CompositeCondition)[];
3127
3127
  params?: {
3128
3128
  [k: string]: unknown;
3129
3129
  };
@@ -3137,7 +3137,7 @@ export interface Modules {
3137
3137
  weight?: number;
3138
3138
  cacheable?: boolean;
3139
3139
  location?: string;
3140
- conditions?: (CompositeCondition | SingleCondition)[];
3140
+ conditions?: (SingleCondition | CompositeCondition)[];
3141
3141
  params?: {
3142
3142
  [k: string]: unknown;
3143
3143
  };
@@ -3179,7 +3179,7 @@ export interface Modules {
3179
3179
  weight?: number;
3180
3180
  cacheable?: boolean;
3181
3181
  location?: string;
3182
- conditions?: (CompositeCondition | SingleCondition)[];
3182
+ conditions?: (SingleCondition | CompositeCondition)[];
3183
3183
  params?: {
3184
3184
  [k: string]: unknown;
3185
3185
  };
@@ -3193,7 +3193,7 @@ export interface Modules {
3193
3193
  weight?: number;
3194
3194
  cacheable?: boolean;
3195
3195
  location?: string;
3196
- conditions?: (CompositeCondition | SingleCondition)[];
3196
+ conditions?: (SingleCondition | CompositeCondition)[];
3197
3197
  params?: {
3198
3198
  [k: string]: unknown;
3199
3199
  };
@@ -3217,7 +3217,7 @@ export interface Modules {
3217
3217
  name?: I18NProperty59;
3218
3218
  location?: string;
3219
3219
  cacheable?: boolean;
3220
- conditions?: (CompositeCondition6 | SingleCondition4)[];
3220
+ conditions?: (SingleCondition4 | CompositeCondition6)[];
3221
3221
  key: ModuleKeySchema;
3222
3222
  [k: string]: unknown;
3223
3223
  },
@@ -3235,7 +3235,7 @@ export interface Modules {
3235
3235
  name?: I18NProperty59;
3236
3236
  location?: string;
3237
3237
  cacheable?: boolean;
3238
- conditions?: (CompositeCondition6 | SingleCondition4)[];
3238
+ conditions?: (SingleCondition4 | CompositeCondition6)[];
3239
3239
  key: ModuleKeySchema;
3240
3240
  [k: string]: unknown;
3241
3241
  }[]
@@ -3248,7 +3248,7 @@ export interface Modules {
3248
3248
  fullPage?: boolean;
3249
3249
  cacheable?: boolean;
3250
3250
  location?: string;
3251
- conditions?: (CompositeCondition | SingleCondition)[];
3251
+ conditions?: (SingleCondition | CompositeCondition)[];
3252
3252
  params?: {
3253
3253
  [k: string]: unknown;
3254
3254
  };
@@ -3263,7 +3263,7 @@ export interface Modules {
3263
3263
  fullPage?: boolean;
3264
3264
  cacheable?: boolean;
3265
3265
  location?: string;
3266
- conditions?: (CompositeCondition | SingleCondition)[];
3266
+ conditions?: (SingleCondition | CompositeCondition)[];
3267
3267
  params?: {
3268
3268
  [k: string]: unknown;
3269
3269
  };
@@ -3756,7 +3756,7 @@ export interface I18NProperty1 {
3756
3756
  *
3757
3757
  */
3758
3758
  export interface CompositeCondition {
3759
- conditions?: (ManifestSchema | SingleCondition)[];
3759
+ conditions?: (SingleCondition | ManifestSchema)[];
3760
3760
  type?: 'and' | 'AND' | 'or' | 'OR';
3761
3761
  [k: string]: unknown;
3762
3762
  }
@@ -6464,7 +6464,7 @@ export interface Icon10 {
6464
6464
  *
6465
6465
  */
6466
6466
  export interface WebItemTarget1 {
6467
- options?: DialogModuleOptions1 | DialogOptions2 | InlineDialogOptions1;
6467
+ options?: DialogModuleOptions1 | InlineDialogOptions1 | DialogOptions2;
6468
6468
  type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
6469
6469
  [k: string]: unknown;
6470
6470
  }
@@ -6495,6 +6495,43 @@ export interface DialogModuleOptions1 {
6495
6495
  key: string;
6496
6496
  [k: string]: unknown;
6497
6497
  }
6498
+ /**
6499
+ *
6500
+ *
6501
+ * Options for an inline dialog target
6502
+ *
6503
+ * <h3>Example</h3>
6504
+ *
6505
+ *
6506
+ *
6507
+ *
6508
+ *
6509
+ * {
6510
+ * "target": {
6511
+ * "type": "inlinedialog",
6512
+ * "options": {
6513
+ * "onHover": true,
6514
+ * "offsetX": "30px",
6515
+ * "offsetY": "20px"
6516
+ * }
6517
+ * }
6518
+ * }
6519
+ *
6520
+ *
6521
+ *
6522
+ */
6523
+ export interface InlineDialogOptions1 {
6524
+ offsetX?: string;
6525
+ offsetY?: string;
6526
+ width?: string;
6527
+ onTop?: boolean;
6528
+ showDelay?: number;
6529
+ closeOthers?: boolean;
6530
+ persistent?: boolean;
6531
+ onHover?: boolean;
6532
+ isRelativeToMouse?: boolean;
6533
+ [k: string]: unknown;
6534
+ }
6498
6535
  /**
6499
6536
  *
6500
6537
  *
@@ -6596,7 +6633,8 @@ export interface I18NProperty58 {
6596
6633
  /**
6597
6634
  *
6598
6635
  *
6599
- * Options for an inline dialog target
6636
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
6637
+ * and value in multiple places if you like, but identical keys must have identical values.
6600
6638
  *
6601
6639
  * <h3>Example</h3>
6602
6640
  *
@@ -6605,36 +6643,25 @@ export interface I18NProperty58 {
6605
6643
  *
6606
6644
  *
6607
6645
  * {
6608
- * "target": {
6609
- * "type": "inlinedialog",
6610
- * "options": {
6611
- * "onHover": true,
6612
- * "offsetX": "30px",
6613
- * "offsetY": "20px"
6614
- * }
6615
- * }
6646
+ * "value": "My text"
6616
6647
  * }
6617
6648
  *
6618
6649
  *
6619
6650
  *
6620
6651
  */
6621
- export interface InlineDialogOptions1 {
6622
- offsetX?: string;
6623
- offsetY?: string;
6624
- width?: string;
6625
- onTop?: boolean;
6626
- showDelay?: number;
6627
- closeOthers?: boolean;
6628
- persistent?: boolean;
6629
- onHover?: boolean;
6630
- isRelativeToMouse?: boolean;
6652
+ export interface I18NProperty59 {
6653
+ value: string;
6654
+ i18n?: string;
6631
6655
  [k: string]: unknown;
6632
6656
  }
6633
6657
  /**
6634
6658
  *
6635
6659
  *
6636
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
6637
- * and value in multiple places if you like, but identical keys must have identical values.
6660
+ * Single Conditions are either provided by the host application. See the complete documentation of
6661
+ * [Conditions](../../conditions/) for more information.
6662
+ *
6663
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6664
+ * This is useful where you want to show the section if a certain condition is not satisfied.
6638
6665
  *
6639
6666
  * <h3>Example</h3>
6640
6667
  *
@@ -6643,15 +6670,19 @@ export interface InlineDialogOptions1 {
6643
6670
  *
6644
6671
  *
6645
6672
  * {
6646
- * "value": "My text"
6673
+ * "condition": "user_is_logged_in",
6674
+ * "invert": false
6647
6675
  * }
6648
6676
  *
6649
6677
  *
6650
6678
  *
6651
6679
  */
6652
- export interface I18NProperty59 {
6653
- value: string;
6654
- i18n?: string;
6680
+ export interface SingleCondition4 {
6681
+ condition: string;
6682
+ invert?: boolean;
6683
+ params?: {
6684
+ [k: string]: unknown;
6685
+ };
6655
6686
  [k: string]: unknown;
6656
6687
  }
6657
6688
  /**
@@ -6695,37 +6726,6 @@ export interface CompositeCondition6 {
6695
6726
  type?: 'and' | 'AND' | 'or' | 'OR';
6696
6727
  [k: string]: unknown;
6697
6728
  }
6698
- /**
6699
- *
6700
- *
6701
- * Single Conditions are either provided by the host application. See the complete documentation of
6702
- * [Conditions](../../conditions/) for more information.
6703
- *
6704
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6705
- * This is useful where you want to show the section if a certain condition is not satisfied.
6706
- *
6707
- * <h3>Example</h3>
6708
- *
6709
- *
6710
- *
6711
- *
6712
- *
6713
- * {
6714
- * "condition": "user_is_logged_in",
6715
- * "invert": false
6716
- * }
6717
- *
6718
- *
6719
- *
6720
- */
6721
- export interface SingleCondition4 {
6722
- condition: string;
6723
- invert?: boolean;
6724
- params?: {
6725
- [k: string]: unknown;
6726
- };
6727
- [k: string]: unknown;
6728
- }
6729
6729
  /**
6730
6730
  *
6731
6731
  *
@@ -7148,7 +7148,7 @@ export interface SingleCondition5 {
7148
7148
  *
7149
7149
  */
7150
7150
  export interface CompositeCondition7 {
7151
- conditions?: (ManifestSchema | SingleCondition)[];
7151
+ conditions?: (SingleCondition | ManifestSchema)[];
7152
7152
  type?: 'and' | 'AND' | 'or' | 'OR';
7153
7153
  [k: string]: unknown;
7154
7154
  }
@@ -8571,7 +8571,7 @@ export interface I18NProperty74 {
8571
8571
  *
8572
8572
  */
8573
8573
  export interface MacroPropertyPanel {
8574
- controls?: (ControlGroup | ButtonControl1 | TextControl | ToggleGroup)[];
8574
+ controls?: (ToggleGroup | ButtonControl | TextControl | ControlGroup)[];
8575
8575
  cacheable?: boolean;
8576
8576
  url: string;
8577
8577
  [k: string]: unknown;
@@ -8579,7 +8579,7 @@ export interface MacroPropertyPanel {
8579
8579
  /**
8580
8580
  *
8581
8581
  *
8582
- * Defines a ControlGroup which may appear in control extension points such as the property panel
8582
+ * Defines a ToggleGroup which may appear in control extension points such as the property panel
8583
8583
  *
8584
8584
  * <p><b>Example</b></p>
8585
8585
  *
@@ -8589,21 +8589,24 @@ export interface MacroPropertyPanel {
8589
8589
  *
8590
8590
  * [
8591
8591
  * {
8592
- * "type": "group",
8592
+ * "type": "togglegroup",
8593
+ * "macroParameter": "toggleGroupMacroParameter",
8593
8594
  * "controls": [
8594
8595
  * {
8595
- * "type": "button",
8596
+ * "type": "togglebutton",
8597
+ * "macroParameterValue": "macroParameterValue 0",
8596
8598
  * "label": {
8597
8599
  * "value": "My Custom Control 0"
8598
8600
  * },
8599
- * "key": "my-custom-control-0"
8601
+ * "key": "my-custom-toggle-button-0"
8600
8602
  * },
8601
8603
  * {
8602
- * "type": "button",
8604
+ * "type": "togglebutton",
8605
+ * "macroParameterValue": "macroParameterValue 1",
8603
8606
  * "label": {
8604
8607
  * "value": "My Custom Control 1"
8605
8608
  * },
8606
- * "key": "my-custom-control-1"
8609
+ * "key": "my-custom-toggle-button-1"
8607
8610
  * }
8608
8611
  * ]
8609
8612
  * }
@@ -8612,15 +8615,16 @@ export interface MacroPropertyPanel {
8612
8615
  *
8613
8616
  *
8614
8617
  */
8615
- export interface ControlGroup {
8616
- controls: ButtonControl[];
8617
- type: 'group' | 'GROUP';
8618
+ export interface ToggleGroup {
8619
+ controls: ToggleButtonControl[];
8620
+ macroParameter: string;
8621
+ type: 'togglegroup' | 'TOGGLEGROUP';
8618
8622
  [k: string]: unknown;
8619
8623
  }
8620
8624
  /**
8621
8625
  *
8622
8626
  *
8623
- * Defines a button which may appear in control extension points such as the property panel
8627
+ * Defines a toggle button which appears inside a ToggleGroup
8624
8628
  *
8625
8629
  * <p><b>Example</b></p>
8626
8630
  *
@@ -8629,19 +8633,21 @@ export interface ControlGroup {
8629
8633
  *
8630
8634
  *
8631
8635
  * {
8632
- * "type": "button",
8636
+ * "type": "togglebutton",
8637
+ * "macroParameterValue": "macroParameterValue 0",
8633
8638
  * "label": {
8634
8639
  * "value": "My Custom Control 0"
8635
8640
  * },
8636
- * "key": "my-custom-control-0"
8641
+ * "key": "my-custom-toggle-button-0"
8637
8642
  * }
8638
8643
  *
8639
8644
  *
8640
8645
  *
8641
8646
  */
8642
- export interface ButtonControl {
8647
+ export interface ToggleButtonControl {
8648
+ macroParameterValue: string;
8643
8649
  label: I18NProperty75;
8644
- type: 'button' | 'BUTTON';
8650
+ type: 'togglebutton' | 'TOGGLEBUTTON';
8645
8651
  key: string;
8646
8652
  [k: string]: unknown;
8647
8653
  }
@@ -8691,7 +8697,7 @@ export interface I18NProperty75 {
8691
8697
  *
8692
8698
  *
8693
8699
  */
8694
- export interface ButtonControl1 {
8700
+ export interface ButtonControl {
8695
8701
  label: I18NProperty76;
8696
8702
  type: 'button' | 'BUTTON';
8697
8703
  key: string;
@@ -8752,7 +8758,7 @@ export interface TextControl {
8752
8758
  /**
8753
8759
  *
8754
8760
  *
8755
- * Defines a ToggleGroup which may appear in control extension points such as the property panel
8761
+ * Defines a ControlGroup which may appear in control extension points such as the property panel
8756
8762
  *
8757
8763
  * <p><b>Example</b></p>
8758
8764
  *
@@ -8762,24 +8768,21 @@ export interface TextControl {
8762
8768
  *
8763
8769
  * [
8764
8770
  * {
8765
- * "type": "togglegroup",
8766
- * "macroParameter": "toggleGroupMacroParameter",
8771
+ * "type": "group",
8767
8772
  * "controls": [
8768
8773
  * {
8769
- * "type": "togglebutton",
8770
- * "macroParameterValue": "macroParameterValue 0",
8774
+ * "type": "button",
8771
8775
  * "label": {
8772
8776
  * "value": "My Custom Control 0"
8773
8777
  * },
8774
- * "key": "my-custom-toggle-button-0"
8778
+ * "key": "my-custom-control-0"
8775
8779
  * },
8776
8780
  * {
8777
- * "type": "togglebutton",
8778
- * "macroParameterValue": "macroParameterValue 1",
8781
+ * "type": "button",
8779
8782
  * "label": {
8780
8783
  * "value": "My Custom Control 1"
8781
8784
  * },
8782
- * "key": "my-custom-toggle-button-1"
8785
+ * "key": "my-custom-control-1"
8783
8786
  * }
8784
8787
  * ]
8785
8788
  * }
@@ -8788,16 +8791,15 @@ export interface TextControl {
8788
8791
  *
8789
8792
  *
8790
8793
  */
8791
- export interface ToggleGroup {
8792
- controls: ToggleButtonControl[];
8793
- macroParameter: string;
8794
- type: 'togglegroup' | 'TOGGLEGROUP';
8794
+ export interface ControlGroup {
8795
+ controls: ButtonControl1[];
8796
+ type: 'group' | 'GROUP';
8795
8797
  [k: string]: unknown;
8796
8798
  }
8797
8799
  /**
8798
8800
  *
8799
8801
  *
8800
- * Defines a toggle button which appears inside a ToggleGroup
8802
+ * Defines a button which may appear in control extension points such as the property panel
8801
8803
  *
8802
8804
  * <p><b>Example</b></p>
8803
8805
  *
@@ -8806,21 +8808,19 @@ export interface ToggleGroup {
8806
8808
  *
8807
8809
  *
8808
8810
  * {
8809
- * "type": "togglebutton",
8810
- * "macroParameterValue": "macroParameterValue 0",
8811
+ * "type": "button",
8811
8812
  * "label": {
8812
8813
  * "value": "My Custom Control 0"
8813
8814
  * },
8814
- * "key": "my-custom-toggle-button-0"
8815
+ * "key": "my-custom-control-0"
8815
8816
  * }
8816
8817
  *
8817
8818
  *
8818
8819
  *
8819
8820
  */
8820
- export interface ToggleButtonControl {
8821
- macroParameterValue: string;
8821
+ export interface ButtonControl1 {
8822
8822
  label: I18NProperty77;
8823
- type: 'togglebutton' | 'TOGGLEBUTTON';
8823
+ type: 'button' | 'BUTTON';
8824
8824
  key: string;
8825
8825
  [k: string]: unknown;
8826
8826
  }
@@ -29816,7 +29816,7 @@ export interface I18NProperty83 {
29816
29816
  *
29817
29817
  */
29818
29818
  export interface MacroPropertyPanel1 {
29819
- controls?: (ToggleGroup1 | ControlGroup1 | TextControl1 | ButtonControl3)[];
29819
+ controls?: (TextControl1 | ControlGroup1 | ToggleGroup1 | ButtonControl3)[];
29820
29820
  cacheable?: boolean;
29821
29821
  url: string;
29822
29822
  [k: string]: unknown;
@@ -29824,7 +29824,35 @@ export interface MacroPropertyPanel1 {
29824
29824
  /**
29825
29825
  *
29826
29826
  *
29827
- * Defines a ToggleGroup which may appear in control extension points such as the property panel
29827
+ * Defines a text field which may appear in control extension points such as the property panel
29828
+ *
29829
+ * <p><b>Example</b></p>
29830
+ *
29831
+ *
29832
+ *
29833
+ *
29834
+ *
29835
+ * {
29836
+ * "type": "button",
29837
+ * "label": {
29838
+ * "value": "My Custom Control 0"
29839
+ * },
29840
+ * "key": "my-custom-control-0"
29841
+ * }
29842
+ *
29843
+ *
29844
+ *
29845
+ */
29846
+ export interface TextControl1 {
29847
+ macroParameter: string;
29848
+ type: 'text' | 'TEXT';
29849
+ key: string;
29850
+ [k: string]: unknown;
29851
+ }
29852
+ /**
29853
+ *
29854
+ *
29855
+ * Defines a ControlGroup which may appear in control extension points such as the property panel
29828
29856
  *
29829
29857
  * <p><b>Example</b></p>
29830
29858
  *
@@ -29834,24 +29862,21 @@ export interface MacroPropertyPanel1 {
29834
29862
  *
29835
29863
  * [
29836
29864
  * {
29837
- * "type": "togglegroup",
29838
- * "macroParameter": "toggleGroupMacroParameter",
29865
+ * "type": "group",
29839
29866
  * "controls": [
29840
29867
  * {
29841
- * "type": "togglebutton",
29842
- * "macroParameterValue": "macroParameterValue 0",
29868
+ * "type": "button",
29843
29869
  * "label": {
29844
29870
  * "value": "My Custom Control 0"
29845
29871
  * },
29846
- * "key": "my-custom-toggle-button-0"
29872
+ * "key": "my-custom-control-0"
29847
29873
  * },
29848
29874
  * {
29849
- * "type": "togglebutton",
29850
- * "macroParameterValue": "macroParameterValue 1",
29875
+ * "type": "button",
29851
29876
  * "label": {
29852
29877
  * "value": "My Custom Control 1"
29853
29878
  * },
29854
- * "key": "my-custom-toggle-button-1"
29879
+ * "key": "my-custom-control-1"
29855
29880
  * }
29856
29881
  * ]
29857
29882
  * }
@@ -29860,16 +29885,15 @@ export interface MacroPropertyPanel1 {
29860
29885
  *
29861
29886
  *
29862
29887
  */
29863
- export interface ToggleGroup1 {
29864
- controls: ToggleButtonControl1[];
29865
- macroParameter: string;
29866
- type: 'togglegroup' | 'TOGGLEGROUP';
29888
+ export interface ControlGroup1 {
29889
+ controls: ButtonControl2[];
29890
+ type: 'group' | 'GROUP';
29867
29891
  [k: string]: unknown;
29868
29892
  }
29869
29893
  /**
29870
29894
  *
29871
29895
  *
29872
- * Defines a toggle button which appears inside a ToggleGroup
29896
+ * Defines a button which may appear in control extension points such as the property panel
29873
29897
  *
29874
29898
  * <p><b>Example</b></p>
29875
29899
  *
@@ -29878,21 +29902,19 @@ export interface ToggleGroup1 {
29878
29902
  *
29879
29903
  *
29880
29904
  * {
29881
- * "type": "togglebutton",
29882
- * "macroParameterValue": "macroParameterValue 0",
29905
+ * "type": "button",
29883
29906
  * "label": {
29884
29907
  * "value": "My Custom Control 0"
29885
29908
  * },
29886
- * "key": "my-custom-toggle-button-0"
29909
+ * "key": "my-custom-control-0"
29887
29910
  * }
29888
29911
  *
29889
29912
  *
29890
29913
  *
29891
29914
  */
29892
- export interface ToggleButtonControl1 {
29893
- macroParameterValue: string;
29915
+ export interface ButtonControl2 {
29894
29916
  label: I18NProperty84;
29895
- type: 'togglebutton' | 'TOGGLEBUTTON';
29917
+ type: 'button' | 'BUTTON';
29896
29918
  key: string;
29897
29919
  [k: string]: unknown;
29898
29920
  }
@@ -29923,7 +29945,7 @@ export interface I18NProperty84 {
29923
29945
  /**
29924
29946
  *
29925
29947
  *
29926
- * Defines a ControlGroup which may appear in control extension points such as the property panel
29948
+ * Defines a ToggleGroup which may appear in control extension points such as the property panel
29927
29949
  *
29928
29950
  * <p><b>Example</b></p>
29929
29951
  *
@@ -29933,21 +29955,24 @@ export interface I18NProperty84 {
29933
29955
  *
29934
29956
  * [
29935
29957
  * {
29936
- * "type": "group",
29958
+ * "type": "togglegroup",
29959
+ * "macroParameter": "toggleGroupMacroParameter",
29937
29960
  * "controls": [
29938
29961
  * {
29939
- * "type": "button",
29962
+ * "type": "togglebutton",
29963
+ * "macroParameterValue": "macroParameterValue 0",
29940
29964
  * "label": {
29941
29965
  * "value": "My Custom Control 0"
29942
29966
  * },
29943
- * "key": "my-custom-control-0"
29967
+ * "key": "my-custom-toggle-button-0"
29944
29968
  * },
29945
29969
  * {
29946
- * "type": "button",
29970
+ * "type": "togglebutton",
29971
+ * "macroParameterValue": "macroParameterValue 1",
29947
29972
  * "label": {
29948
29973
  * "value": "My Custom Control 1"
29949
29974
  * },
29950
- * "key": "my-custom-control-1"
29975
+ * "key": "my-custom-toggle-button-1"
29951
29976
  * }
29952
29977
  * ]
29953
29978
  * }
@@ -29956,15 +29981,16 @@ export interface I18NProperty84 {
29956
29981
  *
29957
29982
  *
29958
29983
  */
29959
- export interface ControlGroup1 {
29960
- controls: ButtonControl2[];
29961
- type: 'group' | 'GROUP';
29984
+ export interface ToggleGroup1 {
29985
+ controls: ToggleButtonControl1[];
29986
+ macroParameter: string;
29987
+ type: 'togglegroup' | 'TOGGLEGROUP';
29962
29988
  [k: string]: unknown;
29963
29989
  }
29964
29990
  /**
29965
29991
  *
29966
29992
  *
29967
- * Defines a button which may appear in control extension points such as the property panel
29993
+ * Defines a toggle button which appears inside a ToggleGroup
29968
29994
  *
29969
29995
  * <p><b>Example</b></p>
29970
29996
  *
@@ -29973,19 +29999,21 @@ export interface ControlGroup1 {
29973
29999
  *
29974
30000
  *
29975
30001
  * {
29976
- * "type": "button",
30002
+ * "type": "togglebutton",
30003
+ * "macroParameterValue": "macroParameterValue 0",
29977
30004
  * "label": {
29978
30005
  * "value": "My Custom Control 0"
29979
30006
  * },
29980
- * "key": "my-custom-control-0"
30007
+ * "key": "my-custom-toggle-button-0"
29981
30008
  * }
29982
30009
  *
29983
30010
  *
29984
30011
  *
29985
30012
  */
29986
- export interface ButtonControl2 {
30013
+ export interface ToggleButtonControl1 {
30014
+ macroParameterValue: string;
29987
30015
  label: I18NProperty85;
29988
- type: 'button' | 'BUTTON';
30016
+ type: 'togglebutton' | 'TOGGLEBUTTON';
29989
30017
  key: string;
29990
30018
  [k: string]: unknown;
29991
30019
  }
@@ -30013,34 +30041,6 @@ export interface I18NProperty85 {
30013
30041
  i18n?: string;
30014
30042
  [k: string]: unknown;
30015
30043
  }
30016
- /**
30017
- *
30018
- *
30019
- * Defines a text field which may appear in control extension points such as the property panel
30020
- *
30021
- * <p><b>Example</b></p>
30022
- *
30023
- *
30024
- *
30025
- *
30026
- *
30027
- * {
30028
- * "type": "button",
30029
- * "label": {
30030
- * "value": "My Custom Control 0"
30031
- * },
30032
- * "key": "my-custom-control-0"
30033
- * }
30034
- *
30035
- *
30036
- *
30037
- */
30038
- export interface TextControl1 {
30039
- macroParameter: string;
30040
- type: 'text' | 'TEXT';
30041
- key: string;
30042
- [k: string]: unknown;
30043
- }
30044
30044
  /**
30045
30045
  *
30046
30046
  *
@@ -50942,37 +50942,10 @@ export interface I18NProperty91 {
50942
50942
  *
50943
50943
  */
50944
50944
  export interface WebItemTarget2 {
50945
- options?: DialogModuleOptions2 | DialogOptions4 | InlineDialogOptions2;
50945
+ options?: DialogOptions4 | DialogModuleOptions2 | InlineDialogOptions2;
50946
50946
  type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
50947
50947
  [k: string]: unknown;
50948
50948
  }
50949
- /**
50950
- *
50951
- *
50952
- * Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
50953
- *
50954
- * <h3>Example</h3>
50955
- *
50956
- *
50957
- *
50958
- *
50959
- *
50960
- * {
50961
- * "target": {
50962
- * "type": "dialogmodule",
50963
- * "options": {
50964
- * "key": "dialog-module-key"
50965
- * }
50966
- * }
50967
- * }
50968
- *
50969
- *
50970
- *
50971
- */
50972
- export interface DialogModuleOptions2 {
50973
- key: string;
50974
- [k: string]: unknown;
50975
- }
50976
50949
  /**
50977
50950
  *
50978
50951
  *
@@ -51071,6 +51044,33 @@ export interface I18NProperty92 {
51071
51044
  i18n?: string;
51072
51045
  [k: string]: unknown;
51073
51046
  }
51047
+ /**
51048
+ *
51049
+ *
51050
+ * Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
51051
+ *
51052
+ * <h3>Example</h3>
51053
+ *
51054
+ *
51055
+ *
51056
+ *
51057
+ *
51058
+ * {
51059
+ * "target": {
51060
+ * "type": "dialogmodule",
51061
+ * "options": {
51062
+ * "key": "dialog-module-key"
51063
+ * }
51064
+ * }
51065
+ * }
51066
+ *
51067
+ *
51068
+ *
51069
+ */
51070
+ export interface DialogModuleOptions2 {
51071
+ key: string;
51072
+ [k: string]: unknown;
51073
+ }
51074
51074
  /**
51075
51075
  *
51076
51076
  *