@forge/manifest 3.3.0 → 3.3.1-next.2
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 +18 -0
- package/out/schema/manifest-schema.json +357 -256
- package/out/schema/manifest.d.ts +360 -306
- package/package.json +1 -1
package/out/schema/manifest.d.ts
CHANGED
|
@@ -1520,48 +1520,102 @@ export interface Modules {
|
|
|
1520
1520
|
)[]
|
|
1521
1521
|
];
|
|
1522
1522
|
'jira:dashboardGadget'?: [
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1523
|
+
(
|
|
1524
|
+
| {
|
|
1525
|
+
title:
|
|
1526
|
+
| {
|
|
1527
|
+
text: string;
|
|
1528
|
+
href?: string;
|
|
1529
|
+
[k: string]: unknown;
|
|
1530
|
+
}
|
|
1531
|
+
| string;
|
|
1532
|
+
description: string;
|
|
1533
|
+
thumbnail: string;
|
|
1534
|
+
function: string;
|
|
1535
|
+
edit?: {
|
|
1536
|
+
function: string;
|
|
1528
1537
|
[k: string]: unknown;
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
description: string;
|
|
1532
|
-
thumbnail: string;
|
|
1533
|
-
function: string;
|
|
1534
|
-
edit?: {
|
|
1535
|
-
function: string;
|
|
1536
|
-
[k: string]: unknown;
|
|
1537
|
-
};
|
|
1538
|
-
displayConditions?: {
|
|
1539
|
-
[k: string]: unknown;
|
|
1540
|
-
};
|
|
1541
|
-
key: ModuleKeySchema;
|
|
1542
|
-
[k: string]: unknown;
|
|
1543
|
-
},
|
|
1544
|
-
...{
|
|
1545
|
-
title:
|
|
1546
|
-
| {
|
|
1547
|
-
text: string;
|
|
1548
|
-
href?: string;
|
|
1538
|
+
};
|
|
1539
|
+
displayConditions?: {
|
|
1549
1540
|
[k: string]: unknown;
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1541
|
+
};
|
|
1542
|
+
key: ModuleKeySchema;
|
|
1543
|
+
[k: string]: unknown;
|
|
1544
|
+
}
|
|
1545
|
+
| {
|
|
1546
|
+
resource: string;
|
|
1547
|
+
resolver?: {
|
|
1548
|
+
function: string;
|
|
1549
|
+
};
|
|
1550
|
+
title:
|
|
1551
|
+
| {
|
|
1552
|
+
text: string;
|
|
1553
|
+
href?: string;
|
|
1554
|
+
[k: string]: unknown;
|
|
1555
|
+
}
|
|
1556
|
+
| string;
|
|
1557
|
+
description: string;
|
|
1558
|
+
thumbnail: string;
|
|
1559
|
+
function?: string;
|
|
1560
|
+
edit?: {
|
|
1561
|
+
resource: string;
|
|
1562
|
+
[k: string]: unknown;
|
|
1563
|
+
};
|
|
1564
|
+
displayConditions?: {
|
|
1565
|
+
[k: string]: unknown;
|
|
1566
|
+
};
|
|
1567
|
+
key: ModuleKeySchema;
|
|
1568
|
+
[k: string]: unknown;
|
|
1569
|
+
}
|
|
1570
|
+
),
|
|
1571
|
+
...(
|
|
1572
|
+
| {
|
|
1573
|
+
title:
|
|
1574
|
+
| {
|
|
1575
|
+
text: string;
|
|
1576
|
+
href?: string;
|
|
1577
|
+
[k: string]: unknown;
|
|
1578
|
+
}
|
|
1579
|
+
| string;
|
|
1580
|
+
description: string;
|
|
1581
|
+
thumbnail: string;
|
|
1582
|
+
function: string;
|
|
1583
|
+
edit?: {
|
|
1584
|
+
function: string;
|
|
1585
|
+
[k: string]: unknown;
|
|
1586
|
+
};
|
|
1587
|
+
displayConditions?: {
|
|
1588
|
+
[k: string]: unknown;
|
|
1589
|
+
};
|
|
1590
|
+
key: ModuleKeySchema;
|
|
1591
|
+
[k: string]: unknown;
|
|
1592
|
+
}
|
|
1593
|
+
| {
|
|
1594
|
+
resource: string;
|
|
1595
|
+
resolver?: {
|
|
1596
|
+
function: string;
|
|
1597
|
+
};
|
|
1598
|
+
title:
|
|
1599
|
+
| {
|
|
1600
|
+
text: string;
|
|
1601
|
+
href?: string;
|
|
1602
|
+
[k: string]: unknown;
|
|
1603
|
+
}
|
|
1604
|
+
| string;
|
|
1605
|
+
description: string;
|
|
1606
|
+
thumbnail: string;
|
|
1607
|
+
function?: string;
|
|
1608
|
+
edit?: {
|
|
1609
|
+
resource: string;
|
|
1610
|
+
[k: string]: unknown;
|
|
1611
|
+
};
|
|
1612
|
+
displayConditions?: {
|
|
1613
|
+
[k: string]: unknown;
|
|
1614
|
+
};
|
|
1615
|
+
key: ModuleKeySchema;
|
|
1616
|
+
[k: string]: unknown;
|
|
1617
|
+
}
|
|
1618
|
+
)[]
|
|
1565
1619
|
];
|
|
1566
1620
|
'jira:adminPage'?: [
|
|
1567
1621
|
(
|
|
@@ -3734,7 +3788,7 @@ export interface Modules {
|
|
|
3734
3788
|
weight?: number;
|
|
3735
3789
|
cacheable?: boolean;
|
|
3736
3790
|
location?: string;
|
|
3737
|
-
conditions?: (
|
|
3791
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
3738
3792
|
params?: {
|
|
3739
3793
|
[k: string]: unknown;
|
|
3740
3794
|
};
|
|
@@ -3748,7 +3802,7 @@ export interface Modules {
|
|
|
3748
3802
|
weight?: number;
|
|
3749
3803
|
cacheable?: boolean;
|
|
3750
3804
|
location?: string;
|
|
3751
|
-
conditions?: (
|
|
3805
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
3752
3806
|
params?: {
|
|
3753
3807
|
[k: string]: unknown;
|
|
3754
3808
|
};
|
|
@@ -3790,7 +3844,7 @@ export interface Modules {
|
|
|
3790
3844
|
weight?: number;
|
|
3791
3845
|
cacheable?: boolean;
|
|
3792
3846
|
location?: string;
|
|
3793
|
-
conditions?: (
|
|
3847
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
3794
3848
|
params?: {
|
|
3795
3849
|
[k: string]: unknown;
|
|
3796
3850
|
};
|
|
@@ -3804,7 +3858,7 @@ export interface Modules {
|
|
|
3804
3858
|
weight?: number;
|
|
3805
3859
|
cacheable?: boolean;
|
|
3806
3860
|
location?: string;
|
|
3807
|
-
conditions?: (
|
|
3861
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
3808
3862
|
params?: {
|
|
3809
3863
|
[k: string]: unknown;
|
|
3810
3864
|
};
|
|
@@ -4132,7 +4186,7 @@ export interface Modules {
|
|
|
4132
4186
|
icon?: Icon18;
|
|
4133
4187
|
name?: I18NProperty91;
|
|
4134
4188
|
cacheable?: boolean;
|
|
4135
|
-
conditions?: (
|
|
4189
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
4136
4190
|
params?: {
|
|
4137
4191
|
[k: string]: unknown;
|
|
4138
4192
|
};
|
|
@@ -4148,7 +4202,7 @@ export interface Modules {
|
|
|
4148
4202
|
icon?: Icon18;
|
|
4149
4203
|
name?: I18NProperty91;
|
|
4150
4204
|
cacheable?: boolean;
|
|
4151
|
-
conditions?: (
|
|
4205
|
+
conditions?: (CompositeCondition | SingleCondition)[];
|
|
4152
4206
|
params?: {
|
|
4153
4207
|
[k: string]: unknown;
|
|
4154
4208
|
};
|
|
@@ -7075,74 +7129,10 @@ export interface Icon10 {
|
|
|
7075
7129
|
*
|
|
7076
7130
|
*/
|
|
7077
7131
|
export interface WebItemTarget1 {
|
|
7078
|
-
options?:
|
|
7132
|
+
options?: DialogOptions2 | DialogModuleOptions1 | InlineDialogOptions1;
|
|
7079
7133
|
type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
|
|
7080
7134
|
[k: string]: unknown;
|
|
7081
7135
|
}
|
|
7082
|
-
/**
|
|
7083
|
-
*
|
|
7084
|
-
*
|
|
7085
|
-
* Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
|
|
7086
|
-
*
|
|
7087
|
-
* <h3>Example</h3>
|
|
7088
|
-
*
|
|
7089
|
-
*
|
|
7090
|
-
*
|
|
7091
|
-
*
|
|
7092
|
-
*
|
|
7093
|
-
* {
|
|
7094
|
-
* "target": {
|
|
7095
|
-
* "type": "dialogmodule",
|
|
7096
|
-
* "options": {
|
|
7097
|
-
* "key": "dialog-module-key"
|
|
7098
|
-
* }
|
|
7099
|
-
* }
|
|
7100
|
-
* }
|
|
7101
|
-
*
|
|
7102
|
-
*
|
|
7103
|
-
*
|
|
7104
|
-
*/
|
|
7105
|
-
export interface DialogModuleOptions1 {
|
|
7106
|
-
key: string;
|
|
7107
|
-
[k: string]: unknown;
|
|
7108
|
-
}
|
|
7109
|
-
/**
|
|
7110
|
-
*
|
|
7111
|
-
*
|
|
7112
|
-
* Options for an inline dialog target
|
|
7113
|
-
*
|
|
7114
|
-
* <h3>Example</h3>
|
|
7115
|
-
*
|
|
7116
|
-
*
|
|
7117
|
-
*
|
|
7118
|
-
*
|
|
7119
|
-
*
|
|
7120
|
-
* {
|
|
7121
|
-
* "target": {
|
|
7122
|
-
* "type": "inlinedialog",
|
|
7123
|
-
* "options": {
|
|
7124
|
-
* "onHover": true,
|
|
7125
|
-
* "offsetX": "30px",
|
|
7126
|
-
* "offsetY": "20px"
|
|
7127
|
-
* }
|
|
7128
|
-
* }
|
|
7129
|
-
* }
|
|
7130
|
-
*
|
|
7131
|
-
*
|
|
7132
|
-
*
|
|
7133
|
-
*/
|
|
7134
|
-
export interface InlineDialogOptions1 {
|
|
7135
|
-
offsetX?: string;
|
|
7136
|
-
offsetY?: string;
|
|
7137
|
-
width?: string;
|
|
7138
|
-
onTop?: boolean;
|
|
7139
|
-
showDelay?: number;
|
|
7140
|
-
closeOthers?: boolean;
|
|
7141
|
-
persistent?: boolean;
|
|
7142
|
-
onHover?: boolean;
|
|
7143
|
-
isRelativeToMouse?: boolean;
|
|
7144
|
-
[k: string]: unknown;
|
|
7145
|
-
}
|
|
7146
7136
|
/**
|
|
7147
7137
|
*
|
|
7148
7138
|
*
|
|
@@ -7241,6 +7231,70 @@ export interface I18NProperty58 {
|
|
|
7241
7231
|
i18n?: string;
|
|
7242
7232
|
[k: string]: unknown;
|
|
7243
7233
|
}
|
|
7234
|
+
/**
|
|
7235
|
+
*
|
|
7236
|
+
*
|
|
7237
|
+
* Options for a web-item targeting a common <a href="../dialog/">dialog module</a>.
|
|
7238
|
+
*
|
|
7239
|
+
* <h3>Example</h3>
|
|
7240
|
+
*
|
|
7241
|
+
*
|
|
7242
|
+
*
|
|
7243
|
+
*
|
|
7244
|
+
*
|
|
7245
|
+
* {
|
|
7246
|
+
* "target": {
|
|
7247
|
+
* "type": "dialogmodule",
|
|
7248
|
+
* "options": {
|
|
7249
|
+
* "key": "dialog-module-key"
|
|
7250
|
+
* }
|
|
7251
|
+
* }
|
|
7252
|
+
* }
|
|
7253
|
+
*
|
|
7254
|
+
*
|
|
7255
|
+
*
|
|
7256
|
+
*/
|
|
7257
|
+
export interface DialogModuleOptions1 {
|
|
7258
|
+
key: string;
|
|
7259
|
+
[k: string]: unknown;
|
|
7260
|
+
}
|
|
7261
|
+
/**
|
|
7262
|
+
*
|
|
7263
|
+
*
|
|
7264
|
+
* Options for an inline dialog target
|
|
7265
|
+
*
|
|
7266
|
+
* <h3>Example</h3>
|
|
7267
|
+
*
|
|
7268
|
+
*
|
|
7269
|
+
*
|
|
7270
|
+
*
|
|
7271
|
+
*
|
|
7272
|
+
* {
|
|
7273
|
+
* "target": {
|
|
7274
|
+
* "type": "inlinedialog",
|
|
7275
|
+
* "options": {
|
|
7276
|
+
* "onHover": true,
|
|
7277
|
+
* "offsetX": "30px",
|
|
7278
|
+
* "offsetY": "20px"
|
|
7279
|
+
* }
|
|
7280
|
+
* }
|
|
7281
|
+
* }
|
|
7282
|
+
*
|
|
7283
|
+
*
|
|
7284
|
+
*
|
|
7285
|
+
*/
|
|
7286
|
+
export interface InlineDialogOptions1 {
|
|
7287
|
+
offsetX?: string;
|
|
7288
|
+
offsetY?: string;
|
|
7289
|
+
width?: string;
|
|
7290
|
+
onTop?: boolean;
|
|
7291
|
+
showDelay?: number;
|
|
7292
|
+
closeOthers?: boolean;
|
|
7293
|
+
persistent?: boolean;
|
|
7294
|
+
onHover?: boolean;
|
|
7295
|
+
isRelativeToMouse?: boolean;
|
|
7296
|
+
[k: string]: unknown;
|
|
7297
|
+
}
|
|
7244
7298
|
/**
|
|
7245
7299
|
*
|
|
7246
7300
|
*
|
|
@@ -9182,7 +9236,7 @@ export interface I18NProperty74 {
|
|
|
9182
9236
|
*
|
|
9183
9237
|
*/
|
|
9184
9238
|
export interface MacroPropertyPanel {
|
|
9185
|
-
controls?: (
|
|
9239
|
+
controls?: (ControlGroup | ButtonControl1 | ToggleGroup | TextControl)[];
|
|
9186
9240
|
cacheable?: boolean;
|
|
9187
9241
|
url: string;
|
|
9188
9242
|
[k: string]: unknown;
|
|
@@ -9190,7 +9244,48 @@ export interface MacroPropertyPanel {
|
|
|
9190
9244
|
/**
|
|
9191
9245
|
*
|
|
9192
9246
|
*
|
|
9193
|
-
* Defines a
|
|
9247
|
+
* Defines a ControlGroup which may appear in control extension points such as the property panel
|
|
9248
|
+
*
|
|
9249
|
+
* <p><b>Example</b></p>
|
|
9250
|
+
*
|
|
9251
|
+
*
|
|
9252
|
+
*
|
|
9253
|
+
*
|
|
9254
|
+
*
|
|
9255
|
+
* [
|
|
9256
|
+
* {
|
|
9257
|
+
* "type": "group",
|
|
9258
|
+
* "controls": [
|
|
9259
|
+
* {
|
|
9260
|
+
* "type": "button",
|
|
9261
|
+
* "label": {
|
|
9262
|
+
* "value": "My Custom Control 0"
|
|
9263
|
+
* },
|
|
9264
|
+
* "key": "my-custom-control-0"
|
|
9265
|
+
* },
|
|
9266
|
+
* {
|
|
9267
|
+
* "type": "button",
|
|
9268
|
+
* "label": {
|
|
9269
|
+
* "value": "My Custom Control 1"
|
|
9270
|
+
* },
|
|
9271
|
+
* "key": "my-custom-control-1"
|
|
9272
|
+
* }
|
|
9273
|
+
* ]
|
|
9274
|
+
* }
|
|
9275
|
+
* ]
|
|
9276
|
+
*
|
|
9277
|
+
*
|
|
9278
|
+
*
|
|
9279
|
+
*/
|
|
9280
|
+
export interface ControlGroup {
|
|
9281
|
+
controls: ButtonControl[];
|
|
9282
|
+
type: 'group' | 'GROUP';
|
|
9283
|
+
[k: string]: unknown;
|
|
9284
|
+
}
|
|
9285
|
+
/**
|
|
9286
|
+
*
|
|
9287
|
+
*
|
|
9288
|
+
* Defines a button which may appear in control extension points such as the property panel
|
|
9194
9289
|
*
|
|
9195
9290
|
* <p><b>Example</b></p>
|
|
9196
9291
|
*
|
|
@@ -9209,12 +9304,88 @@ export interface MacroPropertyPanel {
|
|
|
9209
9304
|
*
|
|
9210
9305
|
*
|
|
9211
9306
|
*/
|
|
9212
|
-
export interface
|
|
9213
|
-
|
|
9214
|
-
type: '
|
|
9307
|
+
export interface ButtonControl {
|
|
9308
|
+
label: I18NProperty75;
|
|
9309
|
+
type: 'button' | 'BUTTON';
|
|
9310
|
+
key: string;
|
|
9311
|
+
[k: string]: unknown;
|
|
9312
|
+
}
|
|
9313
|
+
/**
|
|
9314
|
+
*
|
|
9315
|
+
*
|
|
9316
|
+
* Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
|
|
9317
|
+
* and value in multiple places if you like, but identical keys must have identical values.
|
|
9318
|
+
*
|
|
9319
|
+
* <h3>Example</h3>
|
|
9320
|
+
*
|
|
9321
|
+
*
|
|
9322
|
+
*
|
|
9323
|
+
*
|
|
9324
|
+
*
|
|
9325
|
+
* {
|
|
9326
|
+
* "value": "My text"
|
|
9327
|
+
* }
|
|
9328
|
+
*
|
|
9329
|
+
*
|
|
9330
|
+
*
|
|
9331
|
+
*/
|
|
9332
|
+
export interface I18NProperty75 {
|
|
9333
|
+
value: string;
|
|
9334
|
+
i18n?: string;
|
|
9335
|
+
[k: string]: unknown;
|
|
9336
|
+
}
|
|
9337
|
+
/**
|
|
9338
|
+
*
|
|
9339
|
+
*
|
|
9340
|
+
* Defines a button which may appear in control extension points such as the property panel
|
|
9341
|
+
*
|
|
9342
|
+
* <p><b>Example</b></p>
|
|
9343
|
+
*
|
|
9344
|
+
*
|
|
9345
|
+
*
|
|
9346
|
+
*
|
|
9347
|
+
*
|
|
9348
|
+
* {
|
|
9349
|
+
* "type": "button",
|
|
9350
|
+
* "label": {
|
|
9351
|
+
* "value": "My Custom Control 0"
|
|
9352
|
+
* },
|
|
9353
|
+
* "key": "my-custom-control-0"
|
|
9354
|
+
* }
|
|
9355
|
+
*
|
|
9356
|
+
*
|
|
9357
|
+
*
|
|
9358
|
+
*/
|
|
9359
|
+
export interface ButtonControl1 {
|
|
9360
|
+
label: I18NProperty76;
|
|
9361
|
+
type: 'button' | 'BUTTON';
|
|
9215
9362
|
key: string;
|
|
9216
9363
|
[k: string]: unknown;
|
|
9217
9364
|
}
|
|
9365
|
+
/**
|
|
9366
|
+
*
|
|
9367
|
+
*
|
|
9368
|
+
* Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
|
|
9369
|
+
* and value in multiple places if you like, but identical keys must have identical values.
|
|
9370
|
+
*
|
|
9371
|
+
* <h3>Example</h3>
|
|
9372
|
+
*
|
|
9373
|
+
*
|
|
9374
|
+
*
|
|
9375
|
+
*
|
|
9376
|
+
*
|
|
9377
|
+
* {
|
|
9378
|
+
* "value": "My text"
|
|
9379
|
+
* }
|
|
9380
|
+
*
|
|
9381
|
+
*
|
|
9382
|
+
*
|
|
9383
|
+
*/
|
|
9384
|
+
export interface I18NProperty76 {
|
|
9385
|
+
value: string;
|
|
9386
|
+
i18n?: string;
|
|
9387
|
+
[k: string]: unknown;
|
|
9388
|
+
}
|
|
9218
9389
|
/**
|
|
9219
9390
|
*
|
|
9220
9391
|
*
|
|
@@ -9285,7 +9456,7 @@ export interface ToggleGroup {
|
|
|
9285
9456
|
*/
|
|
9286
9457
|
export interface ToggleButtonControl {
|
|
9287
9458
|
macroParameterValue: string;
|
|
9288
|
-
label:
|
|
9459
|
+
label: I18NProperty77;
|
|
9289
9460
|
type: 'togglebutton' | 'TOGGLEBUTTON';
|
|
9290
9461
|
key: string;
|
|
9291
9462
|
[k: string]: unknown;
|
|
@@ -9309,100 +9480,7 @@ export interface ToggleButtonControl {
|
|
|
9309
9480
|
*
|
|
9310
9481
|
*
|
|
9311
9482
|
*/
|
|
9312
|
-
export interface
|
|
9313
|
-
value: string;
|
|
9314
|
-
i18n?: string;
|
|
9315
|
-
[k: string]: unknown;
|
|
9316
|
-
}
|
|
9317
|
-
/**
|
|
9318
|
-
*
|
|
9319
|
-
*
|
|
9320
|
-
* Defines a ControlGroup which may appear in control extension points such as the property panel
|
|
9321
|
-
*
|
|
9322
|
-
* <p><b>Example</b></p>
|
|
9323
|
-
*
|
|
9324
|
-
*
|
|
9325
|
-
*
|
|
9326
|
-
*
|
|
9327
|
-
*
|
|
9328
|
-
* [
|
|
9329
|
-
* {
|
|
9330
|
-
* "type": "group",
|
|
9331
|
-
* "controls": [
|
|
9332
|
-
* {
|
|
9333
|
-
* "type": "button",
|
|
9334
|
-
* "label": {
|
|
9335
|
-
* "value": "My Custom Control 0"
|
|
9336
|
-
* },
|
|
9337
|
-
* "key": "my-custom-control-0"
|
|
9338
|
-
* },
|
|
9339
|
-
* {
|
|
9340
|
-
* "type": "button",
|
|
9341
|
-
* "label": {
|
|
9342
|
-
* "value": "My Custom Control 1"
|
|
9343
|
-
* },
|
|
9344
|
-
* "key": "my-custom-control-1"
|
|
9345
|
-
* }
|
|
9346
|
-
* ]
|
|
9347
|
-
* }
|
|
9348
|
-
* ]
|
|
9349
|
-
*
|
|
9350
|
-
*
|
|
9351
|
-
*
|
|
9352
|
-
*/
|
|
9353
|
-
export interface ControlGroup {
|
|
9354
|
-
controls: ButtonControl[];
|
|
9355
|
-
type: 'group' | 'GROUP';
|
|
9356
|
-
[k: string]: unknown;
|
|
9357
|
-
}
|
|
9358
|
-
/**
|
|
9359
|
-
*
|
|
9360
|
-
*
|
|
9361
|
-
* Defines a button which may appear in control extension points such as the property panel
|
|
9362
|
-
*
|
|
9363
|
-
* <p><b>Example</b></p>
|
|
9364
|
-
*
|
|
9365
|
-
*
|
|
9366
|
-
*
|
|
9367
|
-
*
|
|
9368
|
-
*
|
|
9369
|
-
* {
|
|
9370
|
-
* "type": "button",
|
|
9371
|
-
* "label": {
|
|
9372
|
-
* "value": "My Custom Control 0"
|
|
9373
|
-
* },
|
|
9374
|
-
* "key": "my-custom-control-0"
|
|
9375
|
-
* }
|
|
9376
|
-
*
|
|
9377
|
-
*
|
|
9378
|
-
*
|
|
9379
|
-
*/
|
|
9380
|
-
export interface ButtonControl {
|
|
9381
|
-
label: I18NProperty76;
|
|
9382
|
-
type: 'button' | 'BUTTON';
|
|
9383
|
-
key: string;
|
|
9384
|
-
[k: string]: unknown;
|
|
9385
|
-
}
|
|
9386
|
-
/**
|
|
9387
|
-
*
|
|
9388
|
-
*
|
|
9389
|
-
* Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
|
|
9390
|
-
* and value in multiple places if you like, but identical keys must have identical values.
|
|
9391
|
-
*
|
|
9392
|
-
* <h3>Example</h3>
|
|
9393
|
-
*
|
|
9394
|
-
*
|
|
9395
|
-
*
|
|
9396
|
-
*
|
|
9397
|
-
*
|
|
9398
|
-
* {
|
|
9399
|
-
* "value": "My text"
|
|
9400
|
-
* }
|
|
9401
|
-
*
|
|
9402
|
-
*
|
|
9403
|
-
*
|
|
9404
|
-
*/
|
|
9405
|
-
export interface I18NProperty76 {
|
|
9483
|
+
export interface I18NProperty77 {
|
|
9406
9484
|
value: string;
|
|
9407
9485
|
i18n?: string;
|
|
9408
9486
|
[k: string]: unknown;
|
|
@@ -9410,7 +9488,7 @@ export interface I18NProperty76 {
|
|
|
9410
9488
|
/**
|
|
9411
9489
|
*
|
|
9412
9490
|
*
|
|
9413
|
-
* Defines a
|
|
9491
|
+
* Defines a text field which may appear in control extension points such as the property panel
|
|
9414
9492
|
*
|
|
9415
9493
|
* <p><b>Example</b></p>
|
|
9416
9494
|
*
|
|
@@ -9429,36 +9507,12 @@ export interface I18NProperty76 {
|
|
|
9429
9507
|
*
|
|
9430
9508
|
*
|
|
9431
9509
|
*/
|
|
9432
|
-
export interface
|
|
9433
|
-
|
|
9434
|
-
type: '
|
|
9510
|
+
export interface TextControl {
|
|
9511
|
+
macroParameter: string;
|
|
9512
|
+
type: 'text' | 'TEXT';
|
|
9435
9513
|
key: string;
|
|
9436
9514
|
[k: string]: unknown;
|
|
9437
9515
|
}
|
|
9438
|
-
/**
|
|
9439
|
-
*
|
|
9440
|
-
*
|
|
9441
|
-
* Represents a string that can be resolved via a localization properties file. You can use the same `i18n Property` key
|
|
9442
|
-
* and value in multiple places if you like, but identical keys must have identical values.
|
|
9443
|
-
*
|
|
9444
|
-
* <h3>Example</h3>
|
|
9445
|
-
*
|
|
9446
|
-
*
|
|
9447
|
-
*
|
|
9448
|
-
*
|
|
9449
|
-
*
|
|
9450
|
-
* {
|
|
9451
|
-
* "value": "My text"
|
|
9452
|
-
* }
|
|
9453
|
-
*
|
|
9454
|
-
*
|
|
9455
|
-
*
|
|
9456
|
-
*/
|
|
9457
|
-
export interface I18NProperty77 {
|
|
9458
|
-
value: string;
|
|
9459
|
-
i18n?: string;
|
|
9460
|
-
[k: string]: unknown;
|
|
9461
|
-
}
|
|
9462
9516
|
/**
|
|
9463
9517
|
*
|
|
9464
9518
|
*
|
|
@@ -30427,11 +30481,39 @@ export interface I18NProperty83 {
|
|
|
30427
30481
|
*
|
|
30428
30482
|
*/
|
|
30429
30483
|
export interface MacroPropertyPanel1 {
|
|
30430
|
-
controls?: (
|
|
30484
|
+
controls?: (TextControl1 | ToggleGroup1 | ButtonControl2 | ControlGroup1)[];
|
|
30431
30485
|
cacheable?: boolean;
|
|
30432
30486
|
url: string;
|
|
30433
30487
|
[k: string]: unknown;
|
|
30434
30488
|
}
|
|
30489
|
+
/**
|
|
30490
|
+
*
|
|
30491
|
+
*
|
|
30492
|
+
* Defines a text field which may appear in control extension points such as the property panel
|
|
30493
|
+
*
|
|
30494
|
+
* <p><b>Example</b></p>
|
|
30495
|
+
*
|
|
30496
|
+
*
|
|
30497
|
+
*
|
|
30498
|
+
*
|
|
30499
|
+
*
|
|
30500
|
+
* {
|
|
30501
|
+
* "type": "button",
|
|
30502
|
+
* "label": {
|
|
30503
|
+
* "value": "My Custom Control 0"
|
|
30504
|
+
* },
|
|
30505
|
+
* "key": "my-custom-control-0"
|
|
30506
|
+
* }
|
|
30507
|
+
*
|
|
30508
|
+
*
|
|
30509
|
+
*
|
|
30510
|
+
*/
|
|
30511
|
+
export interface TextControl1 {
|
|
30512
|
+
macroParameter: string;
|
|
30513
|
+
type: 'text' | 'TEXT';
|
|
30514
|
+
key: string;
|
|
30515
|
+
[k: string]: unknown;
|
|
30516
|
+
}
|
|
30435
30517
|
/**
|
|
30436
30518
|
*
|
|
30437
30519
|
*
|
|
@@ -30531,34 +30613,6 @@ export interface I18NProperty84 {
|
|
|
30531
30613
|
i18n?: string;
|
|
30532
30614
|
[k: string]: unknown;
|
|
30533
30615
|
}
|
|
30534
|
-
/**
|
|
30535
|
-
*
|
|
30536
|
-
*
|
|
30537
|
-
* Defines a text field which may appear in control extension points such as the property panel
|
|
30538
|
-
*
|
|
30539
|
-
* <p><b>Example</b></p>
|
|
30540
|
-
*
|
|
30541
|
-
*
|
|
30542
|
-
*
|
|
30543
|
-
*
|
|
30544
|
-
*
|
|
30545
|
-
* {
|
|
30546
|
-
* "type": "button",
|
|
30547
|
-
* "label": {
|
|
30548
|
-
* "value": "My Custom Control 0"
|
|
30549
|
-
* },
|
|
30550
|
-
* "key": "my-custom-control-0"
|
|
30551
|
-
* }
|
|
30552
|
-
*
|
|
30553
|
-
*
|
|
30554
|
-
*
|
|
30555
|
-
*/
|
|
30556
|
-
export interface TextControl1 {
|
|
30557
|
-
macroParameter: string;
|
|
30558
|
-
type: 'text' | 'TEXT';
|
|
30559
|
-
key: string;
|
|
30560
|
-
[k: string]: unknown;
|
|
30561
|
-
}
|
|
30562
30616
|
/**
|
|
30563
30617
|
*
|
|
30564
30618
|
*
|
|
@@ -51553,47 +51607,10 @@ export interface I18NProperty91 {
|
|
|
51553
51607
|
*
|
|
51554
51608
|
*/
|
|
51555
51609
|
export interface WebItemTarget2 {
|
|
51556
|
-
options?:
|
|
51610
|
+
options?: DialogOptions4 | DialogModuleOptions2 | InlineDialogOptions2;
|
|
51557
51611
|
type?: 'page' | 'PAGE' | 'dialog' | 'DIALOG' | 'inlinedialog' | 'INLINEDIALOG' | 'dialogmodule' | 'DIALOGMODULE';
|
|
51558
51612
|
[k: string]: unknown;
|
|
51559
51613
|
}
|
|
51560
|
-
/**
|
|
51561
|
-
*
|
|
51562
|
-
*
|
|
51563
|
-
* Options for an inline dialog target
|
|
51564
|
-
*
|
|
51565
|
-
* <h3>Example</h3>
|
|
51566
|
-
*
|
|
51567
|
-
*
|
|
51568
|
-
*
|
|
51569
|
-
*
|
|
51570
|
-
*
|
|
51571
|
-
* {
|
|
51572
|
-
* "target": {
|
|
51573
|
-
* "type": "inlinedialog",
|
|
51574
|
-
* "options": {
|
|
51575
|
-
* "onHover": true,
|
|
51576
|
-
* "offsetX": "30px",
|
|
51577
|
-
* "offsetY": "20px"
|
|
51578
|
-
* }
|
|
51579
|
-
* }
|
|
51580
|
-
* }
|
|
51581
|
-
*
|
|
51582
|
-
*
|
|
51583
|
-
*
|
|
51584
|
-
*/
|
|
51585
|
-
export interface InlineDialogOptions2 {
|
|
51586
|
-
offsetX?: string;
|
|
51587
|
-
offsetY?: string;
|
|
51588
|
-
width?: string;
|
|
51589
|
-
onTop?: boolean;
|
|
51590
|
-
showDelay?: number;
|
|
51591
|
-
closeOthers?: boolean;
|
|
51592
|
-
persistent?: boolean;
|
|
51593
|
-
onHover?: boolean;
|
|
51594
|
-
isRelativeToMouse?: boolean;
|
|
51595
|
-
[k: string]: unknown;
|
|
51596
|
-
}
|
|
51597
51614
|
/**
|
|
51598
51615
|
*
|
|
51599
51616
|
*
|
|
@@ -51719,6 +51736,43 @@ export interface DialogModuleOptions2 {
|
|
|
51719
51736
|
key: string;
|
|
51720
51737
|
[k: string]: unknown;
|
|
51721
51738
|
}
|
|
51739
|
+
/**
|
|
51740
|
+
*
|
|
51741
|
+
*
|
|
51742
|
+
* Options for an inline dialog target
|
|
51743
|
+
*
|
|
51744
|
+
* <h3>Example</h3>
|
|
51745
|
+
*
|
|
51746
|
+
*
|
|
51747
|
+
*
|
|
51748
|
+
*
|
|
51749
|
+
*
|
|
51750
|
+
* {
|
|
51751
|
+
* "target": {
|
|
51752
|
+
* "type": "inlinedialog",
|
|
51753
|
+
* "options": {
|
|
51754
|
+
* "onHover": true,
|
|
51755
|
+
* "offsetX": "30px",
|
|
51756
|
+
* "offsetY": "20px"
|
|
51757
|
+
* }
|
|
51758
|
+
* }
|
|
51759
|
+
* }
|
|
51760
|
+
*
|
|
51761
|
+
*
|
|
51762
|
+
*
|
|
51763
|
+
*/
|
|
51764
|
+
export interface InlineDialogOptions2 {
|
|
51765
|
+
offsetX?: string;
|
|
51766
|
+
offsetY?: string;
|
|
51767
|
+
width?: string;
|
|
51768
|
+
onTop?: boolean;
|
|
51769
|
+
showDelay?: number;
|
|
51770
|
+
closeOthers?: boolean;
|
|
51771
|
+
persistent?: boolean;
|
|
51772
|
+
onHover?: boolean;
|
|
51773
|
+
isRelativeToMouse?: boolean;
|
|
51774
|
+
[k: string]: unknown;
|
|
51775
|
+
}
|
|
51722
51776
|
/**
|
|
51723
51777
|
*
|
|
51724
51778
|
*
|