@forge/manifest 3.2.0-next.6 → 3.2.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.
- package/CHANGELOG.md +16 -0
- package/out/schema/manifest-schema.json +276 -276
- package/out/schema/manifest.d.ts +250 -250
- package/package.json +1 -1
package/out/schema/manifest.d.ts
CHANGED
|
@@ -3078,7 +3078,7 @@ export interface Modules {
|
|
|
3078
3078
|
location?: string;
|
|
3079
3079
|
cacheable?: boolean;
|
|
3080
3080
|
supportsNative?: boolean;
|
|
3081
|
-
conditions?: (
|
|
3081
|
+
conditions?: (SingleCondition | CompositeCondition)[];
|
|
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?: (
|
|
3097
|
+
conditions?: (SingleCondition | CompositeCondition)[];
|
|
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?: (
|
|
3135
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
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?: (
|
|
3149
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
3150
3150
|
params?: {
|
|
3151
3151
|
[k: string]: unknown;
|
|
3152
3152
|
};
|
|
@@ -3161,7 +3161,7 @@ export interface Modules {
|
|
|
3161
3161
|
name?: I18NProperty55;
|
|
3162
3162
|
weight?: number;
|
|
3163
3163
|
location?: string;
|
|
3164
|
-
conditions?: (
|
|
3164
|
+
conditions?: (SingleCondition | CompositeCondition)[];
|
|
3165
3165
|
params?: {
|
|
3166
3166
|
[k: string]: unknown;
|
|
3167
3167
|
};
|
|
@@ -3173,7 +3173,7 @@ export interface Modules {
|
|
|
3173
3173
|
name?: I18NProperty55;
|
|
3174
3174
|
weight?: number;
|
|
3175
3175
|
location?: string;
|
|
3176
|
-
conditions?: (
|
|
3176
|
+
conditions?: (SingleCondition | CompositeCondition)[];
|
|
3177
3177
|
params?: {
|
|
3178
3178
|
[k: string]: unknown;
|
|
3179
3179
|
};
|
|
@@ -3188,7 +3188,7 @@ export interface Modules {
|
|
|
3188
3188
|
weight?: number;
|
|
3189
3189
|
cacheable?: boolean;
|
|
3190
3190
|
location?: string;
|
|
3191
|
-
conditions?: (
|
|
3191
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
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?: (
|
|
3205
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
3206
3206
|
params?: {
|
|
3207
3207
|
[k: string]: unknown;
|
|
3208
3208
|
};
|
|
@@ -3322,7 +3322,7 @@ export interface Modules {
|
|
|
3322
3322
|
name?: I18NProperty63;
|
|
3323
3323
|
weight?: number;
|
|
3324
3324
|
location?: string;
|
|
3325
|
-
conditions?: (
|
|
3325
|
+
conditions?: (CompositeCondition7 | SingleCondition5)[];
|
|
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?: (
|
|
3337
|
+
conditions?: (CompositeCondition7 | SingleCondition5)[];
|
|
3338
3338
|
params?: {
|
|
3339
3339
|
[k: string]: unknown;
|
|
3340
3340
|
};
|
|
@@ -3765,7 +3765,7 @@ export interface I18NProperty1 {
|
|
|
3765
3765
|
*
|
|
3766
3766
|
*/
|
|
3767
3767
|
export interface CompositeCondition {
|
|
3768
|
-
conditions?: (
|
|
3768
|
+
conditions?: (SingleCondition | ManifestSchema)[];
|
|
3769
3769
|
type?: 'and' | 'AND' | 'or' | 'OR';
|
|
3770
3770
|
[k: string]: unknown;
|
|
3771
3771
|
}
|
|
@@ -6473,10 +6473,47 @@ export interface Icon10 {
|
|
|
6473
6473
|
*
|
|
6474
6474
|
*/
|
|
6475
6475
|
export interface WebItemTarget1 {
|
|
6476
|
-
options?:
|
|
6476
|
+
options?: InlineDialogOptions1 | DialogModuleOptions1 | DialogOptions2;
|
|
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
|
+
}
|
|
6480
6517
|
/**
|
|
6481
6518
|
*
|
|
6482
6519
|
*
|
|
@@ -6602,43 +6639,6 @@ export interface I18NProperty58 {
|
|
|
6602
6639
|
i18n?: string;
|
|
6603
6640
|
[k: string]: unknown;
|
|
6604
6641
|
}
|
|
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
|
*
|
|
@@ -6731,7 +6731,7 @@ export interface SingleCondition4 {
|
|
|
6731
6731
|
*
|
|
6732
6732
|
*/
|
|
6733
6733
|
export interface CompositeCondition6 {
|
|
6734
|
-
conditions?: (
|
|
6734
|
+
conditions?: (ManifestSchema | SingleCondition)[];
|
|
6735
6735
|
type?: 'and' | 'AND' | 'or' | 'OR';
|
|
6736
6736
|
[k: string]: unknown;
|
|
6737
6737
|
}
|
|
@@ -7089,37 +7089,6 @@ 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
|
-
}
|
|
7123
7092
|
/**
|
|
7124
7093
|
*
|
|
7125
7094
|
*
|
|
@@ -7157,10 +7126,41 @@ export interface SingleCondition5 {
|
|
|
7157
7126
|
*
|
|
7158
7127
|
*/
|
|
7159
7128
|
export interface CompositeCondition7 {
|
|
7160
|
-
conditions?: (
|
|
7129
|
+
conditions?: (SingleCondition | ManifestSchema)[];
|
|
7161
7130
|
type?: 'and' | 'AND' | 'or' | 'OR';
|
|
7162
7131
|
[k: string]: unknown;
|
|
7163
7132
|
}
|
|
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?: (
|
|
8583
|
+
controls?: (TextControl | ToggleGroup | ButtonControl | ControlGroup)[];
|
|
8584
8584
|
cacheable?: boolean;
|
|
8585
8585
|
url: string;
|
|
8586
8586
|
[k: string]: unknown;
|
|
@@ -8588,7 +8588,35 @@ export interface MacroPropertyPanel {
|
|
|
8588
8588
|
/**
|
|
8589
8589
|
*
|
|
8590
8590
|
*
|
|
8591
|
-
* Defines a
|
|
8591
|
+
* Defines a text field which may appear in control extension points such as the property panel
|
|
8592
|
+
*
|
|
8593
|
+
* <p><b>Example</b></p>
|
|
8594
|
+
*
|
|
8595
|
+
*
|
|
8596
|
+
*
|
|
8597
|
+
*
|
|
8598
|
+
*
|
|
8599
|
+
* {
|
|
8600
|
+
* "type": "button",
|
|
8601
|
+
* "label": {
|
|
8602
|
+
* "value": "My Custom Control 0"
|
|
8603
|
+
* },
|
|
8604
|
+
* "key": "my-custom-control-0"
|
|
8605
|
+
* }
|
|
8606
|
+
*
|
|
8607
|
+
*
|
|
8608
|
+
*
|
|
8609
|
+
*/
|
|
8610
|
+
export interface TextControl {
|
|
8611
|
+
macroParameter: string;
|
|
8612
|
+
type: 'text' | 'TEXT';
|
|
8613
|
+
key: string;
|
|
8614
|
+
[k: string]: unknown;
|
|
8615
|
+
}
|
|
8616
|
+
/**
|
|
8617
|
+
*
|
|
8618
|
+
*
|
|
8619
|
+
* Defines a ToggleGroup which may appear in control extension points such as the property panel
|
|
8592
8620
|
*
|
|
8593
8621
|
* <p><b>Example</b></p>
|
|
8594
8622
|
*
|
|
@@ -8598,21 +8626,24 @@ export interface MacroPropertyPanel {
|
|
|
8598
8626
|
*
|
|
8599
8627
|
* [
|
|
8600
8628
|
* {
|
|
8601
|
-
* "type": "
|
|
8629
|
+
* "type": "togglegroup",
|
|
8630
|
+
* "macroParameter": "toggleGroupMacroParameter",
|
|
8602
8631
|
* "controls": [
|
|
8603
8632
|
* {
|
|
8604
|
-
* "type": "
|
|
8633
|
+
* "type": "togglebutton",
|
|
8634
|
+
* "macroParameterValue": "macroParameterValue 0",
|
|
8605
8635
|
* "label": {
|
|
8606
8636
|
* "value": "My Custom Control 0"
|
|
8607
8637
|
* },
|
|
8608
|
-
* "key": "my-custom-
|
|
8638
|
+
* "key": "my-custom-toggle-button-0"
|
|
8609
8639
|
* },
|
|
8610
8640
|
* {
|
|
8611
|
-
* "type": "
|
|
8641
|
+
* "type": "togglebutton",
|
|
8642
|
+
* "macroParameterValue": "macroParameterValue 1",
|
|
8612
8643
|
* "label": {
|
|
8613
8644
|
* "value": "My Custom Control 1"
|
|
8614
8645
|
* },
|
|
8615
|
-
* "key": "my-custom-
|
|
8646
|
+
* "key": "my-custom-toggle-button-1"
|
|
8616
8647
|
* }
|
|
8617
8648
|
* ]
|
|
8618
8649
|
* }
|
|
@@ -8621,15 +8652,16 @@ export interface MacroPropertyPanel {
|
|
|
8621
8652
|
*
|
|
8622
8653
|
*
|
|
8623
8654
|
*/
|
|
8624
|
-
export interface
|
|
8625
|
-
controls:
|
|
8626
|
-
|
|
8655
|
+
export interface ToggleGroup {
|
|
8656
|
+
controls: ToggleButtonControl[];
|
|
8657
|
+
macroParameter: string;
|
|
8658
|
+
type: 'togglegroup' | 'TOGGLEGROUP';
|
|
8627
8659
|
[k: string]: unknown;
|
|
8628
8660
|
}
|
|
8629
8661
|
/**
|
|
8630
8662
|
*
|
|
8631
8663
|
*
|
|
8632
|
-
* Defines a button which
|
|
8664
|
+
* Defines a toggle button which appears inside a ToggleGroup
|
|
8633
8665
|
*
|
|
8634
8666
|
* <p><b>Example</b></p>
|
|
8635
8667
|
*
|
|
@@ -8638,19 +8670,21 @@ export interface ControlGroup {
|
|
|
8638
8670
|
*
|
|
8639
8671
|
*
|
|
8640
8672
|
* {
|
|
8641
|
-
* "type": "
|
|
8673
|
+
* "type": "togglebutton",
|
|
8674
|
+
* "macroParameterValue": "macroParameterValue 0",
|
|
8642
8675
|
* "label": {
|
|
8643
8676
|
* "value": "My Custom Control 0"
|
|
8644
8677
|
* },
|
|
8645
|
-
* "key": "my-custom-
|
|
8678
|
+
* "key": "my-custom-toggle-button-0"
|
|
8646
8679
|
* }
|
|
8647
8680
|
*
|
|
8648
8681
|
*
|
|
8649
8682
|
*
|
|
8650
8683
|
*/
|
|
8651
|
-
export interface
|
|
8684
|
+
export interface ToggleButtonControl {
|
|
8685
|
+
macroParameterValue: string;
|
|
8652
8686
|
label: I18NProperty75;
|
|
8653
|
-
type: '
|
|
8687
|
+
type: 'togglebutton' | 'TOGGLEBUTTON';
|
|
8654
8688
|
key: string;
|
|
8655
8689
|
[k: string]: unknown;
|
|
8656
8690
|
}
|
|
@@ -8678,34 +8712,6 @@ export interface I18NProperty75 {
|
|
|
8678
8712
|
i18n?: string;
|
|
8679
8713
|
[k: string]: unknown;
|
|
8680
8714
|
}
|
|
8681
|
-
/**
|
|
8682
|
-
*
|
|
8683
|
-
*
|
|
8684
|
-
* Defines a text field which may appear in control extension points such as the property panel
|
|
8685
|
-
*
|
|
8686
|
-
* <p><b>Example</b></p>
|
|
8687
|
-
*
|
|
8688
|
-
*
|
|
8689
|
-
*
|
|
8690
|
-
*
|
|
8691
|
-
*
|
|
8692
|
-
* {
|
|
8693
|
-
* "type": "button",
|
|
8694
|
-
* "label": {
|
|
8695
|
-
* "value": "My Custom Control 0"
|
|
8696
|
-
* },
|
|
8697
|
-
* "key": "my-custom-control-0"
|
|
8698
|
-
* }
|
|
8699
|
-
*
|
|
8700
|
-
*
|
|
8701
|
-
*
|
|
8702
|
-
*/
|
|
8703
|
-
export interface TextControl {
|
|
8704
|
-
macroParameter: string;
|
|
8705
|
-
type: 'text' | 'TEXT';
|
|
8706
|
-
key: string;
|
|
8707
|
-
[k: string]: unknown;
|
|
8708
|
-
}
|
|
8709
8715
|
/**
|
|
8710
8716
|
*
|
|
8711
8717
|
*
|
|
@@ -8728,7 +8734,7 @@ export interface TextControl {
|
|
|
8728
8734
|
*
|
|
8729
8735
|
*
|
|
8730
8736
|
*/
|
|
8731
|
-
export interface
|
|
8737
|
+
export interface ButtonControl {
|
|
8732
8738
|
label: I18NProperty76;
|
|
8733
8739
|
type: 'button' | 'BUTTON';
|
|
8734
8740
|
key: string;
|
|
@@ -8761,7 +8767,7 @@ export interface I18NProperty76 {
|
|
|
8761
8767
|
/**
|
|
8762
8768
|
*
|
|
8763
8769
|
*
|
|
8764
|
-
* Defines a
|
|
8770
|
+
* Defines a ControlGroup which may appear in control extension points such as the property panel
|
|
8765
8771
|
*
|
|
8766
8772
|
* <p><b>Example</b></p>
|
|
8767
8773
|
*
|
|
@@ -8771,24 +8777,21 @@ export interface I18NProperty76 {
|
|
|
8771
8777
|
*
|
|
8772
8778
|
* [
|
|
8773
8779
|
* {
|
|
8774
|
-
* "type": "
|
|
8775
|
-
* "macroParameter": "toggleGroupMacroParameter",
|
|
8780
|
+
* "type": "group",
|
|
8776
8781
|
* "controls": [
|
|
8777
8782
|
* {
|
|
8778
|
-
* "type": "
|
|
8779
|
-
* "macroParameterValue": "macroParameterValue 0",
|
|
8783
|
+
* "type": "button",
|
|
8780
8784
|
* "label": {
|
|
8781
8785
|
* "value": "My Custom Control 0"
|
|
8782
8786
|
* },
|
|
8783
|
-
* "key": "my-custom-
|
|
8787
|
+
* "key": "my-custom-control-0"
|
|
8784
8788
|
* },
|
|
8785
8789
|
* {
|
|
8786
|
-
* "type": "
|
|
8787
|
-
* "macroParameterValue": "macroParameterValue 1",
|
|
8790
|
+
* "type": "button",
|
|
8788
8791
|
* "label": {
|
|
8789
8792
|
* "value": "My Custom Control 1"
|
|
8790
8793
|
* },
|
|
8791
|
-
* "key": "my-custom-
|
|
8794
|
+
* "key": "my-custom-control-1"
|
|
8792
8795
|
* }
|
|
8793
8796
|
* ]
|
|
8794
8797
|
* }
|
|
@@ -8797,16 +8800,15 @@ export interface I18NProperty76 {
|
|
|
8797
8800
|
*
|
|
8798
8801
|
*
|
|
8799
8802
|
*/
|
|
8800
|
-
export interface
|
|
8801
|
-
controls:
|
|
8802
|
-
|
|
8803
|
-
type: 'togglegroup' | 'TOGGLEGROUP';
|
|
8803
|
+
export interface ControlGroup {
|
|
8804
|
+
controls: ButtonControl1[];
|
|
8805
|
+
type: 'group' | 'GROUP';
|
|
8804
8806
|
[k: string]: unknown;
|
|
8805
8807
|
}
|
|
8806
8808
|
/**
|
|
8807
8809
|
*
|
|
8808
8810
|
*
|
|
8809
|
-
* Defines a
|
|
8811
|
+
* Defines a button which may appear in control extension points such as the property panel
|
|
8810
8812
|
*
|
|
8811
8813
|
* <p><b>Example</b></p>
|
|
8812
8814
|
*
|
|
@@ -8815,21 +8817,19 @@ export interface ToggleGroup {
|
|
|
8815
8817
|
*
|
|
8816
8818
|
*
|
|
8817
8819
|
* {
|
|
8818
|
-
* "type": "
|
|
8819
|
-
* "macroParameterValue": "macroParameterValue 0",
|
|
8820
|
+
* "type": "button",
|
|
8820
8821
|
* "label": {
|
|
8821
8822
|
* "value": "My Custom Control 0"
|
|
8822
8823
|
* },
|
|
8823
|
-
* "key": "my-custom-
|
|
8824
|
+
* "key": "my-custom-control-0"
|
|
8824
8825
|
* }
|
|
8825
8826
|
*
|
|
8826
8827
|
*
|
|
8827
8828
|
*
|
|
8828
8829
|
*/
|
|
8829
|
-
export interface
|
|
8830
|
-
macroParameterValue: string;
|
|
8830
|
+
export interface ButtonControl1 {
|
|
8831
8831
|
label: I18NProperty77;
|
|
8832
|
-
type: '
|
|
8832
|
+
type: 'button' | 'BUTTON';
|
|
8833
8833
|
key: string;
|
|
8834
8834
|
[k: string]: unknown;
|
|
8835
8835
|
}
|
|
@@ -29825,7 +29825,7 @@ export interface I18NProperty83 {
|
|
|
29825
29825
|
*
|
|
29826
29826
|
*/
|
|
29827
29827
|
export interface MacroPropertyPanel1 {
|
|
29828
|
-
controls?: (
|
|
29828
|
+
controls?: (ToggleGroup1 | TextControl1 | ButtonControl2 | ControlGroup1)[];
|
|
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
|
|
29836
|
+
* Defines a ToggleGroup which may appear in control extension points such as the property panel
|
|
29837
29837
|
*
|
|
29838
29838
|
* <p><b>Example</b></p>
|
|
29839
29839
|
*
|
|
@@ -29843,21 +29843,24 @@ export interface MacroPropertyPanel1 {
|
|
|
29843
29843
|
*
|
|
29844
29844
|
* [
|
|
29845
29845
|
* {
|
|
29846
|
-
* "type": "
|
|
29846
|
+
* "type": "togglegroup",
|
|
29847
|
+
* "macroParameter": "toggleGroupMacroParameter",
|
|
29847
29848
|
* "controls": [
|
|
29848
29849
|
* {
|
|
29849
|
-
* "type": "
|
|
29850
|
+
* "type": "togglebutton",
|
|
29851
|
+
* "macroParameterValue": "macroParameterValue 0",
|
|
29850
29852
|
* "label": {
|
|
29851
29853
|
* "value": "My Custom Control 0"
|
|
29852
29854
|
* },
|
|
29853
|
-
* "key": "my-custom-
|
|
29855
|
+
* "key": "my-custom-toggle-button-0"
|
|
29854
29856
|
* },
|
|
29855
29857
|
* {
|
|
29856
|
-
* "type": "
|
|
29858
|
+
* "type": "togglebutton",
|
|
29859
|
+
* "macroParameterValue": "macroParameterValue 1",
|
|
29857
29860
|
* "label": {
|
|
29858
29861
|
* "value": "My Custom Control 1"
|
|
29859
29862
|
* },
|
|
29860
|
-
* "key": "my-custom-
|
|
29863
|
+
* "key": "my-custom-toggle-button-1"
|
|
29861
29864
|
* }
|
|
29862
29865
|
* ]
|
|
29863
29866
|
* }
|
|
@@ -29866,15 +29869,16 @@ export interface MacroPropertyPanel1 {
|
|
|
29866
29869
|
*
|
|
29867
29870
|
*
|
|
29868
29871
|
*/
|
|
29869
|
-
export interface
|
|
29870
|
-
controls:
|
|
29871
|
-
|
|
29872
|
+
export interface ToggleGroup1 {
|
|
29873
|
+
controls: ToggleButtonControl1[];
|
|
29874
|
+
macroParameter: string;
|
|
29875
|
+
type: 'togglegroup' | 'TOGGLEGROUP';
|
|
29872
29876
|
[k: string]: unknown;
|
|
29873
29877
|
}
|
|
29874
29878
|
/**
|
|
29875
29879
|
*
|
|
29876
29880
|
*
|
|
29877
|
-
* Defines a button which
|
|
29881
|
+
* Defines a toggle button which appears inside a ToggleGroup
|
|
29878
29882
|
*
|
|
29879
29883
|
* <p><b>Example</b></p>
|
|
29880
29884
|
*
|
|
@@ -29883,19 +29887,21 @@ export interface ControlGroup1 {
|
|
|
29883
29887
|
*
|
|
29884
29888
|
*
|
|
29885
29889
|
* {
|
|
29886
|
-
* "type": "
|
|
29890
|
+
* "type": "togglebutton",
|
|
29891
|
+
* "macroParameterValue": "macroParameterValue 0",
|
|
29887
29892
|
* "label": {
|
|
29888
29893
|
* "value": "My Custom Control 0"
|
|
29889
29894
|
* },
|
|
29890
|
-
* "key": "my-custom-
|
|
29895
|
+
* "key": "my-custom-toggle-button-0"
|
|
29891
29896
|
* }
|
|
29892
29897
|
*
|
|
29893
29898
|
*
|
|
29894
29899
|
*
|
|
29895
29900
|
*/
|
|
29896
|
-
export interface
|
|
29901
|
+
export interface ToggleButtonControl1 {
|
|
29902
|
+
macroParameterValue: string;
|
|
29897
29903
|
label: I18NProperty84;
|
|
29898
|
-
type: '
|
|
29904
|
+
type: 'togglebutton' | 'TOGGLEBUTTON';
|
|
29899
29905
|
key: string;
|
|
29900
29906
|
[k: string]: unknown;
|
|
29901
29907
|
}
|
|
@@ -29954,7 +29960,7 @@ export interface TextControl1 {
|
|
|
29954
29960
|
/**
|
|
29955
29961
|
*
|
|
29956
29962
|
*
|
|
29957
|
-
* Defines a
|
|
29963
|
+
* Defines a button which may appear in control extension points such as the property panel
|
|
29958
29964
|
*
|
|
29959
29965
|
* <p><b>Example</b></p>
|
|
29960
29966
|
*
|
|
@@ -29962,92 +29968,86 @@ export interface TextControl1 {
|
|
|
29962
29968
|
*
|
|
29963
29969
|
*
|
|
29964
29970
|
*
|
|
29965
|
-
*
|
|
29966
|
-
*
|
|
29967
|
-
*
|
|
29968
|
-
* "
|
|
29969
|
-
*
|
|
29970
|
-
*
|
|
29971
|
-
*
|
|
29972
|
-
* "macroParameterValue": "macroParameterValue 0",
|
|
29973
|
-
* "label": {
|
|
29974
|
-
* "value": "My Custom Control 0"
|
|
29975
|
-
* },
|
|
29976
|
-
* "key": "my-custom-toggle-button-0"
|
|
29977
|
-
* },
|
|
29978
|
-
* {
|
|
29979
|
-
* "type": "togglebutton",
|
|
29980
|
-
* "macroParameterValue": "macroParameterValue 1",
|
|
29981
|
-
* "label": {
|
|
29982
|
-
* "value": "My Custom Control 1"
|
|
29983
|
-
* },
|
|
29984
|
-
* "key": "my-custom-toggle-button-1"
|
|
29985
|
-
* }
|
|
29986
|
-
* ]
|
|
29987
|
-
* }
|
|
29988
|
-
* ]
|
|
29971
|
+
* {
|
|
29972
|
+
* "type": "button",
|
|
29973
|
+
* "label": {
|
|
29974
|
+
* "value": "My Custom Control 0"
|
|
29975
|
+
* },
|
|
29976
|
+
* "key": "my-custom-control-0"
|
|
29977
|
+
* }
|
|
29989
29978
|
*
|
|
29990
29979
|
*
|
|
29991
29980
|
*
|
|
29992
29981
|
*/
|
|
29993
|
-
export interface
|
|
29994
|
-
|
|
29995
|
-
|
|
29996
|
-
|
|
29982
|
+
export interface ButtonControl2 {
|
|
29983
|
+
label: I18NProperty85;
|
|
29984
|
+
type: 'button' | 'BUTTON';
|
|
29985
|
+
key: string;
|
|
29997
29986
|
[k: string]: unknown;
|
|
29998
29987
|
}
|
|
29999
29988
|
/**
|
|
30000
29989
|
*
|
|
30001
29990
|
*
|
|
30002
|
-
*
|
|
29991
|
+
* Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
|
|
29992
|
+
* and value in multiple places if you like, but identical keys must have identical values.
|
|
30003
29993
|
*
|
|
30004
|
-
* <
|
|
29994
|
+
* <h3>Example</h3>
|
|
30005
29995
|
*
|
|
30006
29996
|
*
|
|
30007
29997
|
*
|
|
30008
29998
|
*
|
|
30009
29999
|
*
|
|
30010
30000
|
* {
|
|
30011
|
-
* "
|
|
30012
|
-
* "macroParameterValue": "macroParameterValue 0",
|
|
30013
|
-
* "label": {
|
|
30014
|
-
* "value": "My Custom Control 0"
|
|
30015
|
-
* },
|
|
30016
|
-
* "key": "my-custom-toggle-button-0"
|
|
30001
|
+
* "value": "My text"
|
|
30017
30002
|
* }
|
|
30018
30003
|
*
|
|
30019
30004
|
*
|
|
30020
30005
|
*
|
|
30021
30006
|
*/
|
|
30022
|
-
export interface
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
type: 'togglebutton' | 'TOGGLEBUTTON';
|
|
30026
|
-
key: string;
|
|
30007
|
+
export interface I18NProperty85 {
|
|
30008
|
+
value: string;
|
|
30009
|
+
i18n?: string;
|
|
30027
30010
|
[k: string]: unknown;
|
|
30028
30011
|
}
|
|
30029
30012
|
/**
|
|
30030
30013
|
*
|
|
30031
30014
|
*
|
|
30032
|
-
*
|
|
30033
|
-
* and value in multiple places if you like, but identical keys must have identical values.
|
|
30015
|
+
* Defines a ControlGroup which may appear in control extension points such as the property panel
|
|
30034
30016
|
*
|
|
30035
|
-
* <
|
|
30017
|
+
* <p><b>Example</b></p>
|
|
30036
30018
|
*
|
|
30037
30019
|
*
|
|
30038
30020
|
*
|
|
30039
30021
|
*
|
|
30040
30022
|
*
|
|
30041
|
-
*
|
|
30042
|
-
*
|
|
30043
|
-
*
|
|
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
30044
|
*
|
|
30045
30045
|
*
|
|
30046
30046
|
*
|
|
30047
30047
|
*/
|
|
30048
|
-
export interface
|
|
30049
|
-
|
|
30050
|
-
|
|
30048
|
+
export interface ControlGroup1 {
|
|
30049
|
+
controls: ButtonControl3[];
|
|
30050
|
+
type: 'group' | 'GROUP';
|
|
30051
30051
|
[k: string]: unknown;
|
|
30052
30052
|
}
|
|
30053
30053
|
/**
|
|
@@ -50951,47 +50951,10 @@ export interface I18NProperty91 {
|
|
|
50951
50951
|
*
|
|
50952
50952
|
*/
|
|
50953
50953
|
export interface WebItemTarget2 {
|
|
50954
|
-
options?:
|
|
50954
|
+
options?: DialogOptions4 | DialogModuleOptions2 | InlineDialogOptions2;
|
|
50955
50955
|
type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
|
|
50956
50956
|
[k: string]: unknown;
|
|
50957
50957
|
}
|
|
50958
|
-
/**
|
|
50959
|
-
*
|
|
50960
|
-
*
|
|
50961
|
-
* Options for an inline dialog target
|
|
50962
|
-
*
|
|
50963
|
-
* <h3>Example</h3>
|
|
50964
|
-
*
|
|
50965
|
-
*
|
|
50966
|
-
*
|
|
50967
|
-
*
|
|
50968
|
-
*
|
|
50969
|
-
* {
|
|
50970
|
-
* "target": {
|
|
50971
|
-
* "type": "inlinedialog",
|
|
50972
|
-
* "options": {
|
|
50973
|
-
* "onHover": true,
|
|
50974
|
-
* "offsetX": "30px",
|
|
50975
|
-
* "offsetY": "20px"
|
|
50976
|
-
* }
|
|
50977
|
-
* }
|
|
50978
|
-
* }
|
|
50979
|
-
*
|
|
50980
|
-
*
|
|
50981
|
-
*
|
|
50982
|
-
*/
|
|
50983
|
-
export interface InlineDialogOptions2 {
|
|
50984
|
-
offsetX?: string;
|
|
50985
|
-
offsetY?: string;
|
|
50986
|
-
width?: string;
|
|
50987
|
-
onTop?: boolean;
|
|
50988
|
-
showDelay?: number;
|
|
50989
|
-
closeOthers?: boolean;
|
|
50990
|
-
persistent?: boolean;
|
|
50991
|
-
onHover?: boolean;
|
|
50992
|
-
isRelativeToMouse?: boolean;
|
|
50993
|
-
[k: string]: unknown;
|
|
50994
|
-
}
|
|
50995
50958
|
/**
|
|
50996
50959
|
*
|
|
50997
50960
|
*
|
|
@@ -51117,6 +51080,43 @@ export interface DialogModuleOptions2 {
|
|
|
51117
51080
|
key: string;
|
|
51118
51081
|
[k: string]: unknown;
|
|
51119
51082
|
}
|
|
51083
|
+
/**
|
|
51084
|
+
*
|
|
51085
|
+
*
|
|
51086
|
+
* Options for an inline dialog target
|
|
51087
|
+
*
|
|
51088
|
+
* <h3>Example</h3>
|
|
51089
|
+
*
|
|
51090
|
+
*
|
|
51091
|
+
*
|
|
51092
|
+
*
|
|
51093
|
+
*
|
|
51094
|
+
* {
|
|
51095
|
+
* "target": {
|
|
51096
|
+
* "type": "inlinedialog",
|
|
51097
|
+
* "options": {
|
|
51098
|
+
* "onHover": true,
|
|
51099
|
+
* "offsetX": "30px",
|
|
51100
|
+
* "offsetY": "20px"
|
|
51101
|
+
* }
|
|
51102
|
+
* }
|
|
51103
|
+
* }
|
|
51104
|
+
*
|
|
51105
|
+
*
|
|
51106
|
+
*
|
|
51107
|
+
*/
|
|
51108
|
+
export interface InlineDialogOptions2 {
|
|
51109
|
+
offsetX?: string;
|
|
51110
|
+
offsetY?: string;
|
|
51111
|
+
width?: string;
|
|
51112
|
+
onTop?: boolean;
|
|
51113
|
+
showDelay?: number;
|
|
51114
|
+
closeOthers?: boolean;
|
|
51115
|
+
persistent?: boolean;
|
|
51116
|
+
onHover?: boolean;
|
|
51117
|
+
isRelativeToMouse?: boolean;
|
|
51118
|
+
[k: string]: unknown;
|
|
51119
|
+
}
|
|
51120
51120
|
/**
|
|
51121
51121
|
*
|
|
51122
51122
|
*
|