@saltcorn/data 0.9.6-beta.18 → 0.9.6-beta.19
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 +16 -0
- package/dist/base-plugin/actions.d.ts.map +1 -1
- package/dist/base-plugin/actions.js +10 -0
- package/dist/base-plugin/actions.js.map +1 -1
- package/dist/base-plugin/index.d.ts +122 -116
- package/dist/base-plugin/index.d.ts.map +1 -1
- package/dist/base-plugin/types.d.ts +101 -89
- package/dist/base-plugin/types.d.ts.map +1 -1
- package/dist/base-plugin/types.js +6 -0
- package/dist/base-plugin/types.js.map +1 -1
- package/dist/base-plugin/viewtemplates/list.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/list.js +11 -1
- package/dist/base-plugin/viewtemplates/list.js.map +1 -1
- package/dist/db/state.d.ts.map +1 -1
- package/dist/db/state.js +2 -0
- package/dist/db/state.js.map +1 -1
- package/dist/models/config.d.ts.map +1 -1
- package/dist/models/config.js +9 -0
- package/dist/models/config.js.map +1 -1
- package/dist/models/table.d.ts.map +1 -1
- package/dist/models/table.js +11 -1
- package/dist/models/table.js.map +1 -1
- package/dist/tests/calc.test.js +4 -1
- package/dist/tests/calc.test.js.map +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export namespace string {
|
|
2
2
|
const name: string;
|
|
3
|
+
const description: string;
|
|
3
4
|
const sql_name: string;
|
|
4
5
|
const js_type: string;
|
|
5
6
|
function attributes({ table }: object): object;
|
|
@@ -8,23 +9,24 @@ export namespace string {
|
|
|
8
9
|
}): boolean;
|
|
9
10
|
namespace fieldviews {
|
|
10
11
|
export namespace as_text {
|
|
11
|
-
const isEdit: boolean;
|
|
12
|
-
const
|
|
13
|
-
|
|
12
|
+
export const isEdit: boolean;
|
|
13
|
+
const description_1: string;
|
|
14
|
+
export { description_1 as description };
|
|
15
|
+
export function run(s: any): string;
|
|
14
16
|
}
|
|
15
17
|
export namespace preFormatted {
|
|
16
18
|
const isEdit_1: boolean;
|
|
17
19
|
export { isEdit_1 as isEdit };
|
|
18
|
-
const
|
|
19
|
-
export {
|
|
20
|
+
const description_2: string;
|
|
21
|
+
export { description_2 as description };
|
|
20
22
|
export function run_1(s: any): any;
|
|
21
23
|
export { run_1 as run };
|
|
22
24
|
}
|
|
23
25
|
export namespace code {
|
|
24
26
|
const isEdit_2: boolean;
|
|
25
27
|
export { isEdit_2 as isEdit };
|
|
26
|
-
const
|
|
27
|
-
export {
|
|
28
|
+
const description_3: string;
|
|
29
|
+
export { description_3 as description };
|
|
28
30
|
export function run_2(s: any): any;
|
|
29
31
|
export { run_2 as run };
|
|
30
32
|
}
|
|
@@ -42,8 +44,8 @@ export namespace string {
|
|
|
42
44
|
type: string;
|
|
43
45
|
sublabel?: undefined;
|
|
44
46
|
})[];
|
|
45
|
-
const
|
|
46
|
-
export {
|
|
47
|
+
const description_4: string;
|
|
48
|
+
export { description_4 as description };
|
|
47
49
|
export function run_3(s: any, req: any, attrs?: {}): any;
|
|
48
50
|
export { run_3 as run };
|
|
49
51
|
}
|
|
@@ -57,8 +59,8 @@ export namespace string {
|
|
|
57
59
|
default: number;
|
|
58
60
|
}[];
|
|
59
61
|
export { configFields_1 as configFields };
|
|
60
|
-
const
|
|
61
|
-
export {
|
|
62
|
+
const description_5: string;
|
|
63
|
+
export { description_5 as description };
|
|
62
64
|
export function run_4(s: any, req: any, attrs?: {}): string;
|
|
63
65
|
export { run_4 as run };
|
|
64
66
|
}
|
|
@@ -70,8 +72,8 @@ export namespace string {
|
|
|
70
72
|
sublabel: string;
|
|
71
73
|
}[];
|
|
72
74
|
export { configFields_2 as configFields };
|
|
73
|
-
const
|
|
74
|
-
export {
|
|
75
|
+
const description_6: string;
|
|
76
|
+
export { description_6 as description };
|
|
75
77
|
const isEdit_5: boolean;
|
|
76
78
|
export { isEdit_5 as isEdit };
|
|
77
79
|
export function run_5(s: any, req: any, attrs?: {}): any;
|
|
@@ -80,16 +82,16 @@ export namespace string {
|
|
|
80
82
|
export namespace img_from_url {
|
|
81
83
|
const isEdit_6: boolean;
|
|
82
84
|
export { isEdit_6 as isEdit };
|
|
83
|
-
const
|
|
84
|
-
export {
|
|
85
|
+
const description_7: string;
|
|
86
|
+
export { description_7 as description };
|
|
85
87
|
export function run_6(s: any, req: any, attrs: any): any;
|
|
86
88
|
export { run_6 as run };
|
|
87
89
|
}
|
|
88
90
|
export namespace as_header {
|
|
89
91
|
const isEdit_7: boolean;
|
|
90
92
|
export { isEdit_7 as isEdit };
|
|
91
|
-
const
|
|
92
|
-
export {
|
|
93
|
+
const description_8: string;
|
|
94
|
+
export { description_8 as description };
|
|
93
95
|
export function run_7(s: any): any;
|
|
94
96
|
export { run_7 as run };
|
|
95
97
|
}
|
|
@@ -98,8 +100,8 @@ export namespace string {
|
|
|
98
100
|
const isEdit_8: boolean;
|
|
99
101
|
export { isEdit_8 as isEdit };
|
|
100
102
|
export const blockDisplay: boolean;
|
|
101
|
-
const
|
|
102
|
-
export {
|
|
103
|
+
const description_9: string;
|
|
104
|
+
export { description_9 as description };
|
|
103
105
|
export function configFields_3(field: any): ({
|
|
104
106
|
name: string;
|
|
105
107
|
label: string;
|
|
@@ -131,8 +133,8 @@ export namespace string {
|
|
|
131
133
|
export { isEdit_9 as isEdit };
|
|
132
134
|
const blockDisplay_1: boolean;
|
|
133
135
|
export { blockDisplay_1 as blockDisplay };
|
|
134
|
-
const
|
|
135
|
-
export {
|
|
136
|
+
const description_10: string;
|
|
137
|
+
export { description_10 as description };
|
|
136
138
|
const configFields_4: ({
|
|
137
139
|
name: string;
|
|
138
140
|
label: string;
|
|
@@ -181,8 +183,8 @@ export namespace string {
|
|
|
181
183
|
export { isEdit_10 as isEdit };
|
|
182
184
|
const blockDisplay_2: boolean;
|
|
183
185
|
export { blockDisplay_2 as blockDisplay };
|
|
184
|
-
const
|
|
185
|
-
export {
|
|
186
|
+
const description_11: string;
|
|
187
|
+
export { description_11 as description };
|
|
186
188
|
const configFields_5: ({
|
|
187
189
|
name: string;
|
|
188
190
|
label: string;
|
|
@@ -214,8 +216,8 @@ export namespace string {
|
|
|
214
216
|
export { isEdit_11 as isEdit };
|
|
215
217
|
const blockDisplay_3: boolean;
|
|
216
218
|
export { blockDisplay_3 as blockDisplay };
|
|
217
|
-
const
|
|
218
|
-
export {
|
|
219
|
+
const description_12: string;
|
|
220
|
+
export { description_12 as description };
|
|
219
221
|
const configFields_6: {
|
|
220
222
|
type: string;
|
|
221
223
|
name: string;
|
|
@@ -230,8 +232,8 @@ export namespace string {
|
|
|
230
232
|
export { isEdit_12 as isEdit };
|
|
231
233
|
const blockDisplay_4: boolean;
|
|
232
234
|
export { blockDisplay_4 as blockDisplay };
|
|
233
|
-
const
|
|
234
|
-
export {
|
|
235
|
+
const description_13: string;
|
|
236
|
+
export { description_13 as description };
|
|
235
237
|
const configFields_7: {
|
|
236
238
|
type: string;
|
|
237
239
|
name: string;
|
|
@@ -254,8 +256,8 @@ export namespace string {
|
|
|
254
256
|
label: string;
|
|
255
257
|
}[];
|
|
256
258
|
export { configFields_8 as configFields };
|
|
257
|
-
const
|
|
258
|
-
export {
|
|
259
|
+
const description_14: string;
|
|
260
|
+
export { description_14 as description };
|
|
259
261
|
export function run_13(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
|
|
260
262
|
export { run_13 as run };
|
|
261
263
|
}
|
|
@@ -263,8 +265,8 @@ export namespace string {
|
|
|
263
265
|
const isEdit_14: boolean;
|
|
264
266
|
export { isEdit_14 as isEdit };
|
|
265
267
|
export const isFilter: boolean;
|
|
266
|
-
const
|
|
267
|
-
export {
|
|
268
|
+
const description_15: string;
|
|
269
|
+
export { description_15 as description };
|
|
268
270
|
const configFields_9: {
|
|
269
271
|
type: string;
|
|
270
272
|
name: string;
|
|
@@ -279,8 +281,8 @@ export namespace string {
|
|
|
279
281
|
export { isEdit_15 as isEdit };
|
|
280
282
|
const blockDisplay_5: boolean;
|
|
281
283
|
export { blockDisplay_5 as blockDisplay };
|
|
282
|
-
const
|
|
283
|
-
export {
|
|
284
|
+
const description_16: string;
|
|
285
|
+
export { description_16 as description };
|
|
284
286
|
export function run_15(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
|
|
285
287
|
export { run_15 as run };
|
|
286
288
|
}
|
|
@@ -300,6 +302,8 @@ export namespace string {
|
|
|
300
302
|
export namespace int {
|
|
301
303
|
const name_1: string;
|
|
302
304
|
export { name_1 as name };
|
|
305
|
+
const description_17: string;
|
|
306
|
+
export { description_17 as description };
|
|
303
307
|
const sql_name_1: string;
|
|
304
308
|
export { sql_name_1 as sql_name };
|
|
305
309
|
const js_type_1: string;
|
|
@@ -323,8 +327,8 @@ export namespace int {
|
|
|
323
327
|
export namespace show {
|
|
324
328
|
const isEdit_16: boolean;
|
|
325
329
|
export { isEdit_16 as isEdit };
|
|
326
|
-
const
|
|
327
|
-
export {
|
|
330
|
+
const description_18: string;
|
|
331
|
+
export { description_18 as description };
|
|
328
332
|
export function run_16(s: any): string;
|
|
329
333
|
export { run_16 as run };
|
|
330
334
|
}
|
|
@@ -333,8 +337,8 @@ export namespace int {
|
|
|
333
337
|
export { isEdit_17 as isEdit };
|
|
334
338
|
const blockDisplay_6: boolean;
|
|
335
339
|
export { blockDisplay_6 as blockDisplay };
|
|
336
|
-
const
|
|
337
|
-
export {
|
|
340
|
+
const description_19: string;
|
|
341
|
+
export { description_19 as description };
|
|
338
342
|
const configFields_10: {
|
|
339
343
|
name: string;
|
|
340
344
|
label: string;
|
|
@@ -354,8 +358,8 @@ export namespace int {
|
|
|
354
358
|
export { configFields_11 as configFields };
|
|
355
359
|
const isEdit_18: boolean;
|
|
356
360
|
export { isEdit_18 as isEdit };
|
|
357
|
-
const
|
|
358
|
-
export {
|
|
361
|
+
const description_20: string;
|
|
362
|
+
export { description_20 as description };
|
|
359
363
|
const blockDisplay_7: boolean;
|
|
360
364
|
export { blockDisplay_7 as blockDisplay };
|
|
361
365
|
export function run_18(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any): any;
|
|
@@ -374,8 +378,8 @@ export namespace int {
|
|
|
374
378
|
export { isFilter_1 as isFilter };
|
|
375
379
|
const blockDisplay_8: boolean;
|
|
376
380
|
export { blockDisplay_8 as blockDisplay };
|
|
377
|
-
const
|
|
378
|
-
export {
|
|
381
|
+
const description_21: string;
|
|
382
|
+
export { description_21 as description };
|
|
379
383
|
export function run_19(nm: any, v: any, attrs: {} | undefined, cls: any, required: any, field: any, state?: {}): any;
|
|
380
384
|
export { run_19 as run };
|
|
381
385
|
}
|
|
@@ -422,8 +426,8 @@ export namespace int {
|
|
|
422
426
|
export { configFields_13 as configFields };
|
|
423
427
|
const isEdit_20: boolean;
|
|
424
428
|
export { isEdit_20 as isEdit };
|
|
425
|
-
const
|
|
426
|
-
export {
|
|
429
|
+
const description_22: string;
|
|
430
|
+
export { description_22 as description };
|
|
427
431
|
export function run_20(v: any, req: any, attrs?: {}): any;
|
|
428
432
|
export { run_20 as run };
|
|
429
433
|
}
|
|
@@ -483,8 +487,8 @@ export namespace int {
|
|
|
483
487
|
export { configFields_14 as configFields };
|
|
484
488
|
const isEdit_21: boolean;
|
|
485
489
|
export { isEdit_21 as isEdit };
|
|
486
|
-
const
|
|
487
|
-
export {
|
|
490
|
+
const description_23: string;
|
|
491
|
+
export { description_23 as description };
|
|
488
492
|
export function run_21(v: any, req: any, attrs?: {}): any;
|
|
489
493
|
export { run_21 as run };
|
|
490
494
|
}
|
|
@@ -507,8 +511,8 @@ export namespace int {
|
|
|
507
511
|
export namespace below_input { }
|
|
508
512
|
export { show_with_html };
|
|
509
513
|
export namespace show_star_rating {
|
|
510
|
-
const
|
|
511
|
-
export {
|
|
514
|
+
const description_24: string;
|
|
515
|
+
export { description_24 as description };
|
|
512
516
|
export function configFields_16(field: any): {
|
|
513
517
|
name: string;
|
|
514
518
|
type: string;
|
|
@@ -524,8 +528,8 @@ export namespace int {
|
|
|
524
528
|
export { run_23 as run };
|
|
525
529
|
}
|
|
526
530
|
export namespace edit_star_rating {
|
|
527
|
-
const
|
|
528
|
-
export {
|
|
531
|
+
const description_25: string;
|
|
532
|
+
export { description_25 as description };
|
|
529
533
|
export function configFields_17(field: any): {
|
|
530
534
|
name: string;
|
|
531
535
|
type: string;
|
|
@@ -546,8 +550,8 @@ export namespace int {
|
|
|
546
550
|
export { isEdit_25 as isEdit };
|
|
547
551
|
const blockDisplay_12: boolean;
|
|
548
552
|
export { blockDisplay_12 as blockDisplay };
|
|
549
|
-
const
|
|
550
|
-
export {
|
|
553
|
+
const description_26: string;
|
|
554
|
+
export { description_26 as description };
|
|
551
555
|
export function fill_options(field: any): Promise<void>;
|
|
552
556
|
export function run_25(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
|
|
553
557
|
export { run_25 as run };
|
|
@@ -566,6 +570,8 @@ export namespace int {
|
|
|
566
570
|
export namespace bool {
|
|
567
571
|
const name_2: string;
|
|
568
572
|
export { name_2 as name };
|
|
573
|
+
const description_27: string;
|
|
574
|
+
export { description_27 as description };
|
|
569
575
|
const sql_name_2: string;
|
|
570
576
|
export { sql_name_2 as sql_name };
|
|
571
577
|
const js_type_2: string;
|
|
@@ -576,8 +582,8 @@ export namespace bool {
|
|
|
576
582
|
export namespace show_1 {
|
|
577
583
|
const isEdit_26: boolean;
|
|
578
584
|
export { isEdit_26 as isEdit };
|
|
579
|
-
const
|
|
580
|
-
export {
|
|
585
|
+
const description_28: string;
|
|
586
|
+
export { description_28 as description };
|
|
581
587
|
export function run_26(v: any, req: any): any;
|
|
582
588
|
export { run_26 as run };
|
|
583
589
|
}
|
|
@@ -585,24 +591,24 @@ export namespace bool {
|
|
|
585
591
|
export namespace checkboxes {
|
|
586
592
|
const isEdit_27: boolean;
|
|
587
593
|
export { isEdit_27 as isEdit };
|
|
588
|
-
const
|
|
589
|
-
export {
|
|
594
|
+
const description_29: string;
|
|
595
|
+
export { description_29 as description };
|
|
590
596
|
export function run_27(v: any): any;
|
|
591
597
|
export { run_27 as run };
|
|
592
598
|
}
|
|
593
599
|
export namespace TrueFalse {
|
|
594
600
|
const isEdit_28: boolean;
|
|
595
601
|
export { isEdit_28 as isEdit };
|
|
596
|
-
const
|
|
597
|
-
export {
|
|
602
|
+
const description_30: string;
|
|
603
|
+
export { description_30 as description };
|
|
598
604
|
export function run_28(v: any): "" | "True" | "False";
|
|
599
605
|
export { run_28 as run };
|
|
600
606
|
}
|
|
601
607
|
export namespace edit_2 {
|
|
602
608
|
const isEdit_29: boolean;
|
|
603
609
|
export { isEdit_29 as isEdit };
|
|
604
|
-
const
|
|
605
|
-
export {
|
|
610
|
+
const description_31: string;
|
|
611
|
+
export { description_31 as description };
|
|
606
612
|
const configFields_18: ({
|
|
607
613
|
name: string;
|
|
608
614
|
label: string;
|
|
@@ -624,8 +630,8 @@ export namespace bool {
|
|
|
624
630
|
export namespace _switch {
|
|
625
631
|
const isEdit_30: boolean;
|
|
626
632
|
export { isEdit_30 as isEdit };
|
|
627
|
-
const
|
|
628
|
-
export {
|
|
633
|
+
const description_32: string;
|
|
634
|
+
export { description_32 as description };
|
|
629
635
|
export function run_30(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
|
|
630
636
|
export { run_30 as run };
|
|
631
637
|
}
|
|
@@ -634,8 +640,8 @@ export namespace bool {
|
|
|
634
640
|
export namespace tristate {
|
|
635
641
|
const isEdit_31: boolean;
|
|
636
642
|
export { isEdit_31 as isEdit };
|
|
637
|
-
const
|
|
638
|
-
export {
|
|
643
|
+
const description_33: string;
|
|
644
|
+
export { description_33 as description };
|
|
639
645
|
const configFields_19: {
|
|
640
646
|
name: string;
|
|
641
647
|
label: string;
|
|
@@ -660,6 +666,8 @@ export namespace bool {
|
|
|
660
666
|
export namespace date {
|
|
661
667
|
const name_3: string;
|
|
662
668
|
export { name_3 as name };
|
|
669
|
+
const description_34: string;
|
|
670
|
+
export { description_34 as description };
|
|
663
671
|
const sql_name_3: string;
|
|
664
672
|
export { sql_name_3 as sql_name };
|
|
665
673
|
const js_type_3: string;
|
|
@@ -672,8 +680,8 @@ export namespace date {
|
|
|
672
680
|
export namespace show_2 {
|
|
673
681
|
const isEdit_32: boolean;
|
|
674
682
|
export { isEdit_32 as isEdit };
|
|
675
|
-
const
|
|
676
|
-
export {
|
|
683
|
+
const description_35: string;
|
|
684
|
+
export { description_35 as description };
|
|
677
685
|
export function run_32(d: any, req: any, attrs?: {}): any;
|
|
678
686
|
export { run_32 as run };
|
|
679
687
|
}
|
|
@@ -681,16 +689,16 @@ export namespace date {
|
|
|
681
689
|
export namespace showDay {
|
|
682
690
|
const isEdit_33: boolean;
|
|
683
691
|
export { isEdit_33 as isEdit };
|
|
684
|
-
const
|
|
685
|
-
export {
|
|
692
|
+
const description_36: string;
|
|
693
|
+
export { description_36 as description };
|
|
686
694
|
export function run_33(d: any, req: any): any;
|
|
687
695
|
export { run_33 as run };
|
|
688
696
|
}
|
|
689
697
|
export namespace format {
|
|
690
698
|
const isEdit_34: boolean;
|
|
691
699
|
export { isEdit_34 as isEdit };
|
|
692
|
-
const
|
|
693
|
-
export {
|
|
700
|
+
const description_37: string;
|
|
701
|
+
export { description_37 as description };
|
|
694
702
|
const configFields_20: {
|
|
695
703
|
name: string;
|
|
696
704
|
label: string;
|
|
@@ -704,16 +712,16 @@ export namespace date {
|
|
|
704
712
|
export namespace relative {
|
|
705
713
|
const isEdit_35: boolean;
|
|
706
714
|
export { isEdit_35 as isEdit };
|
|
707
|
-
const
|
|
708
|
-
export {
|
|
715
|
+
const description_38: string;
|
|
716
|
+
export { description_38 as description };
|
|
709
717
|
export function run_35(d: any, req: any): string;
|
|
710
718
|
export { run_35 as run };
|
|
711
719
|
}
|
|
712
720
|
export namespace yearsAgo {
|
|
713
721
|
const isEdit_36: boolean;
|
|
714
722
|
export { isEdit_36 as isEdit };
|
|
715
|
-
const
|
|
716
|
-
export {
|
|
723
|
+
const description_39: string;
|
|
724
|
+
export { description_39 as description };
|
|
717
725
|
export function run_36(d: any, req: any): string;
|
|
718
726
|
export { run_36 as run };
|
|
719
727
|
}
|
|
@@ -723,8 +731,8 @@ export namespace date {
|
|
|
723
731
|
export { isEdit_37 as isEdit };
|
|
724
732
|
const blockDisplay_13: boolean;
|
|
725
733
|
export { blockDisplay_13 as blockDisplay };
|
|
726
|
-
const
|
|
727
|
-
export {
|
|
734
|
+
const description_40: string;
|
|
735
|
+
export { description_40 as description };
|
|
728
736
|
export function run_37(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
|
|
729
737
|
export { run_37 as run };
|
|
730
738
|
}
|
|
@@ -734,8 +742,8 @@ export namespace date {
|
|
|
734
742
|
export { isEdit_38 as isEdit };
|
|
735
743
|
const blockDisplay_14: boolean;
|
|
736
744
|
export { blockDisplay_14 as blockDisplay };
|
|
737
|
-
const
|
|
738
|
-
export {
|
|
745
|
+
const description_41: string;
|
|
746
|
+
export { description_41 as description };
|
|
739
747
|
export function run_38(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
|
|
740
748
|
export { run_38 as run };
|
|
741
749
|
}
|
|
@@ -753,6 +761,8 @@ export namespace date {
|
|
|
753
761
|
export namespace float {
|
|
754
762
|
const name_4: string;
|
|
755
763
|
export { name_4 as name };
|
|
764
|
+
const description_42: string;
|
|
765
|
+
export { description_42 as description };
|
|
756
766
|
const sql_name_4: string;
|
|
757
767
|
export { sql_name_4 as sql_name };
|
|
758
768
|
const js_type_4: string;
|
|
@@ -775,8 +785,8 @@ export namespace float {
|
|
|
775
785
|
export namespace show_3 {
|
|
776
786
|
const isEdit_39: boolean;
|
|
777
787
|
export { isEdit_39 as isEdit };
|
|
778
|
-
const
|
|
779
|
-
export {
|
|
788
|
+
const description_43: string;
|
|
789
|
+
export { description_43 as description };
|
|
780
790
|
export function run_39(s: any): string;
|
|
781
791
|
export { run_39 as run };
|
|
782
792
|
}
|
|
@@ -786,8 +796,8 @@ export namespace float {
|
|
|
786
796
|
export { isEdit_40 as isEdit };
|
|
787
797
|
const blockDisplay_15: boolean;
|
|
788
798
|
export { blockDisplay_15 as blockDisplay };
|
|
789
|
-
const
|
|
790
|
-
export {
|
|
799
|
+
const description_44: string;
|
|
800
|
+
export { description_44 as description };
|
|
791
801
|
const configFields_21: {
|
|
792
802
|
name: string;
|
|
793
803
|
label: string;
|
|
@@ -833,6 +843,8 @@ export namespace float {
|
|
|
833
843
|
export namespace color {
|
|
834
844
|
const name_5: string;
|
|
835
845
|
export { name_5 as name };
|
|
846
|
+
const description_45: string;
|
|
847
|
+
export { description_45 as description };
|
|
836
848
|
const sql_name_5: string;
|
|
837
849
|
export { sql_name_5 as sql_name };
|
|
838
850
|
const js_type_5: string;
|
|
@@ -843,8 +855,8 @@ export namespace color {
|
|
|
843
855
|
export namespace show_4 {
|
|
844
856
|
const isEdit_42: boolean;
|
|
845
857
|
export { isEdit_42 as isEdit };
|
|
846
|
-
const
|
|
847
|
-
export {
|
|
858
|
+
const description_46: string;
|
|
859
|
+
export { description_46 as description };
|
|
848
860
|
export function run_42(s: any): any;
|
|
849
861
|
export { run_42 as run };
|
|
850
862
|
}
|
|
@@ -855,8 +867,8 @@ export namespace color {
|
|
|
855
867
|
export { isEdit_43 as isEdit };
|
|
856
868
|
const blockDisplay_17: boolean;
|
|
857
869
|
export { blockDisplay_17 as blockDisplay };
|
|
858
|
-
const
|
|
859
|
-
export {
|
|
870
|
+
const description_47: string;
|
|
871
|
+
export { description_47 as description };
|
|
860
872
|
export function run_43(nm: any, v: any, attrs: any, cls: any, required: any, field: any): any;
|
|
861
873
|
export { run_43 as run };
|
|
862
874
|
}
|
|
@@ -884,14 +896,14 @@ declare namespace show_with_html {
|
|
|
884
896
|
export { configFields_22 as configFields };
|
|
885
897
|
const isEdit_44: boolean;
|
|
886
898
|
export { isEdit_44 as isEdit };
|
|
887
|
-
const
|
|
888
|
-
export {
|
|
899
|
+
const description_48: string;
|
|
900
|
+
export { description_48 as description };
|
|
889
901
|
export function run_44(v: any, req: any, attrs?: {}): any;
|
|
890
902
|
export { run_44 as run };
|
|
891
903
|
}
|
|
892
904
|
declare namespace to_locale_string {
|
|
893
|
-
const
|
|
894
|
-
export {
|
|
905
|
+
const description_49: string;
|
|
906
|
+
export { description_49 as description };
|
|
895
907
|
export function configFields_23(field: any): ({
|
|
896
908
|
type: string;
|
|
897
909
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../base-plugin/types.js"],"names":[],"mappings":";gBAyqBa,MAAM
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../base-plugin/types.js"],"names":[],"mappings":"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"}
|
|
@@ -559,6 +559,7 @@ const to_locale_string = {
|
|
|
559
559
|
const string = {
|
|
560
560
|
/** @type {string} */
|
|
561
561
|
name: "String",
|
|
562
|
+
description: "A sequence of unicode characters of any length.",
|
|
562
563
|
/** @type {string} */
|
|
563
564
|
sql_name: "text",
|
|
564
565
|
js_type: "string",
|
|
@@ -1266,6 +1267,7 @@ const is_valid_regexp = (s) => {
|
|
|
1266
1267
|
const int = {
|
|
1267
1268
|
/** @type {string} */
|
|
1268
1269
|
name: "Integer",
|
|
1270
|
+
description: "Whole numbers, positive and negative.",
|
|
1269
1271
|
/** @type {string} */
|
|
1270
1272
|
sql_name: "int",
|
|
1271
1273
|
js_type: "number",
|
|
@@ -1467,6 +1469,7 @@ const int = {
|
|
|
1467
1469
|
const color = {
|
|
1468
1470
|
/** @type {string} */
|
|
1469
1471
|
name: "Color",
|
|
1472
|
+
description: "Colors, defined as Red, Green and Blue with 256 level each",
|
|
1470
1473
|
/** @type {string} */
|
|
1471
1474
|
sql_name: "text",
|
|
1472
1475
|
js_type: "string",
|
|
@@ -1548,6 +1551,7 @@ const color = {
|
|
|
1548
1551
|
const float = {
|
|
1549
1552
|
/** @type {string} */
|
|
1550
1553
|
name: "Float",
|
|
1554
|
+
description: "Floating-point numbers",
|
|
1551
1555
|
/** @type {string} */
|
|
1552
1556
|
sql_name: "double precision",
|
|
1553
1557
|
js_type: "number",
|
|
@@ -1681,6 +1685,7 @@ const logit = (x) => {
|
|
|
1681
1685
|
const date = {
|
|
1682
1686
|
/** @type {string} */
|
|
1683
1687
|
name: "Date",
|
|
1688
|
+
description: "Dates, with or without time",
|
|
1684
1689
|
/** @type {string} */
|
|
1685
1690
|
sql_name: "timestamptz",
|
|
1686
1691
|
js_type: "Date",
|
|
@@ -1891,6 +1896,7 @@ const date = {
|
|
|
1891
1896
|
const bool = {
|
|
1892
1897
|
/** @type {string} */
|
|
1893
1898
|
name: "Bool",
|
|
1899
|
+
description: "Boolean values: true or false",
|
|
1894
1900
|
/** @type {string} */
|
|
1895
1901
|
sql_name: "boolean",
|
|
1896
1902
|
js_type: "boolean",
|