@saltcorn/data 0.9.5-beta.8 → 0.9.5

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 (132) hide show
  1. package/dist/base-plugin/actions.d.ts +87 -41
  2. package/dist/base-plugin/actions.d.ts.map +1 -1
  3. package/dist/base-plugin/actions.js +135 -10
  4. package/dist/base-plugin/actions.js.map +1 -1
  5. package/dist/base-plugin/fieldviews.d.ts.map +1 -1
  6. package/dist/base-plugin/fieldviews.js +2 -10
  7. package/dist/base-plugin/fieldviews.js.map +1 -1
  8. package/dist/base-plugin/fileviews.js +6 -0
  9. package/dist/base-plugin/fileviews.js.map +1 -1
  10. package/dist/base-plugin/index.d.ts +107 -92
  11. package/dist/base-plugin/index.d.ts.map +1 -1
  12. package/dist/base-plugin/types.d.ts +208 -188
  13. package/dist/base-plugin/types.d.ts.map +1 -1
  14. package/dist/base-plugin/types.js +61 -13
  15. package/dist/base-plugin/types.js.map +1 -1
  16. package/dist/base-plugin/viewtemplates/edit.d.ts +1 -1
  17. package/dist/base-plugin/viewtemplates/edit.d.ts.map +1 -1
  18. package/dist/base-plugin/viewtemplates/edit.js +58 -23
  19. package/dist/base-plugin/viewtemplates/edit.js.map +1 -1
  20. package/dist/base-plugin/viewtemplates/feed.d.ts +1 -1
  21. package/dist/base-plugin/viewtemplates/feed.d.ts.map +1 -1
  22. package/dist/base-plugin/viewtemplates/feed.js +27 -11
  23. package/dist/base-plugin/viewtemplates/feed.js.map +1 -1
  24. package/dist/base-plugin/viewtemplates/filter.d.ts.map +1 -1
  25. package/dist/base-plugin/viewtemplates/filter.js +10 -4
  26. package/dist/base-plugin/viewtemplates/filter.js.map +1 -1
  27. package/dist/base-plugin/viewtemplates/list.d.ts.map +1 -1
  28. package/dist/base-plugin/viewtemplates/list.js +105 -5
  29. package/dist/base-plugin/viewtemplates/list.js.map +1 -1
  30. package/dist/base-plugin/viewtemplates/show.d.ts +1 -1
  31. package/dist/base-plugin/viewtemplates/show.d.ts.map +1 -1
  32. package/dist/base-plugin/viewtemplates/show.js +35 -18
  33. package/dist/base-plugin/viewtemplates/show.js.map +1 -1
  34. package/dist/base-plugin/viewtemplates/viewable_fields.d.ts +2 -2
  35. package/dist/base-plugin/viewtemplates/viewable_fields.d.ts.map +1 -1
  36. package/dist/base-plugin/viewtemplates/viewable_fields.js +56 -38
  37. package/dist/base-plugin/viewtemplates/viewable_fields.js.map +1 -1
  38. package/dist/db/state.d.ts +10 -1
  39. package/dist/db/state.d.ts.map +1 -1
  40. package/dist/db/state.js +105 -9
  41. package/dist/db/state.js.map +1 -1
  42. package/dist/models/config.d.ts.map +1 -1
  43. package/dist/models/config.js +58 -1
  44. package/dist/models/config.js.map +1 -1
  45. package/dist/models/email.d.ts +1 -0
  46. package/dist/models/email.d.ts.map +1 -1
  47. package/dist/models/expression.d.ts +3 -3
  48. package/dist/models/expression.d.ts.map +1 -1
  49. package/dist/models/expression.js +69 -17
  50. package/dist/models/expression.js.map +1 -1
  51. package/dist/models/field.d.ts +1 -1
  52. package/dist/models/field.d.ts.map +1 -1
  53. package/dist/models/field.js +18 -13
  54. package/dist/models/field.js.map +1 -1
  55. package/dist/models/fieldrepeat.d.ts.map +1 -1
  56. package/dist/models/fieldrepeat.js +4 -0
  57. package/dist/models/fieldrepeat.js.map +1 -1
  58. package/dist/models/file.d.ts +1 -0
  59. package/dist/models/file.d.ts.map +1 -1
  60. package/dist/models/file.js +6 -2
  61. package/dist/models/file.js.map +1 -1
  62. package/dist/models/form.d.ts +3 -1
  63. package/dist/models/form.d.ts.map +1 -1
  64. package/dist/models/form.js +2 -1
  65. package/dist/models/form.js.map +1 -1
  66. package/dist/models/index.d.ts +2 -2
  67. package/dist/models/index.d.ts.map +1 -1
  68. package/dist/models/page.d.ts.map +1 -1
  69. package/dist/models/page.js +10 -6
  70. package/dist/models/page.js.map +1 -1
  71. package/dist/models/page_group.d.ts.map +1 -1
  72. package/dist/models/page_group.js +1 -1
  73. package/dist/models/page_group.js.map +1 -1
  74. package/dist/models/plugin.d.ts.map +1 -1
  75. package/dist/models/plugin.js +1 -0
  76. package/dist/models/plugin.js.map +1 -1
  77. package/dist/models/random.d.ts.map +1 -1
  78. package/dist/models/random.js +1 -1
  79. package/dist/models/random.js.map +1 -1
  80. package/dist/models/scheduler.d.ts.map +1 -1
  81. package/dist/models/scheduler.js +4 -1
  82. package/dist/models/scheduler.js.map +1 -1
  83. package/dist/models/table.d.ts +16 -0
  84. package/dist/models/table.d.ts.map +1 -1
  85. package/dist/models/table.js +84 -9
  86. package/dist/models/table.js.map +1 -1
  87. package/dist/models/trigger.d.ts.map +1 -1
  88. package/dist/models/trigger.js +12 -1
  89. package/dist/models/trigger.js.map +1 -1
  90. package/dist/models/user.d.ts.map +1 -1
  91. package/dist/models/user.js +10 -0
  92. package/dist/models/user.js.map +1 -1
  93. package/dist/models/view.d.ts.map +1 -1
  94. package/dist/models/view.js +31 -12
  95. package/dist/models/view.js.map +1 -1
  96. package/dist/models/workflow.d.ts +2 -0
  97. package/dist/models/workflow.d.ts.map +1 -1
  98. package/dist/models/workflow.js +8 -0
  99. package/dist/models/workflow.js.map +1 -1
  100. package/dist/plugin-helper.d.ts +1 -0
  101. package/dist/plugin-helper.d.ts.map +1 -1
  102. package/dist/plugin-helper.js +8 -9
  103. package/dist/plugin-helper.js.map +1 -1
  104. package/dist/tests/calc.test.js +123 -1
  105. package/dist/tests/calc.test.js.map +1 -1
  106. package/dist/tests/edit.test.js +2 -2
  107. package/dist/tests/edit.test.js.map +1 -1
  108. package/dist/tests/exact_views.test.js +24 -24
  109. package/dist/tests/exact_views.test.js.map +1 -1
  110. package/dist/tests/file.test.d.ts +2 -0
  111. package/dist/tests/file.test.d.ts.map +1 -0
  112. package/dist/tests/file.test.js +95 -0
  113. package/dist/tests/file.test.js.map +1 -0
  114. package/dist/tests/mocks.d.ts +21 -0
  115. package/dist/tests/mocks.d.ts.map +1 -1
  116. package/dist/tests/mocks.js +35 -2
  117. package/dist/tests/mocks.js.map +1 -1
  118. package/dist/tests/models.test.js +0 -41
  119. package/dist/tests/models.test.js.map +1 -1
  120. package/dist/tests/show.test.js +6 -4
  121. package/dist/tests/show.test.js.map +1 -1
  122. package/dist/tests/table.test.js +161 -0
  123. package/dist/tests/table.test.js.map +1 -1
  124. package/dist/tests/table_history.test.js +39 -0
  125. package/dist/tests/table_history.test.js.map +1 -1
  126. package/dist/tests/view.test.js +2 -2
  127. package/dist/tests/view.test.js.map +1 -1
  128. package/dist/utils.d.ts +8 -3
  129. package/dist/utils.d.ts.map +1 -1
  130. package/dist/utils.js +56 -0
  131. package/dist/utils.js.map +1 -1
  132. package/package.json +8 -8
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../base-plugin/index.js"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAsD;AACtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAA2E;;;;4CAG9D,MAAM;yCAYN,MAAM"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../base-plugin/index.js"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAsD;AACtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAA2E;;;;4CAG9D,MAAM;yCAYN,MAAM"}
@@ -205,45 +205,65 @@ export namespace string {
205
205
  export function run_10(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
206
206
  export { run_10 as run };
207
207
  }
208
- export namespace radio_group {
208
+ export namespace code_editor {
209
209
  const isEdit_11: boolean;
210
210
  export { isEdit_11 as isEdit };
211
+ const blockDisplay_4: boolean;
212
+ export { blockDisplay_4 as blockDisplay };
213
+ const description_11: string;
214
+ export { description_11 as description };
211
215
  const configFields_6: {
212
216
  type: string;
213
217
  name: string;
214
218
  label: string;
219
+ required: boolean;
220
+ attributes: {
221
+ options: string[];
222
+ };
215
223
  }[];
216
224
  export { configFields_6 as configFields };
217
- const description_11: string;
218
- export { description_11 as description };
219
225
  export function run_11(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
220
226
  export { run_11 as run };
221
227
  }
222
- export namespace checkbox_group {
228
+ export namespace radio_group {
223
229
  const isEdit_12: boolean;
224
230
  export { isEdit_12 as isEdit };
225
- export const isFilter: boolean;
226
- const description_12: string;
227
- export { description_12 as description };
228
231
  const configFields_7: {
229
232
  type: string;
230
233
  name: string;
231
234
  label: string;
232
235
  }[];
233
236
  export { configFields_7 as configFields };
237
+ const description_12: string;
238
+ export { description_12 as description };
234
239
  export function run_12(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
235
240
  export { run_12 as run };
236
241
  }
237
- export namespace password {
242
+ export namespace checkbox_group {
238
243
  const isEdit_13: boolean;
239
244
  export { isEdit_13 as isEdit };
240
- const blockDisplay_4: boolean;
241
- export { blockDisplay_4 as blockDisplay };
245
+ export const isFilter: boolean;
242
246
  const description_13: string;
243
247
  export { description_13 as description };
248
+ const configFields_8: {
249
+ type: string;
250
+ name: string;
251
+ label: string;
252
+ }[];
253
+ export { configFields_8 as configFields };
244
254
  export function run_13(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
245
255
  export { run_13 as run };
246
256
  }
257
+ export namespace password {
258
+ const isEdit_14: boolean;
259
+ export { isEdit_14 as isEdit };
260
+ const blockDisplay_5: boolean;
261
+ export { blockDisplay_5 as blockDisplay };
262
+ const description_14: string;
263
+ export { description_14 as description };
264
+ export function run_14(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
265
+ export { run_14 as run };
266
+ }
247
267
  }
248
268
  function read(v: any): string | undefined;
249
269
  namespace presets {
@@ -281,47 +301,31 @@ export namespace int {
281
301
  }
282
302
  export namespace fieldviews_1 {
283
303
  export namespace show {
284
- const isEdit_14: boolean;
285
- export { isEdit_14 as isEdit };
286
- const description_14: string;
287
- export { description_14 as description };
288
- export function run_14(s: any): string;
289
- export { run_14 as run };
290
- }
291
- export namespace edit_1 {
292
304
  const isEdit_15: boolean;
293
305
  export { isEdit_15 as isEdit };
294
- const blockDisplay_5: boolean;
295
- export { blockDisplay_5 as blockDisplay };
296
306
  const description_15: string;
297
307
  export { description_15 as description };
298
- const configFields_8: {
299
- name: string;
300
- label: string;
301
- type: string;
302
- }[];
303
- export { configFields_8 as configFields };
304
- export function run_15(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
308
+ export function run_15(s: any): string;
305
309
  export { run_15 as run };
306
310
  }
307
- export { edit_1 as edit };
308
- export namespace number_slider {
309
- export function configFields_9(field: any): {
310
- name: string;
311
- type: any;
312
- required: boolean;
313
- }[];
314
- export { configFields_9 as configFields };
311
+ export namespace edit_1 {
315
312
  const isEdit_16: boolean;
316
313
  export { isEdit_16 as isEdit };
317
- const description_16: string;
318
- export { description_16 as description };
319
314
  const blockDisplay_6: boolean;
320
315
  export { blockDisplay_6 as blockDisplay };
321
- export function run_16(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any): any;
316
+ const description_16: string;
317
+ export { description_16 as description };
318
+ const configFields_9: {
319
+ name: string;
320
+ label: string;
321
+ type: string;
322
+ }[];
323
+ export { configFields_9 as configFields };
324
+ export function run_16(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
322
325
  export { run_16 as run };
323
326
  }
324
- export namespace range_interval {
327
+ export { edit_1 as edit };
328
+ export namespace number_slider {
325
329
  export function configFields_10(field: any): {
326
330
  name: string;
327
331
  type: any;
@@ -330,17 +334,33 @@ export namespace int {
330
334
  export { configFields_10 as configFields };
331
335
  const isEdit_17: boolean;
332
336
  export { isEdit_17 as isEdit };
333
- const isFilter_1: boolean;
334
- export { isFilter_1 as isFilter };
335
- const blockDisplay_7: boolean;
336
- export { blockDisplay_7 as blockDisplay };
337
337
  const description_17: string;
338
338
  export { description_17 as description };
339
- export function run_17(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
339
+ const blockDisplay_7: boolean;
340
+ export { blockDisplay_7 as blockDisplay };
341
+ export function run_17(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any): any;
340
342
  export { run_17 as run };
341
343
  }
344
+ export namespace range_interval {
345
+ export function configFields_11(field: any): {
346
+ name: string;
347
+ type: any;
348
+ required: boolean;
349
+ }[];
350
+ export { configFields_11 as configFields };
351
+ const isEdit_18: boolean;
352
+ export { isEdit_18 as isEdit };
353
+ const isFilter_1: boolean;
354
+ export { isFilter_1 as isFilter };
355
+ const blockDisplay_8: boolean;
356
+ export { blockDisplay_8 as blockDisplay };
357
+ const description_18: string;
358
+ export { description_18 as description };
359
+ export function run_18(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
360
+ export { run_18 as run };
361
+ }
342
362
  export namespace progress_bar {
343
- export function configFields_11(field: any): ({
363
+ export function configFields_12(field: any): ({
344
364
  name: string;
345
365
  type: string;
346
366
  label: string;
@@ -379,16 +399,16 @@ export namespace int {
379
399
  showIf?: undefined;
380
400
  class?: undefined;
381
401
  })[];
382
- export { configFields_11 as configFields };
383
- const isEdit_18: boolean;
384
- export { isEdit_18 as isEdit };
385
- const description_18: string;
386
- export { description_18 as description };
387
- export function run_18(v: any, req: any, attrs?: {}): any;
388
- export { run_18 as run };
402
+ export { configFields_12 as configFields };
403
+ const isEdit_19: boolean;
404
+ export { isEdit_19 as isEdit };
405
+ const description_19: string;
406
+ export { description_19 as description };
407
+ export function run_19(v: any, req: any, attrs?: {}): any;
408
+ export { run_19 as run };
389
409
  }
390
410
  export namespace heat_cell {
391
- export function configFields_12(field: any): ({
411
+ export function configFields_13(field: any): ({
392
412
  name: string;
393
413
  type: string;
394
414
  label: string;
@@ -440,50 +460,33 @@ export namespace int {
440
460
  class?: undefined;
441
461
  attributes?: undefined;
442
462
  })[];
443
- export { configFields_12 as configFields };
444
- const isEdit_19: boolean;
445
- export { isEdit_19 as isEdit };
446
- const description_19: string;
447
- export { description_19 as description };
448
- export function run_19(v: any, req: any, attrs?: {}): any;
449
- export { run_19 as run };
450
- }
451
- export namespace above_input {
463
+ export { configFields_13 as configFields };
452
464
  const isEdit_20: boolean;
453
465
  export { isEdit_20 as isEdit };
466
+ const description_20: string;
467
+ export { description_20 as description };
468
+ export function run_20(v: any, req: any, attrs?: {}): any;
469
+ export { run_20 as run };
470
+ }
471
+ export namespace above_input {
472
+ const isEdit_21: boolean;
473
+ export { isEdit_21 as isEdit };
454
474
  const isFilter_2: boolean;
455
475
  export { isFilter_2 as isFilter };
456
- const blockDisplay_8: boolean;
457
- export { blockDisplay_8 as blockDisplay };
458
- const configFields_13: {
476
+ const blockDisplay_9: boolean;
477
+ export { blockDisplay_9 as blockDisplay };
478
+ const configFields_14: {
459
479
  name: string;
460
480
  label: string;
461
481
  type: string;
462
482
  }[];
463
- export { configFields_13 as configFields };
464
- export function run_20(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
465
- export { run_20 as run };
483
+ export { configFields_14 as configFields };
484
+ export function run_21(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
485
+ export { run_21 as run };
466
486
  }
467
487
  export namespace below_input { }
468
488
  export { show_with_html };
469
489
  export namespace show_star_rating {
470
- const description_20: string;
471
- export { description_20 as description };
472
- export function configFields_14(field: any): {
473
- name: string;
474
- type: string;
475
- required: boolean;
476
- default: number;
477
- }[];
478
- export { configFields_14 as configFields };
479
- const isEdit_21: boolean;
480
- export { isEdit_21 as isEdit };
481
- const blockDisplay_9: boolean;
482
- export { blockDisplay_9 as blockDisplay };
483
- export function run_21(v: any, req: any, attrs?: {}): any;
484
- export { run_21 as run };
485
- }
486
- export namespace edit_star_rating {
487
490
  const description_21: string;
488
491
  export { description_21 as description };
489
492
  export function configFields_15(field: any): {
@@ -497,9 +500,26 @@ export namespace int {
497
500
  export { isEdit_22 as isEdit };
498
501
  const blockDisplay_10: boolean;
499
502
  export { blockDisplay_10 as blockDisplay };
500
- export function run_22(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
503
+ export function run_22(v: any, req: any, attrs?: {}): any;
501
504
  export { run_22 as run };
502
505
  }
506
+ export namespace edit_star_rating {
507
+ const description_22: string;
508
+ export { description_22 as description };
509
+ export function configFields_16(field: any): {
510
+ name: string;
511
+ type: string;
512
+ required: boolean;
513
+ default: number;
514
+ }[];
515
+ export { configFields_16 as configFields };
516
+ const isEdit_23: boolean;
517
+ export { isEdit_23 as isEdit };
518
+ const blockDisplay_11: boolean;
519
+ export { blockDisplay_11 as blockDisplay };
520
+ export function run_23(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
521
+ export { run_23 as run };
522
+ }
503
523
  }
504
524
  export { fieldviews_1 as fieldviews };
505
525
  const attributes_1: object[];
@@ -522,36 +542,36 @@ export namespace bool {
522
542
  export { contract_2 as contract };
523
543
  export namespace fieldviews_2 {
524
544
  export namespace show_1 {
525
- const isEdit_23: boolean;
526
- export { isEdit_23 as isEdit };
527
- const description_22: string;
528
- export { description_22 as description };
529
- export function run_23(v: any): any;
530
- export { run_23 as run };
531
- }
532
- export { show_1 as show };
533
- export namespace checkboxes {
534
545
  const isEdit_24: boolean;
535
546
  export { isEdit_24 as isEdit };
536
547
  const description_23: string;
537
548
  export { description_23 as description };
538
- export function run_24(v: any): any;
549
+ export function run_24(v: any, req: any): any;
539
550
  export { run_24 as run };
540
551
  }
541
- export namespace TrueFalse {
552
+ export { show_1 as show };
553
+ export namespace checkboxes {
542
554
  const isEdit_25: boolean;
543
555
  export { isEdit_25 as isEdit };
544
556
  const description_24: string;
545
557
  export { description_24 as description };
546
- export function run_25(v: any): "" | "True" | "False";
558
+ export function run_25(v: any): any;
547
559
  export { run_25 as run };
548
560
  }
549
- export namespace edit_2 {
561
+ export namespace TrueFalse {
550
562
  const isEdit_26: boolean;
551
563
  export { isEdit_26 as isEdit };
552
564
  const description_25: string;
553
565
  export { description_25 as description };
554
- const configFields_16: ({
566
+ export function run_26(v: any): "" | "True" | "False";
567
+ export { run_26 as run };
568
+ }
569
+ export namespace edit_2 {
570
+ const isEdit_27: boolean;
571
+ export { isEdit_27 as isEdit };
572
+ const description_26: string;
573
+ export { description_26 as description };
574
+ const configFields_17: ({
555
575
  name: string;
556
576
  label: string;
557
577
  type: string;
@@ -564,34 +584,34 @@ export namespace bool {
564
584
  type: string;
565
585
  attributes?: undefined;
566
586
  })[];
567
- export { configFields_16 as configFields };
568
- export function run_26(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
569
- export { run_26 as run };
570
- }
571
- export { edit_2 as edit };
572
- export namespace _switch {
573
- const isEdit_27: boolean;
574
- export { isEdit_27 as isEdit };
575
- const description_26: string;
576
- export { description_26 as description };
587
+ export { configFields_17 as configFields };
577
588
  export function run_27(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
578
589
  export { run_27 as run };
579
590
  }
580
- export { _switch as switch };
581
- export { show_with_html };
582
- export namespace tristate {
591
+ export { edit_2 as edit };
592
+ export namespace _switch {
583
593
  const isEdit_28: boolean;
584
594
  export { isEdit_28 as isEdit };
585
595
  const description_27: string;
586
596
  export { description_27 as description };
587
- const configFields_17: {
597
+ export function run_28(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
598
+ export { run_28 as run };
599
+ }
600
+ export { _switch as switch };
601
+ export { show_with_html };
602
+ export namespace tristate {
603
+ const isEdit_29: boolean;
604
+ export { isEdit_29 as isEdit };
605
+ const description_28: string;
606
+ export { description_28 as description };
607
+ const configFields_18: {
588
608
  name: string;
589
609
  label: string;
590
610
  type: string;
591
611
  }[];
592
- export { configFields_17 as configFields };
593
- export function run_28(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
594
- export { run_28 as run };
612
+ export { configFields_18 as configFields };
613
+ export function run_29(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
614
+ export { run_29 as run };
595
615
  }
596
616
  }
597
617
  export { fieldviews_2 as fieldviews };
@@ -618,46 +638,38 @@ export namespace date {
618
638
  export { attributes_3 as attributes };
619
639
  export namespace fieldviews_3 {
620
640
  export namespace show_2 {
621
- const isEdit_29: boolean;
622
- export { isEdit_29 as isEdit };
623
- const description_28: string;
624
- export { description_28 as description };
625
- export function run_29(d: any, req: any, attrs?: {}): any;
626
- export { run_29 as run };
627
- }
628
- export { show_2 as show };
629
- export namespace showDay {
630
641
  const isEdit_30: boolean;
631
642
  export { isEdit_30 as isEdit };
632
643
  const description_29: string;
633
644
  export { description_29 as description };
634
- export function run_30(d: any, req: any): any;
645
+ export function run_30(d: any, req: any, attrs?: {}): any;
635
646
  export { run_30 as run };
636
647
  }
637
- export namespace format {
648
+ export { show_2 as show };
649
+ export namespace showDay {
638
650
  const isEdit_31: boolean;
639
651
  export { isEdit_31 as isEdit };
640
652
  const description_30: string;
641
653
  export { description_30 as description };
642
- const configFields_18: {
643
- name: string;
644
- label: string;
645
- type: string;
646
- sublabel: string;
647
- }[];
648
- export { configFields_18 as configFields };
649
- export function run_31(d: any, req: any, options: any): any;
654
+ export function run_31(d: any, req: any): any;
650
655
  export { run_31 as run };
651
656
  }
652
- export namespace relative {
657
+ export namespace format {
653
658
  const isEdit_32: boolean;
654
659
  export { isEdit_32 as isEdit };
655
660
  const description_31: string;
656
661
  export { description_31 as description };
657
- export function run_32(d: any, req: any): string;
662
+ const configFields_19: {
663
+ name: string;
664
+ label: string;
665
+ type: string;
666
+ sublabel: string;
667
+ }[];
668
+ export { configFields_19 as configFields };
669
+ export function run_32(d: any, req: any, options: any): any;
658
670
  export { run_32 as run };
659
671
  }
660
- export namespace yearsAgo {
672
+ export namespace relative {
661
673
  const isEdit_33: boolean;
662
674
  export { isEdit_33 as isEdit };
663
675
  const description_32: string;
@@ -665,19 +677,16 @@ export namespace date {
665
677
  export function run_33(d: any, req: any): string;
666
678
  export { run_33 as run };
667
679
  }
668
- export { show_with_html };
669
- export namespace edit_3 {
680
+ export namespace yearsAgo {
670
681
  const isEdit_34: boolean;
671
682
  export { isEdit_34 as isEdit };
672
- const blockDisplay_11: boolean;
673
- export { blockDisplay_11 as blockDisplay };
674
683
  const description_33: string;
675
684
  export { description_33 as description };
676
- export function run_34(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
685
+ export function run_34(d: any, req: any): string;
677
686
  export { run_34 as run };
678
687
  }
679
- export { edit_3 as edit };
680
- export namespace editDay {
688
+ export { show_with_html };
689
+ export namespace edit_3 {
681
690
  const isEdit_35: boolean;
682
691
  export { isEdit_35 as isEdit };
683
692
  const blockDisplay_12: boolean;
@@ -687,6 +696,17 @@ export namespace date {
687
696
  export function run_35(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
688
697
  export { run_35 as run };
689
698
  }
699
+ export { edit_3 as edit };
700
+ export namespace editDay {
701
+ const isEdit_36: boolean;
702
+ export { isEdit_36 as isEdit };
703
+ const blockDisplay_13: boolean;
704
+ export { blockDisplay_13 as blockDisplay };
705
+ const description_35: string;
706
+ export { description_35 as description };
707
+ export function run_36(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
708
+ export { run_36 as run };
709
+ }
690
710
  }
691
711
  export { fieldviews_3 as fieldviews };
692
712
  export namespace presets_1 {
@@ -721,29 +741,29 @@ export namespace float {
721
741
  export { distance_operators_1 as distance_operators };
722
742
  export namespace fieldviews_4 {
723
743
  export namespace show_3 {
724
- const isEdit_36: boolean;
725
- export { isEdit_36 as isEdit };
726
- const description_35: string;
727
- export { description_35 as description };
728
- export function run_36(s: any): string;
729
- export { run_36 as run };
730
- }
731
- export { show_3 as show };
732
- export namespace edit_4 {
733
744
  const isEdit_37: boolean;
734
745
  export { isEdit_37 as isEdit };
735
- const blockDisplay_13: boolean;
736
- export { blockDisplay_13 as blockDisplay };
737
746
  const description_36: string;
738
747
  export { description_36 as description };
739
- const configFields_19: {
748
+ export function run_37(s: any): string;
749
+ export { run_37 as run };
750
+ }
751
+ export { show_3 as show };
752
+ export namespace edit_4 {
753
+ const isEdit_38: boolean;
754
+ export { isEdit_38 as isEdit };
755
+ const blockDisplay_14: boolean;
756
+ export { blockDisplay_14 as blockDisplay };
757
+ const description_37: string;
758
+ export { description_37 as description };
759
+ const configFields_20: {
740
760
  name: string;
741
761
  label: string;
742
762
  type: string;
743
763
  }[];
744
- export { configFields_19 as configFields };
745
- export function run_37(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
746
- export { run_37 as run };
764
+ export { configFields_20 as configFields };
765
+ export function run_38(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
766
+ export { run_38 as run };
747
767
  }
748
768
  export { edit_4 as edit };
749
769
  export namespace number_slider_1 { }
@@ -755,14 +775,14 @@ export namespace float {
755
775
  export namespace heat_cell_1 { }
756
776
  export { heat_cell_1 as heat_cell };
757
777
  export namespace above_input_1 {
758
- const isEdit_38: boolean;
759
- export { isEdit_38 as isEdit };
778
+ const isEdit_39: boolean;
779
+ export { isEdit_39 as isEdit };
760
780
  const isFilter_3: boolean;
761
781
  export { isFilter_3 as isFilter };
762
- const blockDisplay_14: boolean;
763
- export { blockDisplay_14 as blockDisplay };
764
- export function run_38(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
765
- export { run_38 as run };
782
+ const blockDisplay_15: boolean;
783
+ export { blockDisplay_15 as blockDisplay };
784
+ export function run_39(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
785
+ export { run_39 as run };
766
786
  }
767
787
  export { above_input_1 as above_input };
768
788
  export namespace below_input_1 { }
@@ -788,25 +808,25 @@ export namespace color {
788
808
  export { contract_5 as contract };
789
809
  export namespace fieldviews_5 {
790
810
  export namespace show_4 {
791
- const isEdit_39: boolean;
792
- export { isEdit_39 as isEdit };
793
- const description_37: string;
794
- export { description_37 as description };
795
- export function run_39(s: any): any;
796
- export { run_39 as run };
797
- }
798
- export { show_4 as show };
799
- export { show_with_html };
800
- export namespace edit_5 {
801
811
  const isEdit_40: boolean;
802
812
  export { isEdit_40 as isEdit };
803
- const blockDisplay_15: boolean;
804
- export { blockDisplay_15 as blockDisplay };
805
813
  const description_38: string;
806
814
  export { description_38 as description };
807
- export function run_40(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
815
+ export function run_40(s: any): any;
808
816
  export { run_40 as run };
809
817
  }
818
+ export { show_4 as show };
819
+ export { show_with_html };
820
+ export namespace edit_5 {
821
+ const isEdit_41: boolean;
822
+ export { isEdit_41 as isEdit };
823
+ const blockDisplay_16: boolean;
824
+ export { blockDisplay_16 as blockDisplay };
825
+ const description_39: string;
826
+ export { description_39 as description };
827
+ export function run_41(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
828
+ export { run_41 as run };
829
+ }
810
830
  export { edit_5 as edit };
811
831
  }
812
832
  export { fieldviews_5 as fieldviews };
@@ -818,7 +838,7 @@ export namespace color {
818
838
  export { validate_5 as validate };
819
839
  }
820
840
  declare namespace show_with_html {
821
- const configFields_20: {
841
+ const configFields_21: {
822
842
  input_type: string;
823
843
  name: string;
824
844
  label: string;
@@ -828,13 +848,13 @@ declare namespace show_with_html {
828
848
  mode: string;
829
849
  };
830
850
  }[];
831
- export { configFields_20 as configFields };
832
- const isEdit_41: boolean;
833
- export { isEdit_41 as isEdit };
834
- const description_39: string;
835
- export { description_39 as description };
836
- export function run_41(v: any, req: any, attrs?: {}): any;
837
- export { run_41 as run };
851
+ export { configFields_21 as configFields };
852
+ const isEdit_42: boolean;
853
+ export { isEdit_42 as isEdit };
854
+ const description_40: string;
855
+ export { description_40 as description };
856
+ export function run_42(v: any, req: any, attrs?: {}): any;
857
+ export { run_42 as run };
838
858
  }
839
859
  export {};
840
860
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../base-plugin/types.js"],"names":[],"mappings":";gBAmfa,MAAM;oBAEN,MAAM;;IAQL,+CA6EX;IAMS;;gBAK+D;;;;;YAehE,6BAAyB;;;;;;;YAKzB,mCACiE;;;;;;;;YAKjE,mCAA+C;;;;;;;;;;;;;;YAc/C,4DAIJ;;;;;;;;;;;;;;;YAkBI,yDAGG;;;;;;;;YAUH,yDAAmE;;;;;;;;YAWnE,mCAA6B;;;;;;;;;;YAapB;;;;;;;;;;;;;;;;;;;;;iBAwCb;;YACI,6FAsFG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAiDH,6FAyCF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAyCE,6FAqBF;;;;;;;;;;;;;;;;YA4BE,8FAkBF;;;;;;;;;;;;;;YAiBE,8FAcyB;;;;;;;;;;;;;;;YAczB,8FAYoB;;;;;;;;;;YAWpB,8FAWD;;;;IAOF,0CAQL;;QAYK;;mBAAmB;QAMZ;;mBAAyD;;IAOpE,+FAYC;IAMkB,iFAEwB;;;kBAuBlC,MAAM;;sBAEN,MAAM;;;;IAUP;;;gBAAoD;;;;;;;;;;;;;;;;;;YAkBrD,uCAAc;;;;;;;;;;;;;;;;YAwBd,8FAwBJ;;;;;YA7rCS;;;;gBAOb;;;;;;;;YAII,yGAmBD;;;;YAGU;;;;gBAOb;;;;;;;;;;YAOI,qHAmCJ;;;;YAaa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiDb;;;;;;YAII,0DA0DJ;;;;YAuBa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgDb;;;;;;YAGI,0DA0BJ;;;;;;;;;;;;;;;;YAUI,qHA6BJ;;;;;;;;YA+2BiB;;;;;gBAOb;;;;;;YAGI,0DAWF;;;;;;YAIW;;;;;gBAOb;;;;;;YAGI,qHAsBJ;;;;;wBAGM,MAAM,EAAE;;IASE,qEACoB;;IAKnC,0CAWL;;IAMC,0DAKC;;;;kBAqcQ,MAAM;;sBAEN,MAAM;;;;IAMP,uCAAa;;;;;;;;YAed,oCASG;;;;;;;;;YAUH,oCAKG;;;;;;;;YAWH,sDAAyD;;;;;;;;;;;;;;;;;;;;;;YAyBzD,8FAgBJ;;;;;;;;;YAKI,8FAoBJ;;;;;;;;;;;;;;;;YA6BI,8FAqCE;;;;;wBAGA,MAAM,EAAE;;IAOC,2EAMnB;IAKK,kDAUL;;IAKW,8CAAU;IAKd,0CAAwB;IAItB,sCAAiB;;;;kBArchB,MAAM;;sBAEN,MAAM;;;;IAOP,uCAAa;;wBACZ,MAAM,EAAE;;;;;;;;YAuBV,0DAOJ;;;;;;;;;YAWI,8CAKG;;;;;;;;;;;;;;;YAkBH,4DAWJ;;;;;;;;YAUI,iDAKJ;;;;;;;;YAWI,iDAGJ;;;;;;;;;;;YAaI,8FAkBD;;;;;;;;;;;YAaC,8FAkBD;;;;;;QASD,qBAAgB;;;IAOjB,yDAWL;;IAKS,sCAA2C;;;;kBA5V1C,MAAM;;sBAEN,MAAM;;;;IAUP;;;iBAAmD;;;;;;;;;;;;;;;;;YAkBpD,uCAAc;;;;;;;;;;;;;;;;;YAkBd,8FAoBD;;;;;;;;;;;;;;;;;;;YA5mCH,qHAaD;;;;;;;;;wBAymCO,MAAM,EAAE;;IAWb,+DAYL;;IAMC,mEAKC;;;;kBArMQ,MAAM;;sBAEN,MAAM;;;;IAOP,uCAAY;;;;;;;;YAeb,oCAMG;;;;;;;;;;;;YAYH,8FAWD;;;;;;wBAGG,MAAM,EAAE;;IAMb,0CAOL;;IAIS,sCAET;;;;;;;;;;;;;;;;;;;IAhqCI,0DAGJ"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../base-plugin/types.js"],"names":[],"mappings":";gBAugBa,MAAM;oBAEN,MAAM;;IAQL,+CA6EX;IAMS;;gBAK+D;;;;;YAehE,6BAAyB;;;;;;;YAKzB,mCACiE;;;;;;;;YAKjE,mCAA+C;;;;;;;;;;;;;;YAc/C,4DAIJ;;;;;;;;;;;;;;;YAkBI,yDAGG;;;;;;;;YAUH,yDAAmE;;;;;;;;YAWnE,mCAA6B;;;;;;;;;;YAapB;;;;;;;;;;;;;;;;;;;;;iBAwCb;;YACI,6FAsFG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAiDH,6FAyCF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAyCE,6FAqBF;;;;;;;;;;;;;;;;YA4BE,8FAkBF;;;;;;;;;;;;;;;;;;;;YA2BE,8FAkBF;;;;;;;;;;;;;;YAiBE,8FAcyB;;;;;;;;;;;;;;;YAczB,8FAYoB;;;;;;;;;;YAWpB,8FAWD;;;;IAOF,0CAQL;;QAYK;;mBAAmB;QAMZ;;mBAAyD;;IAOpE,+FAYC;IAMkB,iFAEwB;;;kBAuBlC,MAAM;;sBAEN,MAAM;;;;IAUP;;;gBAAoD;;;;;;;;;;;;;;;;;;YAkBrD,uCAAc;;;;;;;;;;;;;;;;YAwBd,8FAwBJ;;;;;YA9vCS;;;;gBAOb;;;;;;;;YAII,yGAmBD;;;;YAGU;;;;gBAOb;;;;;;;;;;YAOI,qHAmCJ;;;;YAaa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiDb;;;;;;YAII,0DAoEJ;;;;YAuBa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgDb;;;;;;YAGI,0DAoCJ;;;;;;;;;;;;;;;;YAUI,qHA6BJ;;;;;;;;YA45BiB;;;;;gBAOb;;;;;;YAGI,0DAWF;;;;;;YAIW;;;;;gBAOb;;;;;;YAGI,qHAsBJ;;;;;wBAGM,MAAM,EAAE;;IASE,qEACoB;;IAKnC,0CAWL;;IAMC,0DAKC;;;;kBAscQ,MAAM;;sBAEN,MAAM;;;;IAMP,uCAAa;;;;;;;;YAed,8CAaG;;;;;;;;;YAUH,oCAKG;;;;;;;;YAWH,sDAAyD;;;;;;;;;;;;;;;;;;;;;;YAyBzD,8FAgBJ;;;;;;;;;YAKI,8FAoBJ;;;;;;;;;;;;;;;;YA6BI,8FAsCE;;;;;wBAGA,MAAM,EAAE;;IAOC,2EAMnB;IAKK,kDAUL;;IAKW,8CAAU;IAKd,0CAAwB;IAItB,sCAAiB;;;;kBA3chB,MAAM;;sBAEN,MAAM;;;;IAOP,uCAAa;;wBACZ,MAAM,EAAE;;;;;;;;YAuBV,0DAOJ;;;;;;;;;YAWI,8CAKG;;;;;;;;;;;;;;;YAkBH,4DAYJ;;;;;;;;YAUI,iDAKJ;;;;;;;;YAWI,iDAGJ;;;;;;;;;;;YAaI,8FAkBD;;;;;;;;;;;YAaC,8FAkBD;;;;;;QASD,qBAAgB;;;IAOjB,yDAWL;;IAKS,sCAA2C;;;;kBA7V1C,MAAM;;sBAEN,MAAM;;;;IAUP;;;iBAAmD;;;;;;;;;;;;;;;;;YAkBpD,uCAAc;;;;;;;;;;;;;;;;;YAkBd,8FAoBD;;;;;;;;;;;;;;;;;;;YAzpCH,qHAaD;;;;;;;;;wBAspCO,MAAM,EAAE;;IAWb,+DAYL;;IAMC,mEAKC;;;;kBArMQ,MAAM;;sBAEN,MAAM;;;;IAOP,uCAAY;;;;;;;;YAeb,oCAMG;;;;;;;;;;;;YAYH,8FAWD;;;;;;wBAGG,MAAM,EAAE;;IAMb,0CAOL;;IAIS,sCAET;;;;;;;;;;;;;;;;;;;IAvtCI,0DAGJ"}