@forge/manifest 2.6.0-next.7 → 2.6.0-next.8

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.
@@ -2511,7 +2511,7 @@ export interface Modules {
2511
2511
  fullPage?: boolean;
2512
2512
  cacheable?: boolean;
2513
2513
  location?: string;
2514
- conditions?: (CompositeCondition | SingleCondition)[];
2514
+ conditions?: (SingleCondition | CompositeCondition)[];
2515
2515
  params?: {
2516
2516
  [k: string]: unknown;
2517
2517
  };
@@ -2526,7 +2526,7 @@ export interface Modules {
2526
2526
  fullPage?: boolean;
2527
2527
  cacheable?: boolean;
2528
2528
  location?: string;
2529
- conditions?: (CompositeCondition | SingleCondition)[];
2529
+ conditions?: (SingleCondition | CompositeCondition)[];
2530
2530
  params?: {
2531
2531
  [k: string]: unknown;
2532
2532
  };
@@ -2544,7 +2544,7 @@ export interface Modules {
2544
2544
  location?: string;
2545
2545
  cacheable?: boolean;
2546
2546
  supportsNative?: boolean;
2547
- conditions?: (CompositeCondition | SingleCondition)[];
2547
+ conditions?: (SingleCondition | CompositeCondition)[];
2548
2548
  params?: {
2549
2549
  [k: string]: unknown;
2550
2550
  };
@@ -2560,7 +2560,7 @@ export interface Modules {
2560
2560
  location?: string;
2561
2561
  cacheable?: boolean;
2562
2562
  supportsNative?: boolean;
2563
- conditions?: (CompositeCondition | SingleCondition)[];
2563
+ conditions?: (SingleCondition | CompositeCondition)[];
2564
2564
  params?: {
2565
2565
  [k: string]: unknown;
2566
2566
  };
@@ -2574,7 +2574,7 @@ export interface Modules {
2574
2574
  filter?: string;
2575
2575
  excludeBody?: boolean;
2576
2576
  event?: string;
2577
- conditions?: (SingleCondition | CompositeCondition)[];
2577
+ conditions?: (CompositeCondition | SingleCondition)[];
2578
2578
  propertyKeys?: string[];
2579
2579
  url?: string;
2580
2580
  key: ModuleKeySchema;
@@ -2584,7 +2584,7 @@ export interface Modules {
2584
2584
  filter?: string;
2585
2585
  excludeBody?: boolean;
2586
2586
  event?: string;
2587
- conditions?: (SingleCondition | CompositeCondition)[];
2587
+ conditions?: (CompositeCondition | SingleCondition)[];
2588
2588
  propertyKeys?: string[];
2589
2589
  url?: string;
2590
2590
  key: ModuleKeySchema;
@@ -2598,7 +2598,7 @@ export interface Modules {
2598
2598
  weight?: number;
2599
2599
  cacheable?: boolean;
2600
2600
  location?: string;
2601
- conditions?: (CompositeCondition | SingleCondition)[];
2601
+ conditions?: (SingleCondition | CompositeCondition)[];
2602
2602
  params?: {
2603
2603
  [k: string]: unknown;
2604
2604
  };
@@ -2612,7 +2612,7 @@ export interface Modules {
2612
2612
  weight?: number;
2613
2613
  cacheable?: boolean;
2614
2614
  location?: string;
2615
- conditions?: (CompositeCondition | SingleCondition)[];
2615
+ conditions?: (SingleCondition | CompositeCondition)[];
2616
2616
  params?: {
2617
2617
  [k: string]: unknown;
2618
2618
  };
@@ -2627,7 +2627,7 @@ export interface Modules {
2627
2627
  name?: I18NProperty55;
2628
2628
  weight?: number;
2629
2629
  location?: string;
2630
- conditions?: (SingleCondition | CompositeCondition)[];
2630
+ conditions?: (CompositeCondition | SingleCondition)[];
2631
2631
  params?: {
2632
2632
  [k: string]: unknown;
2633
2633
  };
@@ -2639,7 +2639,7 @@ export interface Modules {
2639
2639
  name?: I18NProperty55;
2640
2640
  weight?: number;
2641
2641
  location?: string;
2642
- conditions?: (SingleCondition | CompositeCondition)[];
2642
+ conditions?: (CompositeCondition | SingleCondition)[];
2643
2643
  params?: {
2644
2644
  [k: string]: unknown;
2645
2645
  };
@@ -2654,7 +2654,7 @@ export interface Modules {
2654
2654
  weight?: number;
2655
2655
  cacheable?: boolean;
2656
2656
  location?: string;
2657
- conditions?: (CompositeCondition | SingleCondition)[];
2657
+ conditions?: (SingleCondition | CompositeCondition)[];
2658
2658
  params?: {
2659
2659
  [k: string]: unknown;
2660
2660
  };
@@ -2668,7 +2668,7 @@ export interface Modules {
2668
2668
  weight?: number;
2669
2669
  cacheable?: boolean;
2670
2670
  location?: string;
2671
- conditions?: (CompositeCondition | SingleCondition)[];
2671
+ conditions?: (SingleCondition | CompositeCondition)[];
2672
2672
  params?: {
2673
2673
  [k: string]: unknown;
2674
2674
  };
@@ -2692,7 +2692,7 @@ export interface Modules {
2692
2692
  name?: I18NProperty59;
2693
2693
  location?: string;
2694
2694
  cacheable?: boolean;
2695
- conditions?: (CompositeCondition6 | SingleCondition4)[];
2695
+ conditions?: (SingleCondition4 | CompositeCondition6)[];
2696
2696
  key: ModuleKeySchema;
2697
2697
  [k: string]: unknown;
2698
2698
  },
@@ -2710,7 +2710,7 @@ export interface Modules {
2710
2710
  name?: I18NProperty59;
2711
2711
  location?: string;
2712
2712
  cacheable?: boolean;
2713
- conditions?: (CompositeCondition6 | SingleCondition4)[];
2713
+ conditions?: (SingleCondition4 | CompositeCondition6)[];
2714
2714
  key: ModuleKeySchema;
2715
2715
  [k: string]: unknown;
2716
2716
  }[]
@@ -2723,7 +2723,7 @@ export interface Modules {
2723
2723
  fullPage?: boolean;
2724
2724
  cacheable?: boolean;
2725
2725
  location?: string;
2726
- conditions?: (CompositeCondition | SingleCondition)[];
2726
+ conditions?: (SingleCondition | CompositeCondition)[];
2727
2727
  params?: {
2728
2728
  [k: string]: unknown;
2729
2729
  };
@@ -2738,7 +2738,7 @@ export interface Modules {
2738
2738
  fullPage?: boolean;
2739
2739
  cacheable?: boolean;
2740
2740
  location?: string;
2741
- conditions?: (CompositeCondition | SingleCondition)[];
2741
+ conditions?: (SingleCondition | CompositeCondition)[];
2742
2742
  params?: {
2743
2743
  [k: string]: unknown;
2744
2744
  };
@@ -2788,7 +2788,7 @@ export interface Modules {
2788
2788
  name?: I18NProperty63;
2789
2789
  weight?: number;
2790
2790
  location?: string;
2791
- conditions?: (SingleCondition5 | CompositeCondition7)[];
2791
+ conditions?: (CompositeCondition7 | SingleCondition5)[];
2792
2792
  params?: {
2793
2793
  [k: string]: unknown;
2794
2794
  };
@@ -2800,7 +2800,7 @@ export interface Modules {
2800
2800
  name?: I18NProperty63;
2801
2801
  weight?: number;
2802
2802
  location?: string;
2803
- conditions?: (SingleCondition5 | CompositeCondition7)[];
2803
+ conditions?: (CompositeCondition7 | SingleCondition5)[];
2804
2804
  params?: {
2805
2805
  [k: string]: unknown;
2806
2806
  };
@@ -5939,10 +5939,74 @@ export interface Icon10 {
5939
5939
  *
5940
5940
  */
5941
5941
  export interface WebItemTarget1 {
5942
- options?: DialogOptions2 | DialogModuleOptions1 | InlineDialogOptions1;
5942
+ options?: InlineDialogOptions1 | DialogModuleOptions1 | DialogOptions2;
5943
5943
  type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
5944
5944
  [k: string]: unknown;
5945
5945
  }
5946
+ /**
5947
+ *
5948
+ *
5949
+ * Options for an inline dialog target
5950
+ *
5951
+ * <h3>Example</h3>
5952
+ *
5953
+ *
5954
+ *
5955
+ *
5956
+ *
5957
+ * {
5958
+ * "target": {
5959
+ * "type": "inlinedialog",
5960
+ * "options": {
5961
+ * "onHover": true,
5962
+ * "offsetX": "30px",
5963
+ * "offsetY": "20px"
5964
+ * }
5965
+ * }
5966
+ * }
5967
+ *
5968
+ *
5969
+ *
5970
+ */
5971
+ export interface InlineDialogOptions1 {
5972
+ offsetX?: string;
5973
+ offsetY?: string;
5974
+ width?: string;
5975
+ onTop?: boolean;
5976
+ showDelay?: number;
5977
+ closeOthers?: boolean;
5978
+ persistent?: boolean;
5979
+ onHover?: boolean;
5980
+ isRelativeToMouse?: boolean;
5981
+ [k: string]: unknown;
5982
+ }
5983
+ /**
5984
+ *
5985
+ *
5986
+ * Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
5987
+ *
5988
+ * <h3>Example</h3>
5989
+ *
5990
+ *
5991
+ *
5992
+ *
5993
+ *
5994
+ * {
5995
+ * "target": {
5996
+ * "type": "dialogmodule",
5997
+ * "options": {
5998
+ * "key": "dialog-module-key"
5999
+ * }
6000
+ * }
6001
+ * }
6002
+ *
6003
+ *
6004
+ *
6005
+ */
6006
+ export interface DialogModuleOptions1 {
6007
+ key: string;
6008
+ [k: string]: unknown;
6009
+ }
5946
6010
  /**
5947
6011
  *
5948
6012
  *
@@ -6044,7 +6108,8 @@ export interface I18NProperty58 {
6044
6108
  /**
6045
6109
  *
6046
6110
  *
6047
- * Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
6111
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
6112
+ * and value in multiple places if you like, but identical keys must have identical values.
6048
6113
  *
6049
6114
  * <h3>Example</h3>
6050
6115
  *
@@ -6053,63 +6118,25 @@ export interface I18NProperty58 {
6053
6118
  *
6054
6119
  *
6055
6120
  * {
6056
- * "target": {
6057
- * "type": "dialogmodule",
6058
- * "options": {
6059
- * "key": "dialog-module-key"
6060
- * }
6061
- * }
6121
+ * "value": "My text"
6062
6122
  * }
6063
6123
  *
6064
6124
  *
6065
6125
  *
6066
6126
  */
6067
- export interface DialogModuleOptions1 {
6068
- key: string;
6127
+ export interface I18NProperty59 {
6128
+ value: string;
6129
+ i18n?: string;
6069
6130
  [k: string]: unknown;
6070
6131
  }
6071
6132
  /**
6072
6133
  *
6073
6134
  *
6074
- * Options for an inline dialog target
6075
- *
6076
- * <h3>Example</h3>
6077
- *
6078
- *
6079
- *
6080
- *
6081
- *
6082
- * {
6083
- * "target": {
6084
- * "type": "inlinedialog",
6085
- * "options": {
6086
- * "onHover": true,
6087
- * "offsetX": "30px",
6088
- * "offsetY": "20px"
6089
- * }
6090
- * }
6091
- * }
6092
- *
6093
- *
6094
- *
6095
- */
6096
- export interface InlineDialogOptions1 {
6097
- offsetX?: string;
6098
- offsetY?: string;
6099
- width?: string;
6100
- onTop?: boolean;
6101
- showDelay?: number;
6102
- closeOthers?: boolean;
6103
- persistent?: boolean;
6104
- onHover?: boolean;
6105
- isRelativeToMouse?: boolean;
6106
- [k: string]: unknown;
6107
- }
6108
- /**
6109
- *
6135
+ * Single Conditions are either provided by the host application. See the complete documentation of
6136
+ * [Conditions](../../conditions/) for more information.
6110
6137
  *
6111
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
6112
- * and value in multiple places if you like, but identical keys must have identical values.
6138
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6139
+ * This is useful where you want to show the section if a certain condition is not satisfied.
6113
6140
  *
6114
6141
  * <h3>Example</h3>
6115
6142
  *
@@ -6118,15 +6145,19 @@ export interface InlineDialogOptions1 {
6118
6145
  *
6119
6146
  *
6120
6147
  * {
6121
- * "value": "My text"
6148
+ * "condition": "user_is_logged_in",
6149
+ * "invert": false
6122
6150
  * }
6123
6151
  *
6124
6152
  *
6125
6153
  *
6126
6154
  */
6127
- export interface I18NProperty59 {
6128
- value: string;
6129
- i18n?: string;
6155
+ export interface SingleCondition4 {
6156
+ condition: string;
6157
+ invert?: boolean;
6158
+ params?: {
6159
+ [k: string]: unknown;
6160
+ };
6130
6161
  [k: string]: unknown;
6131
6162
  }
6132
6163
  /**
@@ -6170,37 +6201,6 @@ export interface CompositeCondition6 {
6170
6201
  type?: 'and' | 'AND' | 'or' | 'OR';
6171
6202
  [k: string]: unknown;
6172
6203
  }
6173
- /**
6174
- *
6175
- *
6176
- * Single Conditions are either provided by the host application. See the complete documentation of
6177
- * [Conditions](../../conditions/) for more information.
6178
- *
6179
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6180
- * This is useful where you want to show the section if a certain condition is not satisfied.
6181
- *
6182
- * <h3>Example</h3>
6183
- *
6184
- *
6185
- *
6186
- *
6187
- *
6188
- * {
6189
- * "condition": "user_is_logged_in",
6190
- * "invert": false
6191
- * }
6192
- *
6193
- *
6194
- *
6195
- */
6196
- export interface SingleCondition4 {
6197
- condition: string;
6198
- invert?: boolean;
6199
- params?: {
6200
- [k: string]: unknown;
6201
- };
6202
- [k: string]: unknown;
6203
- }
6204
6204
  /**
6205
6205
  *
6206
6206
  *
@@ -6555,37 +6555,6 @@ export interface I18NProperty63 {
6555
6555
  i18n?: string;
6556
6556
  [k: string]: unknown;
6557
6557
  }
6558
- /**
6559
- *
6560
- *
6561
- * Single Conditions are either provided by the host application. See the complete documentation of
6562
- * [Conditions](../../conditions/) for more information.
6563
- *
6564
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6565
- * This is useful where you want to show the section if a certain condition is not satisfied.
6566
- *
6567
- * <h3>Example</h3>
6568
- *
6569
- *
6570
- *
6571
- *
6572
- *
6573
- * {
6574
- * "condition": "user_is_logged_in",
6575
- * "invert": false
6576
- * }
6577
- *
6578
- *
6579
- *
6580
- */
6581
- export interface SingleCondition5 {
6582
- condition: string;
6583
- invert?: boolean;
6584
- params?: {
6585
- [k: string]: unknown;
6586
- };
6587
- [k: string]: unknown;
6588
- }
6589
6558
  /**
6590
6559
  *
6591
6560
  *
@@ -6627,6 +6596,37 @@ export interface CompositeCondition7 {
6627
6596
  type?: 'and' | 'AND' | 'or' | 'OR';
6628
6597
  [k: string]: unknown;
6629
6598
  }
6599
+ /**
6600
+ *
6601
+ *
6602
+ * Single Conditions are either provided by the host application. See the complete documentation of
6603
+ * [Conditions](../../conditions/) for more information.
6604
+ *
6605
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
6606
+ * This is useful where you want to show the section if a certain condition is not satisfied.
6607
+ *
6608
+ * <h3>Example</h3>
6609
+ *
6610
+ *
6611
+ *
6612
+ *
6613
+ *
6614
+ * {
6615
+ * "condition": "user_is_logged_in",
6616
+ * "invert": false
6617
+ * }
6618
+ *
6619
+ *
6620
+ *
6621
+ */
6622
+ export interface SingleCondition5 {
6623
+ condition: string;
6624
+ invert?: boolean;
6625
+ params?: {
6626
+ [k: string]: unknown;
6627
+ };
6628
+ [k: string]: unknown;
6629
+ }
6630
6630
  /**
6631
6631
  *
6632
6632
  *
@@ -8046,7 +8046,7 @@ export interface I18NProperty74 {
8046
8046
  *
8047
8047
  */
8048
8048
  export interface MacroPropertyPanel {
8049
- controls?: (ControlGroup | TextControl | ToggleGroup | ButtonControl1)[];
8049
+ controls?: (ToggleGroup | TextControl | ButtonControl | ControlGroup)[];
8050
8050
  cacheable?: boolean;
8051
8051
  url: string;
8052
8052
  [k: string]: unknown;
@@ -8054,7 +8054,7 @@ export interface MacroPropertyPanel {
8054
8054
  /**
8055
8055
  *
8056
8056
  *
8057
- * Defines a ControlGroup which may appear in control extension points such as the property panel
8057
+ * Defines a ToggleGroup which may appear in control extension points such as the property panel
8058
8058
  *
8059
8059
  * <p><b>Example</b></p>
8060
8060
  *
@@ -8064,21 +8064,24 @@ export interface MacroPropertyPanel {
8064
8064
  *
8065
8065
  * [
8066
8066
  * {
8067
- * "type": "group",
8067
+ * "type": "togglegroup",
8068
+ * "macroParameter": "toggleGroupMacroParameter",
8068
8069
  * "controls": [
8069
8070
  * {
8070
- * "type": "button",
8071
+ * "type": "togglebutton",
8072
+ * "macroParameterValue": "macroParameterValue 0",
8071
8073
  * "label": {
8072
8074
  * "value": "My Custom Control 0"
8073
8075
  * },
8074
- * "key": "my-custom-control-0"
8076
+ * "key": "my-custom-toggle-button-0"
8075
8077
  * },
8076
8078
  * {
8077
- * "type": "button",
8079
+ * "type": "togglebutton",
8080
+ * "macroParameterValue": "macroParameterValue 1",
8078
8081
  * "label": {
8079
8082
  * "value": "My Custom Control 1"
8080
8083
  * },
8081
- * "key": "my-custom-control-1"
8084
+ * "key": "my-custom-toggle-button-1"
8082
8085
  * }
8083
8086
  * ]
8084
8087
  * }
@@ -8087,15 +8090,16 @@ export interface MacroPropertyPanel {
8087
8090
  *
8088
8091
  *
8089
8092
  */
8090
- export interface ControlGroup {
8091
- controls: ButtonControl[];
8092
- type: 'group' | 'GROUP';
8093
+ export interface ToggleGroup {
8094
+ controls: ToggleButtonControl[];
8095
+ macroParameter: string;
8096
+ type: 'togglegroup' | 'TOGGLEGROUP';
8093
8097
  [k: string]: unknown;
8094
8098
  }
8095
8099
  /**
8096
8100
  *
8097
8101
  *
8098
- * Defines a button which may appear in control extension points such as the property panel
8102
+ * Defines a toggle button which appears inside a ToggleGroup
8099
8103
  *
8100
8104
  * <p><b>Example</b></p>
8101
8105
  *
@@ -8104,19 +8108,21 @@ export interface ControlGroup {
8104
8108
  *
8105
8109
  *
8106
8110
  * {
8107
- * "type": "button",
8111
+ * "type": "togglebutton",
8112
+ * "macroParameterValue": "macroParameterValue 0",
8108
8113
  * "label": {
8109
8114
  * "value": "My Custom Control 0"
8110
8115
  * },
8111
- * "key": "my-custom-control-0"
8116
+ * "key": "my-custom-toggle-button-0"
8112
8117
  * }
8113
8118
  *
8114
8119
  *
8115
8120
  *
8116
8121
  */
8117
- export interface ButtonControl {
8122
+ export interface ToggleButtonControl {
8123
+ macroParameterValue: string;
8118
8124
  label: I18NProperty75;
8119
- type: 'button' | 'BUTTON';
8125
+ type: 'togglebutton' | 'TOGGLEBUTTON';
8120
8126
  key: string;
8121
8127
  [k: string]: unknown;
8122
8128
  }
@@ -8175,7 +8181,7 @@ export interface TextControl {
8175
8181
  /**
8176
8182
  *
8177
8183
  *
8178
- * Defines a ToggleGroup which may appear in control extension points such as the property panel
8184
+ * Defines a button which may appear in control extension points such as the property panel
8179
8185
  *
8180
8186
  * <p><b>Example</b></p>
8181
8187
  *
@@ -8183,92 +8189,86 @@ export interface TextControl {
8183
8189
  *
8184
8190
  *
8185
8191
  *
8186
- * [
8187
- * {
8188
- * "type": "togglegroup",
8189
- * "macroParameter": "toggleGroupMacroParameter",
8190
- * "controls": [
8191
- * {
8192
- * "type": "togglebutton",
8193
- * "macroParameterValue": "macroParameterValue 0",
8194
- * "label": {
8195
- * "value": "My Custom Control 0"
8196
- * },
8197
- * "key": "my-custom-toggle-button-0"
8198
- * },
8199
- * {
8200
- * "type": "togglebutton",
8201
- * "macroParameterValue": "macroParameterValue 1",
8202
- * "label": {
8203
- * "value": "My Custom Control 1"
8204
- * },
8205
- * "key": "my-custom-toggle-button-1"
8206
- * }
8207
- * ]
8208
- * }
8209
- * ]
8192
+ * {
8193
+ * "type": "button",
8194
+ * "label": {
8195
+ * "value": "My Custom Control 0"
8196
+ * },
8197
+ * "key": "my-custom-control-0"
8198
+ * }
8210
8199
  *
8211
8200
  *
8212
8201
  *
8213
8202
  */
8214
- export interface ToggleGroup {
8215
- controls: ToggleButtonControl[];
8216
- macroParameter: string;
8217
- type: 'togglegroup' | 'TOGGLEGROUP';
8203
+ export interface ButtonControl {
8204
+ label: I18NProperty76;
8205
+ type: 'button' | 'BUTTON';
8206
+ key: string;
8218
8207
  [k: string]: unknown;
8219
8208
  }
8220
8209
  /**
8221
8210
  *
8222
8211
  *
8223
- * Defines a toggle button which appears inside a ToggleGroup
8212
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
8213
+ * and value in multiple places if you like, but identical keys must have identical values.
8224
8214
  *
8225
- * <p><b>Example</b></p>
8215
+ * <h3>Example</h3>
8226
8216
  *
8227
8217
  *
8228
8218
  *
8229
8219
  *
8230
8220
  *
8231
8221
  * {
8232
- * "type": "togglebutton",
8233
- * "macroParameterValue": "macroParameterValue 0",
8234
- * "label": {
8235
- * "value": "My Custom Control 0"
8236
- * },
8237
- * "key": "my-custom-toggle-button-0"
8222
+ * "value": "My text"
8238
8223
  * }
8239
8224
  *
8240
8225
  *
8241
8226
  *
8242
8227
  */
8243
- export interface ToggleButtonControl {
8244
- macroParameterValue: string;
8245
- label: I18NProperty76;
8246
- type: 'togglebutton' | 'TOGGLEBUTTON';
8247
- key: string;
8228
+ export interface I18NProperty76 {
8229
+ value: string;
8230
+ i18n?: string;
8248
8231
  [k: string]: unknown;
8249
8232
  }
8250
8233
  /**
8251
8234
  *
8252
8235
  *
8253
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
8254
- * and value in multiple places if you like, but identical keys must have identical values.
8236
+ * Defines a ControlGroup which may appear in control extension points such as the property panel
8255
8237
  *
8256
- * <h3>Example</h3>
8238
+ * <p><b>Example</b></p>
8257
8239
  *
8258
8240
  *
8259
8241
  *
8260
8242
  *
8261
8243
  *
8262
- * {
8263
- * "value": "My text"
8264
- * }
8244
+ * [
8245
+ * {
8246
+ * "type": "group",
8247
+ * "controls": [
8248
+ * {
8249
+ * "type": "button",
8250
+ * "label": {
8251
+ * "value": "My Custom Control 0"
8252
+ * },
8253
+ * "key": "my-custom-control-0"
8254
+ * },
8255
+ * {
8256
+ * "type": "button",
8257
+ * "label": {
8258
+ * "value": "My Custom Control 1"
8259
+ * },
8260
+ * "key": "my-custom-control-1"
8261
+ * }
8262
+ * ]
8263
+ * }
8264
+ * ]
8265
8265
  *
8266
8266
  *
8267
8267
  *
8268
8268
  */
8269
- export interface I18NProperty76 {
8270
- value: string;
8271
- i18n?: string;
8269
+ export interface ControlGroup {
8270
+ controls: ButtonControl1[];
8271
+ type: 'group' | 'GROUP';
8272
8272
  [k: string]: unknown;
8273
8273
  }
8274
8274
  /**
@@ -29291,7 +29291,7 @@ export interface I18NProperty83 {
29291
29291
  *
29292
29292
  */
29293
29293
  export interface MacroPropertyPanel1 {
29294
- controls?: (ControlGroup1 | ButtonControl3 | ToggleGroup1 | TextControl1)[];
29294
+ controls?: (TextControl1 | ButtonControl2 | ToggleGroup1 | ControlGroup1)[];
29295
29295
  cacheable?: boolean;
29296
29296
  url: string;
29297
29297
  [k: string]: unknown;
@@ -29299,48 +29299,7 @@ export interface MacroPropertyPanel1 {
29299
29299
  /**
29300
29300
  *
29301
29301
  *
29302
- * Defines a ControlGroup which may appear in control extension points such as the property panel
29303
- *
29304
- * <p><b>Example</b></p>
29305
- *
29306
- *
29307
- *
29308
- *
29309
- *
29310
- * [
29311
- * {
29312
- * "type": "group",
29313
- * "controls": [
29314
- * {
29315
- * "type": "button",
29316
- * "label": {
29317
- * "value": "My Custom Control 0"
29318
- * },
29319
- * "key": "my-custom-control-0"
29320
- * },
29321
- * {
29322
- * "type": "button",
29323
- * "label": {
29324
- * "value": "My Custom Control 1"
29325
- * },
29326
- * "key": "my-custom-control-1"
29327
- * }
29328
- * ]
29329
- * }
29330
- * ]
29331
- *
29332
- *
29333
- *
29334
- */
29335
- export interface ControlGroup1 {
29336
- controls: ButtonControl2[];
29337
- type: 'group' | 'GROUP';
29338
- [k: string]: unknown;
29339
- }
29340
- /**
29341
- *
29342
- *
29343
- * Defines a button which may appear in control extension points such as the property panel
29302
+ * Defines a text field which may appear in control extension points such as the property panel
29344
29303
  *
29345
29304
  * <p><b>Example</b></p>
29346
29305
  *
@@ -29359,36 +29318,12 @@ export interface ControlGroup1 {
29359
29318
  *
29360
29319
  *
29361
29320
  */
29362
- export interface ButtonControl2 {
29363
- label: I18NProperty84;
29364
- type: 'button' | 'BUTTON';
29321
+ export interface TextControl1 {
29322
+ macroParameter: string;
29323
+ type: 'text' | 'TEXT';
29365
29324
  key: string;
29366
29325
  [k: string]: unknown;
29367
29326
  }
29368
- /**
29369
- *
29370
- *
29371
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
29372
- * and value in multiple places if you like, but identical keys must have identical values.
29373
- *
29374
- * <h3>Example</h3>
29375
- *
29376
- *
29377
- *
29378
- *
29379
- *
29380
- * {
29381
- * "value": "My text"
29382
- * }
29383
- *
29384
- *
29385
- *
29386
- */
29387
- export interface I18NProperty84 {
29388
- value: string;
29389
- i18n?: string;
29390
- [k: string]: unknown;
29391
- }
29392
29327
  /**
29393
29328
  *
29394
29329
  *
@@ -29411,8 +29346,8 @@ export interface I18NProperty84 {
29411
29346
  *
29412
29347
  *
29413
29348
  */
29414
- export interface ButtonControl3 {
29415
- label: I18NProperty85;
29349
+ export interface ButtonControl2 {
29350
+ label: I18NProperty84;
29416
29351
  type: 'button' | 'BUTTON';
29417
29352
  key: string;
29418
29353
  [k: string]: unknown;
@@ -29436,7 +29371,7 @@ export interface ButtonControl3 {
29436
29371
  *
29437
29372
  *
29438
29373
  */
29439
- export interface I18NProperty85 {
29374
+ export interface I18NProperty84 {
29440
29375
  value: string;
29441
29376
  i18n?: string;
29442
29377
  [k: string]: unknown;
@@ -29511,7 +29446,7 @@ export interface ToggleGroup1 {
29511
29446
  */
29512
29447
  export interface ToggleButtonControl1 {
29513
29448
  macroParameterValue: string;
29514
- label: I18NProperty86;
29449
+ label: I18NProperty85;
29515
29450
  type: 'togglebutton' | 'TOGGLEBUTTON';
29516
29451
  key: string;
29517
29452
  [k: string]: unknown;
@@ -29535,7 +29470,7 @@ export interface ToggleButtonControl1 {
29535
29470
  *
29536
29471
  *
29537
29472
  */
29538
- export interface I18NProperty86 {
29473
+ export interface I18NProperty85 {
29539
29474
  value: string;
29540
29475
  i18n?: string;
29541
29476
  [k: string]: unknown;
@@ -29543,7 +29478,48 @@ export interface I18NProperty86 {
29543
29478
  /**
29544
29479
  *
29545
29480
  *
29546
- * Defines a text field which may appear in control extension points such as the property panel
29481
+ * Defines a ControlGroup which may appear in control extension points such as the property panel
29482
+ *
29483
+ * <p><b>Example</b></p>
29484
+ *
29485
+ *
29486
+ *
29487
+ *
29488
+ *
29489
+ * [
29490
+ * {
29491
+ * "type": "group",
29492
+ * "controls": [
29493
+ * {
29494
+ * "type": "button",
29495
+ * "label": {
29496
+ * "value": "My Custom Control 0"
29497
+ * },
29498
+ * "key": "my-custom-control-0"
29499
+ * },
29500
+ * {
29501
+ * "type": "button",
29502
+ * "label": {
29503
+ * "value": "My Custom Control 1"
29504
+ * },
29505
+ * "key": "my-custom-control-1"
29506
+ * }
29507
+ * ]
29508
+ * }
29509
+ * ]
29510
+ *
29511
+ *
29512
+ *
29513
+ */
29514
+ export interface ControlGroup1 {
29515
+ controls: ButtonControl3[];
29516
+ type: 'group' | 'GROUP';
29517
+ [k: string]: unknown;
29518
+ }
29519
+ /**
29520
+ *
29521
+ *
29522
+ * Defines a button which may appear in control extension points such as the property panel
29547
29523
  *
29548
29524
  * <p><b>Example</b></p>
29549
29525
  *
@@ -29562,12 +29538,36 @@ export interface I18NProperty86 {
29562
29538
  *
29563
29539
  *
29564
29540
  */
29565
- export interface TextControl1 {
29566
- macroParameter: string;
29567
- type: 'text' | 'TEXT';
29541
+ export interface ButtonControl3 {
29542
+ label: I18NProperty86;
29543
+ type: 'button' | 'BUTTON';
29568
29544
  key: string;
29569
29545
  [k: string]: unknown;
29570
29546
  }
29547
+ /**
29548
+ *
29549
+ *
29550
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
29551
+ * and value in multiple places if you like, but identical keys must have identical values.
29552
+ *
29553
+ * <h3>Example</h3>
29554
+ *
29555
+ *
29556
+ *
29557
+ *
29558
+ *
29559
+ * {
29560
+ * "value": "My text"
29561
+ * }
29562
+ *
29563
+ *
29564
+ *
29565
+ */
29566
+ export interface I18NProperty86 {
29567
+ value: string;
29568
+ i18n?: string;
29569
+ [k: string]: unknown;
29570
+ }
29571
29571
  /**
29572
29572
  *
29573
29573
  *