@forge/manifest 3.3.0-next.0 → 3.3.0-next.3

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.
@@ -3045,7 +3045,7 @@ export interface Modules {
3045
3045
  fullPage?: boolean;
3046
3046
  cacheable?: boolean;
3047
3047
  location?: string;
3048
- conditions?: (CompositeCondition | SingleCondition)[];
3048
+ conditions?: (SingleCondition | CompositeCondition)[];
3049
3049
  params?: {
3050
3050
  [k: string]: unknown;
3051
3051
  };
@@ -3060,7 +3060,7 @@ export interface Modules {
3060
3060
  fullPage?: boolean;
3061
3061
  cacheable?: boolean;
3062
3062
  location?: string;
3063
- conditions?: (CompositeCondition | SingleCondition)[];
3063
+ conditions?: (SingleCondition | CompositeCondition)[];
3064
3064
  params?: {
3065
3065
  [k: string]: unknown;
3066
3066
  };
@@ -3078,7 +3078,7 @@ export interface Modules {
3078
3078
  location?: string;
3079
3079
  cacheable?: boolean;
3080
3080
  supportsNative?: boolean;
3081
- conditions?: (SingleCondition | CompositeCondition)[];
3081
+ conditions?: (CompositeCondition | SingleCondition)[];
3082
3082
  params?: {
3083
3083
  [k: string]: unknown;
3084
3084
  };
@@ -3094,7 +3094,7 @@ export interface Modules {
3094
3094
  location?: string;
3095
3095
  cacheable?: boolean;
3096
3096
  supportsNative?: boolean;
3097
- conditions?: (SingleCondition | CompositeCondition)[];
3097
+ conditions?: (CompositeCondition | SingleCondition)[];
3098
3098
  params?: {
3099
3099
  [k: string]: unknown;
3100
3100
  };
@@ -3132,7 +3132,7 @@ export interface Modules {
3132
3132
  weight?: number;
3133
3133
  cacheable?: boolean;
3134
3134
  location?: string;
3135
- conditions?: (CompositeCondition | SingleCondition)[];
3135
+ conditions?: (SingleCondition | CompositeCondition)[];
3136
3136
  params?: {
3137
3137
  [k: string]: unknown;
3138
3138
  };
@@ -3146,7 +3146,7 @@ export interface Modules {
3146
3146
  weight?: number;
3147
3147
  cacheable?: boolean;
3148
3148
  location?: string;
3149
- conditions?: (CompositeCondition | SingleCondition)[];
3149
+ conditions?: (SingleCondition | CompositeCondition)[];
3150
3150
  params?: {
3151
3151
  [k: string]: unknown;
3152
3152
  };
@@ -3188,7 +3188,7 @@ export interface Modules {
3188
3188
  weight?: number;
3189
3189
  cacheable?: boolean;
3190
3190
  location?: string;
3191
- conditions?: (CompositeCondition | SingleCondition)[];
3191
+ conditions?: (SingleCondition | CompositeCondition)[];
3192
3192
  params?: {
3193
3193
  [k: string]: unknown;
3194
3194
  };
@@ -3202,7 +3202,7 @@ export interface Modules {
3202
3202
  weight?: number;
3203
3203
  cacheable?: boolean;
3204
3204
  location?: string;
3205
- conditions?: (CompositeCondition | SingleCondition)[];
3205
+ conditions?: (SingleCondition | CompositeCondition)[];
3206
3206
  params?: {
3207
3207
  [k: string]: unknown;
3208
3208
  };
@@ -3257,7 +3257,7 @@ export interface Modules {
3257
3257
  fullPage?: boolean;
3258
3258
  cacheable?: boolean;
3259
3259
  location?: string;
3260
- conditions?: (CompositeCondition | SingleCondition)[];
3260
+ conditions?: (SingleCondition | CompositeCondition)[];
3261
3261
  params?: {
3262
3262
  [k: string]: unknown;
3263
3263
  };
@@ -3272,7 +3272,7 @@ export interface Modules {
3272
3272
  fullPage?: boolean;
3273
3273
  cacheable?: boolean;
3274
3274
  location?: string;
3275
- conditions?: (CompositeCondition | SingleCondition)[];
3275
+ conditions?: (SingleCondition | CompositeCondition)[];
3276
3276
  params?: {
3277
3277
  [k: string]: unknown;
3278
3278
  };
@@ -3322,7 +3322,7 @@ export interface Modules {
3322
3322
  name?: I18NProperty63;
3323
3323
  weight?: number;
3324
3324
  location?: string;
3325
- conditions?: (CompositeCondition7 | SingleCondition5)[];
3325
+ conditions?: (SingleCondition5 | CompositeCondition7)[];
3326
3326
  params?: {
3327
3327
  [k: string]: unknown;
3328
3328
  };
@@ -3334,7 +3334,7 @@ export interface Modules {
3334
3334
  name?: I18NProperty63;
3335
3335
  weight?: number;
3336
3336
  location?: string;
3337
- conditions?: (CompositeCondition7 | SingleCondition5)[];
3337
+ conditions?: (SingleCondition5 | CompositeCondition7)[];
3338
3338
  params?: {
3339
3339
  [k: string]: unknown;
3340
3340
  };
@@ -3530,7 +3530,7 @@ export interface Modules {
3530
3530
  icon?: Icon18;
3531
3531
  name?: I18NProperty91;
3532
3532
  cacheable?: boolean;
3533
- conditions?: (CompositeCondition | SingleCondition)[];
3533
+ conditions?: (SingleCondition | CompositeCondition)[];
3534
3534
  params?: {
3535
3535
  [k: string]: unknown;
3536
3536
  };
@@ -3546,7 +3546,7 @@ export interface Modules {
3546
3546
  icon?: Icon18;
3547
3547
  name?: I18NProperty91;
3548
3548
  cacheable?: boolean;
3549
- conditions?: (CompositeCondition | SingleCondition)[];
3549
+ conditions?: (SingleCondition | CompositeCondition)[];
3550
3550
  params?: {
3551
3551
  [k: string]: unknown;
3552
3552
  };
@@ -6473,74 +6473,10 @@ export interface Icon10 {
6473
6473
  *
6474
6474
  */
6475
6475
  export interface WebItemTarget1 {
6476
- options?: InlineDialogOptions1 | DialogModuleOptions1 | DialogOptions2;
6476
+ options?: DialogOptions2 | DialogModuleOptions1 | InlineDialogOptions1;
6477
6477
  type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
6478
6478
  [k: string]: unknown;
6479
6479
  }
6480
- /**
6481
- *
6482
- *
6483
- * Options for an inline dialog target
6484
- *
6485
- * <h3>Example</h3>
6486
- *
6487
- *
6488
- *
6489
- *
6490
- *
6491
- * {
6492
- * "target": {
6493
- * "type": "inlinedialog",
6494
- * "options": {
6495
- * "onHover": true,
6496
- * "offsetX": "30px",
6497
- * "offsetY": "20px"
6498
- * }
6499
- * }
6500
- * }
6501
- *
6502
- *
6503
- *
6504
- */
6505
- export interface InlineDialogOptions1 {
6506
- offsetX?: string;
6507
- offsetY?: string;
6508
- width?: string;
6509
- onTop?: boolean;
6510
- showDelay?: number;
6511
- closeOthers?: boolean;
6512
- persistent?: boolean;
6513
- onHover?: boolean;
6514
- isRelativeToMouse?: boolean;
6515
- [k: string]: unknown;
6516
- }
6517
- /**
6518
- *
6519
- *
6520
- * Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
6521
- *
6522
- * <h3>Example</h3>
6523
- *
6524
- *
6525
- *
6526
- *
6527
- *
6528
- * {
6529
- * "target": {
6530
- * "type": "dialogmodule",
6531
- * "options": {
6532
- * "key": "dialog-module-key"
6533
- * }
6534
- * }
6535
- * }
6536
- *
6537
- *
6538
- *
6539
- */
6540
- export interface DialogModuleOptions1 {
6541
- key: string;
6542
- [k: string]: unknown;
6543
- }
6544
6480
  /**
6545
6481
  *
6546
6482
  *
@@ -6639,6 +6575,70 @@ export interface I18NProperty58 {
6639
6575
  i18n?: string;
6640
6576
  [k: string]: unknown;
6641
6577
  }
6578
+ /**
6579
+ *
6580
+ *
6581
+ * Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
6582
+ *
6583
+ * <h3>Example</h3>
6584
+ *
6585
+ *
6586
+ *
6587
+ *
6588
+ *
6589
+ * {
6590
+ * "target": {
6591
+ * "type": "dialogmodule",
6592
+ * "options": {
6593
+ * "key": "dialog-module-key"
6594
+ * }
6595
+ * }
6596
+ * }
6597
+ *
6598
+ *
6599
+ *
6600
+ */
6601
+ export interface DialogModuleOptions1 {
6602
+ key: string;
6603
+ [k: string]: unknown;
6604
+ }
6605
+ /**
6606
+ *
6607
+ *
6608
+ * Options for an inline dialog target
6609
+ *
6610
+ * <h3>Example</h3>
6611
+ *
6612
+ *
6613
+ *
6614
+ *
6615
+ *
6616
+ * {
6617
+ * "target": {
6618
+ * "type": "inlinedialog",
6619
+ * "options": {
6620
+ * "onHover": true,
6621
+ * "offsetX": "30px",
6622
+ * "offsetY": "20px"
6623
+ * }
6624
+ * }
6625
+ * }
6626
+ *
6627
+ *
6628
+ *
6629
+ */
6630
+ export interface InlineDialogOptions1 {
6631
+ offsetX?: string;
6632
+ offsetY?: string;
6633
+ width?: string;
6634
+ onTop?: boolean;
6635
+ showDelay?: number;
6636
+ closeOthers?: boolean;
6637
+ persistent?: boolean;
6638
+ onHover?: boolean;
6639
+ isRelativeToMouse?: boolean;
6640
+ [k: string]: unknown;
6641
+ }
6642
6642
  /**
6643
6643
  *
6644
6644
  *
@@ -7089,6 +7089,37 @@ export interface I18NProperty63 {
7089
7089
  i18n?: string;
7090
7090
  [k: string]: unknown;
7091
7091
  }
7092
+ /**
7093
+ *
7094
+ *
7095
+ * Single Conditions are either provided by the host application. See the complete documentation of
7096
+ * [Conditions](../../conditions/) for more information.
7097
+ *
7098
+ * To invert a condition, add the attribute ``invert="true"`` to the condition element.
7099
+ * This is useful where you want to show the section if a certain condition is not satisfied.
7100
+ *
7101
+ * <h3>Example</h3>
7102
+ *
7103
+ *
7104
+ *
7105
+ *
7106
+ *
7107
+ * {
7108
+ * "condition": "user_is_logged_in",
7109
+ * "invert": false
7110
+ * }
7111
+ *
7112
+ *
7113
+ *
7114
+ */
7115
+ export interface SingleCondition5 {
7116
+ condition: string;
7117
+ invert?: boolean;
7118
+ params?: {
7119
+ [k: string]: unknown;
7120
+ };
7121
+ [k: string]: unknown;
7122
+ }
7092
7123
  /**
7093
7124
  *
7094
7125
  *
@@ -7130,37 +7161,6 @@ export interface CompositeCondition7 {
7130
7161
  type?: 'and' | 'AND' | 'or' | 'OR';
7131
7162
  [k: string]: unknown;
7132
7163
  }
7133
- /**
7134
- *
7135
- *
7136
- * Single Conditions are either provided by the host application. See the complete documentation of
7137
- * [Conditions](../../conditions/) for more information.
7138
- *
7139
- * To invert a condition, add the attribute ``invert="true"`` to the condition element.
7140
- * This is useful where you want to show the section if a certain condition is not satisfied.
7141
- *
7142
- * <h3>Example</h3>
7143
- *
7144
- *
7145
- *
7146
- *
7147
- *
7148
- * {
7149
- * "condition": "user_is_logged_in",
7150
- * "invert": false
7151
- * }
7152
- *
7153
- *
7154
- *
7155
- */
7156
- export interface SingleCondition5 {
7157
- condition: string;
7158
- invert?: boolean;
7159
- params?: {
7160
- [k: string]: unknown;
7161
- };
7162
- [k: string]: unknown;
7163
- }
7164
7164
  /**
7165
7165
  *
7166
7166
  *
@@ -8580,7 +8580,7 @@ export interface I18NProperty74 {
8580
8580
  *
8581
8581
  */
8582
8582
  export interface MacroPropertyPanel {
8583
- controls?: (TextControl | ToggleGroup | ButtonControl | ControlGroup)[];
8583
+ controls?: (TextControl | ButtonControl | ToggleGroup | ControlGroup)[];
8584
8584
  cacheable?: boolean;
8585
8585
  url: string;
8586
8586
  [k: string]: unknown;
@@ -8613,6 +8613,58 @@ export interface TextControl {
8613
8613
  key: string;
8614
8614
  [k: string]: unknown;
8615
8615
  }
8616
+ /**
8617
+ *
8618
+ *
8619
+ * Defines a button which may appear in control extension points such as the property panel
8620
+ *
8621
+ * <p><b>Example</b></p>
8622
+ *
8623
+ *
8624
+ *
8625
+ *
8626
+ *
8627
+ * {
8628
+ * "type": "button",
8629
+ * "label": {
8630
+ * "value": "My Custom Control 0"
8631
+ * },
8632
+ * "key": "my-custom-control-0"
8633
+ * }
8634
+ *
8635
+ *
8636
+ *
8637
+ */
8638
+ export interface ButtonControl {
8639
+ label: I18NProperty75;
8640
+ type: 'button' | 'BUTTON';
8641
+ key: string;
8642
+ [k: string]: unknown;
8643
+ }
8644
+ /**
8645
+ *
8646
+ *
8647
+ * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
8648
+ * and value in multiple places if you like, but identical keys must have identical values.
8649
+ *
8650
+ * <h3>Example</h3>
8651
+ *
8652
+ *
8653
+ *
8654
+ *
8655
+ *
8656
+ * {
8657
+ * "value": "My text"
8658
+ * }
8659
+ *
8660
+ *
8661
+ *
8662
+ */
8663
+ export interface I18NProperty75 {
8664
+ value: string;
8665
+ i18n?: string;
8666
+ [k: string]: unknown;
8667
+ }
8616
8668
  /**
8617
8669
  *
8618
8670
  *
@@ -8683,60 +8735,8 @@ export interface ToggleGroup {
8683
8735
  */
8684
8736
  export interface ToggleButtonControl {
8685
8737
  macroParameterValue: string;
8686
- label: I18NProperty75;
8687
- type: 'togglebutton' | 'TOGGLEBUTTON';
8688
- key: string;
8689
- [k: string]: unknown;
8690
- }
8691
- /**
8692
- *
8693
- *
8694
- * Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
8695
- * and value in multiple places if you like, but identical keys must have identical values.
8696
- *
8697
- * <h3>Example</h3>
8698
- *
8699
- *
8700
- *
8701
- *
8702
- *
8703
- * {
8704
- * "value": "My text"
8705
- * }
8706
- *
8707
- *
8708
- *
8709
- */
8710
- export interface I18NProperty75 {
8711
- value: string;
8712
- i18n?: string;
8713
- [k: string]: unknown;
8714
- }
8715
- /**
8716
- *
8717
- *
8718
- * Defines a button which may appear in control extension points such as the property panel
8719
- *
8720
- * <p><b>Example</b></p>
8721
- *
8722
- *
8723
- *
8724
- *
8725
- *
8726
- * {
8727
- * "type": "button",
8728
- * "label": {
8729
- * "value": "My Custom Control 0"
8730
- * },
8731
- * "key": "my-custom-control-0"
8732
- * }
8733
- *
8734
- *
8735
- *
8736
- */
8737
- export interface ButtonControl {
8738
8738
  label: I18NProperty76;
8739
- type: 'button' | 'BUTTON';
8739
+ type: 'togglebutton' | 'TOGGLEBUTTON';
8740
8740
  key: string;
8741
8741
  [k: string]: unknown;
8742
8742
  }
@@ -29825,7 +29825,7 @@ export interface I18NProperty83 {
29825
29825
  *
29826
29826
  */
29827
29827
  export interface MacroPropertyPanel1 {
29828
- controls?: (ToggleGroup1 | TextControl1 | ButtonControl2 | ControlGroup1)[];
29828
+ controls?: (ControlGroup1 | ToggleGroup1 | ButtonControl3 | TextControl1)[];
29829
29829
  cacheable?: boolean;
29830
29830
  url: string;
29831
29831
  [k: string]: unknown;
@@ -29833,7 +29833,7 @@ export interface MacroPropertyPanel1 {
29833
29833
  /**
29834
29834
  *
29835
29835
  *
29836
- * Defines a ToggleGroup which may appear in control extension points such as the property panel
29836
+ * Defines a ControlGroup which may appear in control extension points such as the property panel
29837
29837
  *
29838
29838
  * <p><b>Example</b></p>
29839
29839
  *
@@ -29843,24 +29843,21 @@ export interface MacroPropertyPanel1 {
29843
29843
  *
29844
29844
  * [
29845
29845
  * {
29846
- * "type": "togglegroup",
29847
- * "macroParameter": "toggleGroupMacroParameter",
29846
+ * "type": "group",
29848
29847
  * "controls": [
29849
29848
  * {
29850
- * "type": "togglebutton",
29851
- * "macroParameterValue": "macroParameterValue 0",
29849
+ * "type": "button",
29852
29850
  * "label": {
29853
29851
  * "value": "My Custom Control 0"
29854
29852
  * },
29855
- * "key": "my-custom-toggle-button-0"
29853
+ * "key": "my-custom-control-0"
29856
29854
  * },
29857
29855
  * {
29858
- * "type": "togglebutton",
29859
- * "macroParameterValue": "macroParameterValue 1",
29856
+ * "type": "button",
29860
29857
  * "label": {
29861
29858
  * "value": "My Custom Control 1"
29862
29859
  * },
29863
- * "key": "my-custom-toggle-button-1"
29860
+ * "key": "my-custom-control-1"
29864
29861
  * }
29865
29862
  * ]
29866
29863
  * }
@@ -29869,16 +29866,15 @@ export interface MacroPropertyPanel1 {
29869
29866
  *
29870
29867
  *
29871
29868
  */
29872
- export interface ToggleGroup1 {
29873
- controls: ToggleButtonControl1[];
29874
- macroParameter: string;
29875
- type: 'togglegroup' | 'TOGGLEGROUP';
29869
+ export interface ControlGroup1 {
29870
+ controls: ButtonControl2[];
29871
+ type: 'group' | 'GROUP';
29876
29872
  [k: string]: unknown;
29877
29873
  }
29878
29874
  /**
29879
29875
  *
29880
29876
  *
29881
- * Defines a toggle button which appears inside a ToggleGroup
29877
+ * Defines a button which may appear in control extension points such as the property panel
29882
29878
  *
29883
29879
  * <p><b>Example</b></p>
29884
29880
  *
@@ -29887,21 +29883,19 @@ export interface ToggleGroup1 {
29887
29883
  *
29888
29884
  *
29889
29885
  * {
29890
- * "type": "togglebutton",
29891
- * "macroParameterValue": "macroParameterValue 0",
29886
+ * "type": "button",
29892
29887
  * "label": {
29893
29888
  * "value": "My Custom Control 0"
29894
29889
  * },
29895
- * "key": "my-custom-toggle-button-0"
29890
+ * "key": "my-custom-control-0"
29896
29891
  * }
29897
29892
  *
29898
29893
  *
29899
29894
  *
29900
29895
  */
29901
- export interface ToggleButtonControl1 {
29902
- macroParameterValue: string;
29896
+ export interface ButtonControl2 {
29903
29897
  label: I18NProperty84;
29904
- type: 'togglebutton' | 'TOGGLEBUTTON';
29898
+ type: 'button' | 'BUTTON';
29905
29899
  key: string;
29906
29900
  [k: string]: unknown;
29907
29901
  }
@@ -29932,7 +29926,7 @@ export interface I18NProperty84 {
29932
29926
  /**
29933
29927
  *
29934
29928
  *
29935
- * Defines a text field which may appear in control extension points such as the property panel
29929
+ * Defines a ToggleGroup which may appear in control extension points such as the property panel
29936
29930
  *
29937
29931
  * <p><b>Example</b></p>
29938
29932
  *
@@ -29940,27 +29934,44 @@ export interface I18NProperty84 {
29940
29934
  *
29941
29935
  *
29942
29936
  *
29943
- * {
29944
- * "type": "button",
29945
- * "label": {
29946
- * "value": "My Custom Control 0"
29947
- * },
29948
- * "key": "my-custom-control-0"
29949
- * }
29937
+ * [
29938
+ * {
29939
+ * "type": "togglegroup",
29940
+ * "macroParameter": "toggleGroupMacroParameter",
29941
+ * "controls": [
29942
+ * {
29943
+ * "type": "togglebutton",
29944
+ * "macroParameterValue": "macroParameterValue 0",
29945
+ * "label": {
29946
+ * "value": "My Custom Control 0"
29947
+ * },
29948
+ * "key": "my-custom-toggle-button-0"
29949
+ * },
29950
+ * {
29951
+ * "type": "togglebutton",
29952
+ * "macroParameterValue": "macroParameterValue 1",
29953
+ * "label": {
29954
+ * "value": "My Custom Control 1"
29955
+ * },
29956
+ * "key": "my-custom-toggle-button-1"
29957
+ * }
29958
+ * ]
29959
+ * }
29960
+ * ]
29950
29961
  *
29951
29962
  *
29952
29963
  *
29953
29964
  */
29954
- export interface TextControl1 {
29965
+ export interface ToggleGroup1 {
29966
+ controls: ToggleButtonControl1[];
29955
29967
  macroParameter: string;
29956
- type: 'text' | 'TEXT';
29957
- key: string;
29968
+ type: 'togglegroup' | 'TOGGLEGROUP';
29958
29969
  [k: string]: unknown;
29959
29970
  }
29960
29971
  /**
29961
29972
  *
29962
29973
  *
29963
- * Defines a button which may appear in control extension points such as the property panel
29974
+ * Defines a toggle button which appears inside a ToggleGroup
29964
29975
  *
29965
29976
  * <p><b>Example</b></p>
29966
29977
  *
@@ -29969,19 +29980,21 @@ export interface TextControl1 {
29969
29980
  *
29970
29981
  *
29971
29982
  * {
29972
- * "type": "button",
29983
+ * "type": "togglebutton",
29984
+ * "macroParameterValue": "macroParameterValue 0",
29973
29985
  * "label": {
29974
29986
  * "value": "My Custom Control 0"
29975
29987
  * },
29976
- * "key": "my-custom-control-0"
29988
+ * "key": "my-custom-toggle-button-0"
29977
29989
  * }
29978
29990
  *
29979
29991
  *
29980
29992
  *
29981
29993
  */
29982
- export interface ButtonControl2 {
29994
+ export interface ToggleButtonControl1 {
29995
+ macroParameterValue: string;
29983
29996
  label: I18NProperty85;
29984
- type: 'button' | 'BUTTON';
29997
+ type: 'togglebutton' | 'TOGGLEBUTTON';
29985
29998
  key: string;
29986
29999
  [k: string]: unknown;
29987
30000
  }
@@ -30009,47 +30022,6 @@ export interface I18NProperty85 {
30009
30022
  i18n?: string;
30010
30023
  [k: string]: unknown;
30011
30024
  }
30012
- /**
30013
- *
30014
- *
30015
- * Defines a ControlGroup which may appear in control extension points such as the property panel
30016
- *
30017
- * <p><b>Example</b></p>
30018
- *
30019
- *
30020
- *
30021
- *
30022
- *
30023
- * [
30024
- * {
30025
- * "type": "group",
30026
- * "controls": [
30027
- * {
30028
- * "type": "button",
30029
- * "label": {
30030
- * "value": "My Custom Control 0"
30031
- * },
30032
- * "key": "my-custom-control-0"
30033
- * },
30034
- * {
30035
- * "type": "button",
30036
- * "label": {
30037
- * "value": "My Custom Control 1"
30038
- * },
30039
- * "key": "my-custom-control-1"
30040
- * }
30041
- * ]
30042
- * }
30043
- * ]
30044
- *
30045
- *
30046
- *
30047
- */
30048
- export interface ControlGroup1 {
30049
- controls: ButtonControl3[];
30050
- type: 'group' | 'GROUP';
30051
- [k: string]: unknown;
30052
- }
30053
30025
  /**
30054
30026
  *
30055
30027
  *
@@ -30102,6 +30074,34 @@ export interface I18NProperty86 {
30102
30074
  i18n?: string;
30103
30075
  [k: string]: unknown;
30104
30076
  }
30077
+ /**
30078
+ *
30079
+ *
30080
+ * Defines a text field which may appear in control extension points such as the property panel
30081
+ *
30082
+ * <p><b>Example</b></p>
30083
+ *
30084
+ *
30085
+ *
30086
+ *
30087
+ *
30088
+ * {
30089
+ * "type": "button",
30090
+ * "label": {
30091
+ * "value": "My Custom Control 0"
30092
+ * },
30093
+ * "key": "my-custom-control-0"
30094
+ * }
30095
+ *
30096
+ *
30097
+ *
30098
+ */
30099
+ export interface TextControl1 {
30100
+ macroParameter: string;
30101
+ type: 'text' | 'TEXT';
30102
+ key: string;
30103
+ [k: string]: unknown;
30104
+ }
30105
30105
  /**
30106
30106
  *
30107
30107
  *