ketcher-react 2.15.0-rc.4 → 2.16.0-rc.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.
Files changed (37) hide show
  1. package/dist/components/Buttons/IconButton/IconButton.d.ts +1 -1
  2. package/dist/components/Buttons/IconButton/types.d.ts +2 -0
  3. package/dist/components/Icon/types.d.ts +2 -2
  4. package/dist/components/Icon/utils/iconNameToIcon.d.ts +2 -0
  5. package/dist/index.css +1 -1
  6. package/dist/index.css.map +1 -1
  7. package/dist/index.js +3048 -1867
  8. package/dist/index.js.map +1 -1
  9. package/dist/index.modern.js +3048 -1867
  10. package/dist/index.modern.js.map +1 -1
  11. package/dist/script/editor/tool/paste.d.ts +2 -0
  12. package/dist/script/editor/tool/select.d.ts +3 -1
  13. package/dist/script/editor/tool/sgroup.d.ts +2 -1
  14. package/dist/script/editor/tool/template.d.ts +7 -12
  15. package/dist/script/editor/tool/templatePreview.d.ts +42 -0
  16. package/dist/script/ui/action/index.d.ts +6 -6
  17. package/dist/script/ui/action/tools.d.ts +6 -6
  18. package/dist/script/ui/component/cliparea/cliparea.d.ts +3 -2
  19. package/dist/script/ui/component/form/MeasureInput/measure-input.d.ts +2 -1
  20. package/dist/script/ui/component/form/Select/Select.d.ts +3 -1
  21. package/dist/script/ui/component/form/form/form.d.ts +3 -1
  22. package/dist/script/ui/data/convert/keynorm.d.ts +1 -0
  23. package/dist/script/ui/data/convert/structconv.d.ts +12 -0
  24. package/dist/script/ui/data/schema/struct-schema.d.ts +298 -180
  25. package/dist/script/ui/state/constants.d.ts +1 -0
  26. package/dist/script/ui/state/hotkeys.d.ts +3 -3
  27. package/dist/script/ui/state/hotkeys.test.d.ts +1 -0
  28. package/dist/script/ui/state/modal/atoms.d.ts +2 -2
  29. package/dist/script/ui/state/modal/form.d.ts +14 -5
  30. package/dist/script/ui/views/components/Dialog/Dialog.d.ts +1 -0
  31. package/dist/script/ui/views/components/StructEditor/InfoTooltip.d.ts +23 -0
  32. package/dist/script/ui/views/modal/components/toolbox/Atom/Atom.container.d.ts +2 -0
  33. package/dist/script/ui/views/modal/components/toolbox/Atom/Atom.d.ts +2 -0
  34. package/dist/script/ui/views/modal/components/toolbox/Atom/AtomElement/AtomElement.d.ts +4 -0
  35. package/dist/script/ui/views/modal/components/toolbox/Atom/helper.d.ts +6 -0
  36. package/dist/script/ui/views/modal/components/toolbox/Bond/Bond.d.ts +6 -3
  37. package/package.json +3 -3
@@ -3,58 +3,71 @@ export namespace atom {
3
3
  const type: string;
4
4
  const required: string[];
5
5
  namespace properties {
6
- namespace label {
6
+ namespace atomType {
7
7
  const title_1: string;
8
8
  export { title_1 as title };
9
+ const _enum: string[];
10
+ export { _enum as enum };
11
+ export const enumNames: string[];
12
+ const _default: string;
13
+ export { _default as default };
14
+ }
15
+ namespace label {
16
+ const title_2: string;
17
+ export { title_2 as title };
9
18
  const type_1: string;
10
19
  export { type_1 as type };
11
20
  export const maxLength: number;
12
21
  export const invalidMessage: string;
13
22
  }
14
- namespace alias {
15
- const title_2: string;
16
- export { title_2 as title };
23
+ namespace atomList {
24
+ const title_3: string;
25
+ export { title_3 as title };
17
26
  const type_2: string;
18
27
  export { type_2 as type };
19
28
  const invalidMessage_1: string;
20
29
  export { invalidMessage_1 as invalidMessage };
21
30
  }
22
- namespace charge {
23
- const title_3: string;
24
- export { title_3 as title };
25
- const type_3: string;
26
- export { type_3 as type };
27
- export const pattern: string;
28
- const maxLength_1: number;
29
- export { maxLength_1 as maxLength };
30
- const _default: string;
31
- export { _default as default };
32
- const invalidMessage_2: string;
33
- export { invalidMessage_2 as invalidMessage };
34
- }
35
- namespace explicitValence {
31
+ namespace notList {
36
32
  const title_4: string;
37
33
  export { title_4 as title };
38
- const _enum: number[];
39
- export { _enum as enum };
40
- export const enumNames: string[];
41
- const _default_1: number;
34
+ const type_3: string;
35
+ export { type_3 as type };
36
+ const _default_1: boolean;
42
37
  export { _default_1 as default };
43
38
  }
44
- namespace isotope {
39
+ namespace pseudo {
45
40
  const title_5: string;
46
41
  export { title_5 as title };
47
42
  const type_4: string;
48
43
  export { type_4 as type };
49
- export const minimum: number;
50
- const _default_2: number;
51
- export { _default_2 as default };
52
- const invalidMessage_3: string;
53
- export { invalidMessage_3 as invalidMessage };
44
+ const invalidMessage_2: string;
45
+ export { invalidMessage_2 as invalidMessage };
54
46
  }
55
- namespace radical {
47
+ namespace alias {
56
48
  const title_6: string;
57
49
  export { title_6 as title };
50
+ const type_5: string;
51
+ export { type_5 as type };
52
+ const invalidMessage_3: string;
53
+ export { invalidMessage_3 as invalidMessage };
54
+ }
55
+ namespace charge {
56
+ const title_7: string;
57
+ export { title_7 as title };
58
+ const type_6: string;
59
+ export { type_6 as type };
60
+ export const pattern: string;
61
+ const maxLength_1: number;
62
+ export { maxLength_1 as maxLength };
63
+ const _default_2: string;
64
+ export { _default_2 as default };
65
+ const invalidMessage_4: string;
66
+ export { invalidMessage_4 as invalidMessage };
67
+ }
68
+ namespace explicitValence {
69
+ const title_8: string;
70
+ export { title_8 as title };
58
71
  const _enum_1: number[];
59
72
  export { _enum_1 as enum };
60
73
  const enumNames_1: string[];
@@ -62,55 +75,61 @@ export namespace atom {
62
75
  const _default_3: number;
63
76
  export { _default_3 as default };
64
77
  }
65
- namespace cip {
66
- const title_7: string;
67
- export { title_7 as title };
68
- const type_5: string;
69
- export { type_5 as type };
70
- const _enum_2: string[];
71
- export { _enum_2 as enum };
78
+ namespace isotope {
79
+ const title_9: string;
80
+ export { title_9 as title };
81
+ const type_7: string;
82
+ export { type_7 as type };
83
+ const pattern_1: string;
84
+ export { pattern_1 as pattern };
85
+ const _default_4: string;
86
+ export { _default_4 as default };
87
+ const maxLength_2: number;
88
+ export { maxLength_2 as maxLength };
89
+ const invalidMessage_5: string;
90
+ export { invalidMessage_5 as invalidMessage };
72
91
  }
73
- namespace ringBondCount {
74
- const title_8: string;
75
- export { title_8 as title };
76
- const _enum_3: number[];
77
- export { _enum_3 as enum };
92
+ namespace radical {
93
+ const title_10: string;
94
+ export { title_10 as title };
95
+ const _enum_2: number[];
96
+ export { _enum_2 as enum };
78
97
  const enumNames_2: string[];
79
98
  export { enumNames_2 as enumNames };
80
- const _default_4: number;
81
- export { _default_4 as default };
99
+ const _default_5: number;
100
+ export { _default_5 as default };
82
101
  }
83
- namespace hCount {
84
- const title_9: string;
85
- export { title_9 as title };
102
+ namespace cip {
103
+ const title_11: string;
104
+ export { title_11 as title };
105
+ const type_8: string;
106
+ export { type_8 as type };
107
+ const _enum_3: string[];
108
+ export { _enum_3 as enum };
109
+ }
110
+ namespace ringBondCount {
111
+ const title_12: string;
112
+ export { title_12 as title };
86
113
  const _enum_4: number[];
87
114
  export { _enum_4 as enum };
88
115
  const enumNames_3: string[];
89
116
  export { enumNames_3 as enumNames };
90
- const _default_5: number;
91
- export { _default_5 as default };
117
+ const _default_6: number;
118
+ export { _default_6 as default };
92
119
  }
93
- namespace substitutionCount {
94
- const title_10: string;
95
- export { title_10 as title };
120
+ namespace hCount {
121
+ const title_13: string;
122
+ export { title_13 as title };
96
123
  const _enum_5: number[];
97
124
  export { _enum_5 as enum };
98
125
  const enumNames_4: string[];
99
126
  export { enumNames_4 as enumNames };
100
- const _default_6: number;
101
- export { _default_6 as default };
102
- }
103
- namespace unsaturatedAtom {
104
- const title_11: string;
105
- export { title_11 as title };
106
- const type_6: string;
107
- export { type_6 as type };
108
- const _default_7: boolean;
127
+ const _default_7: number;
109
128
  export { _default_7 as default };
110
129
  }
111
- namespace invRet {
112
- const title_12: string;
113
- export { title_12 as title };
130
+ namespace substitutionCount {
131
+ const title_14: string;
132
+ export { title_14 as title };
114
133
  const _enum_6: number[];
115
134
  export { _enum_6 as enum };
116
135
  const enumNames_5: string[];
@@ -118,126 +137,225 @@ export namespace atom {
118
137
  const _default_8: number;
119
138
  export { _default_8 as default };
120
139
  }
121
- namespace exactChangeFlag {
122
- const title_13: string;
123
- export { title_13 as title };
124
- const type_7: string;
125
- export { type_7 as type };
140
+ namespace unsaturatedAtom {
141
+ const title_15: string;
142
+ export { title_15 as title };
143
+ const type_9: string;
144
+ export { type_9 as type };
126
145
  const _default_9: boolean;
127
146
  export { _default_9 as default };
128
147
  }
148
+ namespace aromaticity {
149
+ const title_16: string;
150
+ export { title_16 as title };
151
+ const _enum_7: (string | null)[];
152
+ export { _enum_7 as enum };
153
+ const enumNames_6: string[];
154
+ export { enumNames_6 as enumNames };
155
+ const _default_10: number;
156
+ export { _default_10 as default };
157
+ }
158
+ namespace implicitHCount {
159
+ const title_17: string;
160
+ export { title_17 as title };
161
+ const _enum_8: (number | null)[];
162
+ export { _enum_8 as enum };
163
+ const enumNames_7: string[];
164
+ export { enumNames_7 as enumNames };
165
+ const _default_11: number;
166
+ export { _default_11 as default };
167
+ }
168
+ namespace ringMembership {
169
+ const title_18: string;
170
+ export { title_18 as title };
171
+ const _enum_9: (number | null)[];
172
+ export { _enum_9 as enum };
173
+ const enumNames_8: string[];
174
+ export { enumNames_8 as enumNames };
175
+ const _default_12: number;
176
+ export { _default_12 as default };
177
+ }
178
+ namespace ringSize {
179
+ const title_19: string;
180
+ export { title_19 as title };
181
+ const _enum_10: (number | null)[];
182
+ export { _enum_10 as enum };
183
+ const enumNames_9: string[];
184
+ export { enumNames_9 as enumNames };
185
+ const _default_13: number;
186
+ export { _default_13 as default };
187
+ }
188
+ namespace connectivity {
189
+ const title_20: string;
190
+ export { title_20 as title };
191
+ const _enum_11: (number | null)[];
192
+ export { _enum_11 as enum };
193
+ const enumNames_10: string[];
194
+ export { enumNames_10 as enumNames };
195
+ const _default_14: number;
196
+ export { _default_14 as default };
197
+ }
198
+ namespace chirality {
199
+ const title_21: string;
200
+ export { title_21 as title };
201
+ const _enum_12: (string | null)[];
202
+ export { _enum_12 as enum };
203
+ const enumNames_11: string[];
204
+ export { enumNames_11 as enumNames };
205
+ const _default_15: number;
206
+ export { _default_15 as default };
207
+ }
208
+ namespace customQuery {
209
+ const title_22: string;
210
+ export { title_22 as title };
211
+ const pattern_2: string;
212
+ export { pattern_2 as pattern };
213
+ const type_10: string;
214
+ export { type_10 as type };
215
+ const invalidMessage_6: string;
216
+ export { invalidMessage_6 as invalidMessage };
217
+ }
218
+ namespace invRet {
219
+ const title_23: string;
220
+ export { title_23 as title };
221
+ const _enum_13: number[];
222
+ export { _enum_13 as enum };
223
+ const enumNames_12: string[];
224
+ export { enumNames_12 as enumNames };
225
+ const _default_16: number;
226
+ export { _default_16 as default };
227
+ }
228
+ namespace exactChangeFlag {
229
+ const title_24: string;
230
+ export { title_24 as title };
231
+ const type_11: string;
232
+ export { type_11 as type };
233
+ const _default_17: boolean;
234
+ export { _default_17 as default };
235
+ }
129
236
  }
130
237
  }
131
238
  export namespace rgroupSchema {
132
- const title_14: string;
133
- export { title_14 as title };
134
- const type_8: string;
135
- export { type_8 as type };
239
+ const title_25: string;
240
+ export { title_25 as title };
241
+ const type_12: string;
242
+ export { type_12 as type };
136
243
  export namespace properties_1 {
137
244
  namespace values {
138
- const type_9: string;
139
- export { type_9 as type };
245
+ const type_13: string;
246
+ export { type_13 as type };
140
247
  export namespace items {
141
- const type_10: string;
142
- export { type_10 as type };
143
- const _enum_7: number[];
144
- export { _enum_7 as enum };
145
- const enumNames_6: string[];
146
- export { enumNames_6 as enumNames };
248
+ const type_14: string;
249
+ export { type_14 as type };
250
+ const _enum_14: number[];
251
+ export { _enum_14 as enum };
252
+ const enumNames_13: string[];
253
+ export { enumNames_13 as enumNames };
147
254
  }
148
255
  }
149
256
  }
150
257
  export { properties_1 as properties };
151
258
  }
152
259
  export namespace labelEdit {
153
- const title_15: string;
154
- export { title_15 as title };
155
- const type_11: string;
156
- export { type_11 as type };
260
+ const title_26: string;
261
+ export { title_26 as title };
262
+ const type_15: string;
263
+ export { type_15 as type };
157
264
  const required_1: string[];
158
265
  export { required_1 as required };
159
266
  export namespace properties_2 {
160
267
  export namespace label_1 {
161
- const title_16: string;
162
- export { title_16 as title };
163
- const _default_10: string;
164
- export { _default_10 as default };
165
- const invalidMessage_4: string;
166
- export { invalidMessage_4 as invalidMessage };
167
- const type_12: string;
168
- export { type_12 as type };
268
+ const title_27: string;
269
+ export { title_27 as title };
270
+ const _default_18: string;
271
+ export { _default_18 as default };
272
+ const invalidMessage_7: string;
273
+ export { invalidMessage_7 as invalidMessage };
274
+ const type_16: string;
275
+ export { type_16 as type };
169
276
  }
170
277
  export { label_1 as label };
171
278
  }
172
279
  export { properties_2 as properties };
173
280
  }
174
281
  export namespace attachmentPoints {
175
- const title_17: string;
176
- export { title_17 as title };
177
- const type_13: string;
178
- export { type_13 as type };
282
+ const title_28: string;
283
+ export { title_28 as title };
284
+ const type_17: string;
285
+ export { type_17 as type };
179
286
  export namespace properties_3 {
180
287
  namespace primary {
181
- const title_18: string;
182
- export { title_18 as title };
183
- const type_14: string;
184
- export { type_14 as type };
288
+ const title_29: string;
289
+ export { title_29 as title };
290
+ const type_18: string;
291
+ export { type_18 as type };
185
292
  }
186
293
  namespace secondary {
187
- const title_19: string;
188
- export { title_19 as title };
189
- const type_15: string;
190
- export { type_15 as type };
294
+ const title_30: string;
295
+ export { title_30 as title };
296
+ const type_19: string;
297
+ export { type_19 as type };
191
298
  }
192
299
  }
193
300
  export { properties_3 as properties };
194
301
  }
195
302
  export namespace bond {
196
- const title_20: string;
197
- export { title_20 as title };
198
- const type_16: string;
199
- export { type_16 as type };
303
+ const title_31: string;
304
+ export { title_31 as title };
305
+ const type_20: string;
306
+ export { type_20 as type };
200
307
  const required_2: string[];
201
308
  export { required_2 as required };
202
309
  export namespace properties_4 {
203
- export namespace type_17 {
204
- const title_21: string;
205
- export { title_21 as title };
206
- const _enum_8: string[];
207
- export { _enum_8 as enum };
208
- const enumNames_7: string[];
209
- export { enumNames_7 as enumNames };
210
- const _default_11: string;
211
- export { _default_11 as default };
310
+ export namespace type_21 {
311
+ const title_32: string;
312
+ export { title_32 as title };
313
+ const _enum_15: string[];
314
+ export { _enum_15 as enum };
315
+ const enumNames_14: string[];
316
+ export { enumNames_14 as enumNames };
317
+ const _default_19: string;
318
+ export { _default_19 as default };
212
319
  }
213
- export { type_17 as type };
320
+ export { type_21 as type };
214
321
  export namespace topology {
215
- const title_22: string;
216
- export { title_22 as title };
217
- const _enum_9: number[];
218
- export { _enum_9 as enum };
219
- const enumNames_8: string[];
220
- export { enumNames_8 as enumNames };
221
- const _default_12: number;
222
- export { _default_12 as default };
322
+ const title_33: string;
323
+ export { title_33 as title };
324
+ const _enum_16: (number | null)[];
325
+ export { _enum_16 as enum };
326
+ const enumNames_15: string[];
327
+ export { enumNames_15 as enumNames };
328
+ const _default_20: number;
329
+ export { _default_20 as default };
223
330
  }
331
+ export namespace customQuery_1 {
332
+ const title_34: string;
333
+ export { title_34 as title };
334
+ const pattern_3: string;
335
+ export { pattern_3 as pattern };
336
+ const type_22: string;
337
+ export { type_22 as type };
338
+ const invalidMessage_8: string;
339
+ export { invalidMessage_8 as invalidMessage };
340
+ }
341
+ export { customQuery_1 as customQuery };
224
342
  export namespace center {
225
- const title_23: string;
226
- export { title_23 as title };
227
- const _enum_10: number[];
228
- export { _enum_10 as enum };
229
- const enumNames_9: string[];
230
- export { enumNames_9 as enumNames };
231
- const _default_13: number;
232
- export { _default_13 as default };
343
+ const title_35: string;
344
+ export { title_35 as title };
345
+ const _enum_17: (number | null)[];
346
+ export { _enum_17 as enum };
347
+ const enumNames_16: string[];
348
+ export { enumNames_16 as enumNames };
349
+ const _default_21: number;
350
+ export { _default_21 as default };
233
351
  }
234
352
  export namespace cip_1 {
235
- const title_24: string;
236
- export { title_24 as title };
237
- const type_18: string;
238
- export { type_18 as type };
239
- const _enum_11: string[];
240
- export { _enum_11 as enum };
353
+ const title_36: string;
354
+ export { title_36 as title };
355
+ const type_23: string;
356
+ export { type_23 as type };
357
+ const _enum_18: string[];
358
+ export { _enum_18 as enum };
241
359
  }
242
360
  export { cip_1 as cip };
243
361
  }
@@ -245,73 +363,73 @@ export namespace bond {
245
363
  }
246
364
  export const sgroupMap: any;
247
365
  export namespace rgroupLogic {
248
- const title_25: string;
249
- export { title_25 as title };
250
- const type_19: string;
251
- export { type_19 as type };
366
+ const title_37: string;
367
+ export { title_37 as title };
368
+ const type_24: string;
369
+ export { type_24 as type };
252
370
  export namespace properties_5 {
253
371
  namespace range {
254
- const title_26: string;
255
- export { title_26 as title };
256
- const type_20: string;
257
- export { type_20 as type };
258
- const maxLength_2: number;
259
- export { maxLength_2 as maxLength };
260
- const invalidMessage_5: string;
261
- export { invalidMessage_5 as invalidMessage };
372
+ const title_38: string;
373
+ export { title_38 as title };
374
+ const type_25: string;
375
+ export { type_25 as type };
376
+ const maxLength_3: number;
377
+ export { maxLength_3 as maxLength };
378
+ const invalidMessage_9: string;
379
+ export { invalidMessage_9 as invalidMessage };
262
380
  }
263
381
  namespace resth {
264
- const title_27: string;
265
- export { title_27 as title };
266
- const type_21: string;
267
- export { type_21 as type };
382
+ const title_39: string;
383
+ export { title_39 as title };
384
+ const type_26: string;
385
+ export { type_26 as type };
268
386
  }
269
387
  namespace ifthen {
270
- const title_28: string;
271
- export { title_28 as title };
272
- const type_22: string;
273
- export { type_22 as type };
388
+ const title_40: string;
389
+ export { title_40 as title };
390
+ const type_27: string;
391
+ export { type_27 as type };
274
392
  export const minium: number;
275
393
  }
276
394
  }
277
395
  export { properties_5 as properties };
278
396
  }
279
397
  export namespace textSchema {
280
- const title_29: string;
281
- export { title_29 as title };
282
- const type_23: string;
283
- export { type_23 as type };
398
+ const title_41: string;
399
+ export { title_41 as title };
400
+ const type_28: string;
401
+ export { type_28 as type };
284
402
  const required_3: string[];
285
403
  export { required_3 as required };
286
404
  export namespace properties_6 {
287
405
  export namespace label_2 {
288
- const _default_14: string;
289
- export { _default_14 as default };
290
- const type_24: string;
291
- export { type_24 as type };
406
+ const _default_22: string;
407
+ export { _default_22 as default };
408
+ const type_29: string;
409
+ export { type_29 as type };
292
410
  }
293
411
  export { label_2 as label };
294
412
  }
295
413
  export { properties_6 as properties };
296
414
  }
297
415
  export namespace attachSchema {
298
- const title_30: string;
299
- export { title_30 as title };
300
- const type_25: string;
301
- export { type_25 as type };
416
+ const title_42: string;
417
+ export { title_42 as title };
418
+ const type_30: string;
419
+ export { type_30 as type };
302
420
  const required_4: string[];
303
421
  export { required_4 as required };
304
422
  export namespace properties_7 {
305
423
  namespace name {
306
- const title_31: string;
307
- export { title_31 as title };
308
- const type_26: string;
309
- export { type_26 as type };
424
+ const title_43: string;
425
+ export { title_43 as title };
426
+ const type_31: string;
427
+ export { type_31 as type };
310
428
  export const minLength: number;
311
- const maxLength_3: number;
312
- export { maxLength_3 as maxLength };
313
- const invalidMessage_6: string;
314
- export { invalidMessage_6 as invalidMessage };
429
+ const maxLength_4: number;
430
+ export { maxLength_4 as maxLength };
431
+ const invalidMessage_10: string;
432
+ export { invalidMessage_10 as invalidMessage };
315
433
  }
316
434
  }
317
435
  export { properties_7 as properties };
@@ -19,4 +19,5 @@ export declare const supportedSGroupTypes: {
19
19
  readonly SUP: "SUP";
20
20
  readonly DAT: "DAT";
21
21
  readonly GEN: "GEN";
22
+ readonly queryComponent: "queryComponent";
22
23
  };
@@ -17,7 +17,7 @@ export declare function initKeydownListener(element: any): (dispatch: any, getSt
17
17
  export declare function initClipboard(dispatch: any): {
18
18
  formats: any[];
19
19
  focused(): boolean;
20
- onCut(): Promise<{} | null>;
21
- onCopy(): Promise<{} | null>;
22
- onPaste(data: any): void;
20
+ onCut(): {} | null;
21
+ onCopy(): {} | null;
22
+ onPaste(data: any, isSmarts: boolean): void;
23
23
  };
@@ -0,0 +1 @@
1
+ export {};
@@ -1,7 +1,7 @@
1
- import { Atom, AtomPropertiesInContextMenu } from 'ketcher-core';
1
+ import { Atom, AtomPropertiesInContextMenu, AtomQueryProperties } from 'ketcher-core';
2
2
  export declare function isAtomsArray(selectedElements: Atom | Atom[]): boolean;
3
3
  export declare function updateSelectedAtoms({ atoms, changeAtomPromise, editor, }: {
4
4
  atoms: number[];
5
5
  editor: any;
6
- changeAtomPromise: Promise<Atom> | PromiseLike<AtomPropertiesInContextMenu>;
6
+ changeAtomPromise: Promise<Atom> | PromiseLike<AtomPropertiesInContextMenu | AtomQueryProperties>;
7
7
  }): void;