@saltcorn/data 0.9.0-beta.1 → 0.9.0-beta.11
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/dist/base-plugin/actions.d.ts +359 -15
- package/dist/base-plugin/actions.d.ts.map +1 -1
- package/dist/base-plugin/actions.js +74 -10
- package/dist/base-plugin/actions.js.map +1 -1
- package/dist/base-plugin/fieldviews.d.ts +9 -0
- package/dist/base-plugin/fieldviews.d.ts.map +1 -1
- package/dist/base-plugin/fieldviews.js +10 -0
- package/dist/base-plugin/fieldviews.js.map +1 -1
- package/dist/base-plugin/fileviews.d.ts +8 -0
- package/dist/base-plugin/fileviews.js +8 -0
- package/dist/base-plugin/fileviews.js.map +1 -1
- package/dist/base-plugin/index.d.ts +376 -322
- package/dist/base-plugin/index.d.ts.map +1 -1
- package/dist/base-plugin/types.d.ts +252 -162
- package/dist/base-plugin/types.d.ts.map +1 -1
- package/dist/base-plugin/types.js +78 -6
- package/dist/base-plugin/types.js.map +1 -1
- package/dist/base-plugin/viewtemplates/edit.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/edit.js +58 -32
- package/dist/base-plugin/viewtemplates/edit.js.map +1 -1
- package/dist/base-plugin/viewtemplates/feed.d.ts +1 -1
- package/dist/base-plugin/viewtemplates/feed.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/feed.js +27 -6
- package/dist/base-plugin/viewtemplates/feed.js.map +1 -1
- package/dist/base-plugin/viewtemplates/show.d.ts +2 -1
- package/dist/base-plugin/viewtemplates/show.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/show.js +17 -3
- package/dist/base-plugin/viewtemplates/show.js.map +1 -1
- package/dist/base-plugin/viewtemplates/viewable_fields.d.ts +2 -2
- package/dist/base-plugin/viewtemplates/viewable_fields.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/viewable_fields.js +24 -10
- package/dist/base-plugin/viewtemplates/viewable_fields.js.map +1 -1
- package/dist/db/fixtures.d.ts.map +1 -1
- package/dist/db/fixtures.js +33 -3
- package/dist/db/fixtures.js.map +1 -1
- package/dist/db/state.d.ts +5 -2
- package/dist/db/state.d.ts.map +1 -1
- package/dist/db/state.js +14 -2
- package/dist/db/state.js.map +1 -1
- package/dist/diagram/node_extract_utils.d.ts.map +1 -1
- package/dist/diagram/node_extract_utils.js +3 -1
- package/dist/diagram/node_extract_utils.js.map +1 -1
- package/dist/migrations/202311011755.d.ts +3 -0
- package/dist/migrations/202311011755.d.ts.map +1 -0
- package/dist/migrations/202311011755.js +5 -0
- package/dist/migrations/202311011755.js.map +1 -0
- package/dist/models/config.d.ts.map +1 -1
- package/dist/models/config.js +15 -0
- package/dist/models/config.js.map +1 -1
- package/dist/models/email.d.ts +2 -0
- package/dist/models/email.d.ts.map +1 -1
- package/dist/models/email.js +1 -0
- package/dist/models/email.js.map +1 -1
- package/dist/models/eventlog.d.ts +1 -0
- package/dist/models/eventlog.d.ts.map +1 -1
- package/dist/models/eventlog.js +4 -0
- package/dist/models/eventlog.js.map +1 -1
- package/dist/models/field.d.ts.map +1 -1
- package/dist/models/field.js +6 -2
- package/dist/models/field.js.map +1 -1
- package/dist/models/index.d.ts +1 -1
- package/dist/models/model.d.ts.map +1 -1
- package/dist/models/model.js +12 -2
- package/dist/models/model.js.map +1 -1
- package/dist/models/model_instance.d.ts +1 -1
- package/dist/models/model_instance.d.ts.map +1 -1
- package/dist/models/model_instance.js +24 -1
- package/dist/models/model_instance.js.map +1 -1
- package/dist/models/page.d.ts +1 -0
- package/dist/models/page.d.ts.map +1 -1
- package/dist/models/page.js +3 -4
- package/dist/models/page.js.map +1 -1
- package/dist/models/table.d.ts +2 -2
- package/dist/models/table.d.ts.map +1 -1
- package/dist/models/table.js +40 -23
- package/dist/models/table.js.map +1 -1
- package/dist/models/tag_entry.d.ts +2 -1
- package/dist/models/tag_entry.d.ts.map +1 -1
- package/dist/models/tag_entry.js.map +1 -1
- package/dist/models/workflow.d.ts +2 -0
- package/dist/models/workflow.d.ts.map +1 -1
- package/dist/models/workflow.js +15 -6
- package/dist/models/workflow.js.map +1 -1
- package/dist/plugin-helper.d.ts +1 -0
- package/dist/plugin-helper.d.ts.map +1 -1
- package/dist/plugin-helper.js +54 -2
- package/dist/plugin-helper.js.map +1 -1
- package/dist/tests/exact_views.test.js +1 -1
- package/dist/tests/exact_views.test.js.map +1 -1
- package/dist/tests/workflow.test.js +163 -0
- package/dist/tests/workflow.test.js.map +1 -1
- package/dist/web-mobile-commons.d.ts +6 -1
- package/dist/web-mobile-commons.d.ts.map +1 -1
- package/dist/web-mobile-commons.js +205 -1
- package/dist/web-mobile-commons.js.map +1 -1
- package/package.json +7 -7
|
@@ -22,6 +22,7 @@ declare function run_code({ row, table, channel, configuration: { code, run_wher
|
|
|
22
22
|
export namespace blocks {
|
|
23
23
|
export const disableInBuilder: boolean;
|
|
24
24
|
export const disableInList: boolean;
|
|
25
|
+
export const description: string;
|
|
25
26
|
export const configFields: {
|
|
26
27
|
name: string;
|
|
27
28
|
input_type: string;
|
|
@@ -29,7 +30,36 @@ export namespace blocks {
|
|
|
29
30
|
export { run_code as run };
|
|
30
31
|
}
|
|
31
32
|
export namespace emit_event {
|
|
32
|
-
|
|
33
|
+
const description_1: string;
|
|
34
|
+
export { description_1 as description };
|
|
35
|
+
export function configFields_1(): ({
|
|
36
|
+
name: string;
|
|
37
|
+
label: string;
|
|
38
|
+
required: boolean;
|
|
39
|
+
input_type: string;
|
|
40
|
+
options: string[];
|
|
41
|
+
type?: undefined;
|
|
42
|
+
fieldview?: undefined;
|
|
43
|
+
sublabel?: undefined;
|
|
44
|
+
} | {
|
|
45
|
+
name: string;
|
|
46
|
+
label: string;
|
|
47
|
+
type: string;
|
|
48
|
+
fieldview: string;
|
|
49
|
+
required?: undefined;
|
|
50
|
+
input_type?: undefined;
|
|
51
|
+
options?: undefined;
|
|
52
|
+
sublabel?: undefined;
|
|
53
|
+
} | {
|
|
54
|
+
name: string;
|
|
55
|
+
label: string;
|
|
56
|
+
sublabel: string;
|
|
57
|
+
type: string;
|
|
58
|
+
fieldview: string;
|
|
59
|
+
required?: undefined;
|
|
60
|
+
input_type?: undefined;
|
|
61
|
+
options?: undefined;
|
|
62
|
+
})[];
|
|
33
63
|
export { configFields_1 as configFields };
|
|
34
64
|
export function run({ row, configuration: { eventType, channel, payload }, user, }: {
|
|
35
65
|
row: object;
|
|
@@ -38,6 +68,8 @@ export namespace emit_event {
|
|
|
38
68
|
}): Promise<void>;
|
|
39
69
|
}
|
|
40
70
|
export namespace webhook {
|
|
71
|
+
const description_2: string;
|
|
72
|
+
export { description_2 as description };
|
|
41
73
|
const configFields_2: ({
|
|
42
74
|
name: string;
|
|
43
75
|
label: string;
|
|
@@ -59,7 +91,15 @@ export namespace webhook {
|
|
|
59
91
|
export { run_1 as run };
|
|
60
92
|
}
|
|
61
93
|
export namespace find_or_create_dm_room {
|
|
62
|
-
|
|
94
|
+
const description_3: string;
|
|
95
|
+
export { description_3 as description };
|
|
96
|
+
export function configFields_3(): Promise<{
|
|
97
|
+
name: string;
|
|
98
|
+
label: string;
|
|
99
|
+
sublabel: string;
|
|
100
|
+
input_type: string;
|
|
101
|
+
options: string[];
|
|
102
|
+
}[]>;
|
|
63
103
|
export { configFields_3 as configFields };
|
|
64
104
|
export function run_2({ row, table, configuration: { viewname }, user }: {
|
|
65
105
|
row: object;
|
|
@@ -70,12 +110,162 @@ export namespace find_or_create_dm_room {
|
|
|
70
110
|
export { run_2 as run };
|
|
71
111
|
}
|
|
72
112
|
export namespace send_email {
|
|
113
|
+
const description_4: string;
|
|
114
|
+
export { description_4 as description };
|
|
73
115
|
export function configFields_4({ table }: {
|
|
74
|
-
table:
|
|
75
|
-
}): Promise<
|
|
116
|
+
table: any;
|
|
117
|
+
}): Promise<({
|
|
118
|
+
name: string;
|
|
119
|
+
label: string;
|
|
120
|
+
type: string;
|
|
121
|
+
required: boolean;
|
|
122
|
+
attributes: {
|
|
123
|
+
options: string[];
|
|
124
|
+
};
|
|
125
|
+
showIf?: undefined;
|
|
126
|
+
sublabel?: undefined;
|
|
127
|
+
input_type?: undefined;
|
|
128
|
+
options?: undefined;
|
|
129
|
+
class?: undefined;
|
|
130
|
+
default?: undefined;
|
|
131
|
+
} | {
|
|
132
|
+
name: string;
|
|
133
|
+
label: string;
|
|
134
|
+
type: string;
|
|
135
|
+
required: boolean;
|
|
136
|
+
attributes: {
|
|
137
|
+
options: any;
|
|
138
|
+
};
|
|
139
|
+
showIf: {
|
|
140
|
+
body_type: string[];
|
|
141
|
+
to_email?: undefined;
|
|
142
|
+
};
|
|
143
|
+
sublabel?: undefined;
|
|
144
|
+
input_type?: undefined;
|
|
145
|
+
options?: undefined;
|
|
146
|
+
class?: undefined;
|
|
147
|
+
default?: undefined;
|
|
148
|
+
} | {
|
|
149
|
+
name: string;
|
|
150
|
+
label: string;
|
|
151
|
+
sublabel: string;
|
|
152
|
+
input_type: string;
|
|
153
|
+
options: string[];
|
|
154
|
+
showIf: {
|
|
155
|
+
body_type: string;
|
|
156
|
+
to_email?: undefined;
|
|
157
|
+
};
|
|
158
|
+
type?: undefined;
|
|
159
|
+
required?: undefined;
|
|
160
|
+
attributes?: undefined;
|
|
161
|
+
class?: undefined;
|
|
162
|
+
default?: undefined;
|
|
163
|
+
} | {
|
|
164
|
+
name: string;
|
|
165
|
+
label: string;
|
|
166
|
+
sublabel: string;
|
|
167
|
+
input_type: string;
|
|
168
|
+
required: boolean;
|
|
169
|
+
options: string[];
|
|
170
|
+
type?: undefined;
|
|
171
|
+
attributes?: undefined;
|
|
172
|
+
showIf?: undefined;
|
|
173
|
+
class?: undefined;
|
|
174
|
+
default?: undefined;
|
|
175
|
+
} | {
|
|
176
|
+
name: string;
|
|
177
|
+
label: string;
|
|
178
|
+
sublabel: string;
|
|
179
|
+
input_type: string;
|
|
180
|
+
options: any;
|
|
181
|
+
showIf: {
|
|
182
|
+
to_email: string;
|
|
183
|
+
body_type?: undefined;
|
|
184
|
+
};
|
|
185
|
+
type?: undefined;
|
|
186
|
+
required?: undefined;
|
|
187
|
+
attributes?: undefined;
|
|
188
|
+
class?: undefined;
|
|
189
|
+
default?: undefined;
|
|
190
|
+
} | {
|
|
191
|
+
name: string;
|
|
192
|
+
label: string;
|
|
193
|
+
sublabel: string;
|
|
194
|
+
type: string;
|
|
195
|
+
showIf: {
|
|
196
|
+
to_email: string;
|
|
197
|
+
body_type?: undefined;
|
|
198
|
+
};
|
|
199
|
+
required?: undefined;
|
|
200
|
+
attributes?: undefined;
|
|
201
|
+
input_type?: undefined;
|
|
202
|
+
options?: undefined;
|
|
203
|
+
class?: undefined;
|
|
204
|
+
default?: undefined;
|
|
205
|
+
} | {
|
|
206
|
+
name: string;
|
|
207
|
+
label: string;
|
|
208
|
+
sublabel: string;
|
|
209
|
+
type: string;
|
|
210
|
+
class: string;
|
|
211
|
+
required: boolean;
|
|
212
|
+
attributes?: undefined;
|
|
213
|
+
showIf?: undefined;
|
|
214
|
+
input_type?: undefined;
|
|
215
|
+
options?: undefined;
|
|
216
|
+
default?: undefined;
|
|
217
|
+
} | {
|
|
218
|
+
name: string;
|
|
219
|
+
label: string;
|
|
220
|
+
type: string;
|
|
221
|
+
required: boolean;
|
|
222
|
+
attributes?: undefined;
|
|
223
|
+
showIf?: undefined;
|
|
224
|
+
sublabel?: undefined;
|
|
225
|
+
input_type?: undefined;
|
|
226
|
+
options?: undefined;
|
|
227
|
+
class?: undefined;
|
|
228
|
+
default?: undefined;
|
|
229
|
+
} | {
|
|
230
|
+
name: string;
|
|
231
|
+
label: string;
|
|
232
|
+
sublabel: string;
|
|
233
|
+
input_type: string;
|
|
234
|
+
options: string[];
|
|
235
|
+
type: string;
|
|
236
|
+
default: string;
|
|
237
|
+
required?: undefined;
|
|
238
|
+
attributes?: undefined;
|
|
239
|
+
showIf?: undefined;
|
|
240
|
+
class?: undefined;
|
|
241
|
+
} | {
|
|
242
|
+
name: string;
|
|
243
|
+
label: string;
|
|
244
|
+
sublabel: string;
|
|
245
|
+
type: string;
|
|
246
|
+
required?: undefined;
|
|
247
|
+
attributes?: undefined;
|
|
248
|
+
showIf?: undefined;
|
|
249
|
+
input_type?: undefined;
|
|
250
|
+
options?: undefined;
|
|
251
|
+
class?: undefined;
|
|
252
|
+
default?: undefined;
|
|
253
|
+
} | {
|
|
254
|
+
name: string;
|
|
255
|
+
label: string;
|
|
256
|
+
type: string;
|
|
257
|
+
required?: undefined;
|
|
258
|
+
attributes?: undefined;
|
|
259
|
+
showIf?: undefined;
|
|
260
|
+
sublabel?: undefined;
|
|
261
|
+
input_type?: undefined;
|
|
262
|
+
options?: undefined;
|
|
263
|
+
class?: undefined;
|
|
264
|
+
default?: undefined;
|
|
265
|
+
})[]>;
|
|
76
266
|
export { configFields_4 as configFields };
|
|
77
267
|
export const requireRow: boolean;
|
|
78
|
-
export function run_3({ row, table, configuration: { viewname, subject, to_email, to_email_field, to_email_fixed, only_if, attachment_path, disable_notify, }, user, }: {
|
|
268
|
+
export function run_3({ row, table, configuration: { body_type, body_field, viewname, subject, subject_formula, to_email, to_email_field, to_email_fixed, only_if, attachment_path, disable_notify, }, user, }: {
|
|
79
269
|
row: object;
|
|
80
270
|
table: object;
|
|
81
271
|
configuration: object;
|
|
@@ -84,9 +274,17 @@ export namespace send_email {
|
|
|
84
274
|
export { run_3 as run };
|
|
85
275
|
}
|
|
86
276
|
export namespace insert_joined_row {
|
|
277
|
+
const description_5: string;
|
|
278
|
+
export { description_5 as description };
|
|
87
279
|
export function configFields_5({ table }: {
|
|
88
|
-
table:
|
|
89
|
-
}): Promise<
|
|
280
|
+
table: any;
|
|
281
|
+
}): Promise<{
|
|
282
|
+
name: string;
|
|
283
|
+
label: string;
|
|
284
|
+
sublabel: string;
|
|
285
|
+
input_type: string;
|
|
286
|
+
options: any;
|
|
287
|
+
}[]>;
|
|
90
288
|
export { configFields_5 as configFields };
|
|
91
289
|
const requireRow_1: boolean;
|
|
92
290
|
export { requireRow_1 as requireRow };
|
|
@@ -99,7 +297,9 @@ export namespace insert_joined_row {
|
|
|
99
297
|
export { run_4 as run };
|
|
100
298
|
}
|
|
101
299
|
export namespace duplicate_row {
|
|
102
|
-
|
|
300
|
+
const description_6: string;
|
|
301
|
+
export { description_6 as description };
|
|
302
|
+
export function configFields_6(): never[];
|
|
103
303
|
export { configFields_6 as configFields };
|
|
104
304
|
const requireRow_2: boolean;
|
|
105
305
|
export { requireRow_2 as requireRow };
|
|
@@ -111,9 +311,31 @@ export namespace duplicate_row {
|
|
|
111
311
|
export { run_5 as run };
|
|
112
312
|
}
|
|
113
313
|
export namespace recalculate_stored_fields {
|
|
314
|
+
const description_7: string;
|
|
315
|
+
export { description_7 as description };
|
|
114
316
|
export function configFields_7({ table }: {
|
|
115
|
-
table:
|
|
116
|
-
}): Promise<
|
|
317
|
+
table: any;
|
|
318
|
+
}): Promise<({
|
|
319
|
+
name: string;
|
|
320
|
+
label: string;
|
|
321
|
+
sublabel: string;
|
|
322
|
+
input_type: string;
|
|
323
|
+
options: string[];
|
|
324
|
+
type?: undefined;
|
|
325
|
+
showIf?: undefined;
|
|
326
|
+
} | {
|
|
327
|
+
name: string;
|
|
328
|
+
label: string;
|
|
329
|
+
type: string;
|
|
330
|
+
showIf: {
|
|
331
|
+
table: any;
|
|
332
|
+
} | {
|
|
333
|
+
table?: undefined;
|
|
334
|
+
};
|
|
335
|
+
sublabel?: undefined;
|
|
336
|
+
input_type?: undefined;
|
|
337
|
+
options?: undefined;
|
|
338
|
+
})[]>;
|
|
117
339
|
export { configFields_7 as configFields };
|
|
118
340
|
export function run_6({ table, row, configuration }: {
|
|
119
341
|
configuration: object;
|
|
@@ -121,9 +343,27 @@ export namespace recalculate_stored_fields {
|
|
|
121
343
|
export { run_6 as run };
|
|
122
344
|
}
|
|
123
345
|
export namespace insert_any_row {
|
|
346
|
+
const description_8: string;
|
|
347
|
+
export { description_8 as description };
|
|
124
348
|
export function configFields_8({ table }: {
|
|
125
349
|
table: any;
|
|
126
|
-
}): Promise<
|
|
350
|
+
}): Promise<({
|
|
351
|
+
name: string;
|
|
352
|
+
label: string;
|
|
353
|
+
sublabel: string;
|
|
354
|
+
input_type: string;
|
|
355
|
+
options: string[];
|
|
356
|
+
type?: undefined;
|
|
357
|
+
fieldview?: undefined;
|
|
358
|
+
} | {
|
|
359
|
+
name: string;
|
|
360
|
+
label: string;
|
|
361
|
+
sublabel: string;
|
|
362
|
+
type: string;
|
|
363
|
+
fieldview: string;
|
|
364
|
+
input_type?: undefined;
|
|
365
|
+
options?: undefined;
|
|
366
|
+
})[]>;
|
|
127
367
|
export { configFields_8 as configFields };
|
|
128
368
|
export function run_7({ row, configuration: { row_expr, table }, user, ...rest }: {
|
|
129
369
|
row: object;
|
|
@@ -134,9 +374,19 @@ export namespace insert_any_row {
|
|
|
134
374
|
export { run_7 as run };
|
|
135
375
|
}
|
|
136
376
|
export namespace modify_row {
|
|
377
|
+
const description_9: string;
|
|
378
|
+
export { description_9 as description };
|
|
137
379
|
export function configFields_9({ table }: {
|
|
138
380
|
table: any;
|
|
139
|
-
}): Promise<
|
|
381
|
+
}): Promise<{
|
|
382
|
+
name: string;
|
|
383
|
+
label: string;
|
|
384
|
+
sublabel: string;
|
|
385
|
+
input_type: string;
|
|
386
|
+
attributes: {
|
|
387
|
+
mode: string;
|
|
388
|
+
};
|
|
389
|
+
}[]>;
|
|
140
390
|
export { configFields_9 as configFields };
|
|
141
391
|
const requireRow_3: boolean;
|
|
142
392
|
export { requireRow_3 as requireRow };
|
|
@@ -152,9 +402,45 @@ export namespace modify_row {
|
|
|
152
402
|
export { run_8 as run };
|
|
153
403
|
}
|
|
154
404
|
export namespace run_js_code {
|
|
405
|
+
const description_10: string;
|
|
406
|
+
export { description_10 as description };
|
|
155
407
|
export function configFields_10({ table }: {
|
|
156
|
-
table:
|
|
157
|
-
}): Promise<
|
|
408
|
+
table: any;
|
|
409
|
+
}): Promise<({
|
|
410
|
+
name: string;
|
|
411
|
+
label: string;
|
|
412
|
+
input_type: string;
|
|
413
|
+
attributes: {
|
|
414
|
+
mode: string;
|
|
415
|
+
};
|
|
416
|
+
validator(s: any): any;
|
|
417
|
+
sublabel?: undefined;
|
|
418
|
+
help?: undefined;
|
|
419
|
+
showIf?: undefined;
|
|
420
|
+
options?: undefined;
|
|
421
|
+
} | {
|
|
422
|
+
input_type: string;
|
|
423
|
+
label: string;
|
|
424
|
+
sublabel: any;
|
|
425
|
+
help: {
|
|
426
|
+
topic: string;
|
|
427
|
+
};
|
|
428
|
+
showIf: {
|
|
429
|
+
run_where: string;
|
|
430
|
+
};
|
|
431
|
+
name?: undefined;
|
|
432
|
+
attributes?: undefined;
|
|
433
|
+
options?: undefined;
|
|
434
|
+
} | {
|
|
435
|
+
name: string;
|
|
436
|
+
label: string;
|
|
437
|
+
input_type: string;
|
|
438
|
+
options: string[];
|
|
439
|
+
attributes?: undefined;
|
|
440
|
+
sublabel?: undefined;
|
|
441
|
+
help?: undefined;
|
|
442
|
+
showIf?: undefined;
|
|
443
|
+
})[]>;
|
|
158
444
|
export { configFields_10 as configFields };
|
|
159
445
|
export { run_code as run };
|
|
160
446
|
}
|
|
@@ -179,6 +465,8 @@ export namespace duplicate_row_prefill_edit {
|
|
|
179
465
|
export { run_9 as run };
|
|
180
466
|
}
|
|
181
467
|
export namespace set_user_language {
|
|
468
|
+
const description_11: string;
|
|
469
|
+
export { description_11 as description };
|
|
182
470
|
export function configFields_12({ table }: {
|
|
183
471
|
table: any;
|
|
184
472
|
}): Promise<{
|
|
@@ -206,9 +494,63 @@ export namespace set_user_language {
|
|
|
206
494
|
export { run_10 as run };
|
|
207
495
|
}
|
|
208
496
|
export namespace sync_table_from_external {
|
|
497
|
+
const description_12: string;
|
|
498
|
+
export { description_12 as description };
|
|
209
499
|
export function configFields_13({ table }: {
|
|
210
500
|
table: any;
|
|
211
|
-
}): Promise<
|
|
501
|
+
}): Promise<({
|
|
502
|
+
name: string;
|
|
503
|
+
label: string;
|
|
504
|
+
sublabel: string;
|
|
505
|
+
input_type: string;
|
|
506
|
+
options: string[];
|
|
507
|
+
type?: undefined;
|
|
508
|
+
required?: undefined;
|
|
509
|
+
attributes?: undefined;
|
|
510
|
+
default?: undefined;
|
|
511
|
+
fieldview?: undefined;
|
|
512
|
+
showIf?: undefined;
|
|
513
|
+
} | {
|
|
514
|
+
name: string;
|
|
515
|
+
label: string;
|
|
516
|
+
sublabel: string;
|
|
517
|
+
type: string;
|
|
518
|
+
required: boolean;
|
|
519
|
+
attributes: {
|
|
520
|
+
calcOptions: {}[];
|
|
521
|
+
};
|
|
522
|
+
input_type?: undefined;
|
|
523
|
+
options?: undefined;
|
|
524
|
+
default?: undefined;
|
|
525
|
+
fieldview?: undefined;
|
|
526
|
+
showIf?: undefined;
|
|
527
|
+
} | {
|
|
528
|
+
name: string;
|
|
529
|
+
label: string;
|
|
530
|
+
sublabel: string;
|
|
531
|
+
type: string;
|
|
532
|
+
default: boolean;
|
|
533
|
+
input_type?: undefined;
|
|
534
|
+
options?: undefined;
|
|
535
|
+
required?: undefined;
|
|
536
|
+
attributes?: undefined;
|
|
537
|
+
fieldview?: undefined;
|
|
538
|
+
showIf?: undefined;
|
|
539
|
+
} | {
|
|
540
|
+
name: string;
|
|
541
|
+
label: string;
|
|
542
|
+
sublabel: string;
|
|
543
|
+
type: string;
|
|
544
|
+
fieldview: string;
|
|
545
|
+
showIf: {
|
|
546
|
+
match_field_names: boolean;
|
|
547
|
+
};
|
|
548
|
+
input_type?: undefined;
|
|
549
|
+
options?: undefined;
|
|
550
|
+
required?: undefined;
|
|
551
|
+
attributes?: undefined;
|
|
552
|
+
default?: undefined;
|
|
553
|
+
})[]>;
|
|
212
554
|
export { configFields_13 as configFields };
|
|
213
555
|
export function run_11({ configuration: { row_expr, table_src, table_dest, pk_field, delete_rows, match_field_names, }, user, ...rest }: {
|
|
214
556
|
row: object;
|
|
@@ -219,6 +561,8 @@ export namespace sync_table_from_external {
|
|
|
219
561
|
export { run_11 as run };
|
|
220
562
|
}
|
|
221
563
|
export namespace notify_user {
|
|
564
|
+
const description_13: string;
|
|
565
|
+
export { description_13 as description };
|
|
222
566
|
export function configFields_14(): ({
|
|
223
567
|
name: string;
|
|
224
568
|
label: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../base-plugin/actions.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../base-plugin/actions.js"],"names":[],"mappings":"AAqCA;;;;;;;;;GASG;AACH;;;;;;;;;;iBA+DC;;;;;;;;;;;;;;IAuCiB;;;;;;;;;;;;;;;;;;;;;;;;;;;SAqBb;;IAQI;;;;sBAWJ;;;;;;;;;;;;;;;;;;;IA+BI;;;wBAMJ;;;;;;IAca;;;;;;SAeb;;IAUI;;;;;wBA0CJ;;;;;;IAea;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAwHb;;;IAUI;;;;;wBAwFJ;;;;;;IAea;;;;;;;;SAYb;;;;IAUI;;;;;wBAyBJ;;;;;;IAaa,0CAAQ;;;;IASjB;;;;wBAMJ;;;;;;IAgBa;;;;;;;;;;;;;;;;;;;;;;UAiBb;;IAMI;;sBAgBJ;;;;;;IAea;;;;;;;;;;;;;;;;;;UAmBb;;IASI;;;;;kCAUJ;;;;;;IAca;;;;;;;;;;SAUb;;;;IAEI;;;;;;;;qBAUJ;;;;;;IAea;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA4Db;;;;;IAQa;;uBAsBb;;;;IAEI;;;;;;;;;;OAUJ;;;;;;IASa;;;;;;;;;;;;SAcb;;IACI;;;;;;;;;OAgBJ;;;;;;IAea;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAyDb;;IASI;;;;;kCAgFJ;;;;;;IAIa;;;;;;;;;;SAsBb;;IAQI;;;;sBAUJ"}
|